/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

body {
	overflow: hidden;
	left: 0 !important;
}

.entry-content > p {
	display: none;
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

.wso-section-decoration {
	overflow: visible !important;
}

.wso-hide {
	display: none !important;
}

.wso-section-decoration::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wso-section-decoration.bottom-left-1::after,
.wso-section-decoration.bottom-left-2::after,
.wso-section-decoration.bottom-left-3::after,
.wso-section-decoration.bottom-right-1::after,
.wso-section-decoration.bottom-right-2::after {
	top: 0;
	bottom: -2px;
}

.wso-section-decoration.bottom-left-1::after,
.wso-section-decoration.bottom-left-2::after,
.wso-section-decoration.bottom-left-3::after {
	background-position: left bottom;
}

.wso-section-decoration.bottom-right-1::after,
.wso-section-decoration.bottom-right-2::after {
	background-position: right bottom;
}

.wso-section-decoration.top-right-1::after {
	top: -2px;
	bottom: 0;
	background-position: 80% top;
}

.wso-section-decoration.bottom-left-1::after {
    background-image: url(/wp-content/uploads/vector-background-bottom-left-1.svg);
}
.wso-section-decoration.bottom-left-2::after {
    background-image: url(/wp-content/uploads/vector-background-bottom-left-2.svg);
}
.wso-section-decoration.bottom-left-3::after {
    background-image: url(/wp-content/uploads/vector-background-bottom-left-2.svg);
}
.wso-section-decoration.bottom-right-1::after {
    background-image: url(/wp-content/uploads/vector-background-bottom-right-1.svg);
}
.wso-section-decoration.bottom-right-2::after {
    background-image: url(/wp-content/uploads/vector-background-bottom-right-2.svg);
}
.wso-section-decoration.top-right-1::after {
    background-image: url(/wp-content/uploads/vector-background-top-right-1.svg);
    background-position: 80% -2px;
}
.wso-section-decoration-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}



.wso-section-background-overlay-red .section_wrapper,
.wso-section-background-overlay-grey .section_wrapper {
    position: static !important;
}
.wso-section-background-overlay-red .section_wrapper::before,
.wso-section-background-overlay-grey .section_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wso-section-background-overlay-red .section_wrapper::before {
    background-color: rgba(219, 7, 31, .8);
}
.wso-section-background-overlay-grey .section_wrapper::before {
    background-color: rgba(240, 240, 240, .85);
}

@media only screen and (min-width: 960px) {
	.wso-float-right {
		float: right;
	}
}
hr {
    background-color: #d0d0d0;
    height: 2px;
}
.wso-round-button {
	position: absolute;
	top: 50px;
	right: -70px;
	width: 240px !important;
	margin: 0;
	text-align: center;
	font-weight: 900;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.wso-round-button::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
	height: 240px !important;
    border: 3px solid;
    border-radius: 50%;
    border-color: #ffffff;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wso-round-button p {
	max-width: 50%;
	margin: 0 auto;
}
.wso-round-button strong {
	display: block;
	border: 2px solid white;
	border-width: 3px 0;
	padding: 10px;
	font-size: 2em;
}

/* ============================================
   TYPOGRAPHY and MARGINS
   ============================================ */
h1 {
	font-size: 2.5em;
	line-height: 1.2em;
}
h3 {
    /* margin-bottom: 0; */
}
h3 span {
	font-weight: 900 !important;
}
#Wrapper .dark h1,
#Wrapper .dark h2,
#Wrapper .dark h3,
#Wrapper .dark h4 {
	color: #ffffff !important;
}

/*
.column > h2,
.column_attr > h2 {
    font-weight: 900;
    color: #db071f;
}*/

span[style="color: #999999;"],
span[style="color: rgb(153, 153, 153);"] {
    color: #d0d0d0 !important;
}

span[style="color: #ff0000;"],
span[style="color: rgb(255, 0, 0);"] {
    color: #db071f !important;
}

.wso-heading-small,
.wso-section-chapter h2,
.wso-section-event-info h4 {
	font-size: 30px;
    line-height: 34px;
    font-weight: 900;
    color: #db071f !important;
}

.dark .wso-heading-small {
    color: #ffffff !important;
}

.column > a,
.column > p > a,
.column_attr > p > a,
.column_attr > p > span > a,
.column_attr a:not(.button),
.column_visual p a {
    font-weight: 700;
    color: #db071f;
}

.wso-h3,
.wso-section-10-facts .wso-side-facts .column_visual p {
	font-size: 1.5em !important;
	line-height: 1.14em !important;
	font-weight: 900;
}

.wso-heading-huge.grey,
.wso-section-10-facts .wso-side-facts .column_visual p {
    color: #d0d0d0;
}
.wso-heading-huge.red {
    color:#db071f;
}

.dark .column > h2,
.dark .column > a,
.dark .column > p > a {
    color: #ffffff;
}

h1.wso-heading-huge,
h2.wso-heading-huge,
h3.wso-heading-huge,
h4.wso-heading-huge,
p.wso-heading-huge,
a.wso-heading-huge,
span.wso-heading-huge {
    font-size: 64px !important;
    line-height: 79px !important;
    font-weight: 900 !important;
}

.column_image {
    margin-bottom: 20px !important;
}

a.wso-video-button {
    text-transform: uppercase;

}
a.wso-video-button:not(:hover) {
    color: #1d1d1b;
}
a.wso-video-button img {
    width: 90px;
    height: 90px;
    vertical-align: middle;
    margin-right: 20px;
}

/* =================
   The Grid
   ================= */
.tg-item p {
	line-height: 1.8em;
}
.tg-item .tg-cats-holder *, .tg-item .tg-item-excerpt, .tg-item .tg-item-title, .tg-item .tg-item-title a {
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
}

/* =================
   Links
   ================= */

.wso-section-main-services .column_visual > p:last-child > a:not(.wso-button) {
    position: relative;
    text-decoration: none !important;
}

.column_visual > p:last-child > a.wso-video-button:not(.wso-button)::after {
    left: 110px;
}
.wso-section-main-services .column_visual > p:last-child > a:not(.wso-button)::after,
.wso-section-main-services .column_visual > p:last-child > a:not(.wso-button)::after,
#Top_bar .menu li ul li a:not(.mfn-megamenu-title) span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 10px;
    border-width: 0 0 1.5px;
    border-style: solid;
    left: 0;
    right: 0;
    border-color: transparent;
    -webkit-transform: translate(0,5px);
    -moz-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    -o-transform: translate(0,5px);
    transform: translate(0,5px);
}

#Top_bar .menu li ul li a:not(.mfn-megamenu-title) span::after {
    border-color: #f1f1f1;;
}

#Top_bar .menu > li ul li a:hover {
	background-color: transparent !important;
}

.column_visual > p:last-child > a:not(.wso-button):hover::after,
#Top_bar .menu li ul li a:not(.mfn-megamenu-title):hover span::after {
    border-color: #db071f;
    -webkit-transform: translate(0,0);
       -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
         -o-transform: translate(0,0);
            transform: translate(0,0);
}

#Top_bar .menu li ul li a:not(.mfn-megamenu-title):hover span {
	color: #db071f;
}

.red .column_visual > p:last-child > a:not(.wso-button):hover::after,
.dark .column_visual > p:last-child > a:not(.wso-button):hover::after {
    border-color: #ffffff;
}

/* =================
   Buttons
   ================= */

.menu-item a.wso-button {
    margin-top: 0 !important;
}

.wso-section-facts a.wso-button {
    color: #1d1d1b !important;
    border-color: #1d1d1b;
}
.button-stroke a.button .button_icon {
	display: none;
}
a.button,
button,
input[type="submit"] {
	font-size: 17px !important;
	line-height: 35px !important;
	text-transform: uppercase !important;
	margin: 1.5em 0 0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-weight: 900 !important;
	box-shadow: none;
}

.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
	padding: 9px 20px;
}


.bundle_button button {
	background-color: transparent !important;
	border: 2px solid #db071f !important;
	color: #db071f !important;
}

a.button:after, 
a.tp-button:after, 
a.action_button:after, 
button:after, 
input[type="submit"]:after, 
input[type="reset"]:after, 
input[type="button"]:after {
	display: none;
}

.button-stroke input[type="submit"] {
	margin-top: 0;
}

.button-stroke #Content .dark a.button {
    color: #ffffff !important;
    border-color: #ffffff !important;	
}

.button-stroke #Content .dark a.button:hover {
    color: #db0720 !important;
    background-color: #ffffff !important;
}

.button-stroke a.button .button_label {
	padding: 9px 34px 7px !important;
}

#Wrapper a.wso-button {
    display: inline-block !important;
    text-transform: uppercase !important;
    font-size: 17px !important;
    line-height: 39px !important;
    border-width: 2px !important;
    border-style: solid;
    padding: 9px 34px 7px !important;
    margin-top: 2em;
    margin-bottom: .2em;
    color: #1d1d1b !important;
    border-color: #1d1d1b;
    font-weight: 900 !important;
    text-decoration: none !important;
}



#Wrapper .dark a.wso-button {
    color: #ffffff !important;
    border-color: #ffffff;    
}

#Wrapper a.wso-button:hover {
    color: #ffffff !important; 
    background: black !important;
}

#Wrapper #wso-sidebar-parent a.wso-button {
	margin-top: 0 !important;
    color: #db071f !important; 
    border-color: #db071f !important;
}

#Wrapper .dark a.wso-button:hover {
    color: #db071f !important; 
    background: white !important;
}

#Wrapper #wso-sidebar-parent a.wso-button:hover {
    color: #ffffff !important; 
    background: #db071f !important;
}

/* =================
   List
   ================= */
.column ul,
.column ol {
	color: inherit !important;
}
.dark .column ul {
	color: #ffffff !important;
}
#Content .column.column_accordion ul,
#Content .column.column_visual ul,
#Content .column .column_attr ul {
    list-style: none !important;
    margin-left: 26px;
}
#Content .column .column_attr ul li sup {
	vertical-align: top;
}
#Content .column.column_accordion ul li,
#Content .column.column_visual ul li,
#Content .column .column_attr ul li {
    position: relative;
}
#Content .column.column_accordion ul li::before,
#Content .column.column_visual ul li::before,
#Content .column .column_attr ul li:not(.ui-state-default):before {
    content: '';
    position: absolute;
    left: -22px;
    top: .9em;
    background: #db071f;
    width: 8px;
    height: 8px;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
}
#Content .dark .column.column_visual ul li::before,
#Content .dark .column .column_attr ul li:not(.ui-state-default):before {
    color: #ffffff;
}


/* ============================================
   VIDEO TEST
   ============================================ */

.wso-slider-video {
	position: static !important;
}

.tg-wso-slider {
    overflow: hidden;
}

.wso-tg-background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 100% !important;
    width: 100vw !important;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.wso-tg-background-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    /* object-fit: cover; */
    /* object-position: 50% 50%; */
    /* font-family: 'object-fit: cover; object-position: center;'; */
    min-width: 100vw;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.wso-tg-background-video .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: 1;
    background-color: rgba(219, 7, 31, 0.8) !important;
    display: none !important;
}

.wso-slider-video::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    background-color: rgba(219, 7, 31, 0.8) !important;
}

.tg-wso-slider::before {
	display: none !important;
}

/* ============================================
   Header
   ============================================ */
@media only screen and (min-width: 1400px) {
	#Top_bar .column,
	#Action_bar .column {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#Top_bar:not(.is-sticky)  {
	top: 61px !important;
}
@media only screen and (min-width: 768px) {
	#Top_bar:not(.is-sticky) .top_bar_left {
		padding-top: 70px;
		width: 100% !important;
		width: 100% !important;
	}
}

#Wrapper #Top_bar.is-sticky {
	opacity: 1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	height: 80px;
}

/* =================
   Logo
   ================= */
@media only screen and (min-width: 768px) {
	#Top_bar:not(.is-sticky) #logo img {
		width: 336px !important;
		height: 91px !important;
		max-height: none !important;
		margin-top: -70px !important;
	}
}

#Top_bar.is-sticky #logo img.logo-sticky {
    margin-top: 0;
    max-height: 100px !important;
    height: 52px !important;
    max-width: none !important;
    margin-top: 8px;
}

#Top_bar.is-sticky #logo {
	max-height: 42px;
	/* overflow: hidden; */
}

/* =================
   Action bar
   ================= */
     
#Action_bar {
    background: white;
}
#Action_bar .social-menu {
    width: 100%;
    text-align: right;
}
#Action_bar .wso-menu-float-left {
    float: left !important;
}

#Action_bar .wso-menu-float-left,
#Action_bar li:not(.wso-menu-float-left):not(.lang-item) {
	padding-right: 12px !important;
	margin-right: 0 !important;
}

#Action_bar .wso-menu-float-left a,
#Action_bar li:not(.wso-menu-float-left):not(.lang-item) a {
	padding-right: 12px;
}

#Action_bar .wso-menu-phone a {
	font-size: 1em;
	font-weight: 900;
}

#Action_bar a,
#Top_bar a#header_cart:after {
    font-weight: 500;
    font-size: 17px;
}

/* =================
 *    Cart
 * ================= */

@media only screen and (min-width: 768px) {
	#Top_bar:not(.is-sticky) a#header_cart {
		position: absolute;
		top: -67px;
		right: 345px;
	}
	#Top_bar.is-sticky a#header_cart {
		margin-top: -5px;
		float: right;
		width: 35px;
	}
	#Top_bar:not(.is-sticky) a#header_cart:after {
		content: "Warenkorb";
		display: inline-block;
	}
	html[lang="en-GB"] #Top_bar:not(.is-sticky) a#header_cart:after {
		content: "Cart";
	}
}
#Top_bar a#header_cart {
    font-size: 1em;
    color: #db071f;
    width: auto;
    white-space: nowrap;
    margin: 0;
}


a#header_cart .icon-bag-fine:before,
#Header i.icon-lock-line:before,
#Header i.icon-search-line:before,
#Side_slide i.icon-lock-line:before,
#Side_slide i.icon-search-line:before {
    display: none ;
}

a#header_cart i,
#Header i.icon-lock-line,
#Header i.icon-search-line,
#Side_slide i.icon-lock-line,
#Side_slide i.icon-search-line {
    vertical-align: top;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/uploads/icon-cart-red.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
}

#Header i.icon-lock-line,
#Side_slide i.icon-lock-line {
    background-image: url(/wp-content/uploads/icon-lock-red.svg);
	-webkit-background-size: 20px 20px;
       -moz-background-size: 20px 20px;
         -o-background-size: 20px 20px;
            background-size: 20px 20px;
}

#Header i.icon-search-line,
#Side_slide i.icon-search-line {
    background-image: url(/wp-content/uploads/icon-search-red.svg);
}

#Top_bar a#header_cart span {
    background-color: #ffffff !important;
    color: #da0720;
    width: 20px;
    height: 20px;
    top: -12px !important;
    right: 12px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

/* =================
   Action button
   ================= */

#Top_bar .top_bar_right {
	padding-right: 0;
	padding-left: 0;
}

#Top_bar.is-sticky .top_bar_right {
	margin-top: 10px;
}

#Top_bar:not(.is-sticky) .top_bar_right {
	padding: 0;
	width: 1px !important;
	margin-right: -1px;
}

#Top_bar .top_bar_right:before {
	display: none;
}

#Top_bar:not(.is-sticky) a.action_button {
	position: absolute;
}

#Top_bar a.action_button {
	white-space: nowrap;
	right: 0;
	background: transparent !important;
	color: white;
	font-size: 30px;
	font-weight: 900;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	border: none !important;
	display: none;
}

#Top_bar.is-sticky a.action_button {
	color: #db071f;
	margin-right: 26px;
	margin-left: 18px;
	margin-top: 0;
}

#Top_bar a.action_button:after {
	display: none !important;
}

/* =================
 *    Lang Switcher
 * ================= */

.lang-item:not(.current-lang) a {
    color: #1d1d1b !important;
}

.lang-item {
    position: relative;
}

.lang-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4px;
    width: 2px;
    background-color: #1d1d1b;
}

/* =================
 *    Search
 * ================= */
#social-menu .facetwp-facet,
#social-menu .facetwp-facet input {
	margin: 0;
}
#social-menu .facetwp-search-wrap button {
	display: none;
}

/* =================
   Menu
   ================= */

.top_bar_left .menu-main > li > a span {
    padding: 0 15px !important;
}

.top_bar_left .menu-main > li:last-child > a span {
    padding-right: 0 !important;
}

.top_bar_left .menu > li > a:after {
    background-color: white !important;
    height: 2px !important;
    bottom: 24px !important;
    left: 15px !important;
    right: 15px !important;
    width: auto !important;
}

#Top_bar:not(.is-sticky) .top_bar_left .menu > li:last-child > a:after {
    right: -1px !important;
}

#Top_bar.is-sticky .menu-main > li > a span {
	color: #1d1d1b !important;
	padding: 0 12px !important;
}

#Top_bar.is-sticky .top_bar_left .menu > li > a:after {
    background-color: #1d1d1b !important;
}

#Top_bar.is-sticky .menu > li > a span:not(.description),
#Top_bar.is-sticky a.action_button {
    font-size: 18px;
}
#Top_bar.is-sticky a.action_button {
    font-weight: 700;
}

#Top_bar.is-sticky .menu > li > a span:not(.description) {
    line-height: 80px !important;
}

/* =================
 *  Menu CTA Button
 * ================= */
#Top_bar:not(.is-sticky) .wso-menu-cta {
	position: absolute !important;
	right: 0;
	top: 20px;
	z-index: 999;
}
#Top_bar .wso-menu-cta a {
	color: #db071f !important;
	background-image: url(/wp-content/uploads/icon-check.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: auto 50%;
	font-weight: 900 !important;
}
#Top_bar:not(.is-sticky) .wso-menu-cta a {
	background-color: white;
	padding: 15px 20px 15px 55px!important;
	font-size: 1.2em !important;
	line-height: 1em !important;
}
#Top_bar.is-sticky .wso-menu-cta a {
	padding-left: 30px !important;
	background-size: 23px auto !important;
}
#Top_bar.is-sticky .menu-main > li.wso-menu-cta > a span {
	color: #db071f !important;	
}
#Top_bar:not(.is-sticky) .wso-menu-cta a:hover {
	opacity: 0.8;
}
#Top_bar:not(.is-sticky) .wso-menu-cta a:after {
	display: none;
}
#Top_bar.is-sticky .menu-main > li.wso-menu-cta > a:after {
	background-color: #db071f !important;	
}
#Top_bar:not(.is-sticky) .wso-menu-cta a span {
	padding: 0 !important;
	line-height: 1em !important;
}
#Side_slide #menu ul li.wso-menu-cta a {
	color: #db071f !important;
	background-image: url(/wp-content/uploads/icon-check.svg);
	background-repeat: no-repeat;
	background-position: 22px center;
	background-size: 23px auto !important;
	font-weight: 900 !important;
	padding-left: 55px;
}

/* =================
   Megamenu
   ================= */
@media only screen and (min-width: 960px) {
	#Top_bar .menu > li ul {
		background: white !important;
		box-shadow: none !important;
	}

	#Top_bar .menu > li ul li a {
		color: #1d1d1b !important;
		border: none;
	}

	.menu > li > ul.mfn-megamenu {
		background: white !important;
		padding: 30px !important;
		overflow: hidden;
		-webkit-box-sizing: border-box !important;
		   -moz-box-sizing: border-box !important;
				box-sizing: border-box !important;
	}

	.menu > li > ul.mfn-megamenu > .submenu > a {
		color: #db071f !important;
		font-size: 30px;
		line-height: 36px;
		font-weight: 900 !important;
		text-transform: none !important;
	}

	.menu > li > ul.mfn-megamenu > li.wso-menu-35  {
		width: 35% !important;
	}

	.menu > li > ul.mfn-megamenu > li.wso-menu-65  {
		width: 65% !important;
	}

	.menu li ul li {
		font-size: .95em;
	}
	/*
	.menu > li > ul.mfn-megamenu > li.wso-menu-2-col > ul li:not(:only-child) {
		display: inline-block !important;
		width: 48.5% !important;
		float: left;
	}*/
	.menu > li > ul.mfn-megamenu > li.wso-menu-2-col > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
				column-gap: 20px;
	}

	.menu > li > ul.mfn-megamenu > li.wso-menu-2-col > ul li {
		display: block !important;
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	.menu > li > ul.mfn-megamenu > li > a,
	.menu > li > ul.mfn-megamenu > li > ul li a {
		padding: 12px 30px !important;
	}


	#Top_bar .wso-menu-megamenu-cta {
		position: absolute !important;
		top: 50px;
		right: 50px;
		bottom: 50px;
		width: 45% !important;
		z-index: 1;
		background-image: url(/wp-content/uploads/istock-876388422.jpg);
		background-position: left bottom;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
			 -o-background-size: cover;
				background-size: cover;
	}

	#Top_bar .menu > li > ul.mfn-megamenu > li.wso-menu-megamenu-cta > a {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(29, 29, 27, 0.35) !important;
	}

	#Top_bar .menu > li > ul.mfn-megamenu > li.wso-menu-megamenu-cta > a:hover {
		background-color: rgba(219, 7, 31, .6) !important;
	}

	#Top_bar .menu > li > ul.mfn-megamenu > li.wso-menu-megamenu-cta > a span::before {
		content: "";
		position: absolute;
		top: -250px;
		bottom: -250px;
		left: 50%;
		right: -1px;
		z-index: -3;
		background-color: #ffffff;
	}

	#Top_bar .wso-menu-megamenu-cta a span {
		position: absolute !important;
		right: 0;
		top: 50%;
		padding: 30px 50px;
		font-size: 17px;
		line-height: 39px;
		font-weight: 900;
		color: #1d1d1b;
		background: white;
		z-index: 1 !important;
		-webkit-transform: translate(0,-50%);
		   -moz-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			 -o-transform: translate(0,-50%);
				transform: translate(0,-50%);
	}

	#Top_bar .wso-menu-megamenu-cta a span::after {
		content: "";
		position: absolute;
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
		z-index: -2;
		border: 1px solid #1d1d1b;
		background: white;
	}

	#Wrapper .wso-menu-productgroups-slider a.wso-button {
		position: absolute;
		right: 0;
		top: -65px;
		border: 1px solid !important;
		padding: 4px 20px 2px !important;
		font-size: 15px !important;
	}

	#Wrapper .wso-menu-productgroups-slider a.wso-button:hover {
		background-color: #1d1d1b !important;
		color: white !important;
	}
}

#Top_bar .menu > li:not(.mfn-megamenu-parent) ul {
	background-color: #ffffff !important;
	background-image: none !important;
	text-align: center;
	left: 50%;
	-o-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	padding: 15px 15px;
}
#Top_bar .menu > li:not(.mfn-megamenu-parent) ul li {
	width: 210px !important;
}
@media only screen and (min-width: 1500px) {
	#Top_bar .menu > li:not(.mfn-megamenu-parent) ul {
		-webkit-transform: scale3d(1,0,0) translate(-50%,0) !important;
		   -moz-transform: scale3d(1,0,0) translate(-50%,0) !important;
			-ms-transform: scale3d(1,0,0) translate(-50%,0) !important;
			 -o-transform: scale3d(1,0,0) translate(-50%,0) !important;
				transform: scale3d(1,0,0) translate(-50%,0) !important;
		-webkit-transform-origin: 0% 0%;
		   -moz-transform-origin: 0% 0%;
			-ms-transform-origin: 0% 0%;
			 -o-transform-origin: 0% 0%;
				transform-origin: 0% 0%;
		-webkit-transition: all .3s ease !important;
		   -moz-transition: all .3s ease !important;
			 -o-transition: all .3s ease !important;
				transition: all .3s ease !important;
		display: block !important;
	}
	#Top_bar .menu > li:not(.mfn-megamenu-parent).hover > a + ul.sub-menu {
		-webkit-transform: scale3d(1,1,1) translate(-50%,0) !important;
		   -moz-transform: scale3d(1,1,1) translate(-50%,0) !important;
			-ms-transform: scale3d(1,1,1) translate(-50%,0) !important;
			 -o-transform: scale3d(1,1,1) translate(-50%,0) !important;
				transform: scale3d(1,1,1) translate(-50%,0) !important;
	}
	#Top_bar .menu > li:not(.mfn-megamenu-parent) ul li ul {
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}
#Top_bar .menu > li:not(.mfn-megamenu-parent) ul li ul {
    background-color: #f6f6f6 !important;
}
#Top_bar .menu > li:not(.mfn-megamenu-parent) ul li ul::before {
	display: none;
}
#Top_bar .menu > li:not(.mfn-megamenu-parent) ul li a {
	padding: 6px 20px;
	border-color: #e9e9e9;
	font-size: .95em;
	line-height: 1.65em;
}
#Top_bar .menu > li:not(.mfn-megamenu-parent) ul li:last-child a {
	border: none;
}
#Top_bar .menu > li:not(.mfn-megamenu-parent) ul li a:hover, 
#Top_bar .menu > li:not(.mfn-megamenu-parent) ul li.hover > a {
    background-color: #FFFFFF !important;
}
#Top_bar .menu > li:not(.mfn-megamenu-parent) ul.sub-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}

/*--------------------------------------------*\
                * Global Styling  *
\*--------------------------------------------*/

.section.mcb-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    overflow: hidden !important;
}

.page-id-732 #Content .entry-content > .section:first-child,
.page-id-13421 #Content .entry-content > .section:first-child {
	padding-bottom: 0 !important;
}
.page-id-732 .wso-section-10-facts,
.page-id-13421 .wso-section-10-facts {
	padding-top: 25px !important;	
}

.section.mcb-section.wso-section-no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;	
}

.sections_group {
	overflow-x: hidden !important;
}
@media only screen and (min-width: 1240px) {
	.section.mcb-section.wso-section-decoration.bottom-right-2 {
		padding-bottom: 100px !important;
	}
}
@media only screen and (min-width: 768px) {
	.section.mcb-section.wso-section-decoration.top-right-1 {
		padding-top: 160px !important;
	}
}

