@font-face{font-family:Metropolis;src:url(../fonts/metropolis/Metropolis-Light.otf);font-weight:300;font-style:normal}
@font-face{font-family:Metropolis;src:url(../fonts/metropolis/Metropolis-Regular.otf);font-weight:400;font-style:normal}
@font-face{font-family:Metropolis;src:url(../fonts/metropolis/Metropolis-RegularItalic.otf);font-weight:400;font-style:italic}
@font-face{font-family:Metropolis;src:url(../fonts/metropolis/Metropolis-Medium.otf);font-weight:500;font-style:normal}
@font-face{font-family:Metropolis;src:url(../fonts/metropolis/Metropolis-SemiBold.otf);font-weight:600;font-style:normal}
@font-face{font-family:Metropolis;src:url(../fonts/metropolis/Metropolis-Bold.otf);font-weight:700;font-style:normal}
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");

h1, h2, h3 {
    margin-top: 10px;
    padding: 10px;
    text-transform: uppercase;
}
#logo {
    padding-top:0;
    margin-top:0;
    position: absolute;
    top:0;
    left:10%;
}
#logo img {
    padding-top:0;
    margin-top:0;
    width:75%;
}
.navbar {
    font-family: 'Metropolis', sans-serif;
    min-height:80px;
    font-size:19px;
    z-index:10000;
}
.dropdown-menu-end {
    right: 0;
    left: auto;
}
.navbar > li > a {
    padding: 10px 12px;
    text-transform: uppercase;
}
#category-container {
    width:840px;
    -webkit-transition: width .2s; /* Safari */
    transition: width .22s;
    padding:10px;
}
#category-nav-display {
    background:#fff;
    -webkit-transition: width .2s; /* Safari */
    transition: width .22s;
    height:435px;
}
#category-nav-display h3 {
    padding: 10px;
}
#category-nav-display p {
    color:#444;
}
#category-nav-display .btn {
    margin-top:1em;
}
#category-nav-display h5 {
    color:#444;
}
.cat-title {
    background: #2b3e50;
    color:#efefef;
    text-transform: uppercase;
}
#category-nav .btn {
    padding: 4px;
    margin-bottom: 3px;
}
.category-nav-content {
    height:275px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.navbar-inverse:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .9;
    z-index: -1;
    background-image: url('/themes/drslick/assets/img/bg_nav.jpg');
    background-repeat:no-repeat;
    background-size:100% 80px;
    height:80px;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #356a9f;
}

#container {
    background: #efefef;
    margin-top: 80px;
    padding: 1.5rem 2rem 6rem;
    color:#222;
}
#container h1 {
    color:#efefef;
}
.home-hero {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.home-hero {
    background-image: url('/themes/drslick/assets/img/slideshow/blue-dogma-2.jpg');
    background-size: cover;
    height:80vh;
}
.hero .info {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.hero .info h2 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 56px;
    font-weight: 700;
    position: relative;
}

.mask {
    background-color: rgba(0, 0, 0, 0.2);
    margin:15em 0;
    padding:3em;
}
.hero .info h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.hero .info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: #f3cd4f;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.subsidiary {
    margin:10px 0 0 0;
    background-color: #4e5d6c;
    height:auto;
    color:#fff;
}

#login-container{
    background-color: #4e5d6c;
    width:850px;
    padding:20px;
}
#login-panel-mobile {
    display:none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    color:#fff;
}
#download tr {
    border-bottom:5px solid #efefef;
}
#download td {
    padding-left:20px;
    font-size: 16px;
    margin-bottom:3px;
}
#download a {
    margin-bottom:0;
}
.has-feedback label ~ .form-control-feedback {
    top: 37px;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.headline h2, .headline h3, .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}
.home-swiper {
    height:330px;
}
.swiper-slide {
    background: #777;
    padding-top:1.5rem;
    cursor: pointer;
}
.swiper-slide img {
    width:95%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.swiper-slide:hover img {
    opacity: .3;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.home-swiper  {
    bottom:.8rem!important;
}
.carousel-caption {
    bottom:4.25rem!important;
}
.swiper-button-next, .swiper-button-prev  {
    color:#f3cd4f;
}
.swiper-pagination-bullet-active, .swiper-pagination-progressbar-fill {
    background: #f3cd4f!important;
}
.text-white {
    color:#fff;
}
.form-control::-webkit-input-placeholder {
    color:  #efefef;
}
.form-control:-moz-placeholder {
    color:  #efefef;
    opacity:  1;
}
.form-control::-moz-placeholder {
    color:   #efefef;
    opacity:  1;
}
.form-control:-ms-input-placeholder {
    color:   #efefef;
}
footer {
    color:#fff;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert li {
    list-style:none;

}
.alert ul
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}
.alert li
{
    display:block;
    padding-left:14px;
}
#container .form-control {
    background-color:#4e5d6c;
}
@media (max-width: 1200px) {
    .navbar{
        font-size:14px;
    }
}
@media (max-width: 1025px) {
    #category-nav .btn {
        text-align:left;
    }

    .navbar-header {
        height:80px;
    }
    #category-nav-display {
        display:none;
    }
    .nav > li > a {
        padding: 10px 5px;

    }
    .navbar{
        font-size:12px;
    }
    #category-nav-display{
        display:none;
    }
    #category-container {
        width:100%;
    }
    #logo img {
        width:100px;
    }

    #login-panel-mobile {
        display:none;
    }
    #login-panel {
        display:block;
    }
    #login-container {
        width:100%;
    }
}

@media (max-width: 767px) {

    #login-panel {
        display:none;
    }
    #login-panel-mobile {
        display:block;
    }
    #category-nav .btn {
        text-align:left;
    }

    .navbar-header {
        height:80px;
    }
    #category-nav-display{
        display:none;
    }
    .nav > li > a {
        padding: 0 25px;

    }
    .navbar{
        font-size:20px;
    }
    #category-nav-display{
        display:none;
    }
    #logo img {
        width:100px;
    }
    #login-container {
        width: 600px;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height:none;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color:#2b3e50;
        padding: 25px;
    }
    .home-hero {
        height:500px
    }
    .hero .info h2 {
        padding-top:80px;
        font-size: 30px;
    }
    .swiper-slide {
        width: 100%;
    }

}
@media (max-width: 414px) {

    .carousel-caption {
        left:5%;
        right:5%;
    }
    #footer-nav {
        display:none;
    }

}