/*********************** STYLE.CSS INDEXES ***********************

*** normalize css ***

*** custom resets ***
*** whole site style ***
*** quick tools ***
*** site colors ***
*** font sizes ***
*** font weights ***
*** font family ***

*** site header ***
*** site footer ***

*********************** END STYLE.CSS INDEXES ***********************/



/*** normalize css ***/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*** end normalize css ***/

/*** custom resets ***/

a {
	text-decoration: none;
	color: inherit;
}
.btn{
	padding: 5px 20px;
	border-radius: 25px;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

textarea {
	resize: vertical;

}

/*** end resets ***/

/*** whole site style ***/

[data-af-custom-fonts="af-creatives-text"] {
    font-family: 'Assistant', sans-serif !important;
}

span.bt-br {
	display: block;
}

#content {
	outline: none;
}

.btba-jump-to-main-content {
	bottom: 150%;
}

body {
	font-size: 16px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	color: #272726;
}

body.modal-open {
	overflow: hidden;
	padding-right: 17px;
}

.breadcrumbs {
	margin: 15px 0;
	color: #999;
}

.container-1562,
.container-1366,
.container-1200,
.container-1075,
.container-1019,
.container-960,
.container {
	max-width: 100%;
	margin: 0 auto;
}

.container-1562 {
	width: 1565px;
}

.container-1366 {
	width: 1366px;
}

.container-1200 {
	width: 1200px;
}

.container-1075 {
	width: 1075px;
}

.container-1019 {
	width: 1019px;
}

.container-960 {
	width: 960px;
}

.container {
	width: 1350px;
}



@media (max-width: 1400px) {

	.container-1366,
	.container {
		width: 1200px;
	}

}

@media (max-width: 1250px) {

	.container-1366,
	.container-1200,
	.container {
		width: 1019px;
	}

}

@media (max-width: 1069px) {

	.container-1366,
	.container-1200,
	.container-1019,
	.container {
		width: 960px;
	}

}

@media (max-width: 1023px) {

	.container-1366,
	.container-1200,
	.container-1019,
	.container-960,
	.container {
		/* 		width: 85.63%; old*/
		width: 87.5%;
	}

}

.bt-lazy-load {
	width: 100% !important;
	height: 300px !important;
}

.modal-background {
	direction: ltr;

	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: rgba( 0,0,0,0.4 );
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-box {
	direction: rtl;

	width: 700px;
	margin-bottom: 30px;
	border-radius: 6px;
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	opacity: 0;
}

.modal-box.youtube .modal-body {
	height: 500px;
}

.modal-box.modal-open {
	top: 30px;
	opacity: 1;
	z-index: 2;
}

.modal-box .modal-header {
	padding: 40px 15px 15px;
}

.modal-box .modal-body {
	padding: 15px;
}

.modal-box .modal-header {
	border-bottom: 1px solid #ddd;
}

.modal-box .modal-header .close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	cursor: pointer;
	color: #ccc;
}

.modal-box .modal-header .close:hover {
	color: #777;
}

.modal-box .modal-header .modal-headline p {
	margin: 0;
}

pre {
	margin: 0;
	padding: 14px;
	border-radius: 20px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-family: monospace;
}

/*** end whole site style ***/

/*** quick tools ***/

.img-responsive,
.img-responsive-strict {
	width: 100%;
	height: auto;
}

.img-responsive-loose {
	max-width: 100%;
	height: auto;
}

.full-width-percent {width: 100%;}
.full-width-screen {width: 100vw;}

.width-0-pc {width: 0;}
.width-1-pc {width: 1%;}
.width-2-pc {width: 2%;}
.width-3-pc {width: 3%;}
.width-4-pc {width: 4%;}
.width-5-pc {width: 5%;}
.width-6-pc {width: 6%;}
.width-7-pc {width: 7%;}
.width-8-pc {width: 8%;}
.width-9-pc {width: 9%;}
.width-10-pc {width: 10%;}
.width-11-pc {width: 11%;}
.width-12-pc {width: 12%;}
.width-13-pc {width: 13%;}
.width-14-pc {width: 14%;}
.width-15-pc {width: 15%;}
.width-16-pc {width: 16%;}
.width-17-pc {width: 17%;}
.width-18-pc {width: 18%;}
.width-19-pc {width: 19%;}
.width-20-pc {width: 20%;}
.width-21-pc {width: 21%;}
.width-22-pc {width: 22%;}
.width-23-pc {width: 23%;}
.width-24-pc {width: 24%;}
.width-25-pc {width: 25%;}
.width-26-pc {width: 26%;}
.width-27-pc {width: 27%;}
.width-28-pc {width: 28%;}
.width-29-pc {width: 29%;}
.width-30-pc {width: 30%;}
.width-31-pc {width: 31%;}
.width-32-pc {width: 32%;}
.width-33-pc {width: 33%;}
.width-34-pc {width: 34%;}
.width-35-pc {width: 35%;}
.width-36-pc {width: 36%;}
.width-37-pc {width: 37%;}
.width-38-pc {width: 38%;}
.width-39-pc {width: 39%;}
.width-40-pc {width: 40%;}
.width-41-pc {width: 41%;}
.width-42-pc {width: 42%;}
.width-43-pc {width: 43%;}
.width-44-pc {width: 44%;}
.width-45-pc {width: 45%;}
.width-46-pc {width: 46%;}
.width-47-pc {width: 47%;}
.width-48-pc {width: 48%;}
.width-49-pc {width: 49%;}
.width-50-pc {width: 50%;}
.width-51-pc {width: 51%;}
.width-52-pc {width: 52%;}
.width-53-pc {width: 53%;}
.width-54-pc {width: 54%;}
.width-55-pc {width: 55%;}
.width-56-pc {width: 56%;}
.width-57-pc {width: 57%;}
.width-58-pc {width: 58%;}
.width-59-pc {width: 59%;}
.width-60-pc {width: 60%;}
.width-61-pc {width: 61%;}
.width-62-pc {width: 62%;}
.width-63-pc {width: 63%;}
.width-64-pc {width: 64%;}
.width-65-pc {width: 65%;}
.width-66-pc {width: 66%;}
.width-67-pc {width: 67%;}
.width-68-pc {width: 68%;}
.width-69-pc {width: 69%;}
.width-70-pc {width: 70%;}
.width-71-pc {width: 71%;}
.width-72-pc {width: 72%;}
.width-73-pc {width: 73%;}
.width-74-pc {width: 74%;}
.width-75-pc {width: 75%;}
.width-76-pc {width: 76%;}
.width-77-pc {width: 77%;}
.width-78-pc {width: 78%;}
.width-79-pc {width: 79%;}
.width-80-pc {width: 80%;}
.width-81-pc {width: 81%;}
.width-82-pc {width: 82%;}
.width-83-pc {width: 83%;}
.width-84-pc {width: 84%;}
.width-85-pc {width: 85%;}
.width-86-pc {width: 86%;}
.width-87-pc {width: 87%;}
.width-88-pc {width: 88%;}
.width-89-pc {width: 89%;}
.width-90-pc {width: 90%;}
.width-91-pc {width: 91%;}
.width-92-pc {width: 92%;}
.width-93-pc {width: 93%;}
.width-94-pc {width: 94%;}
.width-95-pc {width: 95%;}
.width-96-pc {width: 96%;}
.width-97-pc {width: 97%;}
.width-98-pc {width: 98%;}
.width-99-pc {width: 99%;}
.width-100-pc {width: 100%;}

