@font-face {
    font-family: "WorkSans";
    src: url("fonts/WorkSans-Black.ttf");
    font-weight: 900;
}
@font-face {
    font-family: "WorkSans";
    src: url("fonts/WorkSans-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "WorkSans";
    src: url("fonts/WorkSans-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "WorkSans";
    src: url("fonts/WorkSans-Medium.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "WorkSans";
    src: url("fonts/WorkSans-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "WorkSans";
    src: url("fonts/WorkSans-Thin.ttf");
    font-weight: 100;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url("fonts/opensans_normal.woff2") format('woff2');
}
body{
    font-family:"WorkSans";
}

.navbar-andiccio{
    background-color: rgba(255,255,255,0.95);
    /*    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 0px 0px;*/
    position: fixed;
    left: 0;
    z-index: 111;
}

.navbar-andiccio a{
    color: rgb(51, 51, 51);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
}

.navbar-andiccio a:hover {
    color: #D21C2E;
    background:none !important;
}

.navbar-andiccio .navbar-brand{
    height: 120px;       
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
    padding:10px 20px;
}

.navbar-andiccio .navbar-brand img{
    height: 100px;       
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
}

.navbar-andiccio .navbar-nav > li > a {
    /*    padding-top: 60px;
        padding-bottom: 60px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
}

.navbar-andiccio .open > a{
    color: #D21C2E !important;
    background-color: #ffffff !important;
}

.navbar-andiccio .nav li > form > button.logout{      
    /*    padding-top: 60px;
        padding-bottom: 60px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
    padding: 10px 15px;
    color: #333;
    font-size: 19px;
}

.wrap > .container-fluid {
    padding: 160px 15px 20px;
}

.navbar-andiccio.shrink .navbar-brand{
    height: 70px;       
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar-andiccio.shrink .navbar-brand img{
    height: 60px;       
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
}

.navbar-andiccio.shrink .navbar-nav > li > a {
    /*    padding-top: 35px;
        padding-bottom: 35px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
}

.navbar-andiccio.shrink .nav li > form > button.logout{      
    /*    padding-top: 35px;*/
    /*    padding-bottom: 35px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
}

.navbar-andiccio .navbar-toggle{
    background-color: #D21C2E;
    margin-top: 28px;
    margin-right: 15px;
    margin-bottom: 28px;
}

.navbar-andiccio .navbar-toggle .icon-bar {
    background-color: #fff;
}

.footer-andiccio{
    background-color: #D21C2E;
    border-top: 1px solid #D21C2E;
    color: #FFFFFF;
    height: auto !important;
}
.navbar-nav li.active > a{
    color: #D21C2E;
}
.navbar-andiccio .navbar-main{
    display: flex;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    transition-property: transform, background-color, box-shadow, line-height, height;
    /* transition-duration: 0.3s; */
    /*    display: -webkit-box;*/
    -webkit-box-align: center;
    align-items: center;
}
.navbar-right li{
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    padding:0px 8px;
}
.navbar-andiccio .navbar-header{
    float: none;
}
.navbar-andiccio  .navbar-collapse{
    flex-grow: 1;
    flex-shrink: 0;
}

.footer p{
    padding: 5rem 0;
    font-size: 16px;
}

@media(max-width: 992px) {
    .navbar-andiccio .navbar-brand{
        height: 90px;       
    }

    .navbar-andiccio .navbar-brand img{
        height: 60px;       
    }

    .navbar-andiccio .navbar-nav > li > a, .navbar-andiccio.shrink .navbar-nav > li > a{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-andiccio .nav li > form > button.logout, .navbar-andiccio.shrink .nav li > form > button.logout{      
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .wrap > .container-fluid {
        padding: 110px 15px 20px;
    }
}

a {
    color: #D21C2E;
}

.btn-primary, .nav-pills > li.active > a,.nav-pills > li.active > a:focus,.nav-pills > li.active > a:hover{
    background-color: #D21C2E;
    border-color: #CD0F1B;
}

/* Hide the heedback icon on text fields until validation */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    position: inherit;
}

.btn-primary:hover, .btn-primary:focus,.btn-primary:active:focus,.btn-primary:active:hover{
    background-color: #cc0000;
    border-color: #cc0000;
}
@media (min-width : 768px) and (max-width: 1023px) {
    .navbar-andiccio .navbar-main{
        display:block;
        background-color: rgba(255,255,255,0.95)
    }
    .navbar-collapse.collapse{
        display: none !important;
    }
    .navbar-toggle{
        display:block;
    }
    .navbar-collapse.collapse.in{
        display:block !important;
    }
    .navbar-right li{
        width:100%;
        box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
        font-size: 16px;    
    }
    .navbar-right{
        float:none !important;
    }
    footer p{
        padding:2.5rem 0 !important;
    }
}
@media(max-width: 767px) {
    .navbar-andiccio .navbar-main{
        display:block;
        background-color: rgba(255,255,255,0.95)
    }
    .navbar-andiccio .navbar-brand{
        height: auto
    }
    .navbar-andiccio .navbar-brand img{
        height: 40px;
    }
    .navbar-andiccio .navbar-toggle{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
        max-height: 340px;
    }
    .navbar-right li{
        box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
        font-size: 15px;
    }
    .navbar-right{
        float:none !important;
    }
    .navbar-andiccio .nav li > form > button.logout{
        font-size: 15px;
    }
}
@media (max-width: 1024px){
    footer p{
        padding:2.5rem 0 !important;
    }
}

