/* FROM product-v2/custom-css*/
/* HEADER
 ************************/
.social-share a{
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    border: 1px solid #ddd;
    color: #000;
    margin-right: 15px;
    margin-bottom: 15px;
}
.social-share{
    padding-top: 40px;
}
.main-content{
    border-bottom: 1px solid #000;
}
.category-list a{
    padding-right: 20px;
    color: #000;
}
@media (max-width:991px) and (min-width:768px){
	#header.full-header .container, .container-fullwidth {
		padding: 0 15px !important;
		margin: 0 auto;
		width: 100% !important;
	}
}

/* remove borders */
#header.full-header #primary-menu > ul,
#header.full-header #logo {
	border-right: none;
}
.breadcrumb {
    margin: -40px 0 15px 0 !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    font-weight: 400;
    font-size: 1rem;
    font-style: italic;
    position: relative !important;
    display: block;
}
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
/* Logo */

#logo span {
	font-size: 0.8rem;
	letter-spacing: 0.075rem;
	height:100px;
	padding-left: 1rem;
    float:left;
    display: flex;
    align-items: center;
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
}

#header.sticky-header:not(.static-sticky) #header-wrap #logo span {
	font-size: 0.7rem;
	letter-spacing: 0.05rem;
	padding-left: 0.7rem;
    padding-bottom: 0px;
    height: 60px
}

@media (max-width: 991.98px){

    #header.sticky-header.responsive-sticky-header #header-wrap {
        position:fixed;
    }
}

.standard-logo,
.retina-logo { float:left; }

@media (max-width: 1220px) {
    /*#logo span { display:none; }*/
}

@media (max-width: 991px) {
    #logo span { display:none; }
    .standard-logo,
    .retina-logo { float:none; }
}

@media (max-width: 575px) {
    #logo span { display:none;}
}

/* Menu bar */
#primary-menu-trigger .icon-reorder,
#primary-menu-trigger2 .icon-reorder { font-size:30px; }

/* Menu */
#primary-menu ul li > a { padding: 60px 15px 24px 15px; }

#primary-menu > ul > li.sub-menu > a > div {
	line-height: 1rem;
	font-weight: 500;
	font-size: 0.85rem;
	letter-spacing: 0.05rem;
}

#primary-menu > ul > li.sub-menu > a:hover > div,
#primary-menu > ul > li.sfHover > a > div{
	font-weight: 700 !important;
	color: #444 !important;
}

#header.sticky-header:not(.static-sticky) #header-wrap #primary-menu > ul > li.sub-menu > a > div {
	line-height: 1.5rem;
}

/* Sticky menu for mobile */
@media (max-width:991px) {

    .responsive-sticky-header #logo span{
        height: 60px !important;

    }
}

/* Country Block */
#header-wrap .container > .country-block {
    display:none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width:991px) {
    #header-wrap .container > .country-block {
        display:block;
        position: absolute;
        top: 30px;
        right: 10px;
    }

    .responsive-sticky-header #header-wrap .container > .country-block {
        top: 10px;
    }

    .country-block ul {
        margin-bottom: 0px;
        list-style: none;
        min-width: 140px;
    }
    .country-block ul.country li > a {
        min-width:120px;
        padding: 10px;
        display:inline-block;
        color: #777;
    }
    .country-block ul.country li > a:hover,
    .country-block ul.country li.sfHover > a { color: #4772d9; }
    .country-block ul.country ul {
        background-color: #FFF !important;
		box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
		border: 1px solid #EEE;
        padding-left:0px;
        margin-top:5px;
    }

    .country-block ul.country ul li:hover { background-color: #F9F9F9; }

}

@media (max-width:575px) {
    .country-block ul { min-width:0; }
    .country-block ul.country li > a { min-width:0; }
}

/* Search Block */
.search-block input {
    font-size: 0.8rem;
    text-align:left;
    width: 250px;
}
.search-block form { margin-bottom: 0px; }

#header-wrap .container > .search-block { display: none; }


@media (max-width:650px) {
    #header-wrap .container > .search-block {
        display: block;
        margin-bottom: 15px;
    }

    .responsive-sticky-header #header-wrap .container > .search-block {
        display: none;
        -webkit-transition: height .4s ease, opacity .3s ease;
        -o-transition: height .4s ease, opacity .3s ease;
        transition: height .4s ease, opacity .3s ease;
    }
    .search-block input { width: 100%; }
}

