@import url('../fonts/dinpro/stylesheet.css');
/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

 .pretty *{box-sizing:border-box}.pretty input:not([type=checkbox]):not([type=radio]){display:none}.pretty{position:relative;display:inline-block;margin-right:1em;white-space:nowrap;line-height:1}.pretty input{position:absolute;left:0;top:0;min-width:1em;width:100%;height:100%;z-index:2;opacity:0;margin:0;padding:0;cursor:pointer}.pretty .state label{position:initial;display:inline-block;font-weight:400;margin:0;text-indent:1.5em;min-width:calc(1em + 2px)}.pretty .state label:after,.pretty .state label:before{content:'';width:calc(1em + 2px);height:calc(1em + 2px);display:block;box-sizing:border-box;border-radius:0;border:1px solid transparent;z-index:0;position:absolute;left:0;top:calc((0% - (100% - 1em)) - 8%);background-color:transparent}.pretty .state label:before{border-color:#bdc3c7}.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate{display:none}@-webkit-keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoom{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@keyframes tada{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:scale(7);transform:scale(7)}38%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:scale(1);transform:scale(1)}55%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.5);transform:scale(1.5)}72%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}81%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.24);transform:scale(1.24)}89%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:scale(1.04);transform:scale(1.04)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jelly{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}40%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}50%{-webkit-transform:scale3d(.85,1.15,1);transform:scale3d(.85,1.15,1)}65%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}75%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@keyframes rotate{0%{opacity:0;-webkit-transform:translateZ(-200px) rotate(-45deg);transform:translateZ(-200px) rotate(-45deg)}100%{opacity:1;-webkit-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0)}}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #bdc3c7}100%{box-shadow:0 0 0 1.5em rgba(189,195,199,0)}}.pretty.p-default.p-fill .state label:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pretty.p-default .state label:after{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.pretty.p-default input:checked~.state label:after{background-color:#bdc3c7!important}.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before{border-width:calc(1em / 7)}.pretty.p-default.p-thick .state label:after{-webkit-transform:scale(.4)!important;-ms-transform:scale(.4)!important;transform:scale(.4)!important}.pretty.p-icon .state .icon{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-icon .state .icon:before{margin:0;width:100%;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-icon input:checked~.state .icon{opacity:1}.pretty.p-icon input:checked~.state label:before{border-color:#5a656b}.pretty.p-svg .state .svg{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc((0% - (100% - 1em)) - 8%);border:1px solid transparent;opacity:0}.pretty.p-svg .state svg{margin:0;width:100%;height:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.pretty.p-svg input:checked~.state .svg{opacity:1}.pretty.p-image .state img{opacity:0;position:absolute;width:calc(1em + 2px);height:calc(1em + 2px);top:0;top:calc((0% - (100% - 1em)) - 8%);left:0;z-index:0;text-align:center;line-height:normal;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-image input:checked~.state img{opacity:1}.pretty.p-switch input{min-width:2em}.pretty.p-switch .state{position:relative}.pretty.p-switch .state:before{content:'';border:1px solid #bdc3c7;border-radius:60px;width:2em;box-sizing:unset;height:calc(1em + 2px);position:absolute;top:0;top:calc((0% - (100% - 1em)) - 16%);z-index:0;transition:all .5s ease}.pretty.p-switch .state label{text-indent:2.5em}.pretty.p-switch .state label:after,.pretty.p-switch .state label:before{transition:all .5s ease;border-radius:100%;left:0;border-color:transparent;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-switch .state label:after{background-color:#bdc3c7!important}.pretty.p-switch input:checked~.state:before{border-color:#5a656b}.pretty.p-switch input:checked~.state label:before{opacity:0}.pretty.p-switch input:checked~.state label:after{background-color:#5a656b!important;left:1em}.pretty.p-switch.p-fill input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-switch.p-fill input:checked~.state label:before{opacity:0}.pretty.p-switch.p-fill input:checked~.state label:after{background-color:#fff!important;left:1em}.pretty.p-switch.p-slim .state:before{height:.1em;background:#bdc3c7!important;top:calc(50% - .1em)}.pretty.p-switch.p-slim input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-has-hover input:hover~.state:not(.p-is-hover){display:none}.pretty.p-has-hover input:hover~.state.p-is-hover{display:block}.pretty.p-has-hover input:hover~.state.p-is-hover .icon{display:block}.pretty.p-has-focus input:focus~.state label:before{box-shadow:0 0 3px 0 #bdc3c7}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate){display:none}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate{display:block}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon{display:block;opacity:1}.pretty.p-toggle .state.p-on{opacity:0;display:none}.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img,.pretty.p-toggle .state.p-off{opacity:1;display:inherit}.pretty.p-toggle .state.p-off .icon{color:#bdc3c7}.pretty.p-toggle input:checked~.state.p-on{opacity:1;display:inherit}.pretty.p-toggle input:checked~.state.p-off{opacity:0;display:none}.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before{content:none}.pretty.p-plain.p-plain .icon{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.pretty.p-round .state label:after,.pretty.p-round .state label:before{border-radius:100%}.pretty.p-round.p-icon .state .icon{border-radius:100%;overflow:hidden}.pretty.p-round.p-icon .state .icon:before{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.pretty.p-curve .state label:after,.pretty.p-curve .state label:before{border-radius:20%}.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before{transition:all .5s ease}.pretty.p-smooth input:checked+.state label:after{transition:all .3s ease}.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-default input:checked+.state label:after{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-plain input:checked+.state label:before{content:'';-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transition:all .5s ease}.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before{-webkit-animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before{-webkit-animation:jelly .7s cubic-bezier(.25,.46,.45,.94);animation:jelly .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state label:before{border-color:transparent}.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before{-webkit-animation:rotate .7s cubic-bezier(.25,.46,.45,.94);animation:rotate .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-rotate:not(.p-default) input:checked~.state label:before{border-color:transparent}.pretty.p-pulse:not(.p-switch) input:checked~.state label:before{-webkit-animation:pulse 1s;animation:pulse 1s}.pretty input[disabled]{cursor:not-allowed;display:none}.pretty input[disabled]~*{opacity:.5}.pretty.p-locked input{display:none;cursor:not-allowed}.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after{background-color:#428bca!important}.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before{border-color:#428bca}.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after{background-color:transparent}.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg{color:#428bca;stroke:#428bca}.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after{background-color:#428bca!important}.pretty.p-switch input:checked~.state.p-primary:before{border-color:#428bca}.pretty.p-switch.p-fill input:checked~.state.p-primary:before{background-color:#428bca!important}.pretty.p-switch.p-slim input:checked~.state.p-primary:before{border-color:#245682;background-color:#245682!important}.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after{background-color:#5bc0de!important}.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before{border-color:#5bc0de}.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after{background-color:transparent}.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg{color:#5bc0de;stroke:#5bc0de}.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after{background-color:#5bc0de!important}.pretty.p-switch input:checked~.state.p-info:before{border-color:#5bc0de}.pretty.p-switch.p-fill input:checked~.state.p-info:before{background-color:#5bc0de!important}.pretty.p-switch.p-slim input:checked~.state.p-info:before{border-color:#2390b0;background-color:#2390b0!important}.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after{background-color:#5cb85c!important}.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before{border-color:#5cb85c}.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after{background-color:transparent}.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg{color:#5cb85c;stroke:#5cb85c}.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after{background-color:#5cb85c!important}.pretty.p-switch input:checked~.state.p-success:before{border-color:#5cb85c}.pretty.p-switch.p-fill input:checked~.state.p-success:before{background-color:#5cb85c!important}.pretty.p-switch.p-slim input:checked~.state.p-success:before{border-color:#357935;background-color:#357935!important}.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after{background-color:#f0ad4e!important}.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before{border-color:#f0ad4e}.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after{background-color:transparent}.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg{color:#f0ad4e;stroke:#f0ad4e}.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after{background-color:#f0ad4e!important}.pretty.p-switch input:checked~.state.p-warning:before{border-color:#f0ad4e}.pretty.p-switch.p-fill input:checked~.state.p-warning:before{background-color:#f0ad4e!important}.pretty.p-switch.p-slim input:checked~.state.p-warning:before{border-color:#c77c11;background-color:#c77c11!important}.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after{background-color:#d9534f!important}.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg{color:#fff;stroke:#fff}.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before{border-color:#d9534f}.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after{background-color:transparent}.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg{color:#d9534f;stroke:#d9534f}.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{background-color:#d9534f!important}.pretty.p-switch input:checked~.state.p-danger:before{border-color:#d9534f}.pretty.p-switch.p-fill input:checked~.state.p-danger:before{background-color:#d9534f!important}.pretty.p-switch.p-slim input:checked~.state.p-danger:before{border-color:#a02622;background-color:#a02622!important}.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before{font-size:1.2em!important;top:calc((0% - (100% - 1em)) - 35%)!important}.pretty.p-bigger label{text-indent:1.7em}@media print{.pretty .state .icon,.pretty .state label:after,.pretty .state label:before,.pretty .state:before{color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}}
 .pretty.p-icon .state .icon{margin-left: 0px;}

/*** jscrollpane ***/
.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{background:red;height:100%;position:absolute;right:0;top:0;width:5px}.jspHorizontalBar{background:#dddddd;bottom:0;height:4px;left:0;position:absolute;width:100%}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#dddddd;position:relative}.jspDrag{background:#1d1d1b;cursor:pointer;left:0;position:relative;top:0; width: 4px;}.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack{float:left;height:100%}.jspArrow{background:#1d1d1b;cursor:pointer;direction:ltr;display:block;margin:0;padding:0;text-indent:-20000px}.jspDisabled{background:#80808d;cursor:default}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{float:left;height:100%;width:16px}.jspVerticalBar .jspArrow:focus{border:1px solid red;outline:0}.jspCorner{background:#dddddd;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}

.h1,h1{font-size:2rem}
.h2,h2{font-size:1.75rem}
.h3,h3{font-size:1.5rem}
.h4,h4{font-size:1.25rem}
.h5,h5{font-size:1rem}
.h6,h6{font-size:0.8rem}

a{
	color: #1d1d1b;
}

a:hover{
	color: #1d1d1b;
}

ol, ul {
	list-style: none;
	padding: 0px;
}

label {
    display: block;
	font-size: 14px;
	max-width: 100%;
    color: #1B1919;
    font-weight: 400;
    margin-bottom: 5px;
}

/*** WPML ***/
.wpml-ls-legacy-dropdown {
	width: 15.5em;
	max-width: 100%
}

.wpml-ls-legacy-dropdown>ul {
	position: relative;
	padding: 0;
	margin: 0 !important;
	list-style-type: none
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
	visibility: visible
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.wpml-ls-legacy-dropdown a {
	display: block;
	text-decoration: none;
	color: #444;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	padding: 5px 10px;
	line-height: 1
}

.wpml-ls-legacy-dropdown a span {
	vertical-align: middle
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: calc(10px + .7em + .7em)
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-right: 10px;
	padding-left: calc(10px + .7em + .7em)
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: '';
	vertical-align: middle;
	display: inline-block;
	border: .35em solid transparent;
	border-top: .5em solid;
	position: absolute;
	right: 10px;
	top: calc(50% - .175em)
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	right: auto;
	left: 10px
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	color: #000;
	background: #eee
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	border-top: 1px solid #cdcdcd;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 101
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	border-width: 0 1px 1px 1px
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
	width: 18px;
	height: 12px
}

.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
	margin-left: .4em
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .4em
}


body {
	font-family: 'DINPro', sans-serif;
	font-weight: normal;
	/* max-width: 1400px; */
	margin: 0px auto;
	color: #1d1d1b;
	line-height: 1.15rem;
}

body strong {
	font-weight: 500;
}

p, ul, li{
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}

sup{
	top: -1.2em;
    font-size: 45%;
}

/*** font ***/
.font-montserrat {
	font-family: 'DINPro'!important;
}

.font-dosis {
	font-family: 'DINPro'!important;
}

.font-dinpro{
	font-family: 'DINPro'!important;
}

/*** background ***/
body .bg-top-center{
	background-position: top center!important;
}

body .bg-top-right{
	background-position: top right!important;
}

/*** header ***/
header.desktop-header {
}

header.mobile-header {
	display: none !important;
}

header .navbar .container{
	max-width: 100%!important;
}

header .navbar .container, .h-main .hero-section .container{
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%!important;
}

header .h-header__section {
	padding-top: 15px;
	padding-bottom: 15px;
}

header#h-header .navbar-brand {
	margin-right: 2rem;
}

header#h-header .navbar-brand img {
	max-width: 180px;
}

