/*-------------------------------------
[Master Stylesheet]
Project: Surfy 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 {
	padding:0;
	margin:0;
	overflow-x:hidden !important;
	-webkit-overflow-scrolling: touch;
	display:block;
	width:100%;
	position: relative;
    right: 0;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease;
}

body,html {
	padding:0;
	margin:0;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

pre {
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form,
fieldset {
	margin-bottom:0
}
textarea {
	min-height:60px
}
label,
legend {
	display:block;
	margin-bottom:5px;
	font-weight:700
}
input[type="checkbox"],
input[type="radio"] {
	display:inline;
	vertical-align: middle;
	margin: 3px;
}
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 {
	padding: 9px 20px;
	outline:none;
	margin:0;
	width:270px;
	max-width:100%;
	display:block;
	font-size:16px;
	line-height: 1.5;
	border-width:1px;
	border-style:solid;
	border-color: #fafafc;
	border-radius:3px;
	background-color: #fafafc;
	box-sizing:border-box;
	-webkit-appearance:none;
	color: inherit;
}
input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	padding: 11px 34px;
	outline:none;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}
input[type="submit"]:hover {
	background-color: #ffffff;
}
[class*=span] {
	float:left;
	min-height:1px;
}
.container {
	width:940px;
	margin-right:auto;
	margin-left:auto;
}
.container:after,
.container:before {
	display:table;
	line-height:0;
	content:"";
}
.container:after {
	clear:both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:after,.row:before {
	display:table;
	line-height:0;
	content:"";
}
.row:after {
	clear:both;
}
.row [class*=span] {
	display:block;
	float:left;
	width:100%;
	min-height:1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.row aside.sidebar {
    padding-bottom: 40px;
}
.clearfix:after,.clearfix:before {
	display:table;
	line-height:0;
	content:"";
}
.clear,.clearfix:after {
	clear:both;
}
.container {
	width:1170px;
	max-width: 100%;
}
.main_content .container {
	max-width: 100%;
}
ul {
    margin: 0;
    padding: 0 0 20px 0;
}
li ul{
	padding-bottom: 0;
	padding-left: 17px;
}
.fullwidth-wrapper {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}
/*base*/
::selection {
	opacity:1;
}
::-moz-selection {
	opacity:1;
}
p {
	margin:0 0 15px 0;
	padding:0;
}
a,
a:hover,
a:focus {
	text-decoration:none;
	outline:none !important;
	transition:all 400ms;
}
a:hover {
    color: inherit;
}
p a {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
p strong {
	font-weight: 600;
}
img {
	vertical-align:top;
	outline:none !important;
	max-width:100%;
	height:auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.a-center {
	text-align: center;
}
.a-left {
	text-align: left;
}
.a-right {
	text-align: right;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.dn {
	display:none;
}
.ui-loader {
	display:none!important;
}
.bypostauthor {
	padding:0;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-button{
	margin-bottom: 1.5em;
}
.wp-block-button.aligncenter,
.wp-block-image{
    clear: both;
}
.wp-block-cover,
.wp-block-cover-image,
.wp-block-media-text{
    margin: 0 0 1.5em;
}
.wp-block-cover.aligncenter{
	margin-bottom: 1em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.wp-caption-text {
	margin-top: 5px;
	font-style: italic;
}
.hideme {
	display:none;
}
.wp-caption-text {
	text-align:center;
}
.clear {
	clear:both;
	height:0;
	font-size:0
}
.custom_bg {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-position:center;
}
.custom_bg.img_bg {
	background-size:cover;
}
form,
body,
iframe {
	margin:0;
	padding:0;
}
iframe {
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:0;
}
img,
table,
iframe {
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
	vertical-align: middle;
	width: 100%;
}
table td, table th {
    padding: 5px 10px;
    text-align: center;
}
table tbody tr,
table thead tr {
	border: 1px solid #f2f2f2;
}
table tbody 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 {
	pointer-events:none;
	z-index:1;
}
/**** 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:0;
	-moz-transition-duration:0;
	transition-duration:0;
}
/* 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;
	width:100%;
	height:auto;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	vertical-align:top;
}
.nivo-main-image {
	display:block;
	position:relative!important;
	width:100%!important;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img {
	display:block;
}
.nivo-caption {
	position:absolute;
	overflow:hidden;
	display:none;
}
.nivo-html-caption {
	display:none;
}
.nivo-controlNav {
	display:none !important;
	position:absolute;
	bottom:30px;
	left:0;
	width:100%;
	text-align:center;
	z-index:99;
}
.nivo-controlNav a {
	text-indent: -9999px !important;
	overflow:hidden;
	display:inline-block;
	width:8px;
	height:8px;
	background: none;
	opacity:1;
	margin:5px 10px 0 10px;
	line-height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px #ffffff solid;
	position: relative;
	cursor:pointer;
}
.nivo-controlNav a:after {
	width:4px;
	height:4px;
	display:none;
	background:#fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 1px;
	content: '';
}
.nivo-controlNav a.active:after {
	display: block;
	cursor:default;
}
.slider-wrapper {
	position:relative;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block !important;
	left: 0;
	top: 0;
	z-index: 33;
}
.nivo-directionNav .nivo-nextNav,
.nivo-directionNav .nivo-prevNav {
	position: absolute;
    bottom: 0;
    z-index: 100;
    height: 40px;
    width: 50px;
    background: #fff;
    opacity: 1;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    cursor: pointer;
    text-indent: -9999px;
    display: block !important;
    transition: 0.5s all;
}
.nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 0;
}
.nivo-directionNav .nivo-nextNav:hover:before {
	transition: 0.3s all;
}
.nivo-directionNav .nivo-nextNav:before {
    width: 23px;
    border: 2px solid;
    height: 23px;
    border-color: rgba(255, 255, 255, 0.5);
    transform: skew(15deg,15deg) translate(33px,-22px);
    border-top-color: transparent;
    border-right-color: transparent;
}
.nivo-directionNav .nivo-prevNav {
	right: auto;
}
.nivo-directionNav .nivo-prevNav:hover:before{
	transition: 0.3s all;
}
.nivo-directionNav .nivo-prevNav:before {
	width: 23px;
    border: 2px solid;
    height: 23px;
    border-color: rgba(255, 255, 255, 0.5);
    transform: skew(15deg,15deg) translate(35px,-23px);
    border-top-color: transparent;
    border-right-color: transparent;
}
.nivo-directionNav .nivo-prevNav:before,
.nivo-directionNav .nivo-nextNav:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -3px;
    transition: 0.5s all;
}
.gt3_module_blog .format-gallery a.nivo-nextNav:before,
.gt3_module_blog .format-gallery a.nivo-prevNav:before,
.nivo-directionNav .nivo-prevNav:before,
.nivo-directionNav .nivo-nextNav:before{
	margin-top: -13px;
}
.theme-default .nivo-directionNav a.nivo-prevNav {
    transform: rotate(45deg);
}
.theme-default .nivo-directionNav a.nivo-nextNav {
    transform: rotate(225deg);
}
.oneImage .nivo-directionNav a,
.oneImage .nivo-directionNav a:before,
.oneImage .nivo-controlNav {
	display:none !important;
}
.theme-default .nivo-directionNav a {
    background: none !important;
}
.theme-default:hover .nivo-directionNav a.nivo-prevNav,
.theme-default:hover .nivo-directionNav a.nivo-nextNav {
    top: 47%;
}
.gt3_module_blog .format-gallery a.nivo-nextNav,
.gt3_module_blog .format-gallery a.nivo-prevNav,
.theme-default .nivo-directionNav a.nivo-prevNav,
.theme-default .nivo-directionNav a.nivo-nextNav{
	top: 47%;
}
.gt3_module_blog .format-gallery .nivo-directionNav .nivo-prevNav{
	right: auto;
}
/* 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%;
}
.wpcf7-form-control-wrap {
	margin-bottom: 18px;
	display: block;
}
div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	padding: 0.344em 1em;
	padding-left: 50px;
	border: none;
	color: #ffffff;
	background-color: #255379;
	position: relative;
	z-index: 1;
}
div.wpcf7-response-output:before {
	content: "\f05a";
	position: absolute;
	top: 50%;
	left: 17px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	margin-top: -9px;
}
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 {
	padding-top: 5px;
	color: #d61d1d;
	font-weight: 400;
}
.gt3_submit_wrapper {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 12px;
	color: #ffffff;
	line-height: 0;
	border-radius: 2px;
	position: relative;
	z-index: 1;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}
.gt3_submit_wrapper:hover {
	background: #ffffff;
}
.contact-page .gt3_submit_wrapper {
	background: transparent;
	border: none;
}
.contact-page .gt3_submit_wrapper > i {
	display: none;
}
.contact-page .custom_textarea .gt3_submit_wrapper .wpcf7-form-control.wpcf7-submit {
	font-family: inherit;
	font-weight: 600;
	padding: 18px 50px;
	background-color: transparent;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
}
.contact-page .custom_textarea .gt3_submit_wrapper .wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
}
.gt3_submit_wrapper > i {
	position: absolute;
	top: 50%;
	right: 34px;
	line-height: 1;
	margin-top: -0.5em;
	z-index: -1;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}
.gt3_submit_wrapper input[type="submit"] {
	margin-bottom: 0;
	padding-right: 54px;
	background: transparent;
}
.comment-form .gt3_submit_wrapper {
	background-color: transparent;
	width: 100%;
	max-width: 240px;
	text-align: center;
}
.comment-form .gt3_submit_wrapper i {
	display: none;
}
.comment-form .gt3_submit_wrapper .submit {
	font-family: inherit;
	font-weight: 600;
	letter-spacing: 2.4px;
	padding: 15px;
	width: 100%;
}
.comment-form .gt3_submit_wrapper .submit:hover {
	color: #fff;
}
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: 116px;
}
.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 {
	background: transparent;
	padding: 9px 10px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-bottom-color: rgba(255,255,255,0.4);
}
/* Placeholder */
.gt3-form_on-dark-bg input[type="tel"]::-webkit-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="tel"]:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="tel"]::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="tel"]:-ms-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]::-webkit-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]:-ms-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]::-webkit-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]:-ms-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]::-webkit-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]:-ms-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]::-webkit-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]:-ms-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea::-webkit-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea:-ms-input-placeholder {
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg  input[type="submit"],
.gt3-form_on-dark-bg  .gt3_submit_wrapper {
	background: #ffffff;
	border-color: #ffffff;
	color: #434c55;
}
.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-btn .wpcf7-submit {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.8px;
	border-radius: 3px;
	width: 100%;
	text-align: center;
	padding: 20px 34px 20px 61px;
	font-family: inherit;
}
.gt3-form_on-dark-btn {
	padding-top: 45px;
	display: inline-block;
	vertical-align: middle;
}
.gt3-form_on-dark-bg + div.wpcf7-response-output {
	margin: 0 !important;
}
.gt3-form_on-dark-btn-wrapp {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	max-width: 217px;
	width: 100%;
}
.gt3-form_on-dark-btn .gt3-form_on-dark-btn-wrapp::before {
	font-family: 'FontAwesome';
	content: '\f1d8';
	position: absolute;
	top: 17px;
	left: 33px;
	z-index: 1;
	font-size: 20px;
	color: #abd660;
	transition: 0.5s all;
}
.gt3-form_on-dark-btn .gt3-form_on-dark-btn-wrapp:hover::before {
	color: #fff;
	transition: 0.5s all;
}
.gt3-form_on-dark-bg .wpcf7-submit:hover {
	background-color: transparent;
	color: #ffffff;
}
.gt3-form_on-dark-bg .wpcf7-form-control-wrap {
	margin-bottom: 15px;
}
.gt3-newsletter input[type="submit"] {
	padding: 11px 11px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.gt3-newsletter input[type="submit"] {
	background-color: #255379;
	border-color: #255379;
}
.gt3-newsletter input[type="submit"]:hover {
	background-color: transparent;
	color: #255379;
}
.gt3-newsletter .wpcf7-form-control-wrap {
	float: left;
	max-width: 330px;
	width: calc(100% - 80px);
}
.gt3-newsletter input[type="email"] {
	max-width: 330px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
/* end Contact Form 7 */

/* Slick Slider */
.slick-slider {
	position: relative;
	display: block;
	-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;
	margin: 0;
	padding: 0;
	outline: none !important;
}
.slick-list:focus {
	outline: none !important;
}
.slick-list.dragging {
	cursor: pointer;
	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;
	outline: none !important;
	cursor: pointer;
}
[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;
}
/* C O N T E N T   A R E A */
.main_wrapper {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-top: 80px;
}
.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 */
.footer_socials_links {
	float: right;
}
.footer_socials_links a i {
	font-size: 14px;
}
.footer_socials_links a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.main_footer_wrapper {
	padding:24px 0 26px 0;
}
.copyright {
	font-size: 14px;
}
.copyright p {
	margin-bottom: 0;
}
.copyright a {
	color: inherit;
}
.main_footer .copyright{
	font-weight: 400;
}

/* T Y P O G R A P H Y */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding:0;
	margin: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 {
	margin: 0 30px 20px 0;
	float: left;
}
.alignright {
	margin: 0 0 20px 30px;
	float: right;
}
.aligncenter {
	float: none;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.large-text {
	font-size: 24px;
}
.small-text {
	line-height: 24px;
	font-size: 16px;
}
/* Page Title */
.gt3-page-title {
	display: table;
	width: 100%;
	box-sizing: content-box;
	background-repeat: repeat;
}
.gt3-page-title__inner {
	display: table-row;
	vertical-align: middle;
}
.gt3-page-title__inner:before,
.gt3-page-title__inner:after {
	content: '';
	display: table-cell;
}
.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%;
	table-layout: fixed;
}
.gt3-page-title__content .page_title,
.gt3-page-title__content .gt3_breadcrumb {
	display: table-cell;
	vertical-align: middle;
}
.gt3-page-title__content .gt3_breadcrumb {
	text-align: right;
	line-height: 1.3;
	text-transform: none;
    font-size: 18px;
	padding: 10px 0;
}
.gt3-page-title__content .page_title h1 {
	color: inherit;
	font-weight: bold;
	font-size: 48px;
	line-height: 1.3;
	padding: 10px 0;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 100;
	opacity: 0.8;
}
.gt3-page-title__content .gt3_breadcrumb .current {
	font-weight: bold;
}
.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: 20px;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title + .gt3_breadcrumb > div {
	padding-top: 13px;
}
/* end Page Title */

/* Blockquotes */
blockquote {
	position: relative;
	z-index: 1;
	font-size: 30px;
    line-height: 48px;
    font-weight: 300;
    margin-bottom: 17px;
    padding-left: 45px;
    margin-left: 0;
    margin-right: 0;
}
blockquote p {
	line-height: 1.6;
	font-weight: inherit;
}
blockquote cite {
    font-size: 16px;
    line-height: 36px;
    font-style: normal;
}
.wp-block-pullquote blockquote{
    border: none;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 4px solid #f0f2f7;
    border-top: 4px solid #f0f2f7;
    font-style: italic;
}
.wp-block-pullquote blockquote:before {
    display: none;
}
.wp-block-pullquote blockquote cite:before{
    display: none;
}
.wp-block-pullquote p{
	color: #282828;
	margin-bottom: 7px !important;
}
/* End Blockquotes */
hr{
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #eaeaea;
}
hr.wp-block-separator{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
hr.wp-block-separator.is-style-wide,
hr.wp-block-separator.is-style-dots{
    width: 100%;
}

figure{
	margin: 0;
}

.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);
    }
    .reverse_columns_in_mobile {
    	flex-direction: column-reverse;
    }
}
@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;
    }
}

