/*-------------------------------------
[Master Stylesheet]
Project: Yez Premium Wordpress Theme

[Table of contents]
1. Base theme Grid
2. Plugins
    2.1 Isotope
    2.2 Nivo
    2.3 Contact Form 7
    2.4 Slick Slider
3. Content Area
4. Footer
5. Typography
6. Header
7. Blog
8. Widgets

---------------------------------------*/
/* BASE AND GRID */
body{
	position: relative;
	right: 0;
	display: block;
	overflow-x: hidden !important;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: right .3s ease;
	-moz-transition: right .3s ease;
	transition: right .3s ease;
	
	-webkit-overflow-scrolling: touch;
}
body,
html{
	margin: 0;
	padding: 0;
}
pre{
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
form,
fieldset{
	margin-bottom: 0;
}
textarea{
	min-height: 160px;
}
label,
legend{
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
abbr[title],
acronym[title]{
	text-decoration: none;
}
input[type='checkbox'],
input[type='radio']{
	display: inline;
	margin: 3px;
	vertical-align: middle;
}
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea{
	font-family: inherit;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.7;
	display: block;
	box-sizing: border-box;
	width: 270px;
	max-width: 100%;
	margin: 0;
	padding: 0 27px;
	color: inherit;
	border: 1px solid #e3e6e8;
	outline: none;
	background-color: #fcfcfc;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select{
	height: 45px;
}
input[type='submit'],
button{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 21px 11px;
	cursor: pointer;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
	color: #ffffff;
	border: 1px solid;
	outline: none;
}
input[type='submit']:hover{
	background: transparent;
}
input[type='submit'] + i[class*=theme_icon-]{
	line-height: 1.25;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
	vertical-align: middle;
}
[class*=span]{
	float: left;
	min-height: 1px;
}
textarea::-webkit-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
textarea:-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
textarea::-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
textarea:-ms-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='text']::-webkit-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='text']:-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='text']::-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='text']:-ms-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='email']::-webkit-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='email']:-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='email']::-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='email']:-ms-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='url']::-webkit-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='url']:-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='url']::-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='url']:-ms-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='tel']::-webkit-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='tel']:-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='tel']::-moz-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
input[type='tel']:-ms-input-placeholder{
	font-family: inherit !important;
	color: inherit !important;
}
/* search by categories */
.gt3_cat_search input#s{
	float: left;
}
select#product_cat{
	display: none;
}
.gt3-search_cat-select{
	float: left;
}
#gt3_cat_search input#s{
	width: 345px;
	height: 55px;
	padding: 13px 28px 12px;
	border-right: none;
}
#gt3_cat_search span.gt3-search_cat-line{
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 347px;
	height: 25px;
}
#gt3_cat_search #s{
	float: left;
}
span.gt3-search_cat-line:before{
	position: absolute;
	z-index: 10;
	width: 1px;
	height: 25px;
	margin-top: 12px;
	content: '';
	border-right: 1px solid #e3e6e8;
}
.gt3-search_cat-select span.select2.select2-container.select2-container--default{
	font-family: inherit;
	display: block;
	box-sizing: border-box;
	max-width: 225px;
	height: 55px;
	padding: 14px 90px 14px 20px;
	text-align: left;
	border-top: 1px solid #e3e6e8;
	border-bottom: 1px solid #e3e6e8;
	background-color: #fcfcfc;
}
.gt3-search_cat-select .select2-container .select2-selection--single .select2-selection__rendered{
	line-height: 24px !important;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fcfcfc;
}
.gt3-search_cat-select .select2-container .select2-selection--single .select2-selection__rendered:focus{
	outline: none;
}
.gt3-search_cat-select span.select2-selection.select2-selection--single{
	display: inline;
	border-color: #fcfcfc;
	border-radius: 0;
	outline: none;
	background-color: #fcfcfc;
}
.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
	position: absolute;
	top: 0;
	right: 69px;
	width: 20px;
	height: 100%;
}
.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow b{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -4px;
	border-width: 5px 4px 0 4px;
	border-style: solid;
	border-color: #232325 transparent transparent transparent;
}
span.select2.select2-container{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
}
span.select2.select2-container.select2-container--default{
	height: 40px;
	border-color: #f3f3f3;
	border-radius: 0;
	outline: none;
}
#gt3_cat_search button#sbc-submit{
	line-height: 1.5;
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 0 0 -55px;
	padding: 0;
	color: #ffffff;
	border: 1px solid;
	outline: none;
}
#gt3_cat_search button#sbc-submit:hover{
	background-color: transparent;
}
#gt3_cat_search button#sbc-submit:before{
	font-size: 18px;
	font-style: normal;
	margin-left: 1px;
}
ul#select2-product_cat-results{
	position: relative;
	z-index: 5555;
	width: 100%;
	max-width: 225px;
	background-color: #ffffff;
}
ul#select2-product_cat-results li{
	font-size: 16px;
	line-height: 1;
	position: relative;
	display: block;
	float: none;
	margin: 0;
	padding: 8px 20px;
	list-style: none;
	background: #ffffff;
}
.select2-container--open .select2-dropdown--below{
	border-radius: 0;
}
.gt3-search_cat-select span.select2.select2-container.select2-container--default.select2-container--focus{
	visibility: hidden;
	opacity: 0;
}
.gt3-search_cat-select span.select2.select2-container.select2-container--default.select2-container--open{
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width: 1199px){
	#gt3_cat_search input#s{
		width: 220px;
	}
	#gt3_cat_search span.gt3-search_cat-line{
		left: 220px;
	}
	.gt3-search_cat-select span.select2.select2-container.select2-container--default{
		max-width: 225px;
		height: 55px;
	}
}
@media only screen and (max-width: 991px){
	#gt3_cat_search input#s{
		font-size: 12px;
		width: 185px;
		height: 40px;
		padding: 13px 18px 12px;
	}
	#gt3_cat_search span.gt3-search_cat-line{
		left: 185px;
	}
	.gt3-search_cat-select span.select2.select2-container.select2-container--default{
		font-size: 12px;
		max-width: 170px;
		height: 40px;
		padding: 8px 70px 8px 20px;
	}
	span.gt3-search_cat-line:before{
		margin-top: 5px;
	}
	#gt3_cat_search button#sbc-submit{
		width: 40px;
		height: 40px;
		margin-left: -40px;
	}
	.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
		right: 50px;
	}
	ul#select2-product_cat-results li,
	.select2-dropdown,
	.select2-container--default .select2-search--dropdown .select2-search__field{
		font-size: 12px;
	}
}
@media only screen and (max-width: 479px){
	#gt3_cat_search input#s{
		width: 150px;
		padding: 13px 13px 12px;
	}
	#gt3_cat_search span.gt3-search_cat-line{
		left: 150px;
	}
	.gt3-search_cat-select .select2-container .select2-selection--single .select2-selection__rendered{
		display: none;
	}
	.gt3-search_cat-select span.select2.select2-container.select2-container--default{
		max-width: 100%;
		margin-left: auto;
		padding-right: 58px;
		background: transparent;
	}
	.gt3-search_cat-select{
		position: absolute;
		z-index: 0;
		right: 0;
		width: 100%;
		pointer-events: none;
	}
	#gt3_cat_search input#s{
		width: 230px;
	}
	div#gt3_cat_search{
		position: relative;
	}
	.gt3-search_cat-select span.select2-selection.select2-selection--single{
		border: none;
		background-color: transparent;
	}
	.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
		pointer-events: auto;
	}
	#select2-product_cat-results .select2-results__option--highlighted{
		font-weight: 800;
	}
}
/* search by categories end */

.container,
#container{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.fullwidth-wrapper #container{
	width: auto;
}
div.gt3_detect_rev_slider:before,
div.gt3_detect_rev_slider:after{
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	display: block;
	content: '';
}
div.gt3_detect_rev_slider:before{
	left: 0;
}
div.gt3_detect_rev_slider:after{
	right: 0;
}
.container:after,
.container:before,
#container:after,
#container:before{
	line-height: 0;
	display: table;
	content: '';
}
.container:after,
#container:after{
	clear: both;
}
.row{
	margin-right: -15px;
	margin-left: -15px;
}
.row:after,
.row:before{
	line-height: 0;
	display: table;
	content: '';
}
.row:after{
	clear: both;
}
.row [class*=span]{
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.clearfix:after,
.clearfix:before{
	line-height: 0;
	display: table;
	content: '';
}
.clear,
.clearfix:after{
	clear: both;
}
.container,
#container{
	width: 1170px;
	max-width: 100%;
}
.main_content .container,
.main_content #container{
	max-width: 100%;
}
@media only screen and (min-width: 768px){
	.row .span12{
		width: 100%;
	}
	.row .span11{
		width: 91.66666666666666%;
	}
	.row .span10{
		width: 83.33333333333334%;
	}
	.row .span9{
		width: 75%;
	}
	.row .span8{
		width: 66.66666666666666%;
	}
	.row .span7{
		width: 58.333333333333336%;
	}
	.row .span6{
		width: 50%;
	}
	.row .span5{
		width: 41.66666666666667%;
	}
	.row .span4{
		width: 33.33333333333333%;
	}
	.row .span3{
		width: 25%;
	}
	.row .span1-5{
		width: 20%;
	}
	.row .span2{
		width: 16.666666666666664%;
	}
	.row .span1{
		width: 8.333333333333332%;
	}
}
@media only screen and (min-width: 768px){
	.gt3_course_grid.row .span12{
		width: 100%;
	}
	.gt3_course_grid.row .span6{
		width: calc(50% - .5px);
	}
	.gt3_course_grid.row .span4{
		width: calc(33.33% - .5px);
	}
	.gt3_course_grid.row .span3{
		width: calc(50% - .5px);
	}
}
@media only screen and (min-width: 992px){
	.gt3_course_grid.row .span3{
		width: calc(25% - .5px);
	}
	.gt3_module_featured_posts.blog_type5 .featured_post_info{
		min-height: 45.34vh;
	}
}
@media (min-width: 1200px){
	[class*=span]{
		float: left;
		min-height: 1px;
	}
	.row:after,
	.row:before{
		line-height: 0;
		display: table;
		content: '';
	}
	.row:after{
		clear: both;
	}
}
ul{
	margin: 0;
	padding: 0 0 20px 0;
}
li ul{
	padding-bottom: 0;
	padding-left: 17px;
}
.fullwidth-wrapper{
	box-sizing: border-box;
	width: 100%;
	padding: 0 30px;
}
.single-product .fullwidth-wrapper{
	padding: 0;
}
/*base*/
::selection{
	opacity: 1;
}
::-moz-selection{
	opacity: 1;
}
p{
	margin: 0 0 30px 0;
	padding: 0;
}
a,
a:hover,
a:focus{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	outline: none !important;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: top;
	outline: none !important;
}
.a-center{
	text-align: center;
}
.a-left{
	text-align: left;
}
.a-right{
	text-align: right;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}

.alignfull{
    width: 100vw;
    max-width: none;
    margin-left: calc((1170px - 100vw)/2);
}
.alignfull img{
    border-radius: 0;
}
@media only screen and (max-width: 1200px) {
    .alignfull{
        margin-left: calc((950px - 100vw)/2);
    }
}
@media only screen and (max-width: 992px) {
    .alignfull{
        margin-left: calc((728px - 100vw)/2);
    }
}
@media only screen and (max-width: 768px) {
    .alignfull{
        margin-left: calc((560px - 100vw)/2);
    }
}
@media only screen and (max-width: 600px) {
    .alignfull{
        margin-left: calc((420px - 100vw)/2);
    }
}
@media only screen and (max-width: 480px) {
    .alignfull{
        margin-left: -5vw;
    }
}
.sidebar_right .alignfull,
.sidebar_left .alignfull {
    width: 100%;
    margin-left: 0;
}

