﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700); /*font-family: 'Open Sans', sans-serif;*/
@import url(https://lp.eteacherbiblical.com/Content/Styles/newLpStyle.css);

/*---------------------------------Main reset---------------------------------------*/
* { max-height: 100000px;  }
header, footer, article, section, nav { display: block; }
body {
	margin: 0;
	background: #fff;
	color: #58595b;
	min-width: 320px;
	font: 13px Open Sans, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
a {
	text-decoration: none;
}
a:hover { text-decoration: underline; cursor: default; }
a:active { background-color: transparent; }
img {
	border-style: none;
	max-width: 100%;
	height: auto; 
    display: block; 
}
form, fieldset ,ul{
	border-style: none;
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
}
div#footer_scripts {
	display: none;
}
/* **************12 Columns Fluid CSS Grid*********************************************/
.full-wrapper{
	position: relative;
}
.wrapper {
	margin: 0 auto;
	padding: 0 0 0 0.5%;
	max-width: 1200px;
	max-width: 1000px;
}
.row{ 
	overflow: hidden; 
	clear: both;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}
.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
	float: right;
}
.float-rigth{
	float: right;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 100%; margin: 0; }

/* **************12 Columns Fluid CSS Grid*********************************************/
/*---------------------------------End Main reset---------------------------------------*/
h1,h2,h3,h4,h5,h6{
	margin: 0;
	display: block;
}
h1{
	font: 400 43px Open Sans, Helvetica, sans-serif;
	text-align: left;
}
h2{
	font: 700 21px Open Sans, Helvetica, sans-serif;
	text-align: left;
}
h3{
	font: 300 30px Open Sans, Helvetica, sans-serif;
	text-align: center;
}
h5{
	font: 700 18px/24px Open Sans, Helvetica, sans-serif;
	text-align: center;
}
h6{
	font: 300 18px Open Sans, Helvetica, sans-serif;
	text-align: center;
}
p{
	font: 400 18px/24px Open Sans, Helvetica, sans-serif;
	text-align: left;
}

.full-wrapper section{
	padding: 30px 0;
}
/*********buttons***************************************************************/
.contact-options{
	text-align: center;
}
.btn-more-info{
	border-radius: 3px;
	background-color: #ba7031;
	box-shadow: 0px 3px 0px 0px #9a4724;
	margin: 3px 0;
	width: 205px;
	text-align: center;
	display: inline-block;
}
.btn-more-info a{
	font: 700 20px/49px Open Sans, Helvetica, sans-serif;
	color: #fff;
	display: block;
	cursor: pointer;
	text-decoration:none;
}
.btn-call-us{
	margin: 0 19px 0 0;
	display: inline-block;
}
.btn-call-us a{
	position: relative;
	font: 700 14px/38px Open Sans, Helvetica, sans-serif;
	color: #ba7031;
	cursor: pointer;
	padding: 10px 0 10px 45px;
	text-decoration: none;
}
.btn-call-us a i{
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
    background: url(../images/callus.png) no-repeat center center;
    width: 38px;
    height: 39px;
}

/*********section header***************************************************************/
.stickyHeader{
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header{
	background-color: #fff;
	padding: 15px 0 0;
	position: relative;
	left: 0;
	right: 0;
	z-index: 2000;
}
#header>.wrapper{
	padding-bottom: 12px;
}
#header.stickyHeader{
	position: fixed;
	padding: 0;
}
#header.stickyHeader .wrapper{
	padding-bottom: 0;
}
.logo {
	float: left;
	background: url(../images/biblicalLogoNew.png) no-repeat -4px -7px;
	width: 320px;
	height: 44px;
	margin: 8px 0;
	overflow: hidden;
	text-indent: -9999px;
	background-size: 100%;
}
.logo a {
	display: block;
	height: 100%;
	cursor: pointer;
}

#header .contact-options{
	float: right;
}