#main_content .wp-block-gallery{
    padding-left: 0;
}
#main_content .wp-block-gallery .blocks-gallery-image figcaption,
#main_content .wp-block-gallery .blocks-gallery-item figcaption{
    box-sizing: border-box;
}
figure.wp-block-image figcaption{
    margin-top: 22px;
}
#main_content .wp-block-gallery .blocks-gallery-item{
    padding: 0;
}
#main_content .wp-block-gallery .blocks-gallery-item:before{
    display: none !important;
}

#main_content .wp-block-audio{
    margin: 0;
}

/* Dropcap */
/*FORMS*/
/* Default listing */
dl {
  margin-bottom: 20px;
}
dl dt {
  font-weight: 600;
  text-decoration: underline;
}
dl dd {
  margin: 0 0 20px 0;
}
.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: inherit;
}
.main_wrapper ul li:before{
	content: "\2022";
	font-size: 40px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.main_wrapper ul.gt3_list_check li,
.main_wrapper ul.gt3_list_check_circle li,
.main_wrapper ul.gt3_list_check_square li,
.main_wrapper ul.gt3_list_angle_right li,
.main_wrapper ul.gt3_list_plus li,
.main_wrapper ul.gt3_list_times li {
	list-style: none;
}
.main_wrapper ul.gt3_list_check li:before,
.main_wrapper ul.gt3_list_check_circle li:before,
.main_wrapper ul.gt3_list_check_square li:before,
.main_wrapper ul.gt3_list_angle_right li:before,
.main_wrapper ul.gt3_list_plus li:before,
.main_wrapper ul.gt3_list_times li:before {
	display: inline-block;
	vertical-align: baseline;
	font-family: FontAwesome;
	font-size: 0.8em;
	line-height: 2.5em;
	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: '\f0da';
}
.main_wrapper ul.gt3_list_angle_down > li{
	list-style: none;
}
.main_wrapper ul.gt3_list_angle_down > li:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main_wrapper ul.gt3_list_angle_down > li:before {
    vertical-align: baseline;
}
.main_wrapper ul.gt3_list_angle_down li{
	padding: 0 0 0 6px;
}
.main_wrapper ul.gt3_list_plus li:before {
	content: "\f067";
}
.main_wrapper ul.gt3_list_times li:before {
	content: "\f00d";
}
.main_wrapper ol,
.commentlist .comment_content ol {
    margin: 0 0 18px 0;
    padding: 0 0 0 17px;
}
.main_wrapper ol > li {
    position: relative;
    counter-increment: li;
    padding: 10px 0 0 8px;
    font-size: 16px;
    line-height: 26px;
}
/*.main_wrapper ol > li,
.main_wrapper ul > li,
.commentlist .comment_content ol > li,
.commentlist .comment_content ul > li {
    position: relative;
    padding: 0 0 0 5px;
}*/
.main_wrapper ol > li:before{
	content: "."counter(li);
    font-size: inherit;
    width: 1.4em;
    line-height: 26px;
	display: inline-block;
	margin-left: -1.5em;
	margin-right: 0.4em;
	text-align: right;
	direction: rtl;
}
.main_wrapper ul > li:last-child,
.main_wrapper ol > li:last-child {
	padding-bottom:0;
}
.main_wrapper ul > li,
.main_footer ul > li {
    font-size: 16px;
    line-height: 26px;
}
.main_wrapper ul li,
.main_footer ul li {
    padding: 10px 0 0 6px;
    list-style: none;
}
.main_wrapper li ol,
.commentlist .comment_content li ol {
    margin-bottom: 0;
}
.contentarea ul {
    margin: 0 0 18px 0;
    padding: 0 0 0 13px;
}
.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;
}
.comming-soon-mail {
	text-align: center;
}
.comming-soon-mail label {
	display: inline-block;
	vertical-align: middle;
}
.comming-soon-mail .your-email {
	max-width: 390px;
	float: left;
	margin-right: 20px;
}
.comming-soon-mail .your-email .wpcf7-form-control {
	padding: 13px 20px;
}
.comming-soon-mail .wpcf7-form-control[type="submit"] {
	border: 1px solid #fff;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 15px 38px;
}
/* C U S T O M   C L A S S E S */
/*WPML*/
#lang_sel_list {
	float:right!important;
	padding:11px 25px 0 0;
	margin-left:-10px;
}
/*  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{
	max-height: 100%;
	height: 100%;
	display: inline-block;
	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-left: 20px;
	padding-right: 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;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	z-index: 1;
}
.bottom_header .header_bar p{
	margin-bottom: 0;
}
/* end main header */
/* logo */
.logo_container{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	z-index: 1;
}
.logo_container:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.logo_container a{
	display: inline-block;
	vertical-align: middle;
	color: inherit;
}
.logo_container img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.logo_container .site-title{
	color: inherit;
}
.logo_container .sticky_logo{
	display: none;
}
.sticky_header .logo_container .sticky_logo{
	display: block;
}
body .sticky_header .logo_container > a,
body .sticky_header .logo_container > a > img.sticky_logo {
	max-height: 100% !important;
}

.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;
}
/* end logo */
/* menu style */
.main-menu,
.main-menu>ul,
.main-menu>div,
.main-menu>div>ul{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.main-menu>ul,
.main-menu>div,
.main-menu>div>ul{
	margin: 0 -17px;
}
.main-menu>ul>li,
.main-menu>div>ul>li{
	height: 100%;
}
.main-menu>ul>li>a,
.main-menu>div>ul>li>a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	z-index: 1;
}
.main-menu>ul>li>a,
.main-menu>div>ul>li>a{
	opacity: 1;
	color: inherit;
	padding: 0 12px;
    margin: 0px 5px;
}
.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;
	transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-webkit-transition: all 200ms;
}
.main-menu>ul>li:hover>a>span,
.main-menu>div>ul>li:hover>a>span{
	opacity: 1;
}
.main-menu>ul>li>a:before,
.main-menu>div>ul>li>a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.main-menu ul li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: left;
	z-index: 1;
}
.main-menu ul li ul{
	display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    padding: 15px 0;
    opacity: 0;
    z-index: 555;
    box-shadow: none;
    visibility: hidden;
    text-align: left;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}