.full-height-percent {height: 100%;}
.full-height-screen {height: 100vh;}

.height-0-pc {height: 0;}
.height-1-pc {height: 1%;}
.height-2-pc {height: 2%;}
.height-3-pc {height: 3%;}
.height-4-pc {height: 4%;}
.height-5-pc {height: 5%;}
.height-6-pc {height: 6%;}
.height-7-pc {height: 7%;}
.height-8-pc {height: 8%;}
.height-9-pc {height: 9%;}
.height-10-pc {height: 10%;}
.height-11-pc {height: 11%;}
.height-12-pc {height: 12%;}
.height-13-pc {height: 13%;}
.height-14-pc {height: 14%;}
.height-15-pc {height: 15%;}
.height-16-pc {height: 16%;}
.height-17-pc {height: 17%;}
.height-18-pc {height: 18%;}
.height-19-pc {height: 19%;}
.height-20-pc {height: 20%;}
.height-21-pc {height: 21%;}
.height-22-pc {height: 22%;}
.height-23-pc {height: 23%;}
.height-24-pc {height: 24%;}
.height-25-pc {height: 25%;}
.height-26-pc {height: 26%;}
.height-27-pc {height: 27%;}
.height-28-pc {height: 28%;}
.height-29-pc {height: 29%;}
.height-30-pc {height: 30%;}
.height-31-pc {height: 31%;}
.height-32-pc {height: 32%;}
.height-33-pc {height: 33%;}
.height-34-pc {height: 34%;}
.height-35-pc {height: 35%;}
.height-36-pc {height: 36%;}
.height-37-pc {height: 37%;}
.height-38-pc {height: 38%;}
.height-39-pc {height: 39%;}
.height-40-pc {height: 40%;}
.height-41-pc {height: 41%;}
.height-42-pc {height: 42%;}
.height-43-pc {height: 43%;}
.height-44-pc {height: 44%;}
.height-45-pc {height: 45%;}
.height-46-pc {height: 46%;}
.height-47-pc {height: 47%;}
.height-48-pc {height: 48%;}
.height-49-pc {height: 49%;}
.height-50-pc {height: 50%;}
.height-51-pc {height: 51%;}
.height-52-pc {height: 52%;}
.height-53-pc {height: 53%;}
.height-54-pc {height: 54%;}
.height-55-pc {height: 55%;}
.height-56-pc {height: 56%;}
.height-57-pc {height: 57%;}
.height-58-pc {height: 58%;}
.height-59-pc {height: 59%;}
.height-60-pc {height: 60%;}
.height-61-pc {height: 61%;}
.height-62-pc {height: 62%;}
.height-63-pc {height: 63%;}
.height-64-pc {height: 64%;}
.height-65-pc {height: 65%;}
.height-66-pc {height: 66%;}
.height-67-pc {height: 67%;}
.height-68-pc {height: 68%;}
.height-69-pc {height: 69%;}
.height-70-pc {height: 70%;}
.height-71-pc {height: 71%;}
.height-72-pc {height: 72%;}
.height-73-pc {height: 73%;}
.height-74-pc {height: 74%;}
.height-75-pc {height: 75%;}
.height-76-pc {height: 76%;}
.height-77-pc {height: 77%;}
.height-78-pc {height: 78%;}
.height-79-pc {height: 79%;}
.height-80-pc {height: 80%;}
.height-81-pc {height: 81%;}
.height-82-pc {height: 82%;}
.height-83-pc {height: 83%;}
.height-84-pc {height: 84%;}
.height-85-pc {height: 85%;}
.height-86-pc {height: 86%;}
.height-87-pc {height: 87%;}
.height-88-pc {height: 88%;}
.height-89-pc {height: 89%;}
.height-90-pc {height: 90%;}
.height-91-pc {height: 91%;}
.height-92-pc {height: 92%;}
.height-93-pc {height: 93%;}
.height-94-pc {height: 94%;}
.height-95-pc {height: 95%;}
.height-96-pc {height: 96%;}
.height-97-pc {height: 97%;}
.height-98-pc {height: 98%;}
.height-99-pc {height: 99%;}
.height-100-pc {height: 100%;}

.position-relative {position: relative;}
.position-absolute {position: absolute;}
.position-fixed {position: fixed;}

.top-0-pc {top: 0;}
.right-0-pc {right: 0;}
.bottom-0-pc {bottom: 0;}
.left-0-pc {left: 0;}

.top-100-pc {top: 100%;}
.right-100-pc {right: 100%;}
.bottom-100-pc {bottom: 100%;}
.left-100-pc {left: 100%;}

.display-inline {display: inline;}
.display-inline-block {display: inline-block;}
.display-table {display: table;}
.display-block {display: block;}
.display-table-cell {display: table-cell;}

.display-table-cell.top {vertical-align: top;}
.display-table-cell.middle {vertical-align: middle;}
.display-table-cell.bottom {vertical-align: bottom;}

.vertical-top {vertical-align: top;}
.vertical-middle {vertical-align: middle;}
.vertical-bottom {vertical-align: bottom;}