/*********section top-nav***************************************************************/
#top-nav{
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	background-color: #9a4824;
}
.toggle-nav {
    display:none;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu {
    padding: 4px 4px 0 0;
}
.menu>ul {
    display:inline-block;
    width: 100%;
}
.menu>ul>li {
    margin: 0;
    float:left;
    list-style:none;
    font-size: 17px;
    border-right: 1px dashed #fff;
}
.menu>ul>li:first-child {
   border-left: 1px dashed #fff;
}
.menu>ul>li:last-child {
    margin-right: 0px;
    float: right;
    border: none;
}
.menu a {
	font: 300 16px/16px Open Sans, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    padding: 0 25px;
}
.menu a:hover{
    text-decoration: underline;
}
.menu .menu-title{
	position: relative;
	z-index: 100;
	background-color: #9a4824;
	color: #fff;
	padding: 20px 20px;
	display: none;
}
.menu .menu-title h3{
	margin: 0;
}
.menu .menu-title .menu-close{
	position: absolute;
	right: 22px;
	top: 27px;
	background: url(../images/icon_close.png) no-repeat center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#top-lang-nav{
	height: 24px !important;
	border-radius: 2px !important;
}
#top-lang-nav #nav-button{
	background-position: 8px 0 !important;
}
#top-lang-nav #nav-button span:first-child{
	border-right: 1px solid transparent !important;
	line-height: 24px !important;
}

/*********section visual***************************************************************/
#visual{
	background: url(../images/header_student.jpg) no-repeat center center;
	background-size: cover;
	min-height: 768px;
	height: auto;
	width: 100%;
}
#visual{
	position: relative;
}
#visual .bullets{
	max-width: 62%;
}
#visual .bullets .bullet{
	margin: 35px 0;
}
#visual .bullets img{
	margin: 8% 0;
}
#visual .bullets p{
	color:  #58595b;
	font: 400 18px Open Sans, Helvetica, sans-serif;
	margin: 0;
}
#visual h1{
	color:  #bb7030;
	margin: 0 0 1%;
}
#visual h1 b{
	color:  #9a4724;
	font: 700 48px Open Sans, Helvetica, sans-serif;
}
#visual h2{
	color:  #bb7030;
}
/*********section trust***************************************************************/
#trust{
	background-color: #f3ede3;
}
#trust .wrapper{
	max-width: 860px;
	padding: 0;
}
#trust .pair{
	margin: 0 8px;
}
#trust .single{
	margin: 0 55px;
}
#trust img{
	margin: 0 auto 15px;
	max-height: 112px;
}
#trust h6{
	font: 700 14px Open Sans, Helvetica, sans-serif;
	color:  #bb7030;
}
#trust h5{
	font: 300 18px Open Sans, Helvetica, sans-serif;
	color:  #9a4724;
	margin: 10px 0;
}
#trust hr{
	border: 1px solid #9a4724;
}
#trust span{
	display: block;
	text-align: center;
}
/*********section worksteps***************************************************************/
#worksteps{
	background-color: #fffaf2;
}
#worksteps h3{
	color:  #9a4724;
	margin-bottom: 3%;
	text-align: center;
}

#worksteps .step{
	font: 700 14px Open Sans, Helvetica, sans-serif;
	text-align: center;
	color:  #bb7030;
}
#worksteps img{
	margin: 0 auto;
}
#worksteps span{
	display: block;
	padding: 5%;
}
/*********section proven***************************************************************/
#proven{
	background-color: #9a4824;
}
#proven .holder{
	padding: 0 5% 0 0;
}
#proven h3{
	color:  #fff;
	padding: 15px 0;
	text-align: center;
}
#proven h5{
	color:  #fff;
	margin: 20px 0 0;
	text-align: left;
}
#proven p{
	color: #fff;
	margin: 10px 0;
}

/*********section testimonial-single***************************************************************/
.testimonial-single{
	background-color: #fffaf2;
}
.testimonial-single .row{
	width: 72%;
	margin: 0 auto;
}
.testimonial-single p{
	font: italic 18px/33px Merriweather;
	text-align: center;
	color:  #58595b;
}
.testimonial-single p b{
	font-size: larger;
}
.testimonial-single img{
	margin: 15px auto 10px;
}