.main-menu ul li:hover > ul{
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul ul{
	left: 100%;
	top: 0;
	margin-top: -15px;
}
.main-menu ul li ul li{
	display: block;
	float: none;
}
.main-menu a{
	transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-webkit-transition: all 200ms;
}
.main-menu ul li ul li:hover > a{
	transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
}
.main-menu ul li ul li.menu-item-has-children:after,
.main-menu > ul > li.menu-item-has-children > a:after{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    bottom: 50%;
    bottom: calc(50% - 3px);
    right: 20px;
}

.main-menu > ul > li.menu-item-has-children > a:after{
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	opacity: 1;
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-top: -4px;
    transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-webkit-transition: all 200ms;
}
.main-menu ul li ul .menu-item {
	padding: 5px 25px 5px 20px;
}
.main-menu ul li ul .menu-item a{
	color: inherit;
	opacity: 1;
	font-size: 0.875em;
	line-height: 1.6;
	width: 100%;
	display: block;
}
.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{
	left: auto;
	right: 0;
}
.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{
	left: auto;
	right: 100%;
}
.Leftalignside .main-menu ul li ul{
    left: 0;
	right: auto;
}.Leftalignside .main-menu > ul > li ul .sub-menu{
	left: 100%;
	right: auto;
}
.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{
	left: 0;
	right: auto;
}
.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{
	left: 100%;
	right: auto;
}
.main_menu_container .menu_item_line{
	position: absolute;
	top: 0;
	height: 3px;
	-webkit-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
    -moz-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
    transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
}
/* end menu style */
.gt3_header_builder_component.gt3_header_builder_text_component span.header_socials_links a {
	padding: 0 9px;
}
.header-address {
	font-size: 16px;
	line-height: 24px;
	padding-left: 38px;
}
.header-address::before {
	content: '\f041';
	font-family: 'FontAwesome';
	font-size: 36px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	margin-top: -18px;
	top: 50%;
	left: 0;
}
.header-phone {
	font-size: 16px;
	line-height: 24px;
	padding-left: 43px;
	position: relative;
}
.header-phone span {
	font-size: 24px;
	font-weight: 600;
	color: #abd660;
}
.header-phone::before {
	content: '\f095';
	font-family: 'FontAwesome';
	color: #abd660;
	font-size: 32px;
	line-height: 30px;
	position: absolute;
	margin-top: -15px;
	top: 50%;
	left: 0;
}
.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{
	left: auto;
	right: 0;
}
.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{
	left: auto;
	right: 101%;
}
.main-menu > ul > li > .sub-menu .sub-menu:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4px;
	width: 4px;
}
.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{
	left: auto;
	right: -4px;
}
.left.header_side .main-menu ul li ul{
	left: 0;
	right: auto;
}
.left.header_side .main-menu > ul > li ul .sub-menu{
	left: 101%;
	right: auto;
}
.left.header_side .main-menu > ul > li:nth-last-child(1) > .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(2) > .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(3) > .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(4) > .sub-menu{
	left: 0;
	right: auto;
}
.left.header_side .main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu{
	left: 101%;
	right: auto;
}
/*.main_menu_container .menu_item_line{
	position: absolute;
	top: -12px;
	height: 3px;
	-webkit-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
	-moz-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
	transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
}*/
/*.main-menu > ul > li > ul:before,
.main-menu > ul > li > ul:after,
.gt3_megamenu_triangle:before,
.gt3_megamenu_triangle:after{
	content: '';
	position: absolute;
	top: -11px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	z-index: 2;
}*/
.main-menu > ul > li > ul:before,
.gt3_megamenu_triangle:before{
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.main-menu > ul > li > ul:after,
.gt3_megamenu_triangle:after{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(232, 232, 232, 0.65);
	z-index: 0;
	top: -11px;
	margin-left: 0px;
}
.gt3_megamenu_triangle_container{
	display: block !important;
	width: 100% !important;
	height: 0 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.gt3_megamenu_triangle{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 1px;
	margin-left: -30px;
}
.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{
	left: auto;
	right: 20px;
}

.left.header_side .main-menu > ul > li:nth-last-child(1) > .sub-menu:before,
.left.header_side .main-menu > ul > li:nth-last-child(2) > .sub-menu:before,
.left.header_side .main-menu > ul > li:nth-last-child(3) > .sub-menu:before,
.left.header_side .main-menu > ul > li:nth-last-child(4) > .sub-menu:before,
.left.header_side .main-menu > ul > li:nth-last-child(1) > .sub-menu:after,
.left.header_side .main-menu > ul > li:nth-last-child(2) > .sub-menu:after,
.left.header_side .main-menu > ul > li:nth-last-child(3) > .sub-menu:after,
.left.header_side .main-menu > ul > li:nth-last-child(4) > .sub-menu:after{
	left: 20px;
	right: auto;
}
/* end menu style */

/* mega menu */
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu{
	width: auto;
	left: 50% !important;
	right: auto !important;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu.huge_number_of_column{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100vw - 66px);
}
.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{
	-webkit-flex: 1 1 160px;
	-ms-flex: 1 1 160px;
	flex: 1 1 160px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li{
	display: table-cell;
	vertical-align: baseline;
	width: 230px;
	min-width: 230px;
	padding-left: 35px;
	padding-right: 35px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li:not(:last-child):before{
	content: '';
	position: absolute;
	display: block !important;
	top: 20px;
	bottom: 22px;
	right: 0;
	border-right: 1px solid #e9e9e8;
}
.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: 160px;
	min-width: 160px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul{
	position: relative;
	left: auto !important;
	right: auto !important;
	margin-top: 0;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	background-color: transparent;
	border: none;
}
.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-left: 0;
	padding-right: 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;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 4px;
	font-weight: 600;
}
.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-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
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-left: 15px !important;
	padding-right: 0 !important;
}
.gt3_megamenu_active aside .widget-title{
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 4px;
}
.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;
	top: 0;
	width: 100%;
	z-index: 100000;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.sticky_header.header_sticky_shadow{
	box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
}
.admin-bar .sticky_header{
	top: 32px;
}
.sticky_header.sticky_on{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/* end sticky header */

/* header responsive */


/* Navigation Toggle */
.mobile-navigation-toggle {
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	overflow: visible;
	height: 24px;
	position: relative;
	vertical-align: middle;
	height: 100%;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
	background-color: #ffffff;
}
.toggle-box {
	width: 25px;
	height: 24px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.toggle-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
	width: 25px;
	height: 0;
	border-top: 3px solid;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.toggle-inner:before,
.toggle-inner:after {
	content: "";
	display: block;
}
.toggle-inner:before {
	top: -9px;
}
.toggle-inner:after {
	bottom: -6px;
}
.mobile-navigation-toggle:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 100%;
	width: 0;
}
.mobile-navigation-toggle .toggle-inner {
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle .toggle-inner:before {
	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.mobile-navigation-toggle .toggle-inner:after {
	transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle.is-active .toggle-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation-toggle.is-active .toggle-inner:before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.mobile-navigation-toggle.is-active .toggle-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_menu_container{
	line-height: 0;
	font-size: 0;
}
.mobile_menu_container .main-menu{
	display: none;
	width: 100%;
	height: auto;
	z-index: 0;
}
.mobile_menu_container .main-menu>ul>li>a,
.mobile_menu_container .main-menu>div>ul>li>a{
	padding: 0;
	width: 100%;
}
.mobile_menu_container .main-menu>ul.mobile_view_on,
.mobile_menu_container .main-menu>div>ul.mobile_view_on {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	margin: 0;
	box-sizing: border-box;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.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;
}
.mobile_menu_container .main-menu .mobile_sitcher{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
	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;
}
.mobile_menu_container .main-menu .mobile_sitcher:before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	position: absolute;
	bottom: calc(50% - 12px);
	right: 18px;
	opacity: 0.7;
}
.mobile_menu_container .main-menu ul li ul{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	padding-left: 15px;
	opacity: 1;
	visibility: visible;
	box-sizing: border-box;
	transition: all 0ms;
	-webkit-transition: 0ms;
	background-color: transparent;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	margin-top: 0;
	border: none;
}
.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{
	left: 0 !important;
	top: 0;
	margin: 0;
}
.mobile_menu_container .main-menu ul li ul li:hover > a{
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}
.mobile_menu_container .main-menu ul.mobile_view_on > li > ul > li > .sub-menu:first-child {
	display: block !important;
	margin-left: -15px;
}

/* gt3_currency_switcher */
.gt3_currency_switcher{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.gt3_currency_switcher:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	height: 5px;
	width: 100%;
}
.gt3_currency_switcher ul{
	list-style: none;
	margin-top: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 230px;
	padding: 10px 0;
	border: 1px solid rgba(232, 232, 232, 0.8);
	border-top-color: rgba(232, 232, 232, 0.5);
	border-left-color: rgba(232, 232, 232, 0.5);
	border-radius: 4px;
	box-sizing: border-box;
	opacity: 0;
	z-index: 555;
	box-shadow: none;
	visibility: hidden;
	text-align: left;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transition: all 200ms;
	-webkit-transition: all 200ms;
}
.gt3_currency_switcher ul:before,
.gt3_currency_switcher ul:after {
	content: '';
	position: absolute;
	top: -10px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	z-index: 2;
}
.gt3_currency_switcher ul:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(232, 232, 232, 0.65);
	z-index: 0;
	top: -11px;
	margin-left: 0px;
}
.gt3_currency_switcher ul:before {
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.gt3_currency_switcher ul li{
	padding: 5px 25px 5px 20px;
	font-size: 0.87em;
	line-height: 1.6;
	font-weight: 400;
}
.gt3_currency_switcher:hover ul{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
.gt3_currency_switcher a{
	position: relative;
}
.gt3_currency_switcher ul a:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	border-top: 1px solid;
	transform: translateY(1px);
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-webkit-transition: all 300ms;
	will-change: transform;
}
.gt3_currency_switcher ul a:hover:after{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
.container_full .right.header_side .gt3_currency_switcher ul{
	left: auto;
	right: 0;
}
.container_full .right.header_side .gt3_currency_switcher ul:before,
.container_full .right.header_side .gt3_currency_switcher ul:after{
	left: auto;
	right: 20px;
}
select.woocommerce-currency-switcher,
select.currency-switcher{
	padding: 1px 12px;
	height: auto;
	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);
}
/* end gt3_currency_switcher */

div#comments {
    padding-bottom: 70px;
}
/* GT3 Header Builder */
.gt3_header_builder{
	position: relative;
	z-index: 1000;
}
.gt3_header_builder a{
	color: inherit;
}
 .gt3_header_builder.header_over_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.gt3_header_builder__section-container{
	position: relative;
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gt3_header_builder__section-container:before,
.gt3_header_builder__section-container:after{
	display: none;
}
.gt3_header_builder__section-container.container_full{
	padding-left: 30px;
	padding-right: 30px;
}
.gt3_header_builder__section .header_side,
.gt3_header_builder__section.not_empty_center_side .header_side.center{
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	height: 100%;
	position: relative;
}
.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{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.gt3_header_builder_component{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 1;
	white-space: normal;
}
.gt3_header_builder_component p{
	margin-bottom: 0;
}
.gt3_header_builder__section[class*="gt3_header_builder__section--top"] .gt3_header_builder_component.gt3_header_builder_text_component {
    font-size: 14px;
}
.gt3_header_builder .gt3_header_builder_cart_component > a{
	color: inherit;
}
.gt3_header_builder_delimiter_component{
	height: 45px;
	margin: 0 2px;
	width: 0;
	border-left: 1px solid;
	padding-left: 0;
	padding-right: 0;
	opacity: 0.2;
}

.sidebar-container .widget_nav_menu .menu .menu-item {
    padding-left: 0;
}
.sidebar-container .widget_nav_menu .menu > .menu-item:first-child {
    padding-left: 0;
}
div[class*="gt3_header_builder__section--top"] .gt3_header_builder__section-container{
	z-index: 3;
}
div[class*="gt3_header_builder__section--middle"] .gt3_header_builder__section-container{
	z-index: 2;
}
div[class*="gt3_header_builder__section--bottom"] .gt3_header_builder__section-container{
	z-index: 1;
}
.gt3_header_builder_empty_space_component{
	width: 45px;
	padding: 0;
}
.gt3_header_builder__section--show_on_tablet,
.gt3_header_builder__section--show_on_mobile{
	display: none;
}
.sidebar-container .widget_nav_menu ul{
	padding-left: 11px;
}
.sidebar-container .widget_nav_menu ul:first-child{
	padding-left: 0;
}
.sidebar-container .widget_nav_menu ul li ul{
	padding: 0 0 0 6px;
}
@media only screen and (max-width: 1200px){
	.gt3_header_builder .sticky_header{
		display: none;
	}
	.gt3_header_builder_menu_component .main-menu{
		display: none;
	}
	.gt3_header_builder_menu_component .mobile-navigation-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_empty_space_component{
		width: 12px;
	}
	.gt3_header_builder__section--hide_on_tablet{
		display: none;
	}
	.gt3_header_builder__section--show_on_tablet{
		display: block;
	}
	.sidebar-container .widget_nav_menu ul li ul {
	    padding: 0;
	}
}
@media only screen and (max-width: 992px){
	div[class*="gt3_header_builder__section--top"]{
		font-size: 11px;
		line-height: 1.2;
	}
	div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal{
		padding: 0;
	}
	div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal ul{
		padding: 0;
		white-space: nowrap;
	}
	div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal a{
		padding: 0 0 0 10px;
	}
	div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal a span{
		display: none;
	}
	table td, table th {
	    padding: 0px;
	    text-align: center;
	}
	table thead tr {
	    font-size: 14px;
	}
}
@media only screen and (max-width: 768px){
	.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{
		display: none;
	}
	.gt3_header_builder__section--show_on_mobile{
		display: block;
	}
	.gt3_header_builder.header_over_bg{
		position: relative;
	}
	.gt3_header_builder_empty_space_component{
		width: 3px;
	}
	div#comments {
	    padding-bottom: 30px;
	}
}

/* menu component */
.gt3_header_builder_component + .gt3_header_builder_component.gt3_header_builder_menu_component{
	margin-left: 30px;
}
.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
	margin-left: 30px;
}
@media only screen and (max-width: 1200px){
	.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
		margin-left: 3px;
	}
	table td, table th {
	    padding: 0px;
	    text-align: center;
	}
}
@media only screen and (max-width: 768px){
	.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;
	}
}
/* end menu component */

/* search in header */
.header_search{
	display: inline-block;
	vertical-align: middle;
	height: auto !important;
}
.header_search__container{
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 100%;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.header_search .header_search__icon{
	cursor: pointer;
	opacity: 1!important;
}
.header_search .header_search__icon > i{
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
}
.header_search .header_search__icon > i:before{
	content: "\f002";
}
.header_search.ct-search-open .header_search__icon > i:before{
	content: "\f00d";
	font-size: 16px;
}
.header_search:before{
	content: '';
	position: absolute;
}
.header_search .header_search__inner{
	position: absolute;
	top: 100%;
	right: -11px;
	padding-top: 8px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transition: all 200ms;
	-webkit-transition: all 200ms;
}
.header_side.left .header_search .header_search__inner{
	right: auto;
	left: -11px;;
}
.header_search.ct-search-open .header_search__inner{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
.header_search__inner .search_form{
	padding-right: 40px;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 4px;
}

.header_search__inner:after{
	border-bottom: 12px solid rgba(232, 232, 232, 0.65);
	z-index: -1;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	right: 18px;
	top: -2px !important;
}
.header_side.left .header_search__inner:before{
	left: 20px;
	right: auto;
}
.header_side.left .header_search__inner:after{
	left: 18px;
	right: auto;
}
.header_search__inner .search_form:after{
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	line-height: 40px;
	text-align: center;
	z-index: 1;
	opacity: 1;
}
.header_search__inner .search_submit{
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	background: transparent !important;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	z-index: 2;
	padding: 0;
}
.header_search__inner .search_text{
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	user-select: none;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: inherit;
}
.header_search__inner .search_text::-webkit-input-placeholder{
	opacity: 0.7 !important;
}
.header_search__inner .search_text:-moz-placeholder{
	opacity: 0.7 !important;
}
.header_search__inner .search_text::-moz-placeholder{
	opacity: 0.7 !important;
}
.header_search__inner .search_text:-ms-input-placeholder{
	opacity: 0.7 !important;
}
.top_header .header_search{
	height: auto !important;
}
/* end search in header */

/* burger sidebar */
.gt3_header_builder_burger_sidebar_component{
	font-size: 0;
	line-height: 0;
	padding: 13px 8px;
	cursor: pointer;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon{
	display: inline-block;
	width: 25px;
	height: 15px;
	position: relative;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 0;
	border-top: 3px solid;
	transition: width 200ms;
	-moz-transition: width 200ms;
	-ms-transition: width 200ms;
	-webkit-transition: width 200ms;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.second{
	top: 6px;
	width: 17px;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.third{
	top: 12px;
	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;
	bottom: 0;
	right: -420px;
	width: 390px;
	max-width: calc(100% - 50px);
	background-color: #fff;
	-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;
}
.gt3_header_builder__burger_sidebar.active{
	right: 0;
}
.gt3_header_builder__burger_sidebar-cover{
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}
.gt3_header_builder__burger_sidebar.active .gt3_header_builder__burger_sidebar-cover{
	visibility: visible;
	opacity: 1;
	cursor: url(../img/close.png) 16 16, default;
}
body.admin-bar .gt3_header_builder__burger_sidebar{
	top: 32px;
}
.gt3_burger_sidebar_container{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 407px;
	padding: 40px 40px;
	box-sizing: border-box;
	overflow-y: scroll;
	background: #fff;
	z-index: 2;
}
.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;
}
.gt3_header_builder_login_component .gt3_login_icon{
	width: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	font-size: inherit;
}
.gt3_header_builder_login_component .gt3_login_icon:after{
	font-family: 'FontAwesome';
	font-weight:normal;
	content:"\f2c0";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-style: normal;
	font-size: 20px;
}
.gt3_header_builder__login-modal{
	position: fixed;
	width: 90%;
	height: 90%;
	z-index: 1000;
	top: 5%;
	left: 5%;
	text-align: center;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:  opacity .3s ease-in-out;
    -moz-transition:  opacity .3s ease-in-out;
    transition:  opacity .3s ease-in-out;
}
.gt3_header_builder__login-modal.active{
	opacity: 1;
	visibility: visible;
}
.gt3_header_builder__login-modal:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 100%;
}
.gt3_header_builder__login-modal_container{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 70px 40px 30px;
	box-sizing: border-box;
	background: #fff;
	z-index: 2;
	text-align: left;
	max-height: 100%;
	overflow-y: auto;
	-webkit-transition:  all .3s ease-in-out;
	-moz-transition:  all .3s ease-in-out;
	transition:  all .3s ease-in-out;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
}
.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal_container{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-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{
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
	float: left;
}
.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;
	background-color: #f8f8f8;
	text-align: center;
}
.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: 0px 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_footer .gt3_twitter_login{
	border-color: #1da1f2;
	background: #1da1f2;
}
.gt3_header_builder__login-modal-close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.gt3_header_builder__login-modal-close:before,
.gt3_header_builder__login-modal-close:after{
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 28px;
	height: 2px;
	background: #2b2c30;
}
.gt3_header_builder__login-modal-close:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.gt3_header_builder__login-modal-close:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.gt3_header_builder__login-modal-cover{
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}
.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal-cover {
	visibility: visible;
	opacity: 1;
	cursor: url(../img/close.png) 16 16, default;
}
#customer_login input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

@media (max-width: 992px){
	#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{
		padding: 25px 35px;
		margin-top: 15px;
	}
	.gt3_header_builder__login-modal_footer .gt3_module_button{
		margin: 5px 0;
	}
	.sidebar-container .widget_nav_menu ul li ul {
	    padding: 0 0 0 0px;
	}
}
@media (max-width: 768px){
	#customer_login h2, .gt3_header_builder__login-modal_container h2{
		font-size: 24px !important;
		line-height: 32px !important;
	}
}
@media (max-width: 480px){
	.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{
	content: "\f105";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Theme_icon;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
}
.woo_mini-count > span:not(:empty){
	position: absolute;
	bottom: 2px;
	left: 50%;
	font-size: 11px;
	line-height: 10px;
	padding: 3px 4px 2px;
	border-radius: 4px;
	color: #ffffff;
	font-style: normal;
}
.gt3_header_builder_cart_component{
	width: 40px;
	text-align: center;
}
.gt3_header_builder_cart_component > .woo_icon{
	display: block;
	line-height: 40px;
}
.gt3_header_builder_cart_component__cart{
	position: absolute;
	right: -18px;
	top: 100%;
	margin-top: 8px;
	min-width: 270px;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: left;
	border: 1px solid rgba(232, 232, 232, 0.8);
	border-top-color: rgba(232, 232, 232, 0.5);
	border-left-color: rgba(232, 232, 232, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
}
.header_side.left .gt3_header_builder_cart_component__cart{
	right: auto;
	left: -8px;
}
.gt3_header_builder_cart_component__cart-container{
	overflow-y: auto;
	max-height: 50vh;
	position: relative;
	z-index: 1;
	padding: 15px;
	border-radius: 10px;
	background: #ffffff;
}
.gt3_header_builder_cart_component__cart:before,
.gt3_header_builder_cart_component__cart:after{
	content: '';
	position: absolute;
	top: -10px;
	right: 29px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	z-index: 2;
}
.gt3_header_builder_cart_component__cart:after{
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgba(232, 232, 232, 0.65);
	z-index: 0;
	right: 27px;
	top: -11px;
}
.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{
	content: '';
	position: absolute;
	top: 100%;
	right: -10px;
	height: 8px;
	width: 40px;
}
.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{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
.gt3_header_builder_cart_component ul.cart_list li img{
	float: left;
	margin-right: 10px;
	margin-left: 0;
	width: 50px;
}
.gt3_header_builder_cart_component ul.cart_list li{
	margin: 0;
	list-style: none;
	position: relative;
	padding-right: 20px;
	border-bottom: 1px solid #e2e3dc;
	padding: 10px 0;
}
.gt3_header_builder_cart_component ul.cart_list li.empty{
	margin-bottom: -12px;
	display: block;
	border-bottom: 0;
	margin-top: 12px;
}
.gt3_header_builder_cart_component ul.cart_list li a {
	display: block;
	font-weight: 500;
	line-height: 1.3;
	font-size: 0.9em;
}
.gt3_header_builder_cart_component ul.cart_list li:after{
	content: '';
	display: table;
	clear: both;
}
.gt3_header_builder_cart_component ul.cart_list,
.gt3_header_builder_cart_component ul.product_list_widget{
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	margin-top: -10px;
	list-style: none;
}
.gt3_header_builder_cart_component__cart-container .total{
	margin-bottom: 10px;
}
.cart_list.product_list_widget a.remove{
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	text-decoration: none;
	font-weight: 400;
	border: 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
}
.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{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 500;
	line-height: 21px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	padding: 4px 12px;
	margin: 3px;
	background-color: #e5625e;
	border-color: #e5625e;
}
.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce.widget_shopping_cart .buttons a.checkout,
.gt3_header_builder_cart_component .buttons .button.checkout{
	background-color: #b1ba85;
	border-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 {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-top-color: rgba(232, 232, 232, 0.8);
	border-left-color: rgba(232, 232, 232, 0.8);
}
.gt3_menu_label{
	margin-left: 10px;
	font-size: 11px;
	line-height: 14px;
	vertical-align: middle;
	display: inline-block;
	padding: 1px 4px 0 !important;
}
.gt3_menu_label:after{
	display: none;
}
/* end woo mini cart */


/* APPOINTMENTS */
body .booked-calendar-wrap table.booked-calendar th {
	padding: 2.2rem 0 !important;
}
body .booked-calendar-wrap table.booked-calendar td.next-month .date,
body .booked-calendar-wrap table.booked-calendar td.prev-month .date {
	background-color: #fbfdff;
}
body .booked-calendar-wrap table.booked-calendar td.prev-date .date,
body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
	background: transparent !important;
}
body .booked-calendar-wrap table.booked-calendar tr.week td:first-child {
	border-left: 1px solid #d9e0e4;
}
body .booked-calendar-wrap table.booked-calendar tr.week td  {
	border-right: 1px solid #d9e0e4;
	border-bottom: 1px solid #d9e0e4;
}
body .booked-calendar-wrap table.booked-calendar tr.week td.active {
	border-bottom: 1px solid #f8fbff;
	background-color: transparent;
}
body .booked-calendar-wrap table.booked-calendar tr.week td.active span {
	border-bottom: none;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right,
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left {
	top: calc(50% - 22px);
	margin-top: 0;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left:hover {
	left: 20px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right:hover {
	right: 20px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right:hover {
	right: 0;
}
body .widget .booked-calendar-wrap.small table.booked-calendar thead th .page-right {
	right: 0;
}
body .widget .booked-calendar-wrap.small table.booked-calendar thead th .page-left {
	left: 0;
}
body .widget .booked-calendar-wrap .booked-icon {
	margin-top: 1px;
}
body .widget table.booked-calendar .booked-appt-list .timeslot button .spots-available,
body .widget .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available {
	color: inherit;
}
body .widget .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date .number {
	transform: scale(1);
}
body .widget .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date,
body .widget .booked-calendar-wrap.small table.booked-calendar td.today.active:hover .date span {
	background-color: #f8fbff !important;
}
body .widget table.booked-calendar thead th .page-right,
body .widget table.booked-calendar thead th .page-left {
	border: none;
	background-color: transparent;
}
body .widget .page-left .booked-icon-arrow-left::before,
body .widget .page-right .booked-icon-arrow-right::before {
	transition: 0.5s all;
}
body .widget .page-right:hover .booked-icon-arrow-right::before,
body .widget .page-left:hover .booked-icon-arrow-left::before {
	opacity: 0.5;
	background-position: center top;
	transition: 0.5s all;
}
body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.week td.active:hover .date,
body table.booked-calendar tr.entryBlock {
	background-color: #f8fbff;
}
body table.booked-calendar td:hover .date span {
    background-color: transparent;
    border: 1px solid #eb5e6e;
}
body table.booked-calendar td.today .date span{
	border: 1px solid;
}
body table.booked-calendar td.today.prev-date .date span{
	color: #2b3152 !important;
}
body .widget table.booked-calendar td:hover .date span {
	color: #000;
}
body .booked-calendar-wrap table.booked-calendar th .monthName {
	font-family: 'Montserrat';
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0;
	height: auto;
}
body .booked-calendar-wrap table.booked-calendar td .date .number {
	font-size: 22px;
	line-height: 3rem;
     border-color: #eb5e6e !important;
}
body .booked-calendar-wrap table.booked-calendar td.prev-date .date,
body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
	background-color: #fbfbfb !important;
}

body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
	background-color: #eb5e6e !important;
}
body .booked-calendar-wrap table.booked-calendar tr.days th {
	font-weight: 400;
	font-size: 14px;
}
body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.week td.active:hover .date,
body table.booked-calendar tr.entryBlock {
	background: #fbfbfb;
}
body table.booked-calendar .booked-appt-list.shown .timeslot .timeslot-people button.new-appt:hover,
body .booked-modal input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary{
	border-color: #eb5e6e !important;
	background-color: #eb5e6e !important;
}
body table.booked-calendar td.next-month:hover .date span,
body table.booked-calendar td.prev-month:hover .date span{
	    color: #27323d;
}
body table.booked-calendar td.today:hover .date span{
	background-color: #eb5e6e !important;
}
body table.booked-calendar td:hover .date span{
	color: #27323d;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
	font-family: inherit;
	background-color: transparent !important;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	padding: 5px 22px;
	cursor: pointer;
	transition: 0.5s all;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover,
body table.booked-calendar td.today.prev-date:hover .date span {
	color: #fff !important;
	transition: 0.5s all;
}
body table.booked-calendar thead th .page-left {
	transform: rotate(45deg);
}
body table.booked-calendar thead th .page-right{
	transform: rotate(225deg);
}
body table.booked-calendar th .page-right {
	left: auto;
	right: 270px;
}
body table.booked-calendar th .page-right:hover {
	right: 270px;
}
body table.booked-calendar th .page-left {
	right: auto;
	left: 297px;
}
body table.booked-calendar th .page-left:hover {
	left: 297px;
}
.page-left:hover,
.page-right:hover {
	background-color: #fff;
}
.booked-calendar-wrap .booked-calendar tr th .page-left:before ,
.booked-calendar-wrap .booked-calendar tr th .page-right:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -3px;
    transition: 0.5s all;
}
.booked-calendar-wrap .booked-calendar tr th .page-left:before {
	content: '';
  	width: 23px;
    border: 2px solid;
    height: 23px;
    border-color: rgba(255, 255, 255, 0.5);
    transform: skew(15deg,15deg) translate(20px, 15px);
    border-top-color: transparent;
    border-right-color: transparent;
}
.booked-calendar-wrap .booked-calendar tr th .page-right:before {
	content: '';
  	width: 23px;
    border: 2px solid;
    height: 23px;
    border-color: rgba(255, 255, 255, 0.5);
    transform: skew(15deg,15deg) translate(35px,-23px);
    border-top-color: transparent;
    border-right-color: transparent;
}
i.booked-icon.booked-icon-arrow-right,
i.booked-icon.booked-icon-arrow-left {
    display: none;
}
.page-left:hover {
	background-color: #fff;
}
body table.booked-calendar th .monthName {
	vertical-align: middle;
}
body table.booked-calendar th .monthName a {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.booked-calendar-wrap .booked-calendar tr th .page-right:before{
		top: calc(50% - 25px);
		right: 20px;
	}
	.booked-calendar-wrap .booked-calendar tr th .page-left:before{
		left: 65px;
		transform: skew(15deg,15deg) translate(-55px, 15px);
	}
}

/* B L O G */
.gt3_module_blog,
.gt3_module_featured_posts {
	text-align: left;
}
.gt3_module_featured_posts .gt3_module_title .external_link{
	font-weight: 400;
}
.gt3_module_featured_posts .blog_post_preview.format-quote .blog_post_media {
	padding-top: 0;
}
.blog_alignment_center {
	text-align: center;
}
.blog_alignment_right {
	text-align: right;
}
.blog_alignment_justify {
	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-left: 0;
	padding-right: 0;
}
.hidden_block {
	display: none !important;
}
.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-left: 15px;
	padding-right: 15px;
}
.gt3_module_carousel .spacing_beetween_items_25 .item_wrapper {
	padding-left: 12.5px;
	padding-right: 12.5px;
}
.gt3_module_carousel .spacing_beetween_items_20 .item_wrapper {
	padding-left: 10px;
	padding-right: 10px;
}
.gt3_module_carousel .spacing_beetween_items_15 .item_wrapper {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.gt3_module_carousel .spacing_beetween_items_10 .item_wrapper {
	padding-left: 5px;
	padding-right: 5px;
}
.gt3_module_carousel .spacing_beetween_items_5 .item_wrapper {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_30 .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}
.gt3_module_featured_posts .spacing_beetween_items_25 .slick-list {
	margin-left: -12.5px;
	margin-right: -12.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_20 .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}
.gt3_module_featured_posts .spacing_beetween_items_15 .slick-list {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_10 .slick-list {
	margin-left: -5px;
	margin-right: -5px;
}
.gt3_module_featured_posts .spacing_beetween_items_5 .slick-list {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.isotope_blog_items {
	margin-top: 0 !important;
}
.isotope_blog_items .item_wrapper {
	padding-top: 0 !important;
}
.isotope_blog_items .blog_post_preview {
	margin-right: 0 !important;
	float: left;
}
.items2 .blog_post_preview,
.items3 .blog_post_preview,
.items4 .blog_post_preview {
	display: inline-block;
	vertical-align: top;
	margin-right: -6px;
}
.items2 .blog_post_preview {
	width: calc(50% - 0.5px);
}
.items3 .blog_post_preview {
	width: calc(33.3333% - 0.5px);
}
.items4 .blog_post_preview {
	width: calc(25% - 0.5px);
}
.blog_post_preview.element,
.gt3_module_carousel .blog_post_preview {
	margin-right: 0;
}
.per_column_wrap .blog_post_preview {
	width: 100%;
	display: block;
	margin-right: 0;
}
.blog_post_media {
	margin-bottom: 34px;
	position: relative;
}
.blog_post_media > img {
	max-width: 100%;
	height: auto;
}
.format-video .blog_post_media,
.format-audio .blog_post_media {
	width: 100%;
	position: relative;
	padding-bottom: 62%;
}
.format-audio .blog_post_media {
	padding-bottom: 110px;
}
.format-video .blog_post_media iframe,
.format-audio .blog_post_media iframe {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.blog_post_preview {
	margin-bottom: 50px;
}
.blog_post_preview.format-standard,
.blog_post_preview.format-audio,
.blog_post_preview.format-quote,
.blog_post_preview.format-link {
	margin-bottom: 60px;
}
.blog_post_preview.format-quote .blog_post_media {
	padding-top: 10px;
}
.blog_post_preview.format-quote .post_media_info {
	text-align: left;
    font-weight: 300;
    padding-left: 45px;
    letter-spacing: 1.5px;
}

blockquote:before,
.post-quote-icon:before {
    content: "​‌“";
    position: absolute;
	display: inline-block;
    left: -5px;
    top: 8px;
    font-size: 80px;
    font-weight: 500;
    font-style: italic;
    width: auto;
    height: auto;
    background-color: transparent;
}
.search .listing_meta {
	margin-bottom: 15px;
}
.listing_meta {
	margin-bottom: 10px;
	line-height: 16px;
}
.single_meta .item_wrapper .blog_content .listing_meta + *:not(.blogpost_title){
	margin-top: 22px;
}
.listing_meta * {
	font-weight: 400;
	font-size: 14px;
}
.listing_meta span a:hover {
	color: inherit;
}
.gt3_module_featured_posts .listing_meta * {
	text-transform: none;
}
.gt3_module_featured_posts .blogpost_title {
	font-size: 30px;
	line-height: 42px;
}
.listing_meta span {
	display: inline-block;
	vertical-align: top;
}
.listing_meta span:after {
	content: '|';
	padding: 0 5px 0 6px;
}
.listing_meta span:last-child:after {
	display: none;
}
.blogpost_title {
	margin-top: 0;
	margin-bottom: 17px;
	position: relative;
	font-weight: 600;
}
.blogpost_title a {
	font-weight: inherit;
	line-height: inherit;
}
.format-audio .blogpost_title {
	margin-bottom: 28px;
}
.blog_post_preview.format-quote .blogpost_title {
	text-align: left;
}
.blog_post_preview.format-quote .blogpost_title .fa {
	display: block;
	text-align: center;
}
.gt3_module_featured_posts .blogpost_title i {
	margin-right: 12px;
}
.blogpost_title i {
    margin-right: 15px;
}
.format-quote.blog_post_preview {
	padding-bottom: 11px;
}
.format-quote.blog_post_preview .blogpost_title {
	font-size: 30px;
	line-height: 48px;
	font-weight: 300;
	margin-bottom: 17px;
	padding-left: 45px;
}
.post_media_info {
	margin-bottom: 3px;
	position: relative;
}
.format-standard .blog_content,
.format-audio .blog_content,
.format-quote .blog_content,
.format-link .blog_content {
	padding: 50px 50px 40px 50px;
	background: #fafafc;
}
.blog_content p {
	margin-bottom: 17px;
}
.blog_content .clear.post_clear {
	margin-top: 24px;
}
.format-link.blog_post_preview .blogpost_title {
	padding-top: 10px;
}
body.wpb-js-composer .format-link.blog_post_preview .blogpost_title i {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
}
body.wpb-js-composer .format-link.blog_post_preview .blogpost_title a {
	vertical-align: middle;
	font-size: 30px !important;
	line-height: 48px;
	font-weight: 300;
}
body.wpb-js-composer .gt3_module_featured_posts .format-link.blog_post_preview .blogpost_title {
	margin-bottom: 10px;
}
body.wpb-js-composer .gt3_module_featured_posts .format-link.blog_post_preview .blogpost_title a {
	font-size: 24px !important;
	line-height: 28px;
	font-weight: 600;
	text-align: left;
}

/* Gt3 module featured posts */
.gt3_module_featured_posts .blog_post_media {
	margin-bottom: 0;
	padding-bottom: 0;
}

.gt3_module_featured_posts .blog_content {
	padding: 0;
	background: none;
}

.gt3_module_featured_posts .blogpost_title {
	display: inline-block;
	vertical-align: top;
}

.featured_post_info {
	padding: 26px 0 27px 0;
}

.featured_post_info.boxed_view {
	padding-left: 30px;
	padding-right: 30px;
	background: #fff;
}

.featured_post_info .learn_more {
	float: none;
}

.featured_post_info .blogpost_title {
	margin-top: 0;
    word-break: break-word;
}

/* type2 */
.blog_type2 .blog_content {
	padding-top: 5px;
}

.blog_type2 .has_post_thumb .blog_content {
	position: relative;
	padding-left: 170px;
	min-height: 135px;
}

.blog_type2 .has_post_thumb .blog_post_media {
	position: absolute;
	left: 0;
	top: 5px;
	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: 8px;
}

/* 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,
.blog_post_preview .blog_content .blog_post_media span {
	position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 0;
    line-height: 0;
    z-index: 35;
}

.blog_type3 .blog_post_media span a,
.blog_post_preview .blog_content .blog_post_media span a {
	line-height: 15px;
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	vertical-align: top;
	margin: 5px 5px 0 0;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.blog_type3 .blog_post_media span a:hover,
.blog_post_preview .blog_content .blog_post_media span a:hover {
	background: rgba(39,50,61, 0.7);
}

.blog_type3 .featured_post_info {
	padding: 35px 0 20px 0;
}

.blog_type3 .featured_post_info.boxed_view {
	padding-left: 40px;
	padding-right: 40px;
    background-color: #fafafc;
}
.blog_type3 .without_post_thumb .featured_post_info {
	padding: 35px 0 24px 0;
}

.blog_type3 .without_post_thumb .featured_post_info.boxed_view {
	padding-left: 50px;
	padding-right: 50px;
}

.blog_type3 .listing_meta,
.blog_type3 .blogpost_title,
.blog_type4 .listing_meta,
.blog_type4 .blogpost_title {
	margin-bottom: 7px;
}

.single .blog_type4 .blogpost_title {
	margin-bottom: 12px;
}

.blog_type4 .featured_post_info.boxed_view {
    padding-bottom: 54px;
}
.blog_type3 .blog_content p {
	padding-top: 2px;
	margin-bottom: 9px;
}

.blog_type4 .blog_content p {
	padding-top: 6px;
	margin-bottom: 0;
}

.blog_type4 .blog_content .learn_more {
	margin-top: 8px;
}

/* type1 */
.blog_type1 .blog_post_preview,
.blog_type1 .featured_post_info {
	padding: 0;
	margin: 0;
}

.blog_type1 .listing_meta {
	margin-bottom: 7px;
}

.blog_type1 .blog_post_preview {
	padding: 0 0 22px 0;
	margin-bottom: 22px;
	position: relative;
}

.blog_type1 .blogpost_title {
	margin-bottom: 0;
	padding: 0;
	display: block;
}

.blog_type1 .blog_post_preview:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	content: '';
	opacity: 0.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-left: 0;
	margin-right: 0;
}

.blogpost_title a span {
	display: none;
}

.blog_type1 .blogpost_title a span {
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	opacity: 0.45;
	height: 0;
}

.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;
}

.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: 15px;
	margin-bottom: 15px;
}
.blog_post_preview.format-link .blog_post_media{
	position: relative;
	font-family: inherit;
    font-weight: inherit;
    font-size: 1.875em;
    line-height: 1.4;
    color: inherit;
    margin: 0;
}
.blog_post_preview.format-link .blog_post_media i{
	opacity: 1;
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0;
    word-spacing: 0;
    margin: 0 20px 0 1px;
}
.without_post_thumb .featured_post_info.boxed_view {
    word-break: break-word;
}
/* single post */
.single #main_content > .blog_post_preview {
	margin-bottom: 45px;
}
.single #main_content > .blog_post_preview .blog_content {
	padding: 0;
	margin: 0;
	background: none;
}
.blog_post_preview .blog_content > ul,
.blog_post_preview .blog_content > ol {
	overflow: hidden;
}
.blog_post_preview .blog_content > ul {
	padding-bottom: 17px;
}
.blog_post_preview .blog_content > ol {
	margin-bottom: 17px;
}
.single .post_info {
	padding-top: 4px;
}

/* Comments */
#comments > h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 0px;
    z-index: 10;
    text-transform: capitalize;
    position: relative;
}
#comments:empty {
	padding-bottom: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#respond form#commentform {
	margin-left: -10px;
	margin-right: -10px;
}
#respond form#commentform [class*="span"],
#respond form#commentform > p {
	padding-left: 10px;
	padding-right: 10px;
}
#respond .form_field {
	width: 100%;
	margin-bottom: 20px;
}
#respond textarea {
	resize: none;
}
#respond #commentform label {
	display: none;
}
p.form-submit {
	margin-bottom:0;
}
.form-submit .gt3_submit_wrapper {
	display: inline-block;
	vertical-align: top;
	float: none;
}
p.comment-notes {
	margin-bottom: 30px;
}

