@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
body{
	margin: 0;
	color: #000;
	font: 16px/24px 'Open Sans Hebrew', Arial, Helvetica, sans-serif;
	background: #fff;
	min-width: 320px;
	direction: rtl;
}

img{border-style: none;}
a{
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s;
			transition: all .3s;
}
a:hover{text-decoration: underline;}
input,
textarea,
select{
	font: 100% 'Open Sans Hebrew', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
			transition: all .3s;
}
input[type="search"]{-webkit-appearance: textfield;}
a:focus,
input:focus,
textarea:focus,
select:focus{outline: none;}
form,
fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
q{quotes: none;}
q:before{content: ''}
q:after{content: ''}
article,
aside,
footer,
header,
nav,
section{display: block;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.visible-xs{display:none !important;}
.visible-xs-inline-block{display:none !important;}
.visible-sm{display:none !important;}
.visible-sm-inline-block{display:none !important;}
/* headings */
h1{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 15px;
}
h2{
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 15px;
}
h3{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 15px;
}
h4{
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
}
h5{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}
h6{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px;
}
/* headings */
/* wrapper */
#wrapper{
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}
/* end wrapper */
/* container */
.container{
	max-width: 1210px;
	padding: 0 15px;
	margin: 0 auto;
}
.container:after{
	content: '';
	display: block;
	clear: both;
}
/* container */
/* buttons */
.btn{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	position: relative;
	font: 600 24px/1.2 'Open Sans Hebrew', 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	padding: 13px 20px;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	min-width: 250px;
	-webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, .18);
			box-shadow: 2px 2px 11px rgba(0, 0, 0, .18);
}
.btn:hover{text-decoration: none;}
.btn-primary{
	background: rgb(255,138,22);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY4YTE2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmQwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, rgba(255,138,22,1) 0%, rgba(255,109,4,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,138,22,1) 0%,rgba(255,109,4,1) 100%);
	background: linear-gradient(135deg, rgba(255,138,22,1) 0%,rgba(255,109,4,1) 100%);
	color: #fff;
}
.btn-primary:hover{
	-webkit-box-shadow: 2px 2px 11px rgba(0, 0, 0, .3);
			box-shadow: 2px 2px 11px rgba(0, 0, 0, .3);
}
.btn-info{
	background: #4388cc;
	color: #fff;
	font: 16px/20px 'Open Sans Hebrew', sans-serif;
	padding: 14px 20px 15px;
	text-transform: none;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.btn-info:hover{background: #356ca4;}

.btn-holder {
	display: none;
}
/* end buttons */
/* header */
#header{
	position: relative;
	z-index: 100;
	background: #fff;
	-webkit-box-shadow: 3px 3px 27px rgba(0, 0, 0, .13);
	box-shadow: 3px 3px 27px rgba(0, 0, 0, .13);
}
#header .container{
	padding-top: 14px;
	padding-bottom: 12px;
}
#header .logo{
	width: 213px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/tui-logo-color.png) no-repeat;
	float: right;
	margin: 0;
}
#header .logo a{
	display: block;
	height: 100%;
}
#header .block{
	display: none;
}
.languages{
	display: none;
	vertical-align: top;
	position: relative;
	width: 49px;
	height: 17px;
	margin: 1px 0 0 19px;
}
.languages:before{
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #d7d7d7;
}
.languages .languages-opener{
	display: block;
	position: relative;
	height: 17px;
	z-index: 20;
}
.languages .languages-opener:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5.5px 0 5.5px;
	border-color: #d7d7d7 transparent transparent transparent;
	-webkit-transition: all .3s;
			transition: all .3s;
	margin: 5px 0 0 11px;
}
.languages.opened .languages-opener:before{
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.languages:hover .languages-opener:before{border-top-color: #ff7107;}
.languages .languages-opener .flag{
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	width: 16px;
	overflow: hidden;
	margin: 3px 1px 0 0;
}
.languages .languages-opener .flag img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.languages > ul{
	display: none;
	list-style: none;
	margin: 3px -4px 0 0;
	padding: 5px;
	position: absolute;
	z-index: 100;
	top: 100%;
	right: 0;
	width: 26px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
			box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.languages > ul > li + li{padding-top: 5px;}
.languages > ul > li > a{display: block;}
.languages > ul > li > a img{
	display: block;
	width: 100%;
	max-width: 100%;
}
/* end header */
/* intro-section */
.intro-section {
	position: relative;
	/*z-index: 20;*/
	background: #f4f2e6 url(../images/TU_LP_AR_Screen_Time_v2.jpg) no-repeat 50% 0;
	min-height: 561px;
}
.intro-section .mobile-image {
	display: none;
}
.intro-section .container {
	max-width: 1136px;
}
.intro-section .block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #9c18e1;
	color: #fff;
	font-size: 23px;
	line-height: 26px;
}
.intro-section .block .holder {
	margin-left: auto;
	margin-right: auto;
	padding: 14px 15px 15px 360px;
	max-width: 1126px;
	min-height: 100px;
}
.intro-section .block h1 {
	font: 600 30px/33px 'Open Sans Hebrew', 'Open Sans', Arial, sans-serif;
	margin: 0 0 10px;
}
.intro-section .block p {
	margin: 0;
	word-spacing: -2px;
}
/* request-form */
.request-form {
	position: absolute;
	top: -400px;
	width: 331px;
	color: #242424;
	font: 18px/22px 'Open Sans Hebrew', 'Open Sans', Arial, sans-serif;
}
.request-form .holder{
	position: relative;
	z-index: 20;
	padding: 23px 24px 48px;
	background: #fff;
	-webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, .2);
			box-shadow: 3px 3px 9px rgba(0, 0, 0, .2);
}
.request-form .holder:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: url(../images/bg-block-02@2x.png) no-repeat;
	background-size: 100% 100%;
}
.request-form h2{
	color: #000;
	text-transform: uppercase;
	font:700 24px/1.2 'Open Sans Hebrew', 'Open Sans', Arial, sans-serif;
	text-align: center;
	margin: 0 0 9px;
}
.request-form p{
	margin: 0 0 17px;
	text-align: center;
}
.request-form .cols{position: relative;}
.request-form .cols > .col{position: relative;}
.request-form .form-control{
	width: 100%;
	height: 40px;
	display: block;
	font: 15px 'Open Sans Hebrew', sans-serif;
	text-transform: uppercase;
	border: solid 1px #d7d7d7;
	background: #fff;
	color: #555;
	padding: 2px 17px;
	margin: 0 0 19px;
	border-radius: 0 !important;
	-webkit-appearance: none;
}
.request-form .form-control::-moz-placeholder{
	color: #555;
	opacity: 1;
}
.request-form .form-control:-ms-input-placeholder{color: #555;}
.request-form .form-control::-webkit-input-placeholder{color: #555;}
.request-form .phone-input{
	border: solid 1px #d7d7d7;
	background: #fff;
	height: 40px;
	padding: 2px 17px;
}

.request-form .phone-input .selectedCountry {
	overflow: hidden;
	width: 20px;
	margin: 0px 5px 0 0;
	display: inline-block;
}
.request-form .country_list {
	float: left;
    position: relative;
    border: none !important;
    background-color: transparent !important;
	margin: 6px 6px 0 0;
	direction: ltr;
}
.country_list input::after {
    content: '';
    display: block;
    clear: both;
}
.request-form .phone-input .showAllCountries {
	display: block;
}
.request-form .phone-input .showAllCountries .triple {
	width: 40px;
	color: #ffa23f;
	font: italic 600 16px 'Open Sans Hebrew', sans-serif;
	padding: 0;
	background: none;
	border: 0;
	line-height: 1;
}
.request-form .phone-input .phone-number {
	overflow: hidden;
}
.request-form .phone-input .form-control{
	height: 40px;
	padding: 0;
	background: none;
	border: 0;
	margin: 0;
}
.request-form .input-box {
	position: relative;
}
.request-form .countrySelection {
   background: #fff;
    overflow: hidden;
    position: absolute;
   	width: 100%;
	top: 40px;
   	border: solid 1px #d7d7d7;
	border-top:none;
	display: none;
    z-index: 3000;
}
.request-form .countrySelection input {
	border: none
}
.request-form .countrySelection ul {
  padding:0;
  margin: 0;
  list-style: none;
  height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.request-form .countrySelection hr {
	border: 1 solid #fff;
	margin-top: 0;
}
.request-form .countrySelection li {
  padding-bottom: 10px;
  color: #555;
  font-size: 16px !important;
  line-height: 1em !important;
  padding: 10px;
  position: relative;
}
.request-form .countrySelection li span {
	display: inline-block;
	margin-right: 10px;
}
.request-form .tooltip {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 12px;
	color: #990000;
	padding-left: 20px;
	text-align: right;
	display: block;
}
.request-form .btn-row{
	text-align: center;
	position: absolute;
	z-index: 20;
	bottom: -23px;
	left: 0;
	right: 0;
}
.request-form .subscribe {
    margin: 14px 0 0;
}
.request-form .subscribe label {
    font-size: 14px;
    font-weight: 400;
    width: 85%;
    display: inline-block;
}
.request-form .subscribe input[type="checkbox"] {
    margin-left: 10px;
    vertical-align: top;
}
.request-form .subscribe a,
.agreement-disclosure-body a {
	color: #ff0f4d;
}
/* Disclosure Agreement */
#agreement-disclosure-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*! background: rgba(0,0,0,0.75); */
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agreement-disclosure-body {
    width: 300px;
    height: auto;
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    box-shadow: 0px 1px 9.5px 0.5px rgba(0, 0, 0, 0.1);
	z-index: 20;
}
.agreement-disclosure-body h4 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
    padding-bottom: 4px;
}
.agreement-disclosure-body p {
    line-height: 1.2;
    font-size: 15px;
}
.agreement-disclosure-body p.close {
    margin: 10px 0 0 !important;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
/* end of agreement */

.request-form .graphic-element{
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.request-form .graphic-element.el-01{
	width: 20px;
	top: 0;
	right: 0;
	margin: -24px 1px 0 0;
}
.request-form .graphic-element.el-02{
	width: 28px;
	top: 0;
	right: 0;
	margin: -22px -33px 0 0;
}
.request-form .graphic-element.el-03{
	width: 27px;
	bottom: 0;
	left: 0;
	margin: 0 0 -23px -25px;
}
.request-form .graphic-element.el-04{
	width: 37px;
	bottom: 0;
	left: 0;
	margin: 0 0 -59px -2px;
}
.request-form .graphic-element.el-05{
	width: 10px;
	bottom: 0;
	left: 0;
	margin: 0 0 -53px 57px;
}
.request-form .graphic-element.el-06{
	width: 198px;
	height: 198px;
	border-radius: 100%;
	bottom: 0;
	right: 0;
	margin: 0 -46px -77px 0;
	border: dotted 2px #ba01e2;
}
.request-form .graphic-element img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.request-form .graphic-element.el-06 img{display: none;}
/* end intro-section */
/* base-info */
.base-info {
	padding-top: 34px;
	padding-bottom: 7px;
}
.base-info .container {
	padding-left: 460px;
	max-width: 1126px;
}
.base-info .col-01 {
	float: right;
	width: 100%;
}
.base-info .col-02 {
	float: left;
	width: 330px;
	padding-top: 230px;
	margin: 0 115px 0 -445px;
	position: relative;
}
/* descr-list */
.descr-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.descr-list > li {
	padding: 0 110px 40px 0px;
}
.descr-list > li:after {
	content: '';
	display: block;
	clear: both;
}
.descr-list .img {
	float: right;
	margin: 0 -110px 0 10px;
	padding-top: 4px;
	width: 100px;
}
.descr-list .img img {
	vertical-align: top;
	max-width: 100%;
}
.descr-list h3 {
	font: 600 18px/1.3 'Open Sans Hebrew', 'Open Hebrew', Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 3px;
}
.descr-list p {
	margin: 0 0 10px; 
	font-size: 16px;
}

/* industry-box */

.industry-box {
	padding: 20px 24px 17px;
	margin-bottom: 20px;
	background: #fff;
	color: #696969;
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	-webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0, .12);
	box-shadow: 0 1px 15px 0 rgba(0,0,0, .12);
}
.industry-box p {margin: 0 0 10px;}
.industry-box h3 {
	font: 700 24px/1.2 'Open Sans Hebrew', 'Open Hebrew', Arial, sans-serif;
	color: #000;
	margin: 0 0 15px;
}
.industry-box h2 {
	font: 23px/1.2 'Open Sans Hebrew', 'Open Hebrew', Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.industry-box h2 strong {
	color: #ff7b20;
	font-weight: 400;
	font-family: 'Open Sans Hebrew', 'Open Hebrew', Arial, sans-serif;
}
.industry-box .str {display: block;}
.industry-box .head {
	position: relative;
	padding-bottom: 20px;
	margin: 0 -10px 20px;
	color: #262626;
}
.industry-box .head:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	height: 2px;
	background: #ccc;
}
.industry-box .head h2 {margin-bottom: 0;}
/* testimonials-section */
.testimonials-section{
	/*! background: #fff url(../images/bg-block-03.png) repeat; */
	/*! direction: ltr; */
	/*! border-top: 1px solid #e9e9e9; */
	clear: both;
}
.testimonials-section .container{
	max-width: 742px;
	/*! padding: 49px 0 58px; */
	padding: 0px 110px 58px 0px;
	/*! text-align: right; */
	/*! border-top: 1px solid #e9e9e9; */
}
.testimonials-section h2 {
	/*! text-align: center; */
	margin-bottom: 20px;
	/*! border-top: 1px solid #e9e9e9; */
	/*! padding-top: 30px; */
}
.testimonials-section .video-slider-container .item-wrap {
	display: block;
	max-width: 516px;
	/*! margin: 0 auto; */
}
.testimonials-section .video-slider-container .video_wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	/*! display: none; */
}
.testimonials-section .video-slider-container .video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.testimonials-section blockquote {
	padding:  0;
	margin: 0;
}
.testimonials-section blockquote p {
	font-size: 17px;
	color: #000;
	text-align: right;
	margin: 20px 0 10px;
	color: #333333;
}
.testimonials-section blockquote footer {
	font-size: 16px;
	text-align: right;
	font-weight: 600;
	color: #333333;
	line-height: 1.2;
}
.slick-dots{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	font-family: 'AdobeBlank';
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 0 4px;
}
.slick-dots button{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	border: 0;
	cursor: pointer;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #707070;
}
.slick-dots button:hover,
.slick-dots .slick-active button{background: #fa0673;}
.slick-dots button:focus{outline: none;}
/* end testimonials-section */
/* how-works */
.how-works{
	background: #fff;
	text-align: center;
	border-top: 1px solid #e9e9e9;
}
.how-works .container{
	padding-top: 87px;
	padding-bottom: 40px;
	max-width: 1114px;
}
.info-carousel{
	position: relative;
	margin: 0 -30px;
	font-size: 0;
	line-height: 0;
	font-family: 'AdobeBlank';
}
.info-carousel .slick-slide:focus{outline: none;}
.about-list{
	list-style: none;
	margin: 0 -30px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	font-family: 'AdobeBlank';
}
.about-list > li{
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	width: 25%;
	color: #949393;
	font: 16px/20px 'Open Sans Hebrew', 'Open Sans', Arial, sans-serif;
}
.info-carousel .about-list{margin: 0;}
.info-carousel .about-list > li{width: 50%;}
.about-list .img{
	position: relative;
	margin: 0 0 10px;
	height: 152px;
}
.about-list .img img{
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
}
.about-list h3{
	color: #000;
	text-transform: uppercase;
	margin: 0 0 10px;
	font: 600 18px/22px 'Open Sans Hebrew', 'Open Hebrew', Arial, sans-serif;
}
.about-list h3 a{color: #000;}
.about-list h3 a:hover{
	text-decoration: none;
	color: #ff770a;
}
.about-list p{margin: 0;}
/* end how-works */
/* learning-info */
.learning-info{
	background: #fff;
	text-align: center;
	font: 30px/36px 'Open Sans Hebrew', 'Open Hebrew', Arial, sans-serif;
	color: #000;
}
.learning-info .container{
	padding-top: 46px;
	padding-bottom: 173px;
	max-width: 760px;
}
.learning-info h2{
	color: #2a2a2a;
	margin: 0 0 25px;
	text-transform: uppercase;
	font: 600 30px/1.3 'Open Sans Hebrew', 'Open Hebrew', Arial, sans-serif;
	position: relative;
	padding: 30px 0 0;
}
.learning-info h2:before{
	/*! content: ''; */
	position: absolute;
	z-index: 20;
	top: 0;
	left: 50%;
	width: 700px;
	height: 4px;
	background: url(../images/bg-block-05.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0 0 -350px;
}
.learning-info h3{
	color: #bdbdbd;
	margin: 0 0 15px;
	text-transform: uppercase;
	font: 600 15px/18px 'Open Sans Hebrew', sans-serif;
}
.learning-info p {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}
.customers-logos{
	list-style: none;
	margin: 0;
	padding: 0 0 24px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	font-family: 'AdobeBlank';
}
.customers-logos li{
	display: inline-block;
	vertical-align: middle;
}
.customers-logos li + li{margin: 0 30px 0 0;}
.customers-logos .logo-intel{width: 96px;}
.customers-logos .logo-microsoft{width: 192px;}
.customers-logos .logo-ibm{width: 106px;}
.customers-logos img{
	display: block;
	width: 100%;
	max-width: 100%;
}
.learning-info p{margin: 0;}
/* end learning-info */
/* footer */
#footer{
	text-align: center;
	background: #06071b;
	color: #959595;
	font-size: 15px;
	line-height: 18px;
}
#footer .container{
	padding-top: 62px;
	padding-bottom: 130px;
	max-width: 1310px;
	position: relative;
}
#footer .container:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 43px;
	left: 15px;
	right: 15px;
	height: 1px;
	background: #383949;
}
#footer p{margin: 0 0 6px;}
#footer nav{
	font-size: 0;
	line-height: 0;
	font-family: 'AdobeBlank';
}
#footer nav > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer nav > ul > li{
	display: inline-block;
	vertical-align: top;
	font: 15px/18px 'Open Sans Hebrew', sans-serif;
	position: relative;
}
#footer nav > ul > li + li{padding: 0 14px 0 0;}
#footer nav > ul > li + li:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	width: 1px;
	height: 14px;
	background: #d2d2d3;
	margin: 2px 6px 0 0px;
}
#footer nav > ul > li > a{color: #fff;}
#footer nav > ul > li > a:hover{
	text-decoration: none;
	color: #ff8715;
}
/* end footer */
/* btn-totop */
.btn-totop{
	position: fixed;
	z-index: 90;
	top: 50%;
	left: 0;
	margin: -38px 0 0;
	width: 62px;
	height: 75px;
	border: solid #989798;
	border-width: 3px 3px 3px 0;
	border-radius: 0px 7px 7px 0;
	background: #d7d7d7;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0;
}
.scrolled .btn-totop{opacity: 1;}
.btn-totop:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 26px;
	background: url(../images/arrow-up-gray-01.png) no-repeat;
	background-size: 30px 26px;
	margin: -13px 0 0 -15px;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.btn-totop:hover:before{margin-top: -15px;}
