/** FONT FACE ***/
@font-face {
    font-family: 'Times';
    src: url('fonts/0278_vectordepvn_fonttv.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Valentina";
    src: url("fonts/VNF-Valentina.ttf");
    font-weight: normal;
    font-style: normal
}
* {font-family: 'Roboto', sans-serif !important}
html, body {
    border: 0;
    background-color: #FFFFFF;
}
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1.625;
    font-size: 14px;
    color: #999999;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
ul, ol {list-style: none;}
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display: block; }
/* 1.4 - Typography */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin: 0 0 13px 0;
}
h1, h2, h3, h4, h5, h6, .cart-summary, .toolbar { }
h1, .h1 {
    font-weight: 400;
    color: #333333;
    font-size: 36px;
    line-height: 1.1;
}
h2, .h2 { font-weight: 400; color: #333333; font-size: 28px; line-height: 28px; }
h3, .h3 { font-weight: 400; color: #333333; font-size: 24px; line-height: 24px; }
h4, .h4 { font-size: 20px; color: #333333; line-height: 18px; }
h5, .h5 { font-size: 12px; line-height: 18px; }
h6, .h6 { font-size: 10px; line-height: 18px; text-transform: uppercase; }
.h1 .note, .h2 .note, .h3 .note, .h4 .note, .h5 .note, .h6 .note,
h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note { margin-left: 8px; font-weight: 400; font-size: 12px;}
.h1 .note a, .h2 .note a, .h3 .note a, .h4 .note a, .h5 .note a, .h6 .note a,
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a { color: #EF8742; }
p { margin: 0 0 20px 0; line-height: 24px; }
/* 1.5 - Links and Buttons */
a { text-decoration: none !important; outline: none; color: #539AD0;}
a:focus, a:hover {color: #EDAC15;}
a:active { outline: none; }
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #333333; }
.accent-color { color: #EF8742 !important; }
ol, ul {list-style: none;margin: 0;}
ol li {display: inline-block;}
/**********************************************************************************************************
Header
**********************************************************************************************************/
body .boxed-container {
    background-color: #FFFFFF;
    overflow-x: hidden;
}
.site-header {margin-bottom: 60px;}
.top {
    position: relative;
    background-color: #F2F2F2;
    border-bottom: 1px solid #EEEEEE;
    font-size: 13px;
}
.top, .top-navigation a {background-color: #F2F2F2;}
.top, .top::before, .top::after, .top__container::before, .header::before, .header::after {border-color: #EFEFEF;}
.header, .top::before, .top::after, .top__container::before, .header::before, .header::after {background-color: #FFFFFF;}
.top__container {position: relative;}
.container::after {
    content: "";
    display: table;
    clear: both;
}
.top__tagline {
    text-align: center;
    padding: 9px 0 9px;
    color: #999999;
}
.top__menu {text-align: center;}
.top-navigation {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.top-navigation .menu-item {
    position: relative;
    display: inline-block;
}
.top-navigation a {
    display: block;
    color: #999999;
    padding: 5px 5px 10px;
}
.top-navigation a:hover {color: #EDAC15;}
.page-template-template-front-page-slider .header {box-shadow: none;}
.header {
    position: relative;
    box-shadow: 0 2px 3px #DEDEDE;
    z-index: 10;
}
.header__logo {
    position: relative;
    z-index: 1;
    width: 55%;
    float: left;
}
.header__logo a {color: #333333;}
.header__logo img {
    display: inline-block;
    margin: 25px 0;
}
.header__navbar-toggler.btn {
    font-size: 14px;
    border-radius: 2px;
    padding: 15px 20px;
    margin: 12px 0 0;
}
.header__navigation {
    width: 100%;
    float: left;
    background-color: #F2F2F2;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    margin-bottom: 15px;
}
.main-navigation .home-icon {
    display: inline-block;
    color: #333333;
    padding: 17.5px 30px;
    transition: all 200ms ease-out;
}
.main-navigation .home-icon .fa {vertical-align: middle;}
.main-navigation .fa-home:before {content: "\f015";}
.main-navigation {
    padding-left: 0;
    list-style: none;
    font-size: 0;
    margin: 0;
}
.main-navigation .menu-item {
    position: relative;
    font-size: 15px;
}
.main-navigation a {
    display: block;
    color: #333333;
    padding: 17.5px 30px;
    font-weight: bold;
    border-bottom: 1px solid #DEDEDE;
}
.main-navigation .sub-menu {
    padding-left: 0;
    list-style: none;
    transition: all 200ms ease-out;
}
ol ol, ul ul, ol ul, ul ol {margin-bottom: 0;}
.main-navigation .sub-menu .menu-item {display: block;}
.main-navigation .sub-menu a {
    display: block;
    padding-left: 40px;
    color: #999999;
    font-weight: normal;
}
.jumbotron__widgets {
    clear: both;
    padding-top: 20px;
}
.main-navigation .menu-item:focus > .sub-menu.lv1, .main-navigation .menu-item:hover > .sub-menu.lv1,
.main-navigation .menu-item[aria-expanded="true"] > .sub-menu.lv1 {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.main-navigation .menu-item:focus > .sub-menu.lv1, .main-navigation .menu-item:hover > .sub-menu.lv1,
.main-navigation .menu-item[aria-expanded="true"] > .sub-menu.lv1 {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.main-navigation .menu-item:focus > .sub-menu.lv2, .main-navigation .menu-item:hover > .sub-menu.lv2,
.main-navigation .menu-item[aria-expanded="true"] > .sub-menu.lv2 {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.jumbotron {
    position: relative;
    background-color: #F2F2F2;
    margin-bottom: 60px;
}
.header__navbar-toggler {float: right;}
.header__navbar-toggler .hamburger {
    font-size: 26px;
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 1;
    padding-right: 10px;
}
.header__navbar-toggler span {
    font-size: 14px;
    vertical-align: middle;
}
.header__featured-link .btn {width: 100%;text-transform: uppercase;}
.header__featured-link {
    width: 100%;
    clear: both;
    padding-bottom: 20px;
    text-shadow: none;
}
@media (min-width: 1200px) and (min-width: 992px) {
    .top::after {right: calc(50% - 556px - 30px);}
    .header::before {left: calc(50% - 570px - 7px) !important;}
    .header::after {left: calc(50% - 570px + 270px) !important;}
}
@media (min-width: 992px) {
    .container {max-width: 940px;width: 940px;}
    .top::before, .top::after {
        position: absolute;
        content: '';
        background-color: #FFFFFF;
    }
    .top::before {
        bottom: -1px;
        right: 0;
        height: 25px;
        width: calc(44% - 470px - 18px);
        border-top: 1px solid #EFEFEF;
    }
    .top__container::before {
        position: absolute;
        content: '';
        background-color: #FFFFFF;
        border-top: 1px solid #EFEFEF;
        bottom: -1px;
        left: 15px;
        height: 25px;
        width: 270px;
    }
    .top::after {
        bottom: -22px;
        width: 38px;
        height: 38px;
        -webkit-transform: rotate(52deg);
        -ms-transform: rotate(52deg);
        transform: rotate(52deg);
        right: calc(50% - 570px - 30px);
        border-left: 1px solid #EFEFEF;
    }
    .top__tagline {
        float: left;
        margin-left: 305px;
    }
    .top__menu {float: right;}
    .top-navigation a {padding: 9px 5px 10px;}
    .header::before {
        -webkit-transform: rotate(52deg);
        -ms-transform: rotate(52deg);
        transform: rotate(52deg);
        border-left: 1px solid #EFEFEF;
        left: calc(50% - 470px - 7px);
    }
    .header::before, .header::after {
        position: absolute;
        content: '';
        background-color: #FFFFFF;
        width: 38px;
        height: 38px;
        top: -17px;
    }
    .header::after {
        -webkit-transform: rotate(-52deg);
        -ms-transform: rotate(-52deg);
        transform: rotate(-52deg);
        border-right: 1px solid #EFEFEF;
        left: calc(50% - 470px + 270px);
    }
    .header__logo img {margin-top: 12px;}
    .hidden-lg-up {display: none !important;}
    .navbar-toggleable-md {display: block;visibility: visible;}
    .header__navigation {
        width: calc(90% - 300px);
        background-color: #FFFFFF;
        border: 0;
        margin-bottom: 0;
    }
    .home-icon {
        display: inline-block;
        color: #999999;
        font-size: 24px;
        border-bottom: 0;
        border-right: 0;
        margin-right: 0;
        padding: 7px 2px 14px 0;
    }
    .main-navigation a, .home-icon, .main-navigation > .menu-item-has-children::after {color: #999999;}
    .home-icon .fa {padding-top: 3px;}
    .main-navigation {display: inline;}
    .main-navigation .menu-item {display: inline-block;}
    .main-navigation a {
        padding: 48px 10px;
        color: #999999;
        border-bottom: 0;
    }
    .main-navigation .sub-menu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }
    .main-navigation > .menu-item-has-children::after {
        position: absolute;
        content: '\f0d7';
        font-family: 'FontAwesome', sans-serif !important;
        bottom: 22px;
        left: calc(50% - 5px);
        color: #999999;
    }
    .main-navigation > .current::after {display: none;}
    .main-navigation .sub-menu .menu-item:first-of-type {border-top: 2px solid #D89C11;}
    .main-navigation .sub-menu a, .main-navigation .sub-menu .menu-item:first-of-type,
    .main-navigation .sub-menu .sub-menu a {border-color: #D89C11;}
    .main-navigation .sub-menu a {
        background-color: #D89C11;
        color: #FFFFFF;
        padding: 12px 20px;
        min-width: 200px;
        white-space: normal;
        border-bottom: 1px solid #D89C11;
    }
    .main-navigation .sub-menu a, .main-navigation > .current-menu-item > a::after {background-color: #EDAC15;}
    .main-navigation .sub-menu a, .main-navigation .sub-menu .menu-item:focus > a,
    .main-navigation .sub-menu .menu-item:hover > a {color: #FFFFFF;}
    .jumbotron__widgets {padding-top: 0;}
    .header__featured-link {
        padding-top: 30px;
        padding-bottom: 30px;
        float: right;
        width: 10%;
        text-align: right;
        clear: inherit;
        text-shadow: 0 1px rgba(0, 0, 0, 0.15);
    }
    .header__featured-link .btn {
        width: auto;
        padding: 15px 19px;
    }
    .home-icon:hover, .main-navigation .menu-item:focus > a, .main-navigation .menu-item:hover > a,
    .main-navigation > .current-menu-item > a {color: #333333;}
    .main-navigation .sub-menu .menu-item > a:hover {background-color: #D89C11;}
    ul.sub-menu.lv2 {
        left: 200px;
        margin-top: -51px;
    }
    .main-navigation > .current > a::after {
        position: absolute;
        content: '';
        width: calc(100% - 28px);
        height: 3px;
        left: 14px;
        bottom: 32px;
        background-color: #EDAC15;
    }
}
@media (max-width: 991px) {
    .header__featured-link .btn-primary {
        background: #EEEEEE;
        border-color: #EEEEEE;
        color: #999999;
    }
    .site-header {margin-bottom: 0;}
}
@media (min-width: 1200px) {
    .container {max-width: 1140px;width: 1140px;}
    .top::before {width: calc(50% - 570px - 14px);}
    .home-icon {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 8px;
        padding: 7px 30px 14px 0;
    }
    .main-navigation a {padding: 48px 19px;}
    .header__featured-link .btn {padding: 17px 29px;}
}
@media (min-width: 450px) {
    .header__logo {
        width: 300px;
        height: 120px;
    }
    .header__navbar-toggler.btn {margin: 22px 0 0;}
}
@media (max-width: 991px) {
    .main-navigation .sub-menu.lv2 a {padding-left: 60px;}
}
/**********************************************************************************************************
Slidershow
**********************************************************************************************************/
.site-header + .jumbotron {margin-top: -60px;}
.jumbotron-content__title {
    font-size: 36px;
    margin-top: 29px;
    margin-bottom: 12px;
}
.jumbotron-content__description {font-size: 17px;}
.jumbotron-content__description .btn {margin: 9px 8px 18px 0;}
.btn-primary {
    background: #EDAC15;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
    transition: none;
}
.btn-primary, body.woocommerce-page span.onsale, .woocommerce span.onsale {background: #EDAC15;color: #FFFFFF;}
.btn-primary:hover {color: #FFFFFF;}
.accordion__panel:focus, .accordion__panel:hover, .testimonial, .logo-panel img:hover,
.btn-primary, body.woocommerce-page .widget_shopping_cart_content .buttons .checkout,
body.woocommerce-page nav.woocommerce-pagination ul li span.current {border-color: #EDAC15;}
.btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 17px 29px;
    line-height: 1.625;
    font-size: 14px;
    border-radius: 2px;
    transition: all 200ms ease-out;
}
.btn-primary:hover, body.woocommerce-page button.button.alt:hover {border-color: #D89C11;}
.btn-primary:hover, body.woocommerce-page .widget_product_search .search-field + input:hover,
body.woocommerce-page .widget_product_search .search-field + input:focus, body.woocommerce-page button.button.alt:hover,
body.woocommerce-page .woocommerce-error a.button:hover, body.woocommerce-page .woocommerce-info a.button:hover,
body.woocommerce-page .woocommerce-message a.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-page #payment #place_order:hover {background: #D89C11;}
.btn-tertiary {
    background-color: #FFFFFF;
    color: #333333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-tertiary:hover {color: #333333;}
.jumbotron__control {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(#666666, #5A5A5A);
    color: #222222;
    top: 20px;
    border-radius: 2px;
    font-size: 20px;
}
.jumbotron__control.left {
    padding-right: 2px;
    left: 10px;
}
.jumbotron__control:focus, .jumbotron__control:hover {
    background: #BBBBBB;
    color: #222222;
}
.jumbotron__widgets .widget {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.icon-box .fa {
    float: left;
    font-size: 40px;
    margin-right: 10px;
    color: #EDAC15;
}
.header .icon-box__text, .jumbotron .icon-box__text {margin-left: 50px;}
.header .icon-box__title, .jumbotron .icon-box__title {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    color: #999999;
    line-height: inherit;
}
.header .icon-box__subtitle, .jumbotron .icon-box__subtitle {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-weight: bold;
    color: #999999;
}
.jumbotron__widgets .widget:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
    border-right: 0;
    border-bottom: 0;
}
.jumbotron__widgets .social-icons__link {
    color: #656565;
    display: inline-block;
    font-size: 30px;
    margin-top: -3px;
}
.social-icons__link:hover {color: #BBBBBB;}
@media (min-width: 992px) {
    .jumbotron {background-color: transparent;padding: 0;}
    .jumbotron-content {
        position: absolute;
        width: 520px;
        top: 6%;
    }
    .jumbotron h1 {
        color: #FFFFFF;
        font-size: 40px;
    }
    .jumbotron-content__description {color: #FFFFFF;}
    .jumbotron__extras {
        position: relative;
        background-color: #333333;
    }
    .jumbotron__extras::before {
        position: absolute;
        content: '';
        background-color: rgba(250, 250, 250, 0.15);
        left: 0;
        right: 0;
        top: -1px;
        height: 1px;
    }
    .jumbotron__control {
        display: inline-block;
        position: inherit;
        top: inherit;
        margin: 25px 0;
    }
    .jumbotron__control.left {margin-right: 7px;}
    .jumbotron__widgets .widget {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        margin-bottom: 0;
        padding: 33.5px 20px 33.5px 0;
        border-right: 1px solid rgba(250, 250, 250, 0.15);
    }
    .jumbotron__widgets .widget:last-of-type {padding-bottom: 0;}
}
@media (min-width: 1200px) {
    .jumbotron-content {top: 3%;}
    .jumbotron__extras {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, #000000);
    }
    .jumbotron__widgets .widget {
        margin-right: 30px;
        padding: 33.5px 30px 33.5px 0;
    }
    .jumbotron__widgets .social-icons__link {margin-right: 7px;}
}
@media (min-width: 1350px) {
    .jumbotron-content {top: 6%;}
}
@media (min-width: 544px) {
    .jumbotron__control {top: 60px;}
}
@media (min-width: 768px) {
    .jumbotron__control {top: 120px;}
    .jumbotron h1, .jumbotron .h1 {font-size: 36px;}
}
@media (max-width: 767px) {
    .jumbotron {padding: 0;}
    .site-header + .jumbotron {margin-top: 0;}
    .jumbotron-content__title {font-size: 20px;}
    .jumbotron p {font-size: 15px;margin-bottom: 0;}
    .jumbotron-content__description .btn {padding: 10px 15px;}
    .jumbotron__control {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 40px;
    }
}
.jumbotron__control.right {
    padding-left: 2px;
    right: 10px;
}
.jumbotron p {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}
/*End Slidershow*/
.content-area, .icon-box__subtitle {color: #999999;}
.pg-11-0, .pg-11-2, .pg-11-4 {
    margin-left: -15px;
    margin-right: -15px;
}
.panel-row-style:before, .panel-grid-cell .so-panel:before, .panel-grid:before {
    content: '';
    display: block;
}
.panel-row-style:after, .panel-grid-cell .so-panel:after, .panel-grid:after {
    content: '';
    display: table;
    clear: both;
}
img {max-width: 100%;}
/**********************************************************************************************************
Section_1
**********************************************************************************************************/
.pg-11-0 {margin-bottom: 51px;}
.panel-grid, .panel-row-style, .panel-grid-cell .so-panel {zoom: 1;}
.panel-grid-cell {
    ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 16px;
}
.panel-grid-cell .panel-last-child {margin-bottom: 0;}
.pg-11-3, .pg-11-4, #pl-11 .panel-grid-cell .so-panel:last-child {margin-bottom: 0;}
.page-box__title {
    margin-top: 0;
    margin-bottom: 16px;
}
.page-box--block .page-box__picture + .page-box__content .page-box__title {margin-top: 23px;}
.page-box__text {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.page-box__more-link {
    position: relative;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.page-box__more-link::after {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome', sans-serif;
    right: -15px;
    top: calc(50% - 9px);
}
.pg-news-1 .page-box__title,
.latest-news--block .latest-news__title {
    font-size: 18px;
}
.page-box--inline .page-box__picture {float: left;width: 30%; padding-right: 10px;}
.page-box__content.right_blogs {
    width: 70%;
    float: left;
}
.page-box--inline .page-box__title {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 9px;
}
@media (max-width: 991px) {
    .pg-11-0 .panel-grid-cell {margin-bottom: 30px;}
    .pgc-11-0-2 .so-panel {margin-bottom: 20px;}
}
.navbar-collapse {padding: 0;}
@media (max-width: 767px) {
    .sidebar__headings:before {
        content: "\f196";
        font-family: "FontAwesome", sans-serif;
        position: absolute;
        top: 5px;
        right: 0;
    }
    .sidebar__headings {font-size: 24px !important;}
    .site-main {margin-bottom: 20px;}
}
/**********************************************************************************************************
Section_2
**********************************************************************************************************/
.pg-11-1, .pg-11-6 {margin-bottom: 60px;}
.pg-11-1 .siteorigin-panels-stretch {
    background-color: #F2F2F2;
    padding: 30px 119.5px;
    margin-left: -119.5px;
    margin-right: -119.5px;
    border-left-width: 0;
    border-right-width: 0;
}
.portfolio-grid__header {
    margin-bottom: 30px;
    position: relative;
}
.portfolio-grid--slider .portfolio-grid__header {border-bottom-color: #DDDDDD;}
.portfolio-grid__arrows {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s;
}
.portfolio-grid__arrow {
    text-align: center;
    height: 45px;
    line-height: 45px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #999999;
    background-color: #FFFFFF;
    -webkit-flex: 0 0 calc(50% - 240px / 16);
    -ms-flex: 0 0 calc(50% - 240px / 16);
    flex: 0 0 calc(50% - 240px / 16);
    cursor: pointer;
}
.portfolio-grid__mobile-filter {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 2;
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
}
.portfolio-grid__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}
.portfolio-grid__nav-item {text-overflow: ellipsis;}
.portfolio-grid__nav-item.is-active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #333333;
}
.portfolio-grid__nav-link {
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #999999;
    transition: all 200ms ease-out;
    font-family: 'Roboto', sans-serif !important;
}
.portfolio-grid__nav-item.active > .portfolio-grid__nav-link {color: #333333;}
.portfolio-grid__nav-item.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #EDAC15;
}
.card {
    position: relative;
    display: block;
    margin-bottom: 12px;
    background-color: #FFFFFF;
    border: 0 solid #EEEEEE;
}
.portfolio-grid__card {
    display: block;
    color: #999999;
    margin-bottom: 30px;
}
.portfolio-grid--slider .portfolio-grid__card {box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.nav-tabs {border-bottom: transparent;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333333;
    cursor: default;
    background-color: transparent;
    border: transparent;
    /*border-bottom-color: transparent;*/
}
.nav-tabs > li > a {border: transparent;}
.nav > li > a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 37px;
    padding-left: 0;
    font-weight: bold;
}
.nav > li > a:hover, .nav > li > a:focus {background-color: transparent;}
.nav-tabs > li > a:hover {border-color: transparent;color: #333333;}
@media (min-width: 992px) {
    .portfolio-grid__header {border-bottom: 1px solid #EEEEEE;}
    .portfolio-grid--slider .portfolio-grid__header {padding-bottom: 0;}
    .portfolio-grid__arrows {
        position: static;
        width: 100px;
        float: right;
    }
    .portfolio-grid__arrow {
        -webkit-flex: 0 0 45px;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
    }
    .portfolio-grid__nav {
        display: block;
        overflow: visible;
        position: static;
    }
    .portfolio-grid__nav-item {
        display: inline-block;
        margin-right: 31px;
    }
    .portfolio-grid__nav-item.is-active {position: relative;}
    .portfolio-grid__nav-link {
        display: inline-block;
        padding-top: 8px;
        padding-bottom: 37px;
    }
    .portfolio-grid__nav-item.is-active::after {bottom: -1px;}
}
@media (max-width: 991px) {
    .portfolio-grid__arrows {position: static;margin-top: 20px;}
    .nav > li > a {padding-bottom: 15px;}
}
@media (max-width: 767px) {
    .nav-tabs > li {float: none;}
}
.button-container {
    webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: 30%;
    bottom: 0;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.js-wpg-item .col-md-12:hover .button-container {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.button-container a {
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 60px 60px 60px 60px;
    background-color: rgba(0, 0, 0, 0.50);
    display: inline-block;
    border: 0 solid #FFFFFF;
    width: 40px;
    height: 40px;
}
.quick_view:hover, .link_detail:hover {background-color: rgba(255, 255, 255, 0.15);}
.portfolio-grid__card {background-color: #000000;}
.portfolio-grid__card img {
    webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}
.js-wpg-item .col-md-12:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
/**********************************************************************************************************
Section_3
**********************************************************************************************************/
.pg-11-2 {margin-bottom: 90px;}
.latest-news {
    margin-bottom: 0;
    transition: all 200ms ease-out;
}
.card-block {
    padding: 30px;
    border: 1px solid #EEEEEE;
}
.latest-news--block .latest-news__content {
    position: relative;
    border-top: 3px solid #EDAC15;
}
.contact-profile__container, .person-profile__container, .latest-news--block .latest-news__content {border-top-color: #EDAC15;}
.latest-news--block .latest-news__date {
    position: absolute;
    background-color: #EDAC15;
    color: #FFFFFF;
    top: -16px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}
.latest-news--block .latest-news__title {
    margin-top: 8px;
    margin-bottom: 18px;
    line-height: 1.35;
}
.latest-news--block .latest-news__text {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.latest-news--inline {
    display: block;
    border-top: 0;
    border-left: 3px solid #EEEEEE;
}
.latest-news--inline:first-of-type {border-top: 1px solid #EEEEEE;}
.latest-news--inline .latest-news__title {
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.54;
    color: #333333;
}
.latest-news__date {font-size: 14px;}
.latest-news--inline:focus, .latest-news--inline:hover, .latest-news--more-news:hover {
    background-color: #F2F2F2;
    text-decoration: none;
    border-left-color: #EDAC15;
}
.latest-news--more-news {
    display: block;
    position: relative;
    border-top: 0;
    padding: 17px 30px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 200ms ease-out;
}
.latest-news--inline + .latest-news--more-news {border-left: 4px solid #EEEEEE;}
.latest-news--more-news::after {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome', sans-serif;
    right: 30px;
}
.latest-news--inline + .latest-news--more-news:hover {border-left-color: #EDAC15;}
@media (max-width: 991px) {
    .pg-11-2 .panel-grid-cell {margin-bottom: 30px;}
}
/**********************************************************************************************************
Section_4
**********************************************************************************************************/
.pg-11-3 .siteorigin-panels-stretch {
    padding: 30px 119.5px;
    margin-left: -119.5px;
    margin-right: -119.5px;
    border-left-width: 0;
    border-right-width: 0;
    background-color: #F2F2F2;
}
.call-to-action__text {
    text-align: center;
    padding: 0 0 15px;
}
.call-to-action__button {text-align: center;}
.call-to-action__title {
    color: #999999;
    margin-bottom: 5px;
}
.call-to-action__subtitle {
    font-size: 14px;
    margin-bottom: 0;
}
.btn-secondary {
    color: #999999;
    background-color: transparent;
    border-color: #B6B6B6;
}
.call-to-action__button .btn {margin-left: 15px;}
.btn-secondary:hover {
    color: #999999;
    background-color: transparent;
    border-color: #7A7A7A;
}
@media (min-width: 992px) {
    .call-to-action__text {
        text-align: left;
        float: left;
        padding: 5px 0;
    }
    .call-to-action__button {float: right;}
}
/**********************************************************************************************************
Section_5
**********************************************************************************************************/
.pg-11-4 .siteorigin-panels-stretch {
    padding: 90px 104.5px;
    margin-left: -104.5px;
    margin-right: -104.5px;
    border-left-width: 0;
    border-right-width: 0;
    background-repeat: repeat;
}
#panel-11-4-1-0 h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 24px;
}
#panel-11-4-1-0 p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 25px;
}
#panel-11-4-1-0 p span {color: #333333;}
#panel-11-4-1-0 p:last-child {
    text-align: center;
    margin-bottom: 0;
}
.siteorigin-widget-tinymce h3 {
    text-align: center;
    font-size: 40px;
    color: #333333;
    margin-bottom: 24px;
    font-family: 'Roboto', sans-serif !important;
}
.siteorigin-widget-tinymce p {
    text-align: center;color: #333333;
    font-size: 15px;
    font-weight: 300;
}
@media (max-width: 767px) {
    .pg-11-4 .siteorigin-panels-stretch {padding: 25px 104.5px;}
    .siteorigin-widget-tinymce h3 {
        font-size: 30px;
        line-height: 35px;
    }
}
/**********************************************************************************************************
Section_6
**********************************************************************************************************/
.pg-11-5 {margin-bottom: 80px;}
.pg-11-5 .siteorigin-panels-stretch {
    padding: 80px 119.5px;
    margin-left: -119.5px;
    margin-right: -119.5px;
    border-left-width: 0;
    border-right-width: 0;
    background-color: #F2F2F2;
}
.widget-title {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 35px;
    color: #333333;
    font-family: 'Roboto', sans-serif !important;
}
.testimonial__container {
    position: relative;
    font-size: 0;
}
.testimonial {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 30px;
    font-size: 0;
    border-top: 3px solid #EDAC15;
    margin-bottom: 30px;
}
.testimonial blockquote {
    padding: 0;
    margin: 0;
    font-size: 17.5px;
    border-left: none;
}
.testimonial__author-avatar, .testimonial__author, .testimonial__quote {
    vertical-align: top;
    font-size: 14px;
}
.testimonial__author {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
}
.testimonial__author-avatar {padding-bottom: 30px;}
.testimonial__author-name {
    font-style: normal;
    font-weight: bold;
    color: #333333;
    font-size: 15px;
}
.testimonial__quote {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
    margin-bottom: 0;
}
.testimonial__carousel {
    display: inline-block;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #999999;
    transition: all 200ms ease-out;
    width: calc(50% - 15px);
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.testimonial__carousel--right {margin-left: 30px;}
.testimonial__carousel:hover, .testimonial__carousel:focus {color: #333333;}
@media (min-width: 544px) {
    .testimonial {padding: 60px;}
    .testimonial__author-avatar {
        width: 15%;
        float: left;
        margin-right: 15px;
    }
    .testimonial__author {
        width: calc(25% - 30px);
        float: left;
        margin-right: 15px;
    }
    .testimonial__quote {width: 60%;float: left}
}
@media (min-width: 992px) {
    .testimonial {
        display: inline-block;
        width: 90%;
        border-left: 3px solid #EDAC15;
        border-top: 0;
        margin-bottom: 35px;
        height: 222px
    }
    .testimonial::after {
        position: absolute;
        content: '';
        width: 35px;
        height: 35px;
        bottom: -17px;
        left: 60px;
        background-color: #FFFFFF;
        -webkit-transform: skewY(-45deg);
        -ms-transform: skewY(-45deg);
        transform: skewY(-45deg);
        box-shadow: -1px 3px 0 rgba(0, 0, 0, 0.05);
    }
    .testimonial__author-avatar, .testimonial__author, .testimonial__quote {display: inline-block;}
    .testimonial__author-avatar {
        width: calc(15% - 30px);
        margin-right: 20px;
        border-right: 0;
        float: left;
        padding-bottom: 0;
    }
    .testimonial__author-avatar + .testimonial__author {width: calc(25% - 30px);}
    .testimonial__author {
        width: calc(40% - 30px);
        margin-right: 30px;
        padding-bottom: 0;
    }
    .testimonial__quote {width: 59%;}
    .testimonial__carousel {
        position: absolute;
        height: 222px;
        width: 45px;
        margin-left: 10px;
        top: 0;
        bottom: 45px;
    }
    .testimonial__carousel--left {right: 55px;}
    .testimonial__carousel--right {
        right: 0;
        margin-left: 0;
    }
    .testimonial__carousel .fa {
        position: absolute;
        left: calc(50% - 3px);
        top: calc(50% - 10px);
    }
}
@media (max-width: 1024px) and (min-width: 991px) {
    .testimonial {width: 88%;}
}
/**********************************************************************************************************
Section_7
**********************************************************************************************************/
.logo-panel {text-align: center;}
.logo-panel img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: all 200ms ease-out;
}
@media (min-width: 992px) {
    .logo-panel img {margin-bottom: 0;}
}
/**********************************************************************************************************
Footer
**********************************************************************************************************/
.footer-top {
    position: relative;
    z-index: 1;
    background-color: #EEEEEE;
    padding: 58px 0 18px;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
    color: #999999;
    font-weight: 300;
}
.footer-top .widget {margin-bottom: 30px;}
.footer-top__headings {
    font-size: 15px;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #333333;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}
.widget_nav_menu ul {
    padding-left: 0;
    list-style: none;
}
.footer-top .widget_nav_menu .menu a {
    line-height: 1.9;
    color: #999999;
    margin: 3px 0;
    font-size: 14px;
}
.footer-top .icon-container {
    display: inline-block;
    margin-right: 3px;
    width: 20px;
    margin-bottom: 5px;
}
.footer-top a.icon-container {
    color: #999999;
    width: auto;
}
.footer-top a.icon-container .fa {font-size: 30px;}
.footer-top a.icon-container:hover {color: #EDAC15;}
.footer-middle {
    text-align: center;
    padding-bottom: 10px;
}
.fa-2x {font-size: 32px;margin-right: 10px;}
.footer-bottom {
    position: relative;
    background-color: #EEEEEE;
    font-size: 13px;
    padding: 12px 0;
    border-top: 1px solid #E9E9E9;
    color: #999999;
}
.footer-bottom__left, .footer-bottom__right {position: relative;}
.footer-bottom a {color: #333333;}
@media (min-width: 992px) {
    .footer-bottom::before, .footer-bottom::after {
        position: absolute;
        content: '';
        height: 30px;
        top: -1px;
        background-color: #FFFFFF;
        width: calc(50% - 470px - 23px);
        border-bottom: 1px solid #E9E9E9;
    }
    .footer-bottom::before {left: 0;}
    .footer-bottom::after {right: 0;}
    .footer-bottom__left::before {
        position: absolute;
        content: '';
        background-color: #FFFFFF;
        height: 48px;
        width: 47px;
        left: -58px;
        top: -40px;
        -webkit-transform: rotate(52deg);
        -ms-transform: rotate(52deg);
        transform: rotate(52deg);
        border-right: 1px solid #E9E9E9;
    }
    .footer-bottom__right::after {
        position: absolute;
        content: '';
        background-color: #FFFFFF;
        height: 48px;
        width: 47px;
        right: -58px;
        top: -40px;
        -webkit-transform: rotate(-52deg);
        -ms-transform: rotate(-52deg);
        transform: rotate(-52deg);
        border-left: 1px solid #E9E9E9;
    }
    .footer-bottom__left {float: left;}
    .footer-bottom__right {float: right;text-align: right;}
}
@media (min-width: 1200px) and (min-width: 992px) {
    .footer-bottom::before, .footer-bottom::after {width: calc(50% - 570px - 23px);}
}
/*************************
scrollToTop
**************************************/
.scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 9999;
    cursor: pointer;
}
.scrollToTop i {
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 45px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #FFFFFF;
    background-color: #EDAC15;
    -webkit-flex: 0 0 calc(50% - 240px / 16);
    -ms-flex: 0 0 calc(50% - 240px / 16);
    flex: 0 0 calc(50% - 240px / 16);
    cursor: pointer;
}
/**********************************************************************************************************
Collection
**********************************************************************************************************/
.site-header + .page-header {margin-top: -60px;}
.page-header {
    background: top center #F2F2F2 repeat scroll;
    margin-bottom: 0;
    padding-top: 56px;
    padding-bottom: 36px;
    border-bottom: 1px solid #EFEFEF;
    /*background-image: url('http://hstatic.net/433/1000079433/1000117663/background_header_page_img.jpg?v=123');*/
}
.page-header__title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: #333333;
    font-family: 'Roboto', sans-serif !important;
}
.page-header__subtitle {
    margin-top: 6px;
    color: #999999;
    margin-bottom: 0;
    font-size: 15px;
}
#breadcrumb {
    margin-bottom: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.breadcrumb {
    background-color: #FFFFFF;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.breadcrumb a {
    position: relative;
    display: inline-block;
    color: #999999;
    padding: 18px 0;
    margin-right: 45px;
}
.breadcrumb a::after {
    position: absolute;
    font-family: 'FontAwesome', sans-serif;
    content: '\f0da';
    color: #999999;
    right: -25px;
    top: 19px;
}
.sidebar .widget {margin-bottom: 56px;}
.widget_nav_menu ul {
    padding-left: 0;
    list-style: none;
}
.sidebar .widget_nav_menu .menu > li {border-bottom: 1px solid #EEEEEE;}
.sidebar .widget_nav_menu .menu > li:first-of-type {border-top: 1px solid #EEEEEE;}
.sidebar .widget_nav_menu a {
    display: block;
    color: #999999;
}
.sidebar .widget_nav_menu .menu > li > a {
    font-weight: bold;
    border-right: 1px solid #EEEEEE;
    border-left: 3px solid #DDDDDD;
    padding: 17px 30px;
    font-size: 15px;
    border-radius: 0;
    transition: all 200ms ease-out;
}
.sidebar .widget_nav_menu .menu > li.current-menu-item > a {
    border-left-color: #EDAC15;
    background-color: #F2F2F2;
    color: #333333;
}
.sidebar .widget_nav_menu .menu > li > a:focus, .sidebar .widget_nav_menu .menu > li > a:hover {
    border-left-color: #EDAC15;
    background-color: #F2F2F2;
    color: #333333;
}
.entry {margin-bottom: 60px;}
.pg-43-0 {
    margin-left: -15px;
    margin-right: -15px;
}
.pg-43-0 .col-lg-4.panel-grid-cell {margin-bottom: 30px;}
.pg-43-0 .col-lg-4.panel-grid-cell .page-box__more-link {text-transform: none;}
#pagination {margin-bottom: 90px;}
#pagination .page-node {
    display: inline-block;
    background-color: #EEEEEE;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    margin-right: 6px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 2px;
    transition: all 200ms ease-out;
}
#pagination .current, #pagination .page-node:hover {
    background-color: #EDAC15;
    color: #FFFFFF;
}
#pagination .prev, #pagination .next {
    position: absolute;
    margin-right: 0;
    right: 0;
    font-size: 16px;
}
#pagination .prev {right: -70px;}
.col-lg-4.col-md-4.panel-grid-cell:nth-of-type(3n+1) {clear: left;}
@media (max-width: 991px) {
    .site-header + .page-header {margin-top: 0;}
}
@media (max-width: 767px) {
    .page-header__title, .portfolio__title {font-size: 25px;}

}
/**********************************************************************************************************
Product
**********************************************************************************************************/
.portfolio__navigation {margin-bottom: 30px;}
.portfolio__navigation-item {
    min-height: 1px;
    color: #999999;
    text-transform: uppercase;
    background-color: #EEEEEE;
    font-size: 13px;
    width: calc(50% - 5px);
}
.portfolio__navigation-item--right {margin-left: 5px;}
.portfolio__gallery-link {
    display: block;
    margin-bottom: 30px;
}
.portfolio__title {
    margin-bottom: 39px;
    margin-top: 17px;
    font-weight: bold;
    color: #333333;
    font-family: 'Roboto', sans-serif !important;
}
.panel-group .panel + .panel {margin-top: 0;}
.portfolio--left {border-left: 3px solid #EDAC15;}
.panel-default > .panel-heading {
    background-color: #F2F2F2;
    color: #666666;
    padding: 26px 43px 0 44px;
}
.panel-group .panel {
    border: 0;
    border-radius: 0;
}
.portfolio__meta-title {
    padding-bottom: 26px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 15px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding-left: 44px;
    padding-right: 43px;
}
.no_bottom {border-bottom: 0;}
.tags li {
    display: inline-block;
    list-style-type: none;
}
.tags li a {
    display: inline-block;
    background: #EDAC15;
    color: #FFFFFF;
    padding: 4px 9px;
    position: relative;
    margin: 5px;
}
.tags li a:hover {background: #D89C11;}
/**********************************************************************************************************
Blogs
**********************************************************************************************************/
.entry__container:hover {border-left-color: #EDAC15;}
.entry__date {
    display: inline-block;
    color: #999999;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
}
.entry__title {
    color: #333333;
    font-size: 20px;
    margin-bottom: 29px;
    word-wrap: break-word;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
}
.entry__content.entry-content {font-size: 14px;}
.article .entry__content.entry-content * {color: #999999; font-size: 14px !important;}
.entry__meta {
    border-top: 1px solid #EEEEEE;
    margin-top: 23px;
    padding-top: 21px;
    font-size: 15px;
}
.meta__item {
    position: relative;
    margin-left: 27px;
    font-weight: normal;
}
.meta__item:first-of-type {margin-left: 0;}
.meta__item:first-of-type:before {display: none;}
.meta__item::before {
    position: absolute;
    content: '';
    left: -16px;
    width: 1px;
    height: 20px;
    background-color: #EEEEEE;
}
.meta a {color: #999999;}
@media (min-width: 992px) {
    .entry__container {
        border: 1px solid #EEEEEE;
        border-left: 3px solid #DDDDDD;
        padding: 48px 45px 53px;
        transition: all 200ms ease-out;
    }
}
@media (min-width: 1200px) {
    .entry__container {padding: 48px 60px 53px;}
}
.sidebar .widget_categories .menu li {border-bottom: 1px solid #EEEEEE;}
.sidebar .widget_categories .menu > li:first-of-type {border-top: 1px solid #EEEEEE;}
.sidebar .widget_categories .menu li a {
    display: block;
    font-weight: bold;
    border-right: 1px solid #DDDDDD;
    border-left: 3px solid #DDDDDD;
    padding: 17px 30px;
    font-size: 15px;
    border-radius: 0;
    transition: all 200ms ease-out;
    color: #999999;
}
.sidebar .widget_categories .menu li.current a {
    border-left-color: #EDAC15;
    background-color: #F2F2F2;
    color: #333333;
}
.sidebar .widget_categories .menu li a:focus, .sidebar .widget_categories .menu li a:hover {
    border-left-color: #EDAC15;
    background-color: #F2F2F2;
}
.sidebar .widget_categories .menu li ul li a {padding: 17px 40px;}
.sidebar .widget_categories .menu li ul li ul li a {padding: 17px 50px;}
.sidebar .widget_categories .menu span.sign {
    right: 0;
    position: absolute;
    padding-right: 10px;
}
.sidebar__headings {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 24px;
    position: relative;
    color: #333333;
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
}
#respond .notice {margin-bottom: 20px;}
#respond .right {
    padding: 15px 0 10px;
    text-align: right;
}
#respond .required {color: #CA2020;}
.form-control {border-radius: 0;}
.subtext.success {
    background-color: #75BF97;
    border-color: #EBCCD1;
    color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
#articleComments {
    background-color: #FFFFFF;
    border-bottom: 4px solid #E1E1E1;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    clear: left;
    margin: 20px 0;
    padding: 10px 15px;
}
#articleComments h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 8px 15px 10px;
}
#articleComments #comments {overflow: hidden;}
#comments .commentList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.commentList li {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 95px;
    padding: 8px 8px 8px 20px;
    position: relative;
}
.commentList .even {background: none repeat scroll 0 0 #FFFFFF;}
.commentList li .name {
    color: #333333;
    cursor: default;
    font-size: 15px;
    text-decoration: none;
}
.commentList li .created {
    color: #888888;
    font-size: 10px;
    margin: 2px 0 8px;
}
@media (max-width: 767px) {
    .entry__date {font-size: 16px;}
    .entry__title {font-size: 26px;}
    .meta__item {margin-left: 20px;}
}
/************************************************************************************************
Contact
************************************************************************************************/
.contact-profile__container {
    position: relative;
    border-top: 3px solid #EDAC15;
    border-bottom: 9px solid #F2F2F2;
    padding-bottom: 26px;
    margin-top: 15px;
}
.contact-profile__social-icons {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #F2F2F2;
    padding: 11px 30px 1px 1px;
    line-height: 1;
}
.contact-profile__social-icons::before {
    position: absolute;
    content: '';
    left: -35px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 35px solid #F2F2F2;
    border-left: 35px solid transparent;
}
.contact-profile__social-icon {
    font-size: 22px;
    color: #999999;
    padding-left: 1px;
}
.contact-profile__social-icon:focus, .contact-profile__social-icon:hover {color: #EDAC15;}
.contact-profile__social-icons + .contact-profile__items {margin-bottom: 30px;}
.contact-profile__item {
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 1px solid #EEEEEE;
}
.contact-profile__icon {float: left;}
.contact-profile__text {
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 15px;
}
.wpcf7-form-control-wrap {position: relative;}
input, button, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}
input, textarea {outline: none;}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.625;
    color: #666666;
    background-color: #F2F2F2;
    background-image: none;
    border: 1px solid #CCCCCC;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea {
    padding: 30px 20px;
    margin-bottom: 30px;
    font-size: 14px;
}
input:focus, textarea:focus {background-color: #FFFFFF;}
.form-control:focus {
    border-color: #DDDDDD;
    outline: none;
    webkit-box-shadow: none;
    box-shadow: none;
}
.text-center {margin-bottom: -10px;}
.google_maps .text-center iframe {
    width: 100%;
    height: 450px;
    pointer-events: none;
}
@media (min-width: 544px) {
    .wpcf7-submit {
        float: right;
        margin-top: -40px;
    }
}
.contact-form .form-control {color: #999999;}
/************************************************************************************************
Customers
*************************************************************************************************/
#create_customer, #customer_login, #recover-password, .reset_password, #activate_customer_password {
    max-width: 450px;
    margin: auto;
}
#create_customer .wpcf7-text, #customer_login .wpcf7-text {margin-bottom: 15px;}
.lost_password, .block-center {margin-bottom: 15px;}
.page-subheading {
    font-weight: bold;
    text-transform: uppercase;
    color: #202020;
    font-size: 18px;
    border-bottom: 1px solid #F3F0F0;
    padding: 0 0 15px;
    line-height: normal;
    margin-bottom: 12px;
}
.subheading_default {
    font-weight: bold;
    text-transform: uppercase;
    color: #202020;
    font-size: 18px;
    padding: 10px;
    line-height: normal;
    border: 1px dashed #EDAC15;
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
}
.address_actions a {color: #FFFFFF;}
.address_table .wpcf7-text, #address_form_new .wpcf7-text {
    padding: 20px 20px;
    margin-bottom: 15px;
}
.address_table select, #address_form_new select {padding: 0;margin-bottom: 15px;}
#add_address {margin-top: 20px;}
/*************************************************************************
404
**************************************************************************/
.error-404 {
    text-align: center;
    margin-top: 90px;
}
.error-404__content {margin-bottom: 120px;}
.error-404__text {
    margin-bottom: 30px;
    font-size: 20px;
}
/**H add ****/
.filter-box ul {
    display: block;
    max-height: 200px;
    overflow: auto;
    border: none;
    padding: 5px 0;
}
.filter-box ul li:first-child {
    border: none;
}
.filter-box ul li {
    position: relative;
    border-top: 1px solid #E8EAEE;
    margin-left: 10px;
}
.filter-box label {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 7px 0 7px 0;
}
.filter-box label {
    display: initial;
}
.filter-box ul input[type='checkbox'], .filter-box ul input[type='radio'] {
    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 4px 0;
    float: right;
}
.filter-box ul input[type='checkbox']:before, .filter-box ul input[type='radio']:before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -moz-transition: -moz-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    right: 3px;
    top: 15px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #EDAC15;
    border-top-style: none;
    border-right-style: none;
}
.filter-box ul input[type='checkbox']:after, .filter-box ul input[type='radio']:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 11px;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #999999;
    cursor: pointer;
    border-radius: 2px;
}
.filter-box ul input[type='checkbox']:checked:before,
.filter-box ul input[type='radio']:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.filter-box label {
    display: initial;
}
.wrapper-filter h3, .mega-left-title h3 {
    font-weight: bold;
    border-right: 1px solid #EEEEEE;
    border-left: 3px solid #EDAC15;
    padding: 17px 30px;
    font-size: 15px;
    border-radius: 0;
    margin: 0;
    background-color: #F2F2F2;
    transition: all 200ms ease-out;
    text-transform: uppercase;
}
ul.filter-tag.clearfix {
    list-style: none;
    padding: 0;
}
ul.filter-tag.clearfix li {
    border-bottom: 1px solid #EEEEEE;
    font-weight: bold;
    border-right: 1px solid #EEEEEE;
    border-left: 3px solid #DDDDDD;
    padding: 10px 10px 10px 30px;
    font-size: 15px;
    border-radius: 0;
    margin: 0;
    /* transition: all 200ms ease-out; */
}
.filter-box label {
    position: relative;
}
.filter-box ul li {
    padding: 0;
    border: none;
}
.filter-box ul input[type='checkbox'], .filter-box ul input[type='radio'] {
    float: none;
    margin-right: 5px;
}
.filter-box ul input[type='checkbox']:before, .filter-box ul input[type='radio']:before {
    left: 3px;
    top: 10px;
    right: auto;
}
.filter-box ul input[type='checkbox']:after, .filter-box ul input[type='radio']:after {
    left: 0;
    top: 6px;
    right: auto;
}
.wrapper-filter {
    margin-bottom: 30px;
}
.box-product-lists .page-box__title {
    font-size: 17px;
    margin: 10px 0 !important;
}
.clearfix { clear: both;}
.latest-news__container .card-block.latest-news__content {
    padding: 20px;
}
span.subtext {
    margin-bottom: 10px;
    display: block;
}
.search {margin-bottom: 30px;}
.search_box {
    border: 1px solid #EFEFEF;
    float: left;
    padding: 12px 25px;
    border-radius: 0;
    font-size: 1.4em;
    height: auto;
    letter-spacing: .05em;
    width: 90%;
}
#go {
    color: black;
    background: url(//hstatic.net/0/0/global/design/theme-default/icon-search.png) #28303E center no-repeat;
    margin-top: 0;
    border: #EEF1F1 1px solid;
    float: left;
    display: inline-block;
    padding: 11px 26px;
    letter-spacing: .06em;
    border-radius: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    border-left: none;
    font-size: 0;
    width: 57px;
    height: 57px;
}