ol.commentlist:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	content: '';
}
.main_wrapper ol {
    margin: 0 0 18px 0;
    padding: 0 0 0 17px;
    list-style: none;
    counter-reset: li;
}
.main_wrapper ol.commentlist,
.main_wrapper ol.commentlist li.comment > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_wrapper ol > li {
    list-style: none;
}
.main_wrapper ol li {
    counter-increment: li;
}
.main_wrapper ol.commentlist li.comment {
    padding: 0;
    margin: 0;
}

ol.commentlist li .stand_comment {
	padding: 25px 0 0px 0px;
	margin-bottom:0;
	border-top:1px #efefef solid;
}
ol.commentlist li .stand_comment:first-child {
    border: none;
}
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: 100px;
    padding-left: 100px;
    line-height: 1.6;
}
.listing_comment .commentava,
.main_wrapper ol.commentlist li .commentava {
    position: absolute;
    display: inline-block;
    width: 80px;
	z-index:5;
    vertical-align: top;
    left: 0px;
    top: 4px;
}
.listing_comment .commentava img,
ol.commentlist li .commentava img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    -webkit-border-radius:50%;
}
.comment_info {
	padding-right: 100px;
}
.comment_author_says {
	line-height: 22px;
	margin-bottom: 4px;
}
.comment_author_says,
.comment_author_says a {
	font-size: 16px;
	font-weight: 600;
}
.comment_info a,
#cancel-comment-reply-link {
	transition:color 0.3s;
	-webkit-transition:color 0.3s;
}
.comment_content p {
	margin-bottom: 0;
    line-height: 30px;
}
.comment_content blockquote p{
	line-height: 48px;
}
.comment_info .listing_meta {
	margin-bottom: 7px;
}
.comment-reply-link {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.learn_more,
.post_info,
.post_share > a {
	line-height: 21px;
}
.learn_more {
    display: inline-block;
    vertical-align: top;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    margin-bottom: 4px;
}
.blog_post_preview .learn_more{
	font-weight: 400;
}
.blog_post_preview .learn_more {
	float: left;
}
.gt3_module_blog .blog_post_preview .blog_content a.learn_more{
    border-bottom: 1px solid;
}
.gt3_module_title h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.comment-reply-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
div#respond.comment-respond {
    padding-top: 36px;
    padding-bottom: 0px;
}
.learn_more span,
.gt3_module_title .carousel_arrows a span,
.blog_type1 .blogpost_title a span {
	display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 1px;
    margin-left: 9px;
    position: relative;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.learn_more span:before,
.gt3_module_title .carousel_arrows a span:before,
.blog_type1 .blogpost_title a span:before {
	position: absolute;
    right: 0;
    top: -2px;
    width: 4px;
    height: 4px;
    content: '';
    z-index: 5;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-width: 1px;
    border-style: solid;
    border-left: none;
    border-top: none;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.gt3_module_title .carousel_arrows a.left_slick_arrow span:before {
	left: 0;
	right: auto;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.gt3_widget .gt3_social a:hover, .gt3_custom_text .gt3_social a:hover {
    text-decoration: underline;
}
.gt3_widget .gt3_social a{
 	font-weight: 400;
 	font-size: 14px;
 	color: inherit;
 }
.gt3_social a:not(:last-child) {
    padding-right: 30px;
}
/* Post prev_next links */
.prev_next_links {
	padding-top: 45px;
	padding-bottom: 67px;
	margin-top: 10px;
	border-top:1px #efefef solid;
}
.prev_next_links a {
	display: block;
	padding: 0;
	font-weight: 400;
	text-transform: none;
}
.prev_next_links a span,
.prev_next_links a b {
	display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;

}
.prev_next_links a b{
	font-size: 16px;
	font-weight: bold;
}
.prev_next_links .fleft a {
	text-align: left;
}
.prev_next_links .fright a {
	text-align: right;
}
.prev_next_links a b {
	padding-bottom: 2px;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	text-transform: none;
}
.post_info {
	float: right;
	display: block;
	margin-bottom: 4px;
}
.post_info > div:last-child {
	margin-left: 16px;
}
.post_share {
	position: relative;
}
.post_share > a {
	display: block;
	position: relative;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
.post_share > a:before {
	font-family: 'FontAwesome';
	font-weight:normal;
	content:"\f1e0";
	line-height: 21px;
	padding: 0 8px 0 0;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
.share_wrap {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 15px) !important;
	opacity: 0 !important;
	font-size: 0;
	line-height: 0;
	z-index:555;
	box-shadow: none;
	visibility: hidden;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background: #f2f2f2;
	width: 41px;
	padding-top: 8px;
	padding-bottom: 9px;
	text-align: center;
}
.share_wrap:before {
	content: "";
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: -17px;
	width: 100%;
}
.share_wrap:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	position: absolute;
	left: 13px;
	top: -7px;
	content: '';
	border-color: transparent transparent #f2f2f2 transparent;
}
.post_share:hover > .share_wrap {
	opacity: 1 !important;
	visibility: visible !important;
}
.share_wrap ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.share_wrap ul li {
	padding: 5px 5px 6px 5px;
	margin: 0;
	text-align: center;
	line-height: 25px;
}
.share_wrap ul li:before {
	display: none;
}
.share_wrap a span {
	display: block;
	line-height: 25px;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
.share_wrap a:hover .fa-twitter {
	color: #75bff7;
}
.share_wrap a:hover .fa-facebook {
	color: #0d4475;
}
.share_wrap a:hover .fa-pinterest {
	color: #eb3b3b;
}
.share_wrap a:hover .fa-instagram {
	color: #27323d;
}
.isotope .share_wrap {
	top: auto !important;
	bottom: calc(100% + 15px) !important;
}
.isotope .share_wrap:before {
	top: auto;
	bottom: -17px;
}
.isotope .share_wrap:after {
	border-width: 7px 7px 0 7px;
	top: auto;
	bottom: -7px;
	border-color: #f2f2f2 transparent transparent transparent;
}

/* contact widget */
.gt3-contact-widget {
	position: fixed;
	z-index: 1000;
	top: 30%;
	right: 0px;
	width: 300px;
	box-sizing: border-box;
	padding: 25px 30px 20px 30px;
	min-height: 220px;
	background-color: #f5f7f8;
	border-bottom-left-radius: 2px;
	-webkit-transform: translateX(100%);
	transition: transform 0.4s;
	transform: translateX(100%);
}
.gt3-contact-widget_label {
	cursor: pointer;
	position: absolute;
	transform-origin: 0 0;
	font-size: 16px;
	line-height: 34px;
	z-index: 1;
	padding: 10px 10px;
	color: #ffffff;
	left: 0;
	top: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-transform: rotate(-90deg) translate(-100%, -100%);
	transform: rotate(-90deg) translate(-100%, -100%);
}
.gt3-contact-widget_icon {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(90deg);
	width: 54px;
	height: 54px;
	background-color: rgba(255,255,255,0.1);
}
.gt3-contact-widget_icon img {
	width: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gt3-contact-widget_label.empty-title {
	width: 0;
	height: 0;
	padding: 0 !important;
}
.gt3-contact-widget_label.with-icon {
	padding-right: 64px;
}
.gt3-contact-widget.open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
/* ! contact widget*/

/* Likes */
.likes_block,
.post_share,
.likes_block span {
	display: inline-block;
	vertical-align: top;
	line-height: 21px;
}
.likes_block {
	cursor: pointer;
}
.likes_block.already_liked {
	cursor: default;
}
.like_count {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

/* Pager Block */
ul.pagerblock {
	margin:0;
	padding:0 0 30px 0;
	list-style:none;
	clear: both;
}
ul.pagerblock li:before,
ul.pagerblock li:after {
	display: none;
}
ul.pagerblock li {
	display: inline-block;
	vertical-align:top;
	margin: 0 4px 4px 0;
	padding: 0;
}
ul.pagerblock li a,
ul.pagerblock li span {
	display:block;
	font-size: 16px;
	height:40px;
	width: 40px;
	line-height:39px;
	border:none;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	text-transform: uppercase;
	background: #f6f6f9;
	text-align: center;
	font-weight: 500;
	border-radius: 3px;
}
ul.pagerblock li a.current {
	cursor:default;
}
.pagerblock li a:hover,
.pagerblock li a:focus,
ul.pagerblock li a.current,
ul.pagerblock li span {
	color: #fff;
}

/* WIDGET STYLES */
aside > .widget + .widget,
.main_footer .widget + .widget {
	margin-top: 26px;
}
.widget .recent_posts_content .post_title a {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.sidebar .widget_search .search_form .search_text {
	width: 100%;
	height: 45px;
	padding: 15px;
	padding-right: 60px;
	border:none;
	outline: none;
	border-radius: 2px;
	box-sizing: border-box;
}
.widget_search .search_form {
	position: relative;
	z-index: 1;
}
.widget_search .search_form .search_submit,
.widget_search .search_form:before {
	font-size: 0;
	width: 50px;
	height: 45px;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.sidebar .widget_search .search_form {
	border: 1px solid #eff2f7;
	border-radius: 3px;
}
.sidebar .widget_search .search_form .search_text {
	background-color: #fafafc;
}
.widget_search .search_form:before {
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	text-align: center;
	line-height: 45px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	opacity: 1;
	transition: 0.5s all;
}
.widget-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 14px;
}
.widget-title .rsswidget {
	vertical-align: middle;
	display: inline-block;
	line-height: 0;
}
.widget_search .widget-title {
	border-bottom: 0;
	margin-bottom: 0;
}
.widget .calendar_wrap table {
	width: 100%;
}
.widget .calendar_wrap table td {
	text-align: center;
}
body .widget  table.booked-calendar td .date .number {
	font-size: 14px;
}
.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 {
	transition: color 400ms;
}
.widget.widget_nav_menu ul li:hover > a {
	transition: 0.5s all;
}
.widget.widget_nav_menu ul li:hover > a::before {
	transition: 0.5s all;
}
.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 {
	font-weight: 400;
}
.widget.widget_categories ul li a {
	font-weight: 400;
}
body .widget.widget_categories ul li:hover::before {
	transition: 0.5s all;
}
.widget_categories ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget.gt3_widget.widget_categories ul,
.widget.gt3_widget.widget_categories ul li,
.widget.gt3_widget.widget_archive ul,
.widget.gt3_widget.widget_archive ul li,
.widget.gt3_widget.widget_pages ul,
.widget.gt3_widget.widget_meta ul,
.widget.gt3_widget.widget_pages ul li,
.widget.gt3_widget.widget_recent_comments ul,
.widget.gt3_widget.widget_recent_comments ul li,
.widget.gt3_widget.widget_recent_entries ul,
.widget.gt3_widget.widget_recent_entries ul li,
.widget.gt3_widget.widget_rss ul,
.widget.gt3_widget.widget_rss ul li,
.widget.gt3_widget.widget_meta ul li{
    padding-left: 0;
}

.widget.gt3_widget.widget_categories ul li ul li,
.widget.gt3_widget.widget_archive ul li ul li,
.widget.gt3_widget.widget_pages ul li ul li,
.widget.gt3_widget.widget_meta ul li ul li,
.widget.gt3_widget.widget_recent_comments ul li ul li,
.widget.gt3_widget.widget_rss ul li ul li,
.widget.gt3_widget.widget_recent_entries ul li ul li{
	padding: 0 0 10px 6px;
}
.widget.gt3_widget.widget_categories ul li ul,
.widget.gt3_widget.widget_archive ul li ul,
.widget.gt3_widget.widget_pages ul li ul li,
.widget.gt3_widget.widget_meta ul li ul li,
.widget.gt3_widget.widget_recent_entries ul li ul li,
.widget.gt3_widget.widget_recent_comments ul li ul li,
.widget.gt3_widget.widget_rss ul li ul li {
    padding-left: 11px;
}
.widget.widget_recent_entries li:after {
	content: '';
	clear: both;
	display: table;
}
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date {
	font-size: 0.8em;
	float: right;
}
.widget.widget_posts .recent_posts {
	padding: 0;
	padding-top: 6px;
}
.widget.widget_posts .recent_posts li {
	padding: 0;
}
.widget.widget_posts .recent_posts li + li {
	margin-top: 20px;
}
.widget.widget_posts .recent_posts li:after {
	content: '';
	clear: both;
	display: table;
}
.widget.widget_posts .recent_posts li:before {
	display: none;
}
.widget.widget_posts .recent_posts img {
	float: left;
	margin-right: 15px;
	max-width: 85px;
}
.recent_posts_content .listing_meta {
	margin-top: 3px;
	margin-bottom: 0;
	line-height: 1.6;
}
.recent_posts_content .recent_post__cont {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 3px;
    display: none;
}
.widget.widget_posts .recent_posts .post_title {
	line-height: 1.4;
}
.widget_flickr:after {
	content: '';
	clear: both;
	display: table;
}
.coming-soon-soc span:hover {
	text-decoration: underline;
}
.main_footer .widget-title {
	font-size: inherit;
	line-height: inherit;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.flickr_widget_wrapper {
	margin-right: -10px;
}
.flickr_widget_wrapper .flickr_badge_image {
	width: calc(33.33% - 10px);
	height: calc(33.33% - 10px);
	max-width: 120px;
	max-height: 120px;
	position: relative;
	z-index: 1;
}
.flickr_badge_image > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	z-index: 1;
	opacity: 0;
	transition: opacity 300ms;
}
.flickr_badge_image > a:hover:before {
	opacity: 0.3;
}
.calendar_wrap {
	border: 1px solid #f2f2f2;
}
.calendar_wrap caption {
	font-size: 18px;
	line-height: 2.25;
	color: #ffffff;
	border-bottom: 1px solid transparent;
}
.widget .calendar_wrap table td#today {
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.widget .calendar_wrap table td#prev {
	text-align: left;
	padding-left: 10px;
}
.widget .calendar_wrap table td#next {
	text-align: right;
	padding-right: 10px;
}
.widget .calendar_wrap tbody td > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	color: inherit;
}
.widget .calendar_wrap table td#today:before {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-width: 1px;
	border-style: solid;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.widget .calendar_wrap tbody td > a:before {
	content: '';
	position: absolute;
	width: 29px;
	height: 28px;
	z-index: -1;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -14px;
	border-radius: 50%;
}
.widget.gt3_widget.widget_search{
	padding-bottom: 20px;
}
/* Tag Cloud */
.tagcloud {
	overflow: hidden;
	margin: 0 -5px 0 0;
}
.tagcloud a {
	font-size: 14px !important;
	line-height: 20px !important;
	text-transform: lowercase;
	font-weight: 400;
	position:relative;
	display: inline-block;
	vertical-align:top;
	margin: 0 1px 5px 0;
	padding:5px 10px 5px 10px;
	font-style: normal;
	border-radius: 2px;
	border:none;
	color: inherit;
	background-color:#fafafc;
	transition: all 300ms;
}
.tagcloud a:hover {
	color: #fff;
}
footer .tagcloud a{
	color: initial;
}

/* Instagram */
.widget #sb_instagram {
	padding: 9px 0 0 0 !important;
}
.widget #sbi_images {
	margin: 0 0 0 -9px !important;
	padding: 0 !important;
	width: calc(100% + 9px) !important;
}
.widget #sb_instagram #sbi_images .sbi_item {
	padding: 0 0 9px 9px !important;
	border: none !important;
	margin: 0 !important;
}
.widget #sb_instagram .sbi_photo_wrap a {
	position: relative;
}