header#h-header.mobile-header .navbar-brand {
	padding: .25rem .75rem;
}

/*** default menu ***/
header#h-header #main-menu {
	background-color: #000;
}

header#h-header #main-menu li {
	margin-left: 1rem;
	margin-right: 1rem;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 24px;
}

header#h-header #main-menu li a {
	text-decoration: none;
	color: #fff;
	padding: 0px;
}

header#h-header #main-menu > li > a {
	line-height: 100%;
	padding: 5px 0px;
}

header#h-header .navbar-nav .dropdown-menu {
	background-color: #000;
}

header#h-header .navbar-nav .dropdown-menu a:hover {
	background-color: unset;
	text-decoration: underline;
}

/*** end default menu ***/
header#h-header .h-nav_section {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin-right: auto;
	transition: all 400ms ease-in-out;
}

header#h-header.desktop-header ul.max-mega-menu > li.mega-menu-item.mega-current-menu-item:before,
header#h-header.desktop-header ul.max-mega-menu > li.mega-menu-item.mega-current-menu-item:after,
header#h-header.desktop-header ul.max-mega-menu > li.mega-menu-item.mega-current-menu-ancestor:before,
header#h-header.desktop-header ul.max-mega-menu > li.mega-menu-item.mega-current-menu-ancestor:after{
	content: ""!important;
	display: block!important;
	width: 1px;
	height: 20px;
	background-color: #000;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
}

header#h-header.desktop-header ul.max-mega-menu > li.mega-menu-item.mega-current-menu-item:before,
header#h-header.desktop-header ul.max-mega-menu > li.mega-menu-item.mega-current-menu-ancestor:before{
	top: -30px;
}

header#h-header.desktop-header ul.max-mega-menu > li.mega-menu-item.mega-current-menu-item:after,
header#h-header.desktop-header ul.max-mega-menu > li.mega-menu-item.mega-current-menu-ancestor:after{
	bottom: -30px;
}


header#h-header ul.header-search {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

header#h-header .header-search img,
header#h-header .header-contact img {
	max-width: 25px;
}

header#h-header .menu-bg span {
	background-image: url(../images/icon-dots.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 30px;
	display: block;
}

header .header-nav-right{
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	max-width: 600px;
}

header .header-nav-right .list-item{
	padding: 0px 15px;
}

header .header-nav-right .list-item:last-child{
	padding-right: 0px;
}

header#h-header .header-nav-right a {
	color: #000000;
	padding: .375rem .75rem;
	position: relative;
	background-color: unset;
	border: 0px;
}


header .header-nav-right a:hover{
	text-decoration: underline;
}

header .header-nav-right .dropdown-toggle{
	cursor: pointer;
}

header .header-nav-right .dropdown-toggle::after{
	display: none;
}

header .header-nav-right .dropdown-menu.show{
	background-color: #000;
	width: 100%;
	min-width: 100%;
}

header .header-nav-right .dropdown-item{
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}

header .header-nav-right .dropdown-item:hover{
	color: #000;
	text-decoration: none;
}

header .header-nav-right .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	display: none;
}

header .header-nav-right .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	font-size: 14px;
}

header .header-nav-right #header_search-form .form-group{
	margin-bottom: 0px;
}

header .header-nav-right #header_search-form img{
	max-width: 25px;
}

header .header-nav-right #header_search-form input{
	height: 30px;
    border: 0px;
	border-bottom: 1px solid #000;
	width: auto;
}

header .header-nav-right #header_search-form input:hover{
	border: 0px;
	border-bottom: 1px solid #000;
}

header .header-nav-right #header_search-form input:focus{
	outline: none;
}

.connection-link{
	color: #000;
	text-transform: uppercase;
}

.language-dropdown{
	text-transform: uppercase;
}

.language-dropdown .dropdown-toggle::after{
	display: none;
}

/*** hamburger menu ***/
header .navbar .navbar-toggler-bar {
	display: block;
	position: relative;
	width: 24px;
	height: 1px;
	border-radius: 1px;
	background: #1d1d1b;
}

