@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
/*
 Eric Meyer's Reset
 ----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 Global Typography
 ----------------------------------------*/
*, :before, :after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body {
	line-height: 1.1;
	color: #000;
	position: relative;
	font-family: 'Open Sans Hebrew';	
}
.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1002px;
}
/*
 Global headings
 ----------------------------------------*/
h1 {
	font-size: 8.158rem;	
	color: #ffcf69;
	line-height: 1.22;
}
h2 {
	font-size: 4rem;
	font-weight: 800;	
	margin-bottom: 38px;
}
/*
 Form Elements
 -----------------------------*/
input[type="text"], input[type="password"], input[type="email"], textarea {
	-webkit-appearance: none;
	height: 32px;
	border-radius: 0;
	border: none;
	padding: 0 12px;
	background: #fff;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	font-family: 'Open Sans Hebrew';	
	width: 100%;
	font-size: 1.6rem;
}
textarea {
	resize: none;
	height: 185px;
	padding: 3px 12px;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
input::-ms-clear {
	display: none;
}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */
	color: #1d1d1b;
	opacity: 1;
}
::-moz-placeholder {/* Firefox 19+ */
	color: #1d1d1b;
	opacity: 1;
}
:-ms-input-placeholder {/* IE 10+ */
	color: #1d1d1b;
	opacity: 1;
}
:-moz-placeholder {/* Firefox 18- */
	color: #1d1d1b;
	opacity: 1;
}
/*
 List Styles
 ---------------------------------*/
ul, ol, li {
	list-style: none;
}
/*
 General Text Formatting
 -----------------------------------*/
blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
img {
	max-width: 100%;
	height: auto;
}
strong {
	font-weight: 700;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: all ease 0.5s 0s;
	-moz-transition: all ease 0.5s 0s;
	-ms-transition: all ease 0.5s 0s;
	-o-transition: all ease 0.5s 0s;
	transition: all ease 0.5s 0s;
}
p{
	font-weight: 300;
	font-size: 3rem;
	line-height: 1.46;
}
/*
 Sprite Icons
 -------------------------*/
[class*="icon-"] {
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

/* btn style */
.btn {
	font-weight: 700;
	font-size: 3.168rem;
	color: #ffcf69;
	padding: 29px 40px;
	text-align: center;
	display: inline-block;		
	border: 2px solid #ffcf69;
	border-radius: 2px;	
	background-color: transparent;
	-webkit-transition: all ease 0.5s 0s;
	-moz-transition: all ease 0.5s 0s;
	-ms-transition: all ease 0.5s 0s;
	-o-transition: all ease 0.5s 0s;
	transition: all ease 0.5s 0s;
}
.btn:hover {
	background-color: #ffd717;
	color: #c00708;
}
/*
 global classes
 ------------------------------*/
.show-mobile{
	display: none !important;
}
.text-center {
	text-align: center
}
.icon-wave{
	width: 82px;
	height: 69px;
	background-position: 0 0;
}
.border-top{
  border-top: 8px solid #fff;	
}
.border-thicktop{
  border-top: 11px solid #fff;	
}
/*
 Styling header section
 ------------------------------*/
.header {
	background-color: #fff;
	padding: 25px 23px 16px 28px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;	
}
.session{
	float: left;
	margin-top: 5px;
}
.session a{
	font-weight: 700;
	float: left;
	border: 3px solid #ffcf69;
	background-color: #d7d7d7;
	font-size: 3.14rem;
	padding: 4px 13px 8px;
}
.session a:hover{
	background-color: #ffcf69;
}
.session span{
	float: left;
	font-size: 2.2rem;
	margin: 14px 0 0 9px;
}
.waves a{
	font-size: 5.938rem;
	font-weight: 300;
	line-height: 0.9;	
}
.waves i{
	margin-left: 10px;
}
/*
 Styling Footer section
 ------------------------------*/
.footer {
	position: relative;
	padding: 212px 0 108px;
	background-color: #d6afaf;
}
.contact-media{
	float: left;	
	width: 609px;
	padding: 5px 0 0 96px;
}
.contact-media li{
	margin-bottom: 24px;
}
.contact-media a{
	display: inline-block;
	padding: 9px 13px 9px 19px;
}
.contact-media a:hover, .contact-media a.active{
	background-color: #ffcf69;
}
.contact-media a i{
	float: left;
}
.phone{
	font-size: 5.452rem;	
}
.phone i{
	margin-right: 27px;
}
.mail{
	font-size: 2.898rem;
	font-weight: 700;	
}
.mail i{
	margin-right: 24px;
	margin-top: 4px;
}
.skype{
	font-size: 3.0rem;
	font-weight: 700;	
}
.skype i{
	margin-right: 24px;
	margin-top: -4px;
}
.icon-phone{
	width: 35px;
	height: 57px;
	background-position: 0 -95px;
}
.icon-mail{
	width: 44px;
	height: 30px;
	background-position: -50px -95px;
}
.icon-skype{
	width: 45px;
	height: 45px;
	background-position: -115px -95px;
}
.lesson{
	float: right;
	border-left: 1px solid rgba(255, 255, 255, 0.45);
	font-weight: 300;
	color: #fff;
	font-size: 7.5rem;
	width: 363px;
}
.lesson span{
	display: block;
	margin: -15px 88px 0px 10px;
}
.footer .general-quote{
	width: 806px;
	border-radius: 5px;
	top: -95px;
	padding: 40px 65px;
}
.footer .general-quote p{
	margin-bottom: 17px;
}
.footer .general-quote span{
	font-size: 2.5rem;
	font-weight: 300;
	color: rgba(0,0,0,0.5);
}
.icon-chat{
	position: absolute;
	right: -6px;
	bottom: 5px;
	width: 89px;
	height: 82px;
	background-position: -122px 0;
}
