 .header{
    float:left;
    width:100%;
}
 .header_wrapper{
    background:#fff;
    padding:15px 0;
}

 .navbar{
    border-radius:0;
    border:none;
    margin-bottom:0;
    min-height:auto;
}
 .nav_wrapper{
    text-align:right;
    min-height:inherit;
    display:inline-block;
    margin-right:30px;
}
 .site-header{
    padding:0 0 0;
    background-color: #fff;
    box-shadow: 0 7px 6px -6px #d9d9d9;
    -webkit-box-shadow: 0 7px 6px -6px #d9d9d9;
}
.owl-wrapper-outer{
    background: #f9f9f9;
    border:0px solid #fff !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -o-border-radius:0 !important;
    border-radius:0 !important;
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow:0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow:0 1px 4px rgba(0,0,0,.2);
    box-shadow:0 1px 4px rgba(0,0,0,.2);
}
.logo-wrapper{
    padding: 0;
    margin: 0;
    z-index:1;
    max-height: 50px;
    display: inline-block;
}
.contact-wrapper{
    position: relative;
    text-align: right;
    padding: 5px 0px;
    right: 0;
    top: 0;
    text-transform: uppercase;
}
.contact-wrapper ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.contact-wrapper ul li{
    /*border-right: 1px solid;*/
    /*padding: 0px 10px;*/
    margin: 0px;
    display: inline-block;
}
.contact-wrapper ul li:first-child{
    padding-left: 0;
}
.contact-wrapper ul li:last-child{
    padding-right: 0;
    border-right: 0px solid;
}
.contact-wrapper a{
    color:#000000;
    font-weight: 300;
    font-size: 13px;
}
.contact-wrapper .fa{
    font-size: 14px;
}
.category-wrapper{
    padding: 20px 0px 0px 0px;
}
 #header.header-bg{
    background-color: #fff;
    box-shadow: 0 7px 6px -6px #d9d9d9;
    -webkit-box-shadow: 0 7px 6px -6px #d9d9d9;
}
 #header.sticky{
    position:fixed;
    width:100%;
    z-index:99;
    top:0;
    -webkit-animation-duration:0.4s;
    -moz-animation-duration:0.4s;
    -o-animation-duration:0.4s;
    animation-duration:0.4s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-name:headerFadeIn;
    -moz-animation-name:headerFadeIn;
    -o-animation-name:headerFadeIn;
    animation-name:headerFadeIn;
}
 #header.sticky #top{
    padding:0;
    margin:0;
}
 #header.sticky #top a{
    font-size:95%;
}
 #header.sticky .contact-wrapper a{
    font-size:95%;
}
.owl-wrapper .caption{
    position: absolute;
    color: #ffffff;
    max-width: 450px;
    width: 45%;
    float: right;
    left: 50%;
    padding: 20px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-wrapper .caption h1{
    color: #FFFFFF;
}
.owl-wrapper .caption a{
    margin-top: 10px;
}
 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color:#fff;
    background-color:#000000;
    border-color:#000000;
}

@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){

}
@media screen and (max-width:768px){
     .contact-wrapper{
        position:initial;
        text-align:right;
    }
}
@media screen and (max-width:767px){
    .logo-wrapper {
        position: relative;
        left: 15px;
    }
    .category-wrapper {
        padding: 0px;
        width: 100%;
        position: absolute;
        margin-top: -60px;
    }
    .owl-wrapper .caption {
        background: #e6f3fc;
        position: initial;
        color: #000000;
        max-width: initial;
        width: 100%;
        float: right;
        left: 0;
        padding: 20px;
        margin: 0px;
        top: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        transform: initial;
    }
    .owl-wrapper .caption h1{
        color: #000000;
    }
}
@media screen and (max-width:480px){
    .col-xs-12{
        width:100%;
    }
}
@media screen and (max-width:320px){

}