.section.mcb-section.full-width {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#Top_bar .menu li ul li a:not(.mfn-megamenu-title) span,
#Top_bar .menu li ul li a:not(.mfn-megamenu-title) span::after,
.column_visual > p:last-child > a:not(.wso-button)::after,
.column_visual > p:last-child > a:not(.wso-button),
a.wso-button,
a.wso-video-button,
.tg-wso-product-groups .wso-productgroup-circle,
.tg-wso-product-groups .wso-productgroup-front,
.tg-wso-product-groups .wso-productgroup-back,
#Footer a,
.facetwp-type-checkboxes .facetwp-checkbox::before,
.fs-wrap.multiple,
.facetwp-type-fselect .fs-dropdown,
.fs-label:before,
#wso-sidebar-close,
#wso-sidebar-toggles li,
.menu > li > ul.mfn-megamenu > li.wso-menu-megamenu-cta > a,
.accordion .title:hover::before,
.accordion .title::after,
.lang-item a,
.tg-slider-bullets li span,
.nks_cc_trigger_tabs > span,
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after,
.wso-intro-video-button img,
.tg-wso-slider .tg-item-media-content,
.tg-wso-slider::before,
#Footer .footer_copy .social li,
.jig-loadMoreButton,
.column.wso-product-course-structure-item,
.column.wso-product-course-list-item,
.column.wso-product-course-structure-item a::before,
.tg-wso-download p,
.tg-wso-search-list p {
	-webkit-transition: all .3s ease !important;
	   -moz-transition: all .3s ease !important;
	     -o-transition: all .3s ease !important;
	        transition: all .3s ease !important;
}

@media only screen and (min-width: 960px) {
	.wso-two-column-text {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
				column-gap: 40px;
	}
}


.wso-intro-video-button,
.wso-news-date .column_attr,
.wso-slider-skin-video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*
.wso-wrap-highlight-background.one-second,
.wso-wrap-highlight-background.one-second .mcb-wrap-inner {
    position: static !important;
}

.wso-wrap-highlight-background.one-second .mcb-wrap-inner > div {
    z-index: 2;
    position: relative;
}

.wso-wrap-highlight-background.one-second .mcb-wrap-inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
}

.wso-wrap-highlight-background.one-second:first-child .mcb-wrap-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
}

.wso-wrap-highlight-background.one-second:last-child .mcb-wrap-inner::before {
    left: 50% !important;
}


.wso-wrap-highlight-background.red .mcb-wrap-inner::before {
    background-color: #db071f;
}

.wso-wrap-highlight-background.grey .mcb-wrap-inner::before {
    background-color: #f0f0f0;
}*/

/* ============================================
   Section Main Services
   ============================================ */
 
.wso-section-main-services .section_wrapper {
    position: static !important;
}

@media only screen and (min-width: 1240px) {
	.wso-section-main-services .wrap:nth-of-type(2n+1) .mcb-wrap-inner {
		padding-right: 190px !important;
	}  
	.wso-section-main-services .wrap:nth-of-type(2n+2) .mcb-wrap-inner {
		padding-left: 190px !important;
	}  
}


@media only screen and (min-width: 768px) {
	.wso-section-main-services .wrap:first-child  {
		padding-top: 36px;
	}
	body.postid-483 .wso-section-main-services .wrap:first-child {
		padding-top: 0;
	}
	body.postid-483 .wso-section-main-services .wrap:last-child {
		padding-top: 31px;
	}
}

.wso-section-main-services .wrap {
    padding-left: 80px;
}      

.wso-section-main-services h2 {
    position: relative;
    margin-bottom: 1em;
}

.wso-section-main-services p {
	font-weight: 300;
}

@media only screen and (min-width: 768px) {
	.wso-section-main-services h2::before {
		content: "";
		position: absolute;
		top: 5px;
		left: -70px;
		width: 2px;
		height: 100px;
		background-color: #d0d0d0;
	}
}

/*
.sections_group {
    counter-reset: wso-section-main-services;
}


.wso-section-main-services h2::after {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -60px;
    width: 2px;
    font-size: 21px;
    font-weight: 700;
    color: #d0d0d0;
    counter-increment: wso-section-main-services;
    content: "0"counter(wso-section-main-services) "";
}*/

@media only screen and (min-width: 1550px) {
	.wso-section-main-services .wso-wrap-highlight-background .column_image {
		position: absolute !important;
		margin-left: -200px;
	}
}
.wso-section-main-services .wso-wrap-highlight-background.red .column_image {
    margin-top: 4px;
}

.wso-section-main-services .wso-wrap-highlight-background {
	padding-top: 40px !important;
}
/* ============================================
   Section Trust
   ============================================ */

.wso-section-trust .column_visual {
    max-width: 1000px;
}

.wso-section-trust .wso-heading-huge {
	margin-bottom: .6em;
}

/* ============================================
   Section Trust Video
   ============================================ */

.wso-section-trust .wrap {
    padding-top: 20px;
    /* padding-bottom: 20px !important; */
}

/* ============================================
   Section 5 Facts
   ============================================ */

.wso-section-facts {
    counter-reset: wso-section-facts;
}

@media only screen and (min-width: 1240px) {
	.wso-section-facts .wrap:first-child {
		width: 360px;
		position: absolute;
		top: 50%;
		left: 0;
		background: none;
		-webkit-transform: translate(0,-50%) !important;
		   -moz-transform: translate(0,-50%) !important;
			-ms-transform: translate(0,-50%) !important;
			 -o-transform: translate(0,-50%) !important;
				transform: translate(0,-50%) !important;
	}
	.wso-section-facts .wrap:first-child .column_visual {
		position: absolute;
		top: 50%;
		left: 50%;
		height: auto;
		-webkit-transform: translate(-50%,-50%) !important;
		   -moz-transform: translate(-50%,-50%) !important;
			-ms-transform: translate(-50%,-50%) !important;
			 -o-transform: translate(-50%,-50%) !important;
				transform: translate(-50%,-50%) !important;

	}
}

@media only screen and (min-width: 960px) {
	.wso-section-facts .wrap.wso-main-fact {
		position: absolute;
		top: 50%;
		left: 42.5%;
		width: 360px;
		height: 360px;
		background-image: url(/wp-content/uploads/icon-background-circle-red.svg);
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		-webkit-transform: translate(-50%,-50%) !important;
		-moz-transform: translate(-50%,-50%) !important;
		-ms-transform: translate(-50%,-50%) !important;
		-o-transform: translate(-50%,-50%) !important;
		transform: translate(-50%,-50%) !important;
	}
	.wso-section-facts.wso-section-10-facts .wrap.wso-main-fact {
		left: 50%;
	}
	.wso-section-facts .wso-side-facts .column_visual:nth-child(1),
	.wso-section-facts .wso-side-facts .column_visual:last-child {
		margin-left: -30% !important;
	}
	.wso-section-facts .wso-side-facts .column_visual:nth-child(2),
	.wso-section-facts .wso-side-facts .column_visual:nth-child(4) {
		margin-left: 19% !important;
	}
	.wso-section-facts .wso-side-facts .column_visual:nth-child(3) {
		margin-left: 42% !important;
	}
	.wso-section-facts .wso-side-facts .column_visual:last-child {
		margin-bottom: 0 !important;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts .column_visual {
		padding-top: 11%;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual {
		text-align: right;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:nth-child(1),
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:last-child {
		margin-left: 30% !important;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:nth-child(2),
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:nth-child(4) {
		margin-left: -19% !important;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:nth-child(3) {
		margin-left: -42% !important;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual::after {
		left: auto;
		right: -160px;
	}
	.wso-section-facts .wrap.wso-side-facts {
		float: right;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts {
		padding-left: 10%;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) {
		padding-left: 0;
		padding-right: 10%;
		float: left;
	}
}



.wso-section-facts .column_visual {
	position: relative;
	max-width: 450px;
}

.wso-section-facts:not(.wso-section-10-facts) .wso-side-facts .column_visual {
	/* min-height: 130px; */
	/* padding-top: 10%; */
	margin: 40px 1%;
}

.wso-section-facts .wrap.wso-main-fact {
	width: 360px;
	height: 360px;
	background-image: url(/wp-content/uploads/icon-background-circle-red.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
		 -o-background-size: contain;
			background-size: contain;
}

.wso-section-facts .wrap.wso-main-fact .column_visual {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	-webkit-transform: translate(-50%,-50%) !important;
	   -moz-transform: translate(-50%,-50%) !important;
		-ms-transform: translate(-50%,-50%) !important;
		 -o-transform: translate(-50%,-50%) !important;
			transform: translate(-50%,-50%) !important;

}



.wso-section-facts .wrap.wso-side-facts h3 {
    color: #db071f;
}

.wso-section-facts .wrap.wso-main-fact h3 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 900;
}


.wso-section-facts .wrap.wso-main-fact .column_visual {
    margin-bottom: 0;
}

.wso-section-facts .wso-side-facts {
    padding-left: 20%;
}

.wso-section-facts .wso-main-fact .column_visual::before {
    counter-increment: wso-section-facts;
    content: "0"counter(wso-section-facts) "";
    position: relative;
    z-index: 9;
    display: block !important;
    text-align: center;
    margin-bottom: .5em;
}

.wso-section-facts.wso-section-10-facts .wso-main-fact .column_visual::before {
    display: none !important;
}

.wso-section-facts .wso-main-fact .column_visual::before,
.wso-section-facts .wso-side-facts .column_visual::after {
    font-size: 50px;
    font-weight: 700;
}

.wso-section-facts.wso-section-10-facts .wso-main-fact .column_visual h2 strong {
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: 900;
}

.wso-section-facts .wso-side-facts .column_visual::after {
    position: absolute;
    text-align: center;
    top: 50%;
    bottom: 0;
    -webkit-transform: translate(0,-50%) !important;
    -moz-transform: translate(0,-50%) !important;
    -ms-transform: translate(0,-50%) !important;
    -o-transform: translate(0,-50%) !important;
    transform: translate(0,-50%) !important;
    left: -160px;
    width: 128px;
    height: 128px;
    line-height: 128px;
    color: #db071f;
    counter-increment: wso-section-facts;
    content: "0"counter(wso-section-facts) "";
    background-image: url(/wp-content/uploads/icon-background-circle-grey.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}

.wso-section-facts.wso-section-10-facts .wso-side-facts:last-child .column_visual:last-child::after {
    content: ""counter(wso-section-facts) "";
}

.page-id-732 #Wrapper .wso-section-10-facts p a,
.page-id-13421 #Wrapper .wso-section-10-facts p a,
.page-id-3543 #Wrapper .wso-section-facts a.wso-button,
.page-id-11762 #Wrapper .wso-section-facts a.wso-button {
	display: none !important;
}

/* ============================================
   Section Template
   ============================================ */
.wso-section-template.section.mcb-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}
.wso-section-template > .section_wrapper {
    max-width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.wso-section-template > .section_wrapper  > .wrap > .mcb-wrap-inner > .one.column {
    width: 100%;
    margin: 0;
}

/* ============================================
   Section News Slider
   ============================================ */

.wso-section-news-slider .column_visual {
	position: relative;
}

.wso-section-news-slider .column_column {
    margin: 0 !important;
}

.wso-section-news-slider .section_wrapper,
.wso-section-news-slider .mcb-wrap {
	position: static !important;
}

.wso-section-news-slider .tg-grid-wrapper {
    margin: 0 -15px !important;
}

.wso-section-news-slider .column_column::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* ============================================
   News slider
   ============================================ */

.tg-wso-news-slider .wso-news-content {
    border-left: 1.5px solid white;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 0 !important;
}


.tg-wso-news-slider .wso-news-skin-date {
    display: inline-block;
    font-size: 21px !important;
    line-height: 24px !important;
    max-width: 60px;
    margin-bottom: 80px !important;
    margin-left: -20px !important;
}

.tg-wso-news-slider .wso-news-skin-event-date {
    display: inline-block;
    font-size: 50px !important;
    line-height: 50px !important;
	max-width: 170px;
    margin-bottom: 80px !important;
    margin-left: -10px !important;
    font-weight: 300 !important;
}

.tg-wso-news-slider h2,
.tg-wso-news-slider h3 {
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 25px !important;
}

.facetwp-template .tg-wso-news-slider {
	overflow: hidden;
}

.facetwp-template .tg-wso-news-slider h3 {
    font-size: 25px !important;
    line-height: 30px !important;
}

.tg-wso-news-slider .wso-news-content p.wso-news-excerpt,
.tg-wso-news-slider .wso-news-content a.wso-news-read-more {
    font-size: 20px !important;
    line-height: 34px !important;
    display: block !important;
    margin-bottom: 1.25em !important;
}

.tg-wso-news-slider .wso-news-content p.wso-news-excerpt {
    font-weight: 400 !important;
}

.tg-wso-news-slider .wso-news-content a.wso-news-read-more {
    color: #db071f !important;
    font-weight: 900 !important;
}

.tg-wso-news-slider .wso-news-show-content {
    max-height: 0 !important;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0) !important;
       -moz-transform: translate3d(0,0,0) !important;
        -ms-transform: translate3d(0,0,0) !important;
         -o-transform: translate3d(0,0,0) !important;
            transform: translate3d(0,0,0) !important;
    -webkit-transition: all .65s ease-in-out 0s !important;
       -moz-transition: all .65s ease-in-out 0s !important;
         -o-transition: all .65s ease-in-out 0s !important;
            transition: all .65s ease-in-out 0s !important;
}

.tg-wso-news-slider:hover .wso-news-show-content {
    max-height: 190px !important;
    opacity: 1;
    -webkit-transition: all .65s ease-in-out 0s !important;
    -moz-transition: all .65s ease-in-out 0s !important;
    -o-transition: all .65s ease-in-out 0s !important;
    transition: all .65s ease-in-out 0s !important;
}

.tg-wso-news-slider .wso-news-excerpt {
    max-height: 100px !important;	
    overflow: hidden;
}

/* ============================================
   Section Founder
   ============================================ */

.wso-section-founder .image_wrapper a {
    height: 70px !important;
}

.wso-section-founder .image_wrapper img {
    padding: 5px;
    max-height: 62px !important;
    width: auto !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%) !important;
       -moz-transform: translate(-50%,-50%) !important;
        -ms-transform: translate(-50%,-50%) !important;
         -o-transform: translate(-50%,-50%) !important;
            transform: translate(-50%,-50%) !important;
}

/* ============================================
   Product Groups
   ============================================ */

.tg-wso-product-groups .wso-productgroup-circle {
    width: 100% !important;
    opacity: .3;
    border-width: 10px !important;
    border-style: solid !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.tg-wso-product-groups:not(:hover) .wso-productgroup-circle {
    background-color: transparent !important;
}

.tg-wso-product-groups:hover .wso-productgroup-circle {
    opacity: 1;
}

.tg-wso-product-groups .wso-productgroup-circle:before {
    content: "";
    display: block;
    margin-top: 100%;
}

#Wrapper .tg-wso-product-groups .tg-item-content-holder {
    padding: 0;
}

#Wrapper .tg-wso-product-groups .wso-productgroup-front,
#Wrapper .tg-wso-product-groups .wso-productgroup-back {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 79%;
    height: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#Wrapper .tg-wso-product-groups .wso-productgroup-front a,
#Wrapper .tg-wso-product-groups .wso-productgroup-back a {
	padding: 0 !important;
}

#Wrapper .tg-wso-product-groups .wso-productgroup-back {
	pointer-events: none;
}


.tg-wso-product-groups .wso-productgroup-front {
    font-size: 22px !important;
    line-height: 24px !important;
    margin-top: -5%;
}

.tg-wso-product-groups .wso-productgroup-front img {
    margin-bottom: 8px !important;
}

#Wrapper .tg-wso-product-groups .wso-productgroup-back p,
#Wrapper .tg-wso-product-groups .wso-productgroup-back a {
    color: white !important;
    font-size: 20px;
    line-height: 30px;
    font-family: "Roboto Condensed";
}

#Wrapper .tg-wso-product-groups .wso-productgroup-back p {
    font-weight: 400;
    margin-bottom: 12px;
}

#Wrapper .tg-wso-product-groups:hover .wso-productgroup-front {
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) translate(0,15px);
       -moz-transform: translate(-50%,-50%) translate(0,15px);
        -ms-transform: translate(-50%,-50%) translate(0,15px);
         -o-transform: translate(-50%,-50%) translate(0,15px);
            transform: translate(-50%,-50%) translate(0,15px);
}

#Wrapper .tg-wso-product-groups:not(:hover) .wso-productgroup-back {
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) translate(0,15px);
       -moz-transform: translate(-50%,-50%) translate(0,15px);
        -ms-transform: translate(-50%,-50%) translate(0,15px);
         -o-transform: translate(-50%,-50%) translate(0,15px);
            transform: translate(-50%,-50%) translate(0,15px);
}

/* =================
   Megamenu Slider
   ================= */

.mfn-megamenu .tg-wso-product-groups .wso-productgroup-circle {
    border-width: 0 !important;
    background: transparent !important;
}

.mfn-megamenu .tg-wso-product-groups:hover .wso-productgroup-back,
.mfn-megamenu .tg-wso-product-groups .wso-productgroup-background {
    display: none !important;
}

.mfn-megamenu .tg-wso-product-groups .wso-productgroup-front,
.mfn-megamenu .tg-wso-product-groups:hover .wso-productgroup-front {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
    margin: 0 auto !important;
    width: 95% !important;
    height: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.mfn-megamenu .tg-wso-product-groups .wso-productgroup-front h3 {
    font-size: 19px !important;
    line-height: 22px !important;
}

.mfn-megamenu .tg-wso-product-groups .wso-productgroup-front img,
.mfn-megamenu .tg-wso-product-groups .wso-productgroup-front h3 {
    -webkit-transition: all .3s ease !important;
       -moz-transition: all .3s ease !important;
         -o-transition: all .3s ease !important;
            transition: all .3s ease !important;
}

.mfn-megamenu .tg-wso-product-groups:hover .wso-productgroup-front img {
    -webkit-transform: translate(0,0) scale(1.1,1.1);
       -moz-transform: translate(0,0) scale(1.1,1.1);
        -ms-transform: translate(0,0) scale(1.1,1.1);
         -o-transform: translate(0,0) scale(1.1,1.1);
            transform: translate(0,0) scale(1.1,1.1);
}

.mfn-megamenu .tg-wso-product-groups:hover .wso-productgroup-front h3 {
    -webkit-transform: translate(0,8px);
       -moz-transform: translate(0,8px);
        -ms-transform: translate(0,8px);
         -o-transform: translate(0,8px);
            transform: translate(0,8px);
}

.mfn-megamenu .tg-wso-product-groups .wso-productgroup-front a {
	display: block !important;
}

.mfn-megamenu .tg-wso-product-groups:hover .wso-productgroup-front a {
    background: transparent !important;
}

.mfn-megamenu .tg-grid-slider {
    padding-top: 45px !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
}

.mfn-megamenu .tg-grid-wrapper + p {
    text-align: center;
}

.mfn-megamenu .tg-grid-wrapper + p a {
    border: 1px solid #1d1d1b !important;
    display: inline-block !important;
    margin-top: 10px !important;
}

.mfn-megamenu .tg-grid-wrapper {
	padding: 0 40px !important;
}

.mfn-megamenu .tg-wso-product-groups:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -100px;
    right: -11px;
    width: 1px;
    /* background-color: #d0d0d0; */
    border-right: 1px solid #d0d0d0;
}

.mfn-megamenu .tg-grid-area-bottom1 {
	z-index: 9;
    position: absolute;
    top: 50%;
    left: 6px;
    right: 6px;
    pointer-events: none;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.mfn-megamenu .tg-left-arrow,
.mfn-megamenu .tg-right-arrow {
    background-color: white;
    width: 42px;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 42px;
       -moz-background-size: auto 42px;
         -o-background-size: auto 42px;
            background-size: auto 42px;
}

.mfn-megamenu .tg-left-arrow {
    margin: 0 115px 0 0 !important;
    float: left;
}

.mfn-megamenu .tg-right-arrow {
    margin: 0 0 0 115px !important;
    float: right;
}

/* =================
 *    Media queries
 * ================= */

@media only screen and (max-width: 1239px) {
    .wso-productgroup-back {
        display: none !important;
    }
    #Wrapper .tg-wso-product-groups:hover .wso-productgroup-front {
        opacity: 1;
        -webkit-transform: translate(-50%,-50%);
           -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
             -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
    }
    .tg-wso-product-groups:hover .wso-productgroup-circle {
        background-color: transparent !important;
    } 
    .wso-product-groups-vertical-all .wso-productgroup-front img {
        max-width: 54px !important;
        max-height: 54px !important;
        margin-bottom: 6px !important;
    }
    #Wrapper .wso-productgroup-circle {
        border-width: 8px !important;
    }
    .wso-product-groups-vertical-all .tg-wso-product-groups .wso-productgroup-front, 
    .wso-product-groups-vertical-all .tg-wso-product-groups .wso-productgroup-back {
        top: 46% !important;
    }
}

@media only screen and (max-width: 359px) {
    .wso-product-groups-vertical-all .wso-productgroup-front img {
        max-width: 32vw !important;
        max-height: 32vw !important;
        margin-bottom: 2vw !important;
    }
    .wso-product-groups-vertical-all .wso-productgroup-front h3 {
        font-size: 8vw !important;
        line-height: 1.1em !important;
    }
}

/*--------------------------------------------*\
                * The Grid *
\*--------------------------------------------*/
/*----------------------*\
* WSO Skin Elements *
\*----------------------*/

.wso-grid-skin-video-button img {
    width: 60px !important;
}

.wso-grid-skin-date {
    padding: 4px 13px !important;
}

.tg-wso-client .tg-item-image {
    -webkit-background-size: 65% !important;
    -moz-background-size: 65% !important;
    -o-background-size: 65% !important;
    background-size: 65% !important;
}

.wso-client-vertical-all .tg-grid-holder::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    z-index: 9;
    pointer-events: none;
}

.wso-client-vertical-all  .tg-item-inner {
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.wso-client-vertical-all .tg-wso-client .tg-item-image {
    -webkit-background-size: 45% !important;
    -moz-background-size: 45% !important;
    -o-background-size: 45% !important;
    background-size: 45% !important;
}

/*----------------------*\
* Navigation Colors *
\*----------------------*/
.tg-filter.tg-nav-font,
.tg-filter.tg-nav-font span {
    font-size: 1em !important;
    line-height: 1.8em !important;
}
.tg-filter span {
	font-weight: 700 !important;
	padding: 0 20px;
	color: #1d1d1b !important;
}
.tg-filter span:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 10%;
    bottom: -5px;
    width: 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: 2px solid #1d1d1b;
}
.tg-filter:hover span:after,
.tg-filter-active span:after {
    width: 80%;
}

.tg-dropdown-holder {
	border-width: 0px 0px 2px !important;
	border-color: #1d1d1b !important;
	padding: 0px;
}
.tg-dropdown-holder .tg-nav-font {
    font-size: 22px !important;
    line-height: 56px !important;
    font-weight: 700 !important;
    color: #1d1d1b !important;
    padding: 0px;
}
.tg-dropdown-holder .tg-dropdown-title {
	min-width: 300px;
}
.tg-dropdown-item, 
.tg-dropdown-item.tg-filter.tg-show-filter {
	font-size: 16px;
	line-height: 19px;
}
.tg-filters-holder {
	margin: 0 20px !important;
}
.tg-dropdown-item.tg-filter span:after {
	display: none !important;
}
.tg-dropdown-item:hover,
.tg-dropdown-item.tg-filter-active {
    background: #ebebeb !important;
}

/*----------------------*\
* Navigation Arrows *
\*----------------------*/

i.tg-icon-left-arrow::before,
i.tg-icon-right-arrow::before {
    display: none !important;
}
.tg-left-arrow,
.tg-right-arrow {
    margin: 0 15px !important;
}
.tg-left-arrow,
.tg-right-arrow {
    vertical-align: baseline;
    margin-bottom: 0 !important;
    width: 25px;
    height: 26px;
    background-image: url(/wp-content/uploads/icon-arrow-left-black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 25px;
    -moz-background-size: auto 25px;
    -o-background-size: auto 25px;
    background-size: auto 25px;
}
.tg-left-arrow {
    background-image: url(/wp-content/uploads/icon-arrow-left-black.svg);

}
.tg-right-arrow {
    background-image: url(/wp-content/uploads/icon-arrow-right-black.svg);
}
.tg-slider-bullets-holder {
	margin: 0 !important;
}

/*----------------------*\
* References Grid *
\*----------------------*/

.tg-wso-slider::before {
    visibility: visible !important;
	opacity: 1 !important;
    background-color: rgba(219, 7, 31, 0.8) !important;
}

.tg-wso-slider:hover::before {
    background-color: rgba(219, 7, 31, 0.8) !important;
}

.tg-wso-references .tg-item-overlay,
.tg-wso-news .tg-item-overlay,
.tg-wso-news-slider .tg-item-overlay {
    visibility: visible !important;
	opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.tg-wso-references:hover .tg-item-overlay,
.tg-wso-news:hover .tg-item-overlay,
.tg-wso-news-slider:hover .tg-item-overlay {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.tg-wso-news-slider .tg-item-image::before {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

/*--------------------------------------------*\
                * Forms & CF7 *
\*--------------------------------------------*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 1 !important;	
}
:-ms-input-placeholder { /* IE 10+ */
}
:-moz-placeholder { /* Firefox 18- */
}
@media only screen and (min-width: 768px) {
	.wpcf7-form .mcb-wrap .column.one {
		width: 90%;
		position: relative;
	}
	.wpcf7-form .mcb-wrap.one-second .column.one {
		width: 95%;
	}
	.wpcf7-form .mcb-wrap.one-third:nth-child(2) .column.one  {
		left: 5% !important;
	}
	.wpcf7-form .mcb-wrap:last-child .column.one  {
		float: right;
	}
	.wpcf7-form .wpcf7-wraps .mcb-wrap:last-child .column.one  {
		float: right;
	}
}
@media only screen and (min-width: 768px) {
	.wpcf7 .mcb-wrap {
		/* margin-bottom: 45px; */
	}
}
.wpcf7 h3 {
    margin-bottom: 15px;
}
.wpcf7-form .column {
    margin-bottom: 20px;
}
span.wpcf7-form-control-wrap .wpcf7-date, 
span.wpcf7-form-control-wrap .wpcf7-quiz, 
span.wpcf7-form-control-wrap .wpcf7-number, 
span.wpcf7-form-control-wrap .wpcf7-select, 
span.wpcf7-form-control-wrap .wpcf7-text, 
span.wpcf7-form-control-wrap .wpcf7-textarea,
table.bundled_products select {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 400 !important;
}
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap select,
table.bundled_products select,
.column.wso-facet .facetwp-search-wrap input, 
#Wrapper .fs-label-wrap {
	padding-left: 35px !important;
	font-size: 1em;
	line-height: 1.6em;
	background-color: #f0f0f0 !important;
	border: none !important;
	-webkit-border-radius: 80px 0 0 80px;
	-moz-border-radius: 80px 0 0 80px;
	border-radius: 80px 0 0 80px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
span.wpcf7-form-control-wrap .wpcf7-select,
table.bundled_products select {
	padding-right: 50px;
}
span.wpcf7-form-control-wrap input:focus,
span.wpcf7-form-control-wrap select:focus,
span.wpcf7-form-control-wrap input:hover,
span.wpcf7-form-control-wrap select:hover {
	background-color: #d8d8d8 !important;
}
span.wpcf7-form-control-wrap textarea {
    border: 2px solid #d0d0d0;
    padding: 20px;
}
.wso-wpcf7-select,
.wso-wc-select {
	position: relative;
}
.wso-wpcf7-select::before,
table.bundled_products .variations .value::before,
.select2-container .select2-selection--single::before,
p.wso-wc-select span::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 100%;
    border: none;
    right: 0;
    background-image: url(/wp-content/uploads/icon-arrow-down-black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 22px auto;
    -moz-background-size: 22px auto;
    -o-background-size: 22px auto;
    background-size: 22px auto;
    z-index: 1;
    pointer-events: none;
}
.wso-wpcf7-select::before, {
	max-height: 52px;
}
@media only screen and (min-width: 768px) {
	.wso-wpcf7-two-column-checkboxes .wpcf7-list-item {
		width: 50% !important;
		float: left;
		display: block;
		margin: .7em 0 0 !important;
	}
}
span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
    font-size: 16px;
}

/*----------------------*\
   * Checkboxes *
\*----------------------*/
span.wpcf7-list-item {
    margin: 0;
}
@media only screen and (min-width: 768px) {
	span.wpcf7-list-item:not(:first-child) {
		margin: 0 0 0 1em;
	}
}
.wpcf7-acceptance label,
.wpcf7-list-item label {
	font-weight: 400;
}
input[type="checkbox"] {
	display: none !important;
}

input[type="checkbox"] + span {
  display: block;
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: 1.5em;
}
.wso-registration-checkbox {
	font-weight: 300;
}
input[type="checkbox"] + span:last-child {
	 margin-bottom: 0; 
 }

input[type="checkbox"] + span:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #1d1d1b;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  margin-top: 3px;
}

input[type="checkbox"]:checked + span:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display:;
}
.wso-privacy-notice label,
.wso-privacy-notice p,
.wso-contact-notice {
	font-size: .8em;
	line-height: 1.6em;
	font-weight: 300 !important;
}
.woocommerce .payment_methods li label {
	color: #1d1d1b;
}
.woocommerce-terms-and-conditions-checkbox-text {
	line-height: 1.5em;
	display: inline-block !important;
}
/*
html[lang="en-GB"] .woocommerce-terms-and-conditions-checkbox-text a::before {
	content: 'general ';
}
*/
/*----------------------*\
   * Radio Buttons *
\*----------------------*/
input[type="radio"] {
	position: absolute;
	opacity: 0;
	/* top: 15px; */
}
input[type="radio"] + label:before,
input[type="radio"] + .wpcf7-list-item-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.20em;
	height: 1.20em;
	position: relative;
	top: .25em;
	margin-right: .5em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:checked + .wpcf7-list-item-label:before {
	background-color: #777776;
	box-shadow: inset 0 0 0 5px #f4f4f4;
}
input[type="radio"]:focus + label:before,
input[type="radio"]:focus + .wpcf7-list-item-label:before {
	outline: none;
	border-color: #b4b4b4;
}
input[type="radio"]:disabled + label:before,
input[type="radio"]:disabled + .wpcf7-list-item-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type="radio"] + label:empty:before {
	margin-right: 0;
}