header .navbar .navbar-toggler-bar + .navbar-toggler-bar {
	margin-top: 5px;
}

header .navbar .navbar-toggler:hover .navbar-toggler-bar.bar2 {
	width: 24px;
}

header .navbar-toggler:not(:disabled):not(.disabled) {
	height: 100px;
	outline: none;
}

/*** sticky header ***/
.navbar-sticky.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: navbar-anim .25s;
    animation: navbar-anim .25s;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
    z-index: 1030;
}

@-webkit-keyframes navbar-anim {
    from {
        -webkit-transform: translateY(-0.75rem);
        transform: translateY(-0.75rem);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes navbar-anim {
    from {
        -webkit-transform: translateY(-0.75rem);
        transform: translateY(-0.75rem);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}


/*** fullscreen menu ***/
.fullscreen-menu {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 9999999999999;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
	overflow-y: auto;
	transition: 0.5s;
	padding: 20px 30px;
}

.fullscreen-menu .inner-content {
	max-width: 600px;
	margin: 0 auto;
}

.fullscreen-menu .fullscreen-content {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.fullscreen-menu a {
	text-decoration: none;
	display: block;
	transition: 0.3s;
}

.fullscreen-menu #close-fullscreen {
	position: relative;
	display: block;
	text-align: right;
	font-size: 42px;
	color: #000;
	font-weight: 300;
	line-height: 25px;
}

.hyper-mobile-searchform {
	max-width: 300px;
	margin: 30px auto 20px auto;
}

.hyper-mobile-searchform .input-wrapper {
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	position: relative;
	padding: 10px 40px 10px 20px;
	height: 60px;
}

.hyper-mobile-searchform input {
	width: 100%;
	background-color: transparent;
	border: 0px;
	height: 100%;
	color: #fff;
	outline: none;
}

.hyper-mobile-searchform .icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/*** main content ***/
.h-main .hero-section {
	display: block;
	width: 100%;
	/* max-width: 1400px; */
	margin: 0px auto;
}

.h-main .hero-section .hero-bg {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	height: 500px;
	/* margin-top: 35px; */
	margin-bottom: 80px;
}

.h-main .hero-section .hero-bg .banner-title{
	padding: 20px;
	font-size: 32px;
	line-height: 120%;
	font-weight: 500;
	position: absolute;
	top: 42.5%;
	left: 12.2%;
	transform: translateY(-42.5%);
	font-family: 'DINPro'!important;
}

.h-main .hero-section .hero-bg .banner-title sup{
	font-size: 16px;
}

.h-main .hero-section .hero-video-container {
	position: relative;
	height: 500px;
	width: 100%;
	/* margin-top: 35px; */
	margin-bottom: 80px;
}

.rs_control_btn{
	display: none!important;
	position: absolute;;
	right: 10px;
	bottom:10px;
    text-align: right;
}

.page-id-2423 #wrapper_rs_player_hero, .page-id-1429 #wrapper_rs_player_hero {
    padding-bottom: 56.25%;
    height: 0;
	min-height: auto!important;
}

.page-id-2423 #iframe_rs_player_hero, .page-id-1429 #iframe_rs_player_hero {
	/*width: 100%!important;
    height: 100%!important;
	margin-left:0!important;*/
}

.h-main .hero-section .hero-video-container .rs_control_btn a{font-size: 35px; color:#fff; padding:10px 5px;}

.h-main .hero-section .hero-video-container .player {font-size: 1px;}

.h-main .hero-section .hero-video-container .buttonBar{display:none;}

.h-main .hero-section .hero-video-container .mb_YTPBar{
	display: none;
}

.container {
	/*border: 1px solid #ddd;*/
}

.h-container-wrapper{
	/*padding-left: 15px;
	padding-right: 15px;*/
}

/*** wpml override ***/
.wpml-ls-legacy-dropdown {
	width: auto;
}

.wpml-ls-legacy-dropdown > ul {
	padding: 0rem 0.75rem;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	background: unset;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	border: 0px;
	padding: 8px 10px;
	text-align: center;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	border: 0px;
	background-image: url(../images/lang-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 10px;
	top: unset;
	bottom: -2px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 1px solid #cdcdcd;
	text-align: center;
}

.btn.auth-prod-btn {
	font-size: 10px;
	line-height: 100%;
	text-transform: uppercase;
	font-weight: 700;
	color: #1d1d1b;
	border: 1px solid #1d1d1b;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family: 'DINPro'!important;
}

.btn.auth-prod-btn:hover{
	color: #fff;
	background-color: #1d1d1b
}

.btn.pro-btn {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	color: #dd3333;
	border: 1px solid #dd3333;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family: 'DINPro'!important;
}

.btn.auth-prod-btn, .btn.pro-btn, .logged-in-wrapper .logout-btn a{
	height: 45px;
	display: inline-flex!important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

/*** footer ***/
.footer-sep {
	width: 100%;
	height: 1px;
	background-color: transparent;
	margin-top: 150px;
	margin-bottom: 100px;
}

footer{
	background-color: #ffffff;
    border-top: 9px solid #ebebeb;
}

footer#h-footer .container{
	/* padding-left: 0px;
	padding-right: 0px; */
	margin-bottom: 30px;
	max-width: 100%;
}

footer#h-footer .before-footer {
	background-color: #ffffff;
	padding: 45px 10% 0px;
}

footer#h-footer .before-footer .footer-b {
	text-align: center;
}

footer#h-footer .before-footer .footer-b .textwidget {
	font-size: 29px;
	line-height: 100%;
}

footer#h-footer .before-footer .footer-b .widget_media_image img {
	max-width: 20px !important;
	margin: 0 auto;
}

footer .footer-c{
	max-width: 850px;
	margin: 0 auto;
	padding: 10px 50px;
}

footer .footer-c .gform_wrapper form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

footer .footer-c .gform_wrapper .gform_description{
	display: none;
}

footer .footer-c .gform_wrapper .gform_heading{
	width: auto;
	flex: 1;
	position: relative;
}

footer .footer-c .footer-plus-sign{
	position: absolute;
	left: -5px;
    top: 25px;
}

footer .footer-c .footer-plus-sign .line-container{
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}

footer .footer-c .footer-plus-sign .line-h{
    width: 40px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
}

footer .footer-c .footer-plus-sign .line-v{
    width: 1px;
    height: 40px;
	background-color: #000;
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 0 auto;
}

footer .footer-c .gform_wrapper .gform_heading .gform_title{
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
}

footer .footer-c .gform_wrapper form .gform_body {
	margin-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
	flex: 2;
}

footer .footer-c .gform_wrapper .gfield_checkbox li label, 
footer .footer-c.gform_wrapper .gfield_radio li label{
	line-height: 100%;
}

footer .footer-c .gform_wrapper form .gform_body .gform_wrapper ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
}

footer .footer-c .gform_wrapper form .ginput_container input[type=text]{
	width: 100% !important;
	height: 28px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border: 1px solid #1d1d1b !important;
	background-color: transparent;
	color: #1d1d1b;
	outline: none;
	margin-top: 0px;
	text-align: left;
	text-transform: lowercase;
	font-size: 14px;
}

footer .footer-c .gform_wrapper ul.gform_fields li.gfield:nth-child(2){
	margin-top: 10px;
}

footer .footer-c .gform_wrapper ul.gform_fields li.gfield:nth-child(2) .gfield_label{
	margin-bottom: 0px;
}

footer .footer-c .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input[type=radio]{
	margin-top: 0px;
}

footer .footer-c .gform_wrapper .ginput_container_radio ul{
	display: flex;
}

footer .footer-c .gform_wrapper .ginput_container_radio ul li{
	margin-right: 10px;
	display: flex;
}

footer .footer-c .gform_wrapper .ginput_container_radio ul li label{
	margin-top: 0px;
}

footer .footer-c .gform_wrapper form .gform_footer {
	position: relative;
	flex: 1;
}

footer .footer-c .gform_wrapper .gform_footer input.button,
footer .gform_wrapper .gform_footer input[type=submit] {
	color: #fff;
	height: 28px!important;
	font-size: 14px;
	line-height: 100%!important;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0px;
	min-width: 140px;
	width: 100%;
	margin-right: 0px;
	justify-content: center;
	cursor: pointer;
	padding: 5px 20px;
}

