﻿
header {
    padding-right: 0px;
}
.nav-main {
    height: 110px;
    position: relative;
}


.navbar-top>.navbar-right-mobile{
    list-style: none;
    padding-left: 0;
    display: block;
    text-align: right;
}
.navbar-top>.navbar-right-mobile>li{
    display: inline-block;
}
.navbar-right-mobile>li:not(:last-child){
    margin-right: 15px;
}
.navbar-right-mobile .content{
    display: none;
}
.menu-mobile{
    visibility: hidden;
    padding-top: 20px;
    position: absolute;
    background: #1f1f1f;
    right: 0;
    top: 0;
    color: white;
    z-index: 5;
    width: 65%;
    opacity: 0.9;
}
.menu-mobile>.close-menu-mobile{
    position: absolute;
    right: 30px;
    top: 35px;
}
.menu-mobile>ul{
    list-style: none;
    padding-left: 30px;
    padding-right: 100px;
}
.list-title-mobile a,.list-link-mobile a{
    color: white;
}
.menu-mobile a:hover{
    text-decoration: none;
    color: #eb0028;
}
.menu-mobile a:focus{
    text-decoration: none;
}
.list-title-mobile a{
    font-size: 18.89pt;
    font-weight: 400;
}
.list-link-mobile a{
    font-size: 13.33pt;
    font-weight: 400;
}
.list-title-mobile>li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-link-mobile>li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-title-mobile>li:first-child{
    border-bottom: solid 1px #3e3e3e;
}
.list-title-mobile>li:last-child{
    border-bottom: solid 1px #eb0028;
}
.list-title-mobile>li:not(:first-child):not(:last-child){
    border-bottom: solid 3px #3e3e3e;
}
.mobile-menu-btn{
    color: black !important;
}
.sub-content-mobile{
    position: absolute;
    top: -300px;
    right: 0;
    left: 0;
    height: 109px;
    z-index: 4;
}
.sub-content-mobile>.content-mobile-close{
    position: absolute;
    right: 30px;
    top: 40%;
}
.folder-collapse {
    position: absolute;
    background: #231f20;
    color: white;
    top: 75px;
    font-size: 17px;
}
.folder-collapse > ul {
    display: -webkit-inline-box;
    list-style: none;
}
    
/*.folder-collapse > ul > li:first-child:after {
    content: '|'; 
}*/

.slash:after {
    content: '|';
    padding-right: 15px; 
}

