/* --- Inner Page Styles --- */
#contentWrapper.innerContentWrapper{
	background: #f7f7f7 url(../../_media/images/general/body-top-shadow.png) left top repeat-x;
	padding-top: 40px;
}

#innerPageContent{
	padding: 0 66px 75px;
}

.innerPageContentTop{
	padding: 0 5px;
}

#innerPageContent h1{
	font-size: 30px;
	color: #2f383d;
	background: url(../../_media/images/general/service-bullet.png) right center no-repeat;
	padding-right: 12px;
	line-height: 29px;
	margin-bottom: 10px;
}

a.goToBtn{
	background: none;
	padding: 0;
	width: 75px;
	line-height: 29px;
	background: #f68125;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 12px;
	color: #2f383d;
	text-align: center;
	font-weight: bold;
	position: relative;
}

a.goToBtn:hover{
	color: #fff;
}

a.goToBtn i{
	background: url(../../_media/images/general/icons.png) -880px -36px no-repeat;
	width: 9px;
	height: 12px;
	position: absolute;
	top: 8px;
	left: -6px;
	display: block;
}

#innerPageContent h2 p{
	font-size: 20px;
	color: #9f9f9f;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 5px;
	margin: 0;
}

#innerPageContent hr{
	background: #2f383d;
	height: 1px;
	border: 0;
	margin: 35px 0 25px;
}

#innerPageContent p,#innerPageContent div{
	font-size: 14px;
	line-height: 24px;
	padding: 0 5px;
}

#videoBoxWrapper{
	position: relative;
	margin-bottom: 25px;
	margin-top: 40px;
	max-width:480px;
}

#videoBoxWrapper .shadowTop{
	width: 134px;
	height: 77px;
	position: absolute;
	top: -18px;
	right: -9px;
	background: url(../../_media/images/general/icons.png) -959px 0 no-repeat;
}

#videoBoxWrapper .shadowBottom{
	width: 124px;
	height: 77px;
	position: absolute;
	bottom: -28px;
	left: -13px;
	background: url(../../_media/images/general/icons.png) no-repeat;
	background-position:-1108px -4px;
}

#videoBox{
	max-width: 481px;
	height: 385px;
	/*position: absolute;
	top: 19px;
	left: 18px;*/
}

#videoBox iframe{
	border: 0;
}

#videoBoxWrapper p{
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 11px;
	color: #525252;
}

@media(min-width: 768px) {
	#videoBoxWrapper {
		width: 50vw;
		max-width:none;
	}
	#videoBox {
		width: 100%;
		max-width: 50vw;
	 	height: auto;
	}
	#videoBox iframe {
		width: 100%;
		height:100%;
		min-height: 542px;
	}
}

#contentWrapper.innerContentWrapper #newsletter .container{
	width: 808px;
}
#headerInnerIcons li>a>h1 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	display: inline;
}

input.err{
	border: 1px solid red !important;
}

.contact_center{
	width: 80%;
	margin: 0 auto;
}

.contact_center .contact-txt{
	font-family: OpenSansHebrew-Regular;
	font-size: 22px;
	color: #000000;
	letter-spacing: -0.16px;
	text-align: center;
}

.contact_center label{
	font-family: OpenSansHebrew-Regular;
	font-size: 15px;
	color: #000000;
	letter-spacing: -0.16px;
	text-align: right;
	width:25%;
	display: block;
	float: right;
	position: relative;
	vertical-align: middle;
}
.contact_center input[type=text], .contact_center input[type=number], .contact_center textarea{
	background: rgba(0,0,0,0.00);
	border: 1px solid #D1D0D0;
	width:70%;

}

.column .has-feedback:first-child{
	margin-top: 20px;
}

.contact_center input[type=text], .contact_center input[type=number]{
	min-height: 35px;
}

.contact_center textarea{
	min-height: 105px;

}

.column .btn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	user-select: none;

}

.column .submit_wrapper{
	width:100%;
}

.column input[type=submit]{
	background-color: #f78225;
	border:1px solid #f78225;
	color: #ffffff;
	width:97%;
	-webkit-appearance: button;
	cursor: pointer;
	outline: 0 none !important;
	box-shadow: none !important;
	margin-top:22px;
}

.column .recall_text{
	font-family: OpenSansHebrew-Regular;
	font-size: 12px;
	color: #000000;
	letter-spacing: -0.16px;
	text-align: right;
}