footer .gform_wrapper .gform_footer .gform_ajax_spinner{
	position: absolute!important;
    top: 25px!important;
}
/* 
footer .footer-c .gform_wrapper form .gform_footer:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 30px;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
} */

footer .footer-c .gform_wrapper div.validation_error{
	display: none;
}

footer .footer-c .gform_wrapper .gform_confirmation_message{
	text-align: center;
    margin-bottom: 20px;
}

footer .footer-c .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px;
}

footer .footer-c .gform_wrapper ul.gform_fields li.gfield {
	margin: 0px;
	padding: 0px;
}

footer .footer-c .gform_wrapper form .gform_footer {
	width: auto;
	padding: 0px !important;
	margin-top: 0px;
	margin-bottom: 18px;
}

.footer-action-buttons{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.footer-action-buttons > a.btn{
	background-color: #000;
	border-color: #000000;
	border-radius: 0px;
	color: #fff;
	width: 100%;
	text-align: center;
	height: 28px;
	line-height: 100%;
}

footer#h-footer .footer-main {
	max-width: 850px;
    margin: 0 auto;
}

footer#h-footer .footer-main #footer-menu {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

footer#h-footer .footer-main .menu-footer-menu-container{
    padding: 10px 50px;
}

footer#h-footer .footer-main #footer-menu{
    background-color: #000;
}

footer#h-footer .footer-main #footer-menu li {
	margin-left: 1rem;
	margin-right: 1rem;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 24px;
}

footer#h-footer .footer-main #footer-menu li a {
	text-decoration: none;
	color: #fff;
	padding: 3px 0px;
}

footer#h-footer #subfooter-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

footer#h-footer #subfooter-menu li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

footer#h-footer #subfooter-menu li:after {
	content: "";
	width: 1px;
	height: 10px;
	background-color: #9c9b9b;
	position: absolute;
	right: 0px;
	top: 5px;
}

footer#h-footer #subfooter-menu li:last-child:after {
	display: none;
}

footer#h-footer #subfooter-menu li a {
	font-size: 12px;
	color: #9c9b9b;
	padding-top: 0px;
	padding-bottom: 0px;
}

footer#h-footer .social-icons-list li {
	width: 30px;
	height: 30px;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0px 5px;
}

footer#h-footer .social-icons-list li a {
	color: #fff;
	font-size: 18px;
}

footer#h-footer .social-icons-list li a i:before {
	line-height: 28px;
}

footer#h-footer .wpml-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .after-footer .wpml-ls-legacy-dropdown ul,
footer .after-footer .wpml-ls-legacy-dropdown ul li a{
	padding-left: 0px;
	padding-right: 0px;
	min-width: 25px;
}

footer .after-footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	width: 50px;
	left: -10px;
}

footer .after-footer .wpml-wrapper .title{
	margin-right: 15px;
}

/*** blog listing page ***/
.post-items article {
	text-align: center;
	margin-bottom: 50px;
}

.post-items article .inner-content{
	max-width: 300px;
	margin: 0 auto;
}

.post-items article figure {
	border: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%; /*240px;*/
	height: 240px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}

.post-items article .date {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}

.post-items article .date span {
	width: 20px;
	display: inline-block;
	position: relative;
}

.post-items article span:before {
	content: "";
	width: 1px;
	height: 80px;
	background-color: #1d1d1b;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0 auto;
}

.post-items article .title,
.post-items article .title a {
	font-size: 16px;
	color: #1d1d1b;
	text-align: left;
}

.post-items article .entry-summary {
	margin-bottom: 10px;
	font-size: 13px;
	text-align: justify;
	line-height: 17px;
}

.post-items article .readmore-link {
	text-align: left;
}

.post-items article .readmore-link a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #1d1d1b;
}

.post-items.slider-mode-blog .slick-slider .slick-track,
.post-items.slider-mode-blog .slick-slider .slick-list {
	background-color: unset;
}

.post-items.slider-mode-blog .slick-prev,
.post-items.slider-mode-blog .slick-next {
	top: 35%;
	z-index: 1;
}

.post-items.slider-mode-blog .slick-prev {
	left: 0px;
}

.post-items.slider-mode-blog .slick-next {
	right: 0px;
}

.post-items.slider-mode-blog .slick-prev:before,
.post-items.slider-mode-blog .slick-next:before {
	display: none;
}

.post-items.slider-mode-blog .slick-prev,
.post-items.slider-mode-blog .slick-next {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 35px;
}

.post-items.slider-mode-blog .slick-prev {
	background-image: url(../images/left-arrow.png);
}

.post-items.slider-mode-blog .slick-next {
	background-image: url(../images/right-arrow.png);
}

/*** blog detail ***/
body.single.single-post article .entry-content {
	text-align: justify;
}

body.single.single-post article .entry-content .post-head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

body.single.single-post article .entry-content .post-head .col-left{
	flex-basis: 80px;
}

body.single.single-post article .entry-content .post-head .col-right{
	flex-basis: calc(100% - 80px);
}

body.single.single-post article .entry-content .post-head .h_rotateme{
	font-size: 40px;
}

body.single.single-post article .entry-content .post-head .bg{
	height: 650px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

body.single.single-post article .entry-content .post-desc p{
	text-align: justify!important;
}

.main-content.single-wrapper.post-detail .inner-content {
	margin-bottom: 50px;
}

.main-content.single-wrapper.post-detail .post-items article:nth-child(1) .inner-content,
.main-content.single-wrapper.post-detail .post-items article:nth-child(4) .inner-content{
	float: left;
}

.main-content.single-wrapper.post-detail .post-items article:nth-child(3) .inner-content,
.main-content.single-wrapper.post-detail .post-items article:nth-child(6) .inner-content{
	float: right;
}

.related-posts-container .heading {
	font-size: 17px;
	text-align: center;
	color: #1d1d1b;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.related-posts-container .post-items article .date {
	margin-bottom: 20px;
}

/*** slick ***/
.slick-prev,
.slick-next {
	top: 50%;
	z-index: 1;
}

.slick-prev {
	left: -10px;
}

.slick-next {
	right: -10px;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev,
.slick-next {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 35px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
}

.slick-prev {
	background-image: url(../images/left-arrow.png);
}

.slick-next {
	background-image: url(../images/right-arrow.png);
}

.slick-prev:hover,
.slick-prev:focus {
	color: inherit;
	outline: none;
	background-image: url(../images/left-arrow.png);
}

.slick-next:hover,
.slick-next:focus {
	color: inherit;
	outline: none;
	background-image: url(../images/right-arrow.png);
}

.slick-prev:before,
.slick-next:before {
	color: #000;
}

/*** search overlay ***/
.h-search-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .94);
	text-align: center;
	transition: all ease-in-out .25s;
}

.h-search-overlay.h-show {
	visibility: visible;
	opacity: 1;
	z-index: 99999;
}

.h-search-overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.h-search-overlay .h-close {
	position: absolute;
	right: 50px;
	top: 70px;
	transition: -webkit-transform ease-out .2s;
	transition: transform ease-out .2s;
	transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	font-size: 30px;
	color: #fff;
}

.h-search-overlay .h-search-wrapper {
	display: inline-block;
	max-width: 1000px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-ms-transform: scale(.9);
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}

.h-search-overlay.h-show .h-search-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1);
}