.testimonial-single .testemonial-name{
	font: 400 18px/24px Open Sans, Helvetica, serif;
	text-align: center;
	color:  #bb7030;
}
.testimonial-single .testemonial-name b{
	font-weight: 700;
	color:  #9a4724;
}
.testimonial-single hr{
	border: 1px solid #bb7030;
	margin: 20px 0;
}
/*********section study-level***************************************************************/
#study-level{
	background-color:  #f3ede3;
}
#study-level .holder{
	max-width: 855px;
	margin: 0 auto 5%;
}
#study-level h3{
	font: 300 30px Open Sans, Helvetica, serif;
	text-align: center;
	color:  #9a4724;
}
#study-level p{
	font: 400 14px/18px Open Sans, Helvetica, serif;
	text-align: center;
	color:  #58595b;
}
#study-level .step{
	display: inline-block;
	font: 700 40px/68px Open Sans, Helvetica, serif;
	color:  #bb7030;
	margin-right: 8%;
}
#study-level .exp{
	display: inline-block;
	font: 400 14px/18px Open Sans, Helvetica, serif;
	color:  #58595b;
	max-width: 47%;
}
#study-level .note{
	font: 400 14px/20px Open Sans, Helvetica, serif;
	color:  #58595b;
	margin: 5% 0;
	display: block;
}
#study-level #video-wrapper{
	margin-top: 5%;
}
#video-wrapper iframe{
	width: 100%;
}

/*********section form-block***************************************************************/

.form-block{
	background: url(../images/form_background.jpg) no-repeat center center;
	background-size: cover;
	height: auto;
	width: 100%;
}
.form-title {
	width: 72%;
}
.form-title h2,h3,.small{
	text-align: left;
	margin: 0 0 20px 0;
}
.form-title h2{
	font: 400 24px/33px Open Sans, Helvetica, serif;
	color:  #9a4724;
}
.form-title h2 b{
	font: 700 36px/43px Open Sans, Helvetica, serif;
}
.form-title h3{
	font: 700 30px Open Sans, Helvetica, serif;
	color:  #9a4724;
}
.form-title .small{
	font: 400 14px/18px Open Sans, Helvetica, serif;
	color:  #58595b;
	display: block;
}
.form-title .small b{
	font: 700 14px Open Sans, Helvetica, serif;
}

.education-icons{
	margin: 10px 0 0;
}
.education-icons .pair{
	margin: 0 8px;
}
.education-icons .single{
	margin: 0 35px;
}
.education-icons img{
	margin: 0 auto 15px;
	max-height: 97px;
}
.education-icons h5{
	font: 700 14px Open Sans, Helvetica, serif;
	color:  #bb7030;
}
.education-icons hr{
	border: 1px solid #bb7030;
}
.education-icons span{
	display: block;
	text-align: center;
	font: 400 14px/18px Open Sans, Helvetica, serif;
	color:  #58595b;
}

.contact-form fieldset{
	max-width: 290px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
	width: 100%;
	color: #353535 !important;
	padding: 5px 8px;
	font: italic 20px/25px Open Sans, Helvetica, sans-serif;
	height: 37px;
	outline: none;
	border: 1px solid #d4d4d4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	opacity: 1 !important;
	border-radius: 2px;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder{
	color: #797979;
}
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form input[type="tel"]::-moz-placeholder{
	color: #797979;
	opacity:1;
}
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form input[type="tel"]:-ms-input-placeholder{
	color: #797979;
}
.contact-form label {
	display: inline-block;
	vertical-align: top;
	color: #58595b;
	font: 400 14px/22px Open Sans, Helvetica, sans-serif;
}
.contact-form input[type="submit"], .contact-form button {
	border: 0;
	background: #ba7031 !important;
	padding: 0;
	width: 100%;
	border-radius: 5px !important;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 9;
	color: #FFFFFF !important;
	background-color: #ba7031 !important;
	width: 100% !important;
	text-transform: uppercase;
	text-shadow: none !important;
	box-shadow: 0 3px 0 0 #9a4724;
	font: 600 29px/44px Open Sans, Helvetica, sans-serif !important;
}

.contact-form{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 60px;
	float: right;
}
.contact-form form{
	min-width: 290px;
}
.contact-form .form_title {
	background-color: #9a4724;
	border-radius: 5px 5px 0 0;
	margin: -13px -10px 20px -10px;
}
.contact-form h2{
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font: 600 17px/25px px Open Sans, Helvetica, sans-serif;
	text-align: center;
}
.contact-form .contact-det-block{
	width: 65%;
	float: left;
}
.contact-form .submit-block{
	width: 30%;
	float: right;
	margin: 11px 0 0;
}
.contact-form .name-email-block:after, .contact-form .phones-block:after, .contact-form .name-block{
	content: '';
	display: block;
	clear: both;
}
.contact-form .row {
	margin: 0 0 11px;
	text-align: left;
	position: relative;
	overflow: visible;
}
.contact-form .name-block{
	width: 48%;
	float: left;
}
.contact-form .email-block{
	width: 45%;
	float: right;
}
.contact-form .name-block div:nth-child(1){
	float: left;
}
.contact-form .name-block div:nth-child(2){
	float: right;
}
.contact-form .phones-block .row:nth-child(1){
	width: 48%;
	float: left;
}
.contact-form .phones-block .row:nth-child(2){
	width: 45%;
	float: right;
}
.country_list {
	background-color: #fff;
	border: 1px solid #d4d4d4 !important;
	border-radius: 2px;
}
.contact-form .info {
	display: block;
	font: 400 12px Open Sans, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin: -4px 0 20px;
}
.contact-form .tooltip {
	background-color: #ff0000;
	left: 0;
	width: 100%;
	top: inherit;
	bottom: -15px;
	height: 15px;
	font-size: 12px;
	line-height: 15px;
}


/*********section hebrew-university***************************************************************/
#hebrew-university{
	background-color:  #fffaf2;
}
#hebrew-university img{
	margin: 0 auto;
}
#hebrew-university p{
	font: 400 14px/18px Open Sans, Helvetica, serif;
	color:  #58595b;
	text-align: center;
	width: 86%;
	margin: 14px auto 14px;
}