/*----------------------*\
   * Not valid tip *
\*----------------------*/

body:not(.cf7p-message) .wpcf7-not-valid-tip {
    height: 37px !important;
    width: 47px !important;
    left: -37px !important;
    line-height: 37px !important;
    font-size: 17px;
    font-weight: 900 !important;
    font-family: "Arial" !important;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip::before,
body:not(.cf7p-message) .wpcf7-not-valid-tip::after {
    background-color: #d71e1e;
    color: white;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip::before {
    content: "X";
    content: "\2715" !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10px;
}

body:not(.cf7p-message) .wpcf7-not-valid-tip::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
       -moz-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
         -o-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
}

body:not(.cf7p-message) .wpcf7-not-valid-tip {
    background-image: none !important;
    text-indent: 0!important;
    text-align: center;
    color: transparent !important;
}

/*--------------------------------------------*\
    	         * COOKIE NOTICE *
\*--------------------------------------------*/

.cookie-notice-container {
    padding: 0 10px !important;
    text-align: center;
}

span#cn-notice-text,
#cookie-notice .button {
    display: inline-block;
    line-height: 1.25em !important;
    padding: 13px 10px !important;
    margin: 0px !important;
    float: none;
    font-size: 0.9em !important;
    color: #333333 !important;
    border-radius: 0 !Important;
    background: transparent !important;
    text-decoration: none !important;
    box-shadow: none !Important;
    vertical-align: middle !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none !important;
}

#cookie-notice .button::after {
    display: none !important;
}

#cookie-notice .button:hover {
    background: #f1f1f1 !Important;
}

@media only screen and (max-width: 1023px) {
	span#cn-notice-text {
		display: block;
		padding-bottom: 5px !important;
	}
	span#cn-notice-text,
	#cookie-notice .button {
		font-size: 0.75em !important;
	}
	.cookie-notice-container {
		padding: 0 10px 1px !important;
	}
	span#cn-notice-text,
	#cookie-notice .button {
		padding: 10px !important;
	}
	#cookie-notice .button {
		line-height: 1em !Important;
	}
}

/*--------------------------------------------*\
    	         * WSO INTRO *
\*--------------------------------------------*/
/*----------------------*\
   * INRTO MAGAZIN STYLE *
\*----------------------*/
.wso-intro-img-magazin {
	padding: 0 !important;
	height: 54vh;
}

.wso-intro-img-video .section_wrapper {
	position: static;
}

.wso-intro-section .wrap,
.wso-intro-img-video .wrap {
	position: static;
}

/*----------------------*\
   * INTRO VIDEO *
\*----------------------*/
.wso-intro-img-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    visibility: visible;
    overflow: visible;
    background-color: rgba(0, 0, 0, 0.25);
}
.section.wso-intro-img-video::before {
    z-index: 0;
}
.wso-intro-video-button:hover img {
	width: 110px;
	height: 110px;
}

/*--------------------------------------------*\
    	         * WSO NEWS *
\*--------------------------------------------*/
.wso-news-date {
    position: absolute;
    width: 90px;
    max-width: 90px;
    height: 90px;
    top: -129px;
    right: 0px;
    background-color: #009deb;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 0;
	-webkit-border-radius: 50% 50% 50% 0;
	   -moz-border-radius: 50% 50% 50% 0;
	        border-radius: 50% 50% 50% 0;

}
.wso-news-date-d {
    font-size: 1.5em;
    line-height: 1em;
}
.wso-news-date-y {
    font-size: 0.75em;
    line-height: 1em;
}

/*--------------------------------------------*\
    	         * WSO SLIDER *
\*--------------------------------------------*/

.wso-facetWP-placeholder-grid {
    display: none;
}

.wso-home-intro-slider {
    opacity: 0;
    -webkit-transition: opacity 1s ease !important;
       -moz-transition: opacity 1s ease !important;
         -o-transition: opacity 1s ease !important;
            transition: opacity 1s ease !important;
}
.wso-home-intro-slider.tg-grid-loaded {
    opacity: 1;
}

.wso-home-intro-slider .tg-grid-area-bottom1 {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
}

.wso-home-intro-slider .tg-slider-bullets-holder {
	/* padding-right: 1.5%; */
	width: 100%;
	margin: 0 auto !important;
	display: block;
	max-width: 1220px;
	text-align: right;
}

.wso-section-intro-slider,
.wso-section-intro-slider .tg-grid-wrapper,
.wso-section-intro-slider .tg-grid-slider,
.wso-section-intro-slider .tg-grid-holder,
.wso-section-intro-slider .tg-item,
.wso-section-intro-slider .tg-item-image {
    height: -webkit-calc(85vh) !important;
    height:    -moz-calc(85vh) !important;
    height:         calc(85vh) !important;
    max-height: 680px;
}

@media only screen and (min-width: 1240px) {
	.tg-wso-slider .tg-item-media-content,
	.tg-wso-campaign-slider .tg-item-media-content  {
		max-width: 1220px !important;
		left: -webkit-calc((100% - 1220px)/(2));
		left:    -moz-calc((100% - 1220px)/(2));
		left:         calc((100% - 1220px)/(2));
		z-index: 2;
	}
}

.tg-wso-slider::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.tg-wso-slider .tg-item-overlay {
	display: none !important;
}

.tg-wso-slider .tg-center-holder,
.tg-wso-slider .tg-center-inner {
    max-width: 100% !important;
    height: 100% !important;
}

.wso-home-intro-slider .tg-grid-area-bottom1,
.tg-wso-slider .wso-slider-search,
.tg-wso-slider:first-child .wso-slider-content {
	bottom: 80px;
}

.tg-wso-slider .wso-slider-search {
    position: absolute !important;
    left: 0;
    right: 0;
    max-width: 25%;
}

.tg-wso-slider .wso-slider-content {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,50%);
       -moz-transform: translate(0,50%);
        -ms-transform: translate(0,50%);
         -o-transform: translate(0,50%);
            transform: translate(0,50%);
}


.tg-wso-slider:first-child .wso-slider-search {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: auto;
    max-width: 100%;
    -webkit-transform: translate(0,50%);
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -o-transform: translate(0,50%);
    transform: translate(0,50%);
}

.tg-wso-slider:first-child .wso-slider-content {
	transform: none;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    max-width: 50%
}


.tg-wso-slider:first-child .facetwp-search {
    font-size: 70px;
}

.tg-wso-slider .facetwp-search,
.tg-wso-slider .facetwp-search:focus {
    width: 100%;
    background: transparent !important;
    border-bottom: 1px solid white !important;
    text-align: left !important;
    color: white !important;
    font-weight: 300 !important;
}

.tg-wso-slider .facetwp-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.tg-wso-slider .facetwp-search::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.tg-wso-slider .facetwp-search:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.tg-wso-slider .facetwp-search:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.facetwp-search-wrap {
    display: block;
}

.facetwp-search-wrap .facetwp-btn {
	position: absolute;
	right: 0;
	/* bottom: 0; */
	top: 0;
	font-size: 40px;
	width: 86px;
	height: 100%;
	max-height: 86px !important;
	border-left: 1px solid white !important;
	opacity: 1 !important;
	background-image: url(/wp-content/uploads/icon-search-white.svg);
	background-position: center 40%;
	background-repeat: no-repeat;
	-webkit-background-size:52px 54px;
	-moz-background-size:52px 54px;
	-o-background-size:52px 54px;
	background-size:52px 54px;
}
.tg-item .facetwp-search-wrap button {
	display: none !important;
}

.tg-wso-slider .facetwp-search {
	text-transform: none !important;
}

.tg-wso-slider:not(:first-of-type) .facetwp-search {
	font-size: 21px;
	line-height: 39px;
	font-family: "Roboto Condensed" !important;
}

.tg-wso-slider:not(:first-of-type) .facetwp-search-wrap .facetwp-btn {
	width: 36px;
	height: 40px;
	background-position: center 40%;
	-webkit-background-size: 20px 21px;
	-moz-background-size: 20px 21px;
	-o-background-size: 20px 21px;
	background-size: 20px 21px;
}

.facetwp-search-wrap .facetwp-btn:before {
	display: none;
}

.tg-wso-slider:first-of-type .wso-slider-content p {
    display: none;
}

.tg-wso-slider .wso-slider-content p {
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 0.5em !important;
}

.tg-wso-slider:not(:first-of-type) .wso-slider-content {
    max-width: 900px;
    top: 52.5%;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.tg-wso-slider:not(:first-of-type) .wso-slider-content h2 {
    font-size: 60px !important;
    line-height: 72px !important;
}
.tg-wso-slider:first-of-type .wso-slider-content h2 {
    font-size: 40px !important;
    line-height: 55px !important;
}

/*----------------------*\
   * Content *
\*----------------------*/

.wso-slider-button span {
    line-height: 1.5em !important;
    display: inline-block !important;
    padding: 6px 25px !important;
}

/*----------------------*\
   * Nav Arrows *
\*----------------------*/

.wso-home-intro-slider .tg-icon-left-arrow::before,
.wso-home-intro-slider .tg-icon-right-arrow::before {
    font-size: 4.5em !important;
}

.wso-home-intro-slider .tg-icon-left-arrow,
.wso-home-intro-slider .tg-icon-right-arrow {
    color: white !important;
}

/* =================
   Slider Bullets
   ================= */

.wso-home-intro-slider .tg-grid-area-bottom1,
.wso-home-intro-slider .tg-slider-bullets-holder {
	pointer-events: none;
}
.tg-slider-bullets {
	pointer-events: all;
}
.tg-slider-bullets li {
	width: 16px;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wso-team-slider-2-col .tg-slider-bullets li {
	margin-top: 60px;
}

.tg-slider-bullets li span {
    width: 16px;
    height: 16px;
    background-color: transparent !important;
    border: 1px solid #1d1d1b !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tg-slider-bullets li span:hover {
    border-width: 3px !important;
    background-color: transparent !important;
}

.tg-slider-bullets li.tg-active-item span {
    border-width: 8px !important;
    background-color: transparent !important;
}

.wso-home-intro-slider .tg-slider-bullets li span {
    border-color: white !important;
}

/*--------------------------------------------*\
       * WSO RELATED *
\*--------------------------------------------*/

.wso-related-section {
    padding: 60px 0 20px !important;
}

/*--------------------------------------------*\
       * FANCYBOX NAVIGATION FIX *
\*--------------------------------------------*/

.fancybox-controls button,
.fancybox-controls button:hover,
.fancybox-controls button::before,
.fancybox-controls button::after {
    opacity: 1 !important;
    color: white !important;
}

.fancybox-button--close:after, 
.fancybox-button--close:before {
    height: 2px !important;
    width: 16px !important;
    top: calc(50% - 1px) !important;
    left: calc(50% - 8px) !important;
    background-color: white !important;
}

.fancybox-button--left:after, 
.fancybox-button--right:after {
    top: 17px !important;
    width: 9px !important;
    height: 9px !important;
    left: inherit !important;
}
.button-stroke .fancybox-button,
.button-stroke .fancybox-button:hover {
	border: none !important;
	color: white !important;
	background-color: transparent !important;
}
.fancybox-button--fullscreen,
.fancybox-button--share {
	display: none !important;
}

/*--------------------------------------------*\
    	         * TEAM *
\*--------------------------------------------*/
.wso-section-overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.55);
}
.tg-wso-team .tg-item-media-holder {
    max-width: 180px;
    height: auto;
    margin: 0 auto;
}
.tg-wso-team .tg-item-media-inner {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.tg-wso-team h3 {
	font-size: 1em !important;
	line-height: 1.8em !important;
	color: #db071f !important;
}
@media only screen and (min-width: 1240px) {
	body:not(.single-wso_product_group):not(.single-product):not(.woocommerce-account) .wso-team-slider-alternative .tg-item-media-holder {
		width: 180px;
		float: left;
	}
	body:not(.single-wso_product_group):not(.single-product):not(.woocommerce-account) .wso-team-slider-alternative .tg-wso-team .tg-item-content-holder {
		padding: 0 0 0 5% !important;	
	}
	body:not(.single-wso_product_group):not(.single-product):not(.woocommerce-account) .wso-team-slider-alternative .tg-wso-team .tg-item-content-holder[data-position="top"] {
		width: -webkit-calc(100% - 180px);
		width:    -moz-calc(100% - 180px);
		width:         calc(100% - 180px);
		float: right;
		text-align: left !important;	
	}
	body:not(.single-wso_product_group):not(.single-product):not(.woocommerce-account) .wso-team-slider-alternative .tg-wso-team .tg-item-content-holder[data-position="bottom"] {
		width: -webkit-calc(100% - 180px);
		width:    -moz-calc(100% - 180px);
		width:         calc(100% - 180px);
		float: left;
		text-align: left !important;
	}
	body:not(.single-wso_product_group):not(.single-product):not(.woocommerce-account) .wso-team-slider-alternative .tg-wso-team .tg-item-content-holder[data-position="bottom"] h3 {
		margin-top: 0;
	}
	body:not(.single-wso_product_group):not(.single-product):not(.woocommerce-account) .wso-team-slider-alternative .tg-item:first-child:last-child {
		/* width: 150% !important; */
	}
}

/* ============================================
   Sidepanel
   ============================================ */

.nks_cc_trigger_tabs > span {
    background-color: #ffffff;
    width: 61px;
    height: 61px;
    margin-right: -1px !important;
    margin-bottom: 16px !important;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative !important;
}

.nks_cc_trigger_tabs > span:hover {
    background-color: #ffffff !important;
}

.nks_cc_trigger_tabs > span i {
    display: none;
}

.nks_cc_trigger_tabs > span.nks-active,
.nks_cc_trigger_tabs > span:hover {
    background-color: #f0f0f0 !important;
}

#nks-tab-1 {
    background-image: url(/wp-content/uploads/icon-certificate-black.svg);
    -webkit-background-size: 43px 43px;
       -moz-background-size: 43px 43px;
         -o-background-size: 43px 43px;
            background-size: 43px 43px;
}

#nks-tab-2 {
    background-image: url(/wp-content/uploads/icon-download-black.svg);
    -webkit-background-size: 41px 38px;
       -moz-background-size: 41px 38px;
         -o-background-size: 41px 38px;
            background-size: 41px 38px;
}

#nks-tab-3 {
    background-image: url(/wp-content/uploads/icon-person-black.svg);
    -webkit-background-size: 42px 42px;
       -moz-background-size: 42px 42px;
         -o-background-size: 42px 42px;
            background-size: 42px 42px;
}

#nks_cc_sidebar .nks-content > div {
    padding: 60px 60px !important;
}


#nks_cc_sidebar .section.mcb-section.wso-section-sidepanel-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

p.wso-sidepanel-hint {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    padding-left: 100px;
    margin: 30px 0 30px !important;
    clear: both;
}

p.wso-sidepanel-hint::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 77px;
    width: 77px;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
    background-image: url(/wp-content/uploads/icon-hint-circle.svg);
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 77px 77px;
       -moz-background-size: 77px 77px;
         -o-background-size: 77px 77px;
            background-size: 77px 77px;
}

/* ============================================
   Equal Height Sections
   ============================================ */
.section.mcb-section.equal-height .one.column {
	height: auto !important;
}
@media only screen and (min-width: 960px) {
	.wso-column-img:not(.wso-float-right) + .column_visual {
		padding-left: 3%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.wso-column-img.wso-float-right + .column_visual {
		padding-right: 3%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
}
.column_visual p:first-child .alignleft {
	margin-top: 0;
}
.wso-video-column {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.wso-video-column {
		min-height: 220px;
	}
}
.wso-video-column-single .column_attr {
	padding: 40% 0 !important;
}

/* ============================================
   Accordions
   ============================================ */
#Wrapper .accordion .question,
#Wrapper .accordion .question .answer {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#Wrapper .accordion .question.active .answer {
    padding-bottom: 35px !important;
}

.page #Wrapper .accordion .question.active .answer h3,
.page #Wrapper .accordion .question.active .answer h4 {
    margin-top: 25px !important;
}

.accordion .question:after {
    display: none !important;
}

.accordion .question {
    border-left: none;
}

.accordion .question .answer {
    padding: 0 0 40px !important;
}

.accordion .title,
.accordion .question.active .title {
    padding: 30px 80px 30px 0 !important;
    border-top: 1px solid #d0d0d0 !important;
    box-shadow: none !important;
}

.wso-sidebar .accordion .title,
.wso-sidebar .accordion .question.active .title {
    border-top: 2px solid white !important;
}
.wso-sidebar .accordion .question:first-of-type .title {
    border-top: none !important;
}
.wso-sidebar .accordion .question:first-of-type .title {
    padding: 0 60px 30px 0 !important;
}

#Content .accordion .question .title {
	font-size: 1.5em;
    line-height: 1.14em;
    font-weight: 900;
    color: #db071f;
}

.accordion .title > i {
    display: none !important;
}

.accordion .title::before,
.accordion .title::after {
    display: block !important;
    content: "";
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 26px !important;
    bottom: 0;
    right: 0;
    left: auto !important;
}

.wso-sidebar .accordion .title::before,
.wso-sidebar .accordion .title::after {
    top: 36px !important;  
}

.wso-sidebar .accordion .question:first-of-type .title::before,
.wso-sidebar .accordion .question:first-of-type .title::after {
    top: 6px !important;
}

.accordion .title::before {
    border: 1px solid #d0d0d0  !important;
    display: block !important;
    z-index: -1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.wso-sidebar .accordion .title::before {
    border: 1px solid #1d1d1b !important;
}

.accordion .title:hover::before {
	background-color: #ffffff;
}

.accordion .title::after {
	z-index: 1;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url(/wp-content/uploads/icon-arrow-down-grey.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px auto;
       -moz-background-size: 20px auto;
         -o-background-size: 20px auto;
            background-size: 20px auto;
}

.wso-sidebar .accordion .title::after {
    background-image: url(/wp-content/uploads/icon-arrow-down-black.svg);
}

.accordion .question.active .title::after {
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.wso-sidepanel-title,
.wso-sidebar .accordion .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    margin-bottom: 8px !important;
    font-family: "Roboto";
}
.wso-sidebar .accordion .title {
    min-height: 62px;
    padding-right: 60px !important;
}

.wso-sidepanel-subtitle {
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.accordion .question,
.accordion .answer {
	-webkit-transform: translate3d(0,0,0) !important;
	-moz-transform: translate3d(0,0,0) !important;
	-ms-transform: translate3d(0,0,0) !important;
	-o-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}

.style-simple .accordion .question .answer {
	display: block !important;
	height: auto !important;
	max-height: 0;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-transition: all .75s ease-in-out 0s !important;
	-moz-transition: all .75s ease-in-out 0s !important;
	-o-transition: all .75s ease-in-out 0s !important;
	transition: all .75s ease-in-out 0s !important;
	box-shadow: none;
}

.style-simple .accordion .question.active .answer {
	display: block !important;
	height: auto !important;
	max-height: 3000px;
	padding: 0 !important;
	-webkit-transition: all .75s ease-in-out 0s !important;
	-moz-transition: all .75s ease-in-out 0s !important;
	-o-transition: all .75s ease-in-out 0s !important;
	transition: all .75s ease-in-out 0s !important;
}

.accordion .question .answer p:last-child,
.accordion .question.active .answer p:last-child {
    margin-bottom: 30px;
}

.accordion .question .answer p {
    font-weight: 300;
}
.accordion .question .answer .wso-two-column-text {
	margin-bottom: 30px;
}
.accordion .question .answer img {
	margin-right: 2em;
	-ms-interpolation-mode: bicubic;
}

/* ============================================
   Icon Box
   ============================================ */
.icon_box.icon_position_left {
	min-height: auto;
	cursor: pointer;
}
.wso-search-icon-box h4 {
	font-size: 1.1em;
}
.icon_box .desc_wrapper .title:before {
	display: none !important;
}
@media only screen and (min-width: 960px) {
	.wso-search-icon-box {
		margin-top: -25px;
		margin-bottom: 60px;
	}
	.wso-search-icon-box .icon_box.icon_position_left {
		padding-left: 90px;
	}
	.wso-search-icon-box .icon_box.icon_position_left .image_wrapper {
		width: 80px;
		height: auto;
		margin: 0;
	}
}

/* ============================================
   Quote
   ============================================ */
.style-simple blockquote {
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.35em;
	font-weight: 900;
	color: #d0d0d0;
	margin-left: 0;
}

/* ============================================
   Justified Image Grid
   ============================================ */
.jig-loadMoreButton {
    text-transform: uppercase !important;
    font-size: 17px !important;
    line-height: 39px !important;
    border-width: 1.5px !important;
    border-style: solid !important;
    padding: 9px 34px 7px !important;
    margin-top: 2em !important;
    color: #1d1d1b !important;
    border-color: #1d1d1b !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    background: transparent !important;
    max-width: 210px !important;
}
.jig-loadMoreButton:hover {
    color: #ffffff !important;
    background: black !important;
}
.pswp__caption small {
	font-size: 1.2em !important;
}

/* ============================================
   JQUERY UI DATEPICKER
   ============================================ */
.ui-datepicker .ui-widget-header {
    border: none;
    background: #db0720;
    border-radius: 0 !important;
}
.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all,
.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    background: #db0720;
    color: white;
    font-weight: normal;
    text-transform: none !important;
}
.ui-datepicker th {
    font-weight: normal !important;
    padding: .35em .3em !important;
    background: none !important;
    color: #1d1d1b  !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: rgb(201, 157, 102) !important;
    color: white !important;
    border: 1px solid grey;
}
.ui-datepicker-prev span {
    background-image: none !important;
}
.ui-datepicker-prev::after{
    position: absolute;
    top: -6px;
    content: '<';
    color: white;
    padding-left: 5px;
}
.ui-datepicker-next span {
    background-image: none !important;
}
.ui-datepicker-next::after {
	position: absolute;
	top: 8px;
	content: '>';
	color: white;
	padding-left: 5px;
	line-height: .5em;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: transparent !important;
    border: 0px !important;
    border: none !important;
    top: 8px;
    width: 1.2em;
    height: 1.2em;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    background: transparent !important;
    border: 0px !important;
    border: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #d3d3d3 !important;
    background: #f6f6f6 !important;
    font-weight: normal;
    color: #1d1d1b;
}
.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
  border-color: #d0d0d0;
}
#ui-datepicker-div {
	font-size: .9em !important;
	border-radius: 0 !important;
}
.ui-datepicker-header select {
  border: 1px solid #D2D2D2;
}
.datepicker.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 15px;
}
.datepicker.dropdown-menu:before {
  border-bottom: 0;
}
.datepicker.dropdown-menu thead tr:first-child {
  font-size: 16px;
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  border-radius: 0;
  border: 0;
  padding: 9px 10px;
}
.datepicker.dropdown-menu td.active,
.datepicker.dropdown-menu td.active:hover {
  border: 0;
  text-shadow: none;
}
.datepicker.dropdown-menu table tr td.old,
.datepicker.dropdown-menu table tr td.new {
  background-color: white !important;
  color: #999999 !important;
}
.datepicker.dropdown-menu tbody td {
  border: 1px solid #fff;
}
.ui-datepicker td {
	border: none !important;	
}
.ui-datepicker td:not(:last-child) {
	border-right: 1px solid #e5e5e5 !important;
}
.ui-datepicker table tr:not(:last-child) {
	border-bottom: 1px solid #e5e5e5 !important;
}
.ui-datepicker .ui-state-default {
	border: none !important;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ui-datepicker .ui-state-highlight {
	background-color: #b7b7b7 !important;
}
.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-state-active {
	background-color: #db0720 !important;
	color: #ffffff !important;
}
.ui-datepicker table tr:hover td a {
	color: #1d1d1b !important;
}
.ui-datepicker table tr:hover td a.ui-state-highlight,
.ui-datepicker table tr:hover td a.ui-state-active {
	color: #ffffff !important;
}

/* ============================================
   Footer
   ============================================ */
#Footer {
    overflow: hidden;
}