.h-search-overlay .h-search-wrapper p {
	font-size: 14px;
	margin-bottom: 40px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.h-search-overlay .h-search-wrapper form {
	position: relative;
}

.h-search-overlay .h-search-wrapper form input {
	max-width: 800px;
	background-color: transparent;
	box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
	border: 0;
	text-align: center;
	font-size: 35px;
	padding: 20px 50px;
	color: #fff;
	outline: none;
	transition: all .3s ease-out;
}

.h-search-overlay .h-search-wrapper form .h-search-icon {
	font-size: 25px;
	position: absolute;
	right: 15px;
	top: 30px;
	color: #fff;
	color: rgba(255, 255, 255, 1);
	transition: all .2s ease-out;
}

/*** search results page ***/
body.search-results .hyper-breadcrumbs-wrapper{
	display: none;
}

.main-content.search-wrapper {
	max-width: 1024px;
	margin: 30px auto;
}

.main-content.search-wrapper .page-header {
	text-align: center;
}

.main-content.search-wrapper .page-header .page-title {
	font-size: 25px;
}

.main-content.search-wrapper article.search-result-item {
	margin-bottom: 25px;
}

.main-content.search-wrapper article .the_title {
	font-size: 20px;
	font-weight: 500;
}

.main-content.search-wrapper article .the_title a {
	color: #1d1d1b;
}

.main-content.search-wrapper article .the_excerpt {
	font-size: 14px;
}

.main-content.search-wrapper .widget_search {
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	min-height: auto;
}

.main-content.search-wrapper .widget_search .hyper-searchform {
	margin: 0 auto;
	position: relative;
	max-width: 550px;
	display: flex;
	align-items: center;
}

.main-content.search-wrapper .hyper-searchform .text-input {
	margin: 0;
	padding: 12px 28px 12px 15px;
	width: 100%;
	border: 2px solid rgba(0, 0, 0, .12);
}

.main-content.search-wrapper .hyper-searchform i {
	position: absolute;
	right: 14px;
	opacity: .4;
	font-size: 20px;
}

.main-content.search-wrapper .hyper-searchform i .search-button {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
	border: none;
	background-color: transparent;
}

/*** pagination ***/
.hyper-pagination {
	margin: 0 auto;
	text-align: center;
	padding: 65px 0 40px;
	position: relative;
}

.hyper-pagination .hyper-pagination-inner {
	margin: 0 10px 0 0;
	float: left;
}

.hyper-pagination .current-page,
.hyper-pagination .page-number {
	display: block;
	padding: 12px 12px;
	line-height: 12px;
	font-size: 12px;
	margin: 0 2px;
	font-weight: 700;
	float: left;
	border: 2px solid transparent;
	color: #343434;
	width: 40px;
	height: 40px;
}

.hyper-pagination .current-page:hover,
.hyper-pagination .page-number:hover {
	border: 2px solid #1d1d1b;
}

.hyper-pagination .current-page {
	border: 2px solid #1d1d1b;
	background-color: #1d1d1b;
	color: #fff;
	border-radius: 50%;
}

.hyper-pagination .hyper-total-pages {
	float: right;
	opacity: .6;
	color: #1d1d1b;
}

.hyper-pagination .current-page,
.hyper-pagination .hyper-pagination-next,
.hyper-pagination .hyper-pagination-previous,
.hyper-pagination .page-number {
	transition: all .2s ease
}

.hyper-pagination .hyper-pagination-next,
.hyper-pagination .hyper-pagination-previous {
	display: block;
	height: 40px;
	width: 40px;
	float: left;
	color: #343434;
	border: 2px solid transparent;
	position: relative;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 34px;
}

.hyper-pagination .hyper-pagination-next a,
.hyper-pagination .hyper-pagination-previous a {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 14;
	left: 0;
	top: 0;
	color: #343434;
}

/*** load more button ***/
.js-loadmore-holder {
	display: block;
	text-align: center;
	margin: 10px auto;
}

.js-loadmore-holder a.js-loadmore-button {
	color: #1d1d1b;
	text-transform: uppercase;
	border: 1px solid #1d1d1b;
	padding: 10px 20px;
	display: inline-block;
}

.js-loadmore-holder a.js-loadmore-button:hover {
	background-color: #1d1d1b;
	color: #fff;
	text-decoration: none;
}

.load-more-scroll {
	padding: 15px;
}

.hyper-loading-indicator {
	direction: block;
	margin-top: 20px;
	position: relative;
	height: 50px;
	width: 50px;
	margin: 10px auto;
	background-image: url(../images/spinner.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/*** custom class css ***/
.search-border-bg {
	padding-top: 50px;
	padding-right: 40px !important;
	padding-bottom: 50px;
	position: relative;
	border-right: 1px solid #1d1d1b;
	border-bottom: 1px solid #1d1d1b;
	right: 15px;
}

.search-border-bg:before {
	content: "";
	width: 50%;
	height: 1px;
	background-color: #1d1d1b;
	position: absolute;
	right: 0px;
	top: 0px;
}

.search-border-bg:after {
	content: "";
	width: 35px;
	height: 35px;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0px;
	right: 35px;
	top: -17px;
	margin: 0 auto;
	text-align: center;
}

.search-border-bg > div.vc_column-inner {
	padding-left: 0px;
}

/*** roated text effect ***/
.post-detail .h_rotateme {
	position: relative;
	height: 100%;
}

.post-detail .h_rotateme .rotate {
	position: absolute;
	bottom: 35%;
	left: 20%;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	z-index: 1;
}

/*** experts grid bg ***/
.experts-grid-bg {
	position: relative;
}

/*.experts-grid-bg:before{
	content: "" !important;
	display: block !important;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 241px!important;
	background-image: linear-gradient(90deg, rgba(199, 200, 200, 0.8) 1px, transparent 1px), 
	linear-gradient(rgba(199, 200, 200, 0.8) 1px, transparent 1px);
    background-size: 20px 20px;
}*/

.experts-grid-bg > .wpb_column {
	position: relative;
	padding: 10px;
}

.experts-grid-bg > .wpb_column:before {
	content: "" !important;
	display: block !important;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 235px !important;
	padding: 20px !important;
	text-align: center;
	height: 100%;
	background-color: transparent;
	background-size: 36px 36px;
	background-position: center;
	border-top: 1px solid rgba(199, 200, 200, 0.5);
	border-bottom: 1px solid rgba(199, 200, 200, 0.5);
	background-image: linear-gradient(0deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent);
	
}

.what_woman_want_row {
	justify-content: space-between;
}

.what_woman_want_row > .wpb_column {
	width: 30%;
}

/*** all side grid ***/


.all-side-grid{
	position: relative;
	padding: 20px;
	background-image: linear-gradient(90deg, rgba(199, 200, 200, 0.8) 1px, transparent 1px), 
	linear-gradient(rgba(199, 200, 200, 0.8) 1px, transparent 1px);
    background-size: 20px 20px;
    min-height: 541px;
    margin-left: 0px!important;
    margin-right: 0px!important;
}


/*** tooltip ***/

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before{
	border-top-color: #fff!important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: #fff!important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: #fff!important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #fff!important;
}


body .tooltip .tooltip-inner{
	background-color: #fff!important;
	color: #000!important;
}

.tooltip.right .tooltip-inner{}

/*** ap step ***/

.ap-step{
	cursor: pointer;
}

.ap-step .icon {
	margin-bottom: 20px;
	text-align: center;
}

.ap-step .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
}

.ap-step.ap-left {
	text-align: left;
}

.ap-step.ap-right {
	text-align: right;
}

.ap-step .num {
	border: 2px solid #1d1d1b;
	padding: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	display: none;
}

.ap-step.hover .num{
	background-color: #bdaea7;
}

.ap-step .text {
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}

.ap-step.ap-right .num{
	order: 2;
}

.ap-step.ap-right .text{
	order: 1;
}


/*** grid bg ***/
.grid-bg {
	position: relative;
}

.grid-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	background-color: transparent;
	background-image: linear-gradient(0deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent);
	height: 100%;
	background-size: 40px 40px;
	background-position: center;
	border: 1px solid rgba(199, 200, 200, 0.8);
	z-index: 2;
}

/*.grid-bg-with-content {
	padding: 40px !important;
	text-align: center;
	background-color: transparent;
	background-image: linear-gradient(0deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent);
	height: 100%;
	background-size: 40px 40px;
	background-position: center;
	border: 1px solid rgba(199, 200, 200, 0.8);
	margin-left: 0px!important;
    margin-right: 0px!important;
}
*/
.grid-bg-with-content{
	position: relative;
    padding: 20px;
    background-image: linear-gradient(90deg, rgba(199, 200, 200, 0.8) 1px, transparent 1px), linear-gradient(rgba(199, 200, 200, 0.8) 1px, transparent 1px);
    background-size: 20px 20px;
    min-height: 421px;
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.grid-bg-with-content > div {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px !important;
	margin: 0px;
}

.grid-bg-with-content .h_event_container {
	border: 0px;
	background: 0px;
	padding: 0px;
}

.grid-bg-with-content .h_event_container .items {
	padding: 0px;
}

/*** anlged text section ***/
.angled-text-col {
}

.angled-text-col .angled-text {
	position: relative;
}

.angled-text-col .angled-text h3 {

	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 60px;
	text-align: left;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 0px;
}

.angled-text-col .angled-text h3 strong {
	font-weight: 500 !important;
}

.angled-text-col .angled-text h3:first-child {
	position: relative;
}

.angled-text-col .angled-text h3:first-child:after {
	content: "";
	height: 1px;
	width: 50%;
	background-color: #1d1d1b;
	position: absolute;
	bottom: -5px;
	left: 20%;
	text-align: center
}

.angled-text-col .angled-text h3:last-child {
	position: absolute;
	top: 80px;
	left: 60px;
	background: none;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.angled-text-col .angled-text h3:last-child span {
	display: none;
}

/*** vertical link ***/
.vertical-line {
	display: block;
	width: 1px;
	height: 60px;
	margin: 0 auto;
	background-color: #1d1d1b;
	margin-top: 5px;
	margin-bottom: 20px;
}

/** form ***/
.button,
.file-cta,
.file-name,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 0px;
	box-shadow: none;
	display: inline-flex;
	font-size: 1rem;
	height: 2.25em;
	justify-content: flex-start;
	line-height: 1.5;
	padding-bottom: calc(.375em - 1px);
	padding-left: calc(.625em - 1px);
	padding-right: calc(.625em - 1px);
	padding-top: calc(.375em - 1px);
	position: relative;
	vertical-align: top;
}

.select {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}

.select select {
	background-color: #fff;
	border-color: #dbdbdb;
	color: #363636;
	cursor: pointer;
	display: block;
	font-size: 1em;
	max-width: 100%;
	outline: 0;
	padding-right: 2.5em;
	min-width: 140px;
}

.select:after {
	border: 1px solid transparent;
	border-radius: 0px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: .625em;
	margin-top: -.4375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	width: .625em;
}

.select:not(.is-multiple):not(.is-loading)::after {
	border-color: #1d1d1b;
	right: 1.125em;
	z-index: 4;
}

input,
textarea,
.gform_wrapper textarea,
.gform_wrapper textarea.textarea {
	border: 1px solid #ddd;
}

button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #1d1d1b;
	color: #fff;
}

/*** timeline section ***/

.has-timeline-arrow{
	position: relative;
}

.has-timeline-arrow:after {
	content: "";
    display: block;
    width: 1px;
    height: 48px;
    background-color: #1d1d1b;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 100px;
    top: -20px;
}

.has-timeline-arrow span{
	display: block;
	max-width: 115px;
	text-align: center;
}

.timeline-row > .vc_column_container > .vc_column-inner > .wpb_wrapper{
	max-width: 200px;
	margin: 0 auto;
}

.timeline-row > .vc_column_container:nth-child(2) > .vc_column-inner > .wpb_wrapper{
	/*margin: 0 auto;*/
}

.timeline-row > .vc_column_container > .vc_column-inner > .wpb_wrapper p{
	text-align: justify!important;
}

.timeline-row .h_bgimage-wrapper{
	border: 1px solid rgba(199, 200, 200, 0.5);
}

/*** Login / Logout ***/
.logged-in-wrapper {
	display: flex;
	align-items: center;
}

.logged-in-wrapper .welcome-msg {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	line-height: 100%;
}

.logged-in-wrapper .welcome-msg span {
	display: block;
}

.logged-in-wrapper .logout-btn {
	display: block;
	text-align: right;
}

.logged-in-wrapper .logout-btn a {
	font-size: 12px;
	color: #1d1d1b;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
	padding: 3px;
	border: 1px solid #1d1d1b;
	display: inline-block;
	text-decoration: none;
}

.logged-in-wrapper .logout-btn a:hover {
	text-decoration: none;
	background-color: #1d1d1b;
	color: #fff;
}

.logged-in-wrapper .logout-btn a span {
	display: flex;
    flex-basis: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}


/*** VC overrides ***/
body .vc_column_container>.vc_column-inner {
	padding-top: 15px;
	padding-bottom: 15px;
}

body .vc_row .vc_row.vc_inner{
	/*margin-left: 0px;
	margin-right: 0px;*/
}

body .wpb_single_image.wpb_content_element {
	margin-bottom: 20px;
}

body .no_margin_image .wpb_single_image.wpb_content_element{
	margin-bottom: 0px;
}

body .vc_column_container.is-paddingless-col > .vc_column-inner {
	padding: 0px !important;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a{
	text-transform: uppercase!important;
	font-family: 'DINPro'!important;
	color: #1d1d1b!important;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 60px!important;
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
	left: 40px;
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_column_container>.vc_column-inner{
	padding: 8px 35px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
	background-color: #ececec;
}


/*** breadcrumb **/
body.home .hyper-breadcrumbs-wrapper{display: none;}

.hyper-breadcrumbs-wrapper{
	position: relative;
	z-index: 1;
}
.hyper-breadcrumbs-wrapper .hyper-bread-home{
	position: absolute;
	top: 0px;
	padding-left: 80px;
	
}
.hyper-bread-home{ text-transform: uppercase; }
.hyper-bread-home span{display: block; font-weight: 500;}
.hyper-bread-home span i{ font-size: 25px; }
.hyper-bread-home a{ color: #1d1d1b; }

/*** go to top ***/
.go-top {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 70px;
    right: 20px;
	background-image: url(../images/go-to-top.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
	display: none!important;
}

/*** registration form ***/

.gform_wrapper.registration-form_wrapper{
	max-width: 600px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 20px;
	background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);

}

.gform_wrapper.gf_browser_chrome.registration-form_wrapper .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome.registration-form_wrapper .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome.registration-form_wrapper .gfield_radio li input[type=radio]{
	margin-top: 0px;
}

.gform_wrapper.gf_browser_chrome.registration-form_wrapper select{
	height: 38px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #fff;
}

.gform_confirmation_wrapper.registration-form .gform_confirmation_message{
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 20px;
	background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
}

.btn.login-btn{
	background-color: #1d1d1b;
    color: #fff;
    border-radius: 0px;
}


/**** login/register page ***/

.login-register-wrapper{
	padding: 20px;
	padding-top: 100px;
	background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
}

.login-register-wrapper .gform_wrapper.registration-form_wrapper, 
.login-register-wrapper .gform_wrapper.gf_login_form {
	margin-top: 0px;
	box-shadow: unset;
	padding: 0px;
	max-width: 100%;
}

.lrw-registration, .lrw-login{
	padding: 20px;
}

.lrw-registration h3, .lrw-login h3{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	font-size: 22px;
}

.lrw-login input{
	width: 100%!important
}

.lrw-login .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
	margin-top: 0px;
}

.lrw-login .gf_login_links{
	text-align: center;
}

.lrw-login .gf_login_links a{
	text-decoration: none;
	color: #555d66;
}

.login-register-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
	line-height: 100%;
}

.lrw-login p{
	text-align: center;
}

.lrw-login .avatar{
	margin-bottom: 20px;
}

#backtosite{
	text-align: center;
}

#backtosite a{
	color: #555d66;
	text-decoration: none;
}