/* Text Widget */
.textwidget p {
	text-align: left;
}
.textwidget img {
	margin: 0 auto 25px auto;
	vertical-align: top;
	max-width: 100%;
}
.textwidget img.rounded {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.textwidget a img {
	margin: 0 auto;
}

/* Dropcap */
.dropcap {
	display:block;
	float:left;
	font-size:3.75em;
	line-height: inherit;
	margin:14px 29px 0 0;
	width:auto;
	height:auto;
	text-transform:uppercase;
	font-weight: 700;
}
.footer-mail{
	text-align: center;
}
.footer-mail label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.footer-mail .your-email {
    max-width: 445px;
    float: left;
}
.footer-mail .your-email .wpcf7-form-control {
    padding: 16px 20px;
    color: #939ca7;
    background-color: #2d3949;
    border: none;
}
.footer-mail .wpcf7-form-control[type="submit"] {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 18px 23px;
}
.footer-mail .wpcf7-form-control[type="submit"] {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.footer-mail .wpcf7-form-control-wrap{
	margin-bottom: 0;
}
div.wpcf7 .ajax-loader{
	width: 0;
    height: 0;
    border: none;
    padding: 0;
    margin: 0;
}
/* footer widget style */
.main_footer .footer-logo {
	margin-top: 10px;
}
.menu-footer-menu-container ul.menu li {
	margin-bottom: 6px;
}
.menu-footer-menu-container ul.menu li.menu-item a {
	letter-spacing: 0;
    padding-right: 31px;
}
.menu-footer-menu-container ul.menu li.menu-item a::before {
	display: none;
}
.top_footer {
	font-weight: 400;
}
.top_footer .widget_nav_menu .menu .menu-item {
	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 .menu-item {
	padding-left: 10px;
}
.top_footer .widget_nav_menu .menu .menu-item .sub-menu {
	padding-top: 0px;
}
.top_footer .widget_nav_menu .menu .menu-item  + .menu-item {
	border-top: none;
}
footer .widget .calendar_wrap table td#today:before{
	content: '';
	display: none;
}
/* end footer widget style  */

/* END WIDGET STYLES */

::-moz-selection {
	color: #ffffff;
}
::selection {
	color: #ffffff;
}

/* page 404 */
.wrapper_404 {
	padding: 70px 0;
	min-height: 67vh;
	position: relative;
	white-space: nowrap;
	text-align: center;
}
.wrapper_404::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 60vh;
}
.wrapper_404 .number_404 {
	font-size: 172px;
	line-height: 1;
	font-weight: 500;
}
.wrapper_404 .number_404.with_image {
	margin-bottom: 37px;
}
.wrapper_404 .number_404__subtitle {
	font-size: 30px;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 9px;
}
.wrapper_404 .number_404__text-info {
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0px;
	margin-bottom: 35px;
}
.wrapper_404 .number_404__btn a {
	border-width: 1px;
	border-style: solid;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.number_404__search {
	text-align: center;
}
.number_404__search .search_form {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	max-width: 390px;
}
.number_404__search .search_form .search_text {
	width: 100%;
	height: 50px;
	padding: 10px 58px 10px 17px;
	background-color: #fafcff;
	border: 1px solid #eff2f7;
	border-radius: 3px;
}
.number_404__search .search_form .search_text::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}
.number_404__search .search_form .search_text::-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}
.number_404__search .search_form .search_text:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}
.number_404__search .search_form .search_text:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}
.number_404__search .search_form .search_submit {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 58px;
	font-size: 0;
	background: url('../img/search_icon.png') no-repeat center center;
	border: none;
	transition: 0.5s all;
}
.number_404__search .search_form .search_submit:hover {
	opacity: 0.4;
	transition: 0.5s all;
}
.container_vertical_wrapper {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
}
.text-uppercase {
	text-transform: uppercase;
}
.rounded_r3 {
	border-radius: 3px;
}
span.highlighter {
	padding-left: 2px;
	padding-right: 2px;
}