/*********section adama-pirushim***************************************************************/
#adama-pirushim{
	background: url(../images/adama_background.jpg) no-repeat center center;
	background-size: cover;
	height: auto;
	width: 100%;
}
#adama-pirushim h5{
	font: italic 18px/33px Merriweather;
	color:  #58595b;
}
#adama-pirushim h2{
	font: italic 700 30px/45px Merriweather;
	color:  #9a4724;
	text-align: center;
}
#adama-pirushim hr{
	border: 1px solid #bb7030;
	margin: 25px 0;
}
#adama-pirushim .row{
	width: 76%;
	margin: 0 auto;
}
/*********section testimonials***************************************************************/
#testimonials{
	background-color: #f7f1e5;
}
#testimonials h2{
	color:  #9a4724;
	font: 300 30px Open Sans, Helvetica, serif;
	text-align: center;
	margin-bottom: 30px;
}
#testimonials .testimonial {
	margin: 0 0 4% 0;
	overflow: hidden;
	clear: both;
}

#testimonials p{
	color:  #58595b;
	font: italic 12px/16px Open Sans, Helvetica, serif;
	margin: 12px 0 0;
}
#testimonials .author{
	color:  #58595b;
	font: 400 12px/16px Open Sans, Helvetica, serif;
}
#testimonials .author b{
	color:  #bb7030;
	font: 700 12px/22px Open Sans, Helvetica, serif;
	display: block;
	margin-bottom: -5px;
}
#testimonials .stars{
	display: block;
	margin-top: 12px;
}
#testimonials .stars .star{
	background: transparent url(../images/star.png) no-repeat;
	display: inline-block;
	margin-right: 6px;
	width: 19px;
	height: 18px;
}
/*********section understanding-bible***************************************************************/
#understanding-bible{
	background-color:  #fffaf2;
}
#understanding-bible h5{
	font: italic 18px/33px Merriweather;
	color:  #58595b;
}
#understanding-bible h5 b{
	font: italic 700 22px/36px Merriweather;
}
#understanding-bible hr{
	border: 1px solid #bb7030;
	margin: 25px 0;
}
#understanding-bible .row{
	width: 80%;
	margin: 0 auto;
}

/*********practical-information***************************************************************/
#practical-information{
	background-color:  #f7f1e5;
}
#practical-information h2{
	text-align: center;
	color:  #9a4724;
	font: 300 30px Open Sans, Helvetica, serif;
}
#practical-information p{
	text-align: left;
	color:  #58595b;
	font: 400 18px/30px Open Sans, Helvetica, serif;
}
#practical-information p span{
	color:  #bb7030;
	font: 700 18px Open Sans, Helvetica, serif;
	display: block;
	margin: 5px 0;
}
/*********footer***************************************************************/
#footer {
	overflow: hidden;
	background: #ba7031;
	text-align: center;
}
#footer .holder {
	max-width: 980px;
	margin: 0 auto;
	padding: 9px 1.25% 13px 1.2%;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .nav {
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
	clear: both;
	text-align: center;
	margin-bottom: 3px;
}
#footer .nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 5px;
	margin: 0 -3px 0 0;
}
#footer .nav li a {
	color: #fff;
}
#footer .privacy-policy a {
	color: #fff;
	text-decoration: underline;
}
#footer .copyright {
	display: block;
	overflow: hidden;
	margin-top: 3px;
}
#footer .copyright a {
	color: #fff;
}