@media(max-width: 650px){
	.login-register-wrapper .gform_wrapper .gform_footer input.button, 
	.login-register-wrapper .gform_wrapper .gform_footer input[type=submit], 
	.login-register-wrapper .gform_wrapper .gform_page_footer input.button, 
	.login-register-wrapper .gform_wrapper .gform_page_footer input[type=submit]{
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
}

/*** topbar ***/
.hyper-topbar{
	display: none;
	text-align: right;
}


/** face section ***/
#ap-section .grid-bg .vc_column-inner{
	z-index: 2!important;
}

/**bckground with text **/

.background-with-text{
	min-height: 550px;
	padding-left: 80px;
	font-size: 32px;
	line-height: 120px;
	
}

.vc_row.background-with-text, .vc_row.bg_overlay{
	margin-left: 0px!important;
	margin-right: 0px!important;
}

/*** fancybox ***/
.fancybox-close{
	background-image: unset;
}

/*** custom pages ***/

.expertise-equal-columns .video-container{
	height: 300px;
}

.wpb_raw_code.styled-title{
	font-size: 27px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 0px;
	text-align: center;
	padding: 25px 15px;
	position: relative;
}

.wpb_raw_code.styled-title span.a,
.wpb_raw_code.styled-title span.b,
.wpb_raw_code.styled-title span.c,
.wpb_raw_code.styled-title span.d{
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
}

.wpb_raw_code.styled-title span.a{
	width: 100px;
	height: 4px;
	top: 0px;
	left: 0px;
	background-color: #000;
}