/* Map */
#map-canvas {
	width: 100%;
	position: relative;
	padding-bottom: 42.3%;
	box-shadow: 0 0 15px rgba(0,0,0, 0.13);
}
#map-canvas > div {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
#map-canvas img {
	max-width: none;
	max-height:none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}

/* back_to_top */
#back_to_top{
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    z-index: 99;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background-color: #fafafa;
    opacity: 0;
    cursor: pointer;
    transform: translateY(140%);
    -webkit-transform: translateY(140%);
    -moz-transform: translateY(140%);
    -ms-transform: translateY(140%);
    transition: all 400ms;
}
#back_to_top.show{
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
}

#back_to_top:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 1px;
}
#back_to_top:before{
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 23px;
    width: 0;
    height: 13px;
    border-left-width: 1px;
    border-left-style: solid;
}
#back_to_top:after{
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 21px;
    width: 4px;
    height: 4px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* end back_to_top */

/* RS Slider */
.gt3_custom_button {
	letter-spacing: 1px;
}
.gt3_custom_button i {
	font-size: 17px;
	padding: 1px 3px 0 3px;
	display: inline-block;
	vertical-align: top;
	line-height: 23px;
}
.gt3_custom_button:hover i {
	color: #fff;
}
.tp-bullets.custom .tp-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: none;
	border: 2px solid #fff;
	opacity: 1;
}
.tp-bullets.custom .tp-bullet.selected {
	background: #fff;
}
.gt3pg_photo_gallery {
	padding-top: 15px;
	padding-bottom: 20px;
}
.pp_block h2 {
	margin-bottom: 30px;
}
.search_result_form,
.post-password-form {
	max-width: 500px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}