/* =================
   Action Footer
   ================= */

#Footer .footer_action {
    padding-top: 40px;
    background: transparent;
}

.footer_action img {
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.footer_action .wso-footer-img {
		min-height: 68px;
	}
}

#Footer .footer_action a {
    font-size: 30px;
    max-width: 198px;
    display: block;
    margin: 0 auto;
    color: #1d1d1b !important;
    cursor: pointer;
}

/* =================
   Widgets
   ================= */

#Footer .widgets_wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}


#Footer .widgets_wrapper .container {
    padding-top: 40px;
    border-top: 2px solid #d0d0d0;
}

#Footer .widgets_wrapper .container > .column:not(:last-child) {
	width: 31.33%;
}

#Footer .widgets_wrapper .container > .column:last-child {
	width: 100%;
	border-top: 2px solid #d0d0d0;
	margin-top: 25px;
}

#Footer .widgets_wrapper img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-height: 42px !important;
	width: auto !important;
}
#Footer .widgets_wrapper .one-fourth.column_image:nth-child(2) img {
	max-height: 35px !important;
}
#Footer .wso-section-founder {
	padding-top: 10px !important;
	padding-bottom: 0 !important;
}

#Footer .widgets_wrapper .widget {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}

@media only screen and (min-width: 1240px) {
	#Footer .widgets_wrapper .column.one-fourth:first-child .widget {
		padding-top: 60px;
	}
}
#Footer .widgets_wrapper .column.one-third:last-child .widget {
	margin-left: 90px;
}

#Footer .widgets_wrapper h4,
#Footer .widgets_wrapper p,
#Footer .widgets_wrapper a,
#Footer .widgets_wrapper li {
    font-size: 20px;
    line-height: 39px;
}

#Footer .widgets_wrapper h4 {
    font-weight: 700;
    color: #1d1d1b !important;
}

.button-stroke #Footer a.button {
	margin-top: 0px;
}

.button-stroke #Footer a.button:hover {
	color: #ffffff;
}

#Footer .widgets_wrapper::after {
    content: "";
    position: absolute;
    top: -300px;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-image: url(/wp-content/uploads/vector-background-bottom-left-3.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* =================
   Copyright
   ================= */

.footer_copy {
    background-color: white;
    border: none !important;
}

.footer_copy,
.footer_copy a:not(:hover) {
    color: #d0d0d0 !important;
    font-weight: 700;
    font-family: "Roboto Condensed";
}

#Footer .footer_copy .copyright {
	padding-top: 5px;
}

#Footer .footer_copy .social li {
	width: 46px;
	height: 46px;
	background-color: #e3ded8;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	margin-right: 12px;
	opacity: .8;
}

#Footer .footer_copy .social li:hover {
	opacity: 1;
}

#Footer .footer_copy .social li.facebook {
	background-color: #4e71a8;
}

#Footer .footer_copy .social li.twitter {
	background-color: #1cb7eb;
}

#Footer .footer_copy .social li.youtube {
	background-color: #b31217;
}

#Footer .footer_copy .social li.linkedin {
	background-color: #0077b5;
}

#Footer .footer_copy .social li.xing {
	background-color: #126567;
}

#Footer .footer_copy .social li a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 20px;
	color: white !important;
}

/* ============================================
   PAGES
   ============================================ */

/* =================
Tip
================= */
.wso-tip {
	position: relative;
	height: auto !important;
	font-weight: 300;
	margin: 25px 0;
	padding-left: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wso-tip::before {
    position: absolute;
    text-align: center;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 78px;
    height: 78px;
    font-size: 40px;
    font-weight: 700;
    line-height: 78px;
    color: #db071f;
    content: '!';
    background-image: url(/wp-content/uploads/icon-background-circle-grey.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.wso-tip p {
	margin-bottom: 0 !important;
}
.wso-sidebar-content .wso-facet-hint .wso-tip,
.wso-tip.wso-choose-option-notice {
	font-size: .9em;
	line-height: 1.5em;
}

/* =================
Download
================= */
h2.wso-heading-small.wso-download-heading {
	padding-left: 25px;
}
.wso-chapter-hr + h2.wso-heading-small.wso-download-heading {
	margin-top: 25px;
}
.wso-list-download {
	margin: 25px 0 45px 35px !important;
	font-weight: 400;
}
.wso-sidebar .wso-list-download {
	margin: 0 0 45px 35px !important;
}
.wso-list-download li::before {
    width: 22px !important;
    height: 22px !important;
    top: .38em !important;
    left: -30px !important;
}
#Content .column.column_visual ul.wso-list-download li::before,
#Content .column .column_attr ul.wso-list-download li:not(.ui-state-default):before {
    color: #db071f;
    font-size: 20px;
    content: '\e865';
    font-family: "Linearicons", Arial, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    background: none !important;
}
.wso-list-download li {
	position: relative;
	list-style: none !important;
	color: #db071f !important;
}
.wso-list-download li a,
#Footer .wso-list-download li a {
	color: #db071f !important;
}
.wso-list-download li::before {
    content: '';
    position: absolute;
    left: -22px;
    top: .9em;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    text-align: center;
    color: #db071f;
    font-size: 20px;
    content: '\e865';
    font-family: "Linearicons", Arial, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    background: none !important;
}
.wso-sidebar .wso-list-download li::before {
    color: #db071f !important;	
}
.tg-wso-top-download .tg-item-media-holder {
	max-width: 150px !important;
	margin: 0 auto 20px;
}
.tg-wso-top-download .tg-element-2 {
	position: static !important;
}
.tg-wso-top-download p {
    line-height: 1.2em;
}

/* =================
   Intro
   ================= */
   
.wso-section-intro.mcb-section {
	padding-top: 200px !important;
	padding-bottom: 140px !important;
}
.error404 #Header_wrapper + .wso-section-intro.mcb-section,
.page-id-16374 #Header_wrapper + .wso-section-intro.mcb-section,
.page-id-243 #Header_wrapper + .wso-section-intro.mcb-section {
	display: none;
}


/* ============================================
   DOWNLOAD & SEARCH LIST
   ============================================ */
.tg-wso-download,
.tg-wso-search-list {
    border-bottom: 2px solid #d0d0d0;
}
.tg-wso-search-list.f4294,
.tg-wso-search-list.f4296 {
	display: none !important;
}
.tg-wso-download p:hover,
.tg-wso-search-list p:hover {
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -wekit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.tg-wso-download p {
	margin-bottom: 0 !important;
	padding: 10px 0 10px 40px!important;
}
.tg-wso-search-list p {
	margin-bottom: 0 !important;
	padding: 10px 0 10px 0!important;
}
.tg-wso-download p span:nth-child(2),
.tg-wso-search-list p span:nth-child(2) {
	width: 70% !important;
	display: inline-block;
}
.tg-wso-download p span:first-child,
.tg-wso-download p span:nth-child(3),
.tg-wso-search-list p span:first-child,
.tg-wso-search-list p span:nth-child(3) {
	width: 15% !important;
	display: inline-block;
	vertical-align: top;
}
#Wrapper .tg-wso-search-list .wso-search-de,
#Wrapper .tg-wso-search-list .wso-search-en {
	width: 100% !important;
}
html[lang="de-DE"] #Wrapper .tg-wso-search-list .wso-search-en,
html[lang="en-GB"] #Wrapper .tg-wso-search-list .wso-search-de {
	display: none;
}
.tg-wso-search-list p span:nth-child(3) {
	width: 14% !important;
	display: inline-block;
	line-height: 0 !important;
}
.tg-wso-search-list p span img {
	max-width: 28px !important;
	height: auto !important;
}
.tg-wso-download p span:first-child {
	text-transform: uppercase;
}
.tg-wso-download p span:nth-child(3),
.tg-wso-search-list p span:nth-child(3) {
	text-align: right !important;
}
.tg-wso-download p::before {
	position: absolute;
	top: 16px;
	left: 0;
	height: 100%;
	color: #db071f;
	font-size: 20px;
	content: '\e865';
	font-family: "Linearicons", Arial, Tahoma, sans-serif;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-decoration: none!important;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	background: none !important;
}
.wso-absolute-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

/* ============================================
   NEWS DETAIL PAGE
   ============================================ */
.wso-intro-date {
	font-weight: 900;
	padding-left: 25px;
}
.single-wso_event .wso-intro-date {
	font-size: 1.5em !important;
	line-height: 1.14em !important;
	color: #db0720;
	margin-bottom: 10px !important;
}
@media only screen and (min-width: 1550px) {
	.wso-intro-date {
		position: absolute;
		width: 60px !important;
		right: -85px;
		display: inline-block;
		font-size: 21px !important;
		line-height: 24px !important;
		font-weight: 600;
		margin: 0;
		padding: 0 0 40px 10px;
		border-left: 2px solid #1d1d1b;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.single-wso_event .wso-intro-date {
		border-left: 2px solid #db0720;
		width: 80px !important;
		right: -105px;
	}
}
.wso-section-accordion .accordion {
	padding-top: 80px !important;
    padding-bottom: 60px !important;
}
.single-post .wso-section-contact-author:not(.wso-section-contact-author-show) + .wso-section-gallery .justified-image-grid {
	margin-bottom: 4em !important;
}
.single-wso_event .wso-section-gallery .jig-loadMoreButton {
	margin-bottom: 2em !important;
}
.wso-section-contact-author:not(.wso-section-contact-author-show) {
	display: none;
}
.wso-section-contact-author h2:nth-of-type(2) {
	margin-top: 70px;
	margin-bottom: 50px;
}
.wso-section-contact-author h2:last-of-type {
	margin-bottom: 50px;
}
.single-wso_event .wso-section-accordion:not(.wso-section-accordion-show) + .wso-section-news-slider {
	background-color: transparent !important;
}
.single-wso_event .wso-section-accordion:not(.wso-section-accordion-show) + .wso-section-news-slider::after {
	display: none !important;
}
.single-post .wso-section-contact-author.wso-section-contact-author-show + .section + .section + .wso-section-accordion:not(.wso-section-accordion-show) + .wso-section-news-slider {
	background-color: transparent !important;
}
.single-post .wso-section-contact-author.wso-section-contact-author-show + .section + .section + .wso-section-accordion:not(.wso-section-accordion-show) + .wso-section-news-slider::after {
	display: none !important;
}
.wso-section-gallery .section.mcb-section:not(.full-width) {
	padding-bottom: 25px !important
}

/* =================
   Chapter
   ================= */
.section.mcb-section.wso-section-chapter.wso-section-decoration.top-right-1 {
	padding-top: 80px !important;
}
.wso-section-chapter.wso-section-decoration.top-right-1::after {
	top: 270px;
	background-color: #f0f0f0;
	z-index: 0;
}
.wso-section-chapter.wso-section-decoration.top-right-1::before {
    content: "";
    position: absolute;
    top: 270px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.wso-section-chapter .section {
    padding: 1.5% 0 !important;
}
.wso-section-chapter .section:first-child {
    padding-top: 0 !important;
}
.wso-section-chapter .wso-img-contain .column_attr {
	background-size: contain;
}
.wso-section-chapter .section.wso-chapter-hr {
	padding-bottom: 3.5% !important;
}
.wso-section-chapter .section.wso-chapter-hr + .section {
	padding-top: 3.5% !important;
}
.wso-section-chapter .section.wso-chapter-hr:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 2px;
    border-bottom: 2px solid #d0d0d0;
}
.wso-section-chapter .section .wrap.wso-chapter-video .column {
	margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
	.wso-section-chapter .section .wrap .column {
		margin-bottom: 0 !important;
	}
}
@media only screen and (min-width: 960px) {
	.wso-section-chapter .section .wrap:first-child {
		padding: 10px 25px !important;
	}
	.wso-section-chapter .section .wrap:last-child,
	.wso-section-chapter .wso-chapter-3 .wrap:first-child {
		padding: 0 25px !important;
	}
	.wso-section-chapter .section .wrap:nth-child(2) .mcb-wrap-inner, 
	.wso-section-chapter .section .wrap:nth-child(2) .column:not(.wso-quote),
	.wso-section-chapter .section .wrap:nth-child(2) .column:not(.wso-quote) .column_attr {
		height: 100%;
	}
	.wso-section-chapter .wso-chapter-2 .wrap:first-child {
		float: right;
	}
	.wso-section-chapter .section .wrap:first-child {
		width: 56%;
	}
	.wso-section-chapter .section .wrap:last-child,
	.wso-section-chapter .wso-chapter-2 .wrap:first-child {
		width: 44%;
	}
	.wso-section-chapter .wso-chapter-2 .wrap:last-child {
		width: 56%;
	}
	.wso-section-chapter .section .wrap:first-child:last-child {
		width: 100%;
	}
}
.wso-video-column::before,
.wso-chapter-video .column::before,
.wso-chapter-video .image_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.wso-chapter-video-button {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}

/* ============================================
   EVENT DETAIL PAGE
   ============================================ */
#Wrapper .wso-section-event-info a.wso-button {
	margin-top: 3.5em;
}

.wso-section-event-info .column {
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.wso-section-event-info .column.one-third {
		padding: 0 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.wso-section-event-info .column.one-third:not(:last-child) {
		border-right: 1px solid #ffffff;
	}
}

/* ============================================
   PRODUCT GROUP DETAIL PAGE
   ============================================ */
.wso-course-intro h3 a {
	font-weight: 900 !important;
}
.wso-course-intro h3 a:hover {
	text-decoration: underline;
}
.wso-section-product-group-intro.section.mcb-section {
    padding-top: 280px !important;
}
.wso-section-product-group-intro .image_frame {
	width: 128px !important;
	height: 128px;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.wso-section-product-group-intro .image_frame .image_wrapper {
	width: auto !important;
	height: 100%;
}
.wso-section-product-group-intro .image_frame .image_wrapper img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%) !important;
	-moz-transform: translate(-50%,-50%) !important;
	-ms-transform: translate(-50%,-50%) !important;
	-o-transform: translate(-50%,-50%) !important;
	transform: translate(-50%,-50%) !important;
}
.wso-course-intro.wso-course-intro-new {
	background-image: url(/wp-content/uploads/icon-new.svg);
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: 60px auto;
	   -moz-background-size: 60px auto;
	     -o-background-size: 60px auto;
	        background-size: 60px auto;
}
.wso-course-intro.wso-course-intro-update {
	background-image: url(/wp-content/uploads/icon-update.svg);
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: 65px auto;
	   -moz-background-size: 65px auto;
	     -o-background-size: 65px auto;
	        background-size: 65px auto;
}
html[lang="en-GB"] .wso-course-intro.wso-course-intro-new {
	background-image: url(/wp-content/uploads/icon-new-en.svg);
}
.wso-section-product-intro .image_frame {
	margin-bottom: 20px;
}
.wso-section-product-intro h1 {
    word-break: break-word !important;
}
.single-wso_product_group .wso-section-product-intro h1, 
.single-product .wso-section-product-intro h3:last-child {
	margin-bottom: 40px;
}
.wso-section-product-intro.wso-section-product-intro-no-contact .wso-course-intro {
	width: 100%;
}
.wso-section-product-intro.wso-section-product-intro-no-contact .one-third.mcb-wrap {
	display: none;
}
#Wrapper .wso-section-product-intro .accordion h3 {
	color: #1d1d1b !important;
	font-size: 1em !important;
	line-height: 1.8em !important;
}

/* =================
   Offer Information
   ================= */
.wso-product-group-request .wpcf7 {
	margin-top: 45px !important;
}
.wso-product-group-offer-information td {
	text-align: left;
	box-shadow: none !important;
	padding: 0 !important;
}
.wso-product-group-offer-information td:first-child {
	display: none;
}
.wso-product-group-offer-information td a {
	position: relative;
	margin-left: 25px;
}
.wso-product-group-offer-information td a:before {
    content: '\e86b';
    position: absolute;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    content: '\e865';
    font-family: "Linearicons", Arial, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    background: none !important;
	width: 22px !important;
    height: 22px !important;
    top: .1em !important;
    left: -30px !important;
}

/* ============================================
   PHYSICAL PRODUCT DETAIL PAGE
   ============================================ */
#Wrapper .wso-section-physical-product {
	padding-bottom: 0 !important;
}
.wso-physical-product-img {
	padding-right: 5%;
}
.wso-physical-product-img .mcb-wrap-inner {
	position: relative;
}
.wso-physical-product-img .mcb-wrap-inner:after {
    content: "";
    display: block;
    clear: both;
}
.wso-physical-product-img img {
	width: 100%
}
#Wrapper .wso-physical-product-price {
    position: absolute;
    top: 50%;
    left: 0;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 170px !important;
    margin: 0;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
    line-height: 1.3em;
}
.wso-physical-product-price::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 170px !important;
    border: 20px solid;
    border-radius: 50%;
    background-color: white;
    border-color: #f0f0f0;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -11;
}
.wso-physical-product-price .price {
	color: #1d1d1b !important;
	font-weight: 900;
}
.wso-physical-product-desc .cart {
	margin-top: 40px;
}
.woocommerce .wso-section-physical-product .quantity input.qty {
	background-color: #f0f0f0 !important;
	border: none;
	-webkit-border-radius: 80px 0 0 80px;
	-moz-border-radius: 80px 0 0 80px;
	border-radius: 80px 0 0 80px;
	padding: 18px 11px 18px 20px;
	font-size: .8em;
	font-weight: 300;
}

/* ============================================
   PHYSICAL PRODUCT´GRID AND SKIN
   ============================================ */
@media only screen and (min-width: 768px) {
	.wso-physical-product-slider .tg-grid-wrapper {
		margin: 0 -35px !important;
	}
	.tg-wso-physical-product .tg-item-media-inner {
		min-height: 450px;
		padding-right: 30px;
	}
	.tg-wso-physical-product .tg-item-title {
		min-height: 114px !important;
		color: #db0720 !important;
	}
}
@media only screen and (min-width: 1240px) {
	.tg-wso-physical-product .tg-item-media-inner {
		padding-right: 30px;
	}
}
.tg-wso-physical-product .tg-item-content-holder {
	padding-top: 40px;
	padding-left: 40px;
	border-left: 2px solid #db071f;
}
#Wrapper .tg-wso-physical-product-add-to-card-button a,
#Wrapper .tg-item-cart-button a {
	padding: 0 !important;
	padding-left: 30px !important;
	border: none !important;
	text-transform: none !important;
	font-size: 1em !important;
	background-color: transparent !important;
	color: #db0720 !important;
}
#Wrapper .tg-wso-physical-product-add-to-card-button a::before,
#Wrapper .tg-item-cart-button a::before {
    content: '';
    background: url(/wp-content/uploads/icon-cart-red.svg);
    background-repeat: no-repeat!important;
    background-size: 21px 17px !important;
    background-position: left center!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 17px;
}
.tg-wso-physical-product-button {
	vertical-align: top !important;
}
.tg-wso-physical-product-button a:hover {
	text-decoration: underline !important;
}
.tg-wso-physical-product-button.tg-element-3 {
	margin-left: 15px !important;
	padding-left: 15px !important;
	border-left: 2px solid #1d1d1b !important;
}
.tg-wso-physical-product .added_to_cart {
	display: none !important;
}

/* ============================================
   Sticky container
============================================ */
.wso-sticky-anchor .wrap.one-third {
    position: static !important;
}
.wso-sticky:not(.stick):not(.stick-absolute) {
    top: inherit !important;
}
.wso-sticky {
	margin: 0;
	width: 100%;
}
.wso-sticky.stick {
    position: fixed !important;
}
.wso-sticky.stick-absolute {
    position: absolute !important;
    top: auto !important;
}

/* =================
   Accordion
   ================= */
#Wrapper .wso-section-product-intro .accordion + h3{
	margin-top: 65px;
}
#Wrapper .wso-section-product-intro .accordion .question {
	border: 2px solid #d0d0d0 !important;
	margin-bottom: 25px !important;
	padding-left: 35px !important;
	padding-right: 35px !important;
}
#Wrapper .wso-section-product-intro .accordion .title {
	border: none !important;
}
#Content .wso-section-product-intro .accordion .question .title {
	font-size: 1.1em;
	padding: 25px 0 !important;
	padding-right: 70px !important;
}
#Wrapper .wso-section-product-intro .accordion .title::before {
	display: none !important;
}
#Wrapper .wso-section-product-intro .accordion .title::after {
	top: 15px !important;
	-webkit-background-size: 30px auto;
       -moz-background-size: 30px auto;
         -o-background-size: 30px auto;
            background-size: 30px auto;
}
#Wrapper .wso-section-product-intro table th, 
#Wrapper .wso-section-product-intro table td {
	text-align: left;
	border: none !important;
	box-shadow: none !important;
	padding: 0;
}

/* =================
   Product List	
   ================= */
.wso-section-product-group-list {
   	overflow: hidden;
}
.wso-section-product-group-list .question {
	clear: both;
}
.wso-section-product-group-list .section.mcb-section.wso-section-decoration.top-right-1:nth-child(even) {
	padding-top: 80px !important;
}
.wso-section-product-group-list .section:nth-child(even)::after {
	display: none;
}
.wso-section-product-group-list .section:nth-child(odd) {
	background-color: #f0f0f0;
}
.wso-section-product-group-list h2 {
	margin-bottom: 65px;
}
.column.wso-product-list-item {
	position: relative;
	background-color: #f0f0f0;
	box-sizing: border-box;
	-webkit-border-radius: 80px 0 0 80px;
	-moz-border-radius: 80px 0 0 80px;
	border-radius: 80px 0 0 80px;
	line-height: 1.4em !important;
	-webkit-transition: all .3s ease !important;
	-moz-transition: all .3s ease !important;
	-o-transition: all .3s ease !important;
	transition: all .3s ease !important;
}
.column.wso-product-list-item:hover {
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -wekit-transform: translateY(-2px);
    transform: translateY(-2px);
	-webkit-box-shadow: 0 5px 25px rgba(50, 50, 93, 0.05), 0 8px 15px rgba(0,0,0,.07);
	   -moz-box-shadow: 0 5px 25px rgba(50, 50, 93, 0.05), 0 8px 15px rgba(0,0,0,.07);
	        box-shadow: 0 5px 25px rgba(50, 50, 93, 0.05), 0 8px 15px rgba(0,0,0,.07);
}
.wso-section-product-group-list .section:nth-child(odd) .column.wso-product-list-item {
	background-color: #ffffff;
}
#Content .column.wso-product-list-item a {
	padding: 18px 18px 18px 85px;
	display: block;
	font-weight: 400;
	color: inherit !important;
	text-decoration: none;
}
.column.wso-product-list-item.wso-product-list-item-new {
	background-image: url(/wp-content/uploads/icon-new.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.column.wso-product-list-item-update {
	background-image: url(/wp-content/uploads/icon-update.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 55px auto;
	-moz-background-size: 55px auto;
	-o-background-size: 55px auto;
	background-size: 55px auto;
	background-position: 20px center;	
}
html[lang="en-GB"] .column.wso-product-list-item.wso-product-list-item-new {
	background-image: url(/wp-content/uploads/icon-new-en.svg);
}
.column.wso-product-list-item:nth-child(2n + 3) {
    clear: both;
}
@media only screen and (min-width: 960px) {
	.column.wso-product-list-item {
		width: 46%;
		margin-right: 0;
		margin-left: 0;
	}
	.column.wso-product-list-item:nth-child(even) {
		float: right;
	}
}

/* =================
   Course List	
   ================= */
.column.wso-product-course-list-item {
    width: 100%;
    margin: 0;
}
.column.wso-product-course-list-item:hover {
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -wekit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.column.wso-product-course-list-item:not(:last-child) {
    border-bottom: 2px solid #d0d0d0;
}
#Content .column.wso-product-course-list-item a {
	font-weight: 400;
	color: inherit !important;
	padding: 15px 0;
	display: block;
}
.wso-product-course-list-item-title {
	width: 60% !important;
	display: inline-block;
}
.wso-product-course-list-item-subtitle {
	color: #8d8d8d;	
}
.wso-product-course-list-item-shortcut,
.wso-product-course-list-item-duration {
	width: 20% !important;
	display: inline-block;
	color: #db071f;
	vertical-align: top;
}
.wso-product-course-list-item-duration {
	text-align: right;
}
#Wrapper .wso-section-product-course-list a.wso-button {
	margin-bottom: 1em;
}
.postid-11354 .wso-section-course-structure,
.postid-11354 .wso-section-product-course-list {
	display: none;
}

/* =================
   Booking Popup
   ================= */
.single-wso_product_group .fancybox-content {
	max-width: 1250px;
}
.wso-book-row {
	padding: 45px 60px;
}
body.wso-book-row h2 {
	font-size: 1.8em !important;
	line-height: 1.2em !important;
}
table.bundled_products * {
	box-shadow: none !important;
}
.bundled_product_title_inner > span {
	color: #db071f;
}
table.bundled_products a:hover p {
	text-decoration: underline !important;
}
table.bundled_products {
	margin-top: 30px;
	margin-bottom: 30px;
}
table.bundled_products td {
	background: none !important;
	padding: 0;
	border: none !important;
	text-align: left;
}
table.bundled_products td.bundled_item_details_col {
	border-bottom: 2px solid #d0d0d0 !important;
	padding: 18px 0;
}
table.bundled_products thead,
table.bundled_products .bundled_item_qty_col,
table.bundled_products .bundled_item_images_col,
table.bundled_products .variations .label,
table.bundled_products .reset_bundled_variations {
	display: none !important;
}
table.bundled_products .variations .value {
	padding: 0 !important;
	border: none;
	padding-left: 30px !important;
	position: relative;
}
table.bundled_products .bundled_product_excerpt,
table.bundled_products .bundled_product_title {
	font-size: 1em !important;
	line-height: 1.5em;
	font-weight: 400;
	text-align: left;
}
table.bundled_products .bundled_product_excerpt,
table.bundled_products .bundled_product_title,
table.bundled_products .bundled_item_cart_content {
	float: left;
}
table.bundled_products .bundled_product_title {
	width: 40% !important;
	text-align: left;
	padding-right: 3%;
	box-sizing: border-box;
}
@media only screen and (min-width: 960px) {
	table.bundled_products .bundled_product_excerpt {
		width: 10% !important;
	}
	table.bundled_products .bundled_item_cart_content {
		width: 50% !important;
	}
}
table.bundled_products .bundled_item_cart_content select {
	width: 100%;
	margin-bottom: 0 !important;
}
table.bundled_products table.variations {
	margin-bottom: 0 !important;
}
#price_with_cur {
	font-size: 1.3em;
	font-weight: 700 !important;
}
.bundle_wrap {
	margin-top: 25px;
}
table.bundled_products #price_with_cur {
	font-size: 1em;
}
.bonus-text,
.bundled_item_cart_details .out-of-stock {
	display: block;
	font-size: .85em !important;
	line-height: 1.2em !important;
	font-weight: 300;
}
table.bundled_products .single_variation_wrap.bundled_item_wrap,
.wso-book-row .bundle_unavailable {
	display: none !important;
}
.bundle_wrap .quantity {
	display: inline-block;
}
.bundle_wrap .input-text {
	font-size: 17px !important;
	line-height: 39px !important;
	border-color: #d0d0d0 !important;
	width: 80px;
}
.bundle_wrap .out-of-stock {
	display: none !important;
}