.wpb_raw_code.styled-title span.b{
	width: 4px;
	height: 30px;
	top: 0px;
	left: 0px;
	background-color: #000;
}

.wpb_raw_code.styled-title span.c{
	width: 4px;
	height: 30px;
	bottom: 0px;
	right: 0px;
	background-color: #000;
}

.wpb_raw_code.styled-title span.d{
	width: 100px;
	height: 4px;
	bottom: 0px;
	right: 0px;
	background-color: #000;
}

/*.wpb_raw_code.styled-title > div{
	padding: 15px;
	position: relative;
}

.wpb_raw_code.styled-title:before{
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 50px);
	height: 6px;
	top: -5px;
	left: 50px;
	background-color: #000;
	z-index: 1;
}

.wpb_raw_code.styled-title:after{
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 50px);
	height: 6px;
	bottom: -5px;
	right: 50px;
	background-color: #000;
	z-index: 1;
}

.wpb_raw_code.styled-title > div:before{
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: calc(100% - 15px);
	bottom: -5px;
	left: -4px;
	background-color: #000;
	z-index: 1;
}

.wpb_raw_code.styled-title > div:after{
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: calc(100% - 15px);
	top: -5px;
	right: -4px;
	background-color: #000;
	z-index: 1;
}
*/

.product_table img{ max-width: 200px; }

.product_table th{ 
	border: 2px solid #ccc; 
	border-left: 0px;
	text-align: left; 
	min-width: 50px; 
	border-left-color: #ccc;
	border-right-color: #ccc;
}

.product_table td{ 
	border: 2px solid #ccc; 
	border-left: 0px;
	text-align: center; 
	min-width: 50px; 
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
	border-left-color: #ccc;
	border-right-color: #ccc;
}

.product_table tr:nth-child(1) td,
.product_table tr:nth-child(1) th{
	border: 0px;
}

.product_table tr td:last-child{
	border-right: 0px;
}

.product_table tr:nth-child(2) td,
.product_table tr:nth-child(2) th{
	border-top: 0px;
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.product_table tr.bg-gray th,
.product_table tr.bg-gray td,
td.bg-gray,
th.bg-gray{
	background-color: #E6E6E8;
}

/*** some overrides ***/
#tarteaucitron{
	font-family: 'DINPro', sans-serif!important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, 
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,
#tarteaucitronRoot .tarteaucitronH1,
#tarteaucitron #tarteaucitronInfo, 
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName{
	font-family: 'DINPro', sans-serif!important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, 
#tarteaucitronAlertBig #tarteaucitronPersonalize, 
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, 
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, 
.tac_activate .tarteaucitronAllow,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, 
#tarteaucitron #tarteaucitronClosePanel,
#tarteaucitron button{
	font-family: 'DINPro', sans-serif!important;
	font-size: 13px!important;
	text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 20px!important;
    border-radius: 0px!important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, 
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, 
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, 
.tac_activate .tarteaucitronAllow{
	background: #000!important;
	color: #fff!important;
	border: 1px solid #fff!important;
}

.cc-window.cc-banner{
	font-family: 'DINPro', sans-serif!important;
	font-size: 13px!important;
}

.cc-theme-classic .cc-btn{
	border-radius: 0px!important;
	font-family: 'DINPro', sans-serif!important;
	font-size: 13px!important;
}

@media screen and (min-width: 768px) {
	.five-columns.vc_row .vc_col-sm-2 {
		float: left;
		width: 18.5%;
		padding: 0;
		margin-right: 1.5%;
		min-height: 0;
	}
	.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
		margin-right: 0;
	}
}

@media(min-width: 1200px){
	.container{
		max-width: 1280px;
	}
}

@media (min-width:1300px) {
	.container {
		max-width: 1391px;
	}
}

@media(min-width:1400px) {
	.container {
	    width: 100%;
	    max-width: 1480px;
	}
}

@media(min-width:1500px) {
	.container {
	    width: 100%;
	    max-width: 1580px;
	}
}

@media(min-width:1600px) {
	.container {
	    width: 100%;
	    max-width: 1680px;
	}
}

@media(min-width:1700px) {
	.container {
	    width: 100%;
	    max-width: 1780px;
	}
}

@media(min-width:1800px) {
	.container {
	    width: 100%;
	    max-width: 1880px;
	}
}


@media(max-width:2000px) {
	header#h-header .navbar-brand img {
		max-width: 160px;
	}

	#mega-menu-wrap-primary-pro #mega-menu-primary-pro > li.mega-menu-item > a.mega-menu-link{
		font-size: 14px;
		padding: 0px 10px 0px 10px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
		padding: 0px 10px 0px 10px;
	}

	header#h-header .menu-bg span {
		width: 20px;
	}

	/* header#h-header .header-search img,
	header#h-header .header-contact img {
		max-width: 20px;
	} */

}

@media(max-width:1500px) {

	header#h-header .navbar-brand img {
		max-width: 160px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 12px;
		padding: 0px 10px 0px 10px;
	}

	header#h-header .header-search, header#h-header .header-contact{
		padding: .375rem .45rem;
	}


	header#h-header .menu-bg span {
		width: 18px;
	}

	/* header#h-header .header-search img,
	header#h-header .header-contact img {
		max-width: 18px;
	} */

	.btn.pro-btn {
		font-size: 15px;
	}

	.btn.auth-prod-btn{
		line-height: 11px;
	}

	.angled-text-col .angled-text h3 {
		font-size: 50px;
	}

	.angled-text-col .angled-text h3:last-child {
		left: 50px;
		top: 70px;
	}

}

@media(max-width:1400px) {

	/*
	#mega-menu-wrap-primary-pro #mega-menu-primary-pro > li.mega-menu-item > a.mega-menu-link{
		font-size: 12px;
		padding: 0px 8px 0px 8px;
	}*/

	/*.experts-grid-bg > .wpb_column { width: 33.33%; }
	.experts-grid-bg > .wpb_column:nth-child(3n):before { border-right: 1px solid rgba(199, 200, 200, 0.8); }*/

	header .header-nav-right #header_search-form input{
		max-width: 80px;
	}
}


@media(max-width:1280px) {
	header#h-header .navbar > .container {
		max-width: 100%;
	}

	header#h-header .list-inline-item .btn {
		padding: 5px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 8px;
	}

	.wpml-ls-legacy-dropdown > ul {
		padding: 0rem 0.40rem;
	}

	#mega-menu-wrap-primary-pro #mega-menu-primary-pro > li.mega-menu-item > a.mega-menu-link {
	    font-size: 12px;
	    padding: 0px 8px;
	}

	.secondary-nav{
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}

	.logged-in-wrapper .logout-btn a{
		font-size: 10px;
	}

	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
		padding: 8px 0px;
		min-width: 25px;
	}

	.btn.auth-prod-btn{
		font-size: 10px;
		line-height: 9px;
	}

	.btn.pro-btn {
		font-size: 12px;
	}

	footer#h-footer .before-footer {
		padding: 35px;
	}

	.grid-bg-with-content {
		padding: 25px !important;
	}

	.grid-bg-with-content .wpb_row {
		padding: 10px 0px !important;
	}

	.angled-text-col .angled-text h3 {
		font-size: 45px;
	}

	.angled-text-col .angled-text h3:last-child {
		left: 45px;
		top: 50px;
	}

	.angled-text-col .angled-text h3:first-child:after {
		width: 35%;
	}

	.vertical-line {
		height: 40px;
	}

	.bg_overlay {
		position: relative;
	}

	.footer-sep {
		margin-top: 80px;
		margin-bottom: 50px;
	}

	.experts-grid-bg > .wpb_column:before{
		height: 225px!important;
	}

	header .header-nav-right{
		justify-content: flex-end;
	}

	header .header-nav-right #header_search-form input{
		max-width: 60px;
	}

	header .header-nav-right #header_search-form img,
	header#h-header .header-search img, header#h-header .header-contact img{
		max-width: 20px;
	}

}

@media(max-width:1200px) {
	/*.aesthetic-procedure-section > .wpb_column {
		width: 50%;
	}*/

	.bg_overlay:before {
		content: "" !important;
		display: block !important;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background-color: rgba(213, 211, 210, 0.65);
	}

	.what_woman_want_row > .wpb_column {
		width: 50%;
	}

	.container {
		max-width: 100% !important;
	}

}