/* Right block */
.right-block-wrapper {
    float:left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100px;
    padding: 10px 0px;
}

#primary-menu ul.country >li> a{
    padding: 0.5rem 0 0 0;
    text-transform: none;
    font-size: 0.8rem;
    font-weight: 400;
}

.right-block-wrapper .search-block form { margin-bottom: 5px; }
.right-block-wrapper .country ul { margin-top:5px !important; }

@media (max-width: 1200px) {
    .right-block-wrapper { display:none; }
}

#primary-menu-trigger2 {
    display:none;
    margin-right: 15px;
}


/* TABLET 650-991px  changed layout */
@media (min-width:650px) and (max-width: 991px) {
    #logo {
        display: inline-block;
        /* width: 425px; */

    }

    #logo span {
        display: flex;
        float:right;
    }

    #primary-menu-trigger { display:none; }
    #primary-menu-trigger2 { display: block;}

    #header-wrap .container > .country-block {
        display: flex;
        align-items: center;
        height: 42px;
        width: auto;
    }
    #header-wrap .container > .country-block .country {
        display:none;
    }
    #header-wrap .container > .country-block .country ul {
        position: absolute;

    }

}

@media (max-width: 760px) {
    #header-wrap .container > .country-block .country span {
        display:none;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) {
    #header.full-header .container, .container-fullwidth {
        width: 100% !important;
    }
}


/* CONTENT
 ************************/
/* mobile hero */
.col_full.mobile-hero img {
    width: 100% !important;
    margin-bottom: 10px;
}
/* Product Left Sidebar */
/*
#left-sidebar.nav-tree li a{
    text-transform: capitalize !important;
    border-top: 1px solid #d2d2d3;
    padding: 0.75rem 0rem !important;
    font-family: Roboto;
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0.15rem;
}

#left-sidebar.nav-tree li > a:hover,
#left-sidebar.nav-tree li.current > a,
#left-sidebar.nav-tree li.active > a { font-weight: 700; color: #333 !important;}


#left-sidebar.nav-tree li.sub-menu ul a {
    border-top: none !important;
    padding-left: 25px !important;
}


#left-sidebar.nav-tree li:last-of-type a {
    border-bottom: 1px solid #d2d2d3;
}
#left-sidebar.nav-tree li.sub-menu ul li:last-of-type a {
    border-bottom: none;
}


#sidebar-menu-tigger i{
    display:none;
}
#left-sidebar ul,
#sidebar-menu-tigger i {
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}


.left-menu-open #left-sidebar{
    display: block;
} */


.sidebar .nav-tree li:hover a{
    color:#c20739 !important;
}

/* Fixes for tablet */
@media (max-width: 991.98px) {
    .sidebar {
        width: 25% !important;
        float:left !important;
        margin-right:0;
        /* padding-right:15px; */
        border-bottom: none;
    }
    .postcontent {
        width: 70% !important;
        float:left !important;
    }
}
@media (max-width: 991.98px) and (min-width: 768px){
    .sidebar-widgets-wrap .widget {
        width: 100%;
    }
}

/* Fixes for mobile */
@media (max-width: 767px) {
    .sidebar, .postcontent {
        width: 100% !important;
        float:none !important;
    }
    .sidebar {
        padding-bottom:0px;
    }
    #left-sidebar {
        display:none;
    }
    #sidebar-menu-tigger i.icon-caret-up {
        display:none;
    }
    #sidebar-menu-tigger i.icon-caret-down {
        display:inline-block;
    }
    .left-menu-open #sidebar-menu-tigger i.icon-caret-up {
        display:inline-block;
    }
    .left-menu-open #sidebar-menu-tigger i.icon-caret-down {
        display:none;
    }

}
#sidebar-menu-trigger i {
    display: none;
}