.search_result_form .search_text,
.post-password-form input[type=password] {
	width: 100%;
	margin-bottom: 20px;
}
.search_result_form form.search_form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    max-width: 390px;
}
.search_result_form .search_text{
	margin-bottom: 30px;
    width: 100%;
    height: 50px;
    padding: 10px 58px 10px 17px;
    background-color: #fafcff;
    border: 1px solid #eff2f7;
    border-radius: 3px;
}
.search_result_form form.search_form .search_submit {
 	border-width: 1px;
    border-style: solid;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
 }
 .wrapper_404 .pp_container label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    max-width: 390px;
}
.wrapper_404 .pp_container .post-password-form input[type=password]{
	width: 100%;
    height: 50px;
    padding: 10px 58px 10px 17px;
    background-color: #fafcff;
    border: 1px solid #eff2f7;
    border-radius: 3px;
}
.wrapper_404 .pp_container .post-password-form input[type="submit"]{
	border-width: 1px;
    border-style: solid;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
/* GT3 Custom CSS */
.wpb_gallery.wpb_content_element ol > li:before,
.wpb_gallery.wpb_content_element ul li:before {
    list-style: none;
    display: none;
}
.gt3_custom_counter_border {
	overflow: hidden;
}
.gt3_custom_counter_border > div {
	margin-top: -1px;
	margin-left: -1px;
}
.gt3_custom_counter_border > div .vc_column-inner {
	position: relative;
}
.gt3_custom_counter_border .gt3_module_counter {
	position: relative;
	padding: 63px 0 63px 40px;
}
.gt3_custom_counter_border .gt3_module_counter:after,
.gt3_custom_counter_border .gt3_module_counter:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(255,255,255, 0.23);
	content: '';
	display: block;
}
.gt3_custom_counter_border .gt3_module_counter:before {
	width: 100%;
	height: 1px;
	top: 0;
	bottom: auto;
}
.module_testimonial.small_bullet_space .slick-dots  {
	margin-top: 5px;
}
.module_testimonial.small_bullet_space.type1 .testimonials-text {
	margin-bottom: 15px !important;
}
.module_testimonial.small_bullet_space.type1 .testimonials_title {
	margin-bottom: 40px !important;
}
.custom-list-01 {
	padding-left: 28px;
}
.main_wrapper .custom-list-01 li {
	margin-bottom: 21px;
}
.main_wrapper .custom-list-01 li::before {
	color: #fff;
	line-height: 0.38em;
}
.countdown_wrapper .countdown  {
	text-align: center;
}
.page-link {
    clear: both;
}
.post-password-form input[type=password] {
	width: 100%;
	margin-bottom: 20px;
}
.post-password-form input[type=password]{
	margin-top: 5px;
    width: 100%;
    height: 50px;
    padding: 10px 58px 10px 17px;
    background-color: #fafcff;
    border: 1px solid #eff2f7;
    border-radius: 3px;
}
.post-password-form input[type="submit"]{
	border-width: 1px;
    border-style: solid;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.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{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.wrapper_404.pp_block h1 {
    font-size: calc(28px + 1vw);
    margin-bottom: 20px;
}
.wrapper_404.pp_block h2{
	font-size: 28px;
}
.wrapper_404.pp_block .container{
	width: 100%;
}
ol > li > ul{
	padding-left: 0;
}
/* GT3 Custom CSS End */
body.wpb-js-composer .featured_blog_post_01 .gt3_carousel_list .slick-next:focus,
body.wpb-js-composer .featured_blog_post_01 .gt3_carousel_list .slick-prev:focus {
    outline: none;
}
.commentlist > li.pingback .commentava {
  display: none;
  visibility: hidden;
}

.commentlist > li.pingback .stand_comment {
  padding-left: 0;
}

.main_wrapper ol.commentlist li .listing_comment .commentava {
	width: 70px;
	top: -12px;
}

ol.commentlist .pingback .thiscommentbody{
	padding-left: 0;
}
ol.commentlist .pingback{
	padding: 0;
    margin: 0;
}
ol.commentlist .pingback:before{
	display: none;
}

.gallery-caption {
	max-width: 100%;
}

.breadcrumbs a, .breadcrumbs span,
.woocommerce .woocommerce-breadcrumb a {
    padding: 0 3px;
    color: inherit;
}
.sidebar-container.span3 aside.sidebar .widget.gt3_widget.widget_nav_menu {
    padding-bottom: 40px;
}
footer.main_footer .widget_nav_menu .menu .menu-item a:before{
	display: none !important;
}
.main_wrapper ol.commentlist li.comment:before,
.main_wrapper ol.commentlist li.comment:after {
	display: none !important;
}
.widget_product_categories ul, .widget_nav_menu ul, .widget_archive ul, .widget_pages ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul {
    padding: 0 0 5px 0;
    margin: -13px 0 0;
}
.widget_product_categories ul li,
.widget_nav_menu ul li, .widget_archive ul li,
.widget_pages ul li, .widget_categories ul li,
.widget_recent_entries ul li,
.widget_meta ul li,
.widget_recent_comments ul li {
    position: relative;
    padding: 0 0 10px 15px;
    list-style: none;
    transition: padding 300ms;
}
.widget_product_categories ul li ul,
.widget_archive ul li ul,
.widget_pages ul li ul,
.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_meta ul li ul,
.widget_recent_comments ul li ul {
    padding: 10px 0 0 0;
    margin: 0;
}
.main_footer .widget.gt3_widget ul li:last-child,
.sidebar-container .widget.gt3_widget ul li:last-child {
    padding-bottom: 0;
}
.top_footer .widget_nav_menu .menu .menu-item:before,
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item:before {
	display: none;
}
.wp-caption {
    max-width: 100%;
}
/* Widgets */
.gt3_widget.widget_nav_menu .menu .menu-item {
	padding-top: 10px;
}
.gt3_widget.widget_nav_menu .menu .menu-item a:empty:before {
	display: none;
}
.gt3_widget.widget_nav_menu ul {
	margin-top: 0;
}
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_pages .widget-title,
.widget_meta .widget-title,
.widget_recent_comments .widget-title,
.widget_recent_entries .widget-title {
	padding-bottom: 27px;
}
.widget_archive select,
.widget_categories select {
	margin-top: -3px;
}
footer .widget.widget_archive select,
footer .widget_categories select,
footer .widget_text select{
    color: initial;
}
footer input[type="text"]{
    width: 100%;
    max-width: 100%;
}
.widget_calendar .widget-title,
.widget_search .widget-title,
.widget_tag_cloud .widget-title {
	padding-bottom: 23px;
}
.widget_nav_menu .widget-title {
	padding-bottom: 4px;
}
.widget_rss .widget-title a.rsswidget {
	font-weight: 600;
	font-size: 18px;
}
.widget_product_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_meta ul li:before,
.widget_recent_comments ul li:before,
.widget.widget_rss ul li:before,
.widget_nav_menu ul li a:before,
.main_wrapper ul li:before,
.main_footer ul li:before{
	content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    vertical-align: baseline;
}
/* tiny_mce*/

.gt3_styled_link.gt3_styled_link__underline {
    text-decoration: underline
}

.gt3_styled_link.gt3_styled_link__underline_on_hover:hover {
    text-decoration: underline
}

.gt3_dropcaps {
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    margin: 0 20px 0 0;
    float: left;
    font-weight: 900
}

.gt3_highlighter {
    padding: 2px 5px;
}

.gt3_secondary_font {
    font-size: 18px
}

.gt3_styled_list {
    list-style: none;
    padding-left: 20px
}

.gt3_styled_list .gt3_list__icon {
    margin-right: 10px
}

.gt3_styled_list li:before {
    display: none !important
}

.gt3_icon_link {
    display: inline-block;
    width: 1.6em;
    text-align: center
}

.gt3_styled_list {
    list-style: none;
    padding-left: 5px
}

.gt3_styled_list .gt3_list__icon {
    margin-right: 10px
}
.bottom_right.right.header_side .gt3_header_builder_component.gt3_header_builder_delimiter_component {
    margin-left: 15px;
}

.gt3_brands_list img {
    position: relative;
    z-index: 1;
    opacity: 0.51;
    transition: all 0.3s;
    cursor: pointer;
}
.gt3_brands_list .vc_single_image-wrapper img:hover{
    opacity: 1;
}
a.view_all_link.shortcode_button.btn_normal.btn_type1,
a.view_all_link.shortcode_button.btn_normal.btn_type2{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-right: 25px;
    font-weight: 400;
}
a.view_all_link.shortcode_button.btn_normal.btn_type1:before,
a.view_all_link.shortcode_button.btn_normal.btn_type2:before{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a.view_all_link.shortcode_button.btn_normal.btn_type1:after,
a.view_all_link.shortcode_button.btn_normal.btn_type2:after{
	content: "";
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    right: 0;
    width: 4px;
    height: 4px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* gt3_mask_image */
.gt3_mask_image{
	mask-mode: luminance;
    -webkit-mask-repeat: round;
    mask-repeat: round;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 2;
    position: relative;
}
.main_footer.gt3_mask_image {
    margin-top: -18px;
}
@media (max-width: 768px){
	.gt3_mask_image{
		-webkit-mask-repeat: repeat;
		mask-repeat: repeat;
	}
}
/* gt3_mask_image */
.gt3_mask_image{
	mask-mode: luminance;
    -webkit-mask-repeat: round;
    mask-repeat: round;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 2;
    position: relative;
}
.main_footer.gt3_mask_image {
    margin-top: -18px;
}
@media (max-width: 768px){
	.gt3_mask_image{
		-webkit-mask-repeat: repeat;
		mask-repeat: repeat;
	}
}
/* gt3_mask_image */
/* mailchimp content */
.mc_form_inside {
	text-align: center;
}
.mc_form_inside .mc_merge_var {
	max-width: 321px;
	min-width: 270px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}
.top_footer .mc_form_inside .mc_merge_var{
	max-width: 446px;
}
.mc_form_inside .mc_merge_var input,
.mc_form_inside .mc_signup_submit input  {
	width: 100%;
}
#mc_signup_submit {
	width: 100% !important;
	margin: 0 !important;
	color: #ffffff;
	border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 18px 23px;
}
.mc_form_inside #mc_signup_submit:hover {
	background-color: #ffffff;
}
.mc_form_inside .mc_signup_submit {
	max-width: 115px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-left: -5px;
}
.top_footer .mc_form_inside .mc_signup_submit {
	max-width: 125px;
}
#mc-indicates-required {
	display: none;
}
.mc_merge_var label {
	display: none;
}
#mc_signup_form .mc_input {
    padding: 16px 20px;
    color: #939ca7;
    background-color: #ffffff;
    border: none;
}
.top_footer #mc_signup_form .mc_input{
    background-color: #2d3949;
}
aside .mc_form_inside{
	text-align: left;
}
aside .mc_form_inside .mc_merge_var {
	max-width: 310px;
	max-width: calc(100% - 130px);
	min-width: 100px;
}
aside .mc_merge_var input[type="date"],
aside .mc_merge_var input[type="email"],
aside .mc_merge_var input[type="number"],
aside .mc_merge_var input[type="password"],
aside .mc_merge_var input[type="search"],
aside .mc_merge_var input[type="tel"],
aside .mc_merge_var input[type="text"],
aside .mc_merge_var input[type="url"],
aside .mc_merge_var select,
aside .mc_merge_var textarea{
	height: 40px;
	padding: 8px 18px;
	font-size: 0.8571em;
}
aside .mc_merge_var input[type="text"]{
	width: 100%;
}
aside .mc_form_inside .mc_signup_submit{
	max-width: 115px;
}
aside .mc_form_inside .mc_signup_submit #mc_signup_submit{
	height: 40px;
	padding: 5px;
	font-size: 12px;
}
@media only screen and (max-width: 768px) {
	aside .mc_form_inside .mc_merge_var {
		max-width: 100%;
		min-width: 100%;
	}
}
/* ! mailchimp content */
/* GT3 Custom CSS End */