.dn{
	display: none;
}
.ui-loader{
	display: none !important;
}
.bypostauthor{
	padding: 0;
}
.wp-caption.aligncenter{
	margin-right: auto;
	margin-left: auto;
}
/* Text meant only for screen readers. */
.screen-reader-text{
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}
.screen-reader-text:focus{
	font-size: .875rem;
	font-weight: bold;
	line-height: normal;
	z-index: 100000; /* Above WP toolbar. */
	top: 5px;
	left: 5px;
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	color: #21759b;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption{
	max-width: 100%;
}
.gallery .gallery-item img{
	border: none !important;
}
.wp-caption-text{
	font-style: italic;
	margin-top: 5px;
}
.hideme{
	display: none;
}
.wp-caption-text{
	text-align: center;
}
.clear{
	font-size: 0;
	clear: both;
	height: 0;
}
.custom_bg{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
}
.custom_bg.img_bg{
	background-size: cover;
}
form,
body,
iframe{
	margin: 0;
	padding: 0;
}
iframe{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
}
img,
table,
iframe{
	border: 0;
}
table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: middle;
}
table td,
table th{
	padding: 5px 10px;
	text-align: left;
}
table tbody tr,
table thead tr,
table tfoot tr{
	border: 1px solid #f3f3f3;
}
table tbody th,
table tfoot th{
	border-right: 1px solid #f2f2f2;
}
p:empty{
	display: none;
	margin: 0;
}
/* P L U G I N S */
/**** Isotope Filtering ****/
.isotope-item{
	z-index: 2;
}
.isotope-hidden.isotope-item{
	z-index: 1;
	pointer-events: none;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item{
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	transition-duration: .8s;
}
.isotope{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition{
	-webkit-transition-duration: unset;
	-moz-transition-duration: unset;
	transition-duration: unset;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling{
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Nivo */
.nivoSlider{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.nivoSlider img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	vertical-align: top;
}
.nivo-main-image{
	position: relative !important;
	display: block;
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink{
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.nivo-slice{
	position: absolute;
	z-index: 5;
	top: 0;
	display: block;
	height: 100%;
}
.nivo-box{
	position: absolute;
	z-index: 5;
	display: block;
	overflow: hidden;
}
.nivo-box img{
	display: block;
}
.nivo-caption{
	position: absolute;
	display: none;
	overflow: hidden;
}
.nivo-html-caption{
	display: none;
}
.nivo-controlNav{
	position: absolute;
	z-index: 99;
	bottom: 30px;
	left: 0;
	display: none !important;
	width: 100%;
	text-align: center;
}
.nivo-controlNav a{
	line-height: 8px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 5px 10px 0 10px;
	cursor: pointer;
	text-indent: -9999px !important;
	opacity: 1;
	border: 1px #ffffff solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: none;
}
.nivo-controlNav a:after{
	position: absolute;
	top: 1px;
	left: 1px;
	display: none;
	width: 4px;
	height: 4px;
	content: '';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}
.nivo-controlNav a.active:after{
	display: block;
	cursor: default;
}
.slider-wrapper{
	position: relative;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav{
	position: absolute;
	z-index: 33;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 100%;
}
.nivo-directionNav .nivo-prevNav,
.nivo-directionNav .nivo-nextNav{
	position: absolute;
	z-index: 100;
	top: 50%;
	left: -40px;
	display: block !important;
	width: 38px;
	height: 38px;
	margin-top: -20px;
	cursor: pointer;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	text-indent: -9999px;
	opacity: 1 !important;
	background: rgba(0, 0, 0, .3);
}
.nivo-directionNav .nivo-nextNav{
	right: -40px;
	left: auto;
}
.blog_content:hover .nivo-directionNav .nivo-prevNav,
.blog_content:hover .nivo-directionNav .nivo-nextNav{
	left: 0;
}
.blog_content:hover .nivo-directionNav .nivo-nextNav{
	right: 0;
	left: auto;
}
.nivo-directionNav .nivo-prevNav:hover,
.nivo-directionNav .nivo-nextNav:hover{
	background-color: #ffffff;
}
.nivo-directionNav .nivo-prevNav:after,
.nivo-directionNav .nivo-nextNav:after{
	position: absolute;
	z-index: 105;
	top: 29px;
	left: 17px;
	width: 26px;
	height: 2px;
	content: '';
	text-indent: 0;
	opacity: 1 !important;
	background: #ffffff;
}
.nivo-directionNav .nivo-prevNav:after,
.nivo-directionNav .nivo-nextNav:after{
	z-index: 115;
	top: 15px;
	right: 16px;
	left: auto;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 1px #ffffff solid;
	background: none;
}
.nivo-directionNav .nivo-nextNav:after{
	border-top: none;
	border-left: none;
}
.nivo-directionNav .nivo-prevNav:after{
	right: auto;
	left: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: none;
	border-right: none;
}
.oneImage .nivo-directionNav a,
.oneImage .nivo-directionNav a:before,
.oneImage .nivo-directionNav a:after,
.oneImage .nivo-controlNav{
	display: none !important;
}
/* Contact Form 7 */
.wpcf7 input[type='date'],
.wpcf7 input[type='email'],
.wpcf7 input[type='number'],
.wpcf7 input[type='password'],
.wpcf7 input[type='search'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='text'],
.wpcf7 input[type='url'],
.wpcf7 select,
.wpcf7 textarea{
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	border: none;
	background-color: #f9fbfb;
}
.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 25px;
}
div.wpcf7-response-output{
	position: relative;
	z-index: 1;
	margin-right: 0;
	margin-left: 0;
	padding: .344em 1em .344em 50px;
	color: #ffffff;
	border: none;
	background-color: #255379;
}
div.wpcf7-response-output:before{
	font: normal normal normal 18px/1 FontAwesome;
	position: absolute;
	top: 50%;
	left: 17px;
	display: inline-block;
	margin-top: -9px;
	content: '\f05a';
	
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div.wpcf7-validation-errors{
	background-color: #c24747;
}
div.wpcf7-validation-errors:before{
	content: '\f057';
}
div.wpcf7-mail-sent-ok{
	background-color: #0fa55d;
}
div.wpcf7-mail-sent-ok:before{
	content: '\f058';
}
span.wpcf7-not-valid-tip{
	font-weight: 400;
	padding-top: 5px;
	color: #d61d1d;
}
.gt3_submit_wrapper{
	font-size: 12px;
	line-height: 0;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	color: #ffffff;
	border-radius: 2px;
}
.gt3_submit_wrapper:hover{
	background: #ffffff;
}
.gt3_submit_wrapper > i{
	line-height: 1;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 34px;
	margin-top: -.5em;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.gt3_submit_wrapper input[type='submit']{
	margin-bottom: 0;
	padding-right: 54px;
	background: transparent;
}
div.wpcf7 .gt3_submit_wrapper .ajax-loader{
	display: none !important;
}
.form-submit_custom .gt3_submit_wrapper{
	vertical-align: top;
}
.form-submit_custom{
	margin-bottom: 0;
}
.custom_textarea textarea{
	height: 180px;
}
.gt3-form_on-dark-bg{
	color: #ffffff;
}
.gt3-form_on-dark-bg input[type='date'],
.gt3-form_on-dark-bg input[type='email'],
.gt3-form_on-dark-bg input[type='number'],
.gt3-form_on-dark-bg input[type='password'],
.gt3-form_on-dark-bg input[type='search'],
.gt3-form_on-dark-bg input[type='tel'],
.gt3-form_on-dark-bg input[type='text'],
.gt3-form_on-dark-bg input[type='url'],
.gt3-form_on-dark-bg select,
.gt3-form_on-dark-bg textarea{
	padding: 9px 10px;
	border-top: 0;
	border-right: 0;
	border-bottom-color: rgba(255, 255, 255, .4);
	border-left: 0;
	border-radius: 0;
	background: transparent;
}
/* Placeholder */
.gt3-form_on-dark-bg input[type='email']::-webkit-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='email']:-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 18- */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='email']::-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 19+ */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='email']:-ms-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='text']::-webkit-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='text']:-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 18- */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='text']::-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 19+ */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='text']:-ms-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='number']::-webkit-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='number']:-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 18- */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='number']::-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 19+ */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='number']:-ms-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='url']::-webkit-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='url']:-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 18- */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='url']::-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 19+ */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='url']:-ms-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg textarea::-webkit-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg textarea:-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 18- */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg textarea::-moz-placeholder{
	font-weight: inherit !important;
	/* Firefox 19+ */
	color: #ffffff !important;
}
.gt3-form_on-dark-bg textarea:-ms-input-placeholder{
	font-weight: inherit !important;
	color: #ffffff !important;
}
.gt3-form_on-dark-bg input[type='submit'],
.gt3-form_on-dark-bg .gt3_submit_wrapper{
	color: #434c55;
	border-color: #ffffff;
	background: #ffffff;
}
.gt3-form_on-dark-bg .gt3_submit_wrapper input[type='submit']{
	background: transparent;
}
.gt3-form_on-dark-bg .gt3_submit_wrapper > i{
	color: #434c55;
}
.gt3-form_on-dark-bg input[type='submit']:hover,
.gt3-form_on-dark-bg .gt3_submit_wrapper:hover,
.gt3-form_on-dark-bg .gt3_submit_wrapper:hover > i{
	color: #ffffff;
	background-color: transparent;
}
.gt3-form_on-dark-bg .wpcf7-form-control-wrap{
	margin-bottom: 15px;
}
.gt3-newsletter input[type='submit']{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 11px 11px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.gt3-newsletter input[type='submit']{
	border-color: #255379;
	background-color: #255379;
}
.gt3-newsletter input[type='submit']:hover{
	color: #255379;
	background-color: transparent;
}
.gt3-newsletter .wpcf7-form-control-wrap{
	float: left;
	width: calc(100% - 80px);
	max-width: 330px;
}
.gt3-newsletter input[type='email']{
	max-width: 330px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.wpcf7-form .row{
	margin-right: -5px;
	margin-left: -5px;
}
.wpcf7-form .row [class*=span]{
	padding-right: 5px;
	padding-left: 5px;
}
.wpcf7-form .wpcf7-form-control-wrap{
	margin-bottom: 10px;
}
.wpcf7-form .gt3-register-form .wpcf7-form-control-wrap{
	margin-bottom: 30px;
}
.gt3-register-form input[type='date'],
.gt3-register-form input[type='email'],
.gt3-register-form input[type='number'],
.gt3-register-form input[type='password'],
.gt3-register-form input[type='search'],
.gt3-register-form input[type='tel'],
.gt3-register-form input[type='text'],
.gt3-register-form input[type='url'],
.gt3-register-form select,
.gt3-register-form textarea{
	border: 1px solid #f0f0f0;
	background-color: #fafafa;
}
.gt3-register-form input[type='submit']{
	width: 170px;
}
/* end Contact Form 7 */

/* Slick Slider */
.gt3-slick-list_wrapper{
	overflow: hidden;
	margin: -30px -30px;
	padding: 30px 30px;
}
.slider_navigation-both .gt3-slick-list_wrapper{
	margin: -30px 36px;
}
.slick-slider{
	position: relative;
	display: block;
	/*overflow: hidden;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-touch-callout: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden; /*crop products cross-sells*/
	margin: 0 -15px;
	padding: 0 15px;
	outline: none !important;
}
@media only screen and (min-width: 992px){
	.slick-slider.slider_navigation-both .slick-list,
	.slick-slider.slider_navigation-arrow .slick-list{
		margin: 0 22px;
	}
}
.slick-list:focus{
	outline: none !important;
}
.slick-list.dragging{
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-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);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	cursor: pointer;
	outline: none !important;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-slider ul.slick-dots{
	text-align: center;
}
.slick-slider ul.slick-dots li{
	line-height: 9px;
	display: inline-block;
	margin: 0 6px;
	padding: 1px;
	cursor: pointer;
}
.slick-slider ul.slick-dots li:only-child{
	display: none;
}
.slick-slider ul.slick-dots li button{
	display: none;
}
.slick-slider ul.slick-dots li:before{
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0;
	content: '';
	cursor: pointer;
	-webkit-transition: color .2s .2s;
	-moz-transition: color .2s .2s;
	-ms-transition: color .2s .2s;
	transition: color .2s .2s;
	vertical-align: middle;
	color: inherit;
	background-color: currentColor;
}
.slick-slider ul.slick-dots li:hover:before,
.slick-slider ul.slick-dots li.slick-active:before{
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}
/* Slick Slider end */

/* Arrows */
.gt3_carousel_list .slick-arrow,
.gt3-woocommers-tab .slick-arrow{
	opacity: 1;
	text-shadow: none;
}
.gt3_carousel_list .slick-prev.slick-arrow,
.gt3_carousel_list .slick-next.slick-arrow,
.gt3-woocommers-tab .slick-prev.slick-arrow,
.gt3-woocommers-tab .slick-next.slick-arrow{
	width: 38px;
	height: 38px;
	border: 1px solid;
	border-color: inherit;
}
.gt3_carousel_list .slick-next.slick-arrow:before,
.gt3-woocommers-tab .slick-next.slick-arrow:before{
	position: absolute;
	z-index: 1;
	top: 17px;
	left: 6px;
	width: 20px;
	content: '';
	border-top: 2px solid;
}
.gt3_carousel_list .slick-arrow:after,
.gt3-woocommers-tab .slick-arrow:after{
	position: absolute;
	z-index: 1;
	top: 13px;
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.gt3_carousel_list .slick-arrow:hover,
.gt3-woocommers-tab .slick-arrow:hover{
	background-color: transparent;
}
.gt3_carousel_list .slick-next.slick-arrow:after,
.gt3-woocommers-tab .slick-next.slick-arrow:after{
	right: 7px;
	border-left: 8px solid;
	border-left-color: inherit;
}
.gt3_carousel_list .slick-prev.slick-arrow:after,
.gt3-woocommers-tab .slick-prev.slick-arrow:after{
	left: 7px;
	border-right: 8px solid;
	border-right-color: inherit;
}
.gt3_carousel_list .slick-prev.slick-arrow:before,
.gt3-woocommers-tab .slick-prev.slick-arrow:before{
	position: absolute;
	z-index: 1;
	top: 17px;
	right: 6px;
	width: 20px;
	content: '';
	border-top: 2px solid;
	border-top-color: inherit;
}
.slick-arrow{
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 50;
	top: 50%;
	display: block;
	visibility: visible;
	width: 36px;
	height: 36px;
	margin: auto;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	border: 1px solid transparent;
}
.gt3_carousel_list .slick-prev.slick-arrow,
.gt3_carousel_list .slick-next.slick-arrow,
.gt3_carousel_list .slick-prev.slick-arrow:before,
.gt3_carousel_list .slick-next.slick-arrow:after,
.gt3_carousel_list .slick-prev.slick-arrow:after,
.gt3_carousel_list .slick-next.slick-arrow:before,
.gt3-woocommers-tab .slick-prev.slick-arrow,
.gt3-woocommers-tab .slick-next.slick-arrow,
.gt3-woocommers-tab .slick-prev.slick-arrow:before,
.gt3-woocommers-tab .slick-next.slick-arrow:after,
.gt3-woocommers-tab .slick-prev.slick-arrow:after,
.gt3-woocommers-tab .slick-next.slick-arrow:before{
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.gt3_arrow_style-rounded .slick-arrow{
	border-radius: 10px;
}
.gt3_arrow_style-round .slick-arrow{
	border-radius: 50%;
}
.gt3_arrow_style-round .slick-arrow.slick-next,
.gt3_arrow_style-round .slick-arrow.slick-prev{
	width: 40px;
	height: 40px;
}
.gt3_arrow_style-round .slick-arrow:before{
	top: 18px;
}
.gt3_arrow_style-round .slick-arrow:after{
	top: 14px;
}
/* C O N T E N T   A R E A */
.main_wrapper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 40px 0 42px 0;*/
	/*padding: 0 0 42px 0;*/
}
.gt3-page-title + .site_wrapper > .main_wrapper{
	padding-top: 0;
}
.main_wrapper.like_fullscreen_type{
	padding: 0;
}
.site_wrapper{
	position: relative;
	z-index: 0;
	min-height: 50vh;
}
.row.sidebar_left .content-container{
	float: right;
}
/* F O O T E R */
.main_footer{
	font-size: 1em;
	margin-top: 42px;
}
.main_footer:empty{
	display: none;
}
.main_footer_wrapper{
	padding: 24px 0 26px 0;
}
.copyright{
	font-size: 18px;
}
.copyright p,
.pre_footer p{
	margin-bottom: 0;
}
.copyright a{
	color: inherit;
}
.pre_footer a{
	font-weight: 600;
}
.main_footer .copyright{
	font-weight: 300;
}
.main_footer .copyright > .container > .row{
	padding-top: 70px;
	padding-bottom: 80px;
}
.main_footer .gt3_footer_social_icons{
	color: #b8bec3;
}
@media only screen and (max-width: 767px){
	.pre_footer a{
		padding: 0 10px !important;
	}
	.copyright .span12{
		text-align: center;
	}
	.copyright .span12 *{
		float: none !important;
	}
}
/* T Y P O G R A P H Y */
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	font-size: inherit !important;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.alignleft{
	float: left;
	margin: 0 30px 20px 0;
}
.alignright{
	float: right;
	margin: 0 0 20px 30px;
}
.aligncenter{
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.large-text{
	font-size: 24px;
}
.small-text{
	font-size: 16px;
	line-height: 24px;
}
/* Page Title */
.gt3-page-title_wrapper{
	overflow-x: hidden; /* added in single prod mobile */
}
.gt3-page-title{
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 37px;
	background-repeat: repeat;
}
@media only screen and (max-width: 767px){
	.gt3-page-title{
		padding-top: 20px !important;
		padding-right: 7px !important;
		padding-left: 7px !important;
	}
}
.gt3-page-title__inner{
	display: table-row;
	vertical-align: middle;
}
.gt3-page-title__inner:before,
.gt3-page-title__inner:after{
	display: table-cell;
	content: '';
}
.gt3-page-title .container{
	display: table-cell;
	vertical-align: middle;
}
.gt3-page-title.gt3-page-title_vert_align_top .container{
	vertical-align: top;
}
.gt3-page-title.gt3-page-title_vert_align_bottom .container{
	vertical-align: bottom;
}
.gt3-page-title__content{
	display: table;
	width: 100%;
}
.gt3_breadcrumb{
	/*font-size: .85714em;*/
	font-size: 1em;
}
.gt3-page-title__content .page_title,
.gt3-page-title__content .gt3_breadcrumb{
	display: table-cell;
	vertical-align: middle;
}
.gt3-page-title__content .page_title{
	width: 100%;
}
.gt3-page-title__content .page_title h1{
	/*line-height: 62px;*/
	/*text-transform: lowercase;*/
	line-height: 1.58em;
	color: inherit;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	opacity: .5;
}
.gt3-page-title__content .gt3_breadcrumb a{
	margin: 0 6px;
	padding: 0 1px;
	color: inherit;
}
.gt3-page-title__content .gt3_breadcrumb .current{
	margin: 0 6px;
	padding: 0 1px;
	box-shadow: 0 2px 0 -1px currentColor;
}
.gt3-page-title__content .breadcrumbs{
	white-space: nowrap;
}
.gt3-page-title.gt3-page-title_horiz_align_right .gt3-page-title__content{
	direction: rtl;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_title,
.gt3-page-title.gt3-page-title_horiz_align_center .gt3_breadcrumb,
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title{
	display: table-row;
	text-align: center;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_title + .page_sub_title div{
	padding-top: 12px;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title + .gt3_breadcrumb > div{
	padding-top: 10px;
}
.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .page_title > h1{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.gt3-page-title.gt3-page-title_small_header.gt3-page-title_horiz_align_center .page_sub_title{
	font-size: 16px;
}
.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .gt3_breadcrumb{
	font-size: 12px;
	opacity: .6;
}
@media only screen and (max-width: 767px){
	.gt3-page-title__content .page_title,
	.gt3-page-title__content .gt3_breadcrumb{
		display: block;
	}
	.gt3-page-title__content .page_title + .gt3_breadcrumb{
		padding-top: 5px;
	}
	.gt3-page-title__content .page_title h1{
		font-size: 26px;
		line-height: 140%;
	}
	.gt3-page-title__content .breadcrumbs{
		white-space: normal;
	}
}
/* end Page Title */

/* Blockquotes */
blockquote{
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	margin: 15px 0;
	padding: 9px 58px;
}
blockquote:before{
	font-family: Catamaran, sans-serif;
	font-size: 138px;
	font-weight: 300;
	position: absolute;
	z-index: 0;
	top: -25px;
	left: 0;
	width: 100%;
	height: 100%;
	content: '​‌”';
}
blockquote p:last-child{
	font-size: 20px;
	margin-bottom: 0 !important;
	padding-top: 7px;
}
blockquote code{
	display: block;
	margin-top: 25px;
	opacity: .9;
	color: currentColor !important;
}
/* End Blockquotes */

/* hr */
hr{
	margin: 30px 0;
	border-style: solid;
	border-bottom: 1px #e0e1dc;
}
/* end hr */

/* Dropcap */

/*FORMS*/

/* Default listing */
dl{
	margin-bottom: 20px;
}
dl dt{
	font-weight: 600;
	/*text-decoration: underline;*/
}
dl dd{
	margin: 0 0 20px 0;
}
.main_wrapper ul li,
.main_footer ul li{
	position: relative;
	padding: 0 0 0 5px;
	list-style: none;
}
.main_footer ul li:last-child{
	padding-bottom: 0;
}
.main_footer ul li li{
	padding-left: 10px;
}
.main_footer ul li{
	padding-left: 0;
}
.main_footer ul{
	padding-left: 0;
}
.top_footer strong{
	font-weight: 600;
}
.top_footer a{
	color: inherit;
}
.main_wrapper ul li:before{
	font-size: 25px;
	line-height: 0;
	display: inline-block;
	margin-right: 20px;
	content: '\2022';
	vertical-align: middle;
}
.main_wrapper ul[class*='gt3_list_'] li{
	padding: 0 0 8px 0;
	list-style: none;
}
.main_wrapper ul[class*='gt3_list_'] li:before{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1em;
	line-height: 1em;
	display: inline-block;
	margin-right: 20px;
	content: '\f00c';
	vertical-align: baseline;
	
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_wrapper ul.gt3_list_check_circle li:before{
	content: '\f05d';
}
.main_wrapper ul.gt3_list_check_square li:before{
	content: '\f046';
}
.main_wrapper ul.gt3_list_angle_right li:before{
	content: '\f105';
}
.main_wrapper ul.gt3_list_plus li:before{
	content: '\f067';
}
.main_wrapper ul.gt3_list_times li:before{
	content: '\f00d';
}
.main_wrapper ul.gt3_list_caret_down li:before{
	content: '\f0d7';
}
.main_wrapper ul.gt3_list_line li:before{
	width: 24px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background-color: currentColor;
}
.main_wrapper .sidebar-container ul li:before{
	display: none;
}
.main_wrapper .sidebar-container .widget_categories ul li:before,
.main_wrapper .sidebar-container .widget_product_categories ul li:before,
.main_wrapper .sidebar-container .widget_layered_nav ul li:before{
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 2px;
	content: '';
	cursor: pointer;
	-webkit-transition: all .2s .2s;
	-moz-transition: all .2s .2s;
	-ms-transition: all .2s .2s;
	transition: all .2s .2s;
	vertical-align: middle;
	background-color: currentColor;
	-webkit-box-shadow: inset 0 0 0 1px currentColor, inset 0 0 0 5px #ffffff;
	box-shadow: inset 0 0 0 1px currentColor, inset 0 0 0 5px #ffffff;
}
.main_wrapper .sidebar-container ul li:hover:before,
.main_wrapper .sidebar-container ul li.current-cat:before,
.main_wrapper .sidebar-container ul li.current-cat-parent:before,
.main_wrapper .sidebar-container ul li.chosen:before{
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	-webkit-box-shadow: inset 0 0 0 1px currentColor, inset 0 0 0 2px #ffffff;
	box-shadow: inset 0 0 0 1px currentColor, inset 0 0 0 2px #ffffff;
}
.main_wrapper ol{
	margin: 0 0 18px 0;
	padding: 0 0 0 17px;
	list-style: none;
	counter-reset: li;
}
.main_wrapper ol li{
	counter-increment: li;
}
.main_wrapper li ol{
	margin-bottom: 0;
}
.main_wrapper ol > li{
	position: relative;
	padding: 0 0 5px 8px;
}
.main_wrapper ol > li:before{
	font-size: inherit;
	font-weight: 400;
	display: inline-block;
	width: 1em;
	margin-right: .5em;
	margin-left: -1.5em;
	content: '.' counter(li);
	text-align: left;
	
	direction: rtl;
}
.main_wrapper ul > li:last-child,
.main_wrapper ol > li:last-child{
	padding-bottom: 0;
}
.contentarea ul{
	margin: 0 0 18px 0;
	padding: 0 0 0 16px;
}
.contentarea ul > li ul,
.contentarea ul > li ol,
.contentarea ol > li ul,
.contentarea ol > li ol{
	margin-bottom: 0;
}
.contentarea ol ol,
.contentarea ol ul,
.contentarea ul ol,
.contentarea ul ul{
	padding-bottom: 0;
}
.typo_list ol,
.typo_list ul,
.typo_list li:last-child{
	padding-bottom: 0;
}
/* C U S T O M   C L A S S E S */

/*WPML*/
#lang_sel_list{
	display: inline-block !important;
	float: right !important;
	margin-left: -10px;
	padding: 11px 25px 0 0;
}
/*  NEW STYLE  */
body .wpb_content_element{
	margin-bottom: 0;
}
/* main header */

/* ie9 */
.ie_9 .bottom_header,
.ie_9 .gt3_module_title{
	display: table !important;
	width: 100% !important;
}
.ie_9 .bottom_header > .header_side{
	display: table-cell !important;
}
.ie_9 .icon-position-left .icon_container,
.ie_9 .icon-position-left .stat_count_wrapper,
.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows,
.ie_9 .gt3_module_title h2,
.ie_9 .gt3_module_title h3{
	display: table-cell !important;
}
.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows{
	text-align: right !important;
}
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > nav,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > nav,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > nav{
	height: 100% !important;
}
/* ie9 end */

.header_side_container{
	display: inline-block;
	height: 100%;
	max-height: 100%;
	vertical-align: middle;
	white-space: nowrap;
}
.Leftalignside{
	text-align: left;
	
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}
.Rightalignside{
	text-align: right;
	
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}
.Leftalignside .header_side_container > div,
.Leftalignside .header_side_container > nav{
	padding-right: 40px;
}
.Leftalignside .header_side_container > *:last-child{
	padding-right: 0;
}
.Rightalignside .header_side_container > div,
.Rightalignside .header_side_container > nav{
	padding-left: 40px;
}
.Rightalignside .header_side_container > *:first-child{
	padding-left: 0;
}
.Centeralignside .header_side_container > div,
.Centeralignside .header_side_container > nav{
	padding-right: 20px;
	padding-left: 20px;
}
.bottom_header.empty_center_side .Leftalignside,
.bottom_header.empty_center_side .Rightalignside{
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.Centeralignside{
	text-align: center;
}
.bottom_header .header_bar{
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.bottom_header .header_bar p{
	margin-bottom: 0;
}
#sbc-search{
	display: flex;
}
/* end main header */

/* logo */
.logo_container{
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 100%;
	margin-right: 60px;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.logo_container{
		margin-right: 20px;
	}
}
.logo_container:before{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.logo_container a{
	display: inline-block;
	vertical-align: middle;
	color: inherit;
}
.logo_container img{
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
.logo_container .site-title{
	color: inherit;
}
.logo_container .sticky_logo{
	display: none;
}
.sticky_header .logo_container .sticky_logo{
	display: block;
}
.sticky_header .logo_container.sticky_logo_enable .site-title,
.sticky_header .logo_container.sticky_logo_enable .default_logo,
.logo_container.mobile_logo_enable .mobile_logo{
	display: none;
}
@media only screen and (max-width: 1199px){
	.logo_container.mobile_logo_enable .default_logo,
	.logo_container.mobile_logo_enable .site-title{
		display: none;
	}
	.logo_container.mobile_logo_enable .mobile_logo{
		display: block;
	}
}
/* end logo */

/* menu style */
.main-menu,
.main-menu > ul,
.main-menu > div,
.main-menu > div > ul{
	font-weight: 500;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.main-menu > ul,
.main-menu > div,
.main-menu > div > ul{
	margin: 0 -12px;
}
.main-menu > ul:after,
.main-menu > div > ul:after{
	display: table;
	clear: both;
	content: '';
}
.main-menu > ul > li,
.main-menu > div > ul > li{
	height: 100%;
}
.main-menu > ul > li > a,
.main-menu > div > ul > li > a{
	position: relative;
	z-index: 1;
	display: block;
}
.main-menu > ul > li > a,
.main-menu > div > ul > li > a{
	margin: 0 5px;
	padding: 0 7px;
	opacity: 1;
	color: inherit;
}
.main-menu > ul > li > a > span,
.main-menu > div > ul > li > a > span{
	-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-backface-visibility: hidden;
}
.main-menu > ul > li > a:before,
.main-menu > div > ul > li > a:before,
.column_menu > ul > li > a:before,
.column_menu > div > ul > li > a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	opacity: 0;
	border-top: 1px solid;
	
	will-change: transform;
}
.main-menu ul li,
.column_menu ul li{
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	vertical-align: middle;
}
.main-menu ul li ul.sub-menu,
.column_menu ul li ul.sub-menu{
	position: absolute;
	z-index: 555;
	top: 100%;
	left: 0;
	display: block;
	visibility: hidden;
	box-sizing: border-box;
	width: 230px;
	padding: 24px 0 23px;
	-webkit-transition: opacity 200ms, visibility 200ms, -webkit-transform 200ms;
	-moz-transition: opacity 200ms, visibility 200ms, -moz-transform 200ms;
	-ms-transition: opacity 200ms, visibility 200ms, -ms-transform 200ms;
	transition: opacity 200ms, visibility 200ms, transform 200ms;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	text-align: left;
	opacity: 0;
	border: 1px solid rgba(232, 232, 232, .8);
	border-top-color: rgba(232, 232, 232, .5);
	border-left-color: rgba(232, 232, 232, .5);
	box-shadow: none;
}
.main-menu ul li.gt3_megamenu_active ul.sub-menu{
	padding: 7px 0 9px;
}
.main-menu > ul > li > ul{
	margin-top: 18px;
}
.main-menu > ul > li:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 18px;
	content: '';
}
.main-menu ul li:hover > ul{
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.main-menu ul li ul ul.sub-menu{
	top: 0;
	left: 100%;
	margin-top: -25px;
}
.main-menu ul li ul.sub-menu li{
	display: block;
	float: none;
}
.main-menu a{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
.main-menu ul li ul li > a > span{
	position: relative;
	padding-bottom: 2px;
}
.main-menu ul li ul li.menu-item-has-children:after,
.main-menu > ul > li.menu-item-has-children > a:after{
	position: absolute;
	right: 20px;
	bottom: -webkit-calc(50% - 3px);
	bottom: calc(50% - 3px);
	display: inline-block;
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid;
}
.main-menu > ul > li.menu-item-has-children > a:after{
	position: static;
	z-index: 0;
	display: inline-block;
	margin-top: -2px;
	margin-left: 5px;
	vertical-align: middle;
	opacity: 1;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-bottom: none;
	border-left: 4px solid transparent;
}
.main-menu ul li ul li.menu-item-has-children:hover:after{
	opacity: 1;
}
.main-menu ul li ul .menu-item{
	padding: 6px 30px;
}
.main-menu ul li ul .menu-item > a{
	font-size: .88889em;
	font-weight: 300;
	line-height: 1.9;
	display: block;
	width: 100%;
	opacity: 1;
	color: inherit;
}
.top-menu.main-menu ul li ul .menu-item > a{
	font-size: 1em;
}
.main-menu ul li ul .menu-item > a:hover,
.main-menu ul li ul .menu-item.current-menu-item > a{
	opacity: 1;
}
.main-menu > ul > li:nth-last-child(1) > .sub-menu,
.main-menu > ul > li:nth-last-child(2) > .sub-menu,
.main-menu > ul > li:nth-last-child(3) > .sub-menu,
.main-menu > ul > li:nth-last-child(4) > .sub-menu{
	right: 0;
	left: auto;
}
.main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu{
	right: 101%;
	left: auto;
}
.main-menu > ul > li > .sub-menu .sub-menu:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4px;
	width: 4px;
	content: '';
}
.main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu:after,
.main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu:after,
.main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu:after,
.main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu:after{
	right: -4px;
	left: auto;
}
.Leftalignside .main-menu ul li ul{
	right: auto;
	left: 0;
}
.Leftalignside .main-menu > ul > li ul .sub-menu{
	right: auto;
	left: 101%;
}
.Leftalignside .main-menu > ul > li:nth-last-child(1) > .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(2) > .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(3) > .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(4) > .sub-menu{
	right: auto;
	left: 0;
}
.Leftalignside .main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.Leftalignside .main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu{
	right: auto;
	left: 101%;
}
.gt3_header_builder .menu_item_line{
	position: absolute;
	bottom: 0;
	height: 5px;
	margin-left: -9px;
	-webkit-transition: width .4s, left .6s cubic-bezier(.21, .53, .01, .96);
	-moz-transition: width .4s, left .6s cubic-bezier(.21, .53, .01, .96);
	transition: width .4s, left .6s cubic-bezier(.21, .53, .01, .96);
}
.main-menu > ul > li > ul:before,
.main-menu > ul > li > ul:after,
.gt3_megamenu_triangle:before,
.gt3_megamenu_triangle:after{
	position: absolute;
	z-index: 2;
	top: -10px;
	left: 20px;
	width: 0;
	height: 0;
	content: '';
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
}
.main-menu > ul > li > ul:before,
.gt3_megamenu_triangle:before{
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
}
.main-menu > ul > li > ul:after,
.gt3_megamenu_triangle:after{
	z-index: 0;
	top: -11px;
	margin-left: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(232, 232, 232, .65);
	border-left: 10px solid transparent;
}
.gt3_megamenu_triangle_container{
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gt3_megamenu_triangle{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 1px;
	margin-left: -30px;
}
.gt3_megamenu_triangle:after,
.gt3_megamenu_triangle:before{
	display: none;
}
.main-menu > ul > li:nth-last-child(1) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(2) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(3) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(4) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(1) > .sub-menu:after,
.main-menu > ul > li:nth-last-child(2) > .sub-menu:after,
.main-menu > ul > li:nth-last-child(3) > .sub-menu:after,
.main-menu > ul > li:nth-last-child(4) > .sub-menu:after{
	right: 20px;
	left: auto;
	display: none;
}
/* end menu style */

/* mega menu */
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu{
	right: auto !important;
	left: 50% !important;
	width: auto;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li{
	display: table-cell;
	width: 230px;
	min-width: 230px;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: baseline;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li,
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul{
	width: 190px;
	min-width: 190px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul{
	position: relative;
	right: auto !important;
	left: auto !important;
	margin-top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	border: none;
	background-color: transparent;
}
.gt3_header_builder__container .main-menu > ul > li.gt3_megamenu_active > ul:before,
.gt3_header_builder__container .main-menu > ul > li.gt3_megamenu_active > ul:after{
	display: none;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul > li{
	padding-right: 0;
	padding-left: 0;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active:hover > .sub-menu > li > ul{
	visibility: visible;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li:hover{
	z-index: 2;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > a{
	font-size: 1em;
	font-weight: 400;
	margin-top: 17px;
	margin-bottom: 7px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > a > span:after{
	opacity: 0;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > a:hover > span:after{
	opacity: 1;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li:after{
	display: none;
}
.gt3_header_builder__container .main-menu .sub-menu.gt3_menu_background_active{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.mobile_menu_container .main-menu .sub-menu.gt3_menu_background_active{
	background-image: none !important;
}
div.mobile_menu_container .main-menu .gt3_megamenu_active > .sub-menu{
	left: 0 !important;
	padding-right: 0 !important;
	padding-left: 15px !important;
}
.gt3_megamenu_active aside .widget-title{
	font-size: 1em;
	margin-top: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.gt3_megamenu_active aside .woocommerce ul.product_list_widget li .gt3-widget-product-img-wrapper{
	margin-right: 10px;
}
.gt3_megamenu_active aside .sidebar .woocommerce ul.product_list_widget li img,
.gt3_megamenu_active aside .widget ul.product_list_widget li .gt3-widget-product-img-wrapper img{
	width: 45px;
}
.gt3_megamenu_active aside .woocommerce ul.product_list_widget li .gt3-widget-product-wrapper{
	max-width: calc(100% - 60px);
}
.gt3_megamenu_active aside .woocommerce ul.product_list_widget li .gt3-widget-product-wrapper .product-title{
	font-size: inherit;
}
/* end mega menu */

/* sticky header */
.sticky_header{
	position: fixed;
	z-index: 100000;
	top: 0;
	right: 0;
	left: 0;
	/*width: 100%;*/
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	/*background: #fff;*/ /* remove 10/01/18 */
}
.sticky_header .column_menu > .menu{
	visibility: hidden;
}
.add_space_between_content_and_viewport .sticky_header > .container{
	width: -webkit-calc(100% - 74px);
	width: calc(100% - 74px);
}
.sticky_header.header_sticky_shadow{
	/*box-shadow: 1px 0 10px rgba(0, 0, 0, .1);*/
	box-shadow: 0 4px 10px -5px rgba(0, 0, 0, .1);
}
.admin-bar .sticky_header{
	top: 32px;
}
.sticky_header.sticky_on{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.sticky_header.sticky_on .column_menu > .menu{
	visibility: visible;
}
/* end sticky header */

@media screen and (max-width: 599px){
	div[id*=wpadminb]{
		top: -46px !important;
	}
}
/* header responsive */
@media (max-width: 1499px){
	.bottom_header:not(.empty_center_side) .Leftalignside .header_side_container > div,
	.bottom_header:not(.empty_center_side) .Leftalignside .header_side_container > nav{
		padding-right: 10px;
	}
	.bottom_header:not(.empty_center_side) .Rightalignside .header_side_container > div,
	.bottom_header:not(.empty_center_side) .Rightalignside .header_side_container > nav{
		padding-left: 10px;
	}
	.bottom_header:not(.empty_center_side) .main-menu > ul > li > a > span,
	.bottom_header:not(.empty_center_side) .main-menu > div > ul > li > a > span{
		font-size: .9em;
	}
	.bottom_header:not(.empty_center_side) .main-menu > ul > li > a,
	.bottom_header:not(.empty_center_side) .main-menu > div > ul > li > a{
		padding: 0 7px;
	}
}
@media (max-width: 1249px){
	.Leftalignside .header_side_container > div,
	.Leftalignside .header_side_container > nav{
		padding-right: 10px;
	}
	.Rightalignside .header_side_container > div,
	.Rightalignside .header_side_container > nav{
		padding-left: 10px;
	}
	.main-menu > ul > li > a,
	.main-menu > div > ul > li > a{
		padding: 0 7px;
	}
	.bottom_header:not(.empty_center_side) .main-menu > ul > li > a,
	.bottom_header:not(.empty_center_side) .main-menu > div > ul > li > a{
		padding: 0 5px;
	}
	.bottom_header:not(.empty_center_side) .bottom_header_right,
	.bottom_header:not(.empty_center_side) .bottom_header_left{
		display: none;
	}
}
@media (max-width: 991px){
	.top_header .top-menu > .menu{
		font-size: .75em;
	}
	.main-menu > ul > li > a,
	.main-menu > div > ul > li > a{
		padding: 0 10px;
	}
	.top_header_wrapper .main-menu > ul > li > a,
	.top_header_wrapper .main-menu > div > ul > li > a{
		margin: 0;
		padding: 0 7px;
	}
	.gt3_twitter .twitter_text a{
		word-break: break-all;
	}
}
/* Navigation Toggle */
.mobile-navigation-toggle,
.mobile-navigation_column-toggle{
	line-height: 40px;
	position: relative;
	z-index: 1;
	display: none;
	overflow: visible;
	width: 40px;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter, -webkit-filter;
	text-align: center;
	vertical-align: middle;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after{
	background-color: #ffffff;
}
.toggle-box{
	position: relative;
	display: inline-block;
	width: 25px;
	height: 24px;
	vertical-align: middle;
}
.toggle-inner{
	top: 50%;
	display: block;
	margin-top: -1px;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after{
	position: absolute;
	width: 25px;
	height: 0;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, -webkit-transform;
	border-top: 2px solid;
}
.toggle-inner:before,
.toggle-inner:after{
	display: block;
	content: '';
}
.toggle-inner:before{
	top: -9px;
}
.toggle-inner:after{
	bottom: -7px;
}
.mobile-navigation-toggle:before,
.mobile-navigation_column-toggle:before{
	position: relative;
	display: inline-block;
	width: 0;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.mobile-navigation-toggle .toggle-inner,
.mobile-navigation_column-toggle .toggle-inner{
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .1s;
}
.mobile-navigation-toggle .toggle-inner:before,
.mobile-navigation_column-toggle .toggle-inner:before{
	transition: top .1s .14s ease, opacity .1s ease;
}
.mobile-navigation-toggle .toggle-inner:after,
.mobile-navigation_column-toggle .toggle-inner:after{
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
}
.mobile-navigation-toggle.is-active .toggle-inner,
.mobile-navigation_column-toggle.is-active .toggle-inner{
	transition-delay: .14s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-navigation-toggle.is-active .toggle-inner:before,
.mobile-navigation_column-toggle.is-active .toggle-inner:before{
	top: 0;
	transition: top .1s ease, opacity .1s .14s ease;
	opacity: 0;
}
.mobile-navigation-toggle.is-active .toggle-inner:after,
.mobile-navigation_column-toggle.is-active .toggle-inner:after{
	bottom: 0;
	transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.mobile_menu_container,
.mobile_column_menu_container{
	font-size: 0;
	line-height: 0;
}
.mobile_menu_container .main-menu,
.mobile_column_menu_container .main-menu{
	z-index: 0;
	display: none;
	width: 100%;
	height: auto;
}
.mobile_menu_container .main-menu > ul > li > a,
.mobile_menu_container .main-menu > div > ul > li > a{
	width: 100%;
	padding: 0;
}
.mobile_menu_container .main-menu > ul.mobile_view_on,
.mobile_menu_container .main-menu > div > ul.mobile_view_on{
	position: relative;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.mobile_menu_container .main-menu ul.mobile_view_on li{
	display: block;
	float: none;
	height: auto;
	padding: 0;
}
.mobile_menu_container .main-menu ul.mobile_view_on li a{
	padding: 10px 0 10px 0;
}
.main-menu .mobile_switcher{
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	cursor: pointer;
}
.column_menu .mobile_switcher{
	position: absolute;
	z-index: 1;
	top: 6px;
	right: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.mobile_menu_container .main-menu ul li ul li.menu-item-has-children:after,
.mobile_menu_container .main-menu > ul > li.menu-item-has-children > a:after{
	display: none;
}
.main-menu .mobile_switcher:before,
.column_menu .mobile_switcher:before{
	position: absolute;
	right: 18px;
	bottom: -webkit-calc(50% - 4px);
	bottom: calc(50% - 4px);
	display: inline-block;
	width: 8px;
	height: 8px;
	content: '';
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: .7;
	border-top: 1px solid;
	border-left: 1px solid;
}
.column_menu .mobile_switcher:before{
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.mobile_menu_container .main-menu ul li ul{
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	box-sizing: border-box;
	width: 100%;
	margin-top: 0;
	padding: 0 0 0 15px;
	-webkit-transition: 0ms;
	transition: all 0ms;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	border: none;
	background-color: transparent;
}
.mobile_menu_container .main-menu > ul > li > ul:before,
.mobile_menu_container .main-menu > ul > li > ul:after{
	display: none;
}
.mobile_menu_container .main-menu ul li ul ul{
	top: 0;
	left: 0 !important;
	margin: 0;
}
.mobile_menu_container .main-menu ul li ul li:hover > a{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.mobile_menu_container .main-menu ul.mobile_view_on > li > ul > li > .sub-menu:first-child{
	display: block !important;
	margin-left: -2px;
}
/* menu_sticky_mobile */
@media only screen and (max-width: 1199px){
	.gt3_menu_sticky_mobile .gt3_header_builder__container .mobile-navigation-toggle.is-active{
		opacity: 0;
	}
	.gt3_header_builder > .mobile_menu_container.menu_sticky_mobile .gt3_header_builder_component{
		z-index: 5;
	}
	.gt3_header_builder > .mobile_menu_container.menu_sticky_mobile .main-menu > ul{
		display: block;
		height: 100%;
		position: fixed;
		z-index: 99;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-y: scroll;
		padding: 5px;
	}
	.mobile_menu_container.menu_sticky_mobile .mobile-navigation-toggle{
		display: block;
		position: static;
		margin: 0 0 5px 0;
		width: 50px;
		height: 50px;
		text-align: center;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0 0 1px 0 currentColor;
	}
	.mobile_menu_container.menu_sticky_mobile .main-menu ul li ul.sub-menu{
		background-color: transparent;
		padding-right: 5px;
		padding-left: 5px;
	}
	.mobile_menu_container.menu_sticky_mobile .main-menu ul.mobile_view_on li{
		margin-bottom: 5px;
		padding: 1px 1px 1px 8px;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, .4);
		box-shadow: 0 0 1px 0 currentColor;
		text-shadow: 0 0 15px #ffffff;
	}
}
/* gt3_currency_switcher */
.gt3_currency_switcher{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.gt3_currency_switcher:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
}
.gt3_currency_switcher ul{
	position: absolute;
	z-index: 555;
	top: 100%;
	right: 0;
	display: block;
	visibility: hidden;
	box-sizing: border-box;
	width: 180px;
	margin-top: 6px;
	padding: 10px 0;
	list-style: none;
	-webkit-transition: all .2s .2s;
	-moz-transition: all .2s .2s;
	-ms-transition: all .2s .2s;
	transition: all .2s .2s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	text-align: left;
	opacity: 0;
	border: 1px solid rgba(243, 243, 243, 1);
	border-radius: 4px;
	box-shadow: none;
}
.gt3_currency_switcher ul:before,
.gt3_currency_switcher ul:after{
	position: absolute;
	z-index: 2;
	top: -6px;
	right: 8px;
	width: 0;
	height: 0;
	content: '';
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
}
.gt3_currency_switcher ul:after{
	z-index: 0;
	top: -8px;
	right: 6px;
	margin-left: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(243, 243, 243, 1);
	border-left: 8px solid transparent;
}
.gt3_currency_switcher ul:before{
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
}
.gt3_currency_switcher ul li{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6;
	padding: 5px 25px 5px 20px;
}
.gt3_currency_switcher:hover ul{
	visibility: visible;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
select.woocommerce-currency-switcher{
	height: auto;
	padding: 1px 12px;
	border: none;
	background: none;
}
a.woocs_flag_view_item{
	margin: 2px !important;
	line-height: 1 !important;
	height: inherit !important;
	width: 40px !important;
}
a.woocs_flag_view_item{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	vertical-align: middle;
}
a.woocs_flag_view_item_current{
	opacity: 1 !important;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.gt3_currency_switcher ul.dd-options{
	width: 180px !important;
}
.gt3_currency_switcher .dd-select{
	border: none;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	border-radius: unset;
	background: none !important;
}
.gt3_currency_switcher .dd-selected-text,
.gt3_currency_switcher .dd-pointer,
.gt3_currency_switcher .woocommerce-currency-switcher-form .dd-selected .dd-desc{
	display: none;
}
.gt3_currency_switcher .dd-image-right{
	margin: 0;
}
.gt3_currency_switcher .woocommerce-currency-switcher-form .dd-selected,
.gt3_currency_switcher .woocommerce-currency-switcher-form a.dd-option{
	padding: 0;
}
.gt3_currency_switcher a.dd-option{
	border: none;
}
.gt3_currency_switcher .dd-option-text{
	line-height: 32px !important;
	margin-bottom: 0;
}
/* end gt3_currency_switcher */

/* B L O G */
.gt3_module_blog,
.gt3_module_featured_posts{
	text-align: left;
}
.gt3_module_blog .blog_post_preview{
	margin-bottom: 80px;
}
.gt3_module_blog .blog_post_preview.format-standard .blog_content,
.gt3_module_blog .blog_post_preview.format-audio .blog_content,
.gt3_module_blog .blog_post_preview.format-link .blog_content,
.gt3_module_blog .blog_post_preview.format-quote .blog_content{
	padding: 5.12%;
	background-color: #f4f4f4;
}
.gt3_module_blog .blog_post_preview.format-quote .blog_content,
.gt3_module_blog .blog_post_preview.format-link .blog_content{
	padding-top: 51px;
}
.gt3_module_blog .blog_post_preview .blogpost_title{
	font-family: inherit;
	font-size: 2.25em;
	line-height: 1.3;
}
.gt3_module_blog.items4 .blog_post_preview h2{
	font-size: 1.8em;
	line-height: 1.3;
}
.gt3_module_blog.items4 .blog_post_preview h2 a{
	line-height: inherit;
}
.gt3_module_blog .blog_post_preview h2 a{
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.blog_content .gt3_module_button a{
	line-height: 38px;
	padding: 0;
	border: none;
}
.blog_content .gt3_module_button a:hover{
	padding: 0;
	border: none;
	background-color: transparent;
}
.blog_alignment_center .blog_post_preview{
	text-align: center;
}
.blog_alignment_right .blog_post_preview{
	text-align: right;
}
.blog_alignment_justify .blog_post_preview{
	text-align: justify;
}
.spacing_beetween_items_30{
	margin: -30px 0 0 -30px;
}
.spacing_beetween_items_25{
	margin: -25px 0 0 -25px;
}
.spacing_beetween_items_20{
	margin: -20px 0 0 -20px;
}
.spacing_beetween_items_15{
	margin: -15px 0 0 -15px;
}
.spacing_beetween_items_10{
	margin: -10px 0 0 -10px;
}
.spacing_beetween_items_5{
	margin: -5px 0 0 -5px;
}
.spacing_beetween_items_30 .item_wrapper{
	padding-top: 30px;
	padding-left: 30px;
}
.spacing_beetween_items_25 .item_wrapper{
	padding-top: 25px;
	padding-left: 25px;
}
.spacing_beetween_items_20 .item_wrapper{
	padding-top: 20px;
	padding-left: 20px;
}
.spacing_beetween_items_15 .item_wrapper{
	padding-top: 15px;
	padding-left: 15px;
}
.spacing_beetween_items_10 .item_wrapper{
	padding-top: 10px;
	padding-left: 10px;
}
.spacing_beetween_items_5 .item_wrapper{
	padding-top: 5px;
	padding-left: 5px;
}
.spacing_beetween_items_5 .blog_post_preview{
	margin-bottom: 5px !important;
}
.spacing_beetween_items_10 .blog_post_preview{
	margin-bottom: 10px !important;
}
.spacing_beetween_items_15 .blog_post_preview{
	margin-bottom: 15px !important;
}
.spacing_beetween_items_20 .blog_post_preview{
	margin-bottom: 20px !important;
}
.spacing_beetween_items_25 .blog_post_preview{
	margin-bottom: 25px !important;
}
.spacing_beetween_items_30 .blog_post_preview{
	margin-bottom: 50px !important;
}
.gt3_module_featured_posts .slick-list .slick-slide{
	padding-right: 0;
	padding-left: 0;
}
.blog_post_preview.format-gallery .blog_post_media .nivo-directionNav .nivo-prevNav:after{
	top: 14px;
	right: auto;
	left: 7px;
	width: 0;
	height: 0;
	transform: none;
	color: #ffffff;
	border: 0;
	border-right: 8px solid;
	border-left-color: inherit;
	background: none;
}
.blog_post_preview.format-gallery .blog_post_media .nivo-directionNav .nivo-prevNav:after{
	position: absolute;
	z-index: 1;
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.blog_post_preview.format-gallery .nivo-directionNav .nivo-prevNav:before{
	position: absolute;
	z-index: 1;
	top: 18px;
	right: 6px;
	width: 20px;
	content: '';
	border-top: 2px solid #ffffff;
}
.blog_post_preview.format-gallery .blog_post_media .nivo-directionNav .nivo-nextNav:after{
	top: 14px;
	right: 7px;
	left: auto;
	width: 0;
	height: 0;
	transform: none;
	color: #ffffff;
	border: 0;
	border-left: 8px solid;
	border-left-color: inherit;
	background: none;
}
.blog_post_preview.format-gallery .blog_post_media .nivo-directionNav .nivo-nextNav:after{
	position: absolute;
	z-index: 1;
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.blog_post_preview.format-gallery .nivo-directionNav .nivo-nextNav:before{
	position: absolute;
	z-index: 1;
	top: 18px;
	left: 6px;
	width: 20px;
	content: '';
	border-top: 2px solid #ffffff;
}
/*.hidden_block,
.gt3_module_carousel .slick-arrow {
    display: none !important;
}*/
/*module carousel*/
.gt3_module_carousel .spacing_beetween_items_30,
.gt3_module_carousel .spacing_beetween_items_25,
.gt3_module_carousel .spacing_beetween_items_20,
.gt3_module_carousel .spacing_beetween_items_15,
.gt3_module_carousel .spacing_beetween_items_10,
.gt3_module_carousel .spacing_beetween_items_5{
	margin-left: 0;
}
.gt3_module_carousel .spacing_beetween_items_30 .item_wrapper{
	padding-right: 15px;
	padding-left: 15px;
}
.gt3_module_carousel .spacing_beetween_items_25 .item_wrapper{
	padding-right: 12.5px;
	padding-left: 12.5px;
}
.gt3_module_carousel .spacing_beetween_items_20 .item_wrapper{
	padding-right: 10px;
	padding-left: 10px;
}
.gt3_module_carousel .spacing_beetween_items_15 .item_wrapper{
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.gt3_module_carousel .spacing_beetween_items_10 .item_wrapper{
	padding-right: 5px;
	padding-left: 5px;
}
.gt3_module_carousel .spacing_beetween_items_5 .item_wrapper{
	padding-right: 2.5px;
	padding-left: 2.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_30 .slick-list{
	margin-right: -15px;
	margin-left: -15px;
}
.gt3_module_featured_posts .spacing_beetween_items_25 .slick-list{
	margin-right: -12.5px;
	margin-left: -12.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_20 .slick-list{
	margin-right: -10px;
	margin-left: -10px;
}
.gt3_module_featured_posts .spacing_beetween_items_15 .slick-list{
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_10 .slick-list{
	margin-right: -5px;
	margin-left: -5px;
}
.gt3_module_featured_posts .spacing_beetween_items_5 .slick-list{
	margin-right: -2.5px;
	margin-left: -2.5px;
}
.isotope_blog_items{
	margin-top: 0 !important;
}
.isotope_blog_items .item_wrapper{
	padding-top: 0 !important;
}
.isotope_blog_items .blog_post_preview{
	float: left;
	margin-right: 0 !important;
}
.items2 .blog_post_preview,
.items3 .blog_post_preview,
.items4 .blog_post_preview{
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}
.items2 .blog_post_preview{
	width: calc(50% - .5px);
}
.items3 .blog_post_preview{
	width: calc(33.3333% - .5px);
}
.items4 .blog_post_preview{
	width: calc(25% - .5px);
}
.blog_post_preview.element,
.gt3_module_carousel .blog_post_preview{
	margin-right: 0;
}
.per_column_wrap .blog_post_preview{
	display: block;
	width: 100%;
	margin-right: 0;
}
.blog_post_media{
	margin-bottom: 39px;
}
.blog_post_media > img{
	max-width: 100%;
	height: auto;
}
.blog_post_preview.format-gallery .blog_content:hover .nivo-directionNav .nivo-prevNav{
	left: 20px;
}
.blog_post_preview.format-gallery .blog_content:hover .nivo-directionNav .nivo-nextNav{
	right: 20px;
}
.blog_post_preview.format-gallery .nivo-directionNav .nivo-prevNav:hover,
.blog_post_preview.format-gallery .nivo-directionNav .nivo-nextNav:hover{
	background: #ffffff;
}
.format-video .blog_post_media,
.format-audio .blog_post_media{
	position: relative;
	width: 100%;
	padding-bottom: 62%;
}
.format-audio .blog_post_media{
	padding-bottom: 110px;
}
.format-video .blog_post_media iframe,
.format-audio .blog_post_media iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog_post_preview{
	margin-bottom: 70px;
}
.search .listing_meta{
	margin-bottom: 15px;
}
.listing_meta{
	line-height: 16px;
	display: inline-block;
	margin-bottom: 12px;
}
.listing_meta.next_likes_block{
	max-width: -webkit-calc(100% - 45px);
	max-width: calc(100% - 45px);
}
.listing_meta *{
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
}
.listing_meta a{
	color: inherit;
}
.gt3_module_featured_posts .listing_meta span,
.blog_post_preview .listing_meta span{
	opacity: .95;
}
.blog_post_preview .listing_meta span{
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.blog_post_preview .listing_meta span:hover{
	opacity: 1;
}
.gt3_module_featured_posts .listing_meta *{
	/*text-transform: none;*/
}
.gt3_module_featured_posts .listing_meta.upper_text *{
	text-transform: uppercase;
}
.blog_content > .listing_meta > span{
	margin-right: 13px;
}
.listing_meta span{
	display: inline-block;
	vertical-align: top;
}
.listing_meta span:last-child:after{
	display: none;
}
.single-post .single_meta .blog_content .blogpost_title{
	font-family: inherit;
	font-size: 2.1428em;
	font-weight: 500;
	line-height: 1.33em;
	margin-top: 21px;
	margin-bottom: 10px;
}
.single-post .gt3_module_title h2{
	text-align: center;
}
.blogpost_title{
	position: relative;
	padding-bottom: 4px;
}
.blog_content .listing_meta .post_author:before{
	content: '\f114';
}
.blog_content .listing_meta .post_comments:before{
	content: '\f113';
}
.blog_content .listing_meta .post_category:before{
	content: '\f112';
}
.listing_meta .post_author:before,
.listing_meta .post_comments:before,
.listing_meta .post_category:before{
	font-family: Theme_icon, sans-serif;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	margin: 0 7px;
}
/* gt3_author_box */
.gt3_author_box{
	position: relative;
	padding: 38px 40px 22px;
	background-color: rgba(130, 130, 130, .09);
}
.gt3_author_box:after{
	display: table;
	clear: both;
	content: '';
}
.gt3_author_box__avatar{
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 3.8%;
	margin-bottom: 5%;
}
.gt3_author_box__avatar img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.gt3_author_box__name{
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 13px;
}
/* end gt3_author_box */

.blog_post_media--quote .quote_text,
.blog_post_media--link .blog_post_media__link_text{
	font-family: inherit;
	font-size: 24px;
	font-weight: 400;
	line-height: 150%;
	position: relative;
	margin: 0;
}
.blog_post_media--link .blog_post_media__link_text a{
	font-size: 24px;
}
.blog_post_media__icon--quote:before{
	font-family: Catamaran, sans-serif;
	font-size: 138px;
	font-weight: 300;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '​‌”';
}
.blog_post_media__icon--quote,
.blog_post_media__icon--link{
	font-style: normal;
	line-height: 0;
	position: relative;
	top: 44px;
	left: -58px;
	display: inline-block;
}
.blog_post_media__icon--link{
	font-family: Theme_icon, sans-serif;
	font-size: 15px;
	font-weight: 700;
}
.blog_post_media__icon--link:before{
	font-size: 30px;
	font-weight: 300;
	position: absolute;
	z-index: 0;
	top: -45px;
	left: 8px;
	width: 100%;
	height: 100%;
	content: '\f111';
}
.blogpost_title i{
	font-size: .9em;
	margin-right: 20px;
}
.blog_post_media--quote,
.blog_post_media--link{
	position: relative;
}
.blog_post_media--quote:after,
.blog_post_media--link:after{
	display: table;
	clear: both;
	content: '';
}
.gt3_module_featured_posts .blogpost_title i{
	margin-right: 12px;
}
.post_media_info{
	position: relative;
	display: inline-block;
	float: left;
}
.post_media_info .quote_image{
	width: 75px;
	vertical-align: middle;
	border-radius: 50%;
}
.post_media_info .quote_image + .quote_author{
	margin-top: 7px;
}
.blog_post_preview.format-quote .post_media_info .quote_author{
	font-size: 1.25em;
	line-height: 1;
	margin-top: 26px;
	margin-right: 30px;
}
.blog_post_preview.format-quote .quote_text + .post_media_info{
	float: none;
	max-width: 100%;
}
.blog_post_media--quote,
.blog_post_media--link{
	padding-right: 40px;
	padding-bottom: 3px;
	padding-left: 56px;
}
.blog_content p{
	margin-bottom: 17px;
}
.blog_content .clear.post_clear{
	margin-top: 22px;
}
/* Gt3 module featured posts */
.gt3_module_featured_posts .blog_post_media{
	margin-bottom: 0;
	padding-bottom: 0;
}
.gt3_module_featured_posts .blog_content{
	position: relative;
	z-index: 1;
	padding: 0;
	background: none;
}
.gt3_module_featured_posts:not(.blog_type5) .blogpost_title{
	font-family: inherit;
	font-size: 1.1428em;
	font-weight: 500;
	line-height: 1.25;
	display: inline-block;
	vertical-align: top;
}
.gt3_module_featured_posts .blogpost_title a{
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.featured_post_info{
	padding: 17px 0 17px 0;
}
.featured_post_info.boxed_view{
	padding-right: 30px;
	padding-left: 30px;
	background: #ffffff;
}
.featured_post_info .learn_more{
	float: none;
}
.featured_post_info .blogpost_title{
	margin-top: 0;
}
/* type2 */
.blog_type2 .blog_content{
	padding-top: 5px;
}
.blog_type2 .has_post_thumb .blog_content{
	position: relative;
	min-height: 135px;
	padding-left: 170px;
}
.blog_type2 .has_post_thumb .blog_post_media{
	position: absolute;
	top: 5px;
	left: 0;
	width: 130px;
}
.blog_type2 .featured_post_info{
	padding: 0;
}
.blog_type2 .blog_content p{
	margin-bottom: 0;
}
.blog_type2 .blog_post_preview{
	margin-bottom: 8px !important;
}
.blog_type2 .listing_meta,
.blog_type2 .blogpost_title{
	margin-bottom: 4px;
}
/* type3 */
.blog_type3 .blog_content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.blog_type3 .blog_post_media,
.blog_type3 .featured_post_info{
	width: 100%;
}
.blog_type3 .blog_post_media{
	order: 1;
}
.blog_type3 .featured_post_info{
	order: 2;
}
.blog_type3 .blog_post_preview:nth-child(even) .featured_post_info{
	order: 0;
}
.blog_type3 .blog_post_media{
	position: relative;
}
.blog_type3 .blog_post_media span{
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 20px;
	bottom: 19px;
	left: 25px;
}
.blog_type3 .blog_post_media span a{
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	margin: 5px 5px 0 0;
	padding: 4px 8px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	vertical-align: top;
	color: #ffffff;
	border-radius: 3px;
	background: rgba(39, 50, 61, .34);
}
.blog_type3 .blog_post_media span a:hover{
	background: rgba(39, 50, 61, .7);
}
.blog_type3 .featured_post_info{
	padding: 36px 0 25px 0;
}
.blog_type3 .featured_post_info.boxed_view{
	padding-right: 40px;
	padding-left: 40px;
}
.blog_type3 .without_post_thumb .featured_post_info{
	padding-top: 83px;
	padding-bottom: 68px;
}
.blog_type3 .without_post_thumb .featured_post_info.boxed_view{
	padding-right: 50px;
	padding-left: 50px;
}
.blog_type3 .listing_meta,
.blog_type3 .blogpost_title,
.blog_type4 .listing_meta,
.blog_type4 .blogpost_title{
	margin-bottom: 15px;
}
.single .blog_type4 .blogpost_title{
	margin-bottom: 12px;
}
.blog_type3 .blog_content p{
	margin-bottom: 9px;
	padding-top: 5px;
}
.blog_type4 .blog_content p{
	/*padding-top: 6px;*/
	margin-bottom: 0;
}
.blog_type4 .blog_content p + .gt3_module_button .learn_more{
	margin-top: 15px;
}
.blog_content .gt3_module_button .learn_more{
	float: none;
}
.blog_type4 .blog_content .learn_more{
	margin-top: 5px;
}
/* type1 */
.blog_type1 .blog_post_preview,
.blog_type1 .featured_post_info{
	margin: 0;
	padding: 0;
}
.blog_type1 .listing_meta{
	margin-bottom: 7px;
}
.blog_type1 .first_post_with_thumb .blog_post_media{
	margin-bottom: 15px;
}
.blog_type1 .first_post_with_thumb h4.blogpost_title > a{
	font-size: 1.333em !important;
	line-height: 1.333;
}
.blog_type1 .blogpost_title + .listing_meta{
	margin-top: 7px;
}
.blog_type1 .listing_meta + .blogpost_title{
	margin-bottom: 7px;
}
.blog_type1 .blog_post_preview{
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
}
.blog_type1 .blogpost_title{
	display: block;
	margin-bottom: 0;
	padding: 0;
}
.blog_type1 .blog_post_preview:before{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	opacity: .17;
}
.blog_type1{
	overflow: hidden;
}
.blog_type1 .blog_post_preview:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog_type1 .blog_post_preview:last-child:before{
	display: none;
}
.blog_type1 .blog_content p{
	margin-bottom: 0;
}
.blog_type1 .slick-list{
	margin-right: 0;
	margin-left: 0;
}
.blogpost_title a span{
	display: none;
}
.blog_type1 .blogpost_title a span{
	display: inline-block;
	height: 0;
	opacity: .45;
	border-bottom: 1px solid;
}
.blog_type1 .blogpost_title a span:before{
	top: -1px !important;
}
.single .featured_post_info,
.blog_type4 .without_post_thumb .featured_post_info.boxed_view{
	padding-top: 21px;
}
.blog_type4 .without_post_thumb .featured_post_info{
	padding-top: 0;
	padding-bottom: 0;
}
.blog_type4 .without_post_thumb .featured_post_info.boxed_view{
	padding-top: 26px;
	padding-bottom: 31px;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6,
#main_content > h1,
#main_content > h2,
#main_content > h3,
#main_content > h4,
#main_content > h5,
#main_content > h6,
.comment_content > h1,
.comment_content > h2,
.comment_content > h3,
.comment_content > h4,
.comment_content > h5,
.comment_content > h6{
	margin-top: 10px;
	margin-bottom: 10px;
}
.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child,
.wpb_text_column h6:first-child{
	margin-top: 0;
}
/* type5 */
.gt3_module_featured_posts.blog_type5 .blog_post_media{
	transition: all .5s;
	opacity: 0;
}
.gt3_module_featured_posts.blog_type5 .blog_post_media .blog_post_hover{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gt3_module_featured_posts.blog_type5 .featured_post_info{
	position: relative;
	z-index: 1;
	top: 0;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 39.19vh;
	padding: 49px 30px;
	transition: all .5s;
	border: 2px solid #b9bfc5;
	background: transparent;
	
	justify-content: space-between;
}
.gt3_module_featured_posts.blog_type5 .without_post_thumb .featured_post_info{
	position: relative;
}
.gt3_module_featured_posts.blog_type5 .blog_content .blog_post_media{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: no-repeat center center;
	background-size: cover;
}
.gt3_module_featured_posts.blog_type5 .has_post_thumb .blog_content:hover .blog_post_media{
	opacity: 1;
}
.gt3_module_featured_posts.blog_type5 .has_post_thumb .blog_content:hover .featured_post_info{
	border-color: transparent;
}
.gt3_module_featured_posts.blog_type5 .without_post_thumb .blog_content:hover .featured_post_info{
	background: #ffffff;
}
.gt3_module_featured_posts.blog_type5 .blog_content:hover .blogpost_title a,
.gt3_module_featured_posts.blog_type5 .blog_content:hover .listing_meta,
.gt3_module_featured_posts.blog_type5 .blog_content:hover .listing_meta a{
	color: #ffffff;
}
.gt3_module_featured_posts.blog_type5 .without_post_thumb .blog_content:hover .blogpost_title a,
.gt3_module_featured_posts.blog_type5 .without_post_thumb .blog_content:hover .listing_meta,
.gt3_module_featured_posts.blog_type5 .without_post_thumb .blog_content:hover .listing_meta a{
	color: inherit;
}
.gt3_module_featured_posts.blog_type5 .blog_content:hover .featured_post_info > *:not(.listing_meta):not(.blogpost_title){
	visibility: hidden;
	transform: translateY(10px);
	opacity: 0;
}
.gt3_module_featured_posts.blog_type5 .featured_post_info > *{
	transition: all .3s;
}
.gt3_module_featured_posts.blog_type5 .listing_meta{
	margin-bottom: 15px;
}
.gt3_module_featured_posts.blog_type5 .listing_meta > *{
	font-size: 16px;
	line-height: 1.4;
	padding-right: 10px;
}
.gt3_module_featured_posts.blog_type5 .listing_meta a{
	font-size: 16px;
}
.gt3_module_featured_posts.blog_type5 .learn_more{
	display: inline-table;
	float: none;
	margin-top: 30px;
}
/* single post */
.single #main_content > .blog_post_preview{
	margin-bottom: 30px;
}
.single #main_content > .blog_post_preview .blog_content{
	margin: 0;
	padding: 0;
	background: none;
}
.blog_post_preview .blog_content > ul,
.blog_post_preview .blog_content > ol,
.blog_post_preview .blog_content > blockquote{
	overflow: hidden;
}
.blog_post_preview .blog_content > ul{
	padding-bottom: 17px;
}
.blog_post_preview .blog_content > ol{
	margin-bottom: 17px;
}
.single .post_tags .tagcloud{
	display: inline-block;
	vertical-align: middle;
}
.single .post_tags > span{
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
}
.single .post_info{
	margin-top: 0;
}
/* Comments */
#comments{
	padding: 20px 0 0;
}
#comments:empty{
	font-size: 0;
	line-height: 0;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#respond form#commentform{
	margin-right: -5px;
	margin-left: -5px;
}
#respond form#commentform [class*='span'],
#respond form#commentform > p{
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#respond .form_field{
	width: 100%;
	margin-bottom: 10px;
}
#respond textarea#comment-message{
	padding-top: 10px;
}
#respond textarea{
	resize: none;
}
#respond #commentform label{
	display: none;
}
p.form-submit{
	margin-bottom: 0;
}
body #respond form#commentform > p.form-submit{
	display: inline-block;
}
.form-submit .gt3_submit_wrapper{
	display: inline-block;
	float: none;
	vertical-align: top;
}
p.comment-notes{
	font-size: 12px;
	margin-bottom: 20px;
}
#comments > h2{
	position: relative;
	z-index: 10;
	text-align: center;
}
#comments hr{
	margin-top: 10px;
	margin-bottom: 40px;
}
ol.commentlist{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.commentlist li{
	list-style: none;
}
ol.commentlist > li > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.commentlist li{
	margin: 0;
	padding: 0;
}
ol.commentlist li:before,
ol.commentlist li:after{
	display: none;
}
ol.commentlist li .stand_comment{
	margin-bottom: 0;
	padding: 40px 0 30px 100px;
	border-top: 1px #e0e1dc solid;
}
ol.commentlist li:first-child .stand_comment{
	border-top: none;
}
#comments > ol.commentlist > li.comment:first-child > .stand_comment{
	border-top: 0;
}
ol.commentlist li ul li .stand_comment{
	margin-left: 100px;
}
ol.commentlist li ul li ul li .stand_comment{
	margin-left: 200px;
}
.thiscommentbody{
	position: relative;
	min-height: 82px;
}
ol.commentlist li .commentava{
	position: absolute;
	z-index: 5;
	top: 0;
	left: -100px;
	width: 71px;
	height: 71px;
}
ol.commentlist li .commentava img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.comment_info{
	padding-right: 100px;
}
.comment_author_says{
	line-height: 22px;
	margin-bottom: 2px;
}
.comment_author_says,
.comment_author_says a{
	font-size: 14px;
	font-weight: 500;
}
.comment_info a,
#cancel-comment-reply-link{
	-webkit-transition: color .3s;
	transition: color .3s;
}
.comment_content p{
	margin-bottom: 0;
	padding-bottom: 9px;
}
.comment_info .listing_meta{
	margin-bottom: 12px;
}
.comment_info .listing_meta *{
	font-size: 14px;
}
.comment-reply-title{
	margin-bottom: 35px;
	text-align: left;
}
#comments #respond{
	padding-top: 45px;
}
.comment-reply-link{
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	position: relative;
	z-index: 1;
	bottom: -19px;
	left: 0;
	display: inline-block;
	padding-right: 35px;
}
.comment-reply-link span{
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	width: 24px;
	height: 11px;
	margin-top: -6px;
}
.comment-reply-link span:before{
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0;
	width: 20px;
	content: '';
	border-top: 2px solid;
	border-top-color: inherit;
}
.comment-reply-link span:after{
	position: absolute;
	z-index: 1;
	top: 1px;
	right: 0;
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid;
	border-left-color: inherit;
}
.comment-reply-link:hover{
	opacity: 1;
}
.learn_more,
.post_info > a{
	line-height: 21px;
}
.gt3_module_button a.learn_more{
	margin-bottom: 0;
}
.blog_post_preview .learn_more{
	font-size: 20px;
	float: left;
}
.blog_post_preview .learn_more.button_arrow{
	position: relative;
	z-index: 1;
}
.blog_post_preview .learn_more.button_arrow.right_arrow{
	padding-right: 35px;
}
.blog_post_preview .learn_more.button_arrow.left_arrow{
	padding-left: 35px;
}
.blog_post_preview .learn_more.button_arrow > span{
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 24px;
	height: 11px;
	margin-top: -6px;
}
.blog_post_preview .learn_more.button_arrow.right_arrow > span{
	right: 0;
}
.blog_post_preview .learn_more.button_arrow.left_arrow > span{
	left: 0;
}
.blog_post_preview .learn_more.button_arrow > span:before{
	position: absolute;
	z-index: 1;
	top: 5px;
	width: 20px;
	content: '';
	border-top: 2px solid;
	border-top-color: inherit;
}
.blog_post_preview .learn_more.button_arrow.right_arrow > span:before{
	left: 0;
}
.blog_post_preview .learn_more.button_arrow.left_arrow > span:before{
	right: 0;
}
.blog_post_preview .learn_more.button_arrow > span:after{
	position: absolute;
	z-index: 1;
	top: 1px;
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.blog_post_preview .learn_more.button_arrow.right_arrow > span:after{
	right: 0;
	border-left: 8px solid;
	border-left-color: inherit;
}
.blog_post_preview .learn_more.button_arrow.left_arrow > span:after{
	left: 0;
	border-right: 8px solid;
	border-right-color: inherit;
}
/*.learn_more span,*/
.gt3_module_title .carousel_arrows a span,
.blog_type1 .blogpost_title a span,
.prev_next_links a span i{
	position: relative;
	display: inline-block;
	width: 0;
	height: 1px;
	margin-left: 9px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	vertical-align: middle;
}
/*.learn_more span:before,*/
.gt3_module_title .carousel_arrows a span:before,
.blog_type1 .blogpost_title a span:before,
.prev_next_links a span i:before{
	position: absolute;
	z-index: 5;
	top: -4px;
	right: 0;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 1px none;
	border-right-style: solid;
	border-bottom-style: solid;
}
.gt3_module_title .carousel_arrows a.left_slick_arrow span:before,
.prev_next_links .fleft a span i:before{
	right: auto;
	left: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* Post prev_next links */
.prev_next_links{
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 25px;
	padding-bottom: 20px;
}
.prev_next_links a{
	display: block;
	padding: 0;
}
.prev_next_links a span,
.prev_next_links a b{
	font-size: 14px;
	display: block;
}
.prev_next_links a span{
	font-weight: 500;
	text-transform: uppercase;
}
.prev_next_links .fleft a{
	text-align: left;
}
.prev_next_links .fright a{
	text-align: right;
}
.prev_next_links a b{
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 2px;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.prev_next_links .fleft a span i{
	margin-right: 12px;
	margin-left: auto;
}
.prev_next_links .fright a span i{
	margin-right: auto;
	margin-left: 12px;
}
.prev_next_links a span i{
	-webkit-transition: margin 300ms;
	transition: margin 300ms;
}
.prev_next_links a:hover span i{
	margin-left: 30px;
}
.prev_next_links .fleft a:hover span i{
	margin-right: 30px;
	margin-left: auto;
}
.post_info{
	display: inline-block;
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	vertical-align: top;
}
.post_info > div:last-child{
	margin-left: 0;
}
.post_share{
	position: relative;
}
.post_share > a{
	line-height: 30px;
	position: relative;
	display: block;
	margin-left: 2px;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	text-align: center;
}
/*
.post_share > a:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    line-height: 21px;
    margin-right: 7px;
    margin-left: 7px;
    padding: 0;
    content: '\f1e0';
    -webkit-transition: color 300ms;
            transition: color 300ms;
    opacity: .6;
}*/

.share_wrap{
	font-size: 0;
	line-height: 0;
	/*position: absolute;*/
	/*z-index: 555;*/
	/*top: 0;*/
	/*right: 100%;*/
	display: block;
	/*box-shadow: none;*/
}
/*.post_share:hover > .share_wrap ul li {
    visibility: visible !important;
    opacity: 1 !important;
}*/

.share_wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}
.share_wrap ul li{
	line-height: 25px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	padding: 0 5px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	text-align: center;
	vertical-align: middle;
}
.share_wrap ul li:nth-child(1){
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.share_wrap ul li:nth-child(2){
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.share_wrap ul li:nth-child(3){
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}
.share_wrap ul li:nth-child(4){
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
/*.post_share:hover > .share_wrap ul li:nth-child(1) {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
.post_share:hover > .share_wrap ul li:nth-child(2) {
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
}
.post_share:hover > .share_wrap ul li:nth-child(3) {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}
.post_share:hover > .share_wrap ul li:nth-child(4) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}*/

.share_wrap ul li:before{
	display: none;
}
.share_wrap a{
	display: inline-block;
}
.share_wrap a span{
	font-size: 16px;
	line-height: 34px;
	display: block;
	width: 34px;
	-webkit-transition: -webkit-transform 400ms;
	transition: transform 400ms;
	border-radius: 50%;
}
.share_wrap a:hover span{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.share_wrap a .fa-twitter{
	color: #ffffff;
	background-color: #55acee;
}
.share_wrap a .fa-facebook{
	color: #ffffff;
	background-color: #3b5998;
}
.share_wrap a .fa-pinterest{
	color: #ffffff;
	background-color: #bd081c;
}
.share_wrap a .fa-google-plus{
	color: #ffffff;
	background-color: #df4b38;
}
/* contact widget */

.gt3-contact-widget{
	position: fixed;
	z-index: 100;
	top: 25%;
	right: 0;
	box-sizing: border-box;
	width: 300px;
	min-height: 220px;
	padding: 25px 30px 20px 30px;
	transition: transform .4s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	border-bottom-left-radius: 2px;
	background-color: #f5f7f8;
}
.gt3-contact-widget_label{
	font-size: 16px;
	line-height: 34px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 10px 10px;
	cursor: pointer;
	-webkit-transform: rotate(-90deg) translate(-100%, -100%);
	transform: rotate(-90deg) translate(-100%, -100%);
	transform-origin: 0 0;
	color: #ffffff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.gt3-contact-widget_icon{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: block;
	width: 54px;
	height: 54px;
	transform: rotate(90deg);
	background-color: rgba(255, 255, 255, .1);
}
.gt3-contact-widget_icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	transform: translate(-50%, -50%);
}
.gt3-contact-widget_label.empty-title{
	width: 54px;
	height: 54px;
	padding: 0 !important;
}
.gt3-contact-widget_label.with-icon{
	padding-right: 64px;
}
.gt3-contact-widget.open{
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
@media only screen and (max-width: 767px){
	.gt3-contact-widget{
		display: none;
	}
}
/* ! contact widget*/

/* Likes */
.likes_block,
.post_share,
.likes_block span{
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
}
.likes_block .icon{
	margin: 0 3px 0 7px;
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;
}
.likes_block:not(.already_liked):hover .icon{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.likes_block .icon:before{
	font-size: inherit;
	font-weight: 700;
	margin: 0;
}
.likes_block{
	float: right;
	cursor: pointer;
}
.likes_block.already_liked{
	cursor: default;
}
.like_count,
.like_title{
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.like_count:empty{
	display: none;
}
/* Pager Block */
ul.pagerblock{
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
	text-align: center;
}
ul.pagerblock li:before,
ul.pagerblock li:after{
	display: none;
}
ul.pagerblock li{
	display: inline-block;
	margin: 2px;
	padding: 0;
	vertical-align: top;
}
ul.pagerblock li a,
ul.pagerblock li span{
	font-size: 1em;
	font-weight: 400;
	line-height: 35px;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	text-align: center;
	text-transform: uppercase;
	border: none;
}
ul.pagerblock li a.current{
	cursor: default;
}
ul.pagerblock li a.current,
ul.pagerblock li a.current:hover,
ul.pagerblock li span{
	color: #ffffff;
}
/* Style Scroll */

.sidebar-container.span3 .gt3_widget > ul::-webkit-scrollbar{
	width: 5px;
	background-color: #a7a7a8;
}
.sidebar-container.span3 .gt3_widget > ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
}
.sidebar-container.span3 .gt3_widget > ul::-webkit-scrollbar-thumb{
	background-color: #a7a7a8;
}
.gt3_header_builder_cart_component__cart-container::-webkit-scrollbar{
	width: 5px;
	padding-left: 5px;
	background-color: #a7a7a8;
}
.gt3_header_builder_cart_component__cart-container::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
}
.gt3_header_builder_cart_component__cart-container::-webkit-scrollbar-thumb{
	background-color: #a7a7a8;
}
.select2-container--default.select2-container--open .select2-results > .select2-results__options#select2-product_cat-results::-webkit-scrollbar{
	width: 5px;
	padding-left: 5px;
	background-color: #a7a7a8;
}
.select2-container--default.select2-container--open .select2-results > .select2-results__options#select2-product_cat-results::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
}
.select2-container--default.select2-container--open .select2-results > .select2-results__options#select2-product_cat-results::-webkit-scrollbar-thumb{
	background-color: #a7a7a8;
}
/* ! Style Scroll */

/* WIDGET STYLES */
aside > .widget,
.main_footer .widget{
	position: relative;
	margin-top: 10px;
}
aside > .widget:not(:first-child):not(:last-child):after,
.main_footer .widget:not(:last-child):after{
	display: table;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #f3f5f5;
}
.gt3_burger_sidebar_container aside > .widget:after{
	display: none !important;
}
aside > .widget + .widget,
.main_footer .widget + .widget{
	margin-top: 25px;
}
.widget .widget-title ~ .gt3-button-cat-wrap-open{
	display: block;
}
.widget .gt3-button-cat-wrap-open{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: none;
	width: 15px;
	cursor: pointer;
	text-align: center;
}
.widget .gt3-button-cat-wrap-open:before{
	font-family: Theme_icon, sans-serif;
	line-height: 20px;
	display: inline-block;
	content: '\f106';
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	transition: transform .3s;
}
.widget.open .gt3-button-cat-wrap-open:before{
	-webkit-transform: rotate3d(1, 0, 0, 180deg);
	-moz-transform: rotate3d(1, 0, 0, 180deg);
	-ms-transform: rotate3d(1, 0, 0, 180deg);
	transform: rotate3d(1, 0, 0, 180deg);
}
.sidebar-container.span3 .gt3_widget > ul{
	font-size: .875em;
	font-weight: 400;
	overflow-y: auto !important;
	max-height: 260px;
	margin-right: 4px;
	margin-bottom: 30px;
	padding-right: 15px;
	padding-bottom: 3px;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0;
}
.sidebar-container.span3 .gt3_widget > form,
.sidebar-container.span3 .gt3_widget > .tagcloud{
	margin-bottom: 30px;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0;
}
.sidebar-container.span3 .gt3_widget.open > ul,
.sidebar-container.span3 .gt3_widget.open > form,
.sidebar-container.span3 .gt3_widget.open > .tagcloud{
	opacity: 1;
}
.sidebar-container.span3 .gt3_widget > ul li:before{
	margin-right: 9px;
}
.sidebar-container.span3 .gt3_widget ul.children li > .count{
	display: none;
}
.sidebar-container.span3 .gt3_widget ul.children{
	padding-top: 8px;
	padding-bottom: 8px;
}
.widget_search .search_form .search_text,
.widget_product_search .woocommerce-product-search .search-field{
	font-size: .8571em;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 8px 45px 8px 18px;
	border: 1px solid #e2e3dc;
	border-radius: 0;
	outline: none;
	background-color: #ffffff;
}
.widget_search .search_form,
.widget_product_search .woocommerce-product-search{
	position: relative;
	z-index: 1;
}
.widget_search .search_form .search_submit,
.widget_search .search_form:before,
.widget_product_search .woocommerce-product-search button,
.widget_product_search .woocommerce-product-search input[type='submit'],
.widget_product_search .woocommerce-product-search:before{
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
}
.widget_search .search_form:before,
.widget_product_search .woocommerce-product-search:before{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	line-height: 40px;
	display: inline-block;
	content: '\f002';
	transform: translate(0, 0);
	text-align: center;
	opacity: 1;
	color: #ffffff;
	
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget-title{
	font-size: 1em;
	font-weight: 500;
	line-height: inherit;
	margin-bottom: 0;
	padding-bottom: 23px;
	border-bottom: 0;
}
.widget-title .rsswidget{
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}
.widget_search .widget-title{
	margin-bottom: 0;
	border-bottom: 0;
}
.widget .calendar_wrap table{
	width: 100%;
	margin: 0;
}
.widget .calendar_wrap table td{
	width: calc(100% / 7);
	padding: 5px 0;
	text-align: center;
}
.gt3_widget > ul > li,
.woocommerce .widget_layered_nav ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{
	position: relative;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 0;
}
.gt3_widget > ul > li:last-child{
	padding-bottom: 3px;
}
.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_nav_menu ul li:before{
	/*vertical-align: baseline;*/
	margin-right: 10px;
	transition: color 400ms;
	color: inherit;
}
.widget.widget_archive > ul > li,
.widget.widget_categories > ul > li,
.widget.widget_pages > ul > li,
.widget.widget_meta > ul > li,
.widget.widget_recent_comments > ul > li,
.widget.widget_recent_entries > ul > li,
.widget.widget_nav_menu > .menu-main-menu-container > ul > li{
	font-size: 1.1428em;
	font-weight: 400;
}
.widget.widget_archive ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li a{
	color: inherit;
}
.widget_categories ul li .post_count,
.widget_archive ul li .post_count{
	float: right;
	opacity: .7;
}
.widget.widget_recent_entries > ul > li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e1dc;
}
.widget.widget_recent_entries > ul > li:last-child{
	border-bottom: none;
}
.widget_categories ul li:before{
	line-height: inherit !important;
}
.widget.widget_recent_entries li:after{
	display: table;
	clear: both;
	content: '';
}
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date{
	font-size: .8em;
	float: right;
	opacity: .5;
}
.widget.widget_posts .recent_posts{
	padding: 10px 0 0;
}
.widget.widget_posts .recent_posts li{
	padding: 0;
	border: none;
}
.widget.widget_posts .recent_posts li + li{
	margin-top: 22px;
}
.widget.widget_posts .recent_posts li:after{
	display: table;
	clear: both;
	content: '';
}
.widget.widget_posts .recent_posts li:before{
	display: none;
}
.widget.widget_posts .recent_posts img{
	float: left;
	max-width: 85px;
	margin-right: 20px;
}
.recent_posts_content .listing_meta{
	font-size: 11px;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 0;
}
.recent_posts_content.no_content .post_title,
.recent_posts_content.no_content .listing_meta{
	padding-top: 5px;
}
.recent_posts_content .recent_post__cont{
	font-size: 14px;
	line-height: 1.4;
	margin-top: 3px;
}
.widget.widget_posts .recent_posts .post_title,
.widget.widget_recent_entries > ul > li{
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4;
}
.widget.widget_posts .recent_posts .listing_meta span{
	font-size: 12px;
}
.widget_flickr:after{
	display: table;
	clear: both;
	content: '';
}
.main_footer .widget-title{
	font-size: 1em;
	font-weight: 400;
	line-height: inherit;
	margin-bottom: 0;
	padding-bottom: 22px;
	border-bottom: 0;
}
.main_footer .textwidget p{
	line-height: 2.35em;
}
.main_footer .textwidget p:last-child{
	margin-bottom: 0;
}
.flickr_widget_wrapper{
	margin-right: -10px;
}
.flickr_widget_wrapper .flickr_badge_image{
	position: relative;
	z-index: 1;
	width: calc(33.33% - 10px);
	max-width: 120px;
	height: calc(33.33% - 10px);
	max-height: 120px;
}
.flickr_badge_image > a:before{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	transition: opacity 300ms;
	opacity: 0;
	background: #000000;
}
.flickr_badge_image > a:hover:before{
	opacity: .3;
}
.calendar_wrap{
	box-sizing: border-box;
	width: 100%;
	max-width: 370px;
	padding: 10px;
	border: 1px solid #f2f2f2;
}
.calendar_wrap tr{
	border: none;
}
.calendar_wrap caption{
	font-size: 18px;
	line-height: 2.25;
	margin: -11px -11px 10px -11px;
	color: #ffffff;
	border-bottom: 1px solid #f2f2f2;
}
.widget .calendar_wrap table td#today{
	position: relative;
	z-index: 1;
	color: #ffffff;
}
.widget .calendar_wrap table td#prev{
	padding-left: 10px;
	text-align: left;
}
.widget .calendar_wrap table td#next{
	padding-right: 10px;
	text-align: right;
}
.widget .calendar_wrap table th{
	padding: 5px 0;
}
.widget .calendar_wrap tbody td > a{
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: inherit;
}
.main_footer .calendar_wrap tbody,
.main_footer .widget .calendar_wrap table td#today{
	color: inherit;
}
.widget .calendar_wrap table td#today:before,
.widget .calendar_wrap tbody td > a:before{
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 80%;
	margin-top: -45%;
	margin-left: -40%;
	padding-bottom: 80%;
	content: '';
	border-radius: 50%;
	background-color: #f2f2f2;
}
/* Tag Cloud */
.tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover{
	box-shadow: none;
}
.tagcloud{
	overflow: hidden;
	margin: 0 -5px 0 0;
}
.tagcloud a{
	font-size: .75em !important;
	font-style: normal;
	line-height: 18px !important;
	position: relative;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 7px 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	vertical-align: top;
	color: #898d92;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: inset 0 0 0 2px #f1f1f1;
	box-shadow: inset 0 0 0 2px #f1f1f1;
}
.tagcloud a:hover{
	color: #ffffff;
}
/* Instagram */
.widget #sb_instagram{
	padding: 10px 0 0 0 !important;
}
.widget #sbi_images{
	width: calc(100% + 9px) !important;
	margin: 0 0 0 -9px !important;
	padding: 0 !important;
}
.widget #sb_instagram #sbi_images .sbi_item{
	margin: 0 !important;
	padding: 0 0 9px 9px !important;
	border: none !important;
}
.widget #sb_instagram .sbi_photo_wrap a{
	position: relative;
}
.widget #sb_instagram .sbi_photo_wrap a:hover{
	opacity: .55 !important;
}
#sb_instagram{
	position: relative;
}
#sb_instagram #sbi_load{
	position: absolute;
	bottom: 0;
}
#sb_instagram #sbi_load .sbi_follow_btn{
	margin-left: 0;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a{
	font-size: 14px;
	line-height: 15px;
	padding: 6px 15px;
	border-radius: 0;
}
/* Text Widget */
.textwidget p{
	text-align: left;
}
.textwidget p:last-of-type{
	margin-bottom: 0;
}
.textwidget:after{
	display: table;
	clear: both;
	content: '';
}
.textwidget img{
	max-width: 100%;
	margin: 0 auto 25px auto;
	vertical-align: top;
}
.textwidget img.rounded{
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.textwidget a img{
	margin: 0 auto;
}
/* Dropcap */
.dropcap{
	font-family: inherit;
	font-size: 3.5em;
	font-weight: 500;
	line-height: .7;
	display: inline-block;
	float: left;
	width: auto;
	height: auto;
	margin: 5px 10px 0 0;
	text-transform: uppercase;
	/*font-weight: 700;*/
}
/* footer widget style */
.top_footer{
	font-weight: 400;
}
.top_footer .widget_nav_menu .menu .menu-item{
	line-height: 2.35em;
	padding: 0;
}
.top_footer .widget_nav_menu .menu .menu-item:hover,
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item{
	padding-left: 0;
}
.top_footer .widget_nav_menu .menu .menu-item:before,
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item:before{
	display: none;
}
.top_footer .widget_nav_menu .menu .menu-item .menu-item{
	padding-left: 10px;
}
.top_footer .widget_nav_menu .menu .menu-item .sub-menu{
	padding-top: 5px;
}
.top_footer .widget_nav_menu .menu .menu-item + .menu-item{
	border-top: none;
}
/* end footer widget style  */

/* menu sidebar */
.gt3_burger_sidebar_container .widget-title{
	font-size: 1.2857em;
}
/* end menu sidebar */

/* END WIDGET STYLES */

::-moz-selection{
	color: #ffffff;
}
::selection{
	color: #ffffff;
}
/* page 404 */
.wrapper_404 h1{
	font-size: calc(28px + 1vw);
	line-height: 1;
	margin-bottom: 7px;
}
.wrapper_404 h4{
	margin-bottom: 40px;
}
.wrapper_404 p{
	font-size: 14px;
	margin-bottom: 53px;
	padding-top: 10px;
}
.wrapper_404 .gt3_module_button a{
	margin-bottom: 0;
	padding: 8px 16px;
	border: 1px solid;
}
.wrapper_404 .number_404{
	font-family: inherit;
	font-size: calc(60px + 7vw);
	line-height: 1;
	margin-top: 30px;
}
.wrapper_404{
	position: relative;
	min-height: 60vh;
	padding: 70px 0;
	white-space: nowrap;
	background: no-repeat center center;
	background-size: cover;
}
.wrapper_404:before{
	display: inline-block;
	height: 60vh;
	content: '';
	vertical-align: middle;
}
.wrapper_404 .gt3_module_button a:hover{
	color: #909aa3;
}
.wrapper_404 .gt3_module_button a{
	font-size: 16px;
	padding: 8px 29px;
}
.container_vertical_wrapper{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	white-space: normal;
}
.text-uppercase{
	text-transform: uppercase;
}
.rounded_r3{
	border-radius: 3px;
}
span.highlighter{
	display: inline-block;
	padding-right: .3em;
	padding-left: .3em;
}
.wrapper_404 .container{
	width: 100%;
}
/*.wrapper_404 .gt3_404_search .search_form input {
    display: inline-block;
    height: 50px;
}*/
.wrapper_404 .gt3_404_search .search_form,
#main_content .wrapper_404 .search_result_form .search_form{
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 20px;
}
.wrapper_404 .gt3_404_search .search_form .search_text,
.wrapper_404 .gt3_404_search .search_form,
#main_content .wrapper_404 .search_result_form .search_form{
	width: 100%;
	max-width: 370px;
}
.wrapper_404 .gt3_404_search .search_form .search_submit,
#main_content .wrapper_404 .search_result_form .search_form .search_submit{
	font-size: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	box-shadow: none;
}
.wrapper_404 .gt3_404_search .search_form:after,
#main_content .wrapper_404 .search_result_form .search_form:after{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	line-height: 54px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: inline-block;
	width: 50px;
	height: 100%;
	content: '\f002';
	transform: translate(0, 0);
	text-align: center;
	opacity: .7;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper_404 .gt3_404_search input[type='text'],
#main_content .wrapper_404 .search_result_form input[type='text']{
	height: 55px;
	border: none;
	background-color: #f9fbfb;
}
.gt3_dark_theme .wrapper_404 .gt3_404_search input[type='text']{
	background-color: #17181c;
}
/* Map */
#map-canvas{
	position: relative;
	width: 100%;
	height: 700px;
}
#map-canvas > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map-canvas img{
	max-width: none;
	max-height: none;
}
input[type='button'],
input[type='reset'],
input[type='submit']{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media only screen and (max-width: 767px){
	#map-canvas{
		padding-bottom: 44%;
	}
}
/* back_to_top */
.back_to_top_container{
	position: fixed;
	margin-right: 1px;
	margin-bottom: 1px;
	z-index: 3;
	pointer-events: none;
}
#back_to_top{
	font-weight: 400;
	display: block;
	width: 59px;
	height: 59px;
	cursor: pointer;
	-webkit-transition: opacity .2s, color .2s;
	-moz-transition: opacity .2s, color .2s;
	-ms-transition: opacity .2s, color .2s;
	transition: opacity .2s, color .2s;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	color: #ffffff;
	background-color: #858585;
}
#back_to_top:before{
	font-family: Theme_icon, sans-serif;
	line-height: 59px;
	display: inline-block;
	content: '\f103';
}
#back_to_top.show{
	pointer-events: auto;
	opacity: .9;
}
/* end back_to_top */

/* RS Slider */
.gt3_custom_button{
	letter-spacing: 1px;
}
.gt3_custom_button i{
	font-size: 17px;
	line-height: 23px;
	display: inline-block;
	padding: 1px 3px 0 3px;
	vertical-align: top;
}
.gt3_custom_button:hover i{
	color: #ffffff;
}
.tp-bullets.custom .tp-bullet{
	width: 6px;
	height: 6px;
	opacity: .44;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: none;
}
.gt3pg_photo_gallery{
	padding-top: 15px;
}
.pp_block h2{
	margin-bottom: 30px;
}
#main_content .wrapper_404 h2{
	font-size: 14px;
	color: inherit;
}
.search_result_form,
.post-password-form{
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 30px;
}
.search_result_form .search_text,
.post-password-form input[type=password]{
	width: 100%;
	margin-bottom: 20px;
}
.post-password-form input[type=password]{
	margin-top: 5px;
}
.format-standard .blog_content .post-password-form input[type=password],
.format-audio .blog_content .post-password-form input[type=password],
.format-quote .blog_content .post-password-form input[type=password],
.format-link .blog_content .post-password-form input[type=password],
.format-standard .blog_content pre,
.format-audio .blog_content pre,
.format-quote .blog_content pre,
.format-link .blog_content pre{
	background: #ffffff;
}
.format-standard .blog_content .post-password-form,
.format-audio .blog_content .post-password-form,
.format-quote .blog_content .post-password-form,
.format-link .blog_content .post-password-form{
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
/* Call Back */
.gt3-contact-widget input,
.gt3-contact-widget textarea{
	width: 100%;
	margin: 0 0 10px 0;
}
.gt3-contact-widget textarea{
	height: 96px;
}
.gt3-contact-widget .wpcf7-form-control-wrap{
	margin-bottom: 0;
}
.gt3-contact-widget input[type='date'],
.gt3-contact-widget input[type='email'],
.gt3-contact-widget input[type='number'],
.gt3-contact-widget input[type='password'],
.gt3-contact-widget input[type='search'],
.gt3-contact-widget input[type='tel'],
.gt3-contact-widget input[type='text'],
.gt3-contact-widget input[type='url'],
.gt3-contact-widget select,
.gt3-contact-widget textarea{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #848d95;
	border-color: #e4e4e4;
	background: #ffffff;
}
.gt3-contact-widget input[type='submit']{
	padding-top: 9px;
	padding-bottom: 10px;
}
.gt3-contact-widget p{
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.gt3-contact-widget h6{
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 14px 9px 6px 9px;
}
.gt3-contact-widget .ajax-loader{
	display: none !important;
	visibility: hidden;
}
.gt3-contact-widget .wpcf7-response-output{
	font-size: 14px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
}
.gt3-contact-widget.open{
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.pp_page .gt3-page-title{
	display: none;
}
.pp_page .gt3-page-title + .site_wrapper > .main_wrapper{
	padding-top: 40px;
}
/*preloader*/
.gt3_preloader_full{
	z-index: 1001 !important;
}
/* linear preloader */
.gt3_linear-loading{
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	background-color: #2b3258;
}
.gt3_preloader_image_on .gt3_linear-loading-center-absolute{
	-webkit-animation: logo-appear 12s ease;
	animation: logo-appear 12s ease;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	opacity: 0;
}
.gt3_linear-loading-center{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.gt3_linear-loading-center:before{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.gt3_linear-loading-center-absolute{
	display: inline-block;
	vertical-align: middle;
}
.gt3_linear-loading-center-absolute .gt3_linear-object{
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 2px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.gt3_linear-loading-center-absolute .gt3_linear-object:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 0;
	content: '';
	-webkit-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	animation: loading-bar 1.4s ease;
	animation-iteration-count: infinite;
	opacity: 1;
	border-top: 2px solid;
}
@keyframes loading-bar{
	0%,
	100%{
		transform: translate(-30px, 0);
	}
	50%{
		transform: translate(130px, 0);
	}
}
@-webkit-keyframes loading-bar{
	0%,
	100%{
		-webkit-transform: translate(-30px, 0);
	}
	50%{
		-webkit-transform: translate(130px, 0);
	}
}
@keyframes logo-appear{
	0%{
		opacity: 0;
	}
	8%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes logo-appear{
	0%{
		opacity: 0;
	}
	8%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes object_one{
	25%{
		-webkit-transform: translate(0, -40px) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
	}
}
@keyframes object_one{
	25%{
		-webkit-transform: translate(0, -40px) rotate(-180deg);
		transform: translate(0, -40px) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
		transform: translate(0, 0) rotate(-180deg);
	}
}
@-webkit-keyframes object_two{
	25%{
		-webkit-transform: translate(40px, 0) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
	}
}
@keyframes object_two{
	25%{
		-webkit-transform: translate(40px, 0) rotate(-180deg);
		transform: translate(40px, 0) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
		transform: translate(0, 0) rotate(-180deg);
	}
}
@-webkit-keyframes object_three{
	25%{
		-webkit-transform: translate(-40px, 0) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
	}
}
@keyframes object_three{
	25%{
		-webkit-transform: translate(-40px, 0) rotate(-180deg);
		transform: translate(-40px, 0) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
		transform: translate(0, 0) rotate(-180deg);
	}
}
@-webkit-keyframes object_four{
	25%{
		-webkit-transform: translate(0, 40px) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
	}
}
@keyframes object_four{
	25%{
		-webkit-transform: translate(0, 40px) rotate(-180deg);
		transform: translate(0, 40px) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
		transform: translate(0, 0) rotate(-180deg);
	}
}
/* linear preloader end */

/* circle preloader */
@keyframes gt3_circle-fade_out{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}
.gt3_circle-fade_out{
	animation-name: gt3_circle-fade_out;
}
@keyframes gt3_circle-fade_in{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.gt3_circle-fade_in{
	animation-name: gt3_circle-fade_in;
}
@keyframes gt3_circle-preloader_in{
	0%{
		transform: scale(.5);
		opacity: 0;
	}
	25%{
		transform: scale(1.4);
		opacity: 1;
	}
	60%{
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes gt3_circle-preloader_out{
	0%{
		transform: scale(1);
		opacity: 1;
	}
	25%{
		transform: scale(1.4);
		opacity: 1;
	}
	60%{
		transform: scale(.5);
		opacity: 0;
	}
	100%{
		transform: scale(.5);
		opacity: 0;
	}
}
.gt3_circle-animated{
	animation-duration: 1s;
	animation-fill-mode: both;
}
.gt3_circle-overlay{
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gt3_circle-overlay .gt3_circle-preloader svg{
	animation-name: gt3_circle-preloader_in;
	animation-duration: .8s;
	animation-timing-function: ease-in-out;
	
	animation-fill-mode: forwards;
}
.gt3_circle-overlay .gt3_circle-preloader.gt3_circle-out svg{
	animation-name: gt3_circle-preloader_out;
}
.gt3_circle-overlay .gt3_circle-preloader.gt3_circle-animate .gt3_circle-outer{
	animation-duration: 2.3s;
	animation-timing-function: linear;
	animation-delay: 1s;
	opacity: 1;
}
.gt3_circle-overlay .gt3_circle-preloader .gt3_circle-logo{
	display: block;
	width: 40%;
	margin: 0 auto;
	line-height: 1px;
	padding: 5px;
	animation-delay: .5s;
	text-align: center;
	opacity: 0;
}
.gt3_circle-preloader{
	position: relative;
	display: flex;
	align-items: center;
	width: 200px;
	height: 200px;
}
.gt3_circle-preloader.gt3_circle-animate{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.gt3_circle-preloader svg{
	position: absolute;
	top: 0;
}
.gt3_circle-outer{
	opacity: 0;
	
	fill: transparent;
	stroke: #ffffff;
	stroke-width: 2;
	stroke-dasharray: 99;
	stroke-dashoffset: 502;
}
.gt3_circle-outer.gt3_circle-loading{
	-webkit-transition: stroke-dashoffset .8s ease;
	-moz-transition: stroke-dashoffset .8s ease;
	-ms-transition: stroke-dashoffset .8s ease;
	transition: stroke-dashoffset .8s ease;
}
.gt3_circle-background{
	opacity: .5;
	
	stroke: #ffffff;
	stroke-width: 2;
	fill: transparent;
}
.gt3_circle-animate .gt3_circle-outer{
	animation-duration: 10s;
	animation-timing-function: ease;
	opacity: 1;
}
/* circle preloader end */

/* GT3 Header Builder */
.gt3_header_builder{
	position: relative;
	z-index: 1000;
}
.gt3_header_builder.header_over_bg{
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
.gt3_header_builder__section-container{
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.gt3_header_builder__section-container:before,
.gt3_header_builder__section-container:after{
	display: none;
}
.gt3_header_builder__section-container.container_full{
	margin-right: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 20px;
}
@media only screen and (max-width: 767px){
	.gt3_header_builder__section-container.container_full{
		margin-right: 10px;
		margin-left: 10px;
		padding-right: 0;
		padding-left: 0;
	}
}
.gt3_header_builder__section .header_side,
.gt3_header_builder__section.not_empty_center_side .header_side.center{
	position: relative;
	height: 100%;
	
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.gt3_header_builder__section .header_side.left,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--left-align{
	text-align: left;
}
.gt3_header_builder__section .header_side.right,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--right-align{
	text-align: right;
}
.gt3_header_builder__section .header_side.center,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--center-align{
	text-align: center;
}
.gt3_header_builder__section.not_empty_center_side .header_side,
.gt3_header_builder__section .header_side.header_side--custom-align,
.gt3_header_builder__section.not_empty_center_side .header_side.header_side--custom-align{
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}
.gt3_header_builder .header_side_container:before{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.gt3_header_builder_component{
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: 11px;
	margin-left: 12px;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: middle;
	white-space: normal;
}
@media only screen and (max-width: 379px){
	.gt3_header_builder_component{
		margin-right: 4px;
		margin-left: 5px;
	}
}
.gt3_header_builder_menu_component{
	margin-right: 10px;
	margin-left: 10px;
}
.gt3_header_builder_search_component,
.gt3_header_builder_burger_sidebar_component{
	margin-right: 6px;
	margin-left: 6px;
}
.gt3_header_builder_component:first-of-type{
	margin-left: 0;
}
.gt3_header_builder_component:last-of-type{
	margin-right: 0;
}
.gt3_header_builder_component p{
	margin-bottom: 0;
}
.gt3_header_builder_text_component a{
	color: inherit;
}
.gt3_header_builder .gt3_header_builder_cart_component > a{
	color: inherit;
}
.gt3_header_builder_delimiter_component{
	width: 0;
	height: 15px;
	margin: 0 2px;
	padding-right: 0;
	padding-left: 0;
	opacity: .2;
	border-left: 1px solid;
}
.gt3_header_builder__section--top .gt3_header_builder__section-container{
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gt3_header_builder__section--middle .gt3_header_builder__section-container{
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gt3_header_builder__section--bottom .gt3_header_builder__section-container{
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gt3_header_builder .column_menu .gt3-menu-categories-title{
	position: relative;
	display: inline-block;
	width: 240px;
	padding: 18px 30px;
	cursor: pointer;
	color: #ffffff;
}
.gt3_header_builder .column_menu .gt3-menu-categories-title i{
	line-height: inherit;
	float: right;
}
.gt3_header_builder .column_menu > div,
.gt3_header_builder .column_menu > ul{
	margin: 0;
}
.gt3_header_builder_menu_component .column_menu{
	position: relative;
	width: 300px;
}
.gt3_header_builder_menu_component .column_menu ul{
	visibility: hidden;
	opacity: 0;
}
.gt3_header_builder_menu_component .column_menu ul{
	z-index: 555;
	visibility: visible;
	-webkit-transition: visibility 300ms ease, opacity 300ms;
	-moz-transition: visibility 300ms ease, opacity 300ms;
	-ms-transition: visibility 300ms ease, opacity 300ms;
	transition: visibility 300ms ease, opacity 300ms;
	opacity: 1;
	background-color: transparent;
	-webkit-box-shadow: 0 1px 20px -2px rgba(66, 71, 76, .09);
	box-shadow: 0 1px 20px -2px rgba(66, 71, 76, .09);
}
.gt3_header_builder_menu_component .column_menu .menu{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	padding: 0;
	background-color: #ffffff;
}
.sticky_header .gt3_header_builder_menu_component .column_menu .menu{
	display: none;
}
.gt3_header_builder_menu_component .column_menu .menu li ul{
	position: absolute;
	z-index: 555;
	top: 0;
	right: 0;
	display: block;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
	opacity: 0;
}
.gt3_header_builder_menu_component .column_menu .menu li:hover > ul{
	visibility: visible;
	opacity: 1;
}
.gt3_header_builder_menu_component .column_menu .menu li a span{
	padding-left: 10px;
}
.gt3_header_builder_menu_component .column_menu > ul > li > ul:before,
.gt3_header_builder_menu_component .column_menu > ul > li > ul:after,
.gt3_header_builder_menu_component .column_menu .gt3_megamenu_triangle:before,
.gt3_header_builder_menu_component .column_menu .gt3_megamenu_triangle:after,
.gt3_header_builder_menu_component .column_menu ul li ul li > a > span:after{
	display: none;
}
/*.gt3_header_builder_menu_component .column_menu > ul > li:nth-last-child(4) > .sub-menu {
    left: 101%;
    right: auto;
}*/
.gt3_header_builder .left .gt3_header_builder_menu_component .column_menu > ul > li .sub-menu{
	right: auto;
	left: 101%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.gt3_header_builder .right .gt3_header_builder_menu_component .column_menu > ul > li .sub-menu{
	right: 101%;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.header_side.right .gt3_header_builder_menu_component .column_menu ul li ul .menu-item > a{
	text-align: left;
}
.gt3_header_builder_menu_component .column_menu ul li ul .menu-item > a{
	font-size: 16px;
	line-height: 1;
	display: block;
	padding: 17px 0 18px;
}
.gt3_header_builder_menu_component .column_menu ul li ul.sub-menu{
	border-radius: 0;
}
.gt3_header_builder_menu_component .column_menu .menu li{
	position: relative;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 0 15px;
}
.gt3_header_builder_menu_component .column_menu .menu > li > a{
	font-size: 16px;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: block;
	padding: 17px 0 18px;
}
.gt3_header_builder_menu_component .column_menu ul > li:not(:last-child) > a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	opacity: 1;
	border-top: 1px solid #f3f4f4;
	
	will-change: transform;
}
@media only screen and (max-width: 1199px){
	#map-canvas{
		position: relative;
		width: 100%;
		padding-bottom: 25.4%;
	}
	.gt3_header_builder .sticky_header{
		display: none;
	}
	.gt3_header_builder_menu_component .main-menu,
	.gt3_header_builder .menu_item_line{
		display: none;
	}
	.gt3_header_builder_menu_component .mobile-navigation-toggle,
	.gt3_header_builder_menu_component .mobile-navigation_column-toggle{
		display: inline-block;
	}
	.gt3_header_builder > .mobile_menu_container .main-menu > ul{
		display: none;
	}
	.gt3_header_builder > .mobile_menu_container .main-menu{
		display: block;
	}
	.gt3_header_builder > .mobile_menu_container .gt3_header_builder_component{
		display: block;
	}
	.gt3_header_builder_component.gt3_header_builder_menu_component{
		height: 100%;
	}
	.gt3_header_builder_menu_component .column_menu{
		position: relative;
		display: flex;
		width: auto;
		height: 100%;
	}
	.gt3_header_builder .column_menu .gt3-menu-categories-title{
		font-size: 0;
		line-height: 10px;
		width: auto;
		margin: auto;
		padding: 15px;
	}
	.gt3_header_builder .column_menu .gt3-menu-categories-title i{
		font-size: 16px;
	}
	.gt3_header_builder_menu_component .column_menu .menu{
		width: 100vw;
	}
	.gt3_header_builder_menu_component .column_menu > ul.menu > li ul.sub-menu{
		position: relative;
		top: 0;
		left: 0;
		display: none;
		visibility: visible;
		-webkit-transition: unset;
		-moz-transition: unset;
		-ms-transition: unset;
		transition: unset;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}
@media only screen and (max-width: 991px){
	.gt3_header_builder__section--top{
		font-size: 11px;
	}
}
@media only screen and (max-width: 767px){
	.gt3_header_builder__section.not_empty_center_side .header_side,
	.gt3_header_builder__section .header_side.header_side--custom-align,
	.gt3_header_builder__section.not_empty_center_side .header_side.header_side--custom-align{
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.gt3_header_builder__section--hide_on_mobile,
	.search_cat_mobile_hide{
		display: none;
	}
	.gt3_header_builder.header_over_bg{
		position: relative;
	}
}
/* menu component */
.gt3_header_builder_component.gt3_header_builder_menu_component{
	/*height: 100%;*/
}
.gt3_header_builder_component + .gt3_header_builder_component.gt3_header_builder_menu_component{
	margin-left: 60px;
}
.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
	margin-left: 60px;
}
@media only screen and (max-width: 767px){
	.gt3_header_builder_component + .gt3_header_builder_component.gt3_header_builder_menu_component{
		margin-left: 5px;
	}
	.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
		margin-left: 3px;
	}
	.logo_container img{
		height: auto !important;
	}
	.header_side_container .logo_container{
		max-width: 70px;
		white-space: nowrap;
	}
}
/* end menu component */

/* search in header */
.header_search{
	display: inline-block;
	height: auto !important;
	vertical-align: middle;
}
.header_search__container{
	line-height: 40px;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 24px;
	height: 100%;
	text-align: center;
}
.header_search .header_search__icon{
	cursor: pointer;
	opacity: 1 !important;
}
.header_search .header_search__icon > i{
	font-family: Theme_icon, sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 783px){
	.header_search .header_search__icon > i{
		font-size: 20px;
	}
}
.header_search .header_search__icon > i:before{
	content: '\f101';
}
.header_search.ct-search-open .header_search__icon > i:before{
	font-size: 20px;
	content: '\f104';
}
.header_search:before{
	position: absolute;
	content: '';
}
.header_search .header_search__inner{
	position: absolute;
	z-index: 1;
	top: 100%;
	right: -11px;
	visibility: hidden;
	padding-top: 8px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}
.header_side.left .header_search .header_search__inner{
	right: auto;
	left: -11px;;
}
.header_search.ct-search-open .header_search__inner{
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.header_search__inner .search_form{
	position: relative;
	z-index: 1;
	padding-right: 40px;
	border: 1px solid rgba(243, 243, 243, 1);
	border-radius: 4px;
	background: #ffffff;
}
.header_search__inner:before,
.header_search__inner:after{
	position: absolute;
	z-index: 2;
	top: 3px !important;
	right: 17px;
	width: 0;
	height: 0;
	content: '';
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
}
.header_search__inner:after{
	z-index: -1;
	top: 2px !important;
	right: 15px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(243, 243, 243, 1);
	border-left: 8px solid transparent;
}
.header_side.left .header_search__inner:before{
	right: auto;
	left: 20px;
}
.header_side.left .header_search__inner:after{
	right: auto;
	left: 18px;
}
.header_search__inner .search_form:after{
	font-family: Theme_icon, sans-serif;
	font-size: inherit;
	font-weight: 700;
	line-height: 40px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 100%;
	content: '\f101';
	transform: translate(0, 0);
	text-align: center;
	opacity: 1;
	
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.header_search__inner .search_submit{
	font-size: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent !important;
	box-shadow: none;
}
.header_search__inner .search_text{
	font-size: 14px;
	height: 40px;
	padding: 0 20px;
	user-select: none;
	color: inherit;
	border: none;
	outline: none;
	background-color: transparent;
	box-shadow: none;
}
.header_search__inner .search_text::-webkit-input-placeholder{
	opacity: .7 !important;
}
.header_search__inner .search_text:-moz-placeholder{
	opacity: .7 !important;
}
.header_search__inner .search_text::-moz-placeholder{
	opacity: .7 !important;
}
.header_search__inner .search_text:-ms-input-placeholder{
	opacity: .7 !important;
}
.top_header .header_search{
	height: auto !important;
}
/*.gt3_header_builder_component.gt3_header_builder_search_component{
    height: 100%;
}
.gt3_header_builder_component.gt3_header_builder_search_component > .header_search{
    height: 100% !important;
}*/
/* end search in header */

/* burger sidebar */
.gt3_header_builder_burger_sidebar_component{
	font-size: 0;
	line-height: 0;
	padding: 0 3px;
	cursor: pointer;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon{
	position: relative;
	display: inline-block;
	width: 24px;
	height: 19px;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 0;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	-ms-transition: width 200ms;
	transition: width 200ms;
	border-top: 3px solid;
	border-radius: 3px;
}
@media only screen and (max-width: 1199px){
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
		border-top: 2px solid;
		border-radius: 2px;
	}
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.second{
	top: 8px;
	width: 17px;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.third{
	top: 16px;
	width: 21px;
}
.gt3_header_builder_burger_sidebar_component:hover .burger_sidebar_icon span{
	width: 100%;
}
.gt3_header_builder__burger_sidebar{
	position: fixed;
	z-index: 9999;
	top: 0;
	right: -420px;
	bottom: 0;
	width: 390px;
	max-width: calc(100% - 50px);
	-webkit-transition: right .3s ease-in-out, left .3s ease-in-out;
	-moz-transition: right .3s ease-in-out, left .3s ease-in-out;
	transition: right .3s ease-in-out, left .3s ease-in-out;
	background-color: #ffffff;
}
.gt3_header_builder__burger_sidebar.active{
	right: 0;
}
.gt3_header_builder__burger_sidebar-cover{
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	content: '';
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
}
.gt3_header_builder__burger_sidebar.active .gt3_header_builder__burger_sidebar-cover{
	visibility: visible;
	cursor: url(../img/close.png) 16 16, default;
	opacity: 1;
}
body.admin-bar .gt3_header_builder__burger_sidebar{
	top: 32px;
}
.gt3_burger_sidebar_container{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	box-sizing: border-box;
	width: 407px;
	padding: 40px 40px;
	background: #ffffff;
}
@media only screen and (max-width: 1199px){
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
		top: 5px;
		left: 0;
		width: 12px !important;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span:nth-child(2){
		display: none;
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span:last-child{
		top: 12px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media only screen and (max-width: 767px){
	.gt3_burger_sidebar_container{
		width: 100%;
		padding: 40px 25px;
	}
}
.gt3_burger_sidebar_container ul li{
	list-style: none;
}
body.active_burger_sidebar{
	right: 150px;
}
/* login component */
.gt3_header_builder_login_component{
	line-height: 0;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.gt3_header_builder_login_component p{
	font-style: normal;
	/*line-height: 40px;*/
	line-height: 24px;
	display: inline-block;
	width: auto;
	cursor: pointer;
	text-align: center;
	
	text-rendering: auto;
}
.gt3_header_builder__login-modal{
	position: fixed;
	z-index: 1000;
	top: 5%;
	left: 5%;
	visibility: hidden;
	box-sizing: border-box;
	width: 90%;
	height: 90%;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	text-align: center;
	opacity: 0;
}
.gt3_header_builder__login-modal.active{
	visibility: visible;
	opacity: 1;
}
.gt3_header_builder__login-modal:before{
	position: relative;
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.gt3_header_builder__login-modal_container{
	position: relative;
	z-index: 2;
	display: inline-block;
	overflow-y: auto;
	box-sizing: border-box;
	max-height: 100%;
	padding: 70px 40px 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	text-align: left;
	vertical-align: middle;
	background: #ffffff;
}
.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal_container{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.gt3_header_builder__login-modal.without_register .gt3_header_builder__login-modal_container,
.gt3_header_builder__login-modal.user_logged_in .gt3_header_builder__login-modal_container{
	width: 570px;
}
.gt3_header_builder__login-modal_container .col2-set .col-1,
.gt3_header_builder__login-modal_container .col2-set .col-2{
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0 30px;
}
.gt3_header_builder__login-modal_container .col2-set .col-1{
	border-right: 1px solid #eff0ed;
}
.gt3_header_builder__login-modal_container .col2-set .col-2{
	border-left: 1px solid #eff0ed;
}
.gt3_header_builder__login-modal_container .col2-set .col-2{
	margin-left: -1px;
}
.gt3_header_builder__login-modal_container .woocommerce-MyAccount-navigation{
	float: none;
	width: 100%;
}
.gt3_header_builder__login-modal_footer{
	margin: 60px -40px -30px;
	padding: 25px 70px;
	text-align: center;
	background-color: #f8f8f8;
}
.gt3_header_builder__login-modal_container .nsl-container,
.lwa-modal .nsl-container{
	display: none;
}
.gt3_header_builder__login-modal_footer .gt3_module_button > a{
	margin: 0 15px;
}
.gt3_header_builder__login-modal_footer .gt3_module_button > a i{
	margin-right: 10px;
}
.gt3_header_builder__login-modal_footer .gt3_facebook_login{
	border-color: #435c93;
	background: #435c93;
}
.gt3_header_builder__login-modal_footer .gt3_google_login{
	border-color: #dd4b39;
	background: #dd4b39;
}
.gt3_header_builder__login-modal-close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.gt3_header_builder__login-modal-close:before,
.gt3_header_builder__login-modal-close:after{
	position: absolute;
	top: 14px;
	left: 0;
	width: 28px;
	height: 2px;
	content: '';
	background: #2b2c30;
}
.gt3_header_builder__login-modal-close:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	/*top: 15px;*/
}
.gt3_header_builder__login-modal-close:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.gt3_header_builder__login-modal-cover{
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	content: '';
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
}
.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal-cover{
	visibility: visible;
	cursor: url(../img/close.png) 16 16, default;
	opacity: 1;
}
#customer_login input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 30px white inset;
}
@media (max-width: 991px){
	#customer_login.col2-set .col-1,
	#customer_login.col2-set .col-2{
		width: 100% !important;
		border-right: none !important;
	}
	#customer_login.col2-set .col-1{
		margin-bottom: 20px;
	}
	#customer_login.col2-set .col-2{
		border-left: none !important;
	}
	.gt3_header_builder__login-modal_footer{
		margin-top: 15px;
		padding: 25px 35px;
	}
	.gt3_header_builder__login-modal_footer .gt3_module_button{
		margin: 5px 0;
	}
}
@media (max-width: 767px){
	#customer_login h2,
	.gt3_header_builder__login-modal_container h2{
		font-size: 24px !important;
		line-height: 32px !important;
	}
}
@media (max-width: 479px){
	.gt3_header_builder__login-modal_footer .gt3_module_button a{
		font-size: 12px;
		line-height: 16px;
	}
}
/* woo mini cart */
.woo_mini-count{
	position: relative;
	display: inline-block;
}
.woo_mini-count:before{
	font-family: Theme_icon, sans-serif;
	font-size: 24px;
	font-style: normal;
	content: '\f100';
	
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.woo_mini-count > span:not(:empty){
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	padding: 0;
	color: #ffffff;
	border-radius: 50%;
}
.gt3_header_builder_cart_component{
	width: auto;
	margin-right: 16px;
	text-align: center;
}
.gt3_header_builder_cart_component > .woo_icon{
	line-height: 40px;
	display: block;
}
.gt3_header_builder_cart_component__cart{
	position: absolute;
	top: 100%;
	right: -18px;
	visibility: hidden;
	box-sizing: border-box;
	min-width: 270px;
	margin-top: 0;
	-webkit-transition: all .2s ease-in-out .2s;
	-moz-transition: all .2s ease-in-out .2s;
	-ms-transition: all .2s ease-in-out .2s;
	transition: all .2s ease-in-out .2s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	text-align: left;
	opacity: 0;
}
.header_side.left .gt3_header_builder_cart_component__cart{
	right: auto;
	left: -8px;
}
.gt3_header_builder_cart_component__cart-container{
	position: relative;
	z-index: 1;
	overflow-y: auto;
	max-height: 50vh;
	margin: 0;
	padding: 10px 13px;
	border-radius: 4px;
	background: #ffffff;
	border: 1px solid rgba(243, 243, 243, 1);
}
.gt3_header_builder_cart_component__cart:before,
.gt3_header_builder_cart_component__cart:after{
	position: absolute;
	z-index: 2;
	top: -5px;
	right: 26px;
	width: 0;
	height: 0;
	content: '';
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
}
.gt3_header_builder_cart_component__cart:after{
	z-index: 0;
	top: -7px;
	right: 24px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(243, 243, 243, 1);
	border-left: 8px solid transparent;
}
.header_side.left .gt3_header_builder_cart_component__cart:before{
	right: auto;
	left: 20px;
}
.header_side.left .gt3_header_builder_cart_component__cart:after{
	right: auto;
	left: 18px;
}
.gt3_header_builder_cart_component:before{
	position: absolute;
	top: 100%;
	right: -10px;
	width: 40px;
	height: 8px;
	content: '';
}
.gt3_header_builder_cart_component:hover .gt3_header_builder_cart_component__cart,
.gt3_header_builder_cart_component.show_cart .gt3_header_builder_cart_component__cart{
	visibility: visible;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.gt3_header_builder_cart_component ul.cart_list li img{
	float: left;
	width: 50px;
	margin-right: 13px;
	margin-left: 0;
}
.gt3_header_builder_cart_component ul.cart_list li{
	position: relative;
	margin: 0;
	padding: 10px 20px 10px 0;
	list-style: none;
	border-bottom: 1px solid #f3f5f5;
}
.gt3_header_builder_cart_component ul.cart_list li .blockOverlay{
	background: transparent !important;
}
.gt3_header_builder_cart_component ul.cart_list li.empty{
	display: block;
	margin-top: 12px;
	margin-bottom: -12px;
	border-bottom: 0;
}
.gt3_header_builder_cart_component ul.cart_list li a{
	font-size: .9em;
	font-weight: 500;
	line-height: 1.3;
	display: block;
}
.gt3_header_builder_cart_component ul.cart_list li:after{
	display: table;
	clear: both;
	content: '';
}
.gt3_header_builder_cart_component ul.cart_list,
.gt3_header_builder_cart_component ul.product_list_widget{
	margin: -10px 0 17px;
	padding: 0;
	list-style: none;
}
.gt3_header_builder_cart_component__cart-container .total{
	margin-bottom: 12px;
}
.gt3_header_builder_cart_component__cart-container .total strong{
	font-weight: 500;
	margin-right: 5px;
}
.cart_list.product_list_widget a.remove{
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 42%;
	right: 1px;
	width: auto;
	height: auto;
	margin-top: -.5em;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 100%;
}
.cart_list.product_list_widget a.remove:hover{
	background-color: transparent;
}
.woocommerce .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .buttons,
.gt3_header_builder_cart_component .buttons{
	text-align: center;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a,
.gt3_header_builder_cart_component .buttons .button{
	font-size: 13px;
	font-weight: 500;
	line-height: 21px;
	display: inline-block;
	margin: 3px 3px 20px;
	padding: 4px 12px;
	vertical-align: top;
	color: #ffffff;
	border: 1px solid;
}
/*.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce.widget_shopping_cart .buttons a.checkout,
.gt3_header_builder_cart_component .buttons .button.checkout {
    border-color: #b1ba85;
    background-color: #b1ba85;
}*/
.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover,
.gt3_header_builder_cart_component .button:hover,
.woocommerce .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce.widget_shopping_cart .buttons a.checkout:hover,
.gt3_header_builder_cart_component .button.checkout:hover{
	border: 1px solid #e8e8e8;
	border-top-color: rgba(232, 232, 232, .8);
	border-left-color: rgba(232, 232, 232, .8);
	background: #ffffff;
}
.gt3_menu_label{
	font-size: 11px;
	line-height: 14px;
	display: inline-block;
	margin-left: 10px;
	padding: 1px 4px 0 !important;
	vertical-align: middle;
}
.gt3_menu_label:after{
	display: none;
}
/* end woo mini cart */

/* Hotspot */
.gt3-hotspot-shortcode-wrapper{
	text-align: center;
}
.gt3-hotspot-shortcode-wrapper .gt3-hotspot-shortcode{
	position: relative;
	display: inline-block;
}
.gt3-hotspot-shortcode-wrapper .gt3_marker_wrapper{
	position: static;
	height: auto;
}
.gt3-hotspot-shortcode-wrapper .gt3_marker_wrapper .gt3_marker{
	position: static;
	height: auto;
}
.gt3-hotspot-shortcode-wrapper .gt3_marker_animation_wrap{
	position: relative;
	z-index: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}
.gt3-hotspot-shortcode-wrapper .gt3_marker_animation_wrap.wpb_start_animation,
.gt3-hotspot-shortcode-wrapper .gt3_marker_animation_wrap.gt3_animation_none{
	opacity: 1;
}
.gt3-hotspot-shortcode-wrapper .hotspot_style-circle_wrap{
	position: relative;
	cursor: pointer;
}
.gt3-hotspot-shortcode-wrapper .hotspot_style-circle_outer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
}
.gt3-hotspot-shortcode-wrapper .hotspot_style-circle_inner{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
}
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .hotspot_style-circle_outer{
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation-duration: 2000ms;
	-moz-animation-duration: 2000ms;
	-o-animation-duration: 2000ms;
	animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
/* Pulse Default */
.gt3-hotspot-shortcode-wrapper .gt3_marker_pulse-default .hotspot_style-circle_outer{
	-webkit-animation-name: pulse_animation_default;
	-moz-animation-name: pulse_animation_default;
	-o-animation-name: pulse_animation_default;
	animation-name: pulse_animation_default;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-webkit-keyframes pulse_animation_default{
	0%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
	30%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
	40%{
		-webkit-transform: scale(1.15);
		opacity: .85;
	}
	50%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
	60%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
	70%{
		-webkit-transform: scale(1.05);
		opacity: .9;
	}
	80%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@-moz-keyframes pulse_animation_default{
	0%{
		-moz-transform: scale(1);
		opacity: 1;
	}
	30%{
		-moz-transform: scale(1);
		opacity: 1;
	}
	40%{
		-moz-transform: scale(1.15);
		opacity: .85;
	}
	50%{
		-moz-transform: scale(1);
		opacity: 1;
	}
	60%{
		-moz-transform: scale(1);
		opacity: 1;
	}
	70%{
		-moz-transform: scale(1.05);
		opacity: .9;
	}
	80%{
		-moz-transform: scale(1);
		opacity: 1;
	}
	100%{
		-moz-transform: scale(1);
		opacity: 1;
	}
}
@-o-keyframes pulse_animation_default{
	0%{
		-o-transform: scale(1);
		opacity: 1;
	}
	30%{
		-o-transform: scale(1);
		opacity: 1;
	}
	40%{
		-o-transform: scale(1.15);
		opacity: .85;
	}
	50%{
		-o-transform: scale(1);
		opacity: 1;
	}
	60%{
		-o-transform: scale(1);
		opacity: 1;
	}
	70%{
		-o-transform: scale(1.05);
		opacity: .9;
	}
	80%{
		-o-transform: scale(1);
		opacity: 1;
	}
	100%{
		-o-transform: scale(1);
		opacity: 1;
	}
}
@keyframes pulse_animation_default{
	0%{
		transform: scale(1);
		opacity: 1;
	}
	30%{
		transform: scale(1);
		opacity: 1;
	}
	40%{
		transform: scale(1.15);
		opacity: .85;
	}
	50%{
		transform: scale(1);
		opacity: 1;
	}
	60%{
		transform: scale(1);
		opacity: 1;
	}
	70%{
		transform: scale(1.05);
		opacity: .9;
	}
	80%{
		transform: scale(1);
		opacity: 1;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}
/* Pulse Default end */

/* Pulse Outside */
.gt3-hotspot-shortcode-wrapper .gt3_marker_pulse-outside .hotspot_style-circle_outer{
	-webkit-animation-name: pulse_animation_outside;
	-moz-animation-name: pulse_animation_outside;
	-o-animation-name: pulse_animation_outside;
	animation-name: pulse_animation_outside;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes pulse_animation_outside{
	0%{
		-webkit-transform: scale(.1);
		opacity: 1;
	}
	70%{
		-webkit-transform: scale(1);
		opacity: 0;
	}
	100%{
		-webkit-transform: scale(.1);
		opacity: 0;
	}
}
@-moz-keyframes pulse_animation_outside{
	0%{
		-moz-transform: scale(.1);
		opacity: 1;
	}
	70%{
		-moz-transform: scale(1);
		opacity: 0;
	}
	100%{
		-moz-transform: scale(.1);
		opacity: 0;
	}
}
@-o-keyframes pulse_animation_outside{
	0%{
		-o-transform: scale(.1);
		opacity: 1;
	}
	70%{
		-o-transform: scale(1);
		opacity: 0;
	}
	100%{
		-o-transform: scale(.1);
		opacity: 0;
	}
}
@keyframes pulse_animation_outside{
	0%{
		transform: scale(.1);
		opacity: 1;
	}
	70%{
		transform: scale(1);
		opacity: 0;
	}
	100%{
		transform: scale(.1);
		opacity: 0;
	}
}
/* Pulse Outside end */

/* Pulse Inside */
.gt3-hotspot-shortcode-wrapper .gt3_marker_pulse-flashing .hotspot_style-circle_outer{
	-webkit-animation-name: pulse_animation_flashing;
	-moz-animation-name: pulse_animation_flashing;
	-o-animation-name: pulse_animation_flashing;
	animation-name: pulse_animation_flashing;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes pulse_animation_flashing{
	0%{
		opacity: 0;
	}
	70%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes pulse_animation_flashing{
	0%{
		opacity: 0;
	}
	70%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-o-keyframes pulse_animation_flashing{
	0%{
		opacity: 0;
	}
	70%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes pulse_animation_flashing{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	65%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
/* Pulse Inside end */

.gt3-hotspot-shortcode-wrapper .gt3_marker_font_size{
	display: block;
	padding: 1px .5em 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px -5px #000000;
	box-shadow: 0 0 10px -5px #000000;
}
.gt3-hotspot-shortcode-wrapper .hotspot_style-circle .gt3_marker_wrapper:hover .gt3_marker_font_size{
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(.85, .85, 1);
	-moz-transform: translate3d(-50%, -50%, 0) scale3d(.85, .85, 1);
	-ms-transform: translate3d(-50%, -50%, 0) scale3d(.85, .85, 1);
	transform: translate3d(-50%, -50%, 0) scale3d(.85, .85, 1);
}
.gt3-hotspot-shortcode-wrapper .hotspot_style-circle .gt3_marker_wrapper:hover .gt3_marker_font_size{
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
	transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.gt3-hotspot-shortcode-wrapper .gt3_tooltip{
	line-height: 120%;
	position: absolute;
	z-index: 1;
	top: 75%;
	left: 0;
	visibility: visible;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(-50%, 15%, 0);
	-moz-transform: translate3d(-50%, 15%, 0);
	-ms-transform: translate3d(-50%, 15%, 0);
	transform: translate3d(-50%, 15%, 0);
	opacity: 1;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
@media only screen and (max-width: 767px){
	.gt3-hotspot-shortcode-wrapper .gt3_tooltip{
		padding: 0 !important;
	}
}
.gt3-hotspot-shortcode-wrapper .gt3_tooltip_container{
	position: relative;
	z-index: 0;
	width: 300px;
	max-width: 95vw;
	padding: 10px 16px 5px;
}
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-top-left,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-middle-left,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-bottom-left{
	text-align: left;
}
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-top-right,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-middle-right,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-bottom-right{
	text-align: right;
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_tooltip{
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out .2s;
	-moz-transition: all .2s ease-in-out .2s;
	transition: all .2s ease-in-out .2s;
	opacity: 0;
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-click .gt3_tooltip,
.gt3-hotspot-shortcode-wrapper .hotspot_action-visible .gt3_tooltip{
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	opacity: 0;
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip{
	visibility: visible;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	opacity: 1;
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-only_marker .gt3_marker_wrapper .gt3_tooltip{
	display: none;
}
/* Tooltip-top */
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-top{
	top: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, -110%, 0);
	-moz-transform: translate3d(-50%, -110%, 0);
	-ms-transform: translate3d(-50%, -110%, 0);
	transform: translate3d(-50%, -110%, 0);
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-top,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-top,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-top.tooltip_animation-fade{
	-webkit-transform: translate3d(-50%, -100%, 0);
	-moz-transform: translate3d(-50%, -100%, 0);
	-ms-transform: translate3d(-50%, -100%, 0);
	transform: translate3d(-50%, -100%, 0);
}
/* Tooltip-bottom */
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-bottom{
	top: 100%;
	left: 50%;
	-webkit-transform: translate3d(-50%, 10%, 0);
	-moz-transform: translate3d(-50%, 10%, 0);
	-ms-transform: translate3d(-50%, 10%, 0);
	transform: translate3d(-50%, 10%, 0);
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-bottom,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-bottom,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-bottom.tooltip_animation-fade{
	-webkit-transform: translate3d(-50%, 0%, 0);
	-moz-transform: translate3d(-50%, 0%, 0);
	-ms-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0);
}
/* Tooltip-left */
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-left,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-right.gt3-hotspot-offset-right{
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(-110%, -50%, 0);
	-moz-transform: translate3d(-110%, -50%, 0);
	-ms-transform: translate3d(-110%, -50%, 0);
	transform: translate3d(-110%, -50%, 0);
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-left.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-right.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-right.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-right.gt3-hotspot-offset-right.tooltip_animation-fade{
	-webkit-transform: translate3d(-100%, -50%, 0);
	-moz-transform: translate3d(-100%, -50%, 0);
	-ms-transform: translate3d(-100%, -50%, 0);
	transform: translate3d(-100%, -50%, 0);
}
/* Tooltip-right */
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-right,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-left.gt3-hotspot-offset-left{
	top: 50%;
	left: 100%;
	-webkit-transform: translate3d(10%, -50%, 0);
	-moz-transform: translate3d(10%, -50%, 0);
	-ms-transform: translate3d(10%, -50%, 0);
	transform: translate3d(10%, -50%, 0);
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-right.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-left.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-left.gt3-hotspot-offset-leftleft,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-left.gt3-hotspot-offset-left.tooltip_animation-fade{
	-webkit-transform: translate3d(0%, -50%, 0);
	-moz-transform: translate3d(0%, -50%, 0);
	-ms-transform: translate3d(0%, -50%, 0);
	transform: translate3d(0%, -50%, 0);
}
/* Tooltip-top-left */
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-top-left,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-top-right.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-top.gt3-hotspot-offset-right{
	top: 0;
	left: 0;
	-webkit-transform: translate3d(-110%, -110%, 0);
	-moz-transform: translate3d(-110%, -110%, 0);
	-ms-transform: translate3d(-110%, -110%, 0);
	transform: translate3d(-110%, -110%, 0);
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-top-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-top-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-top-left.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-top-right.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-top-right.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-top-right.gt3-hotspot-offset-right.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-top.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-top.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-top.gt3-hotspot-offset-right.tooltip_animation-fade{
	-webkit-transform: translate3d(-100%, -100%, 0);
	-moz-transform: translate3d(-100%, -100%, 0);
	-ms-transform: translate3d(-100%, -100%, 0);
	transform: translate3d(-100%, -100%, 0);
}
/* Tooltip-top-right */
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-top-right,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-top-left.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-top.gt3-hotspot-offset-left{
	top: 0;
	left: 100%;
	-webkit-transform: translate3d(10%, -110%, 0);
	-moz-transform: translate3d(10%, -110%, 0);
	-ms-transform: translate3d(10%, -110%, 0);
	transform: translate3d(10%, -110%, 0);
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-top-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-top-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-top-right.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-top-left.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-top-left.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-top-left.gt3-hotspot-offset-left.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-top.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-top.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-top.gt3-hotspot-offset-left.tooltip_animation-fade{
	-webkit-transform: translate3d(0%, -100%, 0);
	-moz-transform: translate3d(0%, -100%, 0);
	-ms-transform: translate3d(0%, -100%, 0);
	transform: translate3d(0%, -100%, 0);
}
/* Tooltip-bottom-left */
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-bottom-left,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-bottom-right.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-bottom.gt3-hotspot-offset-right{
	top: 100%;
	left: 0;
	-webkit-transform: translate3d(-110%, 10%, 0);
	-moz-transform: translate3d(-110%, 10%, 0);
	-ms-transform: translate3d(-110%, 10%, 0);
	transform: translate3d(-110%, 10%, 0);
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-bottom-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-bottom-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-bottom-left.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-bottom-right.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-bottom-right.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-bottom-right.gt3-hotspot-offset-right.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-bottom.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-bottom.gt3-hotspot-offset-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-bottom.gt3-hotspot-offset-right.tooltip_animation-fade{
	-webkit-transform: translate3d(-100%, 0%, 0);
	-moz-transform: translate3d(-100%, 0%, 0);
	-ms-transform: translate3d(-100%, 0%, 0);
	transform: translate3d(-100%, 0%, 0);
}
/* Tooltip-bottom-right */
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-bottom-right,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-bottom-left.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.tooltip-bottom.gt3-hotspot-offset-left{
	top: 100%;
	left: 100%;
	-webkit-transform: translate3d(10%, 10%, 0);
	-moz-transform: translate3d(10%, 10%, 0);
	-ms-transform: translate3d(10%, 10%, 0);
	transform: translate3d(10%, 10%, 0);
}
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-bottom-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-bottom-right,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-bottom-right.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-bottom-left.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-bottom-left.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-bottom-left.gt3-hotspot-offset-left.tooltip_animation-fade,
.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip.tooltip-bottom.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper.active .gt3_tooltip.tooltip-bottom.gt3-hotspot-offset-left,
.gt3-hotspot-shortcode-wrapper div[class*=hotspot_action-] .gt3_marker_wrapper .gt3_tooltip.tooltip-bottom.gt3-hotspot-offset-left.tooltip_animation-fade{
	-webkit-transform: translate3d(0%, 0%, 0);
	-moz-transform: translate3d(0%, 0%, 0);
	-ms-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}
/* gt3_hotspotline */
.gt3-hotspot-shortcode-wrapper .gt3_hotspotline{
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	height: 1px;
	margin: auto;
	-webkit-transition: width 200ms, opacity 300ms;
	-moz-transition: width 200ms, opacity 300ms;
	-ms-transition: width 200ms, opacity 300ms;
	transition: width 200ms, opacity 300ms;
	opacity: 0;
	border-bottom: 1px solid currentColor;
}
.gt3-hotspot-shortcode-wrapper .gt3_marker_wrapper.active .gt3_hotspotline{
	-webkit-transition: width 200ms 200ms, opacity 400ms 200ms;
	-moz-transition: width 200ms 200ms, opacity 400ms 200ms;
	-ms-transition: width 200ms 200ms, opacity 400ms 200ms;
	transition: width 200ms 200ms, opacity 400ms 200ms;
	opacity: 1;
}
.gt3-hotspot-shortcode-wrapper .gt3_marker_wrapper:not(.active) .gt3_hotspotline{
	width: 0 !important;
}
.gt3-hotspot-shortcode-wrapper .gt3_hotspotline.tooltip-left,
.gt3-hotspot-shortcode-wrapper .gt3_hotspotline.tooltip-top-left,
.gt3-hotspot-shortcode-wrapper .gt3_hotspotline.tooltip-middle-left,
.gt3-hotspot-shortcode-wrapper .gt3_hotspotline.tooltip-bottom-left,
.gt3-hotspot-shortcode-wrapper .gt3-hotspot-offset-right + .gt3_marker .gt3_hotspotline.tooltip-right,
.gt3-hotspot-shortcode-wrapper .gt3-hotspot-offset-right + .gt3_marker .gt3_hotspotline.tooltip-top-right,
.gt3-hotspot-shortcode-wrapper .gt3-hotspot-offset-right + .gt3_marker .gt3_hotspotline.tooltip-middle-right,
.gt3-hotspot-shortcode-wrapper .gt3-hotspot-offset-right + .gt3_marker .gt3_hotspotline.tooltip-bottom-right{
	right: 50%;
	left: auto;
}
.gt3-hotspot-shortcode-wrapper .gt3_hotspotline.tooltip-right,
.gt3-hotspot-shortcode-wrapper .gt3_hotspotline.tooltip-top-right,
.gt3-hotspot-shortcode-wrapper .gt3_hotspotline.tooltip-middle-right,
.gt3-hotspot-shortcode-wrapper .gt3_hotspotline.tooltip-bottom-right,
.gt3-hotspot-shortcode-wrapper .gt3-hotspot-offset-left + .gt3_marker .gt3_hotspotline.tooltip-left,
.gt3-hotspot-shortcode-wrapper .gt3-hotspot-offset-left + .gt3_marker .gt3_hotspotline.tooltip-top-left,
.gt3-hotspot-shortcode-wrapper .gt3-hotspot-offset-left + .gt3_marker .gt3_hotspotline.tooltip-middle-left,
.gt3-hotspot-shortcode-wrapper .gt3-hotspot-offset-left + .gt3_marker .gt3_hotspotline.tooltip-bottom-left{
	right: auto;
	left: 50%;
}
.gt3-hotspot-shortcode-wrapper .gt3_tooltip_text_behind{
	font-size: 60px;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	position: absolute;
	z-index: -1;
	left: -9px;
	margin-top: -.36em !important;
}
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-top-right .gt3_tooltip_text_behind,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-middle-right .gt3_tooltip_text_behind,
.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-bottom-right .gt3_tooltip_text_behind{
	right: -9px;
	left: auto;
}
.gt3-hotspot-shortcode-wrapper .gt3_tooltip_title{
	font-size: 18px;
	line-height: 140%;
	padding-bottom: 7px;
}
.gt3-hotspot-shortcode-wrapper .gt3_tooltip_message{
	font-size: 14px;
	line-height: 175%;
}
.gt3-hotspot-shortcode-wrapper .gt3-close{
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
@media only screen and (min-width: 768px){
	.gt3-hotspot-shortcode-wrapper .gt3_marker_wrapper{
		position: absolute;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
	.gt3-hotspot-shortcode-wrapper .gt3-close{
		display: none;
	}
}
.gt3-hotspot-shortcode-wrapper .gt3-close:after,
.gt3-hotspot-shortcode-wrapper .gt3-close:before{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	display: block;
	width: 12px;
	height: 1px;
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: red;
}
.gt3-hotspot-shortcode-wrapper .gt3-close:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width: 767px){
	.header_search__container{
		width: 30px;
	}
	.woo_mini-count:before,
	.header_search .header_search__icon > i{
		font-size: 16px;
	}
	.gt3_header_builder_burger_sidebar_component{
		padding: 13px 3px;
	}
	.toggle-box,
	.toggle-inner,
	.toggle-inner:before,
	.toggle-inner:after{
		width: 22px;
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon{
		width: 20px;
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.second{
		width: 14px;
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.third{
		width: 17px;
	}
	.gt3-hotspot-shortcode-wrapper .hotspot_action-hover .gt3_marker_wrapper:hover .gt3_tooltip{
		visibility: hidden;
		opacity: 0;
	}
	.gt3-hotspot-shortcode-wrapper .gt3_tooltip{
		position: absolute;
		top: 50% !important;
		right: auto !important;
		bottom: auto !important;
		left: 50% !important;
		margin: 0 !important;
		-webkit-transform: translate(-50%, -50%) !important;
		-moz-transform: translate(-50%, -50%) !important;
		-o-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
	}
	.gt3-hotspot-shortcode-wrapper .gt3_marker_wrapper .gt3_hotspotline{
		display: none !important;
	}
	.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-top-right,
	.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-middle-right,
	.gt3-hotspot-shortcode-wrapper .gt3_tooltip.text-gt3_custom.tooltip-bottom-right{
		text-align: left;
	}
	.gt3-hotspot-shortcode-wrapper .gt3_marker_wrapper .gt3_marker{
		position: absolute;
		width: fit-content;
		padding: 0 !important;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
/* GT3 Header Builder end

/* animation */
body .wpb_animate_when_almost_visible{
	opacity: 1;
	
	filter: alpha(opacity=100);
}
.gt3_animation--before{
	opacity: 0 !important;
	
	filter: alpha(opacity=0) !important;
}
/* end animation */

/* RS Slider start */
.slider_btn_with_icon{
	line-height: 18px !important;
	display: inline-block;
	width: 17px !important;
	height: 19px !important;
	margin: 0 10px;
	padding-left: 2px;
	text-align: center !important;
	vertical-align: top;
	border: 1px rgba(103, 109, 69, .15) solid;
	border-radius: 50%;
}
.tp-bullets.custom{
	display: none;
}
.rev_slider_wrapper{
	box-sizing: border-box;
}
@media only screen and (min-width: 768px){
	.tp-bullets.custom{
		display: block;
	}
	.tp-bullets.custom .tp-bullet{
		line-height: 30px !important;
		width: auto !important;
		height: 30px !important;
		counter-increment: bullet-step;
		opacity: 1 !important;
		border: none !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	.tp-bullets.custom .tp-bullet:before{
		font-size: 16px;
		font-weight: 500;
		position: absolute;
		top: 0;
		content: '0' counter(bullet-step);
		-webkit-transition: all 300ms;
		transition: all 300ms;
		text-align: center;
		color: #c7c9b8;
	}
	.tp-bullets.custom .tp-bullet.selected,
	.tp-bullets.custom .tp-bullet:hover{
		box-shadow: none !important;
	}
	.tp-bullets.custom.vertical.nav-pos-hor-right .tp-bullet:before{
		right: 0;
		left: auto;
	}
	.tp-bullets.custom.vertical.nav-pos-hor-left .tp-bullet:before{
		right: auto;
		left: 0;
	}
	.tp-bullets.custom.vertical.nav-pos-hor-left .tp-bullet.selected:before{
		left: 40px;
	}
}
.gt3_social{
	padding-bottom: 30px;
}
.gt3_social a{
	padding-right: 10px;
}
.gt3_social a:hover,
.gt3_custom_text .gt3_social a:hover{
	text-decoration: underline;
}
/* RS Slider end */

.gt3_img_brands p{
	opacity: 1;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	transition: opacity 300ms;
}
.gt3_img_brands p:hover{
	opacity: 0.5;
}
.wp-block-image{
	margin-bottom: 18px;
}
.wp-block-cover, .wp-block-cover-image{
    margin-bottom: 14px;
}
.wp-block-image figcaption {
    margin-top: 13px;
}
.blog_post_preview .blog_content > ul li.blocks-gallery-item:before{
    display: none;
}
.wp-block-gallery .blocks-gallery-item {
    margin: 0 5px 16px 0;
}
.wp-block-embed {
    margin: 0;
    padding: 0;
}
figure.wp-block-pullquote {
    margin-top: 25px;
    border-bottom: 4px solid #f0f2f7;
    border-top: 4px solid #f0f2f7;
    padding: 10px 0;
    margin-bottom: 25px;
}
.wp-block-pullquote p {
    font-weight: 400;
    font-style: italic;
    font-size: 1.5em;
    color: #909aa3;
    line-height: 1.5;
}
.wp-block-pullquote cite{
	font-weight: 300;
    color: #909aa3;
}
figure.wp-block-pullquote blockquote:before{
	display: none;
}
.single #main_content > .blog_post_preview .blog_content p a{
    color: #222328;
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

.single #main_content > .blog_post_preview .blog_content p a:hover{
	color: #cc929f;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
body .wp-block-separator {
    border: none;
    margin: 30px 0;
    border-bottom: 1px solid #909aa3;
}
[data-type="core/separator"] .wp-block-separator,
hr.wp-block-separator {
    margin: 25px auto;
    margin-bottom: 30px;
}