/* =================
   Course Struture List	
   ================= */
.column.wso-product-course-structure-item {
	width: auto !important;
	position: relative;
	background-color: #db071f;
	margin: 0;
	clear: none;
}
.column.wso-product-course-structure-item::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 25px;
	height: 51%;
	z-index: 1;
	background-color: #f0f0f0;
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	transform-origin: 100% 0%;
}
.column.wso-product-course-structure-item::after {
	content: "";
	position: absolute;
	bottom: -1%;
	right: 0;
	width: 25px;
	height: 51%;
	z-index: 1;
	background-color: #f0f0f0;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
	transform-origin: 100% 100%;
}
.column.wso-product-course-structure-item:last-child::before,
.column.wso-product-course-structure-item:last-child::after {
	width: 50px;
	right: -25px
}
.column.wso-product-course-structure-item:first-child {
	position: absolute;
	height: 100% !important;
}
#Content .column.wso-product-course-structure-item a {
	display: block;
	color: #ffffff !important;
	font-weight: 700;
	padding: 20px 30px;
	text-decoration: none;
}
.column.wso-product-course-structure-item a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
}
.column.wso-product-course-structure-item:hover a::before {
	background-color: rgba(255, 255, 255, 0.3);
}
.column.wso-product-course-structure-item.wso-product-course-structure-item-exam a::before {
	background-color: rgba(240, 240, 240, 0.40);
}
.column.wso-product-course-structure-item.wso-product-course-structure-item-exam:hover a::before {
	background-color: rgba(240, 240, 240, 0.55);
}
.column.wso-product-course-structure-item:first-child {
	display: none;
}
.column.wso-product-course-structure-item:nth-child(even) {
	margin-bottom: 15px !important;
}

/*SONDERLÃƒâ€“SUNG SGU*/
@media only screen and (min-width: 768px) {
	.postid-2663 .column.wso-product-course-structure-item:not(:first-child) {
		min-width: 115px;
	}
}
.postid-2663 .column.wso-product-course-structure-item:nth-child(2),
.postid-2663 .column.wso-product-course-structure-item:nth-child(6) {
	/* height: 50.5%; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.postid-2663 .column.wso-product-course-structure-item:nth-child(2) {
	border-bottom: 1px solid #f0f0f0;
}
.postid-2663 .column.wso-product-course-structure-item:nth-child(6) {
	border-top: 1px solid #f0f0f0;
}
.postid-2663 .column.wso-product-course-structure-item:nth-child(2) a,
.postid-2663 .column.wso-product-course-structure-item:nth-child(6) a {
	padding: 0px 30px !important;
	font-size: .8em;
}
.postid-2663 .column.wso-product-course-structure-item:nth-child(2)::before,
.postid-2663 .column.wso-product-course-structure-item:nth-child(6)::after {
	height: 103%;
}
.postid-2663 .column.wso-product-course-structure-item:nth-child(6) {
	position: absolute;
	bottom: 0;
}
.postid-2663 .column.wso-product-course-structure-item:nth-child(4),
.postid-2663 .column.wso-product-course-structure-item:nth-child(8),
.postid-2663 .column.wso-product-course-structure-item:nth-child(2)::after,
.postid-2663 .column.wso-product-course-structure-item:nth-child(6)::before {
	display: none;
}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */
.single-product .sections_group>.section>.section_wrapper {
    max-width: 100% !important;
    padding: 0 !important;
}
.single-product .woocommerce-content {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

/* =================
   Event Date List	
   ================= */
.wso-section-product-event-list .variations {
	padding: 0 !important;
	background: transparent !important;
}
.wso-section-product-event-list .attribute-termin .value tr {
	background-color: #f0f0f0;
}
.wso-section-product-event-list .attribute-termin .value td {
	/* display: block !important; */
	width: 500px!important;
}
.wso-section-product-event-list .attribute-termin .label {
	display: none;
}
.wso-product-event-list-item .column:not(.wso-product-event-list-place) {
	text-align: center;
}
.wso-product-event-list-item .wso-product-event-list-price strong {
	margin-right: 5px;
}
.wso-product-event-list-item .column {
	position: relative;
}
@media only screen and (min-width: 768px) {
	.wso-product-event-list-item .column {
		min-height: 198px;
	}
	.wso-product-event-list-button {
		float: right;
	}
}
@media only screen and (min-width: 768px) {
	.wso-product-event-list-item {
		background-color: #f0f0f0;
		-webkit-border-radius: 120px 0 0 120px;
		-moz-border-radius: 120px 0 0 120px;
		border-radius: 120px 0 0 120px;
		height: 100%;
		font-size: .85em !important;
		line-height: 1.7em !important;
		margin-bottom: 25px;
	}
	.wso-product-event-list-item .column:not(:first-child):not(:last-child) {
		border-right: 3px solid white;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.wso-product-event-list-item .column:not(.wso-product-event-list-place) .column_attr {
		top: 50%;
		height: auto !important;
		width: 100%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
		padding: 10% 7%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	.wso-product-event-list-item .column.wso-product-event-list-place .column_attr {
		padding: 10% 7%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.wso-product-event-list-item .column.wso-product-event-list-price strong {
		display: block;
	}
	.wso-product-event-list-item .column.wso-product-event-list-date {
		width: 16%;
	}
	.wso-product-event-list-item .column.wso-product-event-list-place {
		width: 20%;
	}
	.wso-product-event-list-item .column.wso-product-event-list-date .column_attr {
		max-width: 150px !important;
	}
	.wso-product-event-list-item .column.wso-product-event-list-date .column_attr::after {
		content:'';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 150px;
		height: 150px;
		background-color: #ffffff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		z-index: -1;
	}
	.wso-product-event-list-item .column.wso-product-event-list-date {
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
}
.wso-product-event-list-item .column.wso-product-event-list-price a {
	font-weight: 300;
}
.wso-product-event-list-item .column strong {
	color: #db071f;
}
.wso-product-event-list-item a.button {
	margin-top: 0 !important;
	font-size: .8em !important;
	line-height: 1.7em !important;
}
.postid-13170 .wso-section-product-event-list,
.postid-12598 .wso-section-product-event-list,
.postid-490 .wso-section-product-event-list {
	/* display: none; */
}

/* ============================================
   WSO CERTIFACTION SEARCH
   ============================================ */
.wso-search-form .column {
	padding-top: 0 !important;
	margin-bottom: 25px !important;
}
.wso-search-form button {
	margin: 1em 0 1em;
}
.wso-search-form span.wpcf7-form-control-wrap input,
.wso-search-form span.wpcf7-form-control-wrap select,
.wso-sidebar .column.wso-facet .facetwp-search-wrap input,
#Wrapper .wso-sidebar .fs-label-wrap,
.wso-product-group-request span.wpcf7-form-control-wrap input,
.wso-product-group-request span.wpcf7-form-control-wrap select,
#Wrapper .wso-product-group-request .fs-label-wrap {
	background-color: #ffffff !important;
}
.wso-search-form span.wpcf7-form-control-wrap input:focus,
.wso-search-form span.wpcf7-form-control-wrap select:focus,
.wso-search-form span.wpcf7-form-control-wrap input:hover,
.wso-search-form span.wpcf7-form-control-wrap select:hover {
	background-color: #f1f1f1 !important;
}
@media only screen and (min-width: 960px) {
	.wso-column-one-second-small {
		width: 42% !important;
	}
}
@media only screen and (min-width: 768px) {
	.wso-search-form .one-second.column {
		width: 46%;
		margin-right: 0;
		margin-left: 0;
	}
	.wso-search-form .one-second.column:nth-child(odd) {
		float: right;
	}
}
#Content .wso-section-search-form {
	padding-bottom: 0 !important;
}
.wso-section-search-form h2 {
	margin-bottom: .7em;
}
.wso-section-search-form-person .column.wso-facet-button {
	text-align: left;
}
#Content .wso-section-search-form-results {
	padding-top: 20px !important;
}
.tg-error-msg,
.wso-no-results-found,
p.out-of-stock {
	font-size: 1.3em !important;
	line-height: 1.3em;
	font-weight: 900;
	color: #1d1d1b !important;
}
#Content p.out-of-stock a {
	color: #1d1d1b !important;
	font-weight: 900;
	text-decoration: underline;
}
html[lang="en-GB"] .tg-error-msg {
	color: transparent !important;
}
html[lang="en-GB"] .tg-error-msg::before {
	content: 'Unfortunately your search was unsuccessful. Please check your settings and your spelling.';
	position: absolute;
	color: #db071f !important;
}

/* =================
   Accordion
   ================= */
table th,
table tr:first-child td {
    box-shadow: none !important;
}
.wso-section-search-form-results .answer .wrap {
	padding: 1% 0;
}
.wso-section-search-form-results .answer .wrap:not(:last-child) {
	border-bottom: 2px solid #d0d0d0;
}
.wso-section-search-form-results .answer .mcb-wrap .column {
	margin-bottom: 0;
}
.wso-section-search-form-results .answer .mcb-wrap .one-second.column:nth-child(odd) {
	font-weight: 700;
}

/* =================
   Table
   ================= */
.wso-section-search-form-results table.dataTable.no-footer {
    border: none !important;
}
.wso-section-search-form-results table th,
.wso-section-search-form-results table tr,
.wso-section-search-form-results table td {
	box-shadow: none !important;
	background: transparent !important;
	text-align: left;
}
.wso-section-search-form-results table th {
	border-bottom-color: #868686 !important;
}

/* ============================================
   WOOCOMMERCE MESSAGES
   ============================================ */
.woocommerce-message::before,
.woocommerce-error::before {
	display: none;
}
.woocommerce-notices-wrapper {
	max-width: 1220px;
	margin: 0 auto;
}
.woocommerce-NoticeGroup {
	margin-bottom: 50px;
}
.woocommerce-error.alert, 
.woocommerce-info.alert, 
.woocommerce-message.alert {
	background: #f0f0f0;
	color: #1d1d1b;
	border-radius: 0;
	-webkit-border-radius: 80px 0 0 80px;
	-moz-border-radius: 80px 0 0 80px;
	border-radius: 80px 0 0 80px;
	padding: 20px 55px 20px 99px!important;
	margin-top: 30px;
}
.woocommerce-form-register .woocommerce-error.alert, 
.woocommerce-form-register .woocommerce-info.alert, 
.woocommerce-form-register .woocommerce-message.alert {
	background: #ffffff;
}
#customer_login .woocommerce-error.alert, 
#customer_login .woocommerce-info.alert, 
#customer_login .woocommerce-message.alert {
	background-color: white;
}
.wso-book-row .alert_success, 
.single-product .alert_success,
.woocommerce-cart .alert_success {
	background-color: #86c6a1;
}
.wso-book-row .alert_success *,
.single-product .alert_success *,
.woocommerce-cart .alert_success *,
.single-product .alert a.close i {
	color: white !important;
}
.wso-book-row .woocommerce-error.alert, 
.wso-book-row .woocommerce-info.alert, 
.wso-book-row .woocommerce-message.alert {
	margin-top: 0;
}
.alert .alert_icon {
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	background: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-right: 3px solid #ffffff !important;
	width: 75px;
	height: 100% !important;
}
.alert .alert_icon i {
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.woocommerce-error::after, 
.woocommerce-error::before, 
.woocommerce-info::after, 
.woocommerce-info::before, 
.woocommerce-message::after, 
.woocommerce-message::before {
	color: #1d1d1b;
	top: 1.35em;
}
.alert a.close {
	top: 30px;
}
.alert a, 
.alert a:hover {
	color: #1d1d1b;
	text-decoration: underline;
}
.alert .wc-forward {
    float: right;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #f0f0f0;
    padding: 50px;
}
.icon-cancel:before {
    content: '\e963';
}
.icon-alert::before {
	font-family: 'the_grid';
    content: "\e611";
}
.icon-check::before {
	font-family: 'the_grid';
    content: "\e612";
}

/* ============================================
   WOOCOMMERCE LOGIN & REGISTRATION
   ============================================ */
.woocommerce-form-login button {
	margin-bottom: 25px !important;
}
.lost_password {
	font-weight: 700;
}

/* ============================================
   WOOCOMMERCE CART & CHECKOUT
   ============================================ */
.woocommerce-cart #Content,
.woocommerce-checkout #Content,
.woocommerce-account #Content {
	padding: 60px 0 6% !important;
}
@media only screen and (min-width: 1240px) {
	.woocommerce-cart-form {
		display: inline-block;
		width: 68% !important;
		padding-right: 5%;
		-webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
	}
	.cart-collaterals {
		width: 32% !important;
		display: inline-block;
		vertical-align: top;
		margin: 18px 0 20px;
		float: right;
		background-color: #f0f0f0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 38px 35px 0;
		box-sizing: border-box !important;
	}
}
.woocommerce ul#shipping_method li label {
	color: #1d1d1b;
}
.woocommerce-shipping-destination {
	font-size: .8em;
	line-height: 1.4em;
}
.woocommerce .shop_table th, 
.woocommerce .shop_table td {
	padding: 10px 5px !important;
	box-shadow: none !important;
	border-color: #d0d0d0 !important;
	border-width: 2px !important;
}
.woocommerce .shop_table td.product-price {
	text-align: left;
}
.order-total strong {
	font-weight: 400;
}
.woocommerce table th,
.woocommerce .cart-collaterals h2,
.woocommerce form .form-row label {
	background: none !important;
	font-weight: 700 !important;
	border-color: #e5e5e5 !important;
	color: #1d1d1b;
	/* font-size: .8em; */
	line-height: 1.8em !important;
}
.woocommerce-checkout form .form-row label {
	font-size: .9em;
}
.woocommerce .cart-collaterals h2 {
	font-size: .8em !important;
	line-height: 1.8em !important;
}
.woocommerce-form__label-for-checkbox {
	font-size: 1em !important;
}
h3 .woocommerce-form__label-for-checkbox {
	margin-bottom: 0 !important;
}
h3 input[type="checkbox"] + span {
	line-height: 1.25em !important;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
	font-size: 1em !important;
	font-weight: 300;
	border: 2px solid #d0d0d0;
}
.wso-novalidate input {
    border-color: #d0d0d0 !important;
}
.wso-novalidate label {
	color: #1d1d1b !important;
}
.wso-wc-select span {
	position: relative;
	display: block;
}
.select2-container .select2-selection--single {
	font-size: 1em !important;
	font-weight: 300;
	height: auto !important;
	padding: 10px;
	border: 2px solid #d0d0d0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-bottom: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 4px 8px;
    width: 100%;
    color: inherit;
    font-size: inherit;
    line-height: 20px;
    font-weight: 300;
    border: 1px solid #e1e1e1;
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
select::-ms-expand {
    display: none;
}
.dark table th,
.dark table td,
.dark .cart-collaterals h2,
.dark .woocommerce form .form-row label {
	color: #ffffff;
}
table th.product-name {
	/* position: absolute; */
	left: 11px;
}
.woocommerce .shop_table th.product-thumbnail {
	width: 0 !important;
	min-width: 0 !important;
}
.woocommerce .shop_table .product-thumbnail a img,
.wc-gzd-product-name-left img {
    width: 75px;
    height: 104px !important;
}
.woocommerce table.shop_table {
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}
.woocommerce .shop_table .product-thumbnail {
	text-align: left;
	padding-left: 0 !important;
	display: none;
}
.woocommerce .quantity input.qty {
	background: none !important;
	/* padding-right: 28px; */
	border-color: #e5e5e5 !important;
	margin-bottom: 0;
}
.dark .woocommerce .quantity input.qty {
	border-color: #ffffff !important;
}
.woocommerce div.product form.cart div.quantity {
	margin-right: 15px;
}
.woocommerce .shop_table .product-remove a.remove {
	background: none !important;
	border: 1px solid #e5e5e5 !important;
	color: #1d1d1b !important;
}
.woocommerce table.cart a.remove span {
	display: none;
}
.woocommerce .shop_table .product-remove a.remove::before {
    content: '\e963';
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .4em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .4em;
}
.woocommerce .shop_table td.actions {
	padding: 30px 0 !important;
}
.woocommerce .shop_table td.actions .coupon .input-text {
	background: none !important;
	width: auto;
	border-width: 0px 0px 1px !important;
	padding: 10px 11px !important;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.cart-collaterals .cart_totals {
	width: 100% !important;
	min-width: auto !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.style-simple table:not(.recaptchatable) tfoot th {
	text-align: left;
	font-weight: 400 !important;
	font-size: 0.9em !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
	text-align: right;
	/* border-color: #e5e5e5 !important; */
}
.woocommerce-cart .wc-proceed-to-checkout {
	width: 100% !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 1em;
}
.woocommerce td.product-name,
.woocommerce td.product-name a {
	font-style: normal;
	font-size: 1em !important;
	line-height: 1.3em;
	margin-bottom: 13px !important;
	display: block;
	font-weight: 700;
	color: #db071f;
}
.woocommerce-table--order-details td.product-name a {
	display: inline-block
}

.order-total strong span {
	font-weight: 700;
}
.bundled_table_item, 
.bundled_table_item td {
	font-size: .9em;
}
.woocommerce .product-name .bundled-product-name {
	color: #1d1d1b;
	font-weight: 400 !important;
	font-size: .9em !important;
}
.woocommerce .product-name .bundled-product-name a {
	color: #1d1d1b;
	font-weight: 400 !important;
}
.woocommerce .product-name strong {
	font-weight: inherit;
}
.woocommerce td.product-name dl.variation dt {
	display: none;
}
.woocommerce .shop_table .product-name .variation > dd {
	margin-bottom: 10px;
	color: #575756 !important;
}
.woocommerce form .form-row .required {
	color: inherit !important;
	text-decoration: none !important;
}
span.required::before {
	display: none !important;
}
.woocommerce-checkout-review-order {
	position: relative;
}
/*
@media only screen and (min-width: 960px) {
	.woocommerce-checkout #customer_details {
		float: left !important;
		width: 48% !important;
	}
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2 {
		float: left !important;
		width: 100% !important;
		margin-bottom: 10% !Important;
	}
	.woocommerce-checkout #order_review,
	.woocommerce-checkout #order_review_heading {
		float: right !important;
		width: 48% !important;
		position: relative;
	}
}
*/
@media only screen and (max-width: 959px) {
	h3#order_review_heading {
		margin-top: 25px !important;
	}
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background-color: #f0f0f0;
    font-weight: 300;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f0f0f0;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.bundled_table_item_price:before, 
.bundled_table_item_subtotal:before {
	display: none;
}
@media only screen and (min-width: 768px) {
	.woocommerce .col2-set .col-1 {
		margin-bottom: 35px;
	}
	body:not(.woocommerce-account) .woocommerce .col2-set .col-2 {
		margin-bottom: 35px;
		width: 100%;
	}
	.woocommerce .col2-set .col-1:nth-child(even) {
		float: right;
	}
}
.wso-shipping-comment {
	width: 100% !important;
	margin-bottom: 75px;
}
.col2-set:not(#customer_details) h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	width: 100% !important;
}
.woocommerce-account #Content h2 {
	font-size: 1.5em !important;
	line-height: 1.2em !important;	
}
.woocommerce-account .woocommerce-table__product-name a {
	pointer-events: none !important;
}
.woocommerce-MyAccount-content .woocommerce-Message--info {
	background-color: transparent !important;
	padding: 0 !important;
	color: #1d1d1b;
}
.woocommerce-MyAccount-content .woocommerce-Message--info a.button {
	display: none;
}
@media only screen and (min-width: 960px) {
	.woocommerce-company-user-field h4 {
		padding-left: 40px;
	}
	.woocommerce-company-user-field h4 {
		background-image: url(/wp-content/uploads/icon-person-black.svg);
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-o-background-size: 30px auto;
		background-size: 30px auto;
		background-position: left center;
		background-repeat: no-repeat;
	}
}
.wso-checkout-reset {
	position: absolute !important;
	right: 1%;
	top: 14px;
}
.woocommerce-account .addresses address:after {
	display: none !important;
}
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
	width: 100% !important;
}
.woocommerce-MyAccount-content .section {
	padding-top: 0 !important;
}
.woocommerce-MyAccount-content .section .section_wrapper {
	padding: 0 !important;
}
.woocommerce-MyAccount-content input[type="submit"] {
	margin-top: 35px !important;
}

/*ORDER RECEIVED*/
.woocommerce-order-received .woocommerce-thankyou-order-received {
	background: none;
	border: none;
	padding-left: 0;
	font-size: 2em;
	line-height: 1em;
	font-weight: 300;
}
.woocommerce-order-received table.shop_table {
	background: none;
}
.woocommerce-order-received table.shop_table td,
.woocommerce-order-received table.shop_table tr,
.woocommerce-order-received table.shop_table th {
	text-align: left !important;
}
.woocommerce-order-received table.shop_table td strong,
.woocommerce-order-received table.shop_table tr strong,
.woocommerce-order-received table.shop_table th strong {
	font-weight: 400;
}

.woocommerce-order-received .woocommerce-order {
	padding-bottom: 100px;
}
.woocommerce-order-received .woocommerce ul.order_details li {
	border-right-style: solid;
	text-transform: none;
	font-size: .8em;
}
.woocommerce ul.order_details li strong {
	color: #1d1d1b;
}
.woocommerce ul.order_details li:last-of-type {
    border: none;
}
.woocommerce-order-received #Content h2 {
	font-size: 1.5em !important;
}
address:before,
.woocommerce-customer-details--phone::before,
.woocommerce-customer-details--email::before {
	display: none;
}
address {
	border: none !important;
	background: none !important;
	padding-left: 0 !important;
	font-size: 1em !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-left: 0;
}

/*CART EMPTY*/
.cart-empty.alert.alert_warning {
	background: none;
	color: #000000;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	font-weight: 300 !important;
	padding: 0;
	text-align: left;
}
.cart-empty.alert.alert_warning a.close,
.cart-empty.alert.alert_warning .alert_icon,
.woocommerce-cart .return-to-shop {
	display: none;
}
p.return-to-shop {
	text-align: center;
}

/* =================
   Megamenu animation
   ================= */

.top_bar_left .menu > li.mfn-megamenu-parent > a {
    position: relative !important;
}
.top_bar_left .menu > li.mfn-megamenu-parent > a::before {
	content: "";
	position: absolute;
	-webkit-box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.05);
	top: 100% !important;
	margin-top: -8px;
	left: 50% !important;
	margin-left: -10px !important;
	width: 16px !important;
	height: 16px !important;
	z-index: 999 !important;
	opacity: 0 !important;
	background-color: white !important;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: translate3d(0,15px,0) rotate(45deg) !important;
	-moz-transform: translate3d(0,15px,0) rotate(45deg) !important;
	-ms-transform: translate3d(0,15px,0) rotate(45deg) !important;
	-o-transform: translate3d(0,15px,0) rotate(45deg) !important;
	transform: translate3d(0,15px,0) rotate(45deg) !important;
}
#Top_bar.is-sticky .top_bar_left .menu > li.mfn-megamenu-parent > a::before {
	background-color: white !important;
	margin-top: 2px !important;
	display: block !important;
	-webkit-transition: all .5s ease !important;
	-moz-transition: all .5s ease !important;
	-o-transition: all .5s ease !important;
	transition: all .5s ease !important;
	top: 96px!important;
}
.top_bar_left .menu > li.mfn-megamenu-parent.hover > a::before {
    opacity: 1 !important;
    -webkit-transform: translate3d(0,0,0) rotate(45deg) !important;
    -moz-transform: translate3d(0,0,0) rotate(45deg) !important;
    -ms-transform: translate3d(0,0,0) rotate(45deg) !important;
    -o-transform: translate3d(0,0,0) rotate(45deg) !important;
    transform: translate3d(0,0,0) rotate(45deg) !important;
    -webkit-transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
#Top_bar.is-sticky .top_bar_left .menu > li.hover.mfn-megamenu-parent > a span::before {
	content: "";
	display: block;
	position: absolute;
	top: 80%;
	height: 100px;
	left: 0;
	right: 0;
}
@media only screen and (min-width: 1240px) {
	.top_bar_left .menu > li.mfn-megamenu-parent > .mfn-megamenu {
		display: block !important;
		max-height: 0 !important;
		overflow: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		padding: 0 30px !important;
		-webkit-box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1) !important;
		   -moz-box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1) !important;
				box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1) !important;
	}

	#Top_bar .top_bar_left .menu > li.mfn-megamenu-parent > .mfn-megamenu {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
	}
	.top_bar_left .menu > li.mfn-megamenu-parent > .mfn-megamenu {
		width: 100% !important;
		display: block !important;
		-webkit-transform: translate3d(0,15px,0) !important;
		   -moz-transform: translate3d(0,15px,0) !important;
			-ms-transform: translate3d(0,15px,0) !important;
			 -o-transform: translate3d(0,15px,0) !important;
				transform: translate3d(0,15px,0) !important;
		-webkit-transition: max-height 1s ease 1s, opacity .5s ease, transform .5s ease, padding .5s ease 1s !important;
		   -moz-transition: max-height 1s ease 1s, opacity .5s ease, transform .5s ease, padding .5s ease 1s !important;
			 -o-transition: max-height 1s ease 1s, opacity .5s ease, transform .5s ease, padding .5s ease 1s !important;
				transition: max-height 1s ease 1s, opacity .5s ease, transform .5s ease, padding .5s ease 1s !important;
	}
}

.top_bar_left .menu > li.mfn-megamenu-parent:not(.hover) > .mfn-megamenu,
.top_bar_left .menu > li.mfn-megamenu-parent:not(.hover) > .mfn-megamenu * {
	pointer-events: none !important;
}