.visible-md{display:none !important;}
/* end btn-totop */
@media only screen and (max-width: 1259px) {
	/* buttons */
	.btn{
		font-size: 24px;
		line-height: 30px;
		padding: 11px 20px;
		min-width: 250px;
	}
	/* end buttons */
	/* header */
	#header .container{padding: 11px 23px 10px;}
	#header .block{padding: 11px 5px 0 15px;}
	/* end header */
	.visible-md{display: block !important;}
	/* testimonials-section */
	.testimonials-section .container{
		max-width: 742px;
		padding-top: 49px;
		padding-bottom: 60px;
	}
	.testimonial{
		padding: 22px 203px 51px 0px;
	}
	/* end testimonials-section */
	/* how-works */
	.how-works{
		position: relative;
		border-top: solid 1px #d9d9d9;
	}
	.how-works:before{
		content: '';
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		background: rgb(245,245,245);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
	}
	.how-works .container{
		padding-top: 58px;
		padding-bottom: 69px;
		max-width: 494px;
		position: relative;
		z-index: 20;
	}
	.about-list{margin: 0 -25px;}
	.about-list > li{
		padding: 20px 25px 37px;
		width: 50%;
		font-size: 14px;
		line-height: 18px;
	}
	.about-list .img{
		margin: 0 0 13px;
		height: 130px;
	}
	.about-list .img img{max-height: 86%;}
	.about-list h3 {
		margin: 0 0 10px;
		font-size: 18px;
		font-weight: 600;
		line-height: 22px;
	}
	.about-list p {
		font-size: 16px;
		line-height: 1.3;
	}
	/* end how-works */
	/* learning-info */
	.learning-info{
		border-top: solid 1px #d9d9d9;
		font-size: 26px;
		line-height: 31px;
		position: relative;
	}
	.learning-info:before{
		content: '';
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		background: rgb(245,245,245);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
	}
	.learning-info .container{
		padding-top: 59px;
		padding-bottom: 69px;
		max-width: 660px;
		position: relative;
		z-index: 20;
	}
	.learning-info h2{
		margin: 0 0 25px;
		font-size: 30px;
		line-height: 1.3;
		padding: 0;
	}
	.learning-info h2::before{display: none;}
	.learning-info h3{
		margin: 0 0 13px;
		font-size: 13px;
		line-height: 16px;
	}
	.customers-logos{padding: 0 0 21px;}
	.customers-logos li + li{margin: 0 28px 0 0;}
	.customers-logos .logo-intel{width: 85px;}
	.customers-logos .logo-microsoft{width: 167px;}
	.customers-logos .logo-ibm{width: 93px;}
	/* end learning-info */
	/* countdown-section */
	.countdown-section{display: none;}
	/* end countdown-section */
	/* footer */
	#footer{
		font-size: 15px;
		line-height: 19px;
	}
	#footer .container{
		padding-top: 36px;
		padding-bottom: 45px;
	}
	#footer .container:before{display: none;}
	#footer p{margin: 0 0 25px;}
	#footer nav > ul > li{
		font-size: 15px;
		line-height: 18px;
	}
	#footer nav > ul > li + li{padding: 0 48px 0 0;}
	#footer nav > ul > li + li:before{margin: 3px 24px 0 0;}
	/* end footer */
}
@media only screen and (max-width: 1199px) {
	/* intro-section */
	.intro-section {
		min-height: 561px;
	}
	.intro-section .block {font-size: 20px;}
	.intro-section .block h1 {
		font-size: 30px;
		margin-bottom: 9px;
	}
	.intro-section .block .holder {
		display: table-cell;
		vertical-align: middle;
		width: 1%;
		height: 120px;
		min-height: 1px;
		padding-right: 18px;
		padding-bottom: 20px;
		padding-left: 380px;
	}
	.request-form {
		top: 96px;
		right: auto;
		left: 34px;
		bottom: auto;
		margin-left: 0;
		font-size: 16px;
		line-height: 24px;
	}
	.request-form .holder {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.request-form h2 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.request-form .form-control,
	.request-form .phone-input,
	.select-area {
		height: 45px;
		margin-bottom: 15px !important;
	}
	.request-form .form-control,
	.select-area .center {
		padding-left: 10px;
		text-transform: capitalize;
	}
	.request-form .form-control {padding-right: 10px;}
	.select-area .center {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.request-form .phone-input {
		/*margin-bottom: 28px;*/
		padding-top: 3px;
	}
	.request-form .btn-row {
		position: static;
		margin-top: 10px;
	}
	.request-form .btn-row .btn {
		display: block;
		width: 100%;
		min-width: 1px;
	}
	.request-form .graphic-element.el-06 {display: none;}
	/* base-info */
	.base-info {padding-top: 58px;}
	.base-info .container {
		padding-left: 0;
		padding-right: 0;
	}
	.base-info .col-01 {
		float: none;
		max-width: 714px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.base-info .col-02 {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
		position: static;
	}
	.descr-list {padding-bottom: 24px;}
	.descr-list > li {
		padding-right: 100px;
		padding-left: 30px;
		padding-bottom: 37px;
	}
	.descr-list .img {
		margin-right: -100px;
		width: 80px;
	}
	.descr-list h3 {
		font-size: 18px;
		line-height: 22px;
		text-transform: none;
	}
	/* insdustry-box */
	.industry-box {
		position: relative;
		padding: 0;
		border-top: 1px solid #d9d9d9;
		background: #fff;
		line-height: 23px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.industry-box:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 61px;
		background: #f5f5f5;
		background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
		background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);
	}
	.industry-box .holder {
		margin-left: auto;
		margin-right: auto;
		max-width: 564px;
		padding: 68px 15px 35px;
	}
	.industry-box .head {
		padding-bottom: 0;
		margin-bottom: 18px;
	}
	.industry-box .head:after {display: none;}
	.industry-box h3 {margin-bottom: 15px;}
}
@media only screen and (max-width: 1024px) {
	.request-form .graphic-element {display: none;} /* hidden all graphical elements  */
	.about-list > li {
		font-size: 16px;
		line-height: 1.5;
	}
	.testimonials-section .container{
		max-width: 760px;
		padding-top: 0;
		padding-bottom: 58px;
		text-align: center;
	}
	.testimonials-section .video-slider-container .item-wrap {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 991px) {
	.visible-xs{display:none !important;}
	.visible-xs-inline-block{display:none !important;}
	.visible-sm{display: block !important;}
	.visible-sm-inline-block{display: inline-block !important;}
	.hidden-sm{display: none !important;}
	/* header */
	.languages:before {display: none;}
	/* intro-section */
	.intro-section {
		-webkit-background-size: cover;
		background: rgb(245, 105, 4) url(../images/768_laptop_brain.jpg) no-repeat 0% 0%;
		min-height: 505px;
	}
	.intro-section:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		/* removed tablet black opac background: rgba(0,0,0, .5); */
	}
	.intro-section .block {
		position: relative;
		background: none;
		font-size: 25px;
		line-height: 34px;
	}
	.intro-section .block .holder {
		display: block;
		width: auto;
		height: auto;
		padding-top: 43px;
		padding-right: 15px;
		padding-left: 325px;
	}
	.intro-section .block h1 {
		font-size: 37px;
		line-height: 47px;
		margin-bottom: 5px;
	}
	.request-form {
		left: 0;
	}
	.request-form .holder {
		padding-top: 29px;
	}
	.request-form p {
		margin-bottom: 12px;
	}
	/* base-info */
	.base-info {padding-top: 86px;}
	.base-info .col-01 {
		max-width: 670px;
	}
	.descr-list {padding-bottom: 17px;}
	.descr-list h3 {
		font-size: 18px;
	}
	.descr-list p {
		font-size: 16px;
	}
	.descr-list > li {padding-bottom: 35px;}
	
	.testimonial{padding: 22px 214px 51px 0;}
	.testimonial .photo{margin: 0 0 0 12px;}
	.about-list h3 {
		margin: 0 0 5px 0;
	}
	.how-works{
		position: relative;
		border-top: solid 1px #eaeaea;
	}
	.how-works:before{
		content: '';
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		background: rgb(245,245,245);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%);
	}
	.how-works .container{
		position: relative;
		z-index: 20;
		padding-top: 67px;
		padding-bottom: 31px;
	}
	.learning-info .container{
		padding-top: 59px;
		padding-bottom: 65px;
	}
	#footer .container{
		padding-top: 37px;
		padding-bottom: 60px;
	}
	.visible-md{display:none !important;}
}
@media only screen and (min-width: 768px) {
	.info-carousel .slick-list{
		-webkit-transform: none !important;
				transform: none !important;
	}
	.info-carousel .slick-track{
		-webkit-transform: none !important;
				transform: none !important;
		width: auto !important;
	}
	.info-carousel .slide{
		width: auto !important;
		display: block !important;
		vertical-align: top;
		top: auto !important;
		left: auto !important;
		opacity: 1 !important;
	}
	.info-carousel .slide.slick-cloned{display: none !important;}
	.info-carousel .slick-dots{display: none !important;}
}
@media only screen and (min-width: 1260px) {
	.info-carousel .slide{
		width: 50% !important;
		display: inline-block !important;
	}
}

