html body {
    font-family: 'Open Sans', sans-serif;
}

.navbar-brand {
    min-height: 100px;
    padding: 5px 15px;
}

.navbar-upper {
    min-height: 100px;
    margin-bottom: 0;
    border: 1px solid #eee;
    background-color: white;
}

.navbar-upper li a {
    line-height: 80px;
    font-size: 14px;
    font-weight: 700;
}

.navbar-upper .special a {
    line-height: normal;
    margin-top: 30px;
    background-color: #e74c3c !important;
    background-image: none;
    color: #fff !important;
}

.dropdown-menu li a {
    line-height: normal;
}

.navbar-upper .navbar-nav>.active>a,
.navbar-upper .navbar-nav>.active>a:focus,
.navbar-upper .navbar-nav>.active>a:hover {
    color: #253c67;
    font-weight: bold;
    background-color: inherit;
    background-image: url("../img/nav-active-indicator.png");
    background-repeat: no-repeat;
    background-position: 50% 90px;
}

#myCarousel {
    margin-top: 115px;
    margin-bottom: 50px;
    /*  background-image: url("../img/header_bg.jpg");  */
    background-image: url("../img/hdnw-background.jpg");
    background-color: rgb(78, 96, 138);
}

.carousel-inner .item {
    padding: 40px 0;
}

.carousel-inner .item img {
    border: solid 5px #fff;
}

.carousel-inner .item h1 {
    color: white;
}

.carousel-inner .item p {
    color: white;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    padding: 4px 0;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 40px;
    top: auto;
    left: auto;
    bottom: 0;
    opacity: 1;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.carousel-control.right {
    top: 50%;
    right: 40px;
}

.carousel-control.left {
    left: 40px;
    top: 50%;
}

.row-xs-flex-center {
    display: flex;
    align-items: center;
}

@media ( min-width:768px) {
    .row-sm-flex-center {
        display: flex;
        align-items: center;
    }
}

@media ( min-width: 992px) {
    .row-md-flex-center {
        display: flex;
        align-items: center;
    }
}

@media ( min-width: 1200px) {
    .row-lg-flex-center {
        display: flex;
        align-items: center;
    }
}


/*============================================================
	Google Maps
==============================================================*/

#google-map {
    padding: 0;
    position: relative;
    margin-top: 50px;
}

#map-canvas {
    border-top: 5px solid #bcbcbc;
    width: 100%;
    height: 500px;
}

.address-wrap {
    position: absolute;
    z-index: 999;
    right: 20%;
    top: 5px;
}

.address {
    background: rgba(37, 60, 103, 0.7);
    width: 300px;
    right: 40%;
    padding: 20px;
    color: white;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

.footer {
    background-color: #253c67;
    color: white;
    padding: 10px;
}

.footer a {
    color: white;
}

.site-nav-footer {
    text-align: center
}

.site-copy-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-menu {
    float: right;
    padding: 15px 0;
    margin: 0;
}

.footer-menu li {
    margin: 0;
    display: inline;
    white-space: nowrap;
}

.footer-menu li a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    background: transparent;
    margin: 0px 5px;
}

.footer-menu li a:hover {
    text-decoration: none;
    background-color: #132d5d;
}


/*=========================
  Icons
 ================= */


/* footer social icons */

ul.social-network {
    list-style: none;
    margin-left: 0 !important;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, .8);
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    /*-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);*/
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle i {
    color: rgba(78, 96, 138, 1);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

article header {
    border-bottom: 2px solid #bcbcbc;
    padding-bottom: 4px;
}

article header h2 {
    display: inline;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(78, 96, 138);
}

article header h2 a {
    text-decoration: none;
}

.btn-round {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn-brand {
    background-color: #253C67;
    color: #fff;
    transition: all .5s;
}

.btn-brand:hover {
    background-color: #2f4b70;
    color: #fff;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-default.btn-outline {
    color: #fff;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-default.btn-outline:hover {
    color: #777;
}

#featured {
    background-color: inherit;
    background-image: url("../img/featured-bg.jpg");
    background-repeat: repeat;
}

#featured .box {
    min-height: 300px;
    background: white;
    text-align: center;
    padding: 20px 20px 60px 20px;
    margin: 50px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#featured .box p {
    
}

#featured .box h1 {
    font-size: 18px;
}

#featured .box img {
    max-width: 100px !important;
}

#featured .box a.btn-round {
    position: absolute;
    bottom: 0px;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    #featured .box {
            min-height: auto !important;
        }
    }

#featured .box:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#spotlight {}

#spotlight .box {
	min-height: 275px;
    padding: 20px 20px 60px 20px;
    margin: 20px 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#spotlight .box p {
    min-height: 105px;
    text-align: center;
}

#spotlight .box h1 {
	text-align: center;
    font-size: 22px;
    color: rgb(37, 60, 103);
}

#spotlight .box a.btn-brand {
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
    #spotlight .box {
    		padding: 20px 20px 10px 20px;
            min-height: auto !important;
        }
}


#spotlight .box:hover {
    background-color: #253C67;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#spotlight .box:hover p,
#spotlight .box:hover h1 {
    color: white;
}

#spotlight .box:hover .btn-brand {
    background-color: white;
    color: #253C67;
}


/*------------------------------------------------*/


/*--------------------[SIDEBAR]-------------------*/


/*------------------------------------------------*/

.sidebar section {
    margin-bottom: 55px;
    padding: 30px;
    border: 1px solid #e9e9e9;
    position: relative;
}