.top_bar_left .menu > li.mfn-megamenu-parent.hover > .mfn-megamenu {
    max-height: 1000px !important;
    padding: 30px !important;
    opacity: 1 !important;
    pointer-events: all !important;
    visibility: visible !important;
    -webkit-transition: max-height 0s ease, opacity .5s ease, transform .5s ease, padding 0s ease 0s !important;
       -moz-transition: max-height 0s ease, opacity .5s ease, transform .5s ease, padding 0s ease 0s !important;
         -o-transition: max-height 0s ease, opacity .5s ease, transform .5s ease, padding 0s ease 0s !important;
            transition: max-height 0s ease, opacity .5s ease, transform .5s ease, padding 0s ease 0s !important;
    -webkit-transform: translate3d(0,0,0) !important;
       -moz-transform: translate3d(0,0,0) !important;
        -ms-transform: translate3d(0,0,0) !important;
         -o-transform: translate3d(0,0,0) !important;
            transform: translate3d(0,0,0) !important;
}

@media only screen and (min-width: 960px) {
	#Top_bar.is-sticky .top_bar_left {
		position: static !important;
	}
}

#Top_bar.is-sticky .top_bar_left .menu .mfn-megamenu {
    margin: 25px 1% 0 !important;
    left: 0;
    width: 98% !important;
}


/* ============================================
 *    WSO custom sidebar
 * ============================================ */

html.wso-active-sidebar {
    overflow-y: hidden;
}

#wso-sidebar-parent {
    position: fixed;
    width: 750px;
    left: 100%;
    max-width: 100%;
    max-width: -webkit-calc(100vw - 60px);
    max-width:    -moz-calc(100vw - 60px);
    max-width:         calc(100vw - 60px);
    top: 0;
    height: 100%;
    background-color: #e7e7e7;
    z-index: 999;
    will-change: transform;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#wso-sidebar-parent.wso-active {
	-webkit-transform: translate(-100%,0);
	   -moz-transform: translate(-100%,0);
	    -ms-transform: translate(-100%,0);
	     -o-transform: translate(-100%,0);
	        transform: translate(-100%,0);
	-webkit-transform: translate3d(-100%,0,0);
	   -moz-transform: translate3d(-100%,0,0);
	    -ms-transform: translate3d(-100%,0,0);
	     -o-transform: translate3d(-100%,0,0);
	        transform: translate3d(-100%,0,0);
	will-change: transform;
    -webkit-transition: transform .5s ease-in-out;
       -moz-transition: transform .5s ease-in-out;
         -o-transition: transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
}

#wso-sidebar-body-overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 998;
    opacity: 0;
    cursor: crosshair;
    pointer-events: none;
    -webkit-transition: top 0s linear .36s, opacity .35s ease;
       -moz-transition: top 0s linear .36s, opacity .35s ease;
         -o-transition: top 0s linear .36s, opacity .35s ease;
            transition: top 0s linear .36s, opacity .35s ease;
}

#wso-sidebar-parent.wso-active + #wso-sidebar-body-overlay {
    pointer-events: all;
    opacity: 1;
    top: 0;
    -webkit-transition: top 0s linear, opacity .6s ease;
       -moz-transition: top 0s linear, opacity .6s ease;
         -o-transition: top 0s linear, opacity .6s ease;
            transition: top 0s linear, opacity .6s ease;
}

.wso-sidebar {
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
}

.wso-sidebar-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 10%;
    -webkit-overflow-scrolling: touch;
}

#wso-sidebar-toggles {
    position: absolute;
    left: -60px;
    top: 300px;
}

#wso-sidebar-toggles li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 10px 0;
    background-color: #f0f0f0;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

#wso-sidebar-parent.wso-active li.wso-active,
#wso-sidebar-toggles li:hover {
    background-color: #e7e7e7;
}

#wso-sidebar-toggles li:nth-child(1) {
    background-image: url(/wp-content/uploads/icon-certificate-black.svg);
    -webkit-background-size: 43px auto;
       -moz-background-size: 43px auto;
         -o-background-size: 43px auto;
            background-size: 43px auto;
}

#wso-sidebar-toggles li:nth-child(2) {
    background-image: url(/wp-content/uploads/icon-download-black.svg);
    -webkit-background-size: 38px auto;
    -moz-background-size: 38px auto;
    -o-background-size: 38px auto;
    background-size: 38px auto;
}

#wso-sidebar-toggles li:nth-child(3) {
    background-image: url(/wp-content/uploads/icon-person-black.svg);
    -webkit-background-size: 38px auto;
       -moz-background-size: 38px auto;
         -o-background-size: 38px auto;
            background-size: 38px auto;
}

/* =================
   Close Button
   ================= */


#wso-sidebar-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 80px;
    z-index: 9;
    cursor: pointer;
}

#wso-sidebar-close:hover {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}

#wso-sidebar-close:before,
#wso-sidebar-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 1px;
    background-color: #1d1d1b !important;
}

#wso-sidebar-close:before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
       -moz-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
         -o-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
}

#wso-sidebar-close:after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
       -moz-transform: translate(-50%,-50%) rotate(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
         -o-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
}

/* =================
   Scrollbar Fixes
   ================= */

@media only screen and (min-width: 1399px) {
	html.wso-active-sidebar body,
	html.wso-active-sidebar #Top_bar {
		max-width: -webkit-calc(100vw - 16px);
		max-width:    -moz-calc(100vw - 16px);
		max-width:         calc(100vw - 16px);
	}
	#wso-sidebar-parent {
		left: -webkit-calc(100vw - 15px);
		left:    -moz-calc(100vw - 15px);
		left: 		  calc(100vw - 15px);
	}
	#wso-sidebar-parent.wso-active {
		-webkit-transform: translate(-100%,0) translate(-100%,0);
		   -moz-transform: translate(-100%,0) translate(-100%,0);
			-ms-transform: translate(-100%,0) translate(-100%,0);
			 -o-transform: translate(-100%,0) translate(-100%,0);
				transform: translate(-100%,0) translate(-100%,0);
		-webkit-transform: translate3d(-100%,0,0) translate3d(15px,0,0);
		   -moz-transform: translate3d(-100%,0,0) translate3d(15px,0,0);
			-ms-transform: translate3d(-100%,0,0) translate3d(15px,0,0);
			 -o-transform: translate3d(-100%,0,0) translate3d(15px,0,0);
				transform: translate3d(-100%,0,0) translate3d(15px,0,0);
	}
	.wso-sidebar-content {
		padding: 70px 55px 70px 70px;
	}
}

/* ============================================
 *    WSO custom sidebar CONTENT
   ============================================ */

#wso-sidebar-parent .wso-sidebar-content > .mcb-section,
#wso-sidebar-parent .wso-sidebar-content > .mcb-section > .section_wrapper > .wrap,
#wso-sidebar-parent .wso-sidebar-content > .mcb-section > .section_wrapper > .wrap > .mcb-wrap-inner > .column {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
} 
@media only screen and (min-width: 960px) {
	#wso-sidebar-parent .wso-sidebar-content > .mcb-section,
	#wso-sidebar-parent .wso-sidebar-content > .mcb-section > .section_wrapper > .wrap,
	#wso-sidebar-parent .wso-sidebar-content > .mcb-section > .section_wrapper > .wrap > .mcb-wrap-inner > .column {
		max-width: 573px;
	} 	
}

#wso-sidebar-parent .facetwp-overlay {
	display: none !important;
}

#wso-sidebar-parent {
    color: #1d1d1b;
    text-align: left;
}

#wso-sidebar-parent .facetwp-facet {
    margin-bottom: 0;
    position: relative;
}

.wso-sidebar-downloads .wso-facet {
	padding-top: 0 !important;
}

.wso-sidebar-downloads .wso-sidepanel-subtitle {
    border-top: 2px solid white;
    padding-top: 30px;
    margin-top: 10px;
    padding-bottom: 20px;
}

ul.wso-list-downloads {
    margin: 0;
    list-style: none;
}

#Wrapper ul.wso-list-downloads li a {
    color: #db071f !important;
    font-weight: 400 !important;
    padding-left: 30px;
    padding: 4px 0 4px 44px;
    margin: 0 !important;
    background-image: url(/wp-content/uploads/icon-download-red.svg);
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 28px 26px;
       -moz-background-size: 28px 26px;
         -o-background-size: 28px 26px;
            background-size: 28px 26px;
}

/* ============================================
   Search Facets
   ============================================ */

.column.wso-facet .facetwp-search-wrap input,
#Wrapper .fs-label-wrap .fs-label {
    padding: 17px 52px 17px 18px;
}
#Wrapper .facetwp-type-fselect .fs-label-wrap .fs-label {
    padding-left: 0;
}

#Wrapper .column.wso-facet .facetwp-facet {
    /* height: 54px; */
    overflow: hidden;
    margin-bottom: 0;
}

#Wrapper .column.wso-facet .facetwp-type-fselect {
	overflow: visible;
}

.column.wso-facet .facetwp-search-wrap input,
#Wrapper .facetwp-type-fselect .fs-search input,
#Wrapper .column.wso-facet .facetwp-facet {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

#Wrapper .facetwp-facet * {
    outline-color: transparent !important;    
}
.column.wso-facet .facetwp-search-wrap input,
#Wrapper .facetwp-type-fselect:not(.column),
#Wrapper .facetwp-type-fselect .fs-wrap {
	position: relative;
	width: 100%;
	outline: none;
	font-weight: 400;
}

.column.wso-facet .facetwp-search-wrap input,
#Wrapper .fs-label-wrap {
    border: none;
}

.column.wso-facet .facetwp-search-wrap i {
	display: none !important;
}

#Wrapper .fs-arrow {
    display: none;
}

#Wrapper .fs-label:before { 
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 100%;
    border: none;
    right: 0;
    background-image: url(/wp-content/uploads/icon-arrow-down-black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 22px auto;
       -moz-background-size: 22px auto;
         -o-background-size: 22px auto;
            background-size: 22px auto;
}

#Wrapper .fs-wrap.fs-open :before { 
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

#Wrapper .facetwp-type-fselect .fs-dropdown {
    width: 100%;
    border: none;
    margin-top: 0;
    padding-top: 0;
    z-index: 99999;
}

#Wrapper .fs-dropdown .fs-options {
	max-height: 280px;
	overflow-x: hidden;
}

#Wrapper .facetwp-type-fselect .fs-search {
    border-top: 1px solid #e7e7e7;
    margin: 0;
    padding: 0;
}

#Wrapper .facetwp-type-fselect .fs-search input {
    margin: 0;
    font-size: 16px;
    color: #1d1d1b;
}

#Wrapper .facetwp-type-fselect .fs-search input:focus {
    background-color: #ffffff !important;
}

#Wrapper .fs-option,
#Wrapper .facetwp-type-fselect .fs-search input,
#Wrapper .fs-no-results {
    font-size: 15px;
    line-height: 1.2em;
    word-break: keep-all;
}

#Wrapper .fs-no-results {
    background-color: #db071f;
    color: white;
}

#Wrapper .facetwp-type-fselect .fs-search input,
#Wrapper .fs-option,
#Wrapper .fs-no-results {
    padding: 10px 18px;
}

#Wrapper .fs-wrap .fs-option {
    padding-left: 50px !important;
}

.facetwp-type-fselect .fs-option .fs-option-label {
    white-space: normal !important;
}

#Wrapper .fs-wrap .fs-option.selected .fs-checkbox i {
    background-color: #db071f;
}

#Wrapper .fs-wrap .fs-option .fs-checkbox i {
    left: 19px;
    border-radius: 0;
}

#Wrapper .facetwp-type-fselect .facetwp-counter {
    /* display: none; */
}

/*
#Wrapper .fs-wrap.multiple.fs-open {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1);
}*/

#Wrapper .facetwp-type-fselect .fs-dropdown {
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
}

.fs-dropdown .fs-search {
    display: none!important;
}

.column.one.wso-facet-button,
.column.one.wso-facet {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.column.one.wso-facet-button .wso-button {
	margin-top: 0;
}

.column.one-second.wso-facet {
    width: -webkit-calc(50% - 10px);
    width:    -moz-calc(50% - 10px);
    width:         calc(50% - 10px);
}
.column.one.wso-facet-button.downloads {
    text-align: left;
    margin-top: 10px;
}
.column.wso-facet {
    margin-bottom: 20px;
}
.wso-facet-wrap {
	margin-bottom: 40px;
	z-index: 9;
}
.wso-facet-wrap .column {
	margin-bottom: 0;
}
.wso-facet-wrap .wso-button {
	width: 100%;
    margin-top: 0;
    padding: 13px 20px;
}
/*
.column.wso-facet:nth-child(2n + 3) {
    clear: both;
}*/
.column.one-second.wso-facet:nth-child(2n+1) {
    margin-right: 10px;
    margin-left: 0;
}
.column.one-second.wso-facet:nth-child(2n+2) {
    margin-left: 10px;
    margin-right: 0;
}
.column.one.wso-facet-hint {
    padding-top: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.column.one.wso-facet-hint .wso-tip {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
}
.column.wso-facet-button {
    text-align: center;
    padding-top: 0 !important;
    margin-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
	#Wrapper .column.wso-facet,
	#Wrapper .column.one-second.wso-facet {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}	
}

/* =================
   Checkbox Facet
   ================= */
   
.facetwp-type-checkboxes {
    height: auto !important;
}

.facetwp-type-checkboxes .facetwp-counter {
    display: none;
}

.facetwp-type-checkboxes .facetwp-checkbox {
    margin: 0 !important;
    position: relative;
    background-image: none;
    padding: 4px 12px 4px 34px;
    cursor: pointer !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.facetwp-type-checkboxes .facetwp-checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #1d1d1b;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.facetwp-type-checkboxes .facetwp-checkbox:hover::before {
    background-color: #ffffff;    
}

.facetwp-type-checkboxes .facetwp-checkbox.checked::before {
    background-color: #db071f;
}



@media only screen and (min-width: 768px) {
    .facetwp-type-checkboxes .facetwp-checkbox {
        display: inline-block !important;
        width: 50%;

    }    
}

/* =================
   Facet Pager
   ================= */

#Wrapper .wso-facet-pager {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-bottom: 40px !important;
    margin-top: 20px;
}

.facetwp-counts,
.facetwp-pager {
    padding: 8px 2px;
}

.facetwp-counts::after {
	content: ' Treffer';
}

html[lang="en-GB"] .facetwp-counts::after {
	content: ' results';
}

.facetwp-pager {
    text-align: right;
}

a.facetwp-page.last-page {
    margin-right: 0;
}

.facetwp-template {
    margin-bottom: 30px;
}

.facetwp-slider-label + div {
    position:  absolute;
    top: 0;
    right: 0;
}

.facetwp-type-slider > .facetwp-overlay {
	opacity: 0 !important;
}

#Wrapper .facetwp-slider-reset {
    background: transparent !important;
    height: auto !important;
    line-height: inherit !important;
    margin-right: 0 !important;
    padding: 0 !important;
    display: none !important;
}

.facetwp-page:not(.active):first-of-type::before {
    margin-right: 2px !important;
}

#Wrapper .facetwp-page.active:first-of-type {
    margin-left: 0 !important;
}
#Wrapper .facetwp-page.active:last-of-type {
    margin-right: 0 !important;
}
#Wrapper .facetwp-page {
    color: #b9b9b9;
    text-decoration: none !important;
    margin: 0;
    padding: 0 5px;
    position: relative;
    /* width: 13px; */
    text-align: center;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    font-weight: 300;
}

#Wrapper .facetwp-page.active {
    color: #db071f !important;
    /* text-decoration: underline !important; */
    font-weight: 700;
    background-color: #dadada00 !important;
    width: 18px;
    margin: 0 3px;
}

.facetwp-page:hover {
    color: black !important;
}

.facetwp-page,
.facetwp-pager > .facetwp-page:first-of-type::before {
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	     -o-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
    -webkit-transition: all .3s ease !important;
       -moz-transition: all .3s ease !important;
         -o-transition: all .3s ease !important;
            transition: all .3s ease !important;
}

.facetwp-facet .noUi-handle:after, 
.facetwp-facet .noUi-handle:before {
    top: 8px;
    margin-left: 1px;
}

.fs-option[data-value="team"],
.fs-option[data-value="netzwerkpartner"],
.fs-option[data-value="autor"],
.fs-option[data-value="network-partner"],
.fs-option[data-value="top-downloads"],
.fs-option[data-value="top-downloads-english"],
.fs-option[data-value="page"] {
	display: none;
}
/*
.fs-option[data-value="post"] .fs-option-label {
	color: transparent;
}
.fs-option[data-value="post"] .fs-option-label::before {
	content: 'News';
	    color: #1d1d1b;
}*/

/* ============================================
 *    SIDE SLIDE - mobile menu
 * ============================================ */
#Top_bar .wso-slide-side,
#Top_bar .lang-item,
#Side_slide .wso-menu-productgroups-slider ul,
#Side_slide .wso-menu-productgroups-slider {
	display: none !important;
}

@media only screen and (max-width: 1239px) {
	#Side_slide {
		will-change: transform;
	}	
}

#Side_slide {
	-webkit-overflow-scrolling: touch;
	right: auto !important;
	left: 100% !important;
	height: auto !important;
	bottom: 0 !important;
	border-bottom-width: 5px !important;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}

#Side_slide.wso-active {
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    overflow-x: hidden;
}

#body_overlay {
	display: block !important;
	height: 0 !important;
	opacity: 0;
	-webkit-transition: opacity .6s ease, height 0s linear .61s !important;
	   -moz-transition: opacity .6s ease, height 0s linear .61s !important;
	     -o-transition: opacity .6s ease, height 0s linear .61s !important;
	        transition: opacity .6s ease, height 0s linear .61s !important;
}

#Side_slide.wso-active + #body_overlay {
	height: 120% !important;
	opacity: 1;
	-webkit-transition: opacity .6s ease, height 0s linear !important;
	   -moz-transition: opacity .6s ease, height 0s linear !important;
	     -o-transition: opacity .6s ease, height 0s linear !important;
	        transition: opacity .6s ease, height 0s linear !important;
}

#Side_slide .extras {
    padding: 0 !important;
    background-color: rgba(255, 0, 0, 0) !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
    top: auto !important;
    display: block !important;
    background-image: url(/wp-content/uploads/istock-905746192.jpg);
    background-position: center 0 !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    z-index: -1;
}

#Side_slide .extras::before {
    pointer-events: none;
    content: "";
    position: relative;
    display: block;
    height: 140px;
    margin-top: -60px;
    background-color: rgba(219, 7, 31, 0.75);
    background-image: url(/wp-content/uploads/logo-white-on-red-german.svg);
    background-position: center 75%;
    background-size: 60% auto;
    background-repeat: no-repeat;
}
html[lang="en-GB"] #Side_slide .extras::before {
    background-image: url(/wp-content/uploads/logo-white-on-red-english.svg);
}
#Side_slide .extras::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: 1;
    pointer-events: none;
    background-image: url(/wp-content/uploads/vector-background-bottom-left-1.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#Side_slide .extras .action_button {
    background-color: rgba(219, 7, 31, 0.75) !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 16px 45px 18px !important;
    border: none !important;
    border-radius: 0;
    font-weight: 900;
}

#Side_slide .close-wrapper a.close {
	color: #ffffff !important;
	margin: 8px 8px 0 0;
}

#Side_slide #menu ul li.submenu .menu-toggle {
	opacity: .5 !important;
}

#Side_slide #menu ul {
	position: relative;
	padding-bottom: 45px;
}
#Side_slide.light #menu ul li ul {
	padding-bottom: 0;	
}
#Side_slide #menu ul li:first-child {
    border-top: none;
}
#Side_slide #menu ul li a {
	padding: 13px 5px 13px 20px;
	font-weight: 700;
	margin-right: 20px;
}
#Side_slide #menu ul li ul li a,
#Side_slide #menu ul li ul li ul li a {
	font-size: 15px;
	font-weight: 400;
}
#Side_slide .wso-slide-side-top {
	position: absolute !important;
	bottom: 0;
	width: 50% !important;
	border: none !important;
}
#Side_slide .wso-slide-side-top:last-child {
	right: 0;
}
#Side_slide #menu ul li.wso-slide-side-top a {
	font-size: 1em;
	margin: 0;
	color: #db071f !important;
	text-align: center;
	padding: 0;
}
#Side_slide .lang-item {
	position: absolute !important;
	top: -200px;
	width: auto !important;
	border: none !important;
}
#Side_slide .lang-item:not(.lang-item-first) {
	left: 35px;
}
#Side_slide #menu ul li.lang-item a {
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	color: #ffffff !important;
	text-align: center;
	padding: 3px 5px 3px 20px;
}
#Side_slide .lang-item:not(.lang-item-first)::after {
	display: none;
}
#Side_slide .lang-item::after {
	background-color: #ffffff;
}

/* ============================================
   Campaign Slider
   ============================================ */
   
.wso-section-campaign-slider.section,
.wso-section-campaign-slider.section .wrap {
    padding: 0 !important;
}
.tg-wso-campaign-slider .wso-slider-content {
    max-width: 900px !important;
}
.tg-wso-campaign-slider .tg-item-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
#Content .tg-wso-campaign-slider .wso-slider-content h2,
.tg-wso-campaign-slider .wso-slider-content h3,
.tg-wso-campaign-slider .wso-slider-content p {
    color: #1d1d1b !important;
}
.tg-wso-campaign-slider .wso-slider-content .wso-subtitle {
    font-weight: 900 !important;
    color: #db071f !important;
    font-size: 30px !important;
    line-height: 34px !important;
    letter-spacing: 0px !important;
    margin-bottom: 15px !important;
}
.tg-wso-campaign-slider.f145 .tg-item-image {
    background-position: center top !important;
}
.tg-wso-campaign-slider.f146 .tg-item-image {
    background-position: center center !important;
}
.tg-wso-campaign-slider.f146 .tg-item-image {
    background-position: center bottom !important;
}
.wso-section-campaign-slider .tg-slider-bullets li span {
    border-color: #1d1d1b !important;
}

/* ============================================
   EOQ FORMULAR
   ============================================ */
.wpcf7-eoq-form span.wpcf7-form-control-wrap .wpcf7-date, 
.wpcf7-eoq-form span.wpcf7-form-control-wrap .wpcf7-quiz, 
.wpcf7-eoq-form span.wpcf7-form-control-wrap .wpcf7-number, 
.wpcf7-eoq-form span.wpcf7-form-control-wrap .wpcf7-select, 
.wpcf7-eoq-form span.wpcf7-form-control-wrap .wpcf7-text, 
.wpcf7-eoq-form span.wpcf7-form-control-wrap .wpcf7-textarea,
.wpcf7-eoq-form p,
.wpcf7-list-item label {
	font-size: .85em;
	line-height: 1.9em;
}
.wpcf7-eoq-form .mcb-wrap {
    margin-bottom: 0;
}
.wpcf7-eoq-form p {
	font-weight: 400;
}
.wpcf7-eoq-form h3 {
	margin-top: 25px !important;
}
.wpcf7-eoq-form h4 {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 0 !important;
}
.wpcf7-eoq-form .one.column:first-child h3 {
	margin-top: 0 !important;
}

/* ============================================
   404 ERROR
   ============================================ */
body.error404 {
	height: auto !important;
}
body.error404 .wso-section-trust {
	background-color: #db0720 !important;
}
body.error404 h3,
body.error404 #Footer a {
	color: #1d1d1b !important;
}

/* ============================================
   RESPONSIV
   ============================================ */