@media only screen and (max-width: 768px) {
	.base-info {padding-top: 104px;}
	.intro-section {
    	background-image: url(../images/768_laptop_brain.jpg);
	}

	.intro-section .graphic-element {display: none;} /* hidden all graphical elements  */
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
	body{-webkit-text-size-adjust: none;}
	.visible-sm{display: none !important;}
	.visible-sm-inline-block{display: none !important;}
	.hidden-sm{display: block !important;}
	.hidden-xs{display: none !important;}
	.visible-xs{display: block !important;}
	.visible-xs-inline-block{display: inline-block !important;}
	/* buttons */
	.btn{
		font-size: 24px;
		line-height: 30px;
		padding: 7px 20px;
		min-width: 252px;
	}
	.btn-info{
		font-size: 16px;
		line-height: 20px;
		padding: 14px 20px 15px;
		min-width: 326px;
	}
	/* end buttons */
	/* header */
	/*#header .block {
		margin-right: -22px;
	}
	.ar #header .block {
		margin-right: unset;
		margin-left: -22px;
	}*/
	#header .container{padding: 4px 23px 7px;}
	/* end header */
	/* intro-section */
	.intro-section {
		background-image: none;
		min-height: unset;
	}
	.intro-section:before {display: none;}
	.intro-section .container {
		padding-left: 0;
		padding-right: 0;
	}
	.intro-section .mobile-image {
		display: block;
		width: 100%;
	}
	.intro-section .block {
		background: #9c18e1;
		text-align: center;
	}
	.intro-section .block:before {
		display: none;
	}
	.intro-section .block .holder {
		position: relative;
		padding: 20px 15px;
		margin: auto;
		max-width: unset;
		min-height: unset;
	}
	.intro-section .block h1 {
		font-size: 27px;
		line-height: 1.2;
		font-weight: 700;
		min-height: unset;
		/*! color: #B008E1; */
		margin-bottom: 3px;
	}
	.intro-section .block p {
		font-size: 22px;
		line-height: 1.2;
		margin: 0 20px;
		word-spacing: 0;
	}
	.request-form {
		position: relative;
		top: 0;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #e5e5e5;
	}
	.request-form h2 {
		margin-bottom: 5px;
	}
	.request-form .holder {
		position: static;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		/*! padding-top: 14px; */
		padding-bottom: 49px;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 20px;
	}
	.request-form p {margin-bottom: 35px;}
	.request-form .btn-row .btn {
		padding-top: 12px;
		padding-bottom: 12px;
		width: 100%;
	}
	.request-form .graphic-element.el-04 {
		margin-bottom: -20px;
		margin-left: -10px;
	}
	.request-form .graphic-element.el-05 {display: none;}
	/* end intro-section */
	/* base-info */
	.base-info {
		padding-top: 12px;
		padding-bottom: 0;
	}
	.base-info .container {
		display: flex;
		flex-direction: column;
	}
	.base-info .col-01 { order: 0; }
	.base-info .col-02 { order: 2; }
	.base-info .testimonials-section { order: 1; }
	/* descr-list */
	.descr-list {
		line-height: 23px;
		padding-bottom: 21px;
	}
	.descr-list > li {
		position: relative;
		padding: 20px 0 30px;
	}
	.descr-list > li + li:before {
		content: '';
		position: absolute;
		top: 0;
		left: -15px;
		right: -15px;
		z-index: -1;
		height: 58px;
		background: #f5f5f5;
		background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
		background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);
	}
	.descr-list .img {display: none;}
	.descr-list h3 {
		line-height: 21px;
		margin-bottom: 7px;
	}
	/* industry-box */
	.industry-box {
		line-height: 27px;
		margin-bottom: 0;
	}
	.industry-box .holder {
		padding-top: 53px;
		padding-bottom: 33px;
	}
	.industry-box .head {
		padding-bottom: 19px;
		margin-bottom: 30px;
	}
	.industry-box .head:after {
		display: block;
	}
	.industry-box h3 {margin-bottom: 8px;}
