/*
 * Version: 2.1.1
 * File Description: Place here your custom CSS styles
 */

#inf .list-inline-item {
    border-right: white solid 1px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 13px;
    margin-left: 0;
    color: #dbe6ec;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;


}
#inf .link-light {

    text-align: center;
    vertical-align: middle;

}
#inf .list-inline-item:last-child {
    border-right:none
}
.header {
    background-color: white;
}

.header-top {
    font-weight: 400;
}

.dark.header .dropdown-menu > li > a, .dark.header .navbar-nav .mega-menu .menu > li > a {
    color: #fff;
    text-shadow: none;
}
.dark.header .navbar-nav li .nav-link {
    color: #dcdcdc;
    border-bottom: 1px solid transparent;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.phone   {
    margin-bottom: 0px !important;
}

/* Clients
---------------------------------- */
.reg-container {
    text-align: center;
}

.reg {
    margin: 0px auto;
}
.clients {
    margin: 0px auto;
}
.header .navbar-nav li ul {
    min-width: 16rem;
}



#limheight {
    height: 300px; /*your fixed height*/
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; /*3 in those rules is just placeholder -- can be anything*/
}

#limheight li {
    /*display: inline-block; /*necessary*/
}
.header .navbar-nav li.mega-menu .menu > li > a {
    display: inline-block;
}
.mega-menu .menu > li > a i, .dropdown-menu > li > a i {
    padding:10px 0;
    float:left;
}

.header .navbar-nav li li a:focus, .header .navbar-nav li li a:hover, .header .navbar-nav li .show > a, .header .navbar-nav li li a.show, .header .navbar-nav li .active > a, .header .navbar-nav li li a.active {
    /*background-color:rgba(0,0,0,0);*/
      text-decoration:underline;
}

.dark.header .mega-menu .menu > li > a:hover, .dark.header .mega-menu .menu > li > a:focus {
    border-color:rgba(0,0,0,0) !important;
     text-decoration:underline;
}
.mp{
    margin-left:32px;
}

.mini-banner {
    width: 320px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.is-banner {
    text-transform: uppercase;
    box-shadow: inset 0px 0px 1px 1px #D3D2D2;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
}
.mini-banner .banner-text {
    padding-top: 0px;
    font-size: 10px;
    text-align: center;
}
.mini-banner .banner-text {
    width: 200px;
}
.is-banner .banner-text {
    color: #222222;
    font-size: 10px;
    line-height: 1.4;
}

.is-banner .banner-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}

.mini-banner a {
    padding: 5px;
    font-size: 10px;
    width: 85px;
    margin-right: 10px;
}
.is-banner a {
    color: #EC3035;
    text-decoration: none;
    border: 1px solid #EC3035;
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 10px;
    width: 85px;
}
.mini-banner img {
    width: 80px;
    height: 80px;
    margin: 10px;
}

.is-banner > img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 10px;
}
.galleries {
margin: 15px auto;
width: 100%;
}
.galleries li {
 list-style-type:none;
width: 250px;
height: 194px;
float: left;
padding: 0;
margin-right: 5px;
margin-bottom: 5px;
}
.galleries li img {
float: left;
width: 250px;
height: 194px;
margin: 0;
padding: 0;
}