.wso-section-main-services.wso-section-decoration img {
	height: 110px !important;
	width: auto;
}
@media only screen and (max-width: 1549px) {
	.wso-section-facts .wso-side-facts .column_visual::after {
		left: -110px;
		width: 90px;
		height: 90px;
		font-size: 35px;
		line-height: 90px;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual::after {
		right: -110px;
	}
	.span.wpcf7-form-control-wrap .wpcf7-select, 
	table.bundled_products select {
		padding-right: 50px;
	}
	table.bundled_products .variations .value {
		padding-left: 10px !important;
	}
	table.bundled_products select {
		font-size: .85em !important;
		padding-left: 15px !important;
		padding-right: 35px;
	}
	table.bundled_products .variations .value::before {
		width: 40px;
		-webkit-background-size: 16px auto;
		   -moz-background-size: 16px auto;
			 -o-background-size: 16px auto;
				background-size: 16px auto;
	}
	#Wrapper .wso-physical-product-price {
		position: absolute;
		top: 20px;
		left: auto;
		right: -12px;
		width: 150px !important;
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.wso-physical-product-price::after {
		height: 150px !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1549px) {
	.wso-section-facts .wso-side-facts .column_visual {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	}
	.wso-section-facts:not(.wso-section-10-facts) .wso-side-facts .column_visual:nth-child(3) {
		margin-left: 17% !important;
		padding-right: 24% !important;
	}
	.wso-section-facts:not(.wso-section-10-facts) .wso-side-facts .column_visual:nth-child(2),
	.wso-section-facts:not(.wso-section-10-facts) .wso-side-facts .column_visual:nth-child(4) {
		margin-left: 2% !important;
		padding-right: 5% !important;
	}
	.wso-section-facts .wso-side-facts:nth-child(3) .column_visual:nth-child(2),
	.wso-section-facts .wso-side-facts:nth-child(3) .column_visual:nth-child(4) {
		margin-left: 8% !important;
		padding-right: 8% !important;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:nth-child(2),
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:nth-child(4) {
		margin-left: -8% !important;
		padding-left: 8% !important;
	}
	.wso-section-facts .wso-side-facts:nth-child(3) .column_visual:nth-child(1),
	.wso-section-facts .wso-side-facts:nth-child(3) .column_visual:last-child {
		margin-left: -50% !important;
		width: 130%;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:nth-child(1), 
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:last-child {
		margin-left: 50% !important;
	}
	.wso-section-facts .wso-side-facts:nth-child(3) .column_visual:nth-child(3) {
		margin-left: 32% !important;
		padding-right: 32% !important;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts:nth-child(2) .column_visual:nth-child(3) {
		margin-left: -32% !important;
		padding-left: 32% !important;
	}
}
@media only screen and (max-width: 1239px) {
	body,
	h4,
	#Footer .widgets_wrapper h4,
	#Footer .widgets_wrapper p,
	#Footer .widgets_wrapper a,
	#Footer .widgets_wrapper li,
	.tg-wso-news-slider .wso-news-content p.wso-news-excerpt, 
	.tg-wso-news-slider .wso-news-content a.wso-news-read-more {
		font-size: 17px !important;
		line-height: 30px !important;
	}
	h1:not(.wso-heading-small),
	h2:not(.wso-heading-small),
	.tg-wso-slider:not(:first-of-type) .wso-slider-content h2 {
		font-size: 55px !important;
		line-height: 64px !important;
	}
	h3,
	.wso-heading-small,
	.wso-section-chapter h2,
	.tg-wso-news-slider h2,
	.tg-wso-news-slider h3,
	.tg-wso-campaign-slider .wso-slider-content .wso-subtitle,
	.tg-wso-slider .wso-slider-content p,
	.tg-wso-slider:first-of-type .wso-slider-content h2,
	.wso-section-event-info h4 {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	.tg-wso-slider:first-of-type .wso-slider-content h2 {
	    font-size: 30px !important;
		line-height: 34px !important;
	}
	.tg-wso-slider:first-child .facetwp-search {
		font-size: 55px;
	}
	.facetwp-search-wrap .facetwp-btn {
		max-height: 67px !important;
	}
	.wso-section-campaign-slider,
	.wso-section-campaign-slider .tg-grid-wrapper,
	.wso-section-campaign-slider .tg-grid-slider,
	.wso-section-campaign-slider .tg-grid-holder,
	.wso-section-campaign-slider .tg-item,
	.wso-section-campaign-slider .tg-item-image {
		height: -webkit-calc(50vh) !important;
		height:    -moz-calc(50vh) !important;
		height:         calc(50vh) !important;
		min-height: 370px;
		max-height: 680px;
	}
	.wso-section-intro.mcb-section {
		padding-top: 200px !important;
		padding-bottom: 90px !important;
	}
	body .wso-home-intro-slider .tg-center-holder,
	.wso-home-intro-slider .tg-slider-bullets-holder {
		max-width: 920px !important;
		margin: 0 auto;
	}
	.wso-home-intro-slider .tg-grid-area-bottom1 {
		/* right: 30px !important; */
	}
	.wso-section-facts .wrap:first-child {
		width: 100% !important;
	}
	body:not(.page) .wso-section-trust .column_visual {
		max-width: 700px;
	}
	.wso-section-product-intro .wrap {
		width: 100%;
	}
	#Content .column.wso-product-course-structure-item a {
		padding: 13px 25px 13px 20px;
		font-size: .9em;
	}
	.wso-product-event-list-item .column.wso-product-event-list-date .column_attr::after {
		width: 135px;
		height: 135px;
	}
	.woocommerce-notices-wrapper {
		max-width: 90%;
	}
	.wso-book-row {
		padding: 30px;
	}
	table.bundled_products .bundled_product_excerpt,
	table.bundled_products .bundled_product_title,
	.bundled_item_unavailable {
		font-size: .85em !important;
		line-height: 1.5em !important;
	}
	#customer_details .col-1 {
		width: 100%;
	}
	.column.wso-facet .facetwp-search-wrap input,
	#Wrapper .facetwp-type-fselect .fs-search input,
	#Wrapper .column.wso-facet .facetwp-facet {
		font-size: 17px;
	}
	.wso-facet-wrap .wso-button {
		padding: 11px 20px;
	}
	#Top_bar.is-sticky .menu > li > a span:not(.description),
	#Top_bar.is-sticky a.action_button {
		font-size: 16px;
	}
	#Footer .footer_copy .copyright,
	#Footer .footer_copy .social {
		width: 100%;
		text-align: center;
	}
	#Footer .footer_copy .social {
		margin-top: 25px;
	}
	.tg-slider-bullets {
		margin-top: -3px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
	#Top_bar:not(.is-sticky) .top_bar_left {
		padding-top: 50px;
	}
	#Top_bar.is-sticky .logo {
		display: none;
	}
	#Top_bar .menu > li > a {
		font-size: 17px;
	}
	.top_bar_left .menu-main > li > a span {
		padding: 0 9px !important;
	}
	#Top_bar.is-sticky .menu_wrapper{
		float: left !important;
	}
	#Top_bar.is-sticky .menu-main > li:first-child > a span {
		padding-left: 0 !important;
	}
	.menu > li > ul.mfn-megamenu > .submenu > a {
		color: #db071f !important;
		font-size: 25px;
		line-height: 30px;
	}
	.menu li ul li {
		font-size: .9em;
		line-height: 1.65em;
	}
	#Action_bar .wso-menu-phone {
		display: none !important;
	}
	.wso-section-facts:not(.wso-section-10-facts) .wrap:first-child {
		display: none;
	}
	.wso-section-facts:not(.wso-section-10-facts) .wrap.wso-main-fact {
		top: 50%;
		left: 0;
		-webkit-transform: translate(0,-50%) !important;
		-moz-transform: translate(0,-50%) !important;
		-ms-transform: translate(0,-50%) !important;
		-o-transform: translate(0,-50%) !important;
		transform: translate(0,-50%) !important;
	}
	.wso-section-facts .wso-side-facts {
		padding-left: 0;
	}
	/*
	.wso-section-chapter .section .wrap .column p,
	.wso-section-chapter .section .wrap .column li {
		font-size: 17px !important;
		line-height: 31px !important;
	}*/
	.wso-product-event-list-item {
		font-size: .8em !important;
		line-height: 1.5em !important;
	}
	.wso-physical-product-slider .tg-grid-wrapper {
		margin: 0 -50px !important;
	}
	.tg-wso-physical-product .tg-item-media-inner {
		min-height: 553px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
	#Top_bar:not(.is-sticky) #logo img {
		width: 240px !important;
		height: auto !important;
		margin-top: -50px !important;
	}
	#wso-sidebar-toggles {
		top: 50%;
	}
}
@media only screen and (max-width: 959px) {
	body,
	h4,
	#Footer .widgets_wrapper h4,
	#Footer .widgets_wrapper p,
	#Footer .widgets_wrapper a,
	#Footer .widgets_wrapper li,
	.tg-wso-news-slider .wso-news-content p.wso-news-excerpt, 
	.tg-wso-news-slider .wso-news-content a.wso-news-read-more { 
		font-size: 17px !important;
		line-height: 30px !important;
	}
	h1:not(.wso-heading-small),
	h2:not(.wso-heading-small),
	.tg-wso-slider:not(:first-of-type) .wso-slider-content h2 {
		font-size: 45px !important;
		line-height: 52px !important;
	}
	h3,
	.wso-heading-small,
	.wso-section-chapter h2,
	.tg-wso-news-slider h2,
	.tg-wso-news-slider h3,
	#Footer .footer_action a,
	.tg-wso-campaign-slider .wso-slider-content .wso-subtitle,
	.tg-wso-slider .wso-slider-content p,
	.tg-wso-slider:first-of-type .wso-slider-content h2,
	.wso-section-event-info h4 {
		font-size: 22px !important;
		line-height: 28px !important;
	}
	#social-menu li:not(.wso-menu-float-left) {
		display: none;
	}
	#Content .column.column_accordion ul li::before,
	#Content .column.column_visual ul li::before,
	#Content .column .column_attr ul li:not(.ui-state-default):before {
		top: .8em;
	}
	#Content .column.column_visual ul.wso-list-download li::before,
	#Content .column .column_attr ul.wso-list-download li:not(.ui-state-default):before {
		line-height: .7em;
	}
	.wso-section-intro-slider,
	.wso-section-intro-slider .tg-grid-wrapper,
	.wso-section-intro-slider .tg-grid-slider,
	.wso-section-intro-slider .tg-grid-holder,
	.wso-section-intro-slider .tg-item,
	.wso-section-intro-slider .tg-item-image {
		height: 70vh !important;
		height: 70vh !important;
		height: 70vh !important;
		max-height: 600px;
	}
	.tg-wso-slider .wso-slider-search {
		max-width: 45%;
	}
	#Wrapper a.wso-button,
	.jig-loadMoreButton {
		font-size: 14px !important;
		line-height: 1.5em !important;
		padding: 4px 24px 4px !important;
		margin-top: 1.5em;
	}
	a.button, 
	button, 
	input[type="submit"] {
		font-size: 14px !important;
	}
	.button-stroke a.button .button_icon {
		display: none;
	}
	.button-stroke a.button .button_label {
		padding: 4px 24px 4px !important;
	}
	.tg-wso-product-groups h3 {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	body .wso-home-intro-slider .tg-center-holder,
	.wso-home-intro-slider .tg-slider-bullets-holder {
		max-width: 708px !important;
	}
	.wso-section-facts .wso-side-facts {
		padding-left: 110px;
	}
	.wso-section-facts .wrap:first-child .column_visual {
		text-align: center;
	}
	.wso-section-facts .wrap:not(.wso-main-fact) .column_visual {
		max-width: 100%;
	}
	.wso-section-facts .wrap.wso-main-fact {
		margin-bottom: 50px;
	}
	.wso-main-fact,
	.wso-section-facts .wso-side-facts {
		width: 100% !important;
	}
	.wso-section-chapter .section .wrap,
	.wso-column-img,
	.wso-column-img + .column {
		width: 100% !important;
		height: auto !important;
	}
	.wso-section-chapter .section .wrap:nth-child(2) .column .column_attr,
	.wso-column-img .column_attr {
		padding: 35%;
	}
	.wso-section-chapter .section.wso-chapter-hr:before {
		left: 0;
		right: 0;
	}
	.wso-intro-date {
		padding-left: 0;
	}
	body:not(.page) .wso-section-trust .column_visual {
		max-width: 550px;
	}
	.wso-section-product-group-intro .image_frame {
		width: 100px !important;
		height: 100px;
	}
	.column.wso-product-list-item {
		width: 100%;
	}
	#Content .column.wso-product-course-structure-item a {
		padding: 13px 18px 13px 20px;
		font-size: .7em;
	}
	.column.wso-product-course-structure-item::before,
	.column.wso-product-course-structure-item::after {
		width: 10px;
	}
	.column.wso-product-course-structure-item:last-child::before, 
	.column.wso-product-course-structure-item:last-child::after {
		width: 25px;
		right: -12px;
	}
	.wso-product-event-list-item .column.wso-product-event-list-date .column_attr::after {
		width: 105px;
		height: 105px;
	}
	#Content .wso-round-button {
		width: 200px !important;
	}
	.wso-round-button::after {
		height: 200px !important;		
	}
	.wso-book-row .wso-tip {
		width: 100% !important;
	}
	table.bundled_products .bundled_item_cart_content,
	table.bundled_products .bundled_product_title {
		width: 100% !important;		
	}
	table.bundled_products .bundled_product_excerpt p {
		margin-bottom: 0;
	}
	table.bundled_products .bundled_product_title {
		font-weight: 900;
		font-size: 1em !important;
	}
	.column.wso-facet .facetwp-search-wrap input,
	#Wrapper .facetwp-type-fselect .fs-search input,
	#Wrapper .column.wso-facet .facetwp-facet {
		font-size: 15px;
	}
	.wso-facet-wrap .wso-button {
		padding: 9px 10px;
	}
	#wso-sidebar-parent {
		right: 0 !important;
		width: 100% !important;
		left: auto;
		max-width: none !important;
		height: 75vh !important;
		top: auto !important;
		bottom: 0 !important;
	}
	#wso-sidebar-parent:not(.wso-active) {
		-webkit-transform: translate(0,75vh);
		-moz-transform: translate(0,75vh);
		-ms-transform: translate(0,75vh);
		-o-transform: translate(0,75vh);
		transform: translate(0,75vh);
		-webkit-transform: translate3d(0,75vh,0);
		-moz-transform: translate3d(0,75vh,0);
		-ms-transform: translate3d(0,75vh,0);
		-o-transform: translate3d(0,75vh,0);
		transform: translate3d(0,75vh,0);
	}
	#wso-sidebar-parent.wso-active {
		-webkit-transform: translate(0,0vh);
		-moz-transform: translate(0,0vh);
		-ms-transform: translate(0,0vh);
		-o-transform: translate(0,0vh);
		transform: translate(0,0vh);
		-webkit-transform: translate3d(0,0vh,0);
		-moz-transform: translate3d(0,0vh,0);
		-ms-transform: translate3d(0,0vh,0);
		-o-transform: translate3d(0,0vh,0);
		transform: translate3d(0,0vh,0);
	}
	#wso-sidebar-toggles {
		position: absolute;
		left: 0;
		width: 100%;
		top: -50px;
		text-align: center;
	}
	/*
	#wso-sidebar-toggles::before {
		content: "";
		position: absolute;
		height: 120px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255, 255, 255, 0.65) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(255, 255, 255, 0.65) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255, 255, 255, 0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}*/
	#wso-sidebar-toggles li {
		display: inline-block;
		margin: 0;
	}
	#wso-sidebar-toggles li {
		display: inline-block;
		margin: 0;
		width: 33%;
		-webkit-background-size: 32px auto !important;
		-moz-background-size: 32px auto !important;
		-o-background-size: 32px auto !important;
		background-size: 32px auto !important;
		height: 50px;
	}
	#wso-sidebar-toggles li:first-child {
		float: left;
	}
	#wso-sidebar-toggles li:last-child {
		float: right;
	}
	input[type="checkbox"] + span:before {
	  width: 15px;
	  height: 15px;
	}
	.tg-wso-search-list p span:nth-child(2) {
		width: 65% !important;
	}
	.tg-wso-search-list p span:first-child {
		width: 20% !important;
	}
	#Footer .footer_copy {
		padding-bottom: 50px;
	}
	.answer table {
		width: 100% !important;
		table-layout: fixed;
		font-size: .9em;
	}
	.answer table tr td:first-child {
		width: 22% !important;
	}
	.answer table tr td {
		width: 38% !important;
	}
	.answer table * {
		/* word-break: break-all !important; */
	}
	.wso-section-physical-product .wrap {
		width: 100%
	}
	.wso-physical-product-img {
		margin-bottom: 30px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#Top_bar:not(.is-sticky) a.responsive-menu-toggle {
		color: #ffffff;
		right: 0;
		top: 85px;
	}
	#Top_bar.is-sticky a.responsive-menu-toggle {
		top: 38px;
		right: 0px;
	}
	#Top_bar a.responsive-menu-toggle i {
		font-size: 28px;
	}
	#Top_bar:not(.is-sticky) a#header_cart {
		right: 0;
	}
	#Action_bar .wso-menu-float-left a {
		padding-right: 0!important;
	}
	.wso-section-facts.wso-section-10-facts .wso-side-facts {
		width: 50% !important;
	}
	.wso-product-event-list-item .column {
		min-height: 140px;
	}
	.wso-product-event-list-item {
		font-size: .75em !important;
	}
	.wso-physical-product-img {
		padding: 0 15%;
	}
	.tg-wso-physical-product .tg-item-media-inner {
		min-height: 398px;
	}
}
@media only screen and (max-width: 767px) {
	h1:not(.wso-heading-small),
	h2:not(.wso-heading-small),
	.tg-wso-slider:not(:first-of-type) .wso-slider-content h2 {
		font-size: 40px !important;
		line-height: 48px !important;
	}
	h3,
	.wso-heading-small,
	.wso-section-chapter h2,
	.tg-wso-news-slider h2,
	.tg-wso-news-slider h3,
	.wso-section-10-facts .wso-side-facts .column_visual p,
	.tg-wso-campaign-slider .wso-slider-content .wso-subtitle,
	.tg-wso-slider .wso-slider-content p,
	.tg-wso-slider:first-of-type .wso-slider-content h2,
	.wso-section-event-info h4 {
		font-size: 22px !important;
		line-height: 28px !important;
	}
	.mobile-header-mini #Action_bar {
		/* display: block; */
	}
	.mobile-header-mini #Top_bar {
		height: 60px !important;
	}
	.mobile-header-mini #Top_bar .logo {
		margin-left: 15px !important;
	}
	.mobile-header-mini #Top_bar .top_bar_right {
		width: 35px !important;
		margin-top: 0 !important;
	}
	.wso-section-intro-slider,
	.wso-section-intro-slider .tg-grid-wrapper,
	.wso-section-intro-slider .tg-grid-slider,
	.wso-section-intro-slider .tg-grid-holder,
	.wso-section-intro-slider .tg-item,
	.wso-section-intro-slider .tg-item-image {
		height: 60vh !important;
		height: 60vh !important;
		height: 60vh !important;
		min-height: 380px;
		max-height: 450px;
	}
	body .wso-home-intro-slider .tg-center-holder,
	.wso-home-intro-slider .tg-slider-bullets-holder {
		max-width: 550px !important;
		padding-left: 33px!important;
		padding-right: 33px!important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.wso-home-intro-slider .tg-grid-area-bottom1 {
		right: 20px !important;
		bottom: 20px;
	}
	.tg-wso-slider:not(:first-of-type) .wso-slider-content h2 {
		margin-top: 7%;
	}
	.tg-wso-slider:first-child .facetwp-search {
		font-size: 30px;
	}
	.tg-wso-slider:not(:first-child) .wso-slider-search {
		display: none !important;
	}
	.wso-tg-background-video video {
		display: none;
	}
	.facetwp-search-wrap .facetwp-btn {
		width: 48px;
		max-height: 38px !important;
		-webkit-background-size: auto 70%;
		-moz-background-size: auto 70%;
		-o-background-size: auto 70%;
		background-size: auto 70%;
	}
	.tg-wso-slider:not(:first-of-type) .wso-slider-content,
	.tg-wso-slider:first-child .wso-slider-search {
		top: 10%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.tg-wso-slider:first-child .wso-slider-search {
		top: 30%;
	}
	body .wso-home-intro-slider .tg-center-holder .tg-center-inner {
		position: relative;
	}
	.wso-tip {
		padding-left: 60px;
		margin: 0 0 30px 0;
	}
	.wso-tip::before {
		top: 0;
		width: 50px;
		height: 50px;
		font-size: 25px;
		line-height: 50px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform:none;
	}
	.accordion .title::before, 
	.accordion .title::after {
		width: 38px !important;
		height: 38px !important;
	}
	#Content .accordion .question .title {
		font-size: 1.1em;
		line-height: 1.14em;
	}
	#Wrapper .wso-section-product-intro .accordion .title::after {
		top: 9px !important;
		right: -10px !important;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
		-o-background-size: 24px auto;
		background-size: 24px auto;
	}
	.wso-section-intro.mcb-section {
		padding: 17% 0 !important;
		background-position: center 25% !important;
	}
	.wso-section-main-services .wrap {
		padding-left: 0;
	}
	.wso-section-main-services .column_image,
	.wso-section-main-services .column_visual {
		text-align: center;
	}
	.wso-section-intro-slider + .wso-section-main-services .wrap img {
		height: 60px !important;
	}
	.wso-section-intro-slider + .wso-section-main-services .wrap:last-child img {
		height: 80px !important;
	}
	.wso-section-facts .wso-side-facts .column_visual {
		margin: 0 0 50px 0 !important;
	}
	.wso-section-facts .wso-side-facts {
		padding-left: 80px;
	}
	.wso-section-facts .wso-side-facts .column_visual {
		margin: 0 0 30px 0 !important;
	}
	.wso-section-facts .wso-side-facts .column_visual::after {
		left: -75px;
		width: 60px;
		height: 60px;
		font-size: 25px;
		line-height: 60px;
	}
	.wso-product-groups-vertical-all .wso-productgroup-front img {
		max-width: 10vw !important;
        max-height: 10vw !important;
        margin-bottom: 2px !important;
    }
    .wso-product-groups-vertical-all .wso-productgroup-front h3 {
		font-size: 16px !important;
    	line-height: 20px !important;
    }
    .wso-section-decoration.bottom-right-2::after,
    .wso-section-decoration.bottom-left-2::after,
    .wso-section-decoration.bottom-right-1::after,
    .wso-section-decoration.bottom-left-1::after,
    #Footer .widgets_wrapper::after {
		top: auto;
		height: 200px;
	}
	.wso-section-decoration.top-right-1::after {
		bottom: auto;
		height: 200px;
		background-position: right top;
	}
	.wso-section-decoration.bottom-left-2::after {
		background-image: url(/wp-content/uploads/vector-background-bottom-left-2-mobil.svg);
	}
	.wso-section-decoration.bottom-right-2::after {
		background-image: url(/wp-content/uploads/vector-background-bottom-right-2-mobil.svg);
	}
	.wso-section-decoration.bottom-left-1::after {
		background-image: url(/wp-content/uploads/vector-background-bottom-left-1-mobil-01.svg);
	}
	.wso-section-decoration.bottom-right-1::after {
		background-image: url(/wp-content/uploads/vector-background-bottom-right-1-mobil-01.svg);
	}
	.wso-section-decoration.top-right-1::after {
		background-image: url(/wp-content/uploads/vector-background-top-right-1-mobil-01.svg);
	}
	#Footer .widgets_wrapper::after {
		background-image: url(/wp-content/uploads/vector-background-bottom-left-3-mobil-01.svg);
	}
	.section.mcb-section.wso-section-chapter.wso-section-decoration.top-right-1 {
		padding-top: 40px !important;
		padding-bottom: 0 !important;
	}
	.wso-section-chapter .section .section_wrapper {
		padding: 0 !important;
	}
	.wso-section-chapter::before,
	.wso-section-chapter::after {
		display: none !important;
	}
	.wso-chapter-video-button {
		width: 70px;
		height: 70px;
	}
	.wso-section-event-info .column.one-third:not(:last-child) {
		border-bottom: 1px solid #ffffff;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.wso-author-column {
		text-align: center;
	}
	.tg-slider-bullets li {
		padding-left: 0;
		padding-right: 0;
	}
	.tg-slider-bullets li span {
		width: 12px !important;
		height: 12px !important;
	}
	.tg-slider-bullets li.tg-active-item span {
		border-width: 6px !important;
	}
	.wso-section-product-group-intro.section.mcb-section {
		padding-top: 8% !important;
		padding-bottom: 5% !important;
	}
	.wso-section-product-intro.section.mcb-section {
		padding-top: 45px !important;
		padding-bottom: 40px !important;
	}
	#Content .column.wso-product-list-item a {
		padding: 16px 10px 16px 35px;
	}
	#Content .column.wso-product-list-item.wso-product-list-item-new a,
	#Content .column.wso-product-list-item.wso-product-list-item-update a {
		padding: 16px 12px 16px 65px;
	}
	#Content .column.wso-product-list-item.wso-product-list-item-update {
		-webkit-background-size: 40px auto;
		   -moz-background-size: 40px auto;
			 -o-background-size: 40px auto;
				background-size: 40px auto;
	}
	.column.wso-product-list-item.wso-product-list-item-new {
		background-image: url(/wp-content/uploads/icon-new.svg);
		background-position: 20px center;
		-webkit-background-size: 40px auto;
		   -moz-background-size: 40px auto;
			 -o-background-size: 40px auto;
				background-size: 40px auto;
	}
	html[lang="en-GB"] .column.wso-product-list-item.wso-product-list-item-new {
		background-image: url(/wp-content/uploads/icon-new-en.svg);
	}
	.column.wso-product-course-structure-item:first-child {
		height: 52px !important;
		display: none;
	}
	.column.wso-product-course-structure-item:nth-child(even) {
		width: 75px !important;
		margin-bottom: 15px !important;
	}
	.wso-section-trust .wso-round-button {
		display: none;
	}
	#Wrapper .wso-section-product-intro .accordion .question {
		margin-bottom: 20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#Content .wso-section-product-intro .accordion .question .title {
		padding: 17px 0 !important;
		padding-right: 70px !important;
	}
	.wso-section-product-event-list h2 {
		text-align: center;
	}
	.wso-section-product-event-list .variations .value:not(:last-child) .wso-product-event-list-item {
		margin-bottom: 35px;
		padding-bottom: 35px;
		border-bottom: 2px solid #d0d0d0;
	}
	.wso-product-event-list-item .column:not(.wso-product-event-list-price) {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.wso-product-event-list-item .column.wso-product-event-list-date {
		font-size: 1.2em !important;
	}
	.wso-product-event-list-item .column .column_attr {
		text-align: center !important;
	}
	body.wso-book-row h2 {
		font-size: 1.4em !important;
	}
	#Footer .footer_action .one-fourth.column {
		margin-bottom: 30px;
	}
	#Footer .footer_action .one-fourth.column .wso-footer-img {
		margin-bottom: 10px;
	}
	.fancybox-slide--iframe .fancybox-content {
		width: 90% !important;
	}
	.wso-book-row {
		padding: 25px;
	}
	table.bundled_products select {
		font-size: .75em !important;
		padding-left: 15px !important;
		padding-right: 35px;
	}
	.cart_item.bundled_table_item {
		margin-bottom: 35px;
	}
	.cart_item.bundled_table_item td {
		padding: 0 !important;
	}
	.column.wso-facet .facetwp-search-wrap input,
	#Wrapper .fs-label-wrap .fs-label {
		padding: 13px 52px 13px 18px;
		margin-bottom: 10px;
	}
	#Wrapper .fs-option, #Wrapper .facetwp-type-fselect .fs-search input, 
	#Wrapper .fs-no-results {
		font-size: 14px;
	}
	.wso-facet-wrap .wso-button {
		padding: 4px 10px;
	}
	#Wrapper .wso-facet-pager {
		margin-bottom: 25px !important;
	}
	.facetwp-pager-label {
		display: none!important;
	}
	.wso-facet-pager .one-second.column {
		width: 50% !important;
		clear: none;
	}
	.wso-sidebar-content {
		padding: 65px 6% 10%;
	}
	.wso-sidepanel-title, 
	.wso-sidebar .accordion .title {
		font-size: 20px;
		line-height: 25px;
	}
	.wso-sidepanel-subtitle {
		font-size: 1em;
		line-height: 1.2em;
	}
	.wso-sidebar .accordion .title {
		min-height: 50px;
		padding: 20px 50px 20px 0 !important;
	}
	.wso-sidebar .accordion .question:first-of-type .title {
		padding: 0 50px 20px 0 !important;
	}
	.wso-sidebar .accordion .title::before, .wso-sidebar .accordion .title::after {
		top: 26px !important;
	}
	.alert .wc-forward {
		float: none !important;
		display: block;
	}
	.woocommerce-terms-and-conditions-checkbox-text {
		display: inline !important;
	}
	.woocommerce-order-received .woocommerce ul.order_details li {
		display: block !important;
		float: none;
		border: none;
	}
	.woocommerce-order-received .woocommerce ul.order_details li:not(:last-child) {
		border-bottom: 2px solid #d0d0d0;
		padding-bottom: 10px;
	}
	table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, 
	table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
		background-color: #db071f;
	}
	.wso-search-icon-box {
		display: none;
	}
	.wso-video-column .column_attr {
		padding: 40% 0 !important;
	}
	span.wpcf7-list-item {
		display: block;
	}
	.tg-wso-search-list p span:nth-child(2) {
		width: 60% !important;
	}
	.tg-wso-search-list p span:first-child {
		width: 25% !important;
	}
	#Wrapper .tg-wso-product-groups .wso-productgroup-front, 
	#Wrapper .tg-wso-product-groups .wso-productgroup-back {
		top: 50% !important;
		height: auto !important;
	}
	.woocommerce-error.alert, 
	.woocommerce-info.alert, 
	.woocommerce-message.alert {
		font-size: .75em !important;
		line-height: 1.6em !important;
	}
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		width: 100%;
		box-sizing: border-box;
	}
	.woocommerce-checkout-payment .button {
		margin-bottom: 25px !important;
		width: 100% !important;
		box-sizing: border-box;
		text-align: center;
	}
	.tg-wso-physical-product .tg-item-content-holder {
		padding-top: 30px;
		padding-left: 30px;
	}
	.tg-wso-physical-product-button.tg-element-3 {
		margin-left: 10px !important;
		padding-left: 10px !important;
	}
	.tg-slider-bullets {
		margin-top: -1px;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.wso-section-facts.wso-section-10-facts .wso-side-facts {
		width: 50% !important;
		clear: none;
	}
}
@media only screen and (max-width: 579px) {
	.tg-wso-search-list p span:nth-child(2) {
		width: 55% !important;
	}
	.tg-wso-search-list p span:first-child {
		width: 30% !important;
	}
}
@media only screen and (max-width: 479px) {
	body,
	#Footer .widgets_wrapper h4,
	#Footer .widgets_wrapper p,
	#Footer .widgets_wrapper a,
	#Footer .widgets_wrapper li,
	.tg-wso-news-slider .wso-news-content p.wso-news-excerpt, 
	.tg-wso-news-slider .wso-news-content a.wso-news-read-more {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	h1:not(.wso-heading-small),
	h2:not(.wso-heading-small),
	.tg-wso-slider:not(:first-of-type) .wso-slider-content h2 {
		font-size: 30px !important;
		line-height: 36px !important;
	}
	h3,
	.wso-heading-small,
	.wso-section-chapter h2,
	.tg-wso-news-slider h2,
	.tg-wso-news-slider h3,
	.tg-wso-campaign-slider .wso-slider-content .wso-subtitle,
	.tg-wso-slider .wso-slider-content p,
	.tg-wso-slider:first-of-type .wso-slider-content h2,
	.wso-section-event-info h4 {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.tg-wso-slider:not(:first-of-type) .wso-slider-content h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	.tg-wso-slider:first-child .wso-slider-content {
		max-width: 60%;
	}
	#Content .column.column_accordion ul li::before,
	#Content .column.column_visual ul li::before,
	#Content .column .column_attr ul li:not(.ui-state-default):before {
		top: .5em;
	}
	#Content .column.column_visual ul.wso-list-download li::before,
	#Content .column .column_attr ul.wso-list-download li:not(.ui-state-default):before {
		font-size: 18px;
		line-height: .7em;
	}
	.wso-section-facts .wso-side-facts {
		padding-left: 80px;
	}
	.wso-section-facts .wso-side-facts .column_visual {
		margin: 0 0 30px 0 !important;
	}
	.wso-section-facts .wso-side-facts .column_visual::after {
		left: -75px;
		width: 60px;
		height: 60px;
		font-size: 25px;
		line-height: 60px;
	}
	.wso-product-course-list-item-shortcut {
		width: 100% !important;
	}
	.wso-product-course-list-item-title {
		width: 80% !important;		
	}
	.tg-wso-team .tg-item-media-holder {
		max-width: 150px;
	}
	.wso-sidebar-content {
		padding: 60px 15px 10%;
	}
	#wso-sidebar-close {
		height: 50px;
		width: 50px;
	}
	.tg-wso-download p {
		font-size: .9em;
		line-height: 1.2em;
		padding-left: 25px !important;
	}
	.tg-wso-download p::before {
		font-size: 16px;
		top: 9px;
	}
	.tg-wso-download p span:nth-child(2) {
		width: 60% !important;
	}
	.tg-wso-download p span:nth-child(3) {
		width: 25% !important;
	}
	#Content .tg-wso-search-list p span {
		width: 100% !important;
	}
	#Content .tg-wso-search-list p span:last-child {
		display: none;
	}
	#Content .tg-wso-search-list p span:first-child {
		color: #1d1d1b !important;
	}
	#Footer .footer_copy .social li {
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}
	#Wrapper .wso-physical-product-price {
		top: 5px;
		width: 120px !important;
		font-size: .9em;
	}
	.wso-physical-product-price::after {
		height: 120px !important;
		border-width: 10px !important;
	}
	.tg-slider-bullets {
		margin-top: -3px;
	}
}
@media only screen and (min-width: 370px) and (max-width: 479px) {
	.wso-product-groups-vertical-all .wso-productgroup-front h3 {
		font-size: 14px !important;
		line-height: 16px !important;
	}
}
@media only screen and (max-width: 369px) {
	.wso-product-groups-vertical-all {
		padding: 0 10px;
		box-sizing: border-box !important;
	}
	.wso-product-groups-vertical-all .tg-wso-product-groups .wso-productgroup-front, 
	.wso-product-groups-vertical-all .tg-wso-product-groups .wso-productgroup-back {
		height: auto !important;
	}
	.wso-product-groups-vertical-all .wso-productgroup-front img {
		max-width: 20vw !important;
		max-height: 20vw !important;
		margin-bottom: 2px !important;
	}
	.wso-product-groups-vertical-all .wso-productgroup-front h3 {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.wso-sidepanel-title, .wso-sidebar .accordion .title {
		font-size: 16px;
		line-height: 20px;
	}
}



/* ============================================
   GBS CSS
   ============================================ */
.cs11F7CC5E{
	font-weight:700;
}
.cs1494281{
	font-weight:700;
}
.cs1703897E{
	font-weight:700;
}
.cs19674F09{
	font-weight:700;
}
.cs1DBAFA46{
	font-weight:700;
}
.cs2079068E{
	font-style:italic;
}
.cs23181473{
	font-weight:700;
}
.cs2704EAC8{
	font-weight:700;
	font-style:italic;
}
.cs2725D0C3{
	font-weight:700;
}
.cs277475F4{
	font-weight:700;
}
.cs28B9A335{
	font-style:italic;
}
.cs29448FC9{
	font-style:italic;
}
.cs29CB45A4{
	font-weight:700;
}
.cs29DF296F{
	font-weight:700;
}
.cs2B51B99A{
	font-weight:700;
}
.cs2C663CEE{
	font-weight:700;
}
.cs2CC6577C{
	font-weight: 700;
}
h2 p span {
	font-weight: 900 !important;
}
.cs2CD27288{
}
.cs2CFE75D2{
}
.cs2D2816FE{
}
.cs2E6F448B{
}
.cs2E86D3A6{
}
.cs2F00A314{
	font-style:italic;
}
.cs2F1F1991{
}
.cs304DE2DD{
	font-weight:700;
}
.cs30ABF6F8{
}
.cs30B77DC0{
	font-weight:700;
}
.cs3109B0DC{
}
.cs31590D53{
	font-style:italic;
}
.cs31AF52D0{
}
.cs31C34E58{
	font-style:italic;
}
.cs31D24DEE{
	font-weight:700;
}
.cs3232DC9D{
	font-weight:700;
}
.cs327A19BC{
	font-weight:700;
}
.cs32D4A342{
}
.cs32E60577{
}
.cs3302F5D2{
}
.cs33400EE0{
}
.cs334200AB{
}
.cs33C056D5{
}
.cs33C056D6{
}
.cs343D3681{
}
.cs34AB10C0{
	font-weight:700;
}
.cs359F123B{
}
.cs35BD9B03{
}
.cs362EC6B{
}
.cs372EA8FF{
	font-weight:700;
}
.cs3734D3B8{
}
.cs37B7248A{
}
.cs37C14799{
}
.cs381772D0{
}
.cs382578BA{
}
.cs38C78043{
	font-style:italic
}
.cs38DEAD27{
}
.cs393807C9{
	font-weight:700;
}
.cs3988EACD{
	font-weight:700;
}
.cs3A4479F6{
}
.cs3A447A19{
}
.cs3A9E3856{
}
.cs3AF3888B{
}
.cs3B3AE884{
}
.cs3BBB56D1{
}
.cs3C78FAED{
	font-style:italic;
}
.cs3C85FE35{
}
.cs3D253E6E{
}
.cs3D71E96E{
}
.cs3E231116{
}
.cs3E253AB1{
}
.cs3E25AFDA{
}
.cs3E59D957{
}
.cs3E811BAD{
	font-weight:700;
}
.cs3F2F88BB{
}
.cs3FB9A966{
}
.cs3FE81434{
}
.cs40178A72{
}
.cs40314EBF{
}
.cs405EFFD6{
}
.cs418ED658{
}
.cs4300E783{
}
.cs4354E76B{
}
.cs43CBFA89{
}
.cs44694EDE{
}
.cs44BCBEFC{
}
.cs456945B3{
}
.cs45AFD2CB{
	font-weight:700;
}
.cs4617DEFC{
}
.cs46357D75{
}
.cs4694582A{
}
.cs46981274{
}
.cs46E821D1{
	font-weight:700;
}
.cs46F62C9B{
}
.cs4725E913{
	font-weight:700;
}
.cs478328F8{
}
.cs4796FAB4{
}
.cs47A4E4D5{
}
.cs47A837E4{
}
.cs47E06BE2{
}
.cs47F1B16D{
}
.cs48129E1B{
}
.cs482C0F6B{
}
.cs4833570{
	font-weight:700;
}
.cs4837762{
}
.cs490B700E{
}
.cs49C9ACA9{
}
.cs49F64C58{
}
.cs4A150DD7{
}
.cs4A4B591{
}
.cs4A86F34E{
	font-weight:700;
}
.cs4A905814{
}
.cs4AC3989A{
}
.cs4B04F398{
}
.cs4B42FFB4{
}
.cs4BA7A950{
}
.cs4C062C66{
}
.cs4C7EBF47{
	font-weight:700;
}
.cs4C99554F{
}
.cs4CA6648C{
}
.cs4CC30F9B{
	font-style:italic
}
.cs4E0EFC65{
	font-weight:700;
}
.cs4E0F2FDC{
}
.cs4E487DB4{
	font-weight:700;
}
.cs4EE172D0{
}
.cs4F077A32{
}
.cs4F201F6B{
	font-weight:700;
}
.cs4F4EADE8{
}
.cs4FC7BF42{
}
.cs4FD24560{
}
.cs4FE1CD41{
}
.cs50305021{
}
.cs508254C{
}
.cs50C5FEFD{
}
.cs5145A26B{
}
.cs51CDFBEB{
	font-weight:700;
}
.cs51F1393{
}
.cs5327EA1E{
}
.cs534E4F16{
}
.cs53932645{
}
.cs53C24843{
	font-weight:700;
}
.cs53F207AF{
}
.cs54276AF4{
	font-weight:700;
}
.cs5471303A{
	font-style:italic;
}
.cs54C3CF43{
	font-weight:700;
}
.cs54FF1EE9{
}
.cs55782650{
}
.cs55AAB4AF{
}
.cs5637DB62{
	font-weight:700;
}
.cs569FE5BC{
}
.cs5716AB89{
}
.cs5719E085{
	font-weight:700;
}
.cs57395F8F{
}
.cs579AE217{
}
.cs57EE4962{
}
.cs589F8988{
}
.cs5928FDD2{
}
.cs59335C4A{
}
.cs5961F38D{
}
.cs598B0EEB{
}
.cs59A0ECE9{
}
.cs5A0AAD9B{
}
.cs5A2E6286{
}
.cs5A3FFE8B{
}
.cs5A9CB1A4{
	font-weight:700;
}
.cs5AA8F161{
	font-weight:700;
}
.cs5B11A6E6{
}
.cs5B2C0E75{
	font-style:italic;
}
.cs5BEC2C28{
	font-weight:700;
}
.cs5C41303C{
}
.cs5CCDC51E{
}
.cs5CEB7793{
}
.cs5CED57D3{
}
.cs5D2287B2{
}
.cs5D8D9051{
}
.cs5DE65DA{
}
.cs5E98E930{
	font-weight:700;
}
.cs5ED6314A{
}
.cs5EE6D5C5{
}
.cs5F6B85C7{
}
.cs5FA7DC27{
}
.cs60CEC81{
}
.cs6134C47E{
}
.cs614F2AB0{
}
.cs61843BEB{
}
.cs61963A9B{
}
.cs61B5C9FA{
}
.cs61ECFF09{
}
.cs628DDCFC{
}
.cs6384A903{
}
.cs63AF2FB7{
}
.cs63C37245{
}
.cs640F44ED{
}
.cs64223F20{
}
.cs64500985{
}
.cs646252C3{
}
.cs64C3D8CC{
}
.cs64D34F3{
}
.cs651C2380{
}
.cs656EED3F{
	font-weight:700;
}
.cs65AB108A{
}
.cs660441F3{
	font-weight:700;
}
.cs668EF845{
}
.cs67060B12{
}
.cs67CDF9D2{
}
.cs680B18D8{
}
.cs680D5D61{
	font-weight:700;
}
.cs68D214FF{
}
.cs68E1B605{
	font-weight:700;
}
.cs694C0966{
}
.cs696391B2{
	font-weight:700;
}
.cs697C5921{
}
.cs6C2D1749{
	font-weight:700;
	font-style:italic;
}
.cs6C4AE5D9{
}
.cs6C845752{
}
.cs6DB6E881{
}
.cs6DCE7EAD{
	font-weight:700;
}
.cs6DDA3C53{
}
.cs6E313935{
}
.cs6E5BF93C{
}
.cs6E93DC4D{
}
.cs6E9CEE3C{
}
.cs6EC93273{
}
.cs6F25330A{
}
.cs6F33ACC9{
}
.cs6F56C633{
}
.cs6F7838D7{
	font-weight:700;
	font-style:italic;
}
.cs6F98EE5E{
}
.cs6F9EFBF1{
}
.cs6FD0067C{
}
.cs6FDF9645{
}
.cs6FE56CF{
}
.cs6FE56D2{
}
.cs6FF9D310{
}
.cs70055351{
}
.cs7050660A{
}
.cs711A206D{
}
.cs712F7FF{
	font-weight:700;
}
.cs71332F4C{
	font-style:italic;
}
.cs71C8385E{
}
.cs71D5952E{
}
.cs71D7260B{
}
.cs71F83115{
	font-weight:700;
}
.cs72159355{
	font-weight:700;
}
.cs72382B11{
}
.cs72419C67{
}
.cs7294CA65{
}
.cs72F7C9C5{
	font-weight:700;
}
.cs74059E2E{
}
.cs747273B{
	font-weight:700;
}
.cs761724A5{
}
.cs769B1F94{
}
.cs76CAC5DE{
	font-weight:700;
	font-style:italic;
}
.cs7702048A{
}
.cs7703B2A0{
}
.cs777ED152{
}
.cs77ADF8D4{
}
.cs77DB9250{
}
.cs77DDA7FC{
	font-weight:700;
}
.cs77F7A701{
}
.cs784BE998{
}
.cs7910C4C1{
}
.cs7939122D{
}
.cs7A32ECD4{
}
.cs7A527CB0{
}
.cs7A80735E{
}
.cs7AD72E56{
}
.cs7BA7D88E{
}
.cs7BF857C2{
}
.cs7C453603{
}
.cs7C57B238{
}
.cs7C8A5EE9{
}
.cs7C8CC830{
	font-weight:700;
}
.cs7D41EBC8{
}
.cs7DCAFA35{
}
.cs7E1F57F1{
	font-style:italic
}
.cs7ED798D3{
}
.cs7F04C280{
	font-weight:700;
}
.cs7F6E2988{
}
.cs7F71B1A2{
	font-weight:700;
	font-style:italic;
}
.cs7F92EF63{
}
.cs802C4FAF{
}
.cs8055EFC2{
}
.cs8072CCD0{
}
.cs80A12297{
}
.cs80A13151{
}
.cs80B2E765{
}
.cs80D9435B{
}
.cs81400927{
}
.cs81844BFD{
}
.cs81967A2E{
}
.cs81D3E6D7{
	margin-left:-5.4pt
}
.cs81E09B82{
}
.cs8215E852{
}
.cs82771CFE{
}
.cs827E8D4A{
}
.cs829253A7{
}
.cs82B1604A{
}
.cs83DB5152{
}
.cs84827E1C{
}
.cs849855DF{
}
.cs8570BEE8{
}
.cs85B233BD{
}
.cs85F07CD5{
}
.cs86012C8D{
}
.cs8619AD16{
}
.cs86BD9F97{
}
.cs872CE174{
}
.cs8771437B{
}
.cs87A9B85{
}
.cs887C2D5B{
}
.cs88CC7766{
}
.cs8922B706{
}
.cs8926E06{
}
.cs893A72B8{
}
.cs89F0EBCA{
	margin-top-alt:auto
}
.cs8A520128{
	font-weight:700;
}
.cs8A59B17{
}
.cs8AE1A1DE{
}
.cs8B70354C{
}
.cs8BAAC22C{
}
.cs8BF5F4D2{
	font-weight:700;
}
.cs8C7BE0DE{
}
.cs8CB14696{
	font-weight:700;
}
.cs8CB4167E{
}
.cs8CDDA6E8{
}
.cs8CDEE0DE{
}
.cs8D2472A8{
}
.cs8D435F6D{
}
.cs8D4D72D0{
}
.cs8DD0AC46{
	font-weight:700;
}
.cs8E7D156{
}
.cs8E8DB95A{
}
.cs8F351ED9{
}
.cs8FD64B08{
}
.cs90B1B437{
	font-weight:700;
}
.cs9106BC17{
	
}
.cs914FCFB4{
	font-style:italic;
}
.cs9157AC88{
}
.cs91AE0641{
}
.cs91D5A158{
}
.cs91EBD6B2{
}
.cs92191962{
}
.cs92234D94{
}
.cs9265F072{
}
.cs93491D41{
}
.cs9349C2FD{
}
.cs93D2512C{
}
.cs93E6980A{
}
.cs941EACA6{
}
.cs9456F137{
	font-weight:700;
}
.cs95114897{
}
.cs954A1590{
}
.cs955DD547{
}
.cs957795DE{
}
.cs957CF11B{
}
.cs95E872D0{
}
.cs960033C5{
}
.cs970EA9B6{
	font-weight:700;
}
.cs9722341D{
}
.cs974456CB{
}
.cs977697B1{
}
.cs97C38C20{
	font-weight:700;
}
.cs97D8D579{
}
.cs9812705C{
}
.cs98780155{
}
.cs98B04EBF{
}
.cs98BFB023{
}
.cs99763FB0{
	
}
.cs9A1BF13A{
	font-weight:700;
}
.cs9B975350{
}
.cs9BA2903B{
}
.cs9BE390A4{
}
.cs9C4D9E6{
	font-style:italic;
}
.cs9CFAC743{
	margin-left:4pt
}
.cs9D249CCB{
}
.cs9D583FC1{
}
.cs9D95E8BF{
}
.cs9DBE865F{
}
.cs9DE47FB2{
}
.cs9E8FEE48{
	font-weight:700;
}
.cs9EEB821C{
}
.cs9F798961{
}
.cs9FDFED0F{
	font-weight:700;
}
.cs9FF1B611{
}
.cs9FFD20B6{
	font-style:italic;
}
.csA0E84F49{
}
.csA16174BA{
}
.csA1E8A150{
}
.csA1E9BA12{
}
.csA1EA4FBC{
}
.csA1F105A8{
	font-weight:700;
	font-style:italic;
}
.csA2081E39{
}
.csA2C3C414{
}
.csA2DCE4DC{
}
.csA2E882CD{
	font-weight:700;
}
.csA328E486{
}
.csA41CDA0A{
}
.csA4604CF1{
}
.csA488B324{
}
.csA49E72D0{
}
.csA4EA9AC4{
}
.csA5604CD8{
}
.csA5A48D2A{
}
.csA5C0AB3B{
}
.csA5CCDB4D{
}
.csA6384560{
}
.csA664D344{
}
.csA6832AD7{
}
.csA740BBA1{
}
.csA7555675{
}
.csA7562C0A{
}
.csA7A7D719{
}
.csA7F359BD{
}
.csA896FC2D{
}
.csA8DC2CED{
}
.csA8EF09CD{
}
.csAA63CC2E{
}
.csAAD1ECB{
}
.csAB78098C{
}
.csAB7AEB08{
}
.csABB4B3DC{
}
.csABD7825D{
}
.csABF9786F{
}
.csAC3E49D8{
}
.csACAAE15C{
	font-weight:700;
}
.csACAD5C06{
}
.csACDD44D7{
}
.csADAF1581{
}
.csAE124210{
}
.csAE1CC18D{
	font-style:italic;
}
.csAE1E8A62{
}
.csAE4BAA37{
}
.csAEBB7B4B{
}
.csAEEDF97E{
}
.csAEF99EE5{
}
.csAF848F5B{
}
.csAFCEB23A{
}
.csB031D624{
}
.csB0EFEC6E{
	font-weight:700;
}
.csB1D8C33B{
}
.csB1EDF4AD{
}
.csB26BAF1B{
}
.csB2A6C030{
}
.csB34F35E1{
}
.csB35A8611{
}
.csB367B9A6{
}
.csB38334BA{
	font-weight:700;
}
.csB3D7CB29{
}
.csB3DA886F{
}
.csB3DBA420{
	font-weight:700;
}
.csB3E565D2{
}
.csB4D9818D{
}
.csB4F56505{
}
.csB576FEF9{
}
.csB57F0D17{
}
.csB59941D2{
}
.csB61B709B{
	font-weight:700;
}
.csB63E2C8D{
}
.csB653BBCB{
}
.csB6615805{
}
.csB689C649{
}
.csB7B68D4C{
	font-weight:700;
}
.csB7DBDDAF{
	font-weight:700;
}
.csB8056D09{
}
.csB819F0A6{
}
.csB81B3211{
	font-style:italic
}
.csB8DFD8D0{
}
.csB8FBC82{
}
.csB922FAE3{
	font-weight:700;
}
.csB93BE0CA{
}
.csB9A5DF3A{
}
.csB9D89947{
	font-weight:700;
}
.csBA1D25{
}
.csBB6435E0{
	font-weight:700;
}
.csBBC9C437{
}
.csBC437734{
}
.csBC9BBEC4{
}
.csBCD9304F{
}
.csBDBBA508{
	font-weight:700;
}
.csBDFAB977{
}
.csBE0BB73E{
}
.csBE18FC1A{
}
.csBEE29250{
}
.csBF4B65C7{
}
.csBF6FA772{
}
.csC025320{
}
.csC07E5260{
}
.csC0FBC0E4{
}
.csC10557A2{
}
.csC2E48BCD{
}
.csC324958F{
	font-weight:700;
}
.csC470A025{
}
.csC4A372D0{
}
.csC4C3772B{
	font-weight:700;
	font-style:italic;
}
.csC4CFA62E{
}
.csC537FF28{
}
.csC547022D{
}
.csC57700C4{
	font-weight:700;
}
.csC583D0C8{
}
.csC586022D{
}
.csC5CA72D0{
}
.csC5CCB8E{
}
.csC5F53424{
	font-weight:700;
	font-style:italic;
}
.csC667FC2C{
}
.csC68B1B89{
}
.csC6F4FCC8{
	margin-left:-5.15pt
}
.csC7725E8A{
}
.csC77350D9{
}
.csC8000136{
}
.csC88E8348{
}
.csC8D15D4B{
}
.csC8D810D9{text-decoration: underline;}
.csC91354AF{
	font-weight:700;
}
.csCA65654B{
}
.csCA74E3D2{
	font-weight:700;
}
.csCAA9A31F{
}
.csCACBBA9A{
	font-weight:700;
}
.csCAE4D5F3{
}
.csCB2C74F8{
	font-weight:700;
}
.csCBF2A264{
}
.csCC05AB64{
}
.csCCB07714{
}
.csCCC14115{
}
.csCCECF4AD{
}
.csCCF5E316{
	font-weight:700;
}
.csCCF92E91{
}
.csCD2D4707{
}
.csCD5CEA04{
}
.csCDCEC135{
}
.csCDF3096{
}
.csCE88D9C0{
}
.csCEC2FBFA{
}
.csCEDC648E{
}
.csCEE62913{
}
.csCF6BBF71{
}
.csCF758E32{
}
.csCFB93890{
}
.csCFC6C866{
	font-weight:700;
}
.csD028D29B{
}
.csD048DC4C{
}
.csD0E143D4{
	font-weight:700;
}
.csD11590BE{
	font-weight:700;
}
.csD15247B9{
}
.csD15347B9{
}
.csD15447B9{
}
.csD1801FC2{
}
.csD23E0DA2{
}
.csD2554C51{
}
.csD270AF28{
}
.csD2799F68{
	
}
.csD2C1288{
}
.csD444804C{
}
.csD49972D0{
}
.csD4DC7984{
}
.csD5D7D290{
}
.csD66FE5C7{
}
.csD69B1818{
}
.csD71C56D0{
}
.csD71C56D1{
}
.csD76ADD79{
}
.csD77D25EF{
}
.csD7A99679{
	font-weight:700;
}
.csD7CA48C3{
}
.csD835DEC7{
	font-weight:700;
}
.csD83CA65A{
}
.csD85809C2{
}
.csD89BD09{
}
.csD8F0915C{
}
.csD958C914{
	font-weight:700;
	font-style:italic;
}
.csD9F69543{
}
.csDA2C80CE{
}
.csDAD15FAA{
	font-weight:700;
}
.csDB729555{
}
.csDB91BC91{
	font-weight:700;
}
.csDC4A80{
	font-weight:700;
}
.csDC5A2A6{
}
.csDC7217E4{
	font-weight:700;
}
.csDCA146C7{
}
.csDCCF43DC{
	font-weight:700;
	font-style:italic;
}
.csDD2432B2{
	font-style:italic;
}
.csDD9B1F20{
	font-weight:700;
}
.csDF6A57DF{
	font-weight:700;
}
.csE164947C{
	font-weight:700;
}
.csE2E64C37{
	font-weight:700;
}
.csE3121E66{
	font-weight:700;
}
.csE318C89E{
	font-weight:700;
}
.csE3D658ED{
	font-style:italic;
}
.csE444B4F7{
	font-weight:700;
}
.csE489296A{
	font-style:italic;
}
.csE555D17D{
	font-weight:700;
}
.csE72DC7EE{
	font-weight:700;
}
.csE7BF34A6{
	font-weight:700;
}
.csE94901C3{
	font-weight:700;
}
.csFAA9BF35{
	font-weight:700;
	font-style:italic;
}
.csFD693F06{
	font-weight:700;
}
.csFE1E2D5D{
	font-style:italic;
}
.csFEB742DB{
	font-style:italic;
}
.cs15323895 {
	/* margin-right: 5px; */
}


.wso-product-event-list-item:after {
  content: "";
  display: table;
  clear: both;
}
.wso-contact-details h2 {
	font-size: 2.2em !important;
	line-height: 1.5em !important;
}
.grecaptcha-badge {
	opacity: 0 !important;
}