body
{
    padding-bottom: 20px;
    background-color: #0c1a33;
}

.btn
{
    border-radius: 5px;
}

.jumbotron h1.title, .jumbotron .title
{
    color: #ffffff;
    font-size: 3em;
    background-image: url('../assets/img/ali-bg.png');
    background-repeat: no-repeat;
    letter-spacing: -2px;
    background-position: left;
    padding-left: 60px;
}
@media (min-width:992px) and (max-width:1199px)
{
    .jumbotron h1,.jumbotron .h1
    {
        font-size: 2.8em;
    }
}


.jumbotron
{
    background-image: url('../assets/img/back-top.png');
    background-repeat: repeat-x;
    background-position: center;
    z-index: 0;
}

@media (max-width:767px)
{
    .jumbotron
    {
        padding-top: 0px;
    }
}

.jumbotron p
{
    font-size: 15px;
    color: white;
    margin-bottom: 0px;
}

.navbar
{
    background-color: #0C1A33;
    background-position: left top;
    z-index: 2;
    background-image: url('../assets/img/menu-bg.png');
    background-repeat: repeat-x;
}

@media (max-width:1201px) and (min-width:768px)
{
    .navbar
    {
        background-color: #0C1A33;
        background-image: none;
    }
}


.navbar-brand
{
    color: white !important;
}

logo
{
    background-image: url('../assets/img/vittoria_alata_policed.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 0px;
    height: 0px;
}

.principal-container
{
    background-color: white;
    border-radius: 15px 15px 0 0;
    z-index: 1;
    margin-top: -15px;
}

.footer-container
{
    background-color: #2a2a2a;
    border-radius: 0 0 15px 15px;
}

.row-footer
{
    color: #ffffff;
}

footer
{
}

.jumbotron-text
{
    color: #ffffff;
    font-size: 1.3em;
    max-height: 10px;
}

.footer-container h3
{
    background-image: url('../assets/img/ali-red-bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 39px;
    height: 49px;
    padding-top: 30px;
    font-size: large;
}

.footer-list
{
    list-style-type: none;
    list-style-image: url('../assets/img/menu_arrow.png');
    line-height: 27px;
}

.search
{
    background-image: url('../assets/img/search_bg.png');
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: left;
    font-variant: small-caps;
    margin-top: 10px;
}
.form-control{box-sizing: inherit;}

.search-form
{
    display: inline;
    vertical-align: bottom;
}

.sidebar h2, .sidebar h3
{
background: -moz-linear-gradient(top,  #ff324e 0%, #c20420 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff324e 0%,#c20420 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff324e 0%,#c20420 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff324e', endColorstr='#c20420',GradientType=0 ); /* IE6-9 */

    background-color: #c20420;
    color: #ffffff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding-top: 7px;
    padding-bottom: 3px;
    margin-bottom: auto;
}

.breadcrumb
{
    background-image: url('../assets/img/breadcrumbs_bg.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-color: transparent;
}

@media (min-width:992px) and (max-width:1199px)
{
    #logo
    {
        z-index: 1;
        /*float: right;*/
    }
}

#logo-small
{
    float: right;
}

#logo
{
    margin-top: -102px;
/*     z-index: 1; */
}

@media (min-width:480px) and (max-width:767px)
{
    #logo
    {
        margin-top: 0px;
        height: 240px;
    }
}

@media (max-width:479px)
{
    #logo
    {
        margin-top: 0px;
    }
}

.logo
{
    margin-top: -42px;
    position: absolute;
}

@media (max-width:479px)
{
    .logo
    {
        margin-top: -40px;
        margin-bottom: -52px;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
    .logo
    {
        margin-top: -32px;
        /*position: inherit;*/
    }
}

@media (max-width:767px)
{
    .logo
    {
        display: inline-block;
        position: inherit;
    }
}

.nopadding-left
{
    padding: 0 30px 0 0px !important;    
}

img {
    margin: auto;
    height: auto;
    max-width: 100%;
    }

.row-footer a {color:  white;
}

.sidebar li.nav-path-selected {background-color: #F7F7F7;}

.sidebar li.nav-path-selected a.nav-path-selected{
    color: #980016;
    background-color: #eee;
}

.sidebar a.nav-selected.nav-path-selected{
    font-weight: bold;
    background-color: inherit !important;
}

/*.sidebar div {
    background-color: #FFE4C4;
    border-radius: 0 0 15px 15px;
}

.sidebar div:last-child{margin-bottom: 10px;}*/

a.col-md-3.img-thumbnail{height: 260px;overflow: hidden;padding: initial;}
.padding-thumb{padding: 0 10px 0 0;}
a.thumbnail {height: 200px;
    overflow: hidden;}

/*Dropdown Menu*/
.dropdown-2 {
    position: relative;
}

.dropdown-2>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-2:hover>.dropdown-menu {
    display: block;
}

.dropdown-2>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-2:hover>a:after {
    border-left-color: #fff;
}

.dropdown-2.pull-left {
    float: none;
}

.dropdown-2.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.caret-1{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);}
/*Dropdown Menu END*/

/*Default settings*/
a:-webkit-any-link{text-decoration: none;}

/*CONCRETE*/
input {box-sizing: content-box;}
div.ccm-ui .thumbnail{max-height: 68px;}
/*.ccm-toolbar-visible{margin-top: 60px;}*/