@media(max-width:1150px) {
	header.desktop-header {
		display: none !important;
	}

	header.mobile-header {
		display: block !important;
	}

	.navbar-expand-xl .navbar-toggler {
		display: block;
	}

	header#h-header .h-nav_section {
		margin: 0 auto;
	}

	header .h-header__section {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	header .navbar-toggler:not(:disabled):not(.disabled) {
		height: 60px;
	}

	.h-main .hero-section .hero-bg {
		height: 420px!important;
		margin-bottom: 40px;
	}

	.hyper-breadcrumbs-wrapper .hyper-bread-home{
		position: relative;
		top: unset;
		left: unset;
		padding: 10px;
		margin-bottom: 15px;
		text-align: center;
	}

	.gform_wrapper.registration-form_wrapper{
		margin-top: 0px;
	}

}

@media(max-width:1024px) {

	body.single.single-post article .entry-content .post-head .bg{
		height: 400px;
	}

	.main-content.single-wrapper.post-detail .post-items article:nth-child(1) .inner-content,
	.main-content.single-wrapper.post-detail .post-items article:nth-child(4) .inner-content{
		float: none;
	}

	.main-content.single-wrapper.post-detail .post-items article:nth-child(3) .inner-content,
	.main-content.single-wrapper.post-detail .post-items article:nth-child(6) .inner-content{
		float: none;
	}

	.main-content.single-wrapper.post-detail .inner-content{
		margin-bottom: 0px;
	}

	.related-posts-container .post-items article .date{
		margin-bottom: 10px;
	}

	.post-items article figure{
		height: 200px;
	}

	.post-items article{
		margin-bottom: 20px;
	}


}

@media(max-width:992px) {

	.h-main .hero-section .hero-bg .banner-title{
		font-size: 18px;
		left: 5%;
		top: 35%;
		transform: translateY(-35%);
		/*background-color: rgba(0, 0, 0, 0.5);*/
	}

	.h-main .hero-section .hero-bg .banner-title sup{
		font-size: 10px;
		top: -8px;
	}

	body .vc_row.vc_row-o-content-middle>.vc_column_container.is-paddingless-col>.vc_column-inner {
		padding: 20px !important;
	}

	footer#h-footer .container {
		max-width: 100% !important;
	}

	footer#h-footer .before-footer .row {
		justify-content: center;
	}

	footer#h-footer .before-footer .footer-a {
		display: block;
		text-align: center;
	}

	footer .footer-c .gform_wrapper .gform_footer input.button, 
	footer .gform_wrapper .gform_footer input[type=submit]{
		margin: 0 auto;
	}

	#ap-section{
		display: none!important;
	}

	.ap-step .num {
		padding: 5px;
		font-size: 12px;
	}

	.experts-grid-bg > .wpb_column {
		width: 25%;
	}

	.all-side-grid{
		min-height: 581px;
	}

}

@media(max-width: 900px){
	.h-main .hero-section .hero-video-container {
		height: 350px;
	}

	.container {
	    max-width: 720px!important;
	}
}

@media(max-width:768px) {

	.hyper-breadcrumbs-wrapper .hyper-bread-home{
		margin-bottom: 0px;
	}

	.h-main .hero-section .hero-bg {
		height: 350px!important;;
	}

	.h-main .hero-section .hero-bg .banner-title{
		font-size: 18px;
	}

	.h-main .hero-section .banner-title img{
		width: 100px;
		height: auto;
	}

	.h-main .hero-section .hero-video-container{
		height: 250px!important;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.angled-text-col .wpb_raw_code{
		margin-bottom: 0px;
	}

	.footer-sep {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	footer#h-footer {
		padding-left: 0px;
		padding-right: 0px;
	}

	footer#h-footer .footer-main #footer-menu {
		justify-content: center;
		padding: 0px 20px;
	}

	footer#h-footer .footer-main #footer-menu li {
		flex-basis: 100%;
		margin: 0px;
		text-align: center;
	}

	footer#h-footer .before-footer {
		padding: 15px;
	}

	footer .footer-c .gform_wrapper .gform_heading{
		width: 100%;
		flex: none;
		text-align: center;
	}

	footer .footer-c .footer-plus-sign{
		position: relative;
		left: unset;
		top: unset;
	}

	.hyper-pagination .hyper-pagination-inner,
	.hyper-pagination .hyper-total-pages {
		float: none;
		margin: 40px auto 0;
		clear: both;
		padding-top: 0
	}

	.hyper-pagination .current-page,
	.hyper-pagination .page-number {
		float: none;
		display: inline-block;
		margin-bottom: 6px
	}

	.hyper-pagination .pagination-arrows {
		box-sizing: border-box;
		position: absolute;
		top: 20px;
		width: 45%;
		background-color: rgba(0, 160, 161, 0.5);
		color: #fff;
	}

	.hyper-pagination .hyper-pagination-next {
		right: 0
	}

	.hyper-pagination .hyper-pagination-previous {
		left: 0
	}

	.h_rotateme .rotate {
		transform: unset;
	}

	.h_rotateme .inner {
		position: relative;
		left: unset;
		right: unset;
		bottom: unset;
		top: unset;
		display: block;
		text-align: center;
	}

	.vertical-line {
		height: 30px;
	}

	.experts-grid-bg > .wpb_column {
		width: 100%;
	}

	body.single.single-post article .entry-content .post-head .bg{
		height: 300px;
	}

	body.single.single-post article .entry-content .post-head .h_rotateme {
	    font-size: 30px;
	}

	.aesthetic-procedure-section > .wpb_column.bgimage {
		min-height: 400px;
	}

	.search-border-bg{
		right: unset;
		width: calc(100% - 30px)!important;
		margin: 0 auto!important;

	}

	.search-border-bg > div.vc_column-inner{
		padding-left: 15px;
	}

	body .what_woman_want_row{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}

	.what_woman_want_row > .wpb_column{
		width: 100%;
	}

	/*.all-side-grid{
		padding: 33px 38px;
	}*/

	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
	    padding: 15px 40px!important;
	    font-size: 14px;
	}

	body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	    left: 20px;
	}

	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body{
		padding: 0px 20px;
	}

	body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_column_container>.vc_column-inner {
	    padding: 0px 15px;
	}

}

@media(max-width:600px) {

	header#h-header .navbar-brand{
		margin-left: 5px;
		margin-right: 5px;
	}

	header#h-header .navbar-brand img{
		max-width: 140px;
	}

	.h-main .hero-section .hero-bg {
		height: 240px!important;;
		margin: 15px auto;
	}

	.h-main .hero-section .banner-title img{
		width: 80px;
		height: auto;
	}

	.h-main .hero-section .hero-bg .banner-title{
		max-width: 160px;
		font-size: 13px;
		padding: 5px;
	}

	.hyper-bread-home span{
		font-size: 12px;
	}

	.hyper-bread-home span i {
	    font-size: 15px;
	}

	.h_section_heading .image img {
	    max-width: 30px;
	}

	body.single.single-post article .entry-content .post-head .col-left {
	    flex-basis: 100%
	}

	body.single.single-post article .entry-content .post-head .col-right {
	    flex-basis: 100%;
	}

	.post-detail .h_rotateme .rotate{
		transform: none;
		top: unset;
		bottom: unset;
		left: unset;
		padding-bottom: 10px;
		position: relative;
		display: block;
	}

	body.single.single-post article .entry-content .post-head .h_rotateme {
	    font-size: 20px;
	}

	body.single.single-post article .entry-content .post-head .bg {
	    height: 250px;
	}

	footer#h-footer .footer-main #footer-menu {
		display: block;
	}

	footer#h-footer .footer-main #footer-menu li {
		text-align: center;
	}

	footer .footer-c .gform_wrapper .gform_footer input.button,
	footer .gform_wrapper .gform_footer input[type=submit] {
		padding-left: 30px;
	}

	footer .footer-c .gform_wrapper form .gform_body{
		flex: none;
		width: 100%;
		padding: 0px;
	}

	.experts-grid-bg > .wpb_column {
		width: 100%;
	}

	body .go-top {
	    width: 40px;
	    height: 40px;
	    bottom: 40px;
	}

	.search-border-bg{
		padding: 20px!important;
	}

	.post-items article .title, .post-items article .title a,
	.post-items article .entry-summary,
	.post-items article .readmore-link{
		text-align: center;
	}

}

@media(max-width:420px) {
}