/* testimonials-section */
	.testimonials-section .container{
		padding: 0px 20px 37px;
	}
	.testimonials-section h2{
		text-align: center;
		max-width: 212px;
		margin: 0 auto;
		padding: 0 0 26px;
		text-transform: uppercase;
		color: #000;
		font: 700 20px/24px 'Open Sans Hebrew', 'Open Hebrew', Arial, sans-serif;
		/*! border-bottom: solid 1px #dce1e6; */
		border-top: 0;
	}
	.testimonials-section blockquote p {
		text-align: center;
	}
	.testimonials-section blockquote footer {
    	font-size: 16px;
    	padding-left: 0px;
    	text-align: center;
	}
	/* end testimonials-section */

	#footer nav > ul > li
	.testimonial {
		text-align: center;
		padding: 0 0 29px;
	}
	.testimonial .photo {
		position: relative;
		top: auto;
		left: auto;
		width: 169px;
		margin: 0 auto 26px;
	}
	.testimonial blockquote q{
		font-size: 16px;
		line-height: 24px;
		padding: 0 0 20px;
	}
	.testimonial blockquote cite{
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.slick-dots li{padding: 0 6px;}
	/* end testimonials-section */
	/* how-works */
	.how-works .container{
		padding-top: 71px;
		padding-bottom: 12px;
	}
	.info-carousel {
		direction: ltr;
	}
	.info-carousel .about-list{padding: 0 70px 25px;}
	.info-carousel .about-list > li{
		display: block;
		width: auto;
		padding: 0;
	}
	.info-carousel .about-list h3,
	.info-carousel .about-list p {
		direction: rtl;
	}
	.info-carousel .about-list > li + li{padding-top: 57px;}
	/* end how-works */
	/* learning-info */
	.learning-info{
		border-top: 0;
		font-size: 19px;
		line-height: 1.3;
	}
	.learning-info:before{height: 130px;}
	.learning-info .container{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.learning-info h2{
		margin: 0 0 7px;
		font-size: 25px;
		line-height: 31px;
	}
	.learning-info h3{
		margin: 0 0 15px;
		font-size: 16px;
		line-height: 1.5;
	}
	.learning-info p {
		font-size: 18px;
	}
	.customers-logos{padding: 10px 0 27px;}
	.customers-logos li + li{margin: 0 20px 0 0;}
	.customers-logos .logo-intel{width: 58px;}
	.customers-logos .logo-microsoft{width: 114px;}
	.customers-logos .logo-ibm{width: 63px;}
	/* end learning-info */
	/* footer */
	#footer{
		color: #fff;
	}
	#footer .container{
		padding-top: 43px;
		padding-bottom: 75px;
	}
	#footer p{margin: 0 0 13px;}
	#footer p span{
		display: block;
		color: #ccc;
		padding: 0 0 7px;
	}
	#footer nav > ul > li{
		font-size: 15px;
		line-height: 18px;
	}
	#footer nav > ul > li + li:before{margin: 3px 24px 0 0;}
	/* end footer */
	/* mobile-cta */
	.mobile-cta{
		position: fixed;
		z-index: 90;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.mobile-cta .btn-info{
		display: block;
		min-width: 1px;
		font-size: 20px;
	}
	/* end mobile-cta */
	.visible-md{display:none !important;}
}