.sidebar section h4 {
    display: block;
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-100%);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.sidebar section li {
    background: url(../img/widget-bullet.png) no-repeat 0 17px;
    position: relative;
    padding: 10px 0 10px;
    margin: 0;
}

.sidebar section li:not(:first-child):before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: url("../img/border-decor.png") repeat-x 0 0;
}

.sidebar section li a {
    text-decoration: none;
    font-size: 12px;
    color: #777;
    margin: 0 0 0 10px !important;
}

.sidebar section li a:hover {
    color: #253c67;
}

.sidebar section li:hover {
    background-image: url(../img/hover-widget-bullet.png);
}

.sidebar section li ul {
    margin: 15px 0 -15px;
}

.sidebar section form {
    margin: 0;
}

.sidebar section form #s {}

#carousel-vender {
    background-color: #fff;
    padding: 90px 0 60px 0;
}

#logosCarousel .carousel-inner .item,
#carousel-vender .carousel-inner .item {
    margin-top: inherit;
}

#logosCarousel .carousel-inner .item img {
    border: none;
    margin: 0px auto;
}

#logosCarousel .carousel-inner .item p {
    display: block;
    color: #777;
    text-decoration: none;
    text-align: center;
}

#logosCarousel .carousel-control,
#carousel-vender .carousel-control {
    background: none;
    color: #aaa;
    padding: 4px 0;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: -70px;
    left: auto;
    bottom: auto;
    opacity: 1;
    text-shadow: none;
}

#carousel-vender .carousel-control {
    top: 0px;
}

#logosCarousel .left,
#carousel-vender .left {
    background-image: none;
    right: 30px;
}

#logosCarousel .right,
#carousel-vender .right {
    background-image: none;
    right: 0px;
}

.clients-logos {
    background-color: #f9f9f9;
    padding: 30px 20px 5px 20px;
}

#clients-logos.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

#clients-logos {
    padding: 0px 30px;
}

#clients-logos.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#clients-logos.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#clients-logos.owl-theme {
    position: relative;
}

#clients-logos.owl-theme .owl-next,
#clients-logos.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 40%;
}

#clients-logos.owl-theme .owl-prev {
    left: -10px;
}

#clients-logos.owl-theme .owl-next {
    right: -10px;
}

.mybox {
    border: 5px solid #F9F9F9;
    margin: 0px 3px;
    min-height: 200px;
    padding: 5px;
}

.logobox {
    min-height: 120px;
    text-align: center;
}

.logobox img {
    margin: 0;
    padding: 0;
    border: 0;
}

#level-1-vendersCarousel {
    background-color: #f9f9f9;
    padding: 30px 20px 5px 20px;
}

.page-template-Level-1 #google-map {
    margin-top: 0px !important;
}

.single-product #myCarousel,
.tax-product_cat #myCarousel {
    display: none !important;
}

.single-product .woocommerce,
.tax-product_cat .woocommerce {
    margin-top: 140px !important;
}

.single-product #featured {
    display: none !important;
}

.page-template-Level-3 #myCarousel {
    display: none !important;
}

.page-template-Level-3 #content {
    margin-top: 150px !important;
}

.woocommerce ul.products li.product .price del {
    opacity: .5;
    /*  color: red;*/
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .nav>li>a {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 768px) {
    article header {
        padding-bottom: 2px;
    }
    article header h2 {
        font-size: 25px;
        white-space: nowrap;
    }
    .site-copy-footer {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .footer-menu {
        text-align: center;
        float: none;
    }
    .address-wrap {
        position: relative !important;
        right: auto;
        top: auto
    }
    .address {
        background: rgba(37, 60, 103, 0.7);
        width: inherit;
        padding: 20px;
        color: white;
        font-size: 14px;
        line-height: inherit font-weight: normal;
    }
    .navbar-upper li a {
        line-height: inherit;
    }
    .carousel-control.left,
    .carousel-control.right {
        top: 100px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #ffffff;
    }
    /*  Centetr logo on small screen */
    .navbar-header {
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float: none;
    }
    .navbar-brand>img {
        display: inline;
        height: 80px;
        margin-bottom: 10px;
    }
    .navbar-upper .special a {
        margin-top: 0;
    }
}

@media (max-width: 544px) {
    article header {
        padding-bottom: 1px;
    }
    article header h2 {
        font-size: 20px;
        white-space: nowrap;
    }
    .navbar-upper {
        min-height: inherit;
    }
    .navbar-header {
        text-align: center;
        width: auto;
    }
    .navbar-brand>img {
        display: inline;
        height: 50px;
        margin-bottom: 10px;
    }
    #spotlight .box h1,
    #spotlight .box p {
        text-align: center;
    }
    #myCarousel {
        margin-top: 60px;
    }
    .footer-menu li {
        display: block;
        margin: 5px auto;
    }
}

#yith-ywrq-table-list .product-thumbnail img {
    width: 100px;
}





/*.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
   display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
   display: none;
}*/


.search-min-form{
    min-width: 250px;
    left: -100px;
}

.woocommerce-loop-product__title  {
    min-height: 60px;
}


@media (min-width: 992px) and (max-width:1199px) {
   .woocommerce-loop-product__title  {
    min-height: 60px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .woocommerce-loop-product__title  {
            min-height: 73px;
    }
}

@media (max-width: 767px) {
    .woocommerce-loop-product__title  {
            min-height: 45px;
    }
}