#sidebar-menu-trigger {
    margin-bottom: 8px;
    padding: 8px 0px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}
.first-top-border ul li:first-of-type{
    border-top: solid 1px;
}
.left-sidebar li {
    border-bottom: solid 1px;
}

/* END product-v2/custom-css*/

/* Logo */
/* #logo {
    display:flex;
    align-items: center;
}
#header, #header-wrap, #logo img {
    height: auto;
}


#header.sticky-header:not(.static-sticky) #logo img {
    height: 20px !important;
    width: auto;
} */

/* #header #header-wrap #primary-menu .right-block-wrapper .country-block {
    -webkit-transition: visibility 0s, opacity 0.4s linear;
    -o-transition: visibility 0s, opacity 0.4s linear;
    transition: visibility 0s, opacity 0.4s linear;
    visibility: visible;
    opacity: 1;
}

#header.sticky-header:not(.static-sticky) #header-wrap #primary-menu .right-block-wrapper .country-block {
    display: none;
    visibility: hidden;
    opacity: 0;
} */

/*
#header #header-wrap #primary-menu ul.country {
    display:block;
}

#header #header-wrap #primary-menu .right-block-wrapper .country-block {
    -webkit-transition: visibility 0s, opacity 0.4s linear;
    -o-transition: visibility 0s, opacity 0.4s linear;
    transition: visibility 0s, opacity 0.4s linear;
    visibility: visible;
    opacity: 1;
}

#header.sticky-header:not(.static-sticky) #header-wrap #primary-menu .right-block-wrapper .country-block {

    visibility: hidden;
    opacity: 0;
    display:block;
}
#header.sticky-header:not(.static-sticky) #header-wrap #primary-menu .right-block-wrapper .country-block {
    -webkit-transition: visibility 0s, opacity 0.4s linear;
    -o-transition: visibility 0s, opacity 0.4s linear;
    transition: visibility 0s, opacity 0.4s linear;
} */




/*
.right-block-wrapper {
    height: auto;
} */





/* TOP BAR */
#top-bar {
    margin-bottom: 0px;
    /* z-index: 999;
    padding-top: 10px; */
    height: 10px;
    /* scroll-behavior: smooth; */
    border-top: 10px solid #c20739;
}

#top-bar.full-width>.container {
    width: 100%;
    max-width: none !important;
    padding: 0 30px;

}

.top-links li>a {
    padding: 0 15px;
    text-transform: none !important;
    font-weight: 400;
}
.top-links ul li.top-login {
    height: 30px;
}
.top-links li.top-login > a{
    border: 1px solid #444;
    min-width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase !important;
    color: #444;
}

@media (max-width: 450px) {
    #top-bar {
        margin-bottom: -10px;
    }
}

/* HEADER */
#header {
    /* border-top: 10px solid #c20739; */
    /* border-bottom: 10px solid; */

}
#header.full-header {
    /* border-bottom-color: #fff; */
}
#header.sticky-header:not(.static-sticky) #header-wrap #logo span {
    padding-top: 2px;
}

#header.full-header #primary-menu>ul {
    padding-right: 0;
    margin-right: 0;
}

#logo span {

    letter-spacing: 0.3em;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1070px){
    #header.full-header #logo {
        margin-right: 0px;
    }
    #logo span {
        padding-left:20px;
    }
}
@media (max-width:1070px) and (min-width:992px){
    #logo span {
        display:none;
    }
}

@media (max-width:649px) {
    #logo span {
        display:block !important;
        padding-top:0px;
        width:100%;
        height: auto;
        margin-bottom:10px;
        margin-top: -30px;
    }
}

/* PRIMARY MENU */

#primary-menu ul li>a {
    padding: 60px 8px 18px;
}

#primary-menu ul li:hover>a,
#primary-menu ul li.active>a {
    color: #000;
    font-weight: 500;
}