.folder-collapse > ul > li {
    margin-right: 0px;
}
.folder-collapse > ul > li > a {
    color: white;
    padding-right: 15px;
}
.sub-content-mobile.bg-red{
    background: #eb0028;
}
.sub-content-mobile.bg-dark{
    background: #231f20;
}
.sub-content-mobile>form{
    display: table;
    width: 90%;
    margin: 0 auto;
    height: 100%;
}
.sub-content-mobile>ul{
    list-style: none;
    display: table;
    width: 60%;
    height: 100%;
}
.sub-content-mobile>ul>li{
    display: table-cell;
    vertical-align: middle;
}
.sub-content-mobile>ul>li a{
    color: white;
    font-size: 17px;
}
.search-container-mobile {
    display: table-cell;
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
}
.search-container-mobile>input[type="text"]::-webkit-input-placeholder{
    color: white;
}
.search-container-mobile>input[type="text"] {
    width: 80%;
    background: transparent;
    color: white;
    font-size: 18.89pt;
    font-weight: 400;
    border: none;
    outline: none !important;
    border-left: solid 1px white;
    padding-left: 15px;
}
.menu-image{
    list-style: none;
    padding-left: 0;
}
.menu-image>li{
     position: relative;
}
.menu-image>li>a{
    font-size: 21pt;
    font-weight: bold;
    position: absolute;
    background: white;
    padding-left: 20px;
    bottom:0;
    right: 0;
    left: 0;
    height: 50%;
}
.menu-image>li>a>span{
    position: relative;
    top: 25%;
}
.menu-image>li>a:hover{
    background: #eb0028;
    color: white;
    text-decoration: none;
}
.menu-image>li>a:focus{
    text-decoration: none;
}
.menu-image>li>a:hover>i{
    color: white;
}
.menu-image>li>a>i{
    position: absolute;
    right: 30px;
    top: 25%;
    color: #eb0028;
    font-size: 25pt !important;
}
.menu-image>li img{
    width: 100%;
}
/*===LogoTop===*/
.logo-main>a>img {
    left: 20px;
    width: 200px;
}
.mobile-search-content{
    padding-top: 30px;
    background: #221f1f;
    padding-bottom: 30px;
    margin-left: 25px;
}
.mobile-search-content .form-submit{
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mobile-search-content .form-submit>.btn-default{
    background: #a6a8ab;
    color: white;
    font-weight: bold;
    width: 50%;
}
.mobile-search-content .form-submit>.btn-default:hover,.mobile-search-content .form-submit>.btn-default:focus{
    background-color: #eb0028;
    outline: none;
}
.mobile-search-content>a{
    color: white;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}
.form-vertical-mobile>.content{
    display: table;
    width: 100%;
    margin-bottom: 8px;
}
.form-vertical-mobile>.header{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.form-vertical-mobile>.content-search{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.content-search>.icon{
    padding: 8px;
    border-radius: 40px;
    background: #eb0028;
}
.content-search>input[type="text"] {
    margin-left: 10px;
    background: none;
    color: white;
    width: auto;
    font-size: 15.02pt;
    font-weight: 400;
    border: none;
    border-bottom: solid 2px #676666;
    outline: none !important;
}
.content-search>input[type="text"]::-webkit-input-placeholder{
    color: white;
}
.form-vertical-mobile>.content>label{
    color: white;
    display: table-cell;
    width: 40%;
    font-weight: 400;
    font-size: 15.02pt;
    padding-left: 15px;
}
.form-vertical-mobile>.content>.item{
    border: 1px solid #acacac;
    overflow: hidden;
    height: 40px;
    width: 90%;
    position: relative;
    display: block;
}
.btn-default {
    border: none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-right: 20px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  color: white;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before{
  
}
.bs-caret{
    background: red;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 30px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: white;
    text-decoration: none;
    background-color: red;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: white;
}
.btn-default:hover {
    background-color: white;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background: white;
    outline: none;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.btn-default.focus, .btn-default:focus {
    background-color: white;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu > li > a:focus {
    outline: none !important;
}
.dropdown-menu {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0;
    border-radius: 0px;
}
/*===Btn===*/
.btn-more-mobile{
    display: block;
    padding-top:20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}
.btn-more-mobile:hover,.btn-more-mobile:focus{
    text-decoration: none;
}
.btn-more-mobile>.icon{
    font-weight: 400;
}
/*===Titles===*/
.title-mobile{
    padding-bottom: 20px;
    border-bottom: solid 1px #888888;
    margin-bottom: 20px;
}

/* Small devices (Mobile, 400px and up) */
@media only screen and (max-width: 400px){
    .pb-20{
        padding-bottom: 20px;
    }
    .pl-60{
        padding-left: 60px;
    }
    .menu-image>li>a{
        font-size: 15pt;
    }
    .menu-image>li>a>i{
        font-size: 20pt !important;
    }
}
/* Small devices (Mobile, 370px and up) */
@media only screen and (max-width: 370px){
    .form-vertical-mobile>.content>label {
        font-size: 12pt;
    }
    .menu-mobile{
        width: 80%;
    }
    .list-title-mobile a {
        font-size: 15pt;
    }
    .list-link-mobile a {
        font-size: 11pt;
    }
    .content-search>input[type="text"] {
        font-size: 12pt;
    }
    .content-search>.icon{
        padding: 5px;
        border-radius: 40px;
    }
}
/* Small devices 320 */
@media only screen and (max-width: 769px){
	.logo-main {
		margin-left: 20px;
	}
	
	.visible-xs {
		display: block;
	} 
}

/*iPhone 5*/
@media only screen and (max-width: 320px) {
    .mobile-search-content{
        margin-left: 8px !important;
    }
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    margin-right: 0px;
    padding-right: 20px;
}
.mobile-search-content {
    margin-left: 8px;
}