.display-flex-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.absolute-top-center {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.absolute-top-right {
	position: absolute;
	top: 0;
	right: 0;
}

.absolute-right-center {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.absolute-bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.absolute-bottom-center {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.absolute-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
}

.absolute-left-center {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.absolute-top-left {
	position: absolute;
	top: 0;
	left: 0;
}

.transition-015 {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.transition-030 {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}

.transition-050 {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.transition-100 {
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	-ms-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}

.visually-hidden { 
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px; padding: 0; border: 0; 
}

.site-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.boxed {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.text-right {text-align: right;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-justify {text-align: justify;}

.pull-right {float: right;}
.pull-left {float: left;}
.no-float {float: none;}

.clear-float:after { 
	content: ''; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

.underline {text-decoration: underline;}
.nowrap {white-space: nowrap;}

.content-no-margin-top-bottom > :first-child,
.wnm > :first-child {
	margin-top: 0;
}
.content-no-margin-top-bottom > :last-child,
.wnm > :last-child {
	margin-bottom: 0;
}

.line-height-0 {line-height: 0;}
.line-height-01 {line-height: 0.1;}
.line-height-02 {line-height: 0.2;}
.line-height-03 {line-height: 0.3;}
.line-height-04 {line-height: 0.4;}
.line-height-05 {line-height: 0.5;}
.line-height-06 {line-height: 0.6;}
.line-height-07 {line-height: 0.7;}
.line-height-08 {line-height: 0.8;}
.line-height-09 {line-height: 0.9;}
.line-height-10 {line-height: 1.0;}
.line-height-11 {line-height: 1.1;}
.line-height-12 {line-height: 1.2;}
.line-height-13 {line-height: 1.3;}
.line-height-14 {line-height: 1.4;}
.line-height-15 {line-height: 1.5;}
.line-height-16 {line-height: 1.6;}
.line-height-17 {line-height: 1.7;}
.line-height-18 {line-height: 1.8;}
.line-height-19 {line-height: 1.9;}
.line-height-20 {line-height: 2.0;}

.z-index-negative {z-index: -1;}
.z-index-0 {z-index: 0;}
.z-index-1 {z-index: 1;}
.z-index-2 {z-index: 2;}
.z-index-3 {z-index: 3;}
.z-index-4 {z-index: 4;}
.z-index-5 {z-index: 5;}
.z-index-6 {z-index: 6;}
.z-index-7 {z-index: 7;}
.z-index-8 {z-index: 8;}
.z-index-9 {z-index: 9;}
.z-index-10 {z-index: 10;}
.z-index-11 {z-index: 11;}
.z-index-12 {z-index: 12;}
.z-index-13 {z-index: 13;}
.z-index-14 {z-index: 14;}
.z-index-15 {z-index: 15;}
.z-index-16 {z-index: 16;}
.z-index-17 {z-index: 17;}
.z-index-18 {z-index: 18;}
.z-index-19 {z-index: 19;}
.z-index-20 {z-index: 20;}
.z-index-top {z-index: 999999;}

.no-margin {margin: 0;}
.no-margin-top {margin-top: 0;}
.no-margin-right {margin-right: 0;}
.no-margin-bottom {margin-bottom: 0;}
.no-margin-left {margin-left: 0;}

.margin-right {margin: 0 0 0 auto;}
.margin-left {margin: 0 auto 0 0;}
.margin-center {
	margin-right: auto;
	margin-left: auto;
}

.margin-1 {margin:1px;}
.margin-2 {margin:2px;}
.margin-3 {margin:3px;}
.margin-4 {margin:4px;}
.margin-5 {margin:5px;}
.margin-6 {margin:6px;}
.margin-7 {margin:7px;}
.margin-8 {margin:8px;}
.margin-9 {margin:9px;}
.margin-10 {margin:10px;}
.margin-15 {margin:15px;}
.margin-20 {margin:20px;}
.margin-25 {margin:25px;}
.margin-30 {margin:30px;}
.margin-35 {margin:35px;}
.margin-40 {margin:40px;}
.margin-45 {margin:45px;}
.margin-50 {margin:50px;}
.margin-55 {margin:55px;}
.margin-60 {margin:60px;}
.margin-65 {margin:65px;}
.margin-70 {margin:70px;}
.margin-75 {margin:75px;}
.margin-80 {margin:80px;}
.margin-85 {margin:85px;}
.margin-90 {margin:90px;}
.margin-95 {margin:95px;}
.margin-100 {margin:100px;}

.margin-top-1 {margin-top:1px;}
.margin-top-2 {margin-top:2px;}
.margin-top-3 {margin-top:3px;}
.margin-top-4 {margin-top:4px;}
.margin-top-5 {margin-top:5px;}
.margin-top-6 {margin-top:6px;}
.margin-top-7 {margin-top:7px;}
.margin-top-8 {margin-top:8px;}
.margin-top-9 {margin-top:9px;}
.margin-top-10 {margin-top:10px;}
.margin-top-15 {margin-top:15px;}
.margin-top-20 {margin-top:20px;}
.margin-top-25 {margin-top:25px;}
.margin-top-30 {margin-top:30px;}
.margin-top-35 {margin-top:35px;}
.margin-top-40 {margin-top:40px;}
.margin-top-45 {margin-top:45px;}
.margin-top-50 {margin-top:50px;}
.margin-top-55 {margin-top:55px;}
.margin-top-60 {margin-top:60px;}
.margin-top-65 {margin-top:65px;}
.margin-top-70 {margin-top:70px;}
.margin-top-75 {margin-top:75px;}
.margin-top-80 {margin-top:80px;}
.margin-top-85 {margin-top:85px;}
.margin-top-90 {margin-top:90px;}
.margin-top-95 {margin-top:95px;}
.margin-top-100 {margin-top:100px;}

.margin-right-1 {margin-right:1px;}
.margin-right-2 {margin-right:2px;}
.margin-right-3 {margin-right:3px;}
.margin-right-4 {margin-right:4px;}
.margin-right-5 {margin-right:5px;}
.margin-right-6 {margin-right:6px;}
.margin-right-7 {margin-right:7px;}
.margin-right-8 {margin-right:8px;}
.margin-right-9 {margin-right:9px;}
.margin-right-10 {margin-right:10px;}
.margin-right-15 {margin-right:15px;}
.margin-right-20 {margin-right:20px;}
.margin-right-25 {margin-right:25px;}
.margin-right-30 {margin-right:30px;}
.margin-right-35 {margin-right:35px;}
.margin-right-40 {margin-right:40px;}
.margin-right-45 {margin-right:45px;}
.margin-right-50 {margin-right:50px;}
.margin-right-55 {margin-right:55px;}
.margin-right-60 {margin-right:60px;}
.margin-right-65 {margin-right:65px;}
.margin-right-70 {margin-right:70px;}
.margin-right-75 {margin-right:75px;}
.margin-right-80 {margin-right:80px;}
.margin-right-85 {margin-right:85px;}
.margin-right-90 {margin-right:90px;}
.margin-right-95 {margin-right:95px;}
.margin-right-100 {margin-right:100px;}

.margin-bottom-1 {margin-bottom:1px;}
.margin-bottom-2 {margin-bottom:2px;}
.margin-bottom-3 {margin-bottom:3px;}
.margin-bottom-4 {margin-bottom:4px;}
.margin-bottom-5 {margin-bottom:5px;}
.margin-bottom-6 {margin-bottom:6px;}
.margin-bottom-7 {margin-bottom:7px;}
.margin-bottom-8 {margin-bottom:8px;}
.margin-bottom-9 {margin-bottom:9px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-15 {margin-bottom:15px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-25 {margin-bottom:25px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-35 {margin-bottom:35px;}
.margin-bottom-40 {margin-bottom:40px;}
.margin-bottom-45 {margin-bottom:45px;}
.margin-bottom-50 {margin-bottom:50px;}
.margin-bottom-55 {margin-bottom:55px;}
.margin-bottom-60 {margin-bottom:60px;}
.margin-bottom-65 {margin-bottom:65px;}
.margin-bottom-70 {margin-bottom:70px;}
.margin-bottom-75 {margin-bottom:75px;}
.margin-bottom-80 {margin-bottom:80px;}
.margin-bottom-85 {margin-bottom:85px;}
.margin-bottom-90 {margin-bottom:90px;}
.margin-bottom-95 {margin-bottom:95px;}
.margin-bottom-100 {margin-bottom:100px;}

.margin-left-1 {margin-left:1px;}
.margin-left-2 {margin-left:2px;}
.margin-left-3 {margin-left:3px;}
.margin-left-4 {margin-left:4px;}
.margin-left-5 {margin-left:5px;}
.margin-left-6 {margin-left:6px;}
.margin-left-7 {margin-left:7px;}
.margin-left-8 {margin-left:8px;}
.margin-left-9 {margin-left:9px;}
.margin-left-10 {margin-left:10px;}
.margin-left-15 {margin-left:15px;}
.margin-left-20 {margin-left:20px;}
.margin-left-25 {margin-left:25px;}
.margin-left-30 {margin-left:30px;}
.margin-left-35 {margin-left:35px;}
.margin-left-40 {margin-left:40px;}
.margin-left-45 {margin-left:45px;}
.margin-left-50 {margin-left:50px;}
.margin-left-55 {margin-left:55px;}
.margin-left-60 {margin-left:60px;}
.margin-left-65 {margin-left:65px;}
.margin-left-70 {margin-left:70px;}
.margin-left-75 {margin-left:75px;}
.margin-left-80 {margin-left:80px;}
.margin-left-85 {margin-left:85px;}
.margin-left-90 {margin-left:90px;}
.margin-left-95 {margin-left:95px;}
.margin-left-100 {margin-left:100px;}

.no-padding {padding: 0;}
.no-padding-top {padding-top: 0;}
.no-padding-right {padding-right: 0;}
.no-padding-bottom {padding-bottom: 0;}
.no-padding-left {padding-left: 0;}

.padding-1 {padding:1px;}
.padding-2 {padding:2px;}
.padding-3 {padding:3px;}
.padding-4 {padding:4px;}
.padding-5 {padding:5px;}
.padding-6 {padding:6px;}
.padding-7 {padding:7px;}
.padding-8 {padding:8px;}
.padding-9 {padding:9px;}
.padding-10 {padding:10px;}
.padding-15 {padding:15px;}
.padding-20 {padding:20px;}
.padding-25 {padding:25px;}
.padding-30 {padding:30px;}
.padding-35 {padding:35px;}
.padding-40 {padding:40px;}
.padding-45 {padding:45px;}
.padding-50 {padding:50px;}
.padding-55 {padding:55px;}
.padding-60 {padding:60px;}
.padding-65 {padding:65px;}
.padding-70 {padding:70px;}
.padding-75 {padding:75px;}
.padding-80 {padding:80px;}
.padding-85 {padding:85px;}
.padding-90 {padding:90px;}
.padding-95 {padding:95px;}
.padding-100 {padding:100px;}

.padding-top-1 {padding-top:1px;}
.padding-top-2 {padding-top:2px;}
.padding-top-3 {padding-top:3px;}
.padding-top-4 {padding-top:4px;}
.padding-top-5 {padding-top:5px;}
.padding-top-6 {padding-top:6px;}
.padding-top-7 {padding-top:7px;}
.padding-top-8 {padding-top:8px;}
.padding-top-9 {padding-top:9px;}
.padding-top-10 {padding-top:10px;}
.padding-top-15 {padding-top:15px;}
.padding-top-20 {padding-top:20px;}
.padding-top-25 {padding-top:25px;}
.padding-top-30 {padding-top:30px;}
.padding-top-35 {padding-top:35px;}
.padding-top-40 {padding-top:40px;}
.padding-top-45 {padding-top:45px;}
.padding-top-50 {padding-top:50px;}
.padding-top-55 {padding-top:55px;}
.padding-top-60 {padding-top:60px;}
.padding-top-65 {padding-top:65px;}
.padding-top-70 {padding-top:70px;}
.padding-top-75 {padding-top:75px;}
.padding-top-80 {padding-top:80px;}
.padding-top-85 {padding-top:85px;}
.padding-top-90 {padding-top:90px;}
.padding-top-95 {padding-top:95px;}
.padding-top-100 {padding-top:100px;}

.padding-right-1 {padding-right:1px;}
.padding-right-2 {padding-right:2px;}
.padding-right-3 {padding-right:3px;}
.padding-right-4 {padding-right:4px;}
.padding-right-5 {padding-right:5px;}
.padding-right-6 {padding-right:6px;}
.padding-right-7 {padding-right:7px;}
.padding-right-8 {padding-right:8px;}
.padding-right-9 {padding-right:9px;}
.padding-right-10 {padding-right:10px;}
.padding-right-15 {padding-right:15px;}
.padding-right-20 {padding-right:20px;}
.padding-right-25 {padding-right:25px;}
.padding-right-30 {padding-right:30px;}
.padding-right-35 {padding-right:35px;}
.padding-right-40 {padding-right:40px;}
.padding-right-45 {padding-right:45px;}
.padding-right-50 {padding-right:50px;}
.padding-right-55 {padding-right:55px;}
.padding-right-60 {padding-right:60px;}
.padding-right-65 {padding-right:65px;}
.padding-right-70 {padding-right:70px;}
.padding-right-75 {padding-right:75px;}
.padding-right-80 {padding-right:80px;}
.padding-right-85 {padding-right:85px;}
.padding-right-90 {padding-right:90px;}
.padding-right-95 {padding-right:95px;}
.padding-right-100 {padding-right:100px;}

.padding-bottom-1 {padding-bottom:1px;}
.padding-bottom-2 {padding-bottom:2px;}
.padding-bottom-3 {padding-bottom:3px;}
.padding-bottom-4 {padding-bottom:4px;}
.padding-bottom-5 {padding-bottom:5px;}
.padding-bottom-6 {padding-bottom:6px;}
.padding-bottom-7 {padding-bottom:7px;}
.padding-bottom-8 {padding-bottom:8px;}
.padding-bottom-9 {padding-bottom:9px;}
.padding-bottom-10 {padding-bottom:10px;}
.padding-bottom-15 {padding-bottom:15px;}
.padding-bottom-20 {padding-bottom:20px;}
.padding-bottom-25 {padding-bottom:25px;}
.padding-bottom-30 {padding-bottom:30px;}
.padding-bottom-35 {padding-bottom:35px;}
.padding-bottom-40 {padding-bottom:40px;}
.padding-bottom-45 {padding-bottom:45px;}
.padding-bottom-50 {padding-bottom:50px;}
.padding-bottom-55 {padding-bottom:55px;}
.padding-bottom-60 {padding-bottom:60px;}
.padding-bottom-65 {padding-bottom:65px;}
.padding-bottom-70 {padding-bottom:70px;}
.padding-bottom-75 {padding-bottom:75px;}
.padding-bottom-80 {padding-bottom:80px;}
.padding-bottom-85 {padding-bottom:85px;}
.padding-bottom-90 {padding-bottom:90px;}
.padding-bottom-95 {padding-bottom:95px;}
.padding-bottom-100 {padding-bottom:100px;}

.padding-left-1 {padding-left:1px;}
.padding-left-2 {padding-left:2px;}
.padding-left-3 {padding-left:3px;}
.padding-left-4 {padding-left:4px;}
.padding-left-5 {padding-left:5px;}
.padding-left-6 {padding-left:6px;}
.padding-left-7 {padding-left:7px;}
.padding-left-8 {padding-left:8px;}
.padding-left-9 {padding-left:9px;}
.padding-left-10 {padding-left:10px;}
.padding-left-15 {padding-left:15px;}
.padding-left-20 {padding-left:20px;}
.padding-left-25 {padding-left:25px;}
.padding-left-30 {padding-left:30px;}
.padding-left-35 {padding-left:35px;}
.padding-left-40 {padding-left:40px;}
.padding-left-45 {padding-left:45px;}
.padding-left-50 {padding-left:50px;}
.padding-left-55 {padding-left:55px;}
.padding-left-60 {padding-left:60px;}
.padding-left-65 {padding-left:65px;}
.padding-left-70 {padding-left:70px;}
.padding-left-75 {padding-left:75px;}
.padding-left-80 {padding-left:80px;}
.padding-left-85 {padding-left:85px;}
.padding-left-90 {padding-left:90px;}
.padding-left-95 {padding-left:95px;}
.padding-left-100 {padding-left:100px;}

@media only all and ( max-width: 1000px ) {.hidden-1000-below {display: none;}}
@media only all and ( max-width: 950px ) {.hidden-950-below {display: none;}}
@media only all and ( max-width: 900px ) {.hidden-900-below {display: none;}}
@media only all and ( max-width: 850px ) {.hidden-850-below {display: none;}}
@media only all and ( max-width: 800px ) {.hidden-800-below {display: none;}}
@media only all and ( max-width: 750px ) {.hidden-750-below {display: none;}}
@media only all and ( max-width: 700px ) {.hidden-700-below {display: none;}}
@media only all and ( max-width: 650px ) {.hidden-650-below {display: none;}}
@media only all and ( max-width: 600px ) {.hidden-600-below {display: none;}}
@media only all and ( max-width: 550px ) {.hidden-500-below {display: none;}}
@media only all and ( max-width: 500px ) {.hidden-500-below {display: none;}}

@media only all and ( min-width: 1001px ) {.hidden-above-1000 {display: none;}}
@media only all and ( min-width: 951px ) {.hidden-above-950 {display: none;}}
@media only all and ( min-width: 901px ) {.hidden-above-900 {display: none;}}
@media only all and ( min-width: 851px ) {.hidden-above-850 {display: none;}}
@media only all and ( min-width: 801px ) {.hidden-above-800 {display: none;}}
@media only all and ( min-width: 751px ) {.hidden-above-750 {display: none;}}
@media only all and ( min-width: 701px ) {.hidden-above-700 {display: none;}}
@media only all and ( min-width: 651px ) {.hidden-above-650 {display: none;}}
@media only all and ( min-width: 601px ) {.hidden-above-600 {display: none;}}
@media only all and ( min-width: 551px ) {.hidden-above-500 {display: none;}}
@media only all and ( min-width: 501px ) {.hidden-above-500 {display: none;}}

/*** end quick tools ***/

/*** site colors ***/

.site-white {color: #fff;}
.site-white-bg {background-color: #fff;}

.site-black {color: #272726;}
.site-black-bg {background-color: #272726;}

.site-tundora {color: #474747;}
.site-tundora-bg {background-color: #474747;}

.site-blue {color: #2ea6eb;}
.site-blue-bg {background-color: #2ea6eb;}

.site-blue-acc {color: #009bed;}
.site-blue-acc-bg {background-color: #009bed;}

.site-blue-dark{color: #347ab8;}
.site-blue-dark-bg {background-color: #347ab8;}

.site-gray {color: #474747;}
.site-gray-bg {background-color: #474747;}

/*** end site colors ***/

/*** font sizes ***/

.font01em {font-size: 0.1em;}
.font02em {font-size: 0.2em;}
.font03em {font-size: 0.3em;}
.font04em {font-size: 0.4em;}
.font05em {font-size: 0.5em;}
.font06em {font-size: 0.6em;}
.font07em {font-size: 0.7em;}
.font08em {font-size: 0.8em;}
.font09em {font-size: 0.9em;}
.font10em {font-size: 1.0em;}
.font11em {font-size: 1.1em;}
.font12em {font-size: 1.2em;}
.font13em {font-size: 1.3em;}
.font14em {font-size: 1.4em;}
.font15em {font-size: 1.5em;}
.font16em {font-size: 1.6em;}
.font17em {font-size: 1.7em;}
.font18em {font-size: 1.8em;}
.font19em {font-size: 1.9em;}
.font20em {font-size: 2.0em;}
.font21em {font-size: 2.1em;}
.font22em {font-size: 2.2em;}
.font23em {font-size: 2.3em;}
.font24em {font-size: 2.4em;}
.font25em {font-size: 2.5em;}
.font26em {font-size: 2.6em;}
.font27em {font-size: 2.7em;}
.font28em {font-size: 2.8em;}
.font29em {font-size: 2.9em;}
.font30em {font-size: 3.0em;}
.font31em {font-size: 3.1em;}
.font32em {font-size: 3.2em;}
.font33em {font-size: 3.3em;}
.font34em {font-size: 3.4em;}
.font35em {font-size: 3.5em;}
.font36em {font-size: 3.6em;}
.font37em {font-size: 3.7em;}
.font38em {font-size: 3.8em;}
.font39em {font-size: 3.9em;}
.font40em {font-size: 4.0em;}
.font41em {font-size: 4.1em;}
.font42em {font-size: 4.2em;}
.font43em {font-size: 4.3em;}
.font44em {font-size: 4.4em;}
.font45em {font-size: 4.5em;}
.font46em {font-size: 4.6em;}
.font47em {font-size: 4.7em;}
.font48em {font-size: 4.8em;}
.font49em {font-size: 4.9em;}
.font50em {font-size: 5.0em;}
.font51em {font-size: 5.1em;}
.font52em {font-size: 5.2em;}
.font53em {font-size: 5.3em;}
.font54em {font-size: 5.4em;}
.font55em {font-size: 5.5em;}
.font56em {font-size: 5.6em;}
.font57em {font-size: 5.7em;}
.font58em {font-size: 5.8em;}
.font59em {font-size: 5.9em;}
.font60em {font-size: 6.0em;}
.font61em {font-size: 6.1em;}
.font62em {font-size: 6.2em;}
.font63em {font-size: 6.3em;}
.font64em {font-size: 6.4em;}
.font65em {font-size: 6.5em;}
.font66em {font-size: 6.6em;}
.font67em {font-size: 6.7em;}
.font68em {font-size: 6.8em;}
.font69em {font-size: 6.9em;}
.font70em {font-size: 7.0em;}
.font71em {font-size: 7.1em;}
.font72em {font-size: 7.2em;}
.font73em {font-size: 7.3em;}
.font74em {font-size: 7.4em;}
.font75em {font-size: 7.5em;}
.font76em {font-size: 7.6em;}
.font77em {font-size: 7.7em;}
.font78em {font-size: 7.8em;}
.font79em {font-size: 7.9em;}
.font80em {font-size: 8.0em;}
.font81em {font-size: 8.1em;}
.font82em {font-size: 8.2em;}
.font83em {font-size: 8.3em;}
.font84em {font-size: 8.4em;}
.font85em {font-size: 8.5em;}
.font86em {font-size: 8.6em;}
.font87em {font-size: 8.7em;}
.font88em {font-size: 8.8em;}
.font89em {font-size: 8.9em;}
.font90em {font-size: 9.0em;}
.font91em {font-size: 9.1em;}
.font92em {font-size: 9.2em;}
.font93em {font-size: 9.3em;}
.font94em {font-size: 9.4em;}
.font95em {font-size: 9.5em;}
.font96em {font-size: 9.6em;}
.font97em {font-size: 9.7em;}
.font98em {font-size: 9.8em;}
.font99em {font-size: 9.9em;}
.font100em {font-size: 10.0em;}

.font0656em {font-size: 0.656em;}
.font0750em {font-size: 0.750em;}
.font0875em {font-size: 0.875em;}
.font0938em {font-size: 0.938em;}
.font1063em {font-size: 1.063em;}
.font1125em {font-size: 1.125em;}
.font1188em {font-size: 1.188em;}
.font1250em {font-size: 1.250em;}
.font1313em {font-size: 1.313em;}
.font1375em {font-size: 1.375em;}
.font1625em {font-size: 1.625em;}
.font1829em {font-size: 1.829em;}
.font1875em {font-size: 1.875em;}
.font2250em {font-size: 2.250em;}
.font2361em {font-size: 2.361em;}
.font2625em {font-size: 2.625em;}
.font3125em {font-size: 3.125em;}
.font3438em {font-size: 3.438em;}
.font3625em {font-size: 3.625em;}

/*** end font sizes ***/

/*** font weights ***/

.font100 {font-weight: 100;}
.font200 {font-weight: 200;}
.font300 {font-weight: 300;}
.font400 {font-weight: 400;}
.font500 {font-weight: 500;}
.font600 {font-weight: 600;}
.font700 {font-weight: 700;}
.font800 {font-weight: 800;}
.font900 {font-weight: 900;}

/*** end font weights ***/

/*** font family ***/
/*** end font family ***/

/*** site header ***/

header.header {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	/* background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%); */
}

header.blue-header {
	background-color: #0294dc;
	display: flex;
	justify-content: flex-end;
	padding: 12px 0 10px 22px;
}

header.blue-header a {
	display: block;
}

header.blue-header a img {
	width: 100%;
}

div.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
div.header-wrapper nav.top-nav{
	display: flex;
	height: 100%;
	align-items: center;
}
div.header-wrapper nav.top-nav ul.main-menu-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}

div.header-wrapper nav.top-nav > ul > li:not(:last-child) {
	margin-left: 20px;
}

div.header-wrapper nav.top-nav > ul > li {
	position: relative;
	height: 100%;
}

div.header-wrapper nav.top-nav > ul > li > a {
	/*display: block;*/
	color: #151515;
	padding: 7px 10px;
	font-weight: 600;
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.header-wrapper nav.top-nav > ul > li:not(:first-child) > a {
	/*border-radius:10px;*/
	background-color:transparent;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	background-position:50px; 
}

div.header-wrapper nav.top-nav > ul > li:not(:first-child) > a:hover
{
	border-bottom: 3px solid var(--btn-primary-bg-color);
	/*background: rgb(255,255,255);*/
	/*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.0589250700280112) 9%, rgba(255,255,255,0.20139005602240894) 40%, rgba(255,255,255,0.5019502801120448) 100%);*/
	/*background-position:0; */
}




div.header-wrapper nav.top-nav > ul > li.menu-item-has-children > a {
	display: flex;
	align-items: center;
	font-weight: 600;
}

div.header-wrapper nav.top-nav > ul > li > a span {
	display: none;
}



div.header-wrapper nav.top-nav > ul > li.menu-item-has-children > a:after {
	content: '';
	width: 6px;
	height: 12px;
	background-image: url(/wp-content/uploads/2020/01/less-than-icon-white.png);
	margin-right: 10px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(432%) hue-rotate(184deg) brightness(91%) contrast(84%);
}

.contrast div.header-wrapper nav.top-nav > ul > li.menu-item-has-children > a::after {
	background-image: url(/wp-content/uploads/2020/01/less-than-icon-white.png) !important;
}

div.header-wrapper nav.top-nav > ul > li.menu-our-services a.open{background:#fff; color:#029be5;  border-bottom-right-radius: 0;  border-bottom-left-radius: 0;

}
div.header-wrapper nav.top-nav > ul > li.menu-our-services > a.open:after{
	background-image: url(/wp-content/uploads/2020/01/less-than-icon-blue.png);
	
}


div.header-wrapper nav.top-nav > ul > li.menu-item-has-children > a.open:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

}

div.header-wrapper nav.top-nav > ul > li > ul {
	position: absolute;
	/*top: calc(100% + 16px);*/
	top: calc(100% + 45px);
	padding: 14px 0;
	z-index: 3;
	background-color: #fff;
	border-radius: 10px;
	/*border-top-right-radius: 0;*/
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	display: none;
}
div.header-wrapper nav.top-nav > ul > li > ul:before{
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: -10px;
	background-color: #ffffff;
	transform: rotate(45deg);
}

div.header-wrapper nav.top-nav > ul > li > a.open + ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

div.header-wrapper nav.top-nav > ul > li > ul > li:not(:last-child) {
	border-left: 1px solid #eeedef;
}

div.header-wrapper nav.top-nav > ul > li > ul > li > a {
	padding: 0 12px;
	min-width: 90px;
	height: 180px;
	width: 210px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}

div.header-wrapper nav.top-nav > ul > li > ul > li > a span {
	font-size: 0.813em;
	font-weight: 700;
	white-space: nowrap;
	margin-top: 14px;
	color:#000000;
	transition: all .3s ease-in-out;
}
div.header-wrapper nav.top-nav > ul > li > ul > li > a:hover span{color:#029be5;}

div.header-wrapper nav.top-nav > ul > li > ul > li > a .icon {
	height: 66px;
	width: auto;
	display: flex;
	align-items: center;
}

div.header-wrapper nav.top-nav > ul > li > ul > li > a .icon img {
	max-height: 100%;
}



/** contact form **/

.contact-form {
	padding: 140px 0;
	background: #039be6 url(https://paybox.simplyad.co.il/wp-content/uploads/2020/01/balance_background_color.jpg);
}

.contact-form .container-1019 {
	display: flex;
	justify-content: space-between;
}

.contact-form .description {
	flex-shrink: 0;
}

.contact-form .form {
	width: 363px;
	margin-right: 30px;

}

.contact-form .contact-form-submit-ok{display:none;}
.contact-form .wpcf7-form.sent{display:none;}

.contact-form .form.submit-ok .contact-form-submit-ok
{display:block;text-align:center; font-size: 1.2em;}

.contact-form .form .wpcf7 p {
	margin: 0;
}

.contact-form .form .wpcf7 br {
	display: none;
}

.contact-form .form .input-wrapper.top {
	margin-top: 15px;
}

.contact-form .form .input-wrapper.input input::-webkit-input-placeholder {
	color: #fff; 
}

.contact-form .form .input-wrapper.input input:-ms-input-placeholder {
	color: #fff; 
}

.contact-form .form .input-wrapper.input input::placeholder {
	color: #fff; 
}

.contact-form .form .input-wrapper.input input::-moz-placeholder {
	color: #fff;
}

.contact-form .form .input-wrapper.input input {
	font-size: 1.25em;
	padding: 11px 0;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	width: 100%;
	direction: rtl;
}

.contact-form .form .input-wrapper.submit {
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}

.contact-form .form .input-wrapper.submit button {
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 9px 46px;
	align-items: center;
	background-color: transparent;
	color: #fff;
	font-size: 1.250em;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}

.contact-form .form .input-wrapper.submit button:after {
	content: '';
	width: 6px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translate(0, -50%);
	background-image: url(/wp-content/uploads/2020/01/less-than-icon-white.png);
}

.contact-form .form .input-wrapper.input input.wpcf7-not-valid {
	color:#000;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color:#000;
	border:none;
}

@media (min-width: 1024px) {

	.header .logo-wrapper  {
		max-width: 138px;
	}

	.contact-form .form .input-wrapper.input input::-webkit-input-placeholder {
		font-size: 0.7em;
	}

	.contact-form .form .input-wrapper.input input:-ms-input-placeholder {
		font-size: 0.7em;
	}

	.contact-form .form .input-wrapper.input input::placeholder {
		font-size: 0.7em;
	}

	.contact-form .form .input-wrapper.input input::-moz-placeholder {
		font-size: 0.7em;
	}
	.main-site-mobile-header {
		display: none;
	}

}

@media (min-width: 1023px){
	.header-wrapper nav.top-nav > ul > li.mobile {
		display:none;
	}
}

@media (max-width: 1023px) {



	header.header {
		display: none;
	}

	.main-site-mobile-header {
		position: fixed;
		z-index: 11;
		top: 0;
		left: 0;
		width: 100%;
		background: #ddd;
		background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%);
	}

	.main-site-mobile-header .container {
		width: 100%;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 23px;
		box-sizing: border-box;
	}

	.main-site-mobile-header .mobile-nav-btn {
		display: flex;
		/* 		width: 24px; */
		width: 45px;
		height: 25px;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		background: transparent;
		border: none;
	}

	.main-site-mobile-header .mobile-nav-btn.open {
		justify-content: center;
	}

	.main-site-mobile-header .mobile-nav-btn span {
		height: 2px;
		width: 100%;
		background-color: #fff;
		left: 0;
		transition: all 0.3s ease-in-out;
	}

	.main-site-mobile-header .mobile-nav-btn.open span:nth-child(1) {
		position: absolute;
		top: 0;
		/* 		left: 5px;
		width: 18px; */
		left: 8px;
		width: 33px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	.main-site-mobile-header .mobile-nav-btn.open span:nth-child(2) {
		margin-right: -24px;
		opacity: 0;
	}

	.main-site-mobile-header .mobile-nav-btn.open span:nth-child(3) {
		position: absolute;
		bottom: 0;
		/* 		left: 5px;
		width: 18px; */
		left: 8px;
		width: 33px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}

	.main-site-mobile-header .logo-wrapper img {
		max-width: 100%;
		height: 24px;
	}

	.main-site-mobile-header nav {
		display: none;
		position: fixed;
		top: 45px;
		right: 0;
		width: 100%;
		height: calc(100vh - 45px);
		padding: 0 23px 23px;
		box-sizing: border-box;
		background-color: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		transition: all 0.3s ease-in-out;
	}

	.main-site-mobile-header nav.open {
		display: block;
	}

	.main-site-mobile-header nav > ul {
		display: flex;
		flex-direction: column;
	}



	.main-site-mobile-header nav > ul li.mobile-blue {
		color: #2ea6eb;
	}

	.main-site-mobile-header nav > ul li.mobile-blue.desktop {
		display:none;
	}

	.main-site-mobile-header nav > ul li.menu-item-home {
		display: none;
	}

	.main-site-mobile-header nav > ul li.menu-item-has-children > a:after {
		content: '';
		width: 6px;
		height: 12px;
		background-image: url(/wp-content/uploads/2020/01/less-than-icon-white.png);
		-webkit-filter: brightness(0%);
		filter: brightness(0%);
		margin-right: 10px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.main-site-mobile-header nav li.menu-item-has-children > a.open:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.main-site-mobile-header nav > ul li a {
		display: flex;
		align-items: center;
		padding: 20px 0;
	}

	.main-site-mobile-header nav > ul > li > ul {
		display: none;
	}

	.main-site-mobile-header nav > ul > li.menu-item-has-children > a.open + ul {
		display: flex;
		flex-direction: column;
	}

	.main-site-mobile-header nav > ul > li > ul > li > a {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	.main-site-mobile-header nav > ul > li > ul > li > a .icon {
		width: 70px;
		height: 30px;
		padding-left: 15px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: -4.5px 0;
	}

	.main-site-mobile-header nav > ul > li > ul > li > a .icon img {
		max-width: 100%;
		max-height: 30px;
	}

	.main-site-mobile-header .follow-us {
		display: flex;
		align-items: center;
		padding: 20px 0;
	}

	.main-site-mobile-header .follow-us ul {
		display: flex;
		margin: -4.5px 30px -4.5px 0;
	}

	.main-site-mobile-header .follow-us ul li:not(:last-child) {
		margin-left: 32px;
	}

	.main-site-mobile-header .follow-us ul li a {
		display: block;
	}

	.main-site-mobile-header .follow-us ul li a img {
		max-width: 30px;
		max-height: 30px;
		display: block;
		-webkit-filter: brightness(0%);
		filter: brightness(0%);
	}

	.main-site-mobile-header .main-menu-mobile li a {
		padding: 15px 0;
	}

	.main-site-mobile-header .bottom-logo {
		margin-top: 30px;
	}

	.main-site-mobile-header .bottom-logo img {
		-webkit-filter: brightness(0%);
		filter: brightness(0%);
	}

}

/*** site header end ***/

/*** site footer ***/

footer.dark-footer {
	background-color: #272726;
	padding: 22px 0;
}

footer.dark-footer a {
	display: flex;
	justify-content: center;
	width: 89px;
	margin: 0 auto;
}

footer.dark-footer a img {
	width: 100%;
}

footer.footer {
	padding: 10px 0;
}

footer.footer > div.container-1366 {
	display: flex;
}

footer.footer > div.container-1366 > div.footer-menu {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

footer.footer > div.container-1366 > div.footer-menu > ul {
	display: flex;
}

footer.footer > div.container-1366 > div.footer-menu > ul > li:not(:last-child) {
	margin-left: 30px;
}

footer.footer > div.container-1366 > div.footer-menu > ul > li > a {
	color: #fff;
	font-weight: 600;
	border-radius:10px;
	background:transparent;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
	background-position:50px; 
	padding: 5px;
}


footer.footer > div.container-1366 > div.footer-menu > ul > li > a:hover{	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.0589250700280112) 9%, rgba(255,255,255,0.20139005602240894) 40%, rgba(255,255,255,0.5019502801120448) 100%);
	background-position:0; }


footer.footer > div.container-1366 > div.footer-social {
	display: flex;
	margin-right: 50px;
	align-self: center;
}

footer.footer > div.container-1366 > div.footer-social > div.single-social:not(:last-child) {
	margin-left: 30px;
}

footer.footer > div.container-1366 > div.discount-logo-wrapper {
	margin-right: auto;
	align-self: center;
}
footer.new-footer{
	padding: 65px 0;
}
footer.new-footer > div.container-1366{
	display: grid;
	grid-template-columns: 15% 1fr 15%;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 48px;
	border-bottom: 1px solid #808080;
}
footer.new-footer > div.container-1366 .logo-wrapper .footer-socials{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 24px;
	gap: 10px;
}
footer.new-footer > div.container-1366 .logo-wrapper .footer-socials .single-social img{
	width: 20px;
	height: 20px;
}
footer.new-footer > div.container-1366 .footer-menus{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
footer.new-footer > div.container-1366 .footer-menus .footer-widget .footer-widget-title{
	color: #ffffff;
	margin: 0 auto 26px;
	font-size: 20px;
	font-weight: 600;
}
footer.new-footer > div.container-1366 .footer-menus .footer-widget .footer-menu .footer-menu-item{
	margin-bottom: .5rem;
}
footer.new-footer > div.container-1366 .footer-menus .footer-widget .footer-menu .footer-menu-item a{
	color: #ffffff;
	font-size: 15px;
}
footer.new-footer > div.container-1366 .footer-stores-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
footer.new-footer > div.container-1366 .footer-stores-links a{
	width: 100%;
	height: auto;
	text-align: center;
}
footer.new-footer > div.container-1366 .footer-stores-links a img{
	width: 150px;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 1250px) {

	footer.footer > div.container-1366 > div.footer-menu,
	footer.footer > div.container-1366 > div.footer-social {
		margin-right: 15px;
	}

	footer.footer > div.container-1366 > div.footer-menu > ul > li:not(:last-child),
	footer.footer > div.container-1366 > div.footer-social > div.single-social:not(:last-child) {
		margin-left: 15px;
	}

}

/*
.browser-ios div.header-wrapper nav.top-nav > ul > li.android-download,
footer.footer > div.container-1366 > div.footer-menu > ul > li.ios-download,
div.header-wrapper nav.top-nav > ul > li.ios-download,
.browser-ios footer.footer > div.container-1366 > div.footer-menu > ul > li.android-download
{display:none;}


.browser-ios footer.footer > div.container-1366 > div.footer-menu > ul > li.ios-download,
.browser-ios div.header-wrapper nav.top-nav > ul > li.ios-download	
{display: list-item;}
*/

.a11y-toolbar.rtl {
	top:unset;
	bottom:0;
}

@media (max-width: 1023px) {




	footer.footer > div.container-1366 {
		flex-direction: column;
	}

	footer.footer > div.container-1366 > * {
		align-self: unset;
	}

	footer.footer > div.container-1366 .logo-wrapper {
		padding: 15px 0;
		border-bottom: 1px solid #131313;
		display: flex;
		justify-content: center;
	}

	footer.footer > div.container-1366 div.footer-menu {
		margin-right: 0;
		padding: 22px 0 19px;
		border-top: 1px solid #3d3d3c;
		border-bottom: 1px solid #131313;
	}

	footer.footer > div.container-1366 > div.footer-menu > ul {
		max-width: 640px;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		font-size: 1.875em;
	}

	footer.footer > div.container-1366 > div.footer-menu > ul li {
		flex-basis: 45%;
	}

	footer.footer > div.container-1366 > div.footer-menu > ul > li:not(:last-child) {
		margin-left: 0;
	}

	footer.footer > div.container-1366 > div.footer-menu > ul li:not(:nth-child(-n+2)) {
		margin-top: 20px;
	}

	footer.footer > div.container-1366 > div.footer-menu > ul li.mobile-social {
		display: flex;
		align-items: center;
	}

	footer.footer > div.container-1366 > div.footer-menu > ul li.mobile-social .single-social {
		margin: -2px 0;
	}

	footer.footer > div.container-1366 > div.footer-menu > ul li.mobile-social .single-social:not(:last-child) {
		margin-left: 27px;
	}

	footer.footer > div.container-1366 > div.footer-menu > ul li.mobile-social .single-social img {
		max-height: 25px;
		display: block;
	}

	footer.footer > div.container-1366 > div.footer-social {
		display: none;
	}

	footer.footer > div.container-1366 > div.discount-logo-wrapper {
		margin: 0;
		align-self: unset;
		padding: 15px 0;
		border-top: 1px solid #3d3d3c;
		display: flex;
		justify-content: center;
	}

}
footer.new-footer .credits .simplyad-logo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	margin-top: 20px;
	font-size: 14px;
}
@media (max-width: 640px) {
	footer.footer > div.container-1366 > div.footer-menu > ul {
		font-size: 4.8vw;
	}

	header.blue-header a {
		width: 82px;
	}

	footer.dark-footer a { 
		width: 59px;	
	}

	.contact-form .container-1019 {
		justify-content: unset;
		flex-direction: column;
	}

	.contact-form .description {
		flex-shrink: unset;
		font-size: 5.6vw;
	}

	.contact-form .description br {
		display: none;
	}

	.contact-form .form {
		margin: 64px 0 0;
		flex-basis: unset;
		width: 100%;
	}

	.contact-form .form .input-wrapper.input input {
		font-size: 5.6vw;
	}
	.contact-form .form .input-wrapper.submit button {font-size: 4.1vw;}

	.contact-form .form .input-wrapper.submit {
		margin-top: 80px;
	}

	.contact-form .form .input-wrapper.submit {
		justify-content: flex-start;
	}

	.a11y-toolbar.rtl {
		right: auto;
		left: 0;
	}
}

/*** site footer end ***/