/* submenu */
#primary-menu ul ul li:hover>a {
    color: #be4a1c;
}

#primary-menu>ul>li.sub-menu>a:hover>div,
#primary-menu>ul>li.sfHover>a>div {}

.country-block .country {}


#primary-menu .menu-divider {
    padding-right: 16px;
    display: inline;
    border-left: 2px solid #444;
    font-size: 10px;
}
@media (max-width:991px) {
    #primary-menu .menu-divider {
 display:none;
    }
}
/* SLIDER */

.flexslider .slider-wrap .flex-caption img {
    display: inline-block !important;
}

.flexslider .flex-caption {
    padding-top: 30px;
    padding-bottom: 35px;
}

@media (max-width:767px) {
    #entry-id-2 .col_full.mobile {
        text-align: center;
    }
    #entry-id-2 .col_full.mobile img {
        width: 80%;
    }
    .col_full.mobile h2 {
        font-weight: 400;
        font-size:1.4rem;
    }
}

/* CONTENT */
.content-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.heading-block h1 {
    line-height: 1.1em;
    margin-bottom: 30px;
}

#content .page_preamble,
#content .page_preamble p {
    font-size: 2rem;
    line-height: 2.3rem;
}

@media (max-width:767px) {

    #content .page_preamble,
    #content .page_preamble p {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}
@media (max-width: 575.98px) {
    .content-wrap {
        padding: 0 0 10px 0;
    }
}

/* Caption */
/* .caption_no_background.caption-white h3,
.caption_no_background.caption-white p,
.caption_no_background.caption-white a{
    text-shadow: 0.2px 0.2px #000;
} */


/* Blockquote */

blockquote {
    border-left: 10px solid #000;
}

blockquote div {
    font-size: 15px;
    margin-left: 30px;
    margin-top: 5px;
}

/* FORM */
form label {
    font-size: 14px;
    font-weight: 500;
}
form .checkbox {
    padding-left:20px;
}
form .checkbox input[type=text] {
    padding-left: 1.25rem;
}

form .checkbox label {
    text-transform: none;
}

@media (max-width:767px) {
    form {
        margin-bottom: 0px;
    }

    form .col_full:last-child {
        margin-bottom:0px !important;
    }
    .col_full.nobottommargin {
        margin-bottom: 0px !important;
    }

}

/* call_to_action */
.col_full .cta-banner {
    position: relative;
    display: block
}

.cta-banner img {
    width: 100%
}

.cta-banner .button.button-border:not(.button-fill):hover{
    background-color: #fff !important;
    color:#444 !important;
    text-shadow: none !important;
}

.cta-banner .image-caption h2 {
    font-size: 1.9rem;
    line-height: 2.2rem;
}

.cta-banner .image-caption p {
    font-size: 1.2rem !important;
}

.col_full>.image>.image-caption {
    width: 490px
}

.col_half>.image>.image-caption {
    width: 300px
}

.col_two_third>.image>.image-caption {
    width: 400px
}

.col_one_third>.image>.image-caption {
    width: 200px
}

.bottom-left {
    bottom: 8px
}

.bottom-left,
.top-left {
    position: absolute;
    left: 16px;
    text-align: left
}

.top-left {
    top: 10px
}

.top-centered {
    position: absolute;
    top: 10px;
    left: 50%;
    right: 50%;
    transform: translate(-50%)
}

.top-right {
    top: 8px
}

.bottom-right,
.top-right {
    position: absolute;
    right: 16px
}

.bottom-right {
    bottom: 8px
}

.bottom-centered {
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: 50%;
    transform: translate(-50%)
}

.mid-left {
    left: 2%;
    transform: translateY(-50%)
}

.mid-centered,
.mid-left {
    position: absolute;
    top: 46%
}

.mid-centered {
    left: 50%;
    transform: translate(-50%, -50%)
}

.mid-right {
    position: absolute;
    right: 2%;
    top: 46%;
    transform: translateY(-50%)
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.mobile_caption_bottom h1,
.mobile_caption_bottom h2,
.mobile_caption