.recall_wrapper{
	margin-bottom: 44px;
	margin-top:20px;
	width:97%;

}

.contact_center input[type=number].recall_text{
	width:60%;
}

.recall_btn{
	font-family: OpenSansHebrew-Bold;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: -0.16px;
	text-align: center;
	border: 1px solid #393C3D;
	background: #393C3D;
	float: left;
	width:40%;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.err_message{
	font-size: 12px;
	position: relative;
	width: 75%;
	float: left;
	color: red;
	height:20px;
}

.recall_wrapper .err{
	color:red !important;
}

.recall_wrapper .message{
	width: 80%;
	float: right;
	height:20px;
	font-size: 12px;
	position: relative;
	width: 75%;
	color: green;
}


.left_column .btn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	user-select: none;
}

.owl-nav img{
	width: 15px !important;
	height: 27px !important;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
	width: 20px;
	position: absolute;
	top: calc(50% - 14px);
	padding: 0px 30px 0px 40px;
}

.owl-nav .owl-next{
	left:0;
}

.owl-stage .owl-item a{
	display: block;
	position: relative;
}

.owl-stage .slider_text {
	/*position: absolute;*/
	width: 100%;
	/*text-align: center;*/
	/*top: calc(50% - 17px);*/
	color: #ffffff;
	font-size: 25px;
	line-height: 30px;
}

.owl-stage .slider_sub_text{
	/*position: absolute;*/
	width: 100%;
	/*text-align: center;*/
	/*top: calc(65% - 11px);*/
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
}

.slider_btn{
	display: block;
	width: 75px;
	height: 25px;
	font-size: 15px;
	background-color: #ff7219;
	color: #ffffff;
	text-align: center;
	padding: 2px;
}

.owl-stage .text_wrapper{
	position: absolute;
	width: 60%;
	top: calc(50% - 59px);
	left: 15%;

}

@media(min-width: 1024px){
	.column .has-feedback:first-child{
		margin-top:0;
	}

	.owl-stage .text_wrapper{
		top: calc(65% - 145px);
	}

	.owl-stage .slider_text {
		/*top: calc(50% - 45px);*/
		font-size: 40px;
		line-height:45px;
	}

	.owl-stage .slider_sub_text {
		font-size:20px;
	}

	.slider_btn{
		display: block;
		width:96px;
		height:38px;
		font-size:20px;
		background-color: #ff7219;
		color: #ffffff;
		text-align: center;
		padding: 5px;
	}

	.left_column{
		width: 50%;
		float: left;
		padding-right: 30px;
	}

	.err_message{
		width:80%;
	}
	
	.column{
		width:50%;
		float: right;
		padding-right: 30px;
	}

	 .recall_wrapper {
		width: 80%;
		float: left;
	}

	.contact_center label{
		width: 20%;
		float: right;
		font-size:20px;
	}

	.contact_center input[type=text], .contact_center input[type=number], .contact_center textarea{
		width:80%;
		float: right;
	}

	#contact-form{
		margin-top:30px;
	}

	.column .submit_wrapper input[type=submit]{
		float: left;
		width:80%;
	}

	.recall_btn{
		width:25%;
		height: 48px;
	}

	.contact_center input[type=number].recall_text{
		width:75%;
		min-height: 48px;
		padding-right:10px
	}
	
	.contact_center .contact-txt{
		text-align: right;
	}

	.contact_center input[type=number].recall_text::placeholder{
		font-size:16px!important;
	}
}

.contact_center input[type=number].recall_text::placeholder{
	color: black;
	font-size:12px;
	padding-right: 10px;
}



@media(max-width: 400px){
	.slider_btn{
		position: absolute;
		left:0;
		top:85%;
	}
}

@media(min-width: 1870px){
	.owl-stage .slider_text {
		font-size: 60px;
		line-height: 68px;
	}

	.owl-stage .slider_sub_text {
		font-size:30px;
	}

	.contact_center label{
		font-size:24px;
	}

	.column .submit_wrapper input[type=submit]{
		font-size: 23.89px;
	}

	.recall_btn{
		font-size: 24px;
	}

	.contact_center input[type=number].recall_text{
		font-size:16px;
	}

	.contact_center .contact-txt{
		font-size: 48.08px;
	}
}