/*********Media queries***************************************************************/
@media screen and ( max-width:1024px ) {
	#top-lang-nav {
		text-indent: -9999px;
		width: 80px !important;
		overflow: hidden;
	}
	#top-lang-nav ul {
		width: initial;
	}
}

@media screen and ( max-width: 900px ) {
	.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
		float: left;
	}
	/*********header***************************************************************/
	#header {
		padding: 15px 0;
	}
	#header .contact-options {
		display: none;
	}
	#header .logo-holder{
		float: right;
		margin: 0;
	}
	#header .logo{
		float: right;
		margin: 0;
	}
	/*********nav***************************************************************/
	#top-nav {
		background-color: #fff;
		position: absolute;
		width: 100px;
		top: 20px;
	}
	/*#top-nav.mobile-menu{
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
		z-index: 1000;
	}*/
	.mobile-menu-cover{
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
		z-index: 999;
	}

	#top-lang-nav{
		float: none !important;
		box-shadow: none !important;
		width: 125px !important;
		text-indent: 1px !important;
		background: transparent !important;
	}
	#top-lang-nav #nav-button {
		font: 700 18px/48px Open Sans, Helvetica, sans-serif !important;
		padding: 0 20px 0 35px !important;
		color: #9a4824 !important;
		background-position: 0 0 !important;
		padding: 0 0 0 35px !important;
	}
	#top-lang-nav #nav-button .triple {
		border-color: #9a4824 transparent transparent transparent !important;
		right: -25px !important;
	}
	#top-lang-nav ul{
		background: transparent !important;
		box-shadow: none !important;
	}
	#top-lang-nav ul li a{
		font: 700 16px/19px Open Sans, Helvetica, sans-serif !important;
		color: #9a4824 !important;
	}
    .menu {
    	padding: 0;
    	position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 1000;
    }
    .menu a {
		font: 700 18px/48px Open Sans, Helvetica, sans-serif;
		cursor: pointer;
		padding: 0 20px 0 35px;
		color: #9a4824;
	}
    .menu>ul {
        position: relative;
		z-index: 100;
		background-color: #fffaf2;
		max-width: 300px;
		height: 100%;
		display: none;
    }
    .menu>ul>li {
        margin: 0 0 5px 20px;
        float:none;
        display:block;
        position: relative;
    }
    .menu>ul>li:last-child {
		float: none;
	}
    .menu a {
        display:block;
    }
    .menu i{
    	position: absolute;
    	top: 12px;
    	left: 0;
    }
    .menu .icon-home{
    	background: url(../images/icon_home.png) no-repeat center center;
    	width: 22px;
    	height: 18px;
    }
    .menu .icon-settings{
    	background: url(../images/icon_howworks.png) no-repeat center center;
    	width: 25px;
    	height: 22px;
    }
    .menu .icon-chat{
    	background: url(../images/icon_whatsay.png) no-repeat center center;
    	width: 26px;
    	height: 22px;
    }
    .menu .icon-info{
    	background: url(../images/icon_info.png) no-repeat center center;
    	width: 20px;
    	height: 20px;
    }
    .menu .icon-airplane{
    	background: url(../images/icon_getstarted.png) no-repeat center center;
    	width: 23px;
    	height: 23px;
    }
    a.toggle-nav {
        padding: 0;
		color: #ba7030;
		font: 700 40px/32px Open Sans, Helvetica, sans-serif;
		position: absolute;
		left: 20px;
		top: 20px;
		z-index: 90;
		-webkit-transition: none;
		transition: none;
    }
    a.toggle-nav:after{
    	font-weight: 500;
    	font-size: 37px;
    	position: fixed;
    	content: "\2261";
    }
    a.toggle-nav:hover{
    	text-decoration: none;
    }
    .stickyHeader a.toggle-nav {
    	top: 5px;
    }
    .menu .active {
	    display: block;
	}

	/*********section visual***************************************************************/
	#visual{
		max-height: 600px;
		min-height: inherit;
		overflow: hidden;
	}
	#visual h1{
		font-size: 32px;
	}
 	#visual h1 b{
 		font-size: 42px;
 	}
 	#visual h2{
 		font-size: 18px;
 	}
 	#visual p{
 		font-size: 16px;
 	}
 	#visual .bullets {
		max-width: 70%;
	}
 	#visual .bullets .bullet {
		margin: 20px 0;
	}
	/*********section proven***************************************************************/
	#proven .holder {
		padding: 0 5%;
	}
	/*********section study-level***************************************************************/
	#study-level .col5,#study-level .col7{
		width: 100%;
	}
	#video-wrapper iframe {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
		display: block;
	}
	#study-level #video-wrapper {
		margin-top: 0;
	}
	/*********section form-block***************************************************************/
	.contact-form {
		padding: 35px;
	}
	.form-title {
		width: 90%;
	}
	.form-title h2 b {
		font: 700 32px/39px Open Sans, Helvetica, serif;
	}

}
@media screen and ( max-width: 767px ) {
	/*********section visual***************************************************************/
	#visual{
		max-height: inherit;
		background: none;
		padding: 0;
	}
	#visual .wrapper{
		padding: 0;
		width: 100%;
		background-color:  #fffaf2;
	}
	.visual-title{
		background: url(../images/header_student.jpg) no-repeat center center;
		background-size: cover;
		min-height: 360px;
	}
	#visual h1 {
		font-size: 20px;
		padding: 15px 20px 0;
	}
	#visual h1 b {
		font-size: 26px;
	}
	#visual .bullets {
		max-width: 100%;
		padding: 0 20px;
	}
	/*********section trust***************************************************************/
	#trust .col4{
		float: none;
		margin: 0 auto 30px;
		max-width: 320px;
		width: 100%;
	}
	#trust .col4:last-child{
		margin-bottom: 0;
	}
	/*********section worksteps***************************************************************/
	#worksteps .wrapper{
		padding-bottom: 0;
	}
	#worksteps .step {
		width: 48%;
		margin: 0;
		padding: 0 0 20px;
	}
	/*********section proven***************************************************************/
	#proven .col6{
		width: 100%;
	}
	#proven h3 {
		padding: 0 5%;
	}

	#study-level {
		padding: 30px 5%;
	}
	#study-level .step {
		font: 700 30px/55px Open Sans, Helvetica, serif;
		margin-right: 5%;
	}
	/*********section form-block***************************************************************/
	.form-block{
		padding-bottom: 0;
	}
	.form-block .col6{
		width: 100%;
	}
	.form-title {
		width: 100%;
	}
	.form-title h2,.form-title .small{
		text-align: center;
		padding: 0 20px;
	}
	.form-title h3 , .form-block .education-icons{
		display: none;
	}
	.contact-form{
		float: none;
		margin-bottom: 40px;
	}
	/*********section adama-pirushim***************************************************************/
	#adama-pirushim h2{
		font: italic 700 18px/36px Open Sans, Helvetica, serif;
	}
	#adama-pirushim h5 {
		font: italic 14px/20px Open Sans, Helvetica, serif;
	}
	/*********section testimonials***************************************************************/
	#testimonials .col6{
		width: 100%;
	}
	#testimonials p {
		padding: 0 20px 0 0;
	}

	#understanding-bible h5 {
		font: italic 14px/25px Open Sans, Helvetica, serif;
	}
	#understanding-bible h5 b {
		font: italic 700 18px/27px Open Sans, Helvetica, serif;
	}

	#practical-information .col6{
		width: 100%;
	}
	#practical-information p {
		padding: 0 5%;
	}
	.testimonial-single p {
		font: italic 14px/25px Open Sans, Helvetica, serif;
	}
	.testimonial-single p b {
		font: italic 700 18px/27px Open Sans, Helvetica, serif;
	}
	.btn-call-us {
		margin: 0 19px 8px 0;
	}

}

@media screen and ( max-width: 479px ) {
	.visual-title {
		min-height: 225px;
	}
	#visual h1 {
		font-size: 16px;
	}
	#visual h1 b {
		font-size: 18px;
	}
	.form-title h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.form-title h2 b {
		font-size: 28px;
		line-height: 30px;
	}
	#worksteps img {
		width: 80%; 
	}
	#study-level .exp {
		max-width: 100%;
	}
	.contact-form {
		padding: 10px 5%;
	}
	.logo {
		background-position: -26px -121px;
		width: 197px;
		background-size: inherit;
	}

}
/*@media screen and ( max-width: 695px ) {
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
	}
}*/