@media only screen and (max-width: 360px) {
	.btn {
		min-width: unset;
		width: 100%;
	}
}
/*----------------------------------------------------------------*/
/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	right:-9999px !important;
}
/* custom select styles */
.select-area {
	position: relative;
	overflow: hidden;
	margin: 0 0 19px;
	height: 45px;
	width: auto !important;
	background: #fff;
	border: solid 1px #d7d7d7;
	cursor: pointer;
	text-align: right;
}
.select-area.select-active{border-bottom: 0;}
.select-area .select-opener {
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	width: 35px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}
.select-area .select-opener:before{
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin: -4px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4.5px 0;
	border-color: #ff9019 transparent transparent transparent;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.select-area.select-active .select-opener:before{
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	display: block;
	color: #555;
	padding: 13px 17px 11px 0;
	z-index: 2;
	font: 15px/20px 'Open Sans Hebrew', sans-serif;
	text-transform: uppercase;
	margin: 0 0 0 45px;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.select-area.select-active .center{
	color: #9f9f9f;
	padding-right: 23px;
}
.select-area .center:before{
	content: '*';
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	color: #ffa23f;
	-webkit-transition: all .3s;
			transition: all .3s;
	font-weight: 700;
	margin: 6px 12px 0 0;
	opacity: 0;
}

.select-area.select-active .center:before{opacity: 1;}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	position: absolute;
}
.select-options .drop-holder {
	background: rgba(255, 255, 255, .9);
	overflow:hidden;
	position:relative;
	border: solid #d7d7d7;
	border-width: 0 1px 1px;
}
.select-options div.drop-list {width: 100%;}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0 5px 6px;
	margin: 0;
	position:relative;
	z-index:2;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
	font: 15px/18px 'Open Sans Hebrew', sans-serif;
	text-transform: uppercase;
	height: 30px;
}
.select-options ul a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 1px 15px 1px 38px;
	color: #565656;
}
.select-options .item-selected a {
	text-decoration: none;
	color: #ffa23f;
}
.select-options ul a:hover {text-decoration: none;}
.select-options ul a:focus {outline: none;}


/* mobile to tab max 480 */ 
@media only screen and (max-width: 767px) and (min-width: 479px) {
.request-form .holder { max-width: 480px; }

}


