ul.nav{
    background-image: url('/img/menu_img.png');
    background-repeat: no-repeat;
    padding-left: 20px;
}

/* FRONT PAGE */

#partners > div{
    min-height: 84px;
}
#partners .lSPager.lSpg, #partners .lSAction{
    display: none;
}
#partners .lSSlideWrapper{
    margin-top: 13px;
}
#partners p{
    margin: 0 0 0 0;
    font-size: 18px;
}
#partners ul{
    list-style: none;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
}
ul.gray-panel, div.gray-panel{
    padding: 5px 15px;
    color: #666666;
    background: #f4f4f4;
    border: solid 1px #d4d4d4;
}
ul.gray-panel p.clear{
    margin: 0 0 0 0;
}
ul.gray-panel li{
    line-height: 27px;
    list-style: none;
}
ul.gray-panel li:before{
    content: "\f046"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    color: #b32029;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
h3.gray{
    color: #666;
    font-size: 14px;
}
div.questions p{
    text-align: center;
    font-size: 15px;
}
div.questions .carousel-indicators{
    position:sticky;
    width: 200px;
    float: right;
    margin:0 0 0 0;
    text-align: right;
}
div.questions .carousel-indicators li{
    border: solid 1px #ccc;
}
div.questions .carousel-indicators .active{
    background: #cccccc;
}
h4.quotation-marks{
    text-align: center;
    margin-bottom:25px;
    margin-top:15px;
}
h4.quotation-marks span{
    position: relative;
    color: #666666;
}
h4.quotation-marks span:before{
    content: "\f10d"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    left: -20px;
    top: 10px;
    position: absolute;
    font-size: 14px;
    color: #b5b5b5;
}
h4.quotation-marks span:after{
    content: "\f10e"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    right: -20px;
    bottom: 8px;
    position: absolute;
    font-size: 14px;
    color: #b5b5b5;
}
#news, #guides{
    padding:0 0 0 0;
}
#news li, #guides li{
    list-style: none;
    display: block;
    clear: both;
}
#news li h5, #guides li h5{
    font-weight: bold;
    margin-top: 23px;
}
#news h4 span{
    font-weight: bold;
}
@media (min-width: 1200px) {
    #news li img, #guides li:first-child img{
        width: 180px;
        height: 104px;
    }
}
@media (min-width: 992px) {
    #news li img, #guides li:first-child img{
        width: 150px;
        height: 86px;
    }
}
@media (max-width: 768px){
    div.media h4{
        text-align: center !important;
    }
    div.media p{
        text-align: justify !important;
    }
}
.media img, #news li img, #guides li:first-child img{
    padding: 3px;
    border: solid 1px #e8e8e8;
}
#news li img, #guides li:first-child img{
    padding: 3px;
    border: solid 1px #dbdbdb;
    max-width: 190px;
    max-height: 110px;
}

/* FOOTER */

footer div.links p, footer div.social p{
    margin-bottom: 0px;
    font-size: 16px;
}
footer{
    font-weight: bold;
    border-top: solid 2px #787878;
    padding-top: 3px;
    background-clip: content-box;
}
footer ul{
    list-style: none;
    padding: 0 0 0 0;
}
footer ul li{
    line-height: 16px;
}
footer div.links a{
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #fff !important;
    line-height: initial;
}
footer div.links{
    text-align: left;
}
footer div.social{
    padding-top: 5px;
    text-align: right;
}
footer div.social i{
    font-size: 35px;
    float: right;
    margin-left: 14px;
}
footer div.social ul{
    margin-top:10px;
}
footer div#copyright{
    font-weight: normal;
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}
footer div#copyright ul li{
    display:inline-block;
    margin-left:7px;
    margin-right:7px;
}
form select.form-error{
    border-color: #f00;
}
.footer .password{
    margin-top: 20px;
    display: inline-block;
}
.border-none{
    border: none;
}
.background-none{
    background: none;
}
.padding-0{
    padding: 0 0 0 0;
}
.m-0 {
    margin: 0 0 0 0 !important;
}
.p-1 {
    padding: 13px;
}
#send_mail_new_password label, #new_password label{margin-right: 10px;}

.btn-su {
    border: 1px solid #8aaa7f !important;
    background: -moz-linear-gradient(top, #dff0d8 1%, #cae1c1 99%) !important;
    text-shadow: 0px 2px 2px #fff3 !important;
}

.btn-ui {
    border: 1px solid #7fa4aa !important;
    background: -moz-linear-gradient(top, #c2eded 1%, #aad9f3 99%) !important;
    text-shadow: 0px 2px 2px #fff6 !important;
}
.red_box {
    border: solid 1px #de6363;
}
.red_box button.btn-default {
    background: none;
    margin-right: 0 !important;
    border: solid 1px #de6363 !important;
}
.bg-none{
    background: none !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.mb-1 {
    margin-bottom: 10px;
}
.mt-1 {
    margin-top: 10px;
}
.mt-4{
    margin-top: 40px;
}
.blue_box{
    margin: auto;
    width: 270px;
    text-align: center;
    border: solid 1px #04497d;
    height: 50px;
    color: #04497d;
    font-weight: bold;
    padding-top: 9px;
    font-size: 18px;
}
.open_aa{
    width: 128px;
    display: block;
    margin:auto !important;
}
.g-recaptcha{
    display: flex;
    justify-content: center !important;
}
.g-recaptcha, #submit-btn{
    float:none !important;
    margin: auto !important;
}