/*
Theme Name: eTeacher
Theme URI: http://webstick.co.il
Description: Developed by <a href="http://webstick.co.il/">Webstick</a>.
Version: 1.2
Author: <a href="http://webstick.co.il/">Webstick</a>
Author URI: http://webstick.co.il/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
input {
	border: none;
}

html {
  scroll-behavior: smooth;
}

/* GENERAL FLEX STYLES */
.flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flex-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flex-column-revers {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-two {
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
}
.flex-one {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}
.flex-auto {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}
.flex-stretch {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
.flex-center {
	-webkit-align-items: center;
	align-items: center;
}
.flex-end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.flex-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex-justify-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-self-center {
	-webkit-align-self: center;
	align-self: center;
}
.flex-self-end {
	-webkit-align-self: flex-end;
	align-self: flex-end;
}
@media screen and (max-width: 991px) {
	.flex-md {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.flex-sm {
		display: block;
	}
}

/* =General
-------------------------------------------------------------- */

body, input, textarea {
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	line-height: 1;
}
body, html {
	height: 100%;
}

b,
strong {
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

.site-width {
	margin: 0 auto;
	position: relative;
}
.site-width-1800 {
	width: 1800px;
}
.site-width-1380 {
	width: 1380px;
}
.site-width-1280 {
	width: 1280px;
}
.site-width-840 {
	max-width: 840px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}

.ptable {
	display: table;
}

.ptable .ptr {
	display: table-row;
}

.ptable .ptd {
	display: table-cell;
}
.caps {
	text-transform: uppercase;
}
/*----------------------------------------*/
.trans-btn {
	display: inline-block;
	margin-top: 40px;
	padding: 23px 33px;
	text-decoration: none;
	color: #fff;
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff;
	transition: background .3s;
	outline: none;
}
.trans-btn:hover {
	background: rgba(255, 255, 255, .15);
}
.trans-btn.dark {
	color: #252525;
	background: rgba(149, 88, 51, 0);
	border-color: #252525;
}
.trans-btn.red {
	color: #b60906;
	border-color: #b60906;
}
.trans-btn.dark:hover {
	background: rgba(149, 88, 51, .05);
}
.trans-btn.solid {
	color: #fff;
	background: #b60906;
	border-color: #b60906;
}
.trans-btn.arrow:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #fff;
	transition: transform .4s;
	margin: 0 0 2px 9px;
}
.trans-btn.arrow:hover:after {
	transform: translateX(6px);
}
.trans-btn.dark.arrow:after {
	border-color: transparent transparent transparent #252525;
}
.trans-btn.red.arrow:after {
	border-color: transparent transparent transparent #b60906;
}
.trans-btn.solid.arrow:after {
	border-color: transparent transparent transparent #fff;
}

.afterline {
	position: relative;
}
.afterline:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 61px;
	height: 1px;
}

.slick-slide,
.slick-slide:focus,
.slick-active,
.slick-active:focus{outline: none !important;}
.slick-dots{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
}
.slick-dots button{
	width: 10px;
	height: 10px;
	border: 1px solid #B60A06;
	background: #fff;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
}
.slick-dots button:hover,
.slick-dots .slick-active button{
	background: #B60A06;
}


#header {
	position: fixed;
	height: 70px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	padding: 42px 0 12px;
	transition: all .3s;
}
body.admin-bar #header {
	top: 32px;
}

body.home #header {
	padding: 35px 0;
}
#header.white-bg {
	background: #fff;
}
body.home #header {
	padding: 45px 0;
}
#header .logo {
	float: left;
	margin-left: 8px;
	background: url(../svg/logo-color.svg) no-repeat -300px center;
	position: relative;
}
#header .logo img {
	display: block;
	opacity: 1;
	transition: opacity .3s;
}
#header .logo img.badge {
	max-width: 96px;
	height: auto;
	position: absolute;
	left: 2px;
	bottom: -4px;
	transform: translateY(100%);
}
#header .logo img.badge.sticky {
	display: none;
}
#header .cts-logo {
	float: left;
}
#header .menu-wrapper {
	float: left;
	margin-left: 24px;
	font-size: 14px;
	font-weight: 600;
}
#header.white .menu-wrapper {
	color: #fff;
}
#header .menu-wrapper ul {
	position: relative;
	padding-top: 15px;
}
#header .menu-wrapper > ul > li {
	float: left;
	margin-left: 24px;
}
#header .menu-wrapper > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #000;
	transition: width .3s ease-in-out;
}
#header.white .menu-wrapper > ul > li > a:after,
#header.sticky .menu-wrapper > ul > li > a:after {
	background: #fff;
}
#header .menu-wrapper > ul > li > a:hover:after,
#header .menu-wrapper > ul > li.current-menu-item > a:after {
	width: 100%;
}
#header .menu-wrapper > ul > li:first-child {
	margin-left: 0;
}
#header .menu-wrapper > ul > li.contact {
	margin-top: -2px;
	padding: 0 10px;
	color: rgba(255, 255, 255, .7);
	border: 2px solid rgba(255, 255, 255, .15);
}
#header.black .menu-wrapper > ul > li.contact {
	padding: 0 10px;
	color: rgba(0, 0, 0, .7);
	border: 2px solid rgba(0, 0, 0, .15);
}
#header .menu-wrapper > ul > li.contact > a:after {
	display: none;
}
#header .menu-wrapper ul li a {
	display: block;
	text-decoration: none;
	color: inherit;
}
#header .menu-wrapper > ul > li > a {
	position: relative;
	padding: 10px 0;
	text-transform: uppercase;
}
#header .menu-wrapper ul li .megamenu-wrapper {
	display: none;
	position: absolute;
	left: 0;
	z-index: 2;
	width: 616px;
	padding-top: 22px;
	font-size: 15px;
	font-weight: 300;
	color: #030303;
	box-shadow: 0px 4px 17.82px 0.18px rgba(47, 47, 47, 0.09);
}
#header .menu-wrapper > ul > li.menu-item-has-children > a:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: calc(50% - 10px);
	top: 52px;
	opacity: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	transition: top .25s, opacity .05s .25s;
}
#header .menu-wrapper ul li .megamenu-wrapper .submenu-wrapper,
#header .menu-wrapper ul li .megamenu-wrapper .megamenu-box {
	display: table-cell;
	width: 233px;
	padding: 42px 45px 19px 30px;
	background: #fff;
}
#header .menu-wrapper ul li .megamenu-wrapper .megamenu-box {
	padding-right: 16px;
	padding-left: 64px;
}
#header .menu-wrapper ul li .megamenu-wrapper .megamenu-box {
	background: #f5f5f5;
}
#header .menu-wrapper ul li .megamenu-wrapper .submenu-wrapper {
	position: relative;
}
#header .menu-wrapper ul li .megamenu-wrapper .submenu-wrapper:first-child {
	margin-left: -40px;
	padding-right: 15px;
	padding-left: 60px;
}
#header .menu-wrapper ul li .megamenu-wrapper .submenu-wrapper .submenu-title,
#header .menu-wrapper ul li .megamenu-wrapper .megamenu-box .submenu-title {
	position: relative;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 700;
	color: #000;
}
#header .menu-wrapper ul li .megamenu-wrapper .submenu-wrapper .submenu-title:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 3px;
	height: 14px;
	margin-right: 12px;
	margin-left: -14px;
	background: #714a33;
}
#header .menu-wrapper ul li .megamenu-wrapper .submenu-wrapper + .submenu-wrapper .submenu-title:before {
	background: #53a5a5;
}
#header .menu-wrapper ul li .megamenu-wrapper .megamenu-box .submenu-title:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 7px;
	margin-right: 12px;
	margin-left: -14px;
	background: #53a5a5;
}
#header .menu-wrapper ul li .megamenu-wrapper .megamenu-box .submenu-title:after {
	content: "";
	position: absolute;
	left: 0;
	width: 3px;
	height: 7px;
	margin-right: 12px;
	margin-left: -14px;
	margin-top: 7px;
	background: #714a33;
}
#header .menu-wrapper ul li .megamenu-wrapper .megamenu-box p {
	margin-top: 22px;
	line-height: 1.4;
}

#header .menu-wrapper ul li .megamenu-wrapper .submenu {
	padding-top: 0;
}
#header .menu-wrapper ul li .megamenu-wrapper li {
	padding: 4px 0;
	border-top: 1px solid #ebebeb;
}
#header .menu-wrapper ul li .megamenu-wrapper li:first-child {
	border-top: none;
}
#header .menu-wrapper ul li .megamenu-wrapper li a {
	padding: 5px 0;
	line-height: 1.4;
}

/* open megamenu */
#header .menu-wrapper > ul > li.menu-item-has-children.open > a:before {
	opacity: 1;
	top: 46px;
	transition: top .3s .2s, opacity .05s .25s;
}
#header .site-width > .wrapper {
	float: right;
}
#header .login-and-lang {
	float: right;
	margin-top: 24px;
	/*margin-right: 198px;*/
}
#header .login-and-lang .login-link {
	float: left;
	margin: 0 18px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}
#header.white .login-and-lang .login-link,
#header.sticky .login-and-lang .login-link {
	color: #fff;
}
.lang-wrapper {
	position: relative;
	float: left;
	padding-right: 20px;
}
.lang-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 18px;
	background: #000;
}
#footer .lang-wrapper:after {
	display: none;
}
#header.white .login-and-lang .lang-wrapper:after,
#header.sticky .login-and-lang .lang-wrapper:after {
	background: #fff;
}
.lang-wrapper .active-lang {
	padding-bottom: 30px;
}
.lang-wrapper img {
	width: 16px;
}
#footer .lang-wrapper .active-lang {
	padding-top: 17px;
	padding-bottom: 12px;
}
.lang-wrapper .active-lang a .lang-short {
	display: none;
}
.lang-wrapper .active-lang a:after,
#header.white-bg .site-width .lang-wrapper .active-lang a:after,
#header.black .site-width .lang-wrapper .active-lang a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 6px;
	margin-bottom: 2px;
	margin-left: 10px;
	background: url(../png/eteacher-sprite.png) no-repeat -40px -70px;
}
#header.white .lang-wrapper .active-lang a:after,
#header.sticky .lang-wrapper .active-lang a:after,
#header.white-bg.sticky .site-width .lang-wrapper .active-lang a:after,
#header.black.sticky .site-width .lang-wrapper .active-lang a:after,
.lang-wrapper .active-lang a:after {
	background: url(../png/eteacher-sprite.png) no-repeat 0 -30px;
}
.lang-wrapper .lang-list {
	display: none;
	position: absolute;
	right: 0;
	width: 175px;
	box-sizing: border-box;
	padding: 24px 30px;
	background: #fff;
	box-shadow: 0px 4px 17.82px 0.18px rgba(47, 47, 47, 0.09);
}
#footer .lang-wrapper .lang-list {
	right: auto;
	left: 0;
	bottom: 100%;
}
.lang-wrapper .lang-list:before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 17px;
	top: -2px;
	opacity: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	transition: top .25s .15, opacity .25s .15s;
}
.lang-wrapper .lang-list.open:before {
	opacity: 1;
	top: -9px;
	transition: top .25s .3s, opacity .25s .3s;
}
#footer .lang-wrapper .lang-list:before {
	top: auto;
	right: auto;
	left: 17px;
	bottom: -2px;
}
#footer .lang-wrapper .lang-list.open:before {
	z-index: 2;
	bottom: -9px;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.lang-wrapper .lang-list li a {
	font-size: 15px;
	text-decoration: none;
	color: #030303;
}
.lang-wrapper .lang-list li.active a,
.lang-wrapper .lang-list li a:hover {
	font-weight: 600;
}
.lang-wrapper .lang-list li a .flag {
	margin-right: 8px;
}
.lang-wrapper .lang-list li a .flag + span {
	display: inline-block;
	width: 90px;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}
.lang-wrapper .lang-list li:last-child a .flag + span {
	border-bottom: none;
}


#header .header-form-wrapper {
	float: right;
	margin-right: -4px;
	width: 194px;
	margin-top: 13px;
}
#header .header-form-wrapper .form-btn {
	display: block;
	width: 194px;
	height: 37px;
	padding: 12px 18px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #b60a06;
}
#header .header-form-wrapper .form-btn span {
	opacity: 1;
}
#header .header-form-wrapper .form-wrapper {
/*	height: 0;
	overflow: hidden;*/
}
#header .header-form-wrapper form {
	position: relative;
	width: 100%;
	/*padding: 18px 28px 0;*/
	box-sizing: border-box;
	background: #fff;
}
#header .header-form-wrapper form .countrySelection ul {
	color: #000;
}

/*transition*/
#header .header-form-wrapper.transition {
	transition: all .4s;
}
#header .header-form-wrapper.transition .form-btn {
	transition: all .4s;
}
#header .header-form-wrapper.transition .form-btn span {
	transition: opacity .4s;
}
#header .header-form-wrapper.transition .form-wrapper {
	transition: height .4s;
}
#header .header-form-wrapper.transition form {
	transition: padding .4s;
}
#header .header-form-wrapper .form-wrapper.non-hidden {
	overflow: visible;
}


.eteacher-form .form-title {
	margin-bottom: 7px;
	font-family: "freight-text-pro", serif;
	font-size: 23px;
	color: #000;
}
.eteacher-form header p {
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #000;
	margin: 0 0 30px;
}
.eteacher-form .trans-btn {
	padding: 15px 20px;
	min-width: 210px;
	letter-spacing: 1px;
	margin: 0 auto;
}


/* Placeholders
------------------------------------------*/

input::-webkit-input-placeholder {
	font-style: italic;
}
input.error::-webkit-input-placeholder {
	font-style: italic;
}
input:-moz-placeholder { 
	font-style: italic;
}
input::-moz-placeholder { 
	font-style: italic;
}
input:-ms-input-placeholder {
	font-style: italic;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.eteacher-form .select-box,
.eteacher-form .country-select {
	font-style: italic;
}

#footer .holder.flex {
	align-items: flex-end;
}

#footer .eteacher-footer {
	color: #a8a8af;
	margin: 0 0 30px;
}

#footer .eteacher-footer a {
	color: inherit;
	text-decoration: none;
}

#footer .eteacher-footer span {
	font-size: 15px;
	display: block;
	margin: 4px 0 0;
}	

@media screen and (min-width: 768px) {
	.page-request-form.eteacher-form .btn-row,
	.footer-request-form.eteacher-form .btn-row,
	.contact .eteacher-form .btn-row {
		position: absolute;
		left: 0;
		right: 0;
		margin-top: 28px;
	}
	.popup-request-form .fieldset,
	.page-request-form .fieldset,
	.post-request-form .fieldset,
	.footer-request-form .fieldset {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	/*.page-request-form .fieldset,
	.footer-request-form .fieldset {
		margin: 0 0 30px;
	}*/
	.popup-request-form .fieldset .field-row,
	.page-request-form .fieldset .field-row,
	.post-request-form .fieldset .field-row,
	.footer-request-form .fieldset .field-row {
		flex: 0 1 49%;
	}
}

/*

#header .eteacher-form form .input-wrapper,
#header .eteacher-form form .phone-wrapper {
	position: relative;
	margin-top: 12px;
	margin-bottom: 19px;
}
#header .eteacher-form form .phone-wrapper .input-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}
#header .eteacher-form form input[type="text"],
#header .eteacher-form form input[type="tel"],
#header .eteacher-form form input[type="email"] {
	width: 98%;
	box-sizing: border-box;
}
.eteacher-form form .submit-wrapper,
.eteacher-form a.submit-wrapper {
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -112px;
	opacity: 0;
	width: 225px;
	height: 49px;
	line-height: 49px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: #b60a06;
	cursor: pointer;
	transition: bottom .3s .6s, opacity .3s .6s;
}
.eteacher-form form .submit-wrapper .submit-text,
.eteacher-form a.submit-wrapper .submit-text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	letter-spacing: 1px;
}
.eteacher-form form .submit-wrapper .submit-text:after,
.trans-btn.arrow:after,
.eteacher-form a.submit-wrapper .submit-text:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 9px;
	margin-left: 8px;
	margin-bottom: 2px;
	background: url(images/eteacher-sprite.png) no-repeat 0 0;
	transform: translateX(0);
	transition: transform .4s;
}
.eteacher-form form .submit-wrapper:hover .submit-text:after,
.eteacher-form a.submit-wrapper:hover .submit-text:after {
	transform: translateX(6px);
}
.eteacher-form form .submit-wrapper input[type="submit"] {
	display: none;	
}
#content .course-form-strip .eteacher-form .submit-wrapper:hover .submit-text:after {
	transform: translateX(0);
}*/
#cover.courses .textual-area {
	width: 50%;
}
#cover .eteacher-form {
	position: absolute;
	top: 181px;
	right: 0;
	width: 408px;
	padding: 25px 38px 25px 34px;
	box-sizing: border-box;
	color: #000;
	background: #fff;
	border-top: 6px solid #b60a06;
	box-shadow: 0px 0px 6.7px 3.3px rgba(0, 0, 0, 0.1);
}
#cover .eteacher-form .form-title {
	margin-bottom: 13px;
	font-family: freight-text-pro, serif;
	font-size: 26px;
}
#cover .eteacher-form form .order {
	font-size: 14px;
	letter-spacing: 0.5px;
}
#cover .eteacher-form .btn-row .trans-btn {
	margin: 0;
}

/* Sticky Header */
#header.sticky,
body.home #header.sticky {
	position: fixed;
	z-index: 101;
	padding: 15px 0;
	color: #fff;
	background: #4b321e;
}
#header.sticky.black .menu-wrapper > ul > li.contact {
	color: rgba(255, 255, 255, .7);
	border-color: rgba(255, 255, 255, .15);
}
#header.sticky .logo {
	background-position: center;
}
#header.sticky .logo img {
	opacity: 0;
}
#header.sticky .logo img.badge {
	display: none;
}
#header.sticky .logo img.badge.sticky {
	display: block;
	opacity: 1;
}


/* Header Form Wrapper - OPENED */
#header .header-form-wrapper.open {
	width: 291px;
	margin-right: -84px;
}
#header .header-form-wrapper.open .form-btn {
	width: 283px;
	height: 6px;
	margin: 0 auto;
	padding: 0;
}
#header .header-form-wrapper.open .form-btn span {
	opacity: 0;
}
#header .header-form-wrapper.open .form-wrapper {
	height: auto;
	/*padding: 0 4px 23px;*/
}
#header .header-form-wrapper.open form {
	/*padding: 18px 28px 29px;*/
	box-shadow: 0 0 10px 0.5px rgba(0,0,0,.1);
}
#header .header-form-wrapper.open form .submit-wrapper {
	bottom: -23px;
	opacity: 1;
}

/*transitions*/
#header .header-form-wrapper.open.transition .form-btn {
	transition: all .4s;
}
#header .header-form-wrapper.open.transition .form-wrapper {
	transition: height .4s .3s;
}
#header .header-form-wrapper.open.transition form {
	transition: all .4s .3s;
}


.header-space {
	height: 100px;
}

#cover {
	position: relative;
	height: 520px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#cover.home {
	height: 713px;
	opacity: 0;
	text-align: center;
	background-attachment: fixed;
	background-size: auto;
	background-position: center 0;
	transition: opacity .7s ease-out;
	background-size: cover;
}
#cover .textual-area p {
	line-height: 1.5;
}
#cover.single-course .textual-area {
	width: 66%;
}

#cover .cover-title {
	margin-top: 70px;
	margin-bottom: 10px;
	line-height: 1.1;
	font-family: 'freight-text-pro', serif;
	font-size: 60px;
	font-style: italic;
	letter-spacing: 2px;
}
#cover .cover-title.black {
	color: #000;
}
#cover .cover-title b {
	font-style: normal;
	font-weight: 700;
}
#cover.single-course .cover-title {
	margin-top: 44px;
	margin-bottom: 0;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
}
#cover.home .cover-title {
	margin-top: 109px;
	font-size: 68px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
}
#cover .cover-intro {
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 0.5px;
}
#cover .black p {
	color: #000;
}
#cover .cover-subtitle {
	font-size: 18px;
	letter-spacing: 1px;
}
#cover .trans-btn {
	margin-top: 30px;
	font-size: 15px;
	font-weight: 600;
	transition: margin-top .4s ease-out .3s, background .3s;
}
#cover.home .fancy-vid {
	margin-left: 30px;
}
#cover.home .fancy-vid:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 15px;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #ffffff;
    position: relative;
    top: 2px;
}
#cover.show-cover {
	opacity: 1;
}
#cover.show-cover .trans-btn {
	margin-top: 40px;
}
#cover .cover-footer {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
#cover .cover-footer .logos {
	margin-bottom: 7px;
}
#cover .cover-footer .logos .img-wrapper {
	display: inline-block;
	vertical-align: middle;
}
#cover .cover-footer .logos img {
	padding: 0 18px;
}
#cover .cover-footer .logos .img-wrapper + .img-wrapper:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 38px;
	background: #fff;
}
#cover .cover-footer .serif {
	font-family: 'freight-text-pro', serif;
	font-size: 15px;
}
#cover .cover-footer .sans {
	font-size: 12px;
	font-weight: 400;
}


/* CONTENT - HOME PAGE */
#content {
	color: #000;
}
#content .home-department-strip {
	text-align: center;
}
#content .home-department-strip.et-dep-lang-home {
	border-top: 10px solid #955833;
}
#content .home-department-strip.et-dep-jewish-home {
	border-top: 10px solid #31c4c5;
}
#content .home-department-strip .textual-area,
#content .home-department-strip .videos-area {
	position: relative;
	width: 50%;
}
#content .home-department-strip .textual-area {
	position: relative;
}
#content .home-department-strip.text-left .textual-area {
	float: left;
}
#content .home-department-strip.text-right .textual-area {
	float: right;
}
#content .home-department-strip .textual-area:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 100%;
	margin-top: -35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 35px;
	border-color: transparent transparent transparent #fff;
}
#content .home-department-strip.text-right .textual-area:after {
	left: auto;
	right: 100%;
	border-width: 35px 35px 35px 0;
	border-color: transparent #fff transparent transparent;
}
#content .home-department-strip .textual-area .padder {
	padding: 44px 0 30px;
}
#content .home-department-strip.text-left .textual-area .strip-logo {
	position: absolute;
	top: 36px;
	right: 41px;
}
#content .home-department-strip .textual-area .strip-title {
	margin-bottom: 20px;
	padding-bottom: 23px;
	font-family: 'freight-text-pro', serif;
	font-size: 36px;
	font-style: italic;
	line-height: 1.1;
	letter-spacing: 1.5px;
}
#content .home-department-strip.et-dep-lang-home .textual-area .strip-title {
	color: #955833;
}
#content .home-department-strip.et-dep-jewish-home .textual-area .strip-title {
	color: #31c4c5;
}
#content .home-department-strip .textual-area .afterline:after {
	background: #955833;
}
#content .home-department-strip + .home-department-strip .textual-area .afterline:after {
	background: #31c4c5;
}
#content .home-department-strip .textual-area .strip-title .dep-name {
	display: block;
	font-size: 40px;
	font-weight: 700;
	font-style: normal;
}
#content .home-department-strip .textual-area .intro {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 50px;
	line-height: 1.3;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #585858;
}
#content .home-department-strip .textual-area .trans-btn {
	margin-top: 33px;
	padding: 21px 30px;
	font-size: 15px;
	font-weight: 600;
	border-width: 1px;
}
#content .home-department-strip.et-dep-jewish-home .textual-area .trans-btn {
	background: rgba(49, 196, 197, 0);
}
#content .home-department-strip.et-dep-jewish-home .textual-area .trans-btn:hover {
	background: rgba(49, 196, 197, .05);
}
#content .home-department-strip .textual-area .faculty-team {
	margin-top: 53px;
}
#content .home-department-strip .textual-area .faculty-team .title-wrapper {
	float: left;
	width: 244px;
	padding: 16px 16px 16px 56px;
	letter-spacing: -0.5px;
}
#content .home-department-strip .textual-area .faculty-team .title-wrapper a {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	font-size: 14px;
	color: inherit;
	text-decoration: none;	
}
#content .home-department-strip .textual-area .faculty-team .title-wrapper a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #7d7d7d;
}
#content .home-department-strip .textual-area .faculty-team .fac-team-title {
	margin-bottom: 23px;
	font-family: 'freight-text-pro', serif;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
}
#content .home-department-strip .textual-area .faculty-team ul {
	margin-left: 250px;
}
#content .home-department-strip .textual-area .faculty-team ul li {
	display: table;
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 25px;
}
#content .home-department-strip .textual-area .faculty-team ul li .item-img {
	position: relative;
	display: table-cell;
}
#content .home-department-strip .textual-area .faculty-team ul li .item-img img {
	display: block;
}
#content .home-department-strip .textual-area .faculty-team ul li .item-img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../png/circle-border-57.png) no-repeat;
}
#content .home-department-strip .textual-area .faculty-team ul li a {
	text-decoration: none;
	color: inherit;
}
#content .home-department-strip .textual-area .faculty-team ul li .item-details {
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
#content .home-department-strip .textual-area .faculty-team ul li .item-img + .item-details {
	padding-left: 6px;
}
#content .home-department-strip .textual-area .faculty-team ul li .item-details span {
	display: block;
	text-align: left;
}
#content .home-department-strip .textual-area .faculty-team ul li .item-details .item-name {
	font-weight: 700;
}
#content .home-department-strip .textual-area .faculty-team ul li .item-details .item-course {
	font-size: 15px;
	color: #959595;
}

#content .home-department-strip.text-left .videos-area {
	float: right;
}
#content .home-department-strip.text-right .videos-area {
	float: left;
}
#content .home-department-strip .videos-area .video-item {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;
	height: 50%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all .3s;
	cursor: pointer;
	overflow: hidden;
}
#content .home-department-strip .videos-area .video-item .img-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	transition: all .3s;
}
#content .home-department-strip .videos-area .video-item .video-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;	
}
#content .home-department-strip .videos-area .video-item.vid .video-img {
	background-position: center right;
}
#content .home-department-strip .videos-area .video-item:hover {
	/*z-index: 100;	*/
}
#content .home-department-strip .videos-area .video-item:hover .img-wrapper {
	transform: scale(1.08);
	/*box-shadow: 0 0 10px 3px rgba(0,0,0,0.4);*/
}
#content .home-department-strip .videos-area .video-item:hover .video-img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

#content .home-department-strip .videos-area .video-item .ptable {
	width: 100%;
	height: 100%;
}
#content .home-department-strip .videos-area .video-item .item-content {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	padding: 12px 12px 0;
}
#content .home-department-strip .videos-area .video-item.vid .item-content {
	padding-bottom: 20px;
}
#content .home-department-strip .videos-area .video-item .item-name {
	display: block;
	font-family: 'freight-text-pro', serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 31px;
	text-shadow: 2px 2px 9px rgba(41, 41, 41, .6);
	text-decoration: none;
	color: inherit;
}
#content .home-department-strip .videos-area .video-item .item-level {
	display: block;
	font-size: 20px;
	font-weight: 600;
}
#content .home-department-strip .videos-area .video-item .play-btn,
#cover .fancy-vid .play-btn,
#content .fancy-vid .play-btn {
	position: relative;
	display: block;
	width: 79px;
	height: 79px;
	margin: 0 auto 6px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	transition: all .3s;
	top: unset;
	left: unset;
}
#cover .fancy-vid,
#content .fancy-vid {
	position: relative;
}
#cover .fancy-vid .play-btn,
#content .fancy-vid .play-btn {
	transition: transform .3s;
}
#cover .fancy-vid:hover .play-btn,
#content .fancy-vid:hover .play-btn {
	transform: scale(1.1);
}
#cover .fancy-vid .play-btn,
#content .fancy-vid .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -42px;
	background: rgba(121, 62, 32, .4);
	box-shadow: 1px 1px 10px 1px rgba(75, 75, 84, .5);
}
#content .home-department-strip .videos-area .video-item .play-btn .triangle,
#cover .fancy-vid .play-btn .triangle,
#content .fancy-vid .play-btn .triangle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 19px;
	border-color: transparent transparent transparent #fff;
	transition: all .3s;
}
#content .home-department-strip.et-dep-lang-home .videos-area .video-item:hover .play-btn {
	background: rgba(149, 88, 51, .3);
}
#content .home-department-strip.et-dep-jewish-home .videos-area .video-item:hover .play-btn {
	background: rgba(49, 196, 197, .3);
}
#content .home-department-strip .videos-area .video-item:hover .play-btn .triangle,
#cover .fancy-vid:hover .play-btn .triangle,
#content .fancy-vid:hover .play-btn .triangle  {
	transform: scale(1.1);
}

#content .home-department-strip .videos-area .video-item .item-content .trans-btn {
	margin-top: 28px;
	padding: 12px 17px;
	border-width: 1px;
	background: rgba(49, 196, 197, .1);
}
#content .home-department-strip:first-child .videos-area .video-item .item-content .trans-btn {
	background: rgba(149, 88, 51, .1);
}
#content .home-department-strip:first-child .videos-area .video-item .item-content .trans-btn:hover {
	background: rgba(149, 88, 51, .3);
}

#content .home-department-strip + .site-width {
	margin-top: 72px;
}
#content .magazine-title {
	position: relative;
	padding-bottom: 18px;
	font: 300 20px/1.2 'Open Sans', sans-serif;
	color: #181616;
}
#content .magazine-title b {
	display: block;
	font-family: 'freight-text-pro', serif;
	font-size: 40px;
	font-style: normal;
	line-height: 1.2;
	text-transform: uppercase;
	color: #d59b33;
}

#content .magazine-posts a,
#content .magazine-posts a:hover,
#content .magazine-posts a:active {
	text-decoration: none;
	color: #000;
}
#content .magazine-posts,
#content .magazine-main-post .blog-big-box {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#content .magazine-main-post .blog-big-box {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
	height: 222px;
	margin-bottom: 30px;
}
#content .magazine-posts .magazine-main-post {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}
#content .magazine-posts .magazine-small-posts {
  flex: 0 1 auto;
	max-width: 274px;
	margin-right: 20px;
}
#content .magazine-posts .magazine-small-posts:last-of-type {
	margin-right: 0px;
}
#content .magazine-main-post .blog-big-box .blog-big-box-image {
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 302px;
}
#content .magazine-main-post .blog-big-box .blog-big-box-image img {
	display: none;
}
#content .magazine-main-post .blog-big-box .blog-box-body {
	padding: 20px;
}
#content .magazine-main-post .blog-big-box .blog-box-body a h3 {
	font: italic 25px/29px 'freight-text-pro', serif;
  font-weight: 600;
  color: #000;
}
#content .magazine-small-posts .blog-small-image {
	width: 274px;
	height: 160px;
	background-size: cover;
}
#content .magazine-small-posts .blog-small-image a {
	display: block;
	width: 100%;
	height: 100%;
}
#content .magazine-small-posts .blog-small-image img {
	display: none;
}
#content .magazine-small-posts .magazine-blog-title {
	margin-top: 10px;
	height: 50px;
	border-right: 1px solid #d59b33;
	padding-right: 10px;
	margin-right: -10px;
}
#content .magazine-small-posts:last-of-type .magazine-blog-title {
	border-right: none;
	margin-right: 0;
}
#content .magazine-small-posts .magazine-blog-title h3 {
	font: italic 22px/25px 'freight-text-pro', serif;
	font-weight: 600;
}
#content .magazine-main-post p,
#content .magazine-small-posts p {
	font: 400 16px/24px 'Open Sans', sans-serif;
}
#content .magazine-main-post .blog-box-meta span,
#content .magazine-small-posts .blog-box-meta span {
	font: 400 14px/1.1 "Open Sans", sans-serif;
	display: inline-block;
}

#content .magazine-main-post .holy-land-studies .blog-box-meta span,
#content .magazine-small-posts .holy-land-studies .blog-box-meta span {
	color: #418282;;
}
#content .magazine-main-post .jewish-studies .blog-box-meta span,
#content .magazine-small-posts .jewish-studies .blog-box-meta span,
#content .magazine-main-post .jewish-studies .blog-box-meta a,
#content .magazine-small-posts .jewish-studies .blog-box-meta a,
.jewish-studies .blog-category-link a {
	color: #b60a06;;
}

#content .magazine-wrapper .blog-box-meta span:first-of-type, 
#content .magazine-wrapper .blog-box-meta a:first-of-type {
	border-right: 1px solid #000;
	padding-right: 6px;
	margin-right: 6px;
}

#content .mag-teasers {
	margin-top: 59px;
}
#content .mag-teasers li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding-left: 5%;
}

#content.thank-you .mag-teasers {
	padding: 0 30px;
}
#content.thank-you .mag-teasers li {
	padding-left: 3%;
}
#content .mag-teasers li:first-child {
	padding-left: 0;
}
#content .mag-teasers li .item-title {
	margin-bottom: 16px;
	font-family: 'freight-text-pro', serif;
	font-size: 24px;
	font-style: italic;
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
}
#content.contact .mag-teasers li .item-title {
	font-size: 22px;
	font-weight: 400;
}
#content .mag-teasers li .item-title span {
	background: #d59b33;
	outline: 3px solid #d59b33;
}
#content .mag-teasers li .item-content {
	padding-right: 12px;
	border-right: 1px solid #d59b33;
}
#content .mag-teasers li:last-child .item-content {
	border-right: none;
}
#content .mag-teasers li .item-excerpt {
	margin-bottom: 16px;
	line-height: 1.6;
}

#content .mag-teasers li .read-more {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -1px;
	text-decoration: none;
	color: #000;
}
#content .mag-teasers li .read-more .img-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	overflow: hidden;
}
#content .mag-teasers li .read-more .img-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../png/circle-border-42.png) no-repeat;
}
#content .mag-teasers li .img-wrapper img {
	transition: transform .3s;
}
#content .magazine-wrapper .mag-teasers li .read-more:hover img {
	transform: scale(1.1);
}
#content .mag-teasers li .read-more .link-text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	margin-left: 12px;
	line-height: 1.2;
}
#content .mag-teasers li .read-more .link-text span {
	position: relative;
}
#content .mag-teasers li .read-more .link-text span:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	height: 1px;
	background: #363636;
	opacity: 0;
	transition: all .3s;
}
#content .mag-teasers li .read-more .link-text span:hover:after {
	bottom: -10px;
	opacity: 1;
}


#content .magazine-sidebar {
	float: right;
	width: 24.4%;
}
#content .magazine-sidebar .download-area {
	padding-top: 14px;
}
#content .magazine-sidebar .download-area .download-img {
	width: 311px;
	max-width: 100%;
	height: 230px;
	box-sizing: border-box;
	padding: 15px 56px 16px 20px;
	background-size: 100% 100%;
	background-position: center;
	border: 6px solid #fff;
	outline: 1px solid #e1e1e1;
	transition: background-size .3s;
}
#content .magazine-sidebar .download-area .download-img .download-text {
	font-family: 'freight-text-pro', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
}
#content .magazine-sidebar .download-area .download-img .download-text span {
	display: block;
	margin-top: 4px;
	font-size: 14px;
}
#content .magazine-sidebar .download-area .download-btn {
	display: block;
	position: relative;
	width: 213px;
	max-width: 100%;
	padding: 10px 0;
	line-height: 30px;
	margin: -37px auto 0;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #b60a06;
	background: #fff;
	border: 1px solid #b60a06;
}
#content .magazine-sidebar .download-area .download-btn:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 27px;
	margin-right: 8px;
	background: url(../png/eteacher-sprite.png) no-repeat -10px 0;
}
#content .magazine-sidebar .download-area:hover .download-img {
	background-size: 110% 110%;
}
#content .magazine-sidebar .mag-promo-video img {
	width: 100%;
	height: auto;
}
#content .magazine-sidebar .mag-slider {
	position: relative;
	width: 311px;
	max-width: 100%;
	height: 234px;
	margin-top: 67px;
	text-align: center;
}
#content .magazine-sidebar .mag-slider .bg-rect {
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 0;
	left: 0;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
#content .magazine-sidebar .mag-slider .slider-wrapper {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	border-top: 3px solid #d59b33;
	border-bottom: 3px solid #d59b33;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1)
}
#content .mag-slider .controls {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -10px;
	text-align: center;
}
#content .mag-slider .controls .arrow {
	position: absolute;
	width: 9px;
	height: 16px;
	background: url(../png/eteacher-sprite.png) no-repeat;
}
#content .mag-slider .controls .arrow.prev-arrow {
	left: 42px;
	background-position: 0 -40px;
}
#content .mag-slider .controls .arrow.next-arrow {
	right: 42px;
	background-position: -10px -40px;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides {
	height: 100%;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 26px;
	box-sizing: border-box;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide.active {
	display: block;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .slide-img {
	position: relative;
	width: 91px;
	height: 89px;
	margin: 0 auto 11px;
	overflow: hidden;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .slide-img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../png/circle-border-91.png) no-repeat;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .slide-img img {
	transition: transform .3s ease-out;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .slide-name {
	font-family: 'freight-text-pro', serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .read-more {
	position: absolute;
	bottom: 22px;
	right: 0;
	left: 0;
	text-decoration: none;
	color: #b60a06;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .read-more span {
	display: inline-block;
	position: relative;
}
#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .read-more span:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 1px;
	background: #b60a06;
	opacity: 0;
	transition: all .3s ease-out;
}

#content .magazine-sidebar .mag-slider:hover .slider-wrapper .slides .slide .slide-img img {
	transform: scale(1.1);
}
#content .magazine-sidebar .mag-slider:hover .slider-wrapper .slides .slide .read-more span:after {
	bottom: -2px;
	opacity: 1;
}


#content .testimonials-strip {
	margin-top: 83px;
	max-width: 100%;
	overflow: hidden;
}
#content .testimonials-strip .testimonials-slider {
	position: relative;
	height: 406px;
}
#content .testimonials-strip .testimonials-slider .slides {
	height: 100%;
}
#content .testimonials-strip .testimonials-slider .slides .slide {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	color: #fff;
	background-position: right;
}
#content .testimonials-strip .testimonials-slider .slides .slide.active {
	display: block;
}
#content .testimonials-strip .testimonials-slider .slides .slide > .site-width {
	height: 100%;
}
#content .testimonials-strip .testimonials-slider .slides .slide .slide-content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-right: 316px;
	text-align: center;
	letter-spacing: 0.5px;
}
#content .testimonials-strip .testimonials-slider .slides .slide .slide-content .ptd {
	vertical-align: middle;
}
#content .testimonials-strip .testimonials-slider .slides .slide blockquote {
	margin-bottom: 45px;
	padding-bottom: 40px;
	font-family: 'freight-text-pro', serif;
	font-size: 38px;
	font-style: italic;
	font-weight: 300;	
}
#content .testimonials-strip .testimonials-slider .slides .slide blockquote.afterline:after {
	background: #fff;
}
#content .testimonials-strip .testimonials-slider .slides .slide .quote-desc {
	line-height: 1.5;
}
#content .testimonials-strip .home-reviews { 
	padding: 10px 0 26px;
	background: #f9f9f9;
}
#content .testimonials-strip .home-reviews .items,
#content .sidebar .sidebar-reviews .items {
	text-align: center;
}
#content .testimonials-strip .home-reviews .items .item {
	display: inline-block;
	vertical-align: top;
	width: 338px;
	margin: 0 16px;
}
#content .testimonials-strip .home-reviews .items .item .stars .star,
#content .sidebar .sidebar-reviews .items .item .stars .star,
#content .secondary-sidebar .reviews-slider .stars .star {
	display: inline-block;
	width: 18px;
	height: 17px;
	margin: 10px 2px;
	background-image: url(../png/eteacher-sprite.png);
	background-repeat: no-repeat;
}
#content .testimonials-strip .home-reviews .items .item .stars .star {
	margin: 7px 2px;
}
#content .testimonials-strip .home-reviews .items .item .stars .star.full,
#content .sidebar .sidebar-reviews .items .item .stars .star.full {
	background-position: -60px -60px;
}
#content .secondary-sidebar .reviews-slider .stars .star.full {
	background-position: -230px -90px;
}
#content .testimonials-strip .home-reviews .items .item .stars .star.empty,
#content .sidebar .sidebar-reviews .items .item .stars .star.empty {
	background-position: -80px -60px;
}
#content .secondary-sidebar .reviews-slider .stars .star.empty {
	background-position: -250px -90px;
}

#content .testimonials-strip .home-reviews .items .item blockquote,
#content .sidebar .sidebar-reviews .items .item blockquote {
	margin-bottom: 6px;
	font-family: 'freight-text-pro', serif;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1.5px;
}
#content .testimonials-strip .home-reviews .items .item .author,
#content .sidebar .sidebar-reviews .items .item .author {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #959595;
}


#content .discover-strip {
	margin-top: 60px;
	text-align: center;
}
#content .discover-strip .strip-title {
	margin-bottom: 20px;
	padding-bottom: 32px;
	font-family: 'freight-text-pro', serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #d59b33;
}
#content .discover-strip .strip-title:after {
	background: #d59b33;
}
#content .discover-strip .intro {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.6;
}
#content .discover-strip .nums-items {
	margin: 0 12px;
	padding: 56px 0;
}
#content .discover-strip .nums-items .item {
	float: left;
	width: 25%;
	font-family: 'freight-text-pro', serif;
}
#content .discover-strip .nums-items .item .item-icon {
	height: 58px;
	margin-bottom: 28px;
}
#content .discover-strip .nums-items .item .item-name {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
}
#content .discover-strip .nums-items .item .item-number {
	font-size: 50px;
	font-weight: 700;
	color: #d59b33;
}

/* ------ FACULTY ------ */
#cover.faculty {
	min-height: 403px;
	height: auto;
	color: #000;
	padding: 2em 0 30px;
}
#cover.faculty .textual-area {
	max-width: 580px;
	padding-left: 20px;
}
#cover.faculty .cover-title {
	margin-top: 0px;
	padding-top: 36px;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	color: #f2b037;
}
#cover.faculty .cover-intro {
	font-size: 15px;
	opacity: .8;
}
#cover.faculty .cover-intro:after {
	content: "";
	display: block;
	width: 17px;
	height: 4px;
	margin: 20px 0;
	background: #f2b037;
}
#cover.faculty .header-cta {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	opacity: .8;
}

#content .faculty-wrapper {
	padding-bottom: 1px;
}
#content .faculty-wrapper .mobile-select-header {
	display: none;
}
#content .faculty-wrapper .faculty-strip-header {
	padding: 10px 0 0;
	box-shadow: 0px 3px 11.4px 0.6px rgba(114, 114, 114, 0.2);
}
#content .faculty-wrapper .faculty-strip-header .filters {
	float: right;
	margin-top: 20px;
}
/**/
#content .cards-reviews .filters {
	float: right;
}
#content .faculty-wrapper .faculty-strip-header .select-wrapper,
#content .cards-reviews .filters .select-wrapper,
#content.contact .eteacher-form .select-wrapper {
	position: relative;
	z-index: 10;
	float: left;
	/*min-width: 176px;*/
	width: 160px;
	margin-left: 12px;
	padding-right: 20px;
	color: #b60a06;
}
#content.contact .eteacher-form .select-wrapper {
	float: none;
	margin-left: -20px;
}
#content .faculty-wrapper .faculty-strip-header .select-wrapper .arrow,
#content .cards-reviews .filters .select-wrapper .arrow,
#content.contact .eteacher-form .select-wrapper .arrow {
	position: absolute;
	top: 8px;
	right: 22px;
	width: 8px;
	height: 6px;
	background: url(../png/eteacher-sprite.png) no-repeat -30px -70px;
}
#content.contact .eteacher-form .select-wrapper .arrow {
	right: 9px;
	top: 12px;
	z-index: 3;
}
#content .faculty-wrapper .faculty-strip-header .select-wrapper .pselect,
#content .cards-reviews .filters .select-wrapper .pselect,
#content.contact .eteacher-form .select-wrapper .pselect {
	padding: 0 20px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #b60a06;
	text-transform: uppercase;
}
#content.contact .eteacher-form .select-wrapper .pselect {
	font-style: normal;
	border-bottom: none;
}
#content.contact .eteacher-form .dropdowns .select-wrapper .pselect {
	position: relative;
	z-index: 2;
	width: 160px;
	padding: 4px 10px 1px;
	background: rgba(255, 255, 255, 0);
	transition: background .1s ease-in-out .35s;
}
#content.contact .eteacher-form .dropdowns .open .select-wrapper .pselect {
	background: rgba(255, 255, 255, 1);
	transition: background .1s ease-in-out;
}
.select-wrapper ul {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
#content.contact .eteacher-form .dropdowns .select-wrapper ul {
	padding-top: 0;
	padding-bottom: 0px;
	top: 26px;
	background: #fff;
}
#content .faculty-wrapper .faculty-strip-header .select-wrapper ul li,
#content .cards-reviews .filters .select-wrapper ul li,
#content.contact .eteacher-form .select-wrapper ul li {
	padding: 10px 20px;
	font-size: 15px;
}
#content .faculty-wrapper .faculty-strip-header .select-wrapper ul li:hover,
#content .cards-reviews .filters .select-wrapper ul li:hover,
#content.contact .eteacher-form .select-wrapper ul li:hover {
	color: #fff;
	background: #b60a06;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu {
	float: left;
	font-family: freight-text-pro, serif;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li {
	float: left;
	color: #a0a0a0;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a {
	position: relative;
	display: block;
	padding: 10px 20px;
	font-size: 20px;
	font-style: italic;
	text-decoration: none;
	color: inherit;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: height .3s .15s;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.et-dep-lang-facmenu a:before {
	background: #955833;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.et-dep-jewish-facmenu a:before {
	background: #31c4c5;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a:hover:before,
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.active a:before {
	height: 4px;
	transition: height .3s;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: calc(50% - 10px);
	bottom: -4px;
	opacity: 0;
	border-style: solid;
	border-width: 12px 12px 0 11px;
	transition: bottom .25s, opacity .2s;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.et-dep-lang-facmenu a:after {
	 border-color:  #955833 transparent transparent transparent;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.et-dep-jewish-facmenu a:after {
	 border-color:  #31c4c5 transparent transparent transparent;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a:hover:after,
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.active a:after {
	bottom: -10px;
	opacity: 1;
	transition: bottom .25s, opacity .3s .15s;	
}


#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a b {
	display: block;
	line-height: 1.7;
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.et-dep-lang-facmenu.active,
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.et-dep-lang-facmenu:hover {
	color: #955833;
}
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.et-dep-jewish-facmenu.active,
#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.et-dep-jewish-facmenu:hover {
	color: #31c4c5;
}


#content .faculty-wrapper .faculty-main {
	padding-top: 65px;
}
#content .faculty-wrapper .faculty-main .cards-items .wrapper {
	margin-left: -29px;
}
#content .faculty-wrapper .faculty-main .cards-items .wrapper .item {
	position: relative;
	float: left;
	width: 188px;
	height: 209px;
	margin-left: 29px;
	margin-bottom: 29px;
	text-decoration: none;
	color: #fff;
	transition: margin-top .3s, box-shadow .3s;
}
#content .faculty-wrapper .faculty-main .cards-items .wrapper .item img {
	position: relative;
	opacity: .9;
	transition: top .8s;
}
#content .cards-reviews .items .wrapper .item > * {
	position: relative;
	height: 204px;
	transition: top .8s;
}
#content .faculty-wrapper .faculty-main .cards-items .wrapper .item.before-show,
#content .cards-reviews .items .wrapper .item.before-show {
	opacity: 0;
	transition: margin-top .8s, opacity .8s !important;
}
#content .faculty-wrapper .faculty-main .cards-items .wrapper .item.before-show img,
#content .cards-reviews .items .wrapper .item.before-show > * {
	top: 20px;
}
#content .faculty-wrapper .faculty-main .cards-items .wrapper .item.after-show,
#content .cards-reviews .items .wrapper .item.after-show {
	opacity: 1;
}
#content .faculty-wrapper .faculty-main .cards-items .wrapper .item.after-show img,
#content .cards-reviews .items .wrapper .item.after-show > * {
	top: 0;
}
#content .faculty-wrapper .faculty-main .cards-items .item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 62px;
	opacity: .75;
	background: url(../png/fac-card-fade.png);
	transition: bottom .8s;
}
#content .faculty-wrapper .faculty-main .cards-items .item.before-show:after {
	bottom: -20px;
}
#content .faculty-wrapper .faculty-main .cards-items .item.after-show:after {
	bottom: 0;
}
#content .faculty-wrapper .faculty-main .cards-items .item.double {
	width: 406px;
	height: 447px;
}
#content .faculty-wrapper .faculty-main .cards-items .item:hover {
	margin-top: -5px;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.35);
}

#content .faculty-wrapper .faculty-main .cards-items .item .item-details {
	position: absolute;
	z-index: 2;
	bottom: 18px;
	left: 20px;
	font-size: 15px;
	line-height: 1.3;
	transition: bottom .8s;
}
#content .faculty-wrapper .faculty-main .cards-items .item.before-show .item-details {
	bottom: -2px;
}
#content .faculty-wrapper .faculty-main .cards-items .item.after-show .item-details {
	bottom: 18px;
}
#content .faculty-wrapper .faculty-main .cards-items .item .item-details .name {
	display: block;
	font-weight: 700;
}
#content .faculty-wrapper .faculty-main .cards-items .trans-btn,
#content .cards-reviews .items .see-more-wrapper .trans-btn {
	margin: 0 auto;
	padding: 21px 54px;
	font-size: 15px;
	font-weight: 600;
	color: #b60a06;
	border-width: 1px;
	border-color: #b60a06;
	background: rgba(182, 10, 6, 0);
	transition: background .3s;
}
#content .faculty-wrapper .faculty-main .cards-items .see-more-wrapper {
	text-align: center;
}
#content .faculty-wrapper .faculty-main .cards-items .trans-btn {
	margin: 22px 0;
}
#content .faculty-wrapper .faculty-main .cards-items .trans-btn:hover,
#content .cards-reviews .items .see-more-wrapper .trans-btn:hover {
	background: rgba(182, 10, 6, .05);
}


/* ------ SINGLE COURSE DEVELOPER ------ */
#content.single-developer {
	padding-top: 34px;
	padding-bottom: 90px;
}
#content.single-developer .columns-wrapper {
	width: 100%;
}
#content.single-developer .secondary-sidebar {
	vertical-align: top;
	width: 188px;
}
#content.single-developer .secondary-sidebar .thumb-wrapper {
	padding-bottom: 29px;
	border-bottom: 1px solid #b60a06;
}
#content .secondary-sidebar .developer-reviews {
	padding-top: 20px;
	text-align: center;
}
#content .secondary-sidebar .developer-reviews .reviews-title {
	padding-bottom: 24px;
	line-height: 1.2;
	font-family: freight-text-pro, serif;
	font-size: 15px;
	font-weight: 700;
}
#content .secondary-sidebar .developer-reviews .reviews-title .dev-name {
	font-size: 17px;
}
#content .secondary-sidebar .developer-reviews .reviews-title.afterline:after {
	width: 28px;
	margin-left: -14px;
	background: #b60a06;
}
#content .secondary-sidebar .developer-reviews .reviews-slider {
	position: relative;
	margin-top: 12px;
	padding-bottom: 38px;
}
#content .secondary-sidebar .developer-reviews .reviews-slider .slides .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#content .secondary-sidebar .developer-reviews .reviews-slider .slides .slide.active {
	display: block;
}
#content .secondary-sidebar .developer-reviews .reviews-slider .slides .slide blockquote {
	font-family: freight-text-pro, serif;
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.5px;
	line-height: 1.55;
}
#content .secondary-sidebar .developer-reviews .reviews-slider .slides .slide .stars-author {
	margin-top: 16px;
}
#content .secondary-sidebar .developer-reviews .reviews-slider .slides .slide .stars-author .author {
	margin-top: 12px;
	font-size: 15px;
	font-weight: 600;
}
#content .secondary-sidebar .developer-reviews .reviews-slider .controls {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
#content .secondary-sidebar .developer-reviews .reviews-slider .controls .dots .dot {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #d3cece;
	border-radius: 50%;
	cursor: pointer;
	transition: background .3s;
}
#content .secondary-sidebar .developer-reviews .reviews-slider .controls .dots .dot.active,
#content .secondary-sidebar .developer-reviews .reviews-slider .controls .dots .dot:hover {
	background: #b60a06;
}
#content .secondary-sidebar .visit-classes {
	display: block;
	width: 100%;
	margin-top: 34px;
	padding: 10px 4px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #b60a06;
}


#content.single-developer .main-column {
	vertical-align: top;
	width: 100%;
	padding-left: 30px;
	padding-right: 48px;
}
#content.single-developer .main-column .page-title {
	margin-top: -5px;
	margin-bottom: 10px;
	font-family: freight-text-pro, serif;
	font-size: 30px;
	font-weight: 700;
}
#content.single-developer .main-column > .position {
	margin-bottom: 35px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}
#content.single-developer .main-column .about-dev-strip {
	margin-top: 24px;
	font-size: 15px;
}
#content.single-developer .main-column .about-dev-strip + .about-dev-strip {
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
}
#content.single-developer .main-column .about-dev-strip h2 {
	margin-bottom: 10px;
	font-family: freight-text-pro, serif;
	font-size: 20px;
	font-weight: 700;
	color: #b60a06;
}
#content.single-developer .main-column .about-dev-strip p {
	line-height: 1.7;
}
#content.single-developer .main-column .about-dev-strip a {
	font-family: freight-text-pro, serif;
	font-style: italic;
	font-weight: 600;
	line-height: 2;
	color: #b60a06;
}


#content.single-developer .sidebar {
	vertical-align: top;
	width: 310px;
	min-width: 310px;
	
}
#content.single-developer .sidebar .sidebar-box {
	margin-bottom: 48px;
	padding: 28px 11.9% 0;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}
#content.single-developer .sidebar .sidebar-box-title {
	font-family: freight-text-pro, serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
}
#content.single-developer .sidebar .course-items {
	position: relative;
	/*height: 438px;*/
	margin-top: 26px;
	padding-bottom: 50px;
	overflow: hidden;
}
#content.single-developer .sidebar .course-items.open {
	height: auto !important;
}
#content.single-developer .sidebar .course-items .course-item {
	position: relative;
	display: block;
/* 	width: 311px; */
	height: 175px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
#content.single-developer .sidebar .course-items .course-item + .course-item {
	margin-top: 40px;
}
#content.single-developer .sidebar .course-items .course-item .img-wrapper,
#content.single-developer .sidebar .course-items .course-item .img-wrapper .course-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#content.single-developer .sidebar .course-items .course-item .img-wrapper .course-img {
	background-size: cover;
	background-repeat: no-repeat;
}
#content.single-developer .sidebar .course-items .course-item .ptable {
	width: 100%;
	height: 100%;
}
#content.single-developer .sidebar .course-items .course-item .item-content {
	position: relative;
	z-index: 2;
	vertical-align: middle;
	padding-top: 16px;
}
#content.single-developer .sidebar .course-items .course-item .item-content .item-name {
	display: block;
	font-family: freight-text-pro, serif;
	font-size: 20.5px;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
#content.single-developer .sidebar .course-items .course-item .item-content .item-level {
	display: block;
	font-size: 15px;
	font-weight: 600;
}
#content.single-developer .sidebar .course-items .course-item .item-content .trans-btn {
	margin-top: 20px;
	padding: 7px;
	font-size: 10.5px;
	border-width: 1px;
}
#content.single-developer .sidebar .course-items .see-more {
	position: relative;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
#content.single-developer .sidebar .course-items .see-more-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 28px 10px 9px;
	text-align: center;
	letter-spacing: -0.5px;
	background: #fff;
}
#content.single-developer .sidebar .course-items .see-more:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 7px;
	margin-left: 12px;
	transform: translateY(-1px);
	background: url(../png/eteacher-sprite.png) no-repeat -40px -80px;
	transition: transform .3s;
}
#content.single-developer .sidebar .course-items .see-more:hover:after {
	transform: translateY(5px);
}
#content.single-developer .sidebar .course-items .see-more:before {
	content: "";
	position: absolute;
	bottom: -9px;
	right: 0;
	left: 0;
	height: 1px;
	background: #000;
	opacity: 0;
	transition: all .3s;
}
#content.single-developer .sidebar .course-items .see-more:hover:before {
	opacity: 1;
	bottom: -4px;
}

/*videos*/
#content.single-developer .sidebar .other-courses.videos .course-items .course-item {
	text-align: left;
}
#content.single-developer .sidebar .other-courses.videos .course-items .course-item .item-content {
	display: block;
	height: 100%;
	padding-top: 0;
}
#content.single-developer .sidebar .other-courses.videos .course-items .course-item .item-content .item-name {
	padding-top: 6px;
	padding-left: 20px;
	text-shadow: none;
}
#content.single-developer .sidebar .other-courses.videos .course-items .course-item .item-content .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 58px;
	height: 58px;
	margin-top: -29px;
	margin-left: -29px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	transition: all .3s;
}
#content.single-developer .sidebar .other-courses.videos .course-items .course-item .item-content .play-btn .triangle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 19px;
	border-color: transparent transparent transparent #fff;
	transition: all .3s;
}
#content.single-developer .sidebar .other-courses.videos .course-items .course-item:hover .item-content .play-btn .triangle {
	transform: scale(1.1);
}
#content.single-developer .sidebar .other-courses.videos .course-items .course-item.et-dep-jewish-general:hover .item-content .play-btn {
	background: rgba(49, 196, 197, .3);
}
#content.single-developer .sidebar .other-courses.videos .course-items .course-item.et-dep-lang-general:hover .item-content .play-btn {
	background: rgba(149, 88, 51, .3);
}

/* ------ COURSES ------ */
#back-to-top {
	display: none;
	position: fixed;
	z-index: 200;
	top: 200px;
	right: 20px;
	width: 69px;
	height: 69px;
	padding-top: 38px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: rgba(149, 88, 51, .4);
	border-radius: 50%;
	transition: background-color .3s;
}
#back-to-top:before {
	content: "";
	position: absolute;
	top: 18px;
	left: 50%;
	width: 27px;
	height: 13px;
	margin-left: -13px;
	background: url(../png/eteacher-sprite.png) no-repeat 0 -80px;
}
#back-to-top:hover {
	background-color: rgba(149, 88, 51, 1);
}
#content .courses-list-wrapper .main-column {
	float: left;
	width: 66%;
}
#content .courses-menu {
	width: auto;
	margin-top: -94px;
	margin-bottom: 73px;
}
#content .courses-menu .menu-wrapper .mobile-chosen-course {
	display: none;
}
#content .courses-menu .courses-menu-title {
	margin-bottom: 32px;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #fff;
}
#content .courses-menu .menu-wrapper {
	float: left;
	background: #fffaf5;
	box-shadow: 0px 3px 11.4px 0.6px rgba(114, 114, 114, 0.2);
}
#content .courses-menu ul {
	margin-left: -14px;
	padding: 23px;
}
#content .courses-menu ul li {
	float: left;
	margin-left: 14px;
	line-height: 24px;
}
#content .courses-menu ul li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	width: 1px;
	margin-right: 15px;
	background: #ebdacf;
}
#content .courses-menu ul li:first-child:before {
	display: none;
}

#content .courses-menu ul li .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	opacity: .7;
	transition: opacity .3s;
}
#content .courses-menu ul li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-decoration: none;
	color: #3b2112;
}
#content.et-dep-jewish-general .courses-menu ul li a {
	color: #269697;
}
#content.et-dep-jewish-general .courses-menu ul li:hover a,
#content.et-dep-jewish-general .courses-menu ul li.active a {
	color: #269697;
}
#content .courses-menu ul li:hover a,
#content .courses-menu ul li.active a {
	font-weight: 700;
	color: #955833;
}
#content .courses-menu ul li:hover .icon,
#content .courses-menu ul li.active .icon {
	opacity: 1;
}

#content .courses-list-wrapper + .courses-list-wrapper {
	margin-top: 68px;
}
#content .courses-list-wrapper .main-column .section-title {
	margin-bottom: 22px;
	font-family: 'freight-text-pro', serif;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 1px;
}
#content .courses-list-wrapper .main-column .section-intro {
	max-width: 640px;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	color: #585858;
}
#content .courses-list-wrapper .main-column .courses-items {
	margin-top: 51px;
}
#content .courses-list-wrapper .main-column .courses-items .item {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 14px;
	margin-left: -14px;
}
#content .courses-list-wrapper .main-column .courses-items .item:nth-child(odd) {
	background: #fcfaf8;
}
#content .courses-list-wrapper .main-column .courses-items .item .ptable {
	width: 100%;
}
#content .courses-list-wrapper .main-column .courses-items .item .ptd {
	vertical-align: top;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-thumb {
	float: left;
	width: 213px;
	height: 127px;
	overflow: hidden;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-thumb img {
	display: block;
	transition: transform .3s;
}
#content .courses-list-wrapper .main-column .courses-items .item.hover .item-thumb img {
	transform: scale(1.1);
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content {
	padding-left: 29px;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-title {
	display: inline-block;
	margin-bottom: 14px;
	font-family: 'freight-text-pro', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
	transition: color .3s;
}
#content .courses-list-wrapper .main-column .courses-items .item.hover .item-content .item-title {
	color: #955833;
}
#content.et-dep-jewish-general .courses-list-wrapper .main-column .courses-items .item.hover .item-content .item-title {
	color: #31c4c5;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-level {
	display: block;
	font-family: 'open sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	color: #955833;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-level:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 10px;
	margin-right: 10px;
	margin-bottom: 1px;
	background-image: url(../png/eteacher-sprite.png);
	background-repeat: no-repeat;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-level.beginner:before {
	background-position: -160px 0;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-level.improved:before {
	background-position: -160px -20px;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-level.intermediate:before {
	background-position: -160px -40px;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-level.advanced:before {
	background-position: -160px -60px;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-level.expert:before {
	background-position: -160px -80px;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-level.part1:before {
	background-position: -160px -100px;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-level.part2:before {
	background-position: -160px -120px;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-excerpt {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	color: #585858;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-sched {
	padding: 0 0 0 30px;
	vertical-align: middle;
	white-space: nowrap;
}

#content .courses-list-wrapper .main-column .courses-items .item .item-sched a {
	position: relative;
	top: 3px;
	text-decoration: none;
	color: #4C321E;
	display: block;
	font-size: 16px;
	border: 1px solid #4C321E;
	line-height: 43px;
	padding: 0 20px;
	transition: all .3s;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-sched a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #4C321E;
	top: -1px;
	position: relative;
	transition: all .3s;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-sched a:hover {
	background: #4C321E;
	color: #fff;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-sched a:hover:after {
	border-left-color: #fff;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-sched .schedule {
	position: relative;
	padding: 16px 0 14px 29px;
	border-bottom: 1px solid #e2e1df;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-sched .schedule:before {
	content: "";
	position: absolute;
	left: 0;
	width: 21px;
	height: 21px;
	background: url(../png/eteacher-sprite.png) no-repeat -20px -40px;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-sched .schedule .next-class {
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 300;
	color: #8d8d8d;
}
#content .courses-list-wrapper .main-column .courses-items .item .item-sched .schedule .class-date {
	font-size: 15px;
	font-weight: 600;
}
#content .courses-list-wrapper .sidebar,
#content.single-course .sidebar {
	float: right;
	width: 31.8%;
	margin-top: 5px;	
}
#content .courses-list-wrapper .sidebar,
#content.single-course .sidebar .properties-wrapper {
	padding: 27px 29px 6px;
	box-sizing: border-box;
	box-shadow: 0px 0px 6.7px 3.3px rgba(0, 0, 0, 0.05);
}
#content.et-dep-lang-general .courses-list-wrapper .sidebar,
#content.single-course.et-dep-lang-general .sidebar .properties-wrapper {
	border-top: 4px solid #955833;
	border-bottom: 4px solid #955833;
}
#content.et-dep-jewish-general .courses-list-wrapper .sidebar,
#content.single-course.et-dep-jewish-general .sidebar .properties-wrapper {
	border-top: 4px solid #31c4c5;
	border-bottom: 4px solid #31c4c5;
}

#content .courses-list-wrapper .sidebar .sidebar-title,
#content.single-course .sidebar .sidebar-title {
	float: left;
	font-family: 'freight-text-pro', serif;
	font-size: 24px;
	font-weight: 700;
}
#content.single-course .sidebar .sidebar-title {
	margin-bottom: 21px;
}
#content .courses-list-wrapper .sidebar .takeways-title {
	float: right;
	margin-right: 10px;
	margin-bottom: 18px;
	line-height: 2;
	font-weight: 600;
	letter-spacing: 1px;
}
#content .courses-list-wrapper .desc-list,
#content.single-course .desc-list {
	clear: both;
	font-size: 14px;
}
#content .courses-list-wrapper .sidebar .desc-list {
	padding-bottom: 16px;
}
#content .courses-list-wrapper .desc-list li,
#content.single-course .desc-list li {
	margin-bottom: 10px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}
#content.single-course .desc-list li {
	margin-bottom: 21px;
}
#content .courses-list-wrapper .desc-list li .icon {
	float: left;
}
#content .courses-list-wrapper .desc-list li .icon,
#content.single-course .desc-list li:before {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 17px;
	margin-right: 20px;
	background-repeat: no-repeat;
}
#content .courses-list-wrapper .desc-list li.heb-alph .icon {
	height: 17px;
	background-image: url(../png/eteacher-sprite.png);
	background-position: -190px 0;
}
#content .courses-list-wrapper .desc-list li.translation .icon {
	height: 24px;
	background-image: url(../png/eteacher-sprite.png);
	background-position: -190px -20px;
}
#content .courses-list-wrapper .desc-list li.reading .icon {
	height: 18px;
	background-image: url(../png/eteacher-sprite.png);
	background-position: -190px -50px;
}
#content .courses-list-wrapper .desc-list li.histo .icon {
	height: 18px;
	background-image: url(../png/eteacher-sprite.png);
	background-position: -190px -70px;
}
#content .courses-list-wrapper .desc-list li.heb-syntax .icon {
	height: 18px;
	background-image: url(../png/eteacher-sprite.png);
	background-position: -190px -90px;
}
/*Single course sidebar icons*/
#content.single-course .desc-list li:before {
	content: "";
	float: left;
	margin-top: 4px;
	background-image: url(../png/eteacher-sprite.png);
}
#content.single-course .desc-list li.start-date:before {
	height: 20px;
	background-position: -190px -120px;
}
#content.single-course .desc-list li.level:before {
	height: 22px;
	background-position: -190px -160px;
}
#content.single-course .desc-list li.weekly-hours:before {
	height: 23px;
	background-position: -160px -160px;
}
#content.single-course .desc-list li.duration:before {
	height: 22px;
	background-position: -160px -190px;
}
#content.single-course .desc-list li.lang:before {
	height: 17px;
	background-position: -190px -190px;
}
#content.single-course .desc-list li.accred:before {
	width: 18px;
	height: 28px;
	background-position: -325px 0;
}
#content.single-course .desc-list li .item-content {
	/*display: inline-block;
	vertical-align: middle;*/
	margin-left: 44px;
	font-size: 14px;
	line-height: 1.3;
}
#content.single-course .desc-list li .item-content .item-property {
	color: #696969;
}
#content.single-course .desc-list li .item-content .item-value {
	font-weight: 700;
}
/*---  ---  ---  ---  ---*/
#content .courses-list-wrapper .sidebar .credit-points {
	padding: 26px 0 29px;
	font-size: 14px;
	line-height: 1.4;
	border-top: 1px solid #e5e5e5;
}
#content .courses-list-wrapper .sidebar .credit-points b {
	display: block;
}
#content .courses-list-wrapper .sidebar .credit-points .star {
	float: left;
	width: 18px;
	height: 28px;
	margin-top: 10px;
	margin-right: 28px;
	background: url(../png/eteacher-sprite.png) no-repeat -325px 0;
}
#content .courses-list-wrapper .sidebar .credit-points p {
	margin-left: 46px;
}
#content .courses-list-wrapper .sidebar .course-review {
	padding: 26px 0;
	border-top: 1px solid #e5e5e5;
}
#content .courses-list-wrapper .sidebar .course-review .heart {
	float: left;
	width: 22px;
	height: 20px;
	margin-top: 2px;
	margin-right: 20px;
	background: url(../png/eteacher-sprite.png) no-repeat -260px 0;
}
#content .courses-list-wrapper .sidebar .course-review blockquote {
	max-width: 290px;
	margin-left: 44px;
	font-family: 'freight-text-pro', serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.5px;
}
#content .courses-list-wrapper .sidebar .stars-author {
	clear: both;
	padding-top: 14px;
	padding-left: 44px;
}
#content .courses-list-wrapper .sidebar .stars-author .stars,
#content .courses-list-wrapper .sidebar .stars-author .author {
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
}
#content .courses-list-wrapper .sidebar .stars-author .author {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
#content .courses-list-wrapper .sidebar .developer-wrapper {
	padding: 24px 0 10px;
	border-top: 1px solid #e5e5e5;
}
#content .courses-list-wrapper .sidebar .developer {
	width: 100%;
}
#content .courses-list-wrapper .sidebar .developer .ptd {
	vertical-align: middle;
	width: 100%;
	padding: 0 0 0 20px;
}
#content .courses-list-wrapper .sidebar .developer img {
	border-radius: 50%;
}
#content .courses-list-wrapper .sidebar .developer .dev-name {
	line-height: 1.3;
}

/* ------ SINGLE COURSE ------ */
.red-arrow-link {
	position: relative;
	text-decoration: none;
	color: #000;
}
.red-arrow-link:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 14px;
	margin-left: 10px;
	background: url(../png/eteacher-sprite.png) no-repeat 0 -60px;
}
.red-arrow-link:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 14px;
	height: 1px;
	background-color: #000;
	opacity: 0;
	transition: all .3s;
}
.red-arrow-link:hover:before {
	bottom: -2px;
	opacity: 1;
}

#cover .video-wrapper {
	margin-top: 31px;
}
#cover .video-wrapper a {
	display: block;
	width: 654px;
	height: 285px;
	overflow: hidden;
	box-shadow: 0 0 12px 4px rgba(0,0,0,.19);
}
#content.single-course {
	padding-top: 143px;
}
#content.single-course .main-column {
	float: left;
	width: 65.7%;
}
#content.single-course .course-strip {
	padding-right: 2.5%;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
}
#content.single-course .course-strip + .course-strip {
	padding-top: 38px;
}
#content.single-course .course-strip .section-title {
	margin-bottom: 10px;
	font-family: freight-text-pro, serif;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}
#content.single-course .course-description .section-intro {
	height: 70px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	overflow: hidden;
	color: #585858;
}
#content.single-course .course-strip .mobile-takeways,
#content .main-column .mobile-takeways {
	display: none;
}
#content.single-course .course-description .section-intro.auto-height {
	height: auto;
}
#content.single-course .red-arrow-link {
	float: right;
	margin-top: 24px;
	font-size: 14px;
	letter-spacing: -0.5px;
}
#content.single-course .section-intro + .red-arrow-link {
	margin-top: 20px;
}
#content.single-course .section-intro.short {
	height: auto;
}
#content.single-course .section-intro.short + .red-arrow-link {
	margin-top: 0;
	display: none;
}
#content.single-course .red-arrow-link:after {
	margin-left: 8px;
}
#content.single-course .course-strip .developer-wrapper {
	width: 100%;
	margin-top: 27px;
}
#content.single-course .course-strip .developer-wrapper .item-thumb {
	padding: 5px 14px;
}
#content.single-course .course-strip .developer-wrapper .item-thumb img {
	border-radius: 50%;
}
#content.single-course .course-strip .developer-wrapper .item-content {
	vertical-align: top;
	padding-left: 10px;
}
#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper {
	margin-bottom: 7px;
}
#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-title {
	clear: none;
	float: left;
	margin-right: 12px;
	font-size: 20px;
	font-weight: 600;
}
#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-reviews {
	float: left;
}
#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-reviews img,
#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-reviews .num-of-reviews {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-style: italic;
	color: #767676;
	text-decoration: none;
}
#content.single-course .course-strip .developer-wrapper .item-content .item-excerpt {
	line-height: 1.4;
	color: #585858;
}
#content.single-course .course-strip .developer-wrapper .item-content .developer-social {
	margin-top: 20px;
}
#content.single-course .course-strip .developer-wrapper .item-content .developer-social li {
	float: left;
	width: 34px;
	height: 34px;
	margin-right: 10px;
	background-image: url(../png/eteacher-sprite.png);
	background-repeat: no-repeat;
}
#content.single-course .course-strip .developer-wrapper .item-content .developer-social li.linkedin {
	background-position: 0 -120px;
}
#content.single-course .course-strip .developer-wrapper .item-content .developer-social li.youtube {
	background-position: -40px -120px;
}
#content.single-course .course-strip .developer-wrapper .item-content .developer-social li.twitter {
	background-position: -80px -120px;
}
#content.single-course .course-strip .developer-wrapper .item-content .developer-social li a {
	display: block;
	height: 100%;
}
#content.single-course .course-developer .red-arrow-link {
	margin-top: 6px;
}

#content.single-course .course-strip.syllabus {
	margin-top: 10px;
	text-align: center;
}
#content.single-course .course-strip.syllabus .syllabus-list {
	height: 510px;
	margin-top: 21px;
	padding-left: 16px;
	font-family: freight-text-pro, serif;
	text-align: left;
	counter-reset: syllabus;
	overflow: hidden;
	transition: height 1s;
}
#content.single-course .course-strip.syllabus .syllabus-list.open {
	height: auto;
}

#content.single-course .course-strip.syllabus .syllabus-list.auto-height,
#content.single-course .course-strip.syllabus .syllabus-list.short {
	height: auto;
}
#content.single-course .course-strip.syllabus .syllabus-list.short + .full-syl-btn-toggler {
	display: none;
}
#content.single-course .course-strip.syllabus .syllabus-list li {
	padding-bottom: 31px;
	counter-increment: syllabus;
}
#content.single-course .course-strip.syllabus .syllabus-list li:before {
	content: counter(syllabus) ".";
	float: left;
	margin-left: -17px;
	font-weight: 600;
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-content {
	margin-left: 6px;
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-content.narrow {
	float: left;
	max-width: 630px;
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-title {
	clear: none;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-desc {
	line-height: 1.45;
	font-family: 'open sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #939393;
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-vid {
	position: relative;
	float: right;
	width: 139px;
	height: 86px;
	overflow: hidden;
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-vid a {
	display: block;
	height: 100%;
	transition: transform .3s;
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-vid .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 41px;
	height: 41px;
	margin-top: -21px;
	margin-left: -21px;
	background: rgba(0, 0, 0, .47);
	border: 2px solid #fff;
	border-radius: 50%;
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-vid .play-btn .triangle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -4px;
	margin-top: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 14px;
	border-color: transparent transparent transparent #fff;
	transition: all .3s;
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-vid:hover a {
	transform: scale(1.1);
}
#content.single-course .course-strip.syllabus .syllabus-list li .item-vid:hover .play-btn .triangle {
	transform: scale(1.1);
}
#content.single-course .course-strip.syllabus .full-syl-btn {
	display: inline-block;
	/*width: 199px;*/
	height: 59px;
	line-height: 59px;
	margin: 39px auto 16px;
	padding: 0 35px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #b60a06;
	background: #fff;
	background: rgba(182, 10, 6, 0);
	border: 1px solid #b60a06;
	transition: background .3s;
}
#content.single-course .course-strip.syllabus .full-syl-btn:hover {
	background: rgba(182, 10, 6, .05);
}
#content.single-course .course-strip.syllabus .full-syl-btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 9px;
	margin-left: 10px;
	background: url(../png/eteacher-sprite.png) no-repeat -10px -60px;
}

#content.single-course .course-strip.course-credits {
	margin-top: 55px;
	padding: 40px 42px 22px;
	background: #fef9f1;
	border-color: #f0af37;
}
#content.single-course .course-strip.course-credits .wrapper {
	background: url(../png/diploma.png) no-repeat center right;
	/*background-size: auto 95%;*/
}
#content.single-course .course-strip.course-credits .section-title {
	max-width: 500px;
	margin-bottom: 17px;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
#content.single-course .course-strip.course-credits .adv-list {
	max-width: 500px;
	margin-top: 18px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #696969;
}
#content.single-course .course-strip.course-credits .adv-list li {
	margin-left: 40px;
	margin-bottom: 18px;
	line-height: 1.4;
}
#content.single-course .course-strip.course-credits .adv-list li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -40px;
	background-image: url(../png/eteacher-sprite.png);
	background-repeat: no-repeat;
}
#content.single-course .course-strip.course-credits .adv-list li.certificate:before {
	width: 29px;
	height: 26px;
	background-position: 3px -160px;
}
#content.single-course .course-strip.course-credits .adv-list li.academic:before {
	width: 29px;
	height: 23px;
	background-position: -27px -160px;
}
#content.single-course .course-strip.course-credits .adv-list li.credits:before {
	width: 29px;
	height: 31px;
	background-position: -60px -160px;
}

#content.single-course .icons-list-wrapper {
	padding: 40px 0;
}
#content.single-course .icons-list-wrapper .items {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
#content.single-course .icons-list-wrapper .items .item {
	flex: 0 1 25%;
	/*width: 25%;*/
	text-align: center;
}
#content.single-course .icons-list-wrapper .items .item .item-icon {
	margin-bottom: 23px;
	text-align: center;
}
#content.single-course .icons-list-wrapper .items .item .item-icon img {
	margin: 0 auto;
}
#content.single-course .icons-list-wrapper .items .item .item-name {
	margin-bottom: 12px;
	font-family: freight-text-pro, serif;
	font-size: 18px;
	font-weight: 600;
}
#content.single-course .icons-list-wrapper .items .item .item-text {
	font-size: 14px;
	line-height: 1.4;
	color: #7c7c7c;
	padding: 0 10px;
}

#content .sidebar .course-schedule {
	margin-top: 50px;
	padding: 36px 22px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}
#content .sidebar .course-schedule .sched-title {
	float: left;
	margin-bottom: 20px;
	padding-left: 6px;
	font-family: freight-text-pro, serif;
	font-size: 24px;
	font-weight: 600;
}
#content .sidebar .course-schedule .timezone-menu {
	position: relative;
	z-index: 2;
	float: right;
	width: 146px;
	padding: 0 10px;
	font-size: 14px;
}
#content.et-dep-lang-general .sidebar .course-schedule .sched-title,
#content.et-dep-lang-general .sidebar .course-schedule .timezone-menu {
	color: #955833;
}
#content.et-dep-jewish-general .sidebar .course-schedule .sched-title,
#content.et-dep-jewish-general .sidebar .course-schedule .timezone-menu {
	color: #31c4c5;
}

#content .sidebar .course-schedule .timezone-menu .arrow {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 10px;
	height: 6px;
	background: url(../png/eteacher-sprite.png) no-repeat -40px -90px;
}
#content .sidebar .course-schedule .timezone-menu .pselect {
	width: 130px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: right;
	color: #955833;
}
#content .sidebar .course-schedule .timezone-menu ul {
	width: 100%;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .2);
}
#content .sidebar .course-schedule .timezone-menu ul li {
	padding: 10px 6px 10px 10px;
}
#content .sidebar .course-schedule .timezone-menu ul li:last-child {
	border-radius: 0 0 8px 8px;
}
#content .sidebar .course-schedule .timezone-menu ul li:hover {
	color: #fff;
	background: #b60a06;
}
#content .sidebar .course-schedule .timezone-content {
	display: none;
}
#content .sidebar .course-schedule .timezone-content.active {
	display: block;
}
#content .sidebar .course-schedule .month-strip {
	padding: 20px 6px 18px;
	font-size: 14px;
	line-height: 1.6;
	border-top: 1px solid #eaded6;
}
#content.single-course .main-column .mobile-schedule {
	display: none;
}
#content .sidebar .course-schedule .month-strip .month-title,
#content.single-course .main-column .mobile-schedule .month-strip .month-title {
	font-weight: 700;
}
#content .sidebar .course-schedule .month-strip .lesson-line {
	color: #696969;
}

#content .sidebar .course-schedule .eteacher-form {
	position: relative;
	padding: 10px 6px;
}
#content .sidebar .course-schedule .eteacher-form .form-teaser {
	margin-top: 24px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.5px;
	color: #b60a06;
	opacity: 1;
	transition: opacity .3s;
}
#content .sidebar .course-schedule .eteacher-form.open .form-teaser {
	opacity: 0;
}
#content .sidebar .course-schedule .eteacher-form form > .wrapper {
	position: absolute;
	bottom: 100px;
	height: 0;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background: #fff;
}
#content .sidebar .course-schedule .eteacher-form .form-title {
	margin-bottom: 14px;
	font-size: 26px;
	font-weight: 700;
	color: #b60a06;
}
#content .sidebar .course-schedule .eteacher-form .order {
	margin-bottom: 18px;
}
#content .sidebar .course-schedule .eteacher-form .inputs-wrapper {
	padding: 0 3px;
}
#content .sidebar .course-schedule .eteacher-form input[type="text"],
#content .sidebar .course-schedule .eteacher-form input[type="tel"],
#content .sidebar .course-schedule .eteacher-form input[type="email"] {
	width: 100%;
	margin-bottom: 22px;
	padding: 6px 0;
}
#content .sidebar .course-schedule .eteacher-form .submit-wrapper {
	opacity: 1;
	position: relative;
	left: 0;
	bottom: 0;
	display: block;
	width: 83%;
	margin: 7px auto;
}

#content .sidebar .sidebar-reviews {
	margin-top: 44px;
	margin-bottom: 90px;
	padding-top: 62px;
	padding-right: 22px; 
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
#content .sidebar .sidebar-reviews .items {
	width: 178px;
	margin: 0 auto;
}
#content .sidebar .sidebar-reviews .items .item + .item {
	position: relative;
	margin-top: 81px;
	padding-top: 81px;
}
#content .sidebar .sidebar-reviews .items .item + .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 61px;
	height: 1px;
	margin-left: -30px;
	background: #b60a06;
}
#content .sidebar .sidebar-reviews .items .item .stars {
	margin-bottom: 12px;
}
#content .sidebar .sidebar-reviews .items .item blockquote {
	margin-bottom: 12px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0;
}
#content .sidebar .sidebar-reviews .items .item blockquote a {
	text-decoration: none;
	color: inherit;
}

#content .course-form-strip {
	position: relative;
	width: 100%;
	min-height: 348px;
	padding: 3px 0;
	margin: 70px 0;
}
#content .course-form-strip .backgrounds {
	position: absolute;
	width: 100%;
	min-height: 348px;
	overflow: hidden;
}
#content .course-form-strip .first-bg,
#content .course-form-strip .second-bg {
	position: absolute;
	top: 0;
	width: 100%;
	background-repeat: no-repeat;
}
#content .course-form-strip .first-bg {
	top: 17px;
	right: 1156px;
	height: 338px;
	background-image: url(../jpg/bg-course-form-strip1.jpg);
	background-position: center right;
}
#content .course-form-strip .second-bg {
	top: 12px;
	left: 794px;
	height: 348px;
	background-image: url(../jpg/bg-course-form-strip2.jpg);
	background-position: center left;
}
#content .course-form-strip .strip-form {
	position: relative;
}
#content .course-form-strip .eteacher-form {
	position: relative;
	z-index: 2;
	max-width: 729px;
	margin-left: 80px;
	padding: 62px 47px 22px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .25);
}
#content .course-form-strip .eteacher-form .form-title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
#content .course-form-strip .eteacher-form header p {
	margin-bottom: 47px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.5px;
}
#content .course-form-strip .page-request-form.eteacher-form .btn-row {
	position: static;
	margin: 30px 0 0;
}
#content .course-form-strip .page-request-form.eteacher-form .btn-row .trans-btn {
	color: #fff;
    background: #b60906;
    border-color: #b60906;
    font: 14px 'Open Sans';
    font-weight: 600;
}
#content .course-form-strip .page-request-form.eteacher-form .btn-row .trans-btn.arrow:after {
	border-color: transparent transparent transparent #fff;
}

#content.single-course .related-courses {
	max-width: 1218px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#content.single-course .related-courses .section-title {
	margin-bottom: 48px;
	font-family: freight-text-pro, serif;
	font-size: 25px;
	font-weight: 600;
}
#content.single-course .related-courses .items {
	margin: 0;
}
#content.single-course .related-courses .item {
	position: relative;;
	height: 288px;
	width: auto;
	max-width: 341px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
	flex: 1;
}
#content.single-course .related-courses .item .item-img {
	position: absolute;
	width: 36.5%;
	height: 100%;
	background-repeat: no-repeat;
}
#content.single-course .related-courses .item > .arrow {
	position: absolute;
	left: 33%;
	width: 3.5%;
	height: 100%;
	background: url(../png/related-course-arrow.png) no-repeat center left;
}
#content.single-course .related-courses .item .item-content {
	height: 100%;
	margin-left: 33%;
	padding-right: 4%;
	padding-left: 14%;
	text-align: left;
}
.et-dep-lang-general {
	color: #955833;
}
.et-dep-jewish-general {
	color: #31c4c5;
}
.et-dep-lang-general .trans-btn {
	color: #955833;
	border-color: #955833;
	background: rgba(149, 88, 51, 0);
}
.et-dep-lang-general .trans-btn:hover {
	background: rgba(149, 88, 51, .1);
}
.et-dep-lang-general .trans-btn.arrow:after ,
#content.single-course .related-courses .trans-btn.arrow:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #955833;
	background: none;
}
.et-dep-jewish-general .trans-btn {
	color: #31c4c5;
	border-color: #31c4c5;
	background: rgba(49, 196, 197, 0);
}
.et-dep-jewish-general .trans-btn:hover {
	background: rgba(49, 196, 197, .1);
}
.et-dep-jewish-general .trans-btn.arrow:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #31c4c5;
	background: none;
}
#content.single-course .related-courses .item .item-content .ptable {
	width: 100%;
	height: 100%;
}
#content.single-course .related-courses .item .item-content .ptable .ptd {
	vertical-align: middle;
}
#content.single-course .related-courses .item .item-content .class-type {
	margin-bottom: 17px;
	font-size: 14px;
	line-height: 1.2;
	color: #919191;
}
#content.single-course .related-courses .item .item-content .item-title {
	margin-bottom: 9px;
	font-family: freight-text-pro, serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}
#content.single-course .related-courses .item .item-content .item-level {
	font-weight: 600;
}
#content.single-course .related-courses .item .item-content .trans-btn {
	margin-top: 30px;
	padding: 15px 21px;
	font-size: 15px;
	font-weight: 600;
	border-width: 1px;
}
#content.single-course .related-courses .trans-btn {
	font-size: 15px;
	font-weight: 600;
	color: #b60a06;
	border-width: 1px;
	border-color: #b60a06;
	background: #fff;
}
#content.single-course .related-courses .trans-btn.arrow:after {
	border-color: transparent transparent transparent #b60a06;
}
#content.single-course .related-courses .trans-btn:hover {
	background: #fff;
}

/* Course Product page */

#content.single-course.course-product  {
	padding-top: 0;
	margin-top: -270px;
	position: relative;
}

.course-product .container {
	width: 1229px;
	margin: 0 auto;
}
@media only screen and (max-width: 1280px ) {
	[lang='ar-sa'] #header .wrapper .login-and-lang .login-link,
	[lang='fr-fr'] #header .wrapper .login-and-lang .login-link,
	[lang='es-es'] #header .wrapper .login-and-lang .login-link,
	[lang='de-de'] #header .wrapper .login-and-lang .login-link {
		display: none;
	}
	.course-product .container {
		width: auto;
		padding: 0 20px;
	}
}


.course-product section h2 {

}
.course-product section p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}
.course-product section ul {
	margin-bottom: 15px
}
.course-product .trans-btn {
	margin: 0;
	padding: 15px 20px;
	text-align: center;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

#content.course-product .main-column {
	flex: 1;
	float: none;
	width: auto;
}
#content.course-product .sidebar {
	flex: 0 1 auto;
	min-width: 424px;
	float:none;
	margin: 0;
}
.course-product #course-info {
	margin-bottom: 100px;
}
.course-product #course-info .main-column {
	max-width: 734px;
}
.course-product #course-info .main-column.no-media {
	margin: 320px auto 0;
}
.course-product #course-info .video-wrapper {
	margin: 0 auto 60px;
}
.course-product #course-info .video-wrapper a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
	overflow: hidden;
	box-shadow: 0 0 12px 4px rgba(0,0,0,.19);
}
.course-product #course-info .video-wrapper a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.course-product #course-info .section-title {
	font: 600 24px/1 'freight-text-pro', serif;
	margin: 0 0 25px;
}
.course-product #course-info .course-description li {
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 10px;
	line-height: 1.8;
}
.course-product #course-info .course-description p:last-child {
	margin-bottom: 45px;
}

.course-product #course-info .course-schedule {
	position: relative;
}
.course-product.has-classes #course-info .course-schedule {
	border-bottom: 1px solid #e5e5e5;
}
.course-product #course-info .course-schedule .schedule-footer {
	font-style: italic;
	text-align: center;
	font-size: 14px;
}
.course-product #course-info .classes-select-label {
	display: none;
}
.course-product #course-info .classes-table {
	margin: 0 0 30px;
	font-size: 15px;
	font-weight: 600;
	max-height: 350px;
	overflow-y: scroll;
}
.course-product #course-info .classes-table::-webkit-scrollbar {
  width: 8px;
}
.course-product #course-info .classes-table {
  scrollbar-width: thin;
  scrollbar-color: #F3BF5F #F9DFAF;
}
.course-product #course-info .classes-table::-webkit-scrollbar-track {
	background: #F9DFAF;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.course-product #course-info .classes-table::-webkit-scrollbar-thumb {
	background-color: #F3BF5F;
	background-clip: padding-box;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.course-product #course-info .classes-table::-webkit-scrollbar-button:single-button {
  background-color: #fff;
  display: block;
  border-style: solid;
  height: 5px;
  width: 6px;
}

/* Up */
.course-product #course-info .classes-table::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 4px;
  border-color: transparent transparent #F9DFAF transparent;
}

.course-product #course-info .classes-table::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #F3BF5F transparent;
}
/* Down */
.course-product #course-info .classes-table::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 4px;
  border-color: #F9DFAF transparent transparent transparent;
}

.course-product #course-info .classes-table::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #F3BF5F transparent transparent transparent;
}
.course-product #course-info .classes-table .select-row {
	display: none;
}

.course-product #course-info .classes-table .time-row {
	text-align: center;
	align-items: center;
	margin-bottom: 12px;
}
.course-product #course-info .classes-table .time-row .date-cell {
	text-align: center;
	line-height: 1;
	font-size: 13px;
	flex: 1;
}
.course-product #course-info .classes-table .time-row .time-cell {
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	min-width: 60px;
}
.course-product #course-info .classes-table .time-row .time-cell.empty {
	visibility: hidden;
}
.course-product #course-info .classes-table .time-row .date-class-cell {
	background: #efedee;
	padding: 10px;
	margin:0 6px;
	/*position: relative;*/
	flex: 1;
}
.course-product #course-info .classes-table .time-row .date-class-cell:last-child {
	margin: 0 7px 0 6px;
}
.course-product #course-info .classes-table .select-class-button {
	padding: 4px 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	box-sizing: border-box;
	border: 0;
	outline: none;
	cursor: pointer;
	border-radius: 2px;
	background: #f2b037;
	color: #fff;
	width: 100%;
}
.course-product #course-info .classes-table .time-row .date-class-cell.empty .select-class-button {
	visibility: hidden;
}
.course-product #course-info .classes-table .select-class-button .class-time-mobile {
	display: none;
}
.course-product .product-tooltip {
	position: absolute;
	width: auto;
	display: none;
	min-width: 235px;
	background: #fff;
	border: 1px solid #bcbec0;
	border-radius: 5px;
	box-shadow: 0px 1px 4.8px 0.2px rgba(0, 0, 0, 0.15);
	padding: 20px;
	text-align: left;
	z-index: 100;
}
.course-product .product-tooltip span {
	display: block;
}
.course-product .product-tooltip .arrow {
	display: block;
	width: 40px;
	height: 10px;
	position: absolute;
	left: 30px;
	top: 100%;
	overflow: hidden;
}
.course-product .product-tooltip .arrow:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #bcbec0;
	transform: rotate(45deg);
	position: absolute;
	top: -17px;
	background: #fff;
}
.course-product #course-info .classes-table .date-class-cell:not(.empty):hover .product-tooltip {
	display: inline-block;
}
@media only screen and (max-width: 768px ) {
	.course-product #course-info .classes-table .date-column:last-of-type .product-tooltip {
		left: unset;
		right: 0px;
	}
	.course-product #course-info .classes-table .date-column:last-of-type .product-tooltip:after {
		left: unset;
		right: 30px;
	}
}
@media only screen and (max-width: 767px ) {
	.course-product .product-tooltip {
		display: none;
	}
}
.course-product .product-tooltip {
	font-weight: 400;
	line-height: 1.3;
	font-size: 14px;
}
.course-product .product-tooltip .tooltip-header,
.course-product .product-tooltip .select-class-link {
	font-weight: 600;
	font-family: 'Open Sans';
	font-size: 16px;
	color: #f2b037;
}
.course-product .product-tooltip .tooltip-header {
	text-transform: uppercase;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	margin-bottom: 10px;
}
.course-product .product-tooltip .select-class-link {
	margin-top: 15px;
	text-decoration: underline;
	display: block;
}

.course-product #course-info .sidebar .properties-wrapper {
	border-top: 3px solid #b60a06;
	border-bottom: 2px solid #b60a06;
	background: #fff;
	padding: 27px 29px 6px;
	box-sizing: border-box;
	box-shadow: 0px 0px 6.7px 3.3px rgba(0, 0, 0, 0.05);
	margin: 0 0 50px;
}
.course-product #course-info .sidebar .sidebar-title {
	font-family: 'Open Sans', sans-serif;
   font-size: 18px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 21px;
   display: none;
}
#content.course-product .desc-list li {
	letter-spacing: normal;
}
#content.course-product .desc-list li.level:before {
	height: 23px;
	background-position: -346px 0px;
}
#content.course-product .desc-list li.weekly-hours:before {
	height: 21px;
	background-position: -346px -30px;
}
#content.course-product .desc-list li.duration:before {
	height: 23px;
	background-position: -346px -57px;
}
#content.course-product .desc-list li.lang:before {
	height: 21px;
	width: 30px;
	margin-left: -5px;
	background-position: -341px -81px;
}
#content.course-product .desc-list li.accred:before {
	width: 18px;
	height: 28px;
	background-position: -346px -139px;
}

.course-product .takeaway-item {
	font-size: 14px;
	margin-bottom: 21px;
}
.course-product .ecommerce-details {
	border-top: 1px solid #eaded6;
	padding-top: 15px;
	margin-bottom: 0;
	justify-content: flex-start;
}
.course-product .ecommerce-details .price {
	content: '';
	margin-top: 4px;
	background-image: url(../png/eteacher-sprite.png);
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	height: 27px;
	width: 31px;
	margin-right: 13px;
	background-position: -343px -174px;
}
.course-product .ecommerce-details .details-wrap {
	line-height: 1.4;
	margin-bottom: 20px;
}
.course-product .ecommerce-details .detail-row {
	margin-bottom: 10px;
	position: relative;
	padding-right: 30px;
}

.course-product .ecommerce-details .title {
	font-weight: 700;
	position: relative;
	max-width: 350px;
}
.course-product  .ecommerce-details .description {
	font-weight: 400;
}
.course-product .ecommerce-details .show-tooltip {
	position: absolute;
	top: 0;
	right: 0;
}
.course-product  .ecommerce-details .show-tooltip:hover .product-tooltip {
	display: inline-block;
	box-shadow: 0px 5px 19.8px 1.2px rgba(0, 0, 0, 0.15);
	left: -22px;
	bottom: calc(100% + 7px);
}
.course-product .ecommerce-details .show-tooltip:before {
	width: 14px;
	height:  14px;
	margin-left: 10px;
	color: #ccc;
	border: 2px solid #ccc;
	border-radius: 50%;
	vertical-align: middle;
	content: "?";
	display: inline-block;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	font-family: 'Open Sans';
}
@media only screen and (max-width: 1630px ) {
	.course-product .ecommerce-details .show-tooltip:hover .product-tooltip {
		left: unset;
		right: -32px;
	}
	.course-product .ecommerce-details .product-tooltip .arrow {
		left: unset;
		right: 12px;
	}
}
@media only screen and (max-width: 767px ) {
	.course-product .ecommerce-details .detail-row {
		/*padding-right: 15px;*/
	}
}
@media only screen and (max-width: 380px ) {
	.course-product .ecommerce-details .show-tooltip {
		top: 50%;
		transform: translateY(-20px);
	}
	.course-product .ecommerce-details .show-tooltip:hover .product-tooltip {
		left: unset;
		right: -12px;
	}
	.course-product .ecommerce-details .product-tooltip .arrow {
		left: unset;
		right: -7px;
	}
}
.course-product #course-info .enroll {
	text-align: center;
}
.course-product #course-info .enroll-btn {
	color: #fff;
	background: #b60a06;
	min-width: 236px;
	border-color: #b60a06;
}
.course-product #course-info .enroll-btn:after {
	border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 320px ) {
	.course-product #course-info .enroll-btn {
		min-width: 200px;
	}
}

.course-product #course-info .sidebar .course-reviews {
	box-sizing: border-box;
	box-shadow: 0px 0px 6.7px 3.3px rgba(0, 0, 0, 0.05);
}
.course-product #course-info .sidebar .course-reviews h3 {
	display: none;
	font: 600 24px/1 'freight-text-pro', serif;
	text-align: center;
	margin: 0 0 30px;
}
.course-product #course-info .course-reviews .video-review a {
	display: block;
}
.course-product #course-info .course-reviews .video-review img {
	max-width: 100%;
	height: auto;
}
.course-product #course-info .video-review .fancy-vid .play-btn {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
}
.course-product #course-info .trustpilot-review {
	padding: 37px 30px;
}
.course-product #course-info .trustpilot-review .stars {
	background: url(../png/trustpilot_five_stars.png) no-repeat;
	background-size: cover;
	width: 84px;
	height: 15px;
	margin: 0 0 15px;
}
.course-product #course-info .trustpilot-review .review-body {
	margin: 0 0 10px;
}
.course-product #course-info .trustpilot-review .review-title {
	font: italic 22px/1 'freight-text-pro', serif;
	margin: 0 0 10px;
}
.course-product #course-info .trustpilot-review .review-text {
	font: 400 14px/1.5 'Open Sans';
	margin: 0 0 10px;
}
.course-product #course-info .trustpilot-review .review-author {
	color: #959595;
	font-size: 14px;
	font-style: italic;
}
.course-product #course-info .trustpilot-review .score-string {
	font-weight: 600;
	font-size: 16px;
}
.course-product #course-info .trustpilot-review .numberOfReviews {
	font-size: 14px;
}
.course-product #course-info .trustpilot-review .trustpilot-logo {
	background: url(../svg/trustpilot-logo-black.svg) no-repeat center;
	display: inline-block;
	width: 80px;
	height: 20px;
	vertical-align: sub;
	line-height: 1;
}

.course-product #huji-strip {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0px 0 90px;
}
.course-product #huji-strip .main-column {
	background: #fff;
	margin-top: -25px;
	margin-bottom: -25px;
	box-shadow: 0 0 12px 4px rgba(0,0,0,.19);
	min-width: 800px;
}
.course-product #huji-strip .sidebar {
	align-self: flex-end;
}
.course-product #huji-strip .sidebar img {
	padding: 0 0 30px 30px;
}
.course-product #huji-strip .main-column .wrapper {
	padding: 40px 63px;
}
.course-product #huji-strip .huji-logo-mobile {
	display: none;
	margin: 0 0 20px;
}
.course-product #huji-strip .section-title {
	font: 600 32px/1 'freight-text-pro', serif;
	margin: 0 0 15px;
}
.course-product #huji-strip .section-subtitle {
	font: 16px/1.3 'Open Sans';
	margin: 0 0 15px;
}
.course-product #huji-strip .cert-image {
	margin-right: 25px;
}
.course-product #huji-strip .cert-image img {
	cursor: pointer;
	max-width: 267px;
	
}
.course-product #huji-strip .cert-image-popup {
	display: none;
	transition: opacity .15s !important;
}
.course-product #huji-strip .cert-image-popup.open img {
	transform: scale(.3);
	opacity: 0;
	transition: all .3s ease-in-out;
}
.course-product #huji-strip .cert-image-popup.open img.open {
	transform: scale(1);
	opacity: 1;
	width: auto;
	max-width: 100%;
	height: auto;
}
.course-product #huji-strip .bullet-list {
	color: #696969;
	font-size: 15px;
	line-height: 1.6;
}
.course-product #huji-strip .bullet-list li {
	margin-bottom: 18px;
}
.course-product #huji-strip .bullet-list li:last-of-type {
	margin-bottom: 0;
}
.course-product #huji-strip .bullet-list a {
	text-decoration: none;
	color: #f0af37;
}
.course-product #huji-strip .cta-buttons {
	margin-top: 30px;
}
.course-product #huji-strip .cta-buttons .trans-btn {
	min-width: 180px; 
}
.course-product #huji-strip .cta-buttons .cta-open-enroll-form {
	background: #F0AF37;
	border-color: #F0AF37;
	text-transform: uppercase;
	color: #fff;
	margin-right: 20px;
}
.course-product #huji-strip .cta-buttons .cta-open-info-form {
	text-transform: uppercase;
	border-color: #F0AF37;
	color: #F0AF37;
}
.course-product #huji-strip .cta-buttons .cta-open-info-form.arrow:after,
.course-product #cta-strip .cta-top .cta-open-enroll-form:after {
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #F0AF37;
	background: none;
	width: 0;
	height: 0;
}

.course-product #curriculum {
	margin: 0 0 50px;
}
#content.course-product #curriculum .main-column {
	border-bottom: none;
	padding-right: 70px;
}
#content.course-product #curriculum .section-title {
	font: 600 24px/1 'freight-text-pro', serif;
	margin: 0 0 30px;
}
#content.course-product #curriculum .syllabus-list {
	height: 400px;
	margin-top: 21px;
	padding-left: 16px;
	font-family: freight-text-pro, serif;
	text-align: left;
	counter-reset: syllabus;
	overflow: hidden;
	transition: height 1s;
}
#content.course-product #curriculum .syllabus-list li {
	padding-bottom: 10px;
	counter-increment: syllabus;
}
#content.course-product #curriculum .syllabus-list li:before {
	content: counter(syllabus) ".";
	float: left;
	margin-left: -17px;
	font-weight: 600;
}
#content.course-product #curriculum .syllabus-list li .item-content {
	margin-left: 6px;
}
#content.course-product #curriculum .syllabus-list li .item-content.narrow {
	float: left;
	max-width: 630px;
}
#content.course-product #curriculum .syllabus-list li .item-title {
	clear: none;
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: 600;
}
#content.course-product #curriculum .syllabus-list li .item-desc {
	line-height: 1.6;
	font-family: 'open sans', sans-serif;
	font-size: 15px;
	color: #939393;
}
#content.course-product #curriculum .syllabus-list li .item-vid {
	position: relative;
	float: right;
	width: 139px;
	height: 86px;
	overflow: hidden;
}
#content.course-product #curriculum .syllabus-list li .item-vid a {
	display: block;
	height: 100%;
	transition: transform .3s;
}
#content.course-product #curriculum .syllabus-list li .item-vid .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 41px;
	height: 41px;
	margin-top: -21px;
	margin-left: -21px;
	background: rgba(0, 0, 0, .47);
	border: 2px solid #fff;
	border-radius: 50%;
}
#content.course-product #curriculum .syllabus-list li .item-vid .play-btn .triangle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -4px;
	margin-top: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 14px;
	border-color: transparent transparent transparent #fff;
	transition: all .3s;
}
#content.course-product #curriculum .syllabus-list li .item-vid:hover a {
	transform: scale(1.1);
}
#content.course-product #curriculum .syllabus-list li .item-vid:hover .play-btn .triangle {
	transform: scale(1.1);
}
#content.course-product #curriculum .syl-btn-holder {
	text-align: center;
	position: relative;
}
#content.course-product #curriculum .syl-btn-holder:before {
	content: "";
	display: block;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 75%);
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 100%;
}
#content.course-product #curriculum .syllabus-popup .syl-btn-holder:before {
	content: none;
}
#content.course-product #curriculum .full-syl-btn {
	display: inline-block;
	/*width: 199px;*/
	height: 59px;
	line-height: 59px;
	margin: 0 auto 16px;
	padding: 0 35px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #b60a06;
	background: #fff;
	background: rgba(182, 10, 6, 0);
	border: 1px solid #b60a06;
	transition: background .3s;
}
#content.course-product #curriculum .full-syl-btn:hover {
	background: rgba(182, 10, 6, .05);
}
#content.course-product #curriculum .full-syl-btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 9px;
	margin-left: 10px;
	background: url(../png/eteacher-sprite.png) no-repeat -10px -60px;
}
.course-product #curriculum .sidebar {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.course-product #curriculum .course-dev-slider {
	max-width: 300px;
	margin: 0 auto;
}
.course-product #curriculum .course-dev-slider .course-developer {
	text-align: center;
	margin: 0 auto;
}
.course-product #curriculum .course-developer .section-title {
	font: 600 24px/1 'freight-text-pro', serif;
	color: #955833;
	margin: 0 0 50px;
}
.course-product #curriculum .course-developer .item-thumb img {
	border-radius: 50%;
	margin: 0 auto;
}
.course-product #curriculum .course-developer .item-content {
	padding: 39px 0 30px;
}
.course-product #curriculum .course-developer .item-title-wrapper {
}
.course-product #curriculum .course-developer .item-title {
	font: 600 18px/1 'Open Sans';
}
.course-product #curriculum .course-developer .item-title:after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #955833;
	margin: 34px auto 30px;
}
.course-product #curriculum .course-developer .item-excerpt {
	font-size: 15px;
	line-height: 1.8;
}
#content.course-product #curriculum .course-developer .red-arrow-link {
	float: none;
}
.course-product #curriculum .syllabus-popup {
	display: none;
}
.course-product #curriculum .syllabus-popup .syllabus-wrap {
	position: relative;
	background: #fff;
	max-width: 930px;
	height: 90%;
	border-top: 5px solid #955833;
	width: 95%;
	overflow: hidden;
}
.course-product #curriculum .syllabus-popup .syllabus-holder::-webkit-scrollbar {
  width: 4px;
}
.course-product #curriculum .syllabus-popup .syllabus-holder {
  scrollbar-width: thin;
  scrollbar-color: #C5C5C5 #FFF;
  overflow:hidden;
	overflow-y: scroll;
	max-height: 100%;
}
.course-product #curriculum .syllabus-popup .syllabus-holder::-webkit-scrollbar-track {
	background: #fff;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
}
.course-product #curriculum .syllabus-popup .syllabus-holder::-webkit-scrollbar-thumb {
	background-color: #C5C5C5;
	background-clip: padding-box;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}
.course-product #curriculum .syllabus-popup .syllabus-close {
	position: static;
	margin: 10px 10px 0 0;
	z-index: 99;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.course-product #curriculum .syllabus-popup .syllabus-close span {
	font: 400 14px/1 'Open Sans';
	text-transform: uppercase;
	display: inline-block;
	margin-right: 2px
}
.course-product #curriculum .syllabus-popup .syllabus-close svg {
	stroke: #83111F;
	width: 16px;
	height: 16px;
	stroke-width: 3;
}
.course-product #curriculum .syllabus-popup .syllabus {
	padding: 20px 50px 0;
	border: none;
}
.course-product #curriculum .syllabus-popup .syllabus-list {
	height: auto !important;
}
.course-product #curriculum .syllabus-popup .full-syl-btn {
	display: none !important;
}


.course-product #cta-strip {
	background: #F0AF37;
	text-align: center;
	margin: 0;
}
.course-product #cta-strip .cta-top {
	padding: 20px;
}
.course-product #cta-strip .cta-top .container {
	padding: 50px 0;
	border: 1px solid #fff;
	width: auto;
	margin: 0 auto;
}
.course-product #cta-strip h2 {
	font: 600 40px/1.1 'freight-text-pro', serif;
	color: #fff;
	margin: 0 auto 25px;
	max-width: 700px;
}
.course-product #cta-strip .cta-top .cta-text p {
	max-width: 830px;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 16px;
}
.course-product #cta-strip .cta-top .trans-btn {
	min-width: 210px;
	box-shadow: 0px 1px 9.79px 1.21px rgba(0, 0, 0, 0.1);
	margin: 0 5px;
}
.course-product #cta-strip .cta-top .trans-btn:hover {
	/*box-shadow: 0px 1px 9.79px 1.21px rgba(0, 0, 0, 0.3);*/
}
.course-product #cta-strip .cta-top .trans-btn span {
	position: relative;
	z-index: 2;
}
.course-product #cta-strip .cta-top .trans-btn.cta-open-enroll-form {
	background: #fff;
	color: #F0AF37;
}
.course-product #cta-strip .cta-open-enroll-form,
.course-product #cta-strip .form-enroll {
	display: none;
}
.course-product #cta-strip .cta-open-enroll-form.show {
	display: inline-block;
}



/* enroll form */
.form-enroll {
	background: #fff;
	padding: 60px 0 80px;
}
.form-enroll .text-holder { max-width: 75%;margin: 0 auto 50px; width:750px; }
.form-enroll .text-holder h3{ font: italic 700 28px/1.2 'freight-text-pro'; margin-bottom: 20px;}
.form-enroll .text-holder p{ font-size: 16px; line-height: 1.4; }
.form-enroll .form-close {text-align: right;width:82%;}
.form-enroll .form-close span {
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	/*background: url(images/form-close.png) no-repeat;*/
}
.et-payment-lead-form {
	max-width: 920px;
	margin: 0 auto;
}
.et-payment-lead-form .form-wrapper {
	align-items: stretch;
}
.et-payment-lead-form .fields-box,
.et-payment-lead-form .details-box {
	flex: 0 1 50%;
}
.et-payment-lead-form .fields-box {
	padding-right: 66px;
	border-right: 1px solid #9d9d9d;
}
.et-payment-lead-form .flex .field-row {
    flex: 0 1 48%;
    text-align: start;
}
.et-payment-lead-form .details-box {
	padding-left: 66px;
	border-left: 1px solid transparent;
	text-align: left;
	color: #5E5E5E;
}
.et-payment-lead-form .details-box .details-header {
	/*font-weight: 600;*/
	line-height: 1.4;
	margin-bottom: 30px;
}
.et-payment-lead-form .details-box .details-list {display: none;}
.et-payment-lead-form .details-box .details-list.show {display: block;}
.et-payment-lead-form .details-box .details-list li {
	margin-bottom: 15px;
}
.et-payment-lead-form .details-box .details-list li span {
	font-size: 14px;
	line-height: 1.4;
	flex: 0 1 60%;
}
.et-payment-lead-form .details-box .details-list .list-desc {
	font: 500 15px/1.4 'Open Sans';
	color: #b60a06;
	flex: 0 1 40%;
}
.et-payment-lead-form .details-box .details-footer {
	font: 600 italic 15px/1.2 'Open Sans';
	margin-top: 25px;
}
.et-payment-lead-form .details-box .details-footer .ecommerce-details {
	padding-top: 25px;
}
.et-payment-lead-form .details-box .details-footer .ecommerce-details .details-wrap {
	margin: 0;
}
.et-payment-lead-form form input {
	color: #959595;
	padding: 0;
	text-transform: none;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	line-height: 25px;
	font-size: 16px;
}
.et-payment-lead-form form label { display: none;}

.et-payment-lead-form .form-control::-moz-placeholder{font-size:16px;color:#959595;opacity:1;text-transform: none;}
.et-payment-lead-form .form-control:-ms-input-placeholder{font-size:16px;color:#959595;text-transform: none;}
.et-payment-lead-form .form-control::-webkit-input-placeholder{font-size:16px;color:#959595;text-transform: none;}

.et-payment-lead-form .form-row {
	margin-bottom: 22px;
}
.et-payment-lead-form .form-group {
	border-bottom: 1px solid #9d9d9d;
	padding: 6px 0px;
	position: relative;
}
.et-payment-lead-form .form-group.error {
	border-color: #fd4142;
}
.et-payment-lead-form .flex .form-group {flex: 0 1 48%;}

.et-payment-lead-form .tel-holder .tel-prefix {max-width: 45px;flex:0 1 auto;color:#b60a06;}
.et-payment-lead-form .tel-holder .input-wrap {flex:1;}
.et-payment-lead-form .tel-holder .flag {
	width: 37px;
	height: 30px;
	background-image: url(../png/flags32.png);
	background-repeat: no-repeat;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	position: static;
	transform: scale(.8);
}
.et-payment-lead-form  .form-group.opened {
	border-bottom-color: transparent;
}
.et-payment-lead-form .form-group .s-hidden {
	display: none;
}
.et-payment-lead-form .form-group.age {
	position: relative;
}
.et-payment-lead-form .form-group .select {
	font-size: 16px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #959595;
	cursor:pointer;
	text-align: left;
	position: relative;
	min-height: 25px;
	background: url(../png/select-arrow.png) right+4px center no-repeat;
	line-height: 25px;
	direction: ltr;
	font-style: italic;
}
.et-payment-lead-form .form-group select[disabled]~.styledSelect {
	color: #ccc;
	background: rgba(255,255,255,0.5);
	cursor: default;
}
.et-payment-lead-form .form-group .select .options {
	display:none;
	margin:0 0;
	padding:0 0;
	list-style:none;
	border:1px solid #9d9d9d;
	background-color:white;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	z-index: 900;
}
.et-payment-lead-form .form-group .select .options {
	max-height: 300px;
	overflow-y: scroll;
}
.et-payment-lead-form .form-group .select .options li {
	margin: 0;
	padding: 2px 15px;
	direction: ltr;
}
.et-payment-lead-form .form-group .select .options li:first-of-type {
	padding-top: 15px;
}
.et-payment-lead-form .form-group .select .options li:last-of-type {
	padding-bottom: 15px;
}
.et-payment-lead-form .form-group .select .options li:hover {
	color:#b60a06;
}
.et-payment-lead-form .form-group select::-ms-expand { 
    display: none; 
}
.et-payment-lead-form .submit-holder { margin-top: 35px; }
.et-payment-lead-form .footer-privacy-link { padding-top: 0;text-align: right;}
.et-payment-lead-form .privacy-link {font-size: 14px;color:#5E5E5E;}

.et-payment-lead-form .submit-wrapper {text-align: right;}

.enroll-form-submit.trans-btn {
	position: relative;
	padding: 16px 10px;
	min-width: 230px;
	color: #b60a06;
	white-space: nowrap;
	border: 1px solid #b60a06;
	background: #fff;
	outline: none;
	cursor: pointer;
	text-transform: none;
}
.enroll-form-submit.trans-btn.arrow:after {
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #b60a06;
	background: none;
	width: 0;
	height: 0;
}
.enroll-form-submit .button-text {position: relative;z-index: 2;font:600 16px/1 'Open Sans';}
.enroll-form-submit[disabled] { cursor: default; background: #b60a05;}
.enroll-form-submit:hover {
	box-shadow: 0px 1px 9.79px 1.21px rgba(0, 0, 0, 0.1);
}

.enroll-form-submit .loader {
	display: none;
	border-top: 3px solid #b60a06;
	border-bottom: 3px solid #b60a06;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
}
.enroll-form-submit.processing {cursor:default;background: transparent; border: none;padding: 0; box-shadow: none;}
.enroll-form-submit.arrow.processing:after {content: none;}
.enroll-form-submit.processing .button-text { display: none;}
.enroll-form-submit.processing .loader {display: inline-block;}
.enroll-form-submit.processing:hover:before {width:0;z-index: 0;}
.et-payment-lead-form .form-group .error-response {
	position: absolute;
	left: 0;
	font-size: 13px;
	bottom: -17px;
	color: #fd4142;
	font-style: normal;
	width: auto;
}

.course-product #advantages {
	padding: 75px 100px;
}
.course-product #advantages .container{
	border: 1px solid #F0AF37;
	width: auto;
	max-width: 1229px;
	padding: 0;
}
.course-product #advantages .icons-list-wrapper {
	border: 1px solid #F0AF37;
	margin: 20px;
	padding: 43px 50px;
}
.course-product #advantages .section-title {
	font: 500 italic 28px/1 'freight-text-pro', serif;
	text-align: center;
	margin: 0 0 45px;
}
.course-product #advantages .icons-list-wrapper .items {
	justify-content: space-evenly;
	text-align: center;
}
.course-product #advantages .icons-list-wrapper .items li {
	float: none;
	width: auto;
	max-width: 237px;
}

.course-product #more-courses {
	margin: 0 0 65px;
}
#content.course-product .related-courses {
	padding: 0;
}
.course-product #more-courses .related-courses .trans-btn {
	margin-top: 50px;
}

.course-product #faq {
	position: relative;
	background-color: #f9f9f9;
	border-top: 1px solid #e9e9e9;
}
.course-product #faq .container {
	padding: 65px 0;
	position: relative;
}
.course-product #faq .inner-wrap {
	max-width: 846px;
	margin: 0 auto;
}
.course-product #faq h2 {
	font-family: 'freight-text-pro';
	color: #955833;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 46px;
	text-align: center;
}
.course-product #faq .faq-list li {
	margin-bottom: 30px;
	position: relative;
}
.course-product #faq .faq-list li:first-of-type .answer {

}
.course-product #faq .faq-list .question {
	cursor: pointer;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.5;
}
.course-product #faq .faq-list .question svg {
	-webkit-transition: all .3s;
	transition: all .3s;
	min-width: 12px;
	max-width: 12px;
	margin-left: 20px;
	fill: #955833;
}
.course-product #faq .faq-list .answer {
	display: none;
   text-align: left;
   overflow: hidden;
   color: #939393;
}
.course-product #faq .faq-list li:first-of-type .answer {
	display: block;
}
.course-product #faq .faq-list .answer .inner {
	padding-top: 25px;
	padding-left: 30px;
	max-width: 65%;
}
.course-product #faq .faq-list .answer .inner  a {
	direction: ltr !important;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	color: #b60a06;
}
.course-product #faq .faq-list .answer .inner p {
	margin-bottom: 0;
}
.course-product #faq .faq-list .answer .inner ul {
	margin: 20px 0;
	padding: 0 0 0 30px;
	line-height: 1.6;
	list-style: disc;
}
.course-product #faq .faq-list .answer .inner ul li {
	margin: 0 0 10px;
}
.course-product #faq .faq-list li.open .question svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* ------- ABOUT ------*/
#cover.about {
	height: 620px;
	overflow: visible !important;
}
#cover.about > .site-width {
	height: 100%;
}
#cover .box-wrapper {
	position: absolute;
	bottom: 0;
	width: 871px;
	max-width: 98%;
	z-index: 3;
}
#cover.about .bottom-bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
#cover.about .bottom-bg .site-width {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	height: 40px;
	background: url(../png/about-box-bottom.png) no-repeat center left;
}
#cover.about .bottom-bg .site-width:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 100%;
	z-index: 3;
	width: 100%;
	height: 40px;
	background: #fff;
}
#cover.about .bottom-bg .site-width:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 3;
	width: 100%;
	height: 40px;
	background: #fff;
}
#cover.about .gm-style > div:first-child + div,
#cover.about .gm-style > .gmnoprint,
#cover.about .gm-style > .gm-style-cc {
	bottom: 40px !important;
}
#cover.about .gm-style > .gmnoprint.gm-bundled-control {
	bottom: 109px !important;
}

#cover .our-story-box {
	border-radius: 4px;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0.975px 7.94px 17.28px 0.72px rgba(50, 37, 14, 0.17);
}
#cover .our-story-box .left-column {
	position: relative;
	float: left;
	width: 32.7%;
	height: 100%;
	padding: 65px 4.6% 59px;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 2px;
	background: #f2b037;
}
[lang='ru-RU'] #cover .our-story-box .left-column {
	font-size: 26px;
}

#cover .our-story-box .left-column:before {
	content: "";
	display: block;
	width: 47px;
	height: 3px;
	margin-bottom: 18px;
	background: #fff;
}
#cover .our-story-box .left-column:after {
	content: "";
	position: absolute;
	top: 49px;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 15px;
	border-color: transparent transparent transparent #f2b137;
}
#cover .our-story-box .main-column {
	float: left;
	width: 67.3%;
	padding: 42px 4.6%;
	box-sizing: border-box;
	color: #000;
}
#cover .our-story-box .main-column .box-title {
	margin-bottom: 10px;
	font-family: freight-text-pro, serif;
	font-size: 40px;
	font-weight: 700;
}
#cover .our-story-box .main-column .box-title:after {
	content: "";
	display: block;
	width: 47px;
	height: 3px;
	margin-top: 34px;
	background: #deb263;
}
#cover .our-story-box .main-column .cover-intro {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0;
}
#cover .our-story-box .main-column .cover-intro:first-letter {
	font-size: 18px;
	font-weight: 600;
}
#cover.about .order {
	position: absolute;
	z-index: 100;
	bottom: 64px;
	right: 50px;
}
#cover.about .order .icon-360 {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 40px;
	background: url(../png/eteacher-sprite.png) no-repeat -140px -250px;
}

#content.about {
	padding-top: 244px;
	padding-bottom: 80px;
}
#content .excellence-strip {
	padding-bottom: 40px;
}
#content .excellence-strip .textual-area {
	float: left;
	width: 40%;
}
#content.about .textual-area .ptitle,
#content.about .textual-content .ptitle,
#content.about .our-departments .ptitle {
	margin-bottom: 18px;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 2.5px;
}
#content.about .our-departments .ptitle {
	font-size: 32px;
}
#content.about .textual-area .strip-title,
#content.about .textual-content .strip-title,
#content.about .our-departments .strip-title {
	margin-bottom: 10px;
	line-height: 1.5;
	font-family: freight-text-pro, serif;
	font-size: 40px;
	font-weight: 700;
}
#content.about .textual-area .strip-title:after,
#content.about .textual-content .strip-title:after,
#content.about .our-departments .department-box .item-title:after {
	content: "";
	display: block;
	width: 47px;
	height: 3px;
	margin-top: 28px;
	background: #000;
}
#content .where-and-how .bubble .textual-content .strip-title:after {
	background: #fff;
}
#content .excellence-strip .textual-area p {
	font-size: 14px;
	line-height: 2;
}

#content .excellence-strip .textual-area p:first-letter,
#content .philosophy-strip .textual-area p:first-letter {
	font-size: 22px;
	font-weight: 600;
}

#content .excellence-strip .animation-area {
	float: right;
	width: 54%;
}
#content .excellence-strip .animation-area .wrapper {
	position: relative;
	width: 836px;
	height: 484px;
	margin-top: -20px;
	margin-left: -50px;
}
#content .excellence-strip .animation-area .wrapper > div {
	position: absolute;
}
#content .excellence-strip .animation-area .base {
	width: 835px;
	height: 376px;
	background: url(../png/base.png) no-repeat;
}
#content .excellence-strip .animation-area .base {
	bottom: -2px;
	width: 835px;
	height: 376px;
	background: url(../png/base.png) no-repeat;
}

#content .excellence-strip .animation-area .circle {
	top: 20px;
	left: 249px;
	width: 366px;
	height: 366px;
	background: url(../png/circle.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .circle,
#content .excellence-strip .animation-area.pop .circle {
	top: 0;
}

#content .excellence-strip .animation-area .building1 {
	right: 10px;
	bottom: 52px;
	width: 129px;
	height: 128px;
	background: url(../png/building1.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .building1,
#content .excellence-strip .animation-area.pop .building1 {
	bottom: 72px
}

#content .excellence-strip .animation-area .building2 {
	right: 410px;
	bottom: 118px;
	width: 53px;
	height: 232px;
	background: url(../png/building2.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .building2,
#content .excellence-strip .animation-area.pop .building2 {
	bottom: 168px;
}

#content .excellence-strip .animation-area .bush1 {
	right: 60px;
	bottom: 20px;
	width: 392px;
	height: 132px;
	background: url(../png/bush1.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .bush1,
#content .excellence-strip .animation-area.pop .bush1 {
	bottom: 10px;
}

#content .excellence-strip .animation-area .bush2 {
	bottom: 0;
	left: 180px;
	width: 200px;
	height: 98px;
	background: url(../png/bush2.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .bush2,
#content .excellence-strip .animation-area.pop .bush2 {
	bottom: 40px;
}

#content .excellence-strip .animation-area .bush3 {
	bottom: 30px;
	left: 100px;
	width: 177px;
	height: 99px;
	background: url(../png/bush3.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .bush3,
#content .excellence-strip .animation-area.pop .bush3 {
	bottom: 0;
}

#content .excellence-strip .animation-area .bush4 {
	bottom: 85px;
	width: 127px;
	height: 83px;
	background: url(../png/bush4.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .bush4,
#content .excellence-strip .animation-area.pop .bush4 {
	bottom: 60px;
}

#content .excellence-strip .animation-area .certificate {
	right: 142px;
	bottom: 70px;
	width: 239px;
	height: 185px;
	background: url(../png/certificate.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .certificate
#content .excellence-strip .animation-area.pop .certificate {
	bottom: 120px;
}

#content .excellence-strip .animation-area .cloud1 {
	top: 168px;
	left: 100px;
	width: 160px;
	height: 80px;
	background: url(../png/cloud1.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .cloud1,
#content .excellence-strip .animation-area.pop .cloud1 {
	left: 50px;
}

#content .excellence-strip .animation-area .cloud2 {
	top: 131px;
	right: 22px;
	width: 171px;
	height: 83px;
	background: url(../png/cloud2.png) no-repeat;
}
html.et-touch #content .excellence-strip .animation-area .cloud2,
#content .excellence-strip .animation-area.pop .cloud2 {
	top: 111px;
	right: -12px;
}

#content .where-and-how {
	position: relative;
	width: 100%;
	height: 585px;
	margin-top: 186px;
	background: url(../jpg/about-view.jpg) no-repeat top right;
}
#content .where-and-how .bubble {
	position: absolute;
	bottom: -66px;
	right: 0;
	z-index: 2;
	width: 604px;
	color: #fff;
	background: url(../jpg/about-view-bottom.jpg) no-repeat bottom right;
}
#content .where-and-how .bubble .textual-content {
	position: relative;
	padding: 40px 44px 40px 53px;
	background: rgba(0, 0, 0, .78);
}
#content .where-and-how .bubble .textual-content:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -31px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 32px 31px 0;
	border-color: transparent #000000 transparent transparent;
	opacity: .78;
}
#content .where-and-how .bubble .textual-content p {
	line-height: 1.9;
}
#content .where-and-how .bubble .textual-content p:first-letter {
	font-size: 22px;
	font-weight: 600;
}

#content .philosophy-strip {
	position: relative;
	padding: 215px 0 170px;
	background-position: center;
	background-repeat: no-repeat;
}
#content .philosophy-strip .textual-area {
	width: 40%;
}
#content .philosophy-strip .textual-area p {
	line-height: 1.9;
}
#content .philosophy-strip .laptop-screen-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
}
#content .philosophy-strip .laptop-screen {
	position: absolute;
	left: 201px;
	bottom: -140px;
	width: 361px;
	height: 232px;
}

#content .meet-faculty-wrapper {
	position: relative;
	overflow: hidden;
	margin-top: 28px;
	height: 669px;
}
#content .meet-faculty {
	position: absolute;
	width: 1920px;
	height: 100%;
	padding: 21px 0;
	left: 50%;
	margin-left: -960px;
}
#content .mobile-meet-faculty {
	display: none;
}
#content.about .meet-faculty a span {
	display: block;
}
#content .meet-faculty .lecturer {
	position: relative;
	float: left;
	width: 316px;
	height: 627px;
	
}
#content .meet-faculty .lecturer .lec-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	transition: background-size .3s ease-out;
}
#content .meet-faculty .lecturer .details {
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	transition: bottom .3s ease-out;
}
#content .meet-faculty .lecturer .details .lec-name {
	font-family: freight-text-pro, serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
#content .meet-faculty .lecturer .details .course-name {
	margin-top: 8px;
	font-size: 18px;
	opacity: 0;
	transition: opacity .3s ease-out;
}
#content .meet-faculty .lecturer:hover .lec-img {
	background-size: auto 110%;
}
#content .meet-faculty .lecturer:hover .details {
	bottom: 54px;
}
#content .meet-faculty .lecturer:hover .details .course-name {
	opacity: 1;
}

#content .meet-faculty .textual-area {
	float: left;
	width: 607px;
	padding: 0 21px;
}
#content .meet-faculty .textual-area .wrapper {
	height: 540px;
	padding: 40px 60px;
	background: #f2af36;
	border: 1px solid #fff;
	outline: 21px solid #f2af36;
}
#content .meet-faculty .textual-area .wrapper .ptable {
	width: 100%;
	height: 100%;
}
#content .meet-faculty .textual-area .wrapper .ptable .ptd {
	vertical-align: middle;
	padding-top: 35px;
}
#content .meet-faculty .textual-area .ptitle {
	margin-bottom: 28px;
	font-size: 30px;
	letter-spacing: 3.5px;
}
#content .meet-faculty .textual-area .strip-title {
	font-size: 40px;
}
#content.about .meet-faculty .textual-area .strip-title:after {
	margin-top: 31px;
	background: #000;
}
#content .meet-faculty .textual-area p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.8;
}
#content .meet-faculty .textual-area p:first-letter {
	font-size: 22px;
	font-weight: 600;
}
#content .meet-faculty .textual-area .trans-btn {
	margin-top: 28px;
	padding: 21px 28px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	border-width: 1px;
	border-color: #000;
}

#content .our-departments {
	margin-top: 134px;
}
#content .our-departments .wrapper {
	margin-top: 40px;
	margin-left: -2%;
}
#content .our-departments .department-box {
	position: relative;
	float: left;
	width: 48%;
	margin-left: 2%;
	box-sizing: border-box;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
}
#content .our-departments .department-box .item-img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30%;
	background-size: cover;
}
#content .our-departments .department-box .item-content {
	padding: 52px 44px;
}
#content .our-departments .department-box .item-content .text-wrapper {
	padding-bottom: 57px;
}
#content .our-departments .department-box .item-title {
	margin-bottom: 38px;
	line-height: 1.2;
	font-family: freight-text-pro, serif;
	font-size: 36px;
	font-style: italic;
	letter-spacing: 0.5px;
}
#content .our-departments .department-box .item-title b {
	display: block;
	font-size: 50px;
	font-weight: 700;
	font-style: normal;
}
#content.about .our-departments .department-box .item-title:after {
	height: 1px;
	width: 61px;
	margin-top: 33px;
}
#content.about .our-departments .department-box .item-desc {
	padding-right: 18px;
	line-height: 1.35;
	letter-spacing: 0.5px;
	opacity: .8;
}
#content .our-departments .department-box .trans-btn {
	margin-top: 0;
	padding: 21px 30px;
	font-size: 15px;
	font-weight: 600;
	border-width: 1px;
}

/* languages dep/jewish studies dep */
#content .our-departments .department-box.et-dep-jewish-about {
	border-top: 7px solid #31c4c5;
}
#content .our-departments .department-box.et-dep-jewish-about .item-title {
	color: #31c4c5;
}
#content.about .our-departments .department-box.et-dep-jewish-about .item-title:after {
	background: #31c4c5;
}
#content .our-departments .department-box.et-dep-jewish-about .trans-btn {
	color: #31c4c5;
	border-color: #31c4c5;	
}
#content .our-departments .department-box.et-dep-jewish-about .trans-btn:after {
	border-color: transparent transparent transparent #31c4c5;
}

#content .our-departments .department-box.et-dep-lang-about {
	border-top: 7px solid #955833;
}
#content .our-departments .department-box.et-dep-lang-about .item-title {
	color: #955833;
}
#content.about .our-departments .department-box.et-dep-lang-about .item-title:after {
	background: #955833;
}
#content .our-departments .department-box.et-dep-lang-about .trans-btn {
	color: #955833;
	border-color: #955833;	
}
#content .our-departments .department-box.et-dep-lang-about .trans-btn:after {
	border-color: transparent transparent transparent #955833;
}

/* right/left alignment */
#content .our-departments .department-box.left-align .item-img {
	left: 0;
}
#content .our-departments .department-box.right-align .item-img {
	right: 0;
}
#content .our-departments .department-box.left-align .item-content {
	margin-left: 30%;
}
#content .our-departments .department-box.right-align .item-content {
	margin-right: 30%;
}


/* ------ REVIEWS ------ */
#cover.reviews {
	height: 470px;
	margin-top: 124px;
	text-align: center;
	background-attachment: fixed;
	background-size: auto;
	background-position: center 100px;
}
body.admin-bar #cover.reviews {
	background-position: center 146px;
}
#cover.reviews > .site-width {
	height: 100%;
}
#cover .review-wrapper {
	line-height: 1.3;
	letter-spacing: 0.5px;
}
#cover .review-wrapper .review-by {
	margin-bottom: 9px;
	font-family: freight-text-pro, serif;
	font-size: 32px;
	font-weight: 700;
	font-style: italic;
}
#cover .review-wrapper blockquote {
	margin-bottom: 36px;
	font-family: freight-text-pro, serif;
	font-size: 47px;
	font-weight: 600;
	font-style: italic;
}
#cover .review-wrapper .review-by.black,
#cover .review-wrapper blockquote.black {
	color: #000;
}
#cover .review-wrapper .stars {
	margin-bottom: 15px;
}
#cover .review-wrapper .stars .star,
#content.single .cards-reviews .items .item .item-content .item-details .stars .star {
	display: inline-block;
	width: 26px;
	height: 24px;
}
#content.single .cards-reviews .items .item .item-content .item-details .stars .star {
	margin-right: 8px;
}
#cover .review-wrapper .stars .star.full,
#content.single .cards-reviews .items .item .item-content .item-details .stars .star.full {
	background: url(../png/eteacher-sprite.png) no-repeat -230px -60px;
}
#cover .review-wrapper .stars .star.empty,
#content.single .cards-reviews .items .item .item-content .item-details .stars .star.empty {
	background: url(../png/eteacher-sprite.png) no-repeat -260px -60px;
}
#cover .review-wrapper .author-and-course {
	font-size: 15px;
}
#cover .review-wrapper .author-and-course .course {
	font-weight: 700;
}

#content .courses-list-wrapper .sidebar .stars-author .stars .star {
	display: inline-block;
	width: 18px;
	height: 17px;
	margin-left: 7px;
}
#content .courses-list-wrapper .sidebar .stars-author .stars .star:first-child {
	margin-left: 0;
}
#content .courses-list-wrapper .sidebar .stars-author .stars .star.full {
	background: url(../png/eteacher-sprite.png) no-repeat -230px -90px;
}
#content .courses-list-wrapper .sidebar .stars-author .stars .star.empty {
	background: url(../png/eteacher-sprite.png) no-repeat -250px -90px;
}
#cover.reviews .btn-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
}
#cover.reviews .btn-wrapper .visit-btn {
	padding: 13px 30px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.5px;
	color: #fff;
	background: #b60a06;
	border: 2px solid #b60a06;
	transition: all .3s;
}
#cover.reviews .btn-wrapper .visit-btn:hover {
	color: #b60a06;
	background: #fff;
}

#content.reviews {
	padding-top: 62px;
	padding-bottom: 1px;
}
#content.reviews.single {
	min-height: 700px;
	padding-bottom: 80px;
}
#content .cards-reviews {
	overflow: hidden;
	padding: 30px 0 0;
}
#content.single .cards-reviews {
	overflow: visible;
}
#content .cards-reviews .section-title {
	margin-bottom: 4px;
	font-family: freight-text-pro, serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1.4;
}
#content .cards-reviews .section-intro {
	float: left;
	font-size: 15px;
	letter-spacing: 0.5px;
}
#content .cards-reviews .items {
	margin-top: 32px;
}
#content.single .cards-reviews .items {
	margin-top: 38px;
}
#content .cards-reviews .items .wrapper {
	margin-left: -29px;
}
#content.single .cards-reviews .items .wrapper {
	margin-left: 0;
}
#content .cards-reviews .items .item {
	position: relative;
	float: left;
	width: 406px;
	height: 254px;
	margin-left: 29px;
	margin-bottom: 29px;
	margin-top: 0;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #000;
	background: #fff;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .15);
	transition: margin-top .3s;
	cursor: pointer;
}
#content.single .cards-reviews .items .item {
	cursor: default;
}
#content .cards-reviews .items .item:hover {
	margin-top: -5px;
}
#content.single .cards-reviews .items .item:hover {
	margin-top: 0;
}
#content .cards-reviews .items .item span {
	display: block;
}
#content .cards-reviews .items .item .read-more {
	display: inline-block;
}
#content.single .cards-reviews .items .item {
	width: 100%;
	height: 395px;
	margin-left: 0;
}
#content .cards-reviews .items .item .item-img {
	position: absolute;
	width: 115px;
	height: 100%;
	background: url(../png/review-author-outer.png) center;
	-webkit-box-shadow: inset -4px 0px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: inset -4px 0px 10px 0px rgba(0,0,0,0.08);
	box-shadow: inset -4px 0px 10px 0px rgba(0,0,0,0.08);
}
#content.single .cards-reviews .items .item .item-img {
	width: 188px;
}
#content .cards-reviews .items .item .item-content {
	margin-left: 115px;
	padding: 25px 23px;
}
#content.single .cards-reviews .items .item .item-content {
	margin-left: 188px;
	padding: 29px;
}
#content .cards-reviews .items .item .item-content .item-details {
	margin-bottom: 21px;
}
#content.single .cards-reviews .items .item .item-content .item-details {
	margin-bottom: 30px;
}
#content .cards-reviews .items .item .item-content .item-details .name-and-country {
	margin-bottom: 6px;
}
#content .cards-reviews .items .item .item-content .item-details .name-and-country {
	margin-bottom: 14px;
}
#content .cards-reviews .items .item .item-content .item-details .name-and-country .flag,
#content .cards-reviews .items .item .item-content .item-details .name-and-country .name {
	display: inline-block;
	vertical-align: bottom;
}
#content .cards-reviews .items .item .item-content .item-details .name-and-country .flag {
	width: 32px;
	height: 27px;
	background-image: url(../png/flags32.png);
}
#content .cards-reviews .items .item .item-content .item-details .name-and-country .name {
	margin-left: 6px;
	font-size: 15px;
	font-weight: 300;
	text-transform: capitalize;
}
#content.single .cards-reviews .items .item .item-content .item-details .name-and-country .name,
#content.single .cards-reviews .items .item .item-content .item-details .course-name {
	font-size: 20px;
}
#content.single .cards-reviews .items .item .item-content .item-details .course-name {
	margin-bottom: 13px;
}
#content .cards-reviews .items .item .item-content .item-details .course-name {
	margin-bottom: 4px;
	line-height: 1.2;
	font-size: 15px;
	font-weight: 700;
}
#content .cards-reviews .items .item .item-content .item-details .stars .star,
#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-reviews .stars .star,
#content.contact.tell-us .thankyou-review-box .stars .star {
	display: inline-block;
	width: 15px;
	height: 14px;
}
#content .cards-reviews .items .item .item-content .item-details .stars .star.full,
#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-reviews .stars .star.full,
#content.contact.tell-us .thankyou-review-box .stars .star.full {
	background: url(../png/eteacher-sprite.png) no-repeat -230px -40px;
}
#content .cards-reviews .items .item .item-content .item-details .stars .star.empty,
#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-reviews .stars .star.empty,
#content.contact.tell-us .thankyou-review-box .stars .star.empty {
	background: url(../png/eteacher-sprite.png) no-repeat -250px -40px;
}
#content .cards-reviews .items .item .item-content .quote {
	line-height: 1.2;
	font-family: freight-text-pro, serif;
	font-weight: 300;
}
#content.single .cards-reviews .items .item .item-content blockquote {
	font-family: freight-text-pro, serif;
	font-weight: 300;
	line-height: 1.4;
	font-size: 25px;
	letter-spacing: 1px;
}
#content .cards-reviews .items .item .item-content .read-more {
	position: absolute;
	bottom: 29px;
	right: 30px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #b60906;
}
#content .cards-reviews .items .item .item-content .read-more:after {
	content: "";
	position: absolute;
	bottom: -7px;
	right: 0;
	left: 0;
	height: 1px;
	background: #b60906;
	opacity: 0;
	transition: all .3s;
}
#content .cards-reviews .items .item .item-content .read-more:hover:after {
	opacity: 1;
	bottom: -2px;
}
#content .cards-reviews .items .see-more-wrapper {
	margin-top: 42px;
	text-align: center;
}

#content .video-reviews {
	margin-top: 95px;
}
#content .video-reviews-slider {
	position: relative;
	width: 857px;
	margin: 20px auto 100px;;
	
}
#content .video-reviews-slider .slides {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#content .video-reviews-slider .controls {
	position: absolute;
	top: 50%;
	width: 100%;
}
#content .video-reviews-slider .controls .arrow {
	position: absolute;
	width: 38px;
	height: 70px;
	margin-top: -58px;
	background: url(../png/eteacher-sprite.png) no-repeat 0 -190px;
}
#content .video-reviews-slider .controls .arrow.next-arrow {
	background-position: -40px -190px;
	right: -90px;
}
#content .video-reviews-slider .controls .arrow.prev-arrow {
	left: -90px;
}
#content .video-reviews-slider .slides .slide {
	position: absolute;
	display: none;
	width: 100%;
}
#content .video-reviews-slider .slides .slide.active {
	display: block;
}
#content .video-reviews-slider .slides .slide .slide-title {
	margin-bottom: 10px;
	font-family: freight-text-pro, serif;
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 1px;
}
#content .video-reviews-slider .slides .slide .slide-text {
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
#content .video-reviews-slider .slides .slide .video-wrapper {
	
	height: 506px;
	margin: 30px 7px 7px;
	overflow: hidden;
	box-shadow: 0px 0px 7.37px 3.63px rgba(0, 0, 0, 0.14);
}
#content .video-reviews-slider .slides .slide .video-wrapper a {
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
}
#content .video-reviews-slider .slides .slide .video-wrapper a .ptable {
	width: 100%;
	height: 100%;
}
#content .video-reviews-slider .slides .slide .video-wrapper a .ptable .ptd {
	vertical-align: middle;
	padding-top: 42px;
	text-align: center;
}
#content .video-reviews-slider .slides .slide .video-wrapper a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: transform .3s;
}
#content .video-reviews-slider .slides .slide .video-wrapper a .play-btn {
	position: relative;
	display: block;
	width: 142px;
	height: 142px;
	margin: 0 auto 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0px 1px 9.2px 0.8px rgba(75, 75, 84, 0.5);
	transition: all .3s;
}
#content .video-reviews-slider .slides .slide .video-wrapper a .play-btn .triangle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 39px;
	margin-left: -11px;
	margin-top: -19px;
	border-style: solid;
	background: url(../png/eteacher-sprite.png) no-repeat -300px -160px;
	transition: all .3s;
}
#content .video-reviews-slider .slides .slide .video-wrapper a .ptable .ptd .video-text {
	position: relative;
	margin-top: 30px;
	font-family: freight-text-pro, serif;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}
#content .video-reviews-slider .slides .slide .video-wrapper a:hover img,
#content .video-reviews-slider .slides .slide .video-wrapper a:hover .play-btn .triangle {
	transform: scale(1.1);
}

#content .video-reviews-slider .video-thumbs {
	margin-top: 29px;
	margin-left: -3.4%;
}
#content .video-reviews-slider .video-thumbs .vid-thumb {
	position: relative;
	float: left;
	width: 21.3%;
	margin-left: 3.6%;
	transition: all .3s;
}
#content .video-reviews-slider .video-thumbs .vid-thumb.active {
	margin-top: -5px;
	box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.25);
}
#content .video-reviews-slider .video-thumbs .vid-thumb img {
	display: block;
}
#content .video-reviews-slider .video-thumbs .vid-thumb .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 41px;
	height: 41px;
	margin-top: -22px;
	margin-left: -22px;
	background: rgba(255, 255, 255, .1);
	border: 2px solid #fff;
	border-radius: 50%;
	
}
#content .video-reviews-slider .video-thumbs .vid-thumb .play-btn .triangle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	margin-top: -6px;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
	transition: all .3s;
}
#content .cards-reviews .items .item .item-img-mobile {
	display: none;
}

/* Reviews v2 */
#cover.reviews_v2 {
	height: 680px;
	overflow: visible !important;
	margin-top: 0;
	background-size: cover;
	background-position: center;
	background-attachment: unset;
	text-align: left;
}
#cover.reviews_v2 .site-width-1280 {
	width: 1060px;
}
#cover.reviews_v2 .header-space {
	height: 150px;
}
.reviews_v2 .reviews-header-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
}
.reviews_v2 .reviews-header-container > div {
	flex: 0 1 50%;
	-webkit-flex: 0 1 50%;
}
#cover.reviews_v2 .review-wrapper blockquote {
	font-size: 32px;
}
#cover.reviews_v2 .fancy-vid {
	display: block;
	text-align: center;
}

.reviews_v2 .featured-video-review {
	max-width: 524px;
}
.reviews_v2 .featured-video-review .video-featured-wrapper a {
	display: block;
}
.reviews_v2 .featured-video-review .video-featured-wrapper .ptable {
    width: 100%;
    height: 100%;
}

.reviews_v2 .featured-video-review img {
	width: 100%;
}
.reviews_v2 .video-reviews-slick {
	margin-top: 40px;
}
#cover.reviews_v2 .fancy-vid img {
	margin: 0 auto;
}
#cover.reviews_v2 .video-reviews-slick .fancy-vid .play-btn {
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px;
}

#content.reviews_v2 .cards-reviews .section-title {
	text-align: center;
}

/* ------ CERTIFICATES ------ */
#cover.certificates {
	overflow: hidden;
	width: 100%;
	height: auto;
	min-height: 300px;
}
#cover.certificates > .site-width {
	height: 100%;
}
#cover.certificates .cover-img {
	position: absolute;
	bottom: 0;
	left: 43.2%;
}
#cover.certificates .textual-area {
	width: 43%;
	padding-bottom: 81px;
	padding-right: 2.5%;
	box-sizing: border-box;
}
#cover.certificates .textual-area .cover-title {
	margin-top: 75px;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
}

#content.certificates {
	padding-top: 70px;
}
#content .cert-items {
	max-width: 1280px;
	margin-bottom: 290px;
}
#content .cert-items .cert-item {
	margin-bottom: 50px;
	padding: 41px 48px 70px 48px;
	box-sizing: border-box;
	text-align: center;
	border-top: 5px solid;
	box-shadow: 0px 1px 11.52px 0.48px rgba(155, 121, 93, 0.2);
}
#content .cert-items .smalls-wrapper .cert-item {
	float: left;
	width: 49%;
	margin-left: 2%;
}
#content .cert-items .smalls-wrapper .cert-item:first-child {
	margin-left: 0;
}
#content .cert-items .cert-item.double {
	padding: 30px 13px 70px 54px;
	text-align: left;
}

#content .cert-items .cert-item .logo {
	text-align: left;
}
#content .cert-items .cert-item .logo img {
	/* width: 114px;  logo minifacation cancelled for certificates */
	height: auto;
}
#content .cert-items .cert-item.double .textual-content,
#content .cert-items .cert-item.double .image-area {
	float: left;
	width: 50%;
}
#content .cert-items .cert-item.double .image-area {
	padding-top: 10px;
}
#content .cert-items .cert-item .item-title {
	margin: 25px 0 26px;
	line-height: 1.1;
	font-family: freight-text-pro, serif;
	font-size: 40px;
	font-weight: 700;
}
#content .cert-items .cert-item .item-title:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin-top: 22px;
	letter-spacing: 0.5px;
}
#content .cert-items .smalls-wrapper .cert-item .item-title:after {
	margin: 22px auto 0;
}
#content .cert-items .cert-item.double .item-title {
	margin-top: 37px;
}
#content .cert-items .cert-item p {
	line-height: 1.4;
}
#content .cert-items .smalls-wrapper .cert-item .image-area {
	padding-top: 65px;
}
#content .cert-items .cert-item .item-img {
	text-align: center;
}
#content .cert-items .cert-item .item-img img {
	border: 9px solid #fff;
	outline: 1px solid;
}
#content .cert-items .cert-item .item-img .fancy-image {
	text-decoration: none;
}
#content .cert-items .cert-item .item-img .fancy-image .cta {
	display: inline-block;
	margin-top: 17px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #b60a06;
}

#content .cert-items .cert-item.yellow {
	border-color: #f2b037;
}
#content .cert-items .cert-item.yellow .item-title {
	color: #f2b037;
}
#content .cert-items .cert-item.yellow .item-title:after {
	background: #f2b037;
}
#content .cert-items .cert-item.yellow .item-img img {
	outline-color: #f2b037;
}
#content .cert-items .cert-item.et-dep-jewish-cert {
	border-color: #31c3c5;
}
#content .cert-items .cert-item.et-dep-jewish-cert .item-title {
	color: #31c3c5;
}
#content .cert-items .cert-item.et-dep-jewish-cert .item-title:after {
	background: #31c3c5;
}
#content .cert-items .cert-item.et-dep-jewish-cert .item-img img {
	outline-color: #31c3c5;
}
#content .cert-items .cert-item.et-dep-lang-cert {
	border-color: #955833;
}
#content .cert-items .cert-item.et-dep-lang-cert .item-title {
	color: #955833;
}
#content .cert-items .cert-item.et-dep-lang-cert .item-title:after {
	background: #955833;
}
#content .cert-items .cert-item.et-dep-lang-cert .item-img img {
	outline-color: #955833;
}

/* ------ HOW IT WORKS ------ */
#cover.how-it-works {
	height: 692px;
	margin-top: 114px;
	text-align: center;
}
#cover.how-it-works .cover-title {
	margin-bottom: 30px;
	padding-top: 253px;
	font-weight: 700;
	letter-spacing: 0;
}
#cover.how-it-works .cover-intro {
	max-width: 910px;
	margin: 0 auto;
	font-family: freight-text-pro, serif;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 1px;
}

#content.how-it-works {
	padding-top: 80px;
}
#content .from-home {
	padding-bottom: 110px;
}
#content .from-home .strip-title {
	margin-bottom: 59px;
	font-family: freight-text-pro, serif;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 1.15;
	letter-spacing: 1px;
}
#content .from-home .strip-title:after {
	content: "";
	display: block;
	width: 77px;
	height: 4px;
	margin: 32px auto 0;
	background: #f2b037;
}
#content .from-home .items {
/*	margin-left: -2.2%;*/
	display: flex;
	justify-content: center;
	gap: 20px;
}
#content .from-home .items .item {
	width: 31.8%;
	max-width: 407px;
	min-width: 350px;
	margin-top: 0;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 7.37px 3.63px rgba(0, 0, 0, 0.05);
	transition: all .3s;
}
#content .from-home .items .item:hover {
	margin-top: -5px;
	 /*box-shadow: 0px 0px 7.37px 3.63px rgba(0, 0, 0, 0.35);*/
}
#content .from-home .items .item .img-wrapper {
	position: relative;
}
#content .from-home .items .item .img-wrapper img {
	width: 100%;
	height: auto;
}
#content .from-home .items .item .img-wrapper .arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 22px;
	background: url(../png/from-home-arrow.png) no-repeat bottom center;
}
#content .from-home .items .item .item-content {
	padding: 38px 38px 60px;
}
#content .from-home .items .item .item-content .item-title {
	margin-bottom: 22px;
	font-family: freight-text-pro, serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
}
#content .from-home .items .item .item-content .item-desc {
	font-size: 15px;
	line-height: 1.4;
	opacity: .8;
}

#content .how-video-strip {
	position: relative;
	display: block;
	height: 472px;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}
#content .how-video-strip .vid-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	transition: transform .3s;
	display: flex;
	align-items: center;
	justify-content: center;	
}
#content .how-video-strip:hover .vid-bg {
	transform: scale(1.1);
}
#content .how-video-strip .site-width {
	height: 100%;
	display: flex;
	align-items: center;	
}
#content .how-video-strip .textual-content {
	width: 500px;
}
#content .how-video-strip .textual-content h2 {
	display: block;
	margin-bottom: 30px;
	font-family: freight-text-pro, serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 2;
}
#content .how-video-strip .video-text {
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 2;
}
#content .how-video-strip .site-width .ptable .ptd.textual-content + .ptd {
	padding: 0 50px 10px;
	position: relative;
	display: block;	
}
#content .how-video-strip .play-btn {
	position: relative;
	display: block;
	width: 122px;
	height: 122px;
	border: 2px solid #fff;
	border-radius: 50%;
	left: 0;
	top: 0;
	margin: 0;
}
#content .how-video-strip .play-btn .triangle {
	margin: -29px 0 0 -10px;
	border-width: 30px 0 30px 40px;
}
#content .how-video-strip:hover .play-btn .triangle {
	transform: scale(1.1);
}

#content .academic-framework {
	padding: 105px 0 73px;
}
#content .academic-framework .img-area {
	position: relative;
	float: left;
	width: 59%;
	left: -28px;
}
#content .academic-framework .img-area .laptop {
	width: 702px;
	height: 485px;
	background: url(../jpg/laptop.jpg) no-repeat;
}
#content .academic-framework .img-area .laptop img {
	position: absolute;
	top: 27px;
	left: 112px;
}
#content .academic-framework .textual-area {
	float: right;
	width: 38%;
}
#content .academic-framework .textual-area .strip-title {
	clear: none;
	margin-top: 7px;
	margin-bottom: 13px;
	font-family: freight-text-pro, serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 1px;
}
#content .academic-framework .textual-area .strip-intro {
	margin-bottom: 37px;
	line-height: 1.4;
	color: #585858;
}
#content .academic-framework .textual-area .properties-list li {
	margin-bottom: 19px;
	font-family: freight-text-pro, serif;
	font-size: 20px;
	font-weight: 600;
}
#content .academic-framework .textual-area .properties-list li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	margin-right: 16px;
	background-image: url(../png/eteacher-sprite.png);
	background-repeat: no-repeat;
}
#content .academic-framework .textual-area .properties-list li.assignments:before {
	height: 20px;
	background-position: -300px 0;
}
#content .academic-framework .textual-area .properties-list li.weekly-hours:before {
	height: 21px;
	background-position: -300px -30px;
}
#content .academic-framework .textual-area .properties-list li.class-size:before {
	height: 16px;
	background-position: -300px -60px;
}
#content .academic-framework .textual-area .properties-list li.duration:before {
	height: 22px;
	background-position: -300px -80px;
}

#content .advanced-tech {
	position: relative;
	text-align: center;
}
#content .advanced-tech:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 505px;
	background: #f2b037;
}
#content .advanced-tech .top-wrapper {
	padding: 74px 0 83px;
	color: #fff;
}
#content .advanced-tech .strip-title {
	margin-bottom: 18px;
	font-family: freight-text-pro, serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}
#content .advanced-tech .strip-intro {
	width: 90%;
	max-width: 670px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.5px;
}
#content .advanced-tech .illustrations-wrapper {
	padding: 0 18px 141px;
	box-sizing: border-box;
}
#content .advanced-tech .illustrations-wrapper ul {
	padding: 34px 20px 72px;
	border: 1px solid #f2b037;
	outline: 16px solid #fff;
	background: #fff;
	box-shadow: 0 0 20px 13px rgba(0,0,0,.15);
}
#content .advanced-tech .illustrations-wrapper ul li {
	display: inline-block;
	vertical-align: middle;
	width: 234px;
	margin: 0 18px;
}
#content .advanced-tech .illustrations-wrapper ul li .item-img {
	margin-bottom: 13px;
}
#content .advanced-tech .illustrations-wrapper ul li .item-name {
	margin-bottom: 15px;
	font-family: freight-text-pro, serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
#content .advanced-tech .illustrations-wrapper ul li .item-text {
	font-size: 15px;
	line-height: 1.2;
	opacity: .8;
}

#content.how-it-works .form-strip {
	margin-bottom: 76px;
}
#content.how-it-works .form-strip .eteacher-form {
	width: 843px;
	max-width: 100%;
	margin: 0 auto;
	padding: 54px 50px;
	box-sizing: border-box;
	text-align: center;
	background: #f9f9f9;
	border-top: 4px solid #b60a06;
}
#content.how-it-works .form-strip .eteacher-form form .form-title {
	font-size: 40px;
	font-weight: 700;
}
#content.how-it-works .form-strip .eteacher-form form .order {
	letter-spacing: 0;
}
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper {
	margin-top: 27px;
	margin-left: -74px;
}
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .input-wrapper,
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper {
	float: left;
	width: 333px;
	margin-left: 74px;
	margin-bottom: 39px;
}
#content.single-course .eteacher-form form .inputs-wrapper > .input-wrapper,
#content.single-course .eteacher-form form .inputs-wrapper .phone-wrapper {
	margin-bottom: 36px;
}
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper input,
#content .eteacher-form form .inputs-wrapper input {
	width: 100%;
	padding: 10px 0;
}
#content.single-course .eteacher-form form .inputs-wrapper input {
	padding: 4px 0;
}
#content .eteacher-form form .inputs-wrapper input {
	box-sizing: border-box;
	padding: 7px 0;
}
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .input-wrapper,
#content .eteacher-form form .inputs-wrapper .input-wrapper,
#header .eteacher-form form .inputs-wrapper .input-wrapper,
#cover .eteacher-form form .inputs-wrapper .input-wrapper {
	position: relative;
}
.eteacher-form form .inputs-wrapper .error-response {
	display: none;
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 100%;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	color: #fd4142;
}
#cover .eteacher-form form .inputs-wrapper .error-response {
	bottom: auto;
}
#content.single-course .eteacher-form form .inputs-wrapper .error-response,
#content.contact .eteacher-form form .inputs-wrapper .error-response {
	bottom: -18px;
}
#footer .eteacher-form form .inputs-wrapper .error-response {
	bottom: 2px;
}
#header .eteacher-form form .inputs-wrapper .error-response {
	bottom: -20px;
}
.eteacher-form form .inputs-wrapper .error-response.show {
	display: block;
}
.eteacher-form form .inputs-wrapper .error-response:after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 15px;
	height: 14px;
	background: url(../png/eteacher-sprite.png) no-repeat -100px -50px;
}
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper input,
#content .eteacher-form form .inputs-wrapper .phone-wrapper input {
	margin-left: 0;
}
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper,
#content .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper,
#header .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper,
#cover .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper {
	position: relative;
	float: left;
}
#content.single-course .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper {
	width: 76px;
}
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper,
#header .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper,
#cover .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper,
#content.contact .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper {
	width: 77px;
}
.eteacher-form form .inputs-wrapper .required:before {
	content: "*";
	position: absolute;
	top: 40%;
	left: 0;
	color: #b60906;
}
#content.how-it-works .form-strip .eteacher-form .phone-wrapper .prefix,
#content .eteacher-form .phone-wrapper .prefix,
#header .eteacher-form .phone-wrapper .prefix,
#cover .eteacher-form .phone-wrapper .prefix {
	width: 100%;
	box-sizing: border-box;
	padding: 9px 0 8px;
	font-style: italic;
	font-size: 17px;
	color: #b60906;
}
#header .eteacher-form .phone-wrapper .prefix {
	padding: 5px 0 4px;
	font-size: 15.5px;
}
#cover .eteacher-form .phone-wrapper .prefix {
	padding: 4px 0 3px;
	font-size: 15.5px;
}
#content .eteacher-form .phone-wrapper .prefix {
	padding: 6px 0 5px;
}
#content.single-course .eteacher-form .phone-wrapper .prefix {
	padding: 3px 0 2px;
}
.eteacher-form form .inputs-wrapper .required input {
	padding-left: 16px !important;
}
.eteacher-form form .inputs-wrapper .flag {
	position: absolute;
	top: 6px;
	left: 10px;
}
#content.how-it-works .eteacher-form form .inputs-wrapper .flag {
	top: 13px;
}
.eteacher-form form .inputs-wrapper .flag + input.prefix {
	padding-left: 40px !important;
	font-style: italic;
	color: #b60a06;
}
#content .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper,
#header .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper,
#cover .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
	float: left;
	margin-left: 6%;
}
#content.single-course .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
	width: 181px;
	margin-left: 20px;
}
#cover .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
	width: 239px;
	margin-left: 20px;
}
#content.contact .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
	width: 266px;
}
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
	width: 234px;
}
#header .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
	width: 130px;
	margin-left: 18px;
}
#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper input,
#content .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper input,
#header .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper input {
	width: 100%;
}
#content.how-it-works .form-strip .eteacher-form form .submit-wrapper,
#content .eteacher-form form .submit-wrapper {
	opacity: 1;
	bottom: -9px;
}


/* ------ CONTACT ------ */
#cover.contact {
	height: 517px;
}
#content.contact .page-header{
	display: none;
}
#content.contact .main-column {
	float: left;
	width: 66%;
	margin-top: -290px;
}

#content.contact .form-wrapper {
	padding-bottom: 55px;
	border: 1px solid #bdbdbd;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .15);
	display: none;
	margin-top: -1px;
	background: #fff;
}
#content.contact .form-wrapper.active {
	display: block;
}
#content.contact .form-tabs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
#content.contact .contact-page-tab {
	background: #fff;
	border-radius: 4px 4px 0 0;
	padding: 10px 0;
	flex: 1;
	max-width: 390px;
	border: 1px solid #bdbdbd;
	margin-right: 7px;
	color: #000;
	cursor: pointer;
	text-align: center;
}
#content.contact .contact-page-tab.active {
	border-bottom-color: transparent;
	color: #b60a06;
	cursor: default;
	z-index: 1;
}
#content.contact .contact-page-tab .tab-title,
#content.contact .tab-header h2 {
	display: block;
	font: 700 20px/1.2 'freight-text-pro';
}
#content.contact .contact-page-tab .tab-subtitle,
#content.contact .tab-header span {
	display: block;
	font: 400 15px/1.2 'Open Sans';
}
#content.contact .form-wrapper .tab-header {
	display: none;
	color: #000;
}
#content.contact .form-wrapper.active .tab-header {
	color: #b60a06;
}
#content.contact .eteacher-form  .inner {
	padding: 50px 0px 00px;
	background: #fff;
	width: 500px;
	margin: 0 auto;
}
#content.contact .eteacher-form .form-title {
	font-family: freight-text-pro;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin:  50px auto 7px;
}
#content.contact .eteacher-form .subtitle {
	font-family: freight-text-pro, serif;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
#content.contact .eteacher-form .sep-line {
	width: 47px;
	height: 3px;
	margin: 34px auto 25px;
	background: #f3bf5f;
}
#content.contact .eteacher-form .order {
	max-width: 440px;
	margin: 0 auto 29px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 1.3;
}
#content.contact .eteacher-form .fieldset {
	margin: 0 0 30px;
}
/*#content.contact .eteacher-form .inputs-wrapper > .input-wrapper,
#content.contact .eteacher-form .inputs-wrapper .phone-wrapper {
	width: 100%;
	margin-bottom: 39px;
}
#content.contact .eteacher-form .inputs-wrapper .phone-wrapper {
	display: flex;
}
#content.contact .eteacher-form .inputs-wrapper .phone-wrapper .prefix-wrapper {

}
#content.contact .eteacher-form .inputs-wrapper .phone-wrapper .input-wrapper {
	flex: 1;
	width: auto !important;
}
#content.contact .eteacher-form .country-wrapper {
	margin-top: 11px;
}
#content.contact .eteacher-form .country-wrapper .select-wrapper {
	width: 178px;
}*/
#content.contact .eteacher-form .optional-fields-wrapper {
	padding: 40px 0;
	background: #f5f5f5;
	text-align: center;
}
#content.contact .eteacher-form .optional-fields-wrapper .proficiency {
	width: 600px;
	margin: 0 auto 35px;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}
#content.contact .eteacher-form .optional-fields-wrapper .proficiency .section-title {
	margin-bottom: 26px;
	font-size: 15px;
	font-weight: 600;
}
#content.contact .eteacher-form .optional-fields-wrapper .proficiency .section-title span {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #959595;
	text-transform: none;
}
#content.contact .eteacher-form .optional-fields-wrapper .proficiency .radio-options .radio-label {
	margin: 0 52px;
	font-size: 15px;
	color: rgba(0, 0, 0, .8);
}
#content.contact .eteacher-form .optional-fields-wrapper .proficiency .radio-options .radio-label:first-of-type {
	margin-left: 0;
}
#content.contact .eteacher-form .optional-fields-wrapper .proficiency .radio-options .radio-label:last-of-type {
	margin-right: 0;
}
#content.contact .eteacher-form .radio-options .radio-label input[type="radio"] {
	width: 0;
	height: 0;
	opacity: 0;
}
#content.contact .eteacher-form .radio-options .radio-label .pradio {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-bottom: 3px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #b91410;
}
#content.contact .eteacher-form .radio-options .radio-label .pradio.checked {
	background: #b91410;
}
#content.contact .eteacher-form .optional-fields-wrapper .dropdowns {
	margin-bottom: 38px;
	text-align: center;
}
#content.contact .eteacher-form .optional-fields-wrapper .dropdowns .course-of-choice,
#content.contact .eteacher-form .optional-fields-wrapper .dropdowns .reason-for-study {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	font-size: 15px;
	text-align: left;
}
#content.contact .eteacher-form .optional-fields-wrapper .msg,
#content.contact .eteacher-form .textarea-wrapper textarea {
	resize: none;
	width: 500px;
	height: 97px;
	box-sizing: border-box;
	padding: 12px;
	font-size: 17px;
	font-style: italic;
	border: 1px solid #dbdbdb;
	margin: 0 auto;
}
#content.contact .eteacher-form .optional-fields-wrapper .promotion-wrapper {
	width: 365px;
	height: 43px;
	margin-top: 15px;
	padding-top: 6px;
	background: #fff;
	border: 1px solid #dbdbdb;
	display: none; /* -- hide promo code field*/
}
#content.contact .eteacher-form .optional-fields-wrapper .promotion-wrapper:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 12px;
	margin: 0 10px 4px;
	background: url(../png/eteacher-sprite.png) no-repeat -120px -50px;
	opacity: 0.3;
}
#content.contact .eteacher-form .optional-fields-wrapper .promotion-wrapper input {
	font-size: 17px;
	border: none;
}
#content.contact .support-form {
	margin-top: 40px;
}
#content.contact .eteacher-form .inputs-wrapper .field-info {
	font-size: 12px;
	color: #959595;
}
#content.contact .eteacher-form .textarea-wrapper label {
	display: block;
	color: #959595;
	margin-bottom: 10px;
}
#content.contact .eteacher-form .textarea-wrapper .urgent-field {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#content.contact .eteacher-form .textarea-wrapper .urgent-field .radio-options {
	display: flex;
	align-items: center;
}
#content.contact .eteacher-form .textarea-wrapper .urgent-field .radio-label:first-of-type {
	margin-right: 20px;
}

#content.contact .toll-free {
	width: 380px;
	margin: 0 auto;
	padding-top: 61px;
	line-height: 1.6;
	font-size: 15px;
	text-align: center;
	color: #060101;
}
#content.contact .toll-free ul li {
	display: inline;
}
#content.contact .toll-free ul li .phone-num {
	text-decoration: none;
	color: #959595;
}
#content.contact .toll-free ul li .phone-num:after {
	content: ",";
}
#content.contact .toll-free ul li.last-number .phone-num:after {
	content: ".";
}
#content.contact .legal-info {
	width: 380px;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 1.6;
	font-size: 15px;
	text-align: center;
	color: #959595;
}

#content.contact .eteacher-form form .submit-wrapper {
	position: relative;
	display: block;
	top: 37px;
	left: 0;
	width: 290px;
	margin: 0 auto;
}

#content.contact .sidebar {
	float: right;
	width: 32%;
}
#content.contact .sidebar .sidebar-reviews {
	padding: 0 87px 0 95px;
	border: none;
}
#content.contact .sidebar .sidebar-reviews .reviews-title {
	position: relative;
	margin-bottom: 37px;
	padding-bottom: 26px;
	font-family: freight-text-pro, serif;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
#content.contact .sidebar .sidebar-reviews .reviews-title:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #b60a06;
}
#content.contact .sidebar .sidebar-reviews .items .item {
	position: relative;
	padding-bottom: 38px;
}
#content.contact .sidebar .sidebar-reviews .items .item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 32px;
	height: 1px;
	margin-left: -16px;
	background: #b60a06;
}
#content.contact .sidebar .sidebar-reviews .items .item + .item {
	margin-top: 0;
	padding-top: 22px;
}
#content.contact .sidebar .sidebar-reviews .items .item + .item:before {
	display: none;	
}
#content.contact .sidebar .sidebar-reviews .items .item blockquote {
	font-size: 15px;
	line-height: 1.55;
}
#content.contact .sidebar .sidebar-reviews .items .item .stars {
	margin-bottom: 6px;
}
#content.contact .sidebar .sidebar-reviews .items .item .stars .star {
	margin: 5px 2px;
}
#content.contact .sidebar .sidebar-reviews .trans-btn {
	padding: 16px 35px;
	font-size: 15px;
	font-weight: 600;
	border-width: 1px;
	background: rgba(182, 10, 6, 0);
	transition: background .3s;
}
#content.contact .sidebar .sidebar-reviews .trans-btn:hover {
	background: rgba(182, 10, 6, .05);
}

#content.contact.tell-us {
	padding-bottom: 80px;
	padding-top: 80px;
}
#content.contact.tell-us .content-wrap {
	text-align: center;
}
#content.contact.tell-us .video-strip {
	padding-bottom: 60px;
}
#content.contact.thanks .form-wrapper {
	padding: 163px 30px 70px;
}
#content.contact.tell-us .content-wrap .form-title {
	margin: 60px 0 36px;
	font-family: freight-text-pro, serif;
	font-size: 45px;
	font-weight: 700;
}
#content.contact.tell-us .content-wrap .order {
	line-height: 1.4;
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}
#content.contact.tell-us .content-wrap .video-strip {
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-top: 40px;
}
#content.contact.tell-us .video-strip .video-container {
	max-width: 847px;
	margin: 0 auto;
	padding-top: 0;
}
#content.contact.tell-us .video-strip .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

#content.contact.tell-us .video-strip .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content.contact.tell-us .video-strip .video-container .thankyou-review-box,
#content.contact.tell-us .boxes-row .related-items {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-end;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 30px;
}
#content.contact.tell-us  .thankyou-review-box .review-left {
	text-align: left;
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
}
#content.contact.tell-us  .thankyou-review-box .review-left h3 {
	font: 700 20px/1.2 'freight-text-pro';
	color: #000;
}
#content.contact.tell-us  .thankyou-review-box .review-left p {
	font: italic 18px/1.2 'freight-text-pro';
	font-weight: 300;
	margin-top: 15px;
}
#content.contact.tell-us  .thankyou-review-box .review-right {
	text-align: right;
}
#content.contact.tell-us .boxes-row .related-items {
	margin-bottom: 80px;
}
#content.contact.tell-us .boxes-row .related-items li {
	width: 400px;
}
#content.contact.tell-us .boxes-row .related-items .related-item-image {
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: flex-end;
	height: 253px;
}
#content.contact.tell-us .boxes-row .related-items .related-item-image img {
	width: 100%;
}

#content.contact.tell-us .boxes-row .related-items .related-item-body {
	background: #fff;
	max-width: 370px;
	margin: -30px auto 0;
	z-index: 1;
	position: relative;
	width: 370px;
	box-shadow: 0px 1px 11.52px 0.48px rgba(155, 121, 93, 0.2);
	height: 260px;
}
#content.contact.tell-us .boxes-row .related-items .related-item-image h3 {
	font-family: 'freight-text-pro', serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	background: #f2b037;
	padding: 13px 0px;
	color: #fff;
	z-index: 3;
	width: 80%;
	margin: 0 auto;
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
#content.contact.tell-us .boxes-row .related-items .related-item-image h3 span {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	display: block;
}
#content.contact.tell-us .boxes-row .related-items .related-item-image h3 a {
	text-decoration: none;
}
#content.contact.tell-us .boxes-row .related-items .related-item-body p {
	font: 400 15px/1.4 'Open Sans', sans-serif;
	color: #292929;
	padding: 20px 35px;
}
#content.contact.tell-us .boxes-row .related-items .related-item-body p:first-of-type {
	/*padding: 0 0 20px;*/
}
#content.contact.tell-us .boxes-row .related-items .related-item-body footer {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}
#content.contact.tell-us .boxes-row .related-items .related-item-body footer a {
	color: #b60a06;
	text-decoration: none;
}
#content.contact.tell-us .cert-items {
	margin-bottom: 0;	
}
#content.contact.tell-us .form-wrapper .video-strip .play-btn {
	position: relative;
	display: block;
	width: 89px;
	height: 89px;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 50%;
}
#content.contact.tell-us .form-wrapper .video-strip .play-btn .triangle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 35px;
	margin-top: -17px;
	margin-left: -10px;
	background: url(../png/eteacher-sprite.png) no-repeat -270px -160px;
	transition: transform .3s;
}
/*#content.contact.tell-us .form-wrapper .video-strip .play-btn:hover .triangle {
	transform: scale(1.1);
}*/
#content.contact.tell-us .form-wrapper .inner {
	padding: 60px 95px 10px;
}
#content.contact.tell-us .form-wrapper .radios-title {
	font-family: freight-text-pro, serif;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}
#content.contact.tell-us .form-wrapper .radios-title:after {
	content: "";
	display: block;
	width: 47px;
	height: 3px;
	margin: 30px auto;
	background: #f3bf5f;
}
#content.contact.tell-us .form-wrapper .radio-options {
	margin-top: 44px;
	margin-bottom: 28px;
}
#content.contact.tell-us .form-wrapper .radios-title + .radio-options {
	margin-top: 35px;
}
#content.contact.tell-us .form-wrapper .radio-options .radio-option-title {
	margin-bottom: 23px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
#content.contact.tell-us .form-wrapper .radio-options .radio-label {
	display: block;
	float: left;
	width: 25%;
}
#content.contact.tell-us .eteacher-form form .submit-wrapper {
	top: 34px;
}

#content.thanks .mag-teasers li {
	width: 33.3%;
	padding-left: 3.4%;
}


.eteacher-form form .countrySelection {
	display: none;
	position: absolute;
	z-index: 20;
	top: 31px;
	overflow: auto;
	font-size: 15px;
	text-align: left;
	background: #fff;
}
.eteacher-form form .countrySelection ul {
	height: 208px;
}
.eteacher-form form .countrySelection ul li {
	position: relative;
	line-height: 1.9;
}
.eteacher-form form .countrySelection ul li:hover {
	background: #eee;
}
.eteacher-form form .phone-wrapper .flag {
	width: 32px;
	height: 27px;
	margin-top: -8px;
	transform: scale(.85);
	background-image: url(../png/flags32.png);
}
.eteacher-form form .countrySelection ul li .flag {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-top: -9px;
	width: 32px;
	height: 27px;
	overflow: hidden;
	background-image: url(../png/flags32.png);
	background-repeat: no-repeat;
	transform: scale(.85);
}

#content.contact .eteacher-form form .phone-wrapper .flag,
#header .eteacher-form form .phone-wrapper .flag {
	margin-top: -5px;
}
.course-form-strip .eteacher-form form .phone-wrapper .flag {
	margin-top: -6px;
}




#content.simple-template {
	font-size: 14px;
	line-height: 2;
}

#content.simple-template h1 {
	margin-top: 75px;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
}

#content.simple-template h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-family: freight-text-pro, serif;
	font-size: 40px;
	font-weight: 700;
}

#content.simple-template p {
	margin-bottom: 10px;
}


/* ------ 404 ------ */
#content.template-404 {
	padding: 100px 0;
	text-align: center;
}
#content.template-404 .m404 {
	font-size: 120px;
	font-weight: 700;
}
#content.template-404 .subtitle {
	padding: 12px 0;
	font-size: 32px;
	font-weight: 700;
}
#content.template-404 .explain {
	margin-bottom: 38px;
	font-family: freight-text-pro, serif;
	font-size: 20px;
	font-style: italic;
}
#content.template-404 .home-btn {
	display: inline-block;
	padding: 12px 22px;
	color: #b60a06;
	text-decoration: none;
	border: 1px solid #b60a06;
}
#content.template-404 .home-btn:hover {
	background: rgba(182, 10, 6, .05);
}
#content.template-404 .home-btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 9px;
	margin-left: 10px;
	background: url(../png/eteacher-sprite.png) no-repeat -10px -60px;
}

/* ------ FOOTER ------ */
#footer {
	position: relative;
	margin-top: 257px;
	padding: 60px 0;
	background: #181616;
}
#footer.no-form {
	margin-top: 45px;
}
body.single-course #footer,
body.single-department #footer {
	margin-top: 45px;
}
body.single-course #footer .eteacher-form,
body.single-department #footer .eteacher-form {
	display: none;
}
body.course-product #footer,
body.checkout #footer {
	margin-top: 0;
}
#footer .eteacher-form {
	float: right;
	margin-top: -290px;
	width: 627px;
	box-sizing: border-box;
	text-align: center;
	border-top: 4px solid #b60a06;
}
#footer .eteacher-form form {
	position: relative;
	padding: 20px 80px 50px;
	background: #f9f9f9;
}
#footer .eteacher-form form .form-title {
	margin-bottom: 4px;
	font-size: 26px;
}
#footer .eteacher-form form .order {
	margin-bottom: 31px;
}
#footer .eteacher-form form .inputs-wrapper {
	margin-left: -31px;
}
#footer .eteacher-form form .inputs-wrapper .input-wrapper,
#footer .eteacher-form form .inputs-wrapper .phone-wrapper {
	position: relative;
	float: left;
	width: 218px;
	margin-left: 31px;
}
#content.single-course .eteacher-form form .inputs-wrapper {
	margin-left: -61px;
}
#content.single-course .eteacher-form form .inputs-wrapper .input-wrapper,
#content.single-course .eteacher-form form .inputs-wrapper .phone-wrapper {
	position: relative;
	float: left;
	width: 278px;
	margin-left: 61px;
}
.eteacher-form form .inputs-wrapper .phone-wrapper {
	position: relative;
}
/* Lead Magnet Download page */
.lead-magnet-download {
	background-size: cover;
	padding-bottom: 60px;
}
.lead-magnet-download .header-space {
	height: 160px;
}
.lead-magnet-download h1 {
	color: #b60a06;
    margin: 20px 30px 20px 0;
    font-size: 25px;
    line-height: 1.2;
}
.lead-magnet-download h1:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #999;
	margin: 20px 0 30px;
}
.lead-magnet-download p {
	font-weight: 300;
}
.lead-magnet-download a {
	color: #b60a06;
	font-weight: 400;
}
.lead-magnet-download .thankyou-text {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: 500;
}
.lead-magnet-download .btn {
    display: inline-block;
    width: auto;
    height: 49px;
    line-height: 49px;
    margin: 39px auto 16px;
    padding: 0 35px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #b60a06;
    background: #fff;
    background: rgba(182, 10, 6, 0);
    border: 1px solid #b60a06;
    transition: background .3s;
}
.lead-magnet-download .btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 9px;
	margin-left: 10px;
	background: url(../png/eteacher-sprite.png) no-repeat -10px -60px;
}

/* FOOTER STYLES */


#footer .footer-menu {
	margin-bottom: 30px;
}
#footer .footer-menu > ul {
	margin-left: -60px;
}
#footer .footer-menu > ul > li {
	float: left;
	min-width: 130px;
	margin-left: 60px;
}
#footer .footer-menu ul li a {
	display: inline-block;
	padding: 6px 0;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
}
#footer .footer-menu > ul > li > a {
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: 600;
	color: #d59b33;
}
#footer .eteacher-form form .inputs-wrapper .required:before {
	top: 10px;
}

#footer .eteacher-footer {
	color: #a8a8af;
	margin: 30px 0;
}

#footer .eteacher-footer a {
	color: inherit;
	text-decoration: none;
}

#footer .eteacher-footer span {
	font-size: 15px;
	display: block;
	margin: 4px 0 0;
}

#footer .credits-and-social {
	padding-top: 20px;
	border-top: 1px solid #464545;
}
#footer .credits-and-social .credits {
	float: left;
	font-size: 15px;
	color: #959595;
}
#footer .credits-and-social .credits a {
	text-decoration: none;
	color: inherit;
}
#footer .credits-and-social .credits .footer-link {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
#footer .credits-and-social .credits .white-txt {
	color: #fff;
}
#footer .credits-and-social .social-wrapper {
	float: right;
}
#footer .credits-and-social .social-wrapper ul {
	text-align: center;
}
#footer .credits-and-social .social-wrapper ul li {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-left: 6px;
	background: url(../png/eteacher-sprite.png) no-repeat;
}
#footer .credits-and-social .social-wrapper ul li.facebook {
	width: 8px;
	background-position: -40px 0;
}
#footer .credits-and-social .social-wrapper ul li.gplus {
	background-position: -60px 0;
}
#footer .credits-and-social .social-wrapper ul li.twitter {
	background-position: -80px 0;
}
#footer .credits-and-social .social-wrapper ul li.pinterest {
	background-position: -100px 0;
}
#footer .credits-and-social .social-wrapper ul li.instagram {
	width: 18px;
	background-position: -120px 0;
}
#footer .credits-and-social .social-wrapper ul li.youtube {
	background-position: -140px 0;
	margin: 2px 0 0 3px;
}

#footer .credits-and-social .social-wrapper ul li a {
	display: block;
	height: 100%;
	opacity: 0;
	background: url(../png/eteacher-sprite.png) no-repeat;
	transition: opacity .3s;
}
#footer .credits-and-social .social-wrapper ul li a:hover {
	opacity: 1;
}
#footer .credits-and-social .social-wrapper ul li.facebook a {
	background-position: -40px -20px;
}
#footer .credits-and-social .social-wrapper ul li.gplus a {
	background-position: -60px -20px;
}
#footer .credits-and-social .social-wrapper ul li.twitter a {
	background-position: -80px -20px;
}
#footer .credits-and-social .social-wrapper ul li.pinterest a {
	background-position: -100px -20px;
}
#footer .credits-and-social .social-wrapper ul li.instagram a {
	background-position: -120px -20px;
}
#footer .credits-and-social .social-wrapper ul li.youtube a {
	background-position: -140px -20px;
}
#footer .mobile-lang {
	display: none;
}
.page-template-page-thankyou-download #footer.no-form {
	margin-top: 0;
}

/*.popup-form {
	display: none;
	background: #fff;
	padding-bottom: 50px;
	border-bottom: 1px solid #e9e9e9;
}*/
.course-product #huji-strip .cert-image-popup.open,
.course-product #curriculum .syllabus-popup.open {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	opacity: 1;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.6);
	transition: all .15s linear;
}

.popup-request-form {
	max-width: 750px;
	height: auto;
	background: #fff;
	display: block;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.popup-request-form .holder {
	padding: 65px 0;
	max-width: 550px;
	margin: 0 auto;
}
.form-enroll .form-close svg {
	stroke: #83111F;
}
.popup-form .text-holder {
	margin-bottom: 40px;
	text-align: center;
}
.popup-request-form header {
	text-align: center;
	margin: 0 0 30px;
}
.popup-request-form header .form-title {
	font: 700 28px/1.2 'freight-text-pro';
	margin-bottom: 8px;
	color: #393939;
}
.popup-request-form header p {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 20px;
	color: #393939;
}
/*.popup-form .eteacher-form form .inputs-wrapper {
	margin: 0 0 30px !important;
}
.popup-form .form-row {
	margin-bottom: 30px;
}
.popup-form .eteacher-form .form-group {
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	position: relative;
	border-bottom: 1px solid #b4b4b4;
	min-width: 230px;
	margin: 0;
}
.popup-form .eteacher-form .form-group:first-of-type {
	margin-right: 28px;
}
.popup-form label {
	display: none
}
.popup-form .eteacher-form form input[type="text"],
.popup-form  .eteacher-form form input[type="tel"],
.popup-form  .eteacher-form form input[type="email"],
.popup-form  .eteacher-form form input[type="number"] {
	font-size: 15px;
	padding: 4px 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #565656;
	line-height: 30px;
	border-bottom: none;
}

.popup-form .form-control {
	width: 100%;
}
.popup-form input::-webkit-input-placeholder {
	text-transform: none;
	color: #565656;
}
.popup-form input:-moz-placeholder { 
	text-transform: none;
	color: #565656;
}
.popup-form input::-moz-placeholder {
	text-transform: none;
	color: #565656;
}
.popup-form input:-ms-input-placeholder { 
	text-transform: none;
	color: #565656;
}
.popup-form .eteacher-form form .phone-wrapper {
	width: auto !important;
	margin: 0 !important;
}
.popup-form .eteacher-form form .phone-wrapper:first-of-type {
	margin-right: 28px !important;
}
.popup-form .eteacher-form form .phone-wrapper .prefix-wrapper {
	position: relative;
	direction: ltr;
	width: 100% !important;
}
.popup-form .eteacher-form form .phone-wrapper .prefix-wrapper .prefix {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	direction: ltr !important;
	width: 45px !important;
}
.popup-form .eteacher-form form .phone-wrapper .flag {
	width: 37px;
	height: 30px;
	background-image: url(images/flags32.png);
	background-repeat: no-repeat;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	position: static;
	margin: 0;
}
.popup-form .eteacher-form form .phone-wrapper .input-wrapper {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto !important;
	margin: 0 !important;
}
.popup-form .eteacher-form form .phone-wrapper .prefix-wrapper .prefix,
.popup-form .eteacher-form form .phone-wrapper .input-wrapper input {
	color: #565656;
	padding: 7px 0px !important;
	border: 0;
	outline: 0;
}
.popup-form .eteacher-form form .phone-wrapper .input-wrapper input {
	width: 100%;
}
.popup-form .eteacher-form form .phone-wrapper .input-wrapper.required .form-control {
	padding-left: 16px !important;
}
.popup-form .eteacher-form form .form-group .countrySelection {
	top: 61px;
	padding: 10px;
	border: 1px solid #e9e9e9;
}
.popup-form .eteacher-form form .form-group.opened {
	border-bottom-color: transparent;
}
.popup-form .eteacher-form form .form-group .s-hidden {
	display: none;
}
.popup-form .eteacher-form form .form-group .select {
	font-size: 15px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #565656 !important;
	cursor:pointer;
	text-align: left;
	position: relative;
}
.popup-form .eteacher-form form .inputs-wrapper .form-group .select:before {
	content: none !important;
}
.popup-form .eteacher-form form .form-group .styledSelect {
	padding: 10px 0px !important;
	background: url(images/select-arrow.png) right center no-repeat;
	line-height: 30px !important;
	direction: ltr;
	text-transform: none !important;
}
.popup-form .eteacher-form form .form-group .select .options {
    display:none;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #e9e9e9;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    z-index: 900;
}
.popup-form .eteacher-form form .form-group .select .options li {
    margin: 0;
    padding: 7px 15px;
    direction: ltr;
}
.popup-form .eteacher-form form .form-group .select .options li:first-of-type {
	padding-top: 15px;
}
.popup-form .eteacher-form form .form-group .select .options li:last-of-type {
	padding-bottom: 15px;
}
.popup-form .eteacher-form form .form-group .select .options li:hover {
	color:#ff9019;
}
.popup-form .eteacher-form form .form-group select::-ms-expand { 
    display: none; 
}
.popup-form .eteacher-form form .urgent-field {
	max-width: unset !important;
}
.popup-form .eteacher-form form .urgent-field label {
	line-height: 1.3;
}
.popup-form .eteacher-form form .form-group .error-response {
	position: absolute;
	left: 0;
	font-size: 14px;
	bottom: -17px;
	color: #fd4142;
}
.popup-form .footer-privacy-link {
	padding-top: 0;
}
.popup-form .eteacher-form form .submit-holder {
	margin-top: 40px;
	text-align: center;
}

.popup-form .eteacher-form form .submit-holder .trans-btn,
#footer #footer-cta a {
	position: static;
	padding: 0 20px;
	min-width: 230px;
	box-shadow: 0px 1px 9.79px 1.21px rgba(0, 0, 0, 0.1);
	background: #b60a06;
	color: #fff;
	white-space: nowrap;
	border: none;
	margin: 0;
	opacity: 1;
}
.popup-form .eteacher-form form .submit-holder .trans-btn span,
#footer #footer-cta a span {
	position: relative;
	z-index: 2;
}
.popup-form .eteacher-form form .submit-holder .submit-wrapper:before {
	border-radius: 4px;
}
.popup-form .eteacher-form form .submit-holder .submit-wrapper input[type='submit'] {
	display: none;
}*/


/* ------ RESPONSIVE ------ */
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
	#header .header-form-wrapper.open {
		margin-right: -54px;
	}
}
@media only screen and (max-width: 1499px) {
	#header .header-form-wrapper.open {
		margin-right: -4px;
	}
}

@media only screen and (max-width: 1379px) {
	.site-width {
		max-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#header .menu-wrapper ul {
		padding-top: 5px;
	}
	#header .header-form-wrapper {
		margin-right: 0;
		margin-top: 3px;
	}
	#header .login-and-lang {
		margin-top: 14px;
	}
}

/* Header */

html.et-touch #header {
	/*position: relative;*/
	z-index: 101;
	padding: 22px 0;
	color: #fff;
	background: #4b321e;
}

html.et-touch #header .logo {
	background-position: 0 0;
}

html.et-touch #header .logo img {
	opacity: 0;
}

html.et-touch #cover.home {
	background-size: cover;
}


#header .mobile-header {
	display: none;
}

#cover .mobile-logo,
#cover.single-course .mobile-logo {
	display: none;
}
.mobile-menu-wrapper {
	display: none;
}

body.mobile-open {
	overflow: hidden;
}

body.mobile-open #header > .site-width,
body.mobile-open #header .mobile-menu-wrapper {
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	#header {
		height: 55px;
		padding: 0 !important;
		background: none !important;
	}
	body.mobile-open #header {
		background: rgba(243, 180, 64, .1) !important;
	}
	#header .logo {
		display: none;
	}
	.mobile-menu-wrapper,
	#header .menu-wrapper {
		display: none;
		text-align: center;
	}
	.mobile-menu-wrapper {
		height: 100%;
		background: rgba(0,0,0,.5); /*rgba(243,180,64,.2);*/
	}
	.mobile-menu-wrapper:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 80px;
		background-image: -moz-linear-gradient( 90deg, rgba(41,15,0,0) 0%, rgb(41,15,0) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgba(41,15,0,0) 0%, rgb(41,15,0) 100%);
		background-image: -ms-linear-gradient( 90deg, rgba(41,15,0,0) 0%, rgb(41,15,0) 100%);
	}
	.mobile-menu-wrapper .login-and-lang .login-link {
		position: relative;
		display: inline-block;
		margin-bottom: 8px;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
	}
	.mobile-menu-wrapper .login-and-lang {
		padding-top: 18px;
		padding-left: 20px;
		text-align: left;
	}
	.mobile-menu-wrapper .login-and-lang .lang-wrapper {
		float: none;
	}
	.lang-wrapper:after {
		display: none;
	}
	.mobile-menu-wrapper .login-and-lang .active-lang {
		padding-bottom: 22px;
	}
	.mobile-menu-wrapper .login-and-lang .active-lang a,
	#footer .lang-wrapper .active-lang a {
		font-size: 15px;
		font-weight: 300;
		color: #fff;
	}
	.mobile-menu-wrapper .login-and-lang .active-lang a .lang-short {
		display: inline-block;
	}
	.mobile-menu-wrapper .menu-wrapper {
		position: relative;
		text-align: center;
	}
	.mobile-menu-wrapper .menu-wrapper ul {
		clear: both;
	}
	.mobile-menu-wrapper .menu-wrapper > ul > li {
		position: relative;
		margin: 7px 10px;
	}
	.mobile-menu-wrapper .menu-wrapper ul li a {
		display: inline-block;
		text-decoration: none;
		color: #fff;
	}
	.mobile-menu-wrapper .menu-wrapper ul ul {
		display: none;
	}
	.mobile-menu-wrapper .menu-wrapper ul ul li a {
		padding: 4px 0;
		font-size: 14px;
	}
	.mobile-menu-wrapper .menu-wrapper ul ul li a:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 2px;
		height: 14px;
		margin-right: 6px;
		background: #714a33;
	}
		
	.mobile-menu-wrapper .menu-wrapper ul ul li + li a:before {
		background: #53a5a5;
	}
	.mobile-menu-wrapper .menu-wrapper > ul > li > a {
		padding: 18px 4px;
		text-transform: uppercase;		
	}
	.mobile-menu-wrapper .menu-wrapper > ul > li:before {
		content: "";
		position: absolute;
		top: 0;
		width: 40px;
		height: 1px;
		left: 50%;
		margin-left: -20px;
		background: #fff;
	}
	.mobile-menu-wrapper .menu-wrapper ul li:first-child:before {
		display: none;
	}
	

	#header .mobile-header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.5)), to(rgba(80,80,80,0)));*/
	}
	#header.sticky .mobile-header {
		background: #4b321e;
	}
	body.mobile-open .page-wrapper {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}
	body.mobile-open .mobile-menu-wrapper {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		overflow: auto;
	}
	body.mobile-open #header .mobile-header {
		background: none;
	}
	#header .mobile-header .mobile-left {
		float: left;
		margin-top: 13px;
		margin-left: 12px;
	}
	body.home #header .mobile-header .mobile-left {
		/*margin-top: 0;*/
	}
	#header .mobile-header .mobile-left .learn-link {
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		color: #fff;
		background: #F2AF36;
		padding: 6px 12px;
		border: 1px solid #fff;
		border-radius: 2px;
		margin-top: 2px;
		display: inline-block;
	}
	#header .mobile-header .lang-wrapper .active-lang {
		padding: 0px;
		/*padding-bottom: 0;*/
	}
	.mobile-menu-wrapper .lang-wrapper .lang-list,
	body.home #header .lang-wrapper .lang-list {
		z-index: 10;
		right: auto;
		left: 0;
	}
	.mobile-menu-wrapper .lang-wrapper .lang-list:before,
	body.home #header .lang-wrapper .lang-list:before {
		right: auto;
		left: 17px;
	}
	#header .mobile-header .lang-wrapper .active-lang a {
		display: block;
		padding: 10px;
		color: white;
		font-size: 15px;
		text-decoration: none;
	}
	#header .mobile-header .lang-wrapper .active-lang a img,
	.mobile-menu-wrapper .lang-wrapper .active-lang a img {
		vertical-align: middle;
		width: 19px;
		margin-top: 1px;
	}
	#header .mobile-header .lang-wrapper .active-lang a .lang-short,
	.mobile-menu-wrapper .lang-wrapper .active-lang a .lang-short,
	#footer .lang-wrapper .active-lang a .lang-short {
		display: inline-block;
		vertical-align: middle;
		margin-left: 4px;
		padding-bottom: 1px;
		border-bottom: 1px solid white;
	}
	#header .mobile-header .mobile-right {
		float: right;
	}
	.mobile-menu-toggler {
		display: block;
		width: 26px;
		height: 17px;
		margin: 8px 10px;
		/*margin-bottom: 0;*/
		padding: 10px;
		position: relative;
	}
	.mobile-menu-wrapper .mobile-menu-toggler {
		float: right;
	}
	.mobile-menu-toggler .burger-part {
		position: absolute;
		left: 10px;
		width: 26px;
		height: 3px;
		background: white;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.mobile-menu-toggler .burger-part-1 {
		top: 10px;
	}
	.mobile-menu-toggler .burger-part-2 {
		top: 17px;
	}
	.mobile-menu-toggler .burger-part-3 {
		top: 24px;
	}
	body.mobile-open .mobile-menu-toggler .burger-part-1 {
		top: 18px;
		transform: rotate(45deg);
		background: #fff;
	}
	body.mobile-open .mobile-menu-toggler .burger-part-2 {
		opacity: 0;
	}
	body.mobile-open .mobile-menu-toggler .burger-part-3 {
		top: 18px;
		transform: rotate(-45deg);
		background: #fff;
	}
	#header .login-and-lang {
		margin: 18px 40px 0 0;
	}
	#header.black .login-and-lang .lang-wrapper .active-lang a:after,
	#header.white .login-and-lang .lang-wrapper .active-lang a:after {
		background: url(../png/eteacher-sprite.png) no-repeat 0 -30px;
	}
	.single-teacher #header .login-and-lang .lang-wrapper .active-lang a:after,
	.page-template-default #header .login-and-lang .lang-wrapper .active-lang a:after,
	.contact #header .login-and-lang .lang-wrapper .active-lang a:after {
		background: url(../png/eteacher-sprite.png) no-repeat -40px -70px;
	}
	#header .login-and-lang .login-link {
		display: none;
	}
	#header .header-form-wrapper {
		display: none;
	}

	.header-space {
		display: none;
	}
	.lead-magnet-download .header-space {
		height: 100px;
		display: block;
	}
	.lead-magnet-download {
		background-size: cover;
	}	
	#cover.reviews_v2 .header-space {
		display: block;
		height: 100px;
	}
	#content.contact.tell-us {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	#cover .site-width {
		padding: 0 30px;
	}
	#footer .mobile-lang {
		display: block;
	}
	.lead-magnet-download {
		padding-bottom: 40px;
	}
	.lead-magnet-download h1:after {
		margin: 40px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#cover .mobile-logo {
		display: none;
		float: left;
		padding-top: 10px;
	}
	#cover .mobile-logo img {
		height: 53px;
	}
	#cover.home .mobile-logo {
		padding-top: 20px;
	}
	#cover.about .mobile-logo {
		padding-top: 0;
	}
	#cover.contact .mobile-logo {
		padding-left: 10px;
	}
	#content.contact .main-column {
		margin-top: 0;
	}

	#content.contact.tell-us .boxes-row .related-items li,
	#content.contact.tell-us .boxes-row .related-items .related-item-body {
		width: auto;
	}
}
@media only screen and (max-width: 768px) {
	#content.contact .page-header {
		display: block;
		text-align: center;
		margin: 0px 0 30px;
	}
	#content.contact .page-header h1 {
		font: 600 32px/1.3 freight-text-pro;
	}
	#content.contact .main-column {
		float: none;
		width: auto;
		margin-top: 0;
	}
	#content.contact .sidebar {
		display: none;
	}
}

/* Home Page */

@media only screen and (max-width: 1799px) {
	#content .home-department-strip.text-left .textual-area .strip-logo {
		position: static;
	}
	#content .home-department-strip .textual-area .faculty-team .title-wrapper {
		float: none;
		margin: 0 auto 20px;
		padding-left: 16px;
	}
	#content .home-department-strip .textual-area .faculty-team ul {
		width: 520px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 768px ) and (max-width: 1139px) {
	#content .home-department-strip .textual-area .faculty-team ul {
		width: 260px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#cover.home {
		height: 600px;
	}
	#cover.home .cover-title {
		margin-top: 0;
		padding-top: 152px; /*89px;*/
		font-size: 48px;
	}
	#content .home-department-strip .videos-area .video-item {
		width: 100%;
		height: 25%;
	}

	#content .magazine-wrapper {
		float: none;
		width: auto !important;
	}
	#content .magazine-sidebar {
		float: none;
		width: auto;
		margin: 50px 0 0;
		text-align: center;
	}
	#content .magazine-sidebar .download-area {
		display: inline-block;
		width: 311px;
		margin: 0 30px;
	}
	#content .magazine-sidebar .mag-slider {
		display: inline-block;
		margin: 0 30px;
	}
	#content .testimonials-strip .testimonials-slider .slides .slide {
		background: 70% center;
	}
}

@media only screen and (max-width: 767px) {
	#cover.home {
		height: auto;
		min-height: 505px;
		opacity: 1 !important;
		background-size: 100% auto !important;
		visibility: visible;
	}
	#cover.home .mobile-logo {
		display: block;
		visibility: hidden;
		padding: 30px 0 0;
	}
	#cover.home .mobile-logo img {
		height: 53px;
	}
	#cover.home .cover-title {
		margin-top: 20px;
		padding: 0 40px;
		font-size: 35px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	#cover .cover-subtitle {
		padding: 0 40px;
		font-size: 15px;
		line-height: 19px;
	}
	#cover.home .trans-btn {
		margin-top: 14px;
		padding: 15px 20px;
		font-size: 15px;
		letter-spacing: 0.5px;
		border-width: 1px;
		background-color: rgba(0,0,0,0.2);
		border-radius: 2px;
		min-height: 25px;
		line-height: 1.5;
	}
/* removed the :after code in the first button in HP
	#cover.home .trans-btn:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #ffffff;
    vertical-align: middle;


	}
*/
	#cover.home.show-cover .trans-btn {
		margin-top: 24px;
	}
	#cover .cover-footer {
		position: static;
		margin-top: 32px;
		padding-bottom: 30px;
	}
	#content .home-department-strip {
		overflow: hidden;
	}
	#content .home-department-strip.et-dep-lang-home {
		border-width: 4px;
	}
	#content .home-department-strip.et-dep-jewish-home {
		border: none;
	}
	#content .home-department-strip .textual-area {
		float: none !important;
		width: auto;
		height: auto !important;
		padding-bottom: 4px;
	}
	#content .home-department-strip .textual-area .padder {
		padding-top: 20px;
		padding-bottom: 19px;
	}
	#content .home-department-strip + .home-department-strip .textual-area .padder {
		padding-top: 30px;
	}
	#content .home-department-strip .textual-area .strip-title {
		margin-bottom: 24px;
		font-size: 23px;
		line-height: 1.3;
	}
	#content .home-department-strip .textual-area .strip-title .dep-name {
		font-size: 25px;
		letter-spacing: 0;
	}
	#content .home-department-strip .textual-area .intro {
		font-size: 15px;
		line-height: 1.65;
	}
	#content .home-department-strip .textual-area .faculty-team,
	#content .home-department-strip .textual-area .trans-btn {
		display: none;
	}
	#content .home-department-strip .mobile-videos-wrapper {
		overflow: hidden;
		height: 200px;
	}
	#content .home-department-strip .mobile-videos-wrapper .mobile-videos {
		position: relative;
		height: 100%;
	}
	#content .home-department-strip .videos-area {
		position: absolute;
		left: 0;
		float: none !important;
		width: 400%;
		height: 100% !important;
	}
	#content .home-department-strip .videos-area .video-item {
		width: 25%;
		height: 100%;
	}
	#content .home-department-strip .videos-area .video-item.fancy-vid {
		height: 90.5%;
	}
	#content .home-department-strip .videos-area .video-item .item-name {
		font-size: 23px;
		line-height: 1.3;
	}
	#content .home-department-strip .videos-area .video-item .item-content {
		padding: 12px 30px 19px;
	}
	#content .home-department-strip .videos-area .video-item.vid .item-content {
		padding-bottom: 10px;
	}
	#content .home-department-strip .videos-area .video-item .item-content .trans-btn {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -62px;
		width: 99px;
		font-size: 14px;
		padding: 11px 12px;
	}
	#content .home-department-strip .videos-area .video-item .item-content .trans-btn:before {
		content: "";
		position: absolute;
		left: -324px;
		bottom: -1px;
		width: 768px;
		height: 38px;
		background: url(../png/mobile-slider-btn-bg.png) no-repeat bottom center;
	}

	#content .home-department-strip + .site-width {
		margin-top: 41px;
	}
	#content .magazine-title b {
		font-size: 34px;
		line-height: 1.8;
		letter-spacing: 0.5px;
		text-transform: none;
	}
	#content .magazine-title:after {
		left: 50%;
		margin-left: -30px;
		bottom: -12px;
	}
	#content .magazine-wrapper {
		display: none;
	}
	#content .magazine-sidebar {
		float: none;
		width: auto;
	}
	#content .magazine-sidebar .download-area {
		display: none;
	}
	#content .magazine-sidebar .mag-slider {
		height: auto;
		margin: 16px auto 0;
	}
	#content .magazine-sidebar .mag-slider .slider-wrapper {
		border: none;
		box-shadow: none;
	}
	#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide {
		position: static;
	}
	#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .slide-img {
		width: 120px;
		height: 117px;
		margin-bottom: 23px;
	}
	#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .slide-img:after {
		background-size: 120px 117px;
	}
	#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .slide-img img {
		width: 100%;
		height: auto;
	}
	#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .read-more {
		position: static;
		display: inline-block;
		margin-top: 24px;
		padding: 10px 16px;
		font-size: 14px;
		border: 1px solid #b60a06;
	}
	#content .magazine-sidebar .mag-slider .slider-wrapper .slides .slide .read-more:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 2px;
		margin-left: 6px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4.5px 0 4.5px 7px;
		border-color: transparent transparent transparent #b60a06;
	}
	
	#content .testimonials-strip {
		margin-top: 60px;
	}
	#content .testimonials-strip .home-reviews {
		padding: 0;
	}
	#content .testimonials-strip .testimonials-slider {
		display: none;
	}
	#content .testimonials-strip .home-reviews .mobile-slider-wrapper {
		overflow: hidden;
		padding-top: 20px;
		padding-bottom: 81px;
		background: #f2af36;
	}
	#content .testimonials-strip .home-reviews .mobile-slider-wrapper .mobile-slider {
		position: relative;
		height: 100%;
	}
	#content .testimonials-strip .home-reviews .mobile-slider-wrapper .mobile-slider .items {
		position: absolute;
		width: 9999px;
		max-width: 9999px;
		left: 0;
		padding-left: 13px;
		-webkit-transition: left .3s ease-in-out;
		-moz-transition: left .3s ease-in-out;
		transition: left .3s ease-in-out;
	}
	#content .testimonials-strip .home-reviews .mobile-slider-wrapper .mobile-slider .items .item {
		float: left;
		width: 187px;
		margin-right: 12px;
		margin-left: 0;
		padding: 30px 21px;
		background: #fff;
		box-shadow: 0px 8px 9px 0px rgba(168, 109, 0, 0.32);
	}
	#content .testimonials-strip .home-reviews .mobile-slider-wrapper.h-single-review .items .item {
		float: none;
		margin: 0 auto;
	}
	#content .testimonials-strip .home-reviews .items .item .stars {
		margin-bottom: 30px;
	}
	#content .testimonials-strip .home-reviews .items .item blockquote {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.35;
		letter-spacing: 1px;
	}
	#content .testimonials-strip .home-reviews .items .item blockquote:after {
		content: "";
		display: block;
		width: 61px;
		height: 1px;
		background: #000;
		margin: 38px auto;
	}

	#content .discover-strip {
		margin-top: 55px;
		padding: 0 30px;
	}
	#content .discover-strip .strip-title {
		margin-bottom: 23px;
		padding-bottom: 23px;
		font-size: 25px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0;
	}
	#content .discover-strip .intro {
		font-size: 15px;
		font-weight: 300;
		line-height: 1.65;
	}
	#content .discover-strip .nums-items .item {
		width: 44%;
		margin: 0 3% 54px;
	}
	#content .discover-strip .nums-items .item .item-icon {
		margin-bottom: 9px;
	}
	#content .discover-strip .nums-items .item .item-name {
		height: auto !important;
		margin-bottom: 5px;
		font-size: 15px;
	}
	#content .discover-strip .nums-items .item .item-number {
		font-size: 18px;
	}
}


/* Reviews Page */

@media only screen and (min-width: 1921px) {
	#cover.reviews {
		background-size: 100% auto;
	}
}

@media only screen and (max-width: 1299px) {
	#content .cards-reviews .items .wrapper {
		width: 870px;
		margin: 0 auto;
	}
	#content .video-reviews-slider .controls .arrow.next-arrow {
		right: -50px;
	}
	#content .video-reviews-slider .controls .arrow.prev-arrow {
		left: -50px;
	}
}
@media only screen and (max-width: 1023px) {
	#content .cards-reviews .items {
		margin-left: -14px;
	}
	#content .cards-reviews .items .item {
		width: 358px;
		margin-left: 14px;
	}
	#content .cards-reviews .items .item .item-content {
		padding: 15px;
	}
	#content .cards-reviews .items .item .item-content .read-more {
		bottom: 12px;
	}
	#content .cards-reviews .items .see-more-wrapper {
		margin-left: 14px;
	}
	#content .video-reviews-slider {
		width: 100%;
	}
	#content .video-reviews-slider .controls .arrow.next-arrow {
		right: 12px;
	}
	#content .video-reviews-slider .controls .arrow.prev-arrow {
		left: 12px;
	}
	#content .video-reviews-slider .video-thumbs {
		margin-left: 0;
	}
	#content .video-reviews-slider .video-thumbs .vid-thumb {
		width: 23.5%;
		margin-left: 1%;
	}
	#content .video-reviews-slider .video-thumbs .vid-thumb img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	
	#cover.reviews,
	body.admin-bar #cover.reviews {
		background-size: cover;
		background-position: top;
	}
	#content .cards-reviews .filters .select-wrapper {
		z-index: 24;
	}
	#cover .review-wrapper blockquote br {
		display: none;
	}
	#content .cards-reviews .section-title {
		font-size: 25px;
		letter-spacing: 0.5px;
	}
	#content.reviews_v2 .item-content {
		text-align: left;
	}
	#content .cards-reviews .items {
		margin-left: 0;
	}
	#content.reviews_v2 .cards-reviews .items {
		padding: 0 10px;
	}
	#content .cards-reviews .items .item {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	#content.reviews .cards-reviews .items .item .item-img {
		display: none;
	}
	#content .cards-reviews .items .see-more-wrapper {
		margin-top: 12px;
		margin-bottom: 24px;
		margin-left: auto;
	}
	#content .video-reviews {
		display: none;
	}
}

/* Meet the Faculty Page */
	
@media only screen and (max-width: 1299px) {
	#content .meet-faculty {
		left: -316px;
		margin-left: 0;
	}
}
@media only screen and (max-width: 1199px) {
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a:hover:after,
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.active a:after {
		display: none;
	}
	#content .faculty-wrapper .faculty-strip-header .filters {
		margin-top: 10px;
		margin-bottom: 14px;
	}
	#content .faculty-wrapper .faculty-strip-header .select-wrapper,
	#content .cards-reviews .filters .select-wrapper,
	#content.contact .eteacher-form .select-wrapper {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	#cover.faculty {
		height: 423px;
		padding-top: 62px;
	}
	#cover.faculty .cover-title {
		padding-top: 22px;
		font-size: 25px;
		letter-spacing: 1px;
		text-align: center;
	}
	#cover.faculty .textual-area {
		padding-left: 0;
	}
	#cover.faculty .mobile-logo {
		display: block;
		width: 119px;
		margin: 0 auto;
	}
	#cover.faculty .mobile-logo img {
		height: 53px;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li {
		float: none;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a {
		font-size: 16px;
		text-align: center;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a b {
		font-size: 18px;
	}
	#content .faculty-wrapper .faculty-strip-header .select-wrapper,
	#content .cards-reviews .filters .select-wrapper,
	#content.contact .eteacher-form .select-wrapper {
		margin-bottom: 8px;
	}
	#content .faculty-wrapper .faculty-strip-header .select-wrapper .pselect,
	#content .cards-reviews .filters .select-wrapper .pselect,
	#content.contact .eteacher-form .select-wrapper .pselect {
		padding: 0;
	}
	#content .faculty-wrapper .faculty-strip-header .filters {
		margin-top: 20px;
	}
	#content .faculty-wrapper .faculty-strip-header .select-wrapper:first-child {
		position: relative;
		z-index: 24;
		margin-bottom: 18px;
	}
	#content .faculty-wrapper .faculty-main .cards-items .wrapper {
		margin-left: -10px;
	}
	#content .faculty-wrapper .faculty-main .cards-items .wrapper .item {
		/*margin-left: auto;
		margin-right: auto;*/
		right: 0;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	#content .faculty-wrapper .faculty-main .cards-items .wrapper .item {
		text-align: left;
	}
	#content .faculty-wrapper .faculty-main .cards-items .item.double {
		width: 300px;
		height: 330px;
	}
	#content .faculty-wrapper .faculty-main .cards-items .item.double img {
		max-width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 599px) {
	#content .faculty-wrapper .faculty-main .cards-items .wrapper {
		/*margin-left: -20px;*/
	}
	#content .faculty-wrapper .faculty-main .cards-items .wrapper .item {
		width: 153px;
		height: 169px;
		/*margin-left: 20px;*/
	}
	#content .faculty-wrapper .faculty-main .cards-items .wrapper .item.double {
		width: 300px;
		height: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	#content .faculty-wrapper .faculty-main .cards-items .wrapper .item img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 359px) {
	#content .faculty-wrapper .faculty-main .cards-items .wrapper {
		margin-left: 0;
	}
	#content .faculty-wrapper .faculty-main .cards-items .wrapper .item {
		width: 130px;
		height: 145px;
		margin-left: 12px;
	}
	#content .faculty-wrapper .faculty-main .cards-items .wrapper .item.double {
		width: 282px;
		height: 310px;
	}
}

/* About */

@media only screen and (max-width: 1919px) {
	#content .meet-faculty .lecturer[data-lecturer="1"],
	#content .meet-faculty .lecturer[data-lecturer="4"] {
		visibility: hidden;
	}
}

@media only screen and (max-width: 1499px) {
	#content.about {
		overflow: hidden;
	}
}
@media only screen and (max-width: 1379px) {
	#cover.about .bottom-bg .site-width {
		background-position: 10px center;
	}
	#cover.about .bottom-bg .site-width:before {
		right: 95%;
	}
	#cover.about .bottom-bg .site-width:after {
		left: calc(100% - 10px);
	}
}
@media only screen and (max-width: 1299px) {
	#cover.about .order {
		display: none;
	}
}
@media only screen and (max-width: 1279px) {
	#content .meet-faculty .lecturer[data-lecturer="3"] {
		visibility: hidden;
	}
}

@media only screen and (max-width: 1199px) {
	#content .excellence-strip .textual-area {
		width: 48%;
	}
	#content .excellence-strip .animation-area {
		width: 50%;
		transform: scale(.75);
	}
	#content .excellence-strip .animation-area .wrapper {
		margin-left: -100px;
	}
	#content .philosophy-strip .textual-area {
		width: 50%;
	}
}
@media only screen and (max-width: 1023px) {
	#content .excellence-strip .animation-area,
	#content .excellence-strip .textual-area {
		float: none;
		transform: none;
		width: 100%;
	}
	#content .excellence-strip .animation-area .wrapper {
		margin-left: 0;
	}
	#content .our-departments .wrapper {
		margin-left: 0;
	}
	#content .our-departments .department-box {
		float: none;
		width: 94%;
		margin: 0 auto 32px;
		text-align: center;
		border-top: none !important;
	}
	#content .our-departments .department-box.left-align .item-content {
		margin-left: 0;
	}
	#content .our-departments .department-box.right-align .item-content {
		margin-right: 0;
	}
	#content .our-departments .department-box .item-img {
		position: relative;
		width: 100%;
		height: 240px;
	}
	#content .our-departments .department-box .item-img:after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		height: 22px;
		background: url(../png/arrow-down.png) no-repeat bottom center;
	}
	#content .our-departments .department-box .item-title br {
		display: none;
	}
	#content.about .our-departments .department-box .item-title:after {
		margin: 33px auto 0;
	}
}


@media only screen and (max-width: 767px) {
	
	.lead-magnet-download { padding: 10px 20px 110px;}
	.lead-magnet-download .thankyou-text { font-size: 16px; margin: -10px 0 60px; line-height: 1.3; font-weight: 300; }
	p.download-link { margin: 0 auto; text-align: center; width: 250px; line-height: 1.3; }
	.lead-magnet-download a:before
						{
							content: "\A";
						}	
	.lead-magnet-download h1:after { content: unset;}
	.lead-magnet-download h1 { margin: 20px 30px; }
	
	#cover.about {
		height: auto;
		padding-bottom: 173px;
		background-color: #fff !important;
		background-size: 100% auto;
		background-position: top center;
	}
	#cover.about .bottom-bg {
		display: none;
	}
	#cover.about .site-width {
		padding: 0 10px;
	}
	#cover.about .gm-style {
		display: none !important;
	}
	#cover .box-wrapper {
		position: relative;
		bottom: auto;
		top: 173px;
		max-width: 94%;
		margin: 0 auto;
		text-align: center;
	}
	#cover.about .mobile-logo {
		display: block;
	}
	#cover.about .mobile-logo:after {
		content: "";
		display: block;
		width: 47px;
		height: 3px;
		margin: 12px auto;
		background: #fff;
	}
	#cover.about .mobile-logo img {
		width: 110px;
	}
	#cover .our-story-box .left-column {
		float: none;
		width: auto;
		height: auto !important;
		padding: 25px 11% 45px;
		line-height: 1.3;
	}
	#cover .our-story-box .left-column:before {
		display: none;
	}
	#cover .our-story-box .left-column:after {
		top: auto;
		bottom: -33px;
		left: 50%;
		margin-left: -11px;
		border-width: 22px 0 22px 22px;
		transform: rotate(90deg);
	}
	#cover .our-story-box .main-column {
		float: none;
		width: auto;
		padding-top: 40px;
		padding-bottom: 36px;
	}
	#cover .our-story-box .main-column .box-title {
		font-size: 25px;
	}
	#cover .our-story-box .main-column .box-title:after {
		margin: 16px auto 0;
	}
	#cover .our-story-box .main-column .cover-intro {
		font-size: 16px;
		font-weight: 300;
		line-height: 1.65;
	}
	#cover .gm-style {
		height: 403px !important;
	}
	#content {
		text-align: center;
	}
	#content.about {
		padding-top: 0;
		padding-bottom: 24px;
	}
	#content.about .textual-area .strip-title:after,
	#content.about .textual-content .strip-title:after,
	#content.about .our-departments .department-box .item-title:after {
		margin: 23px auto 0;
	}
	#content.about .textual-content .strip-title:after {
		margin-top: 12px;
	}
	#content.about .textual-area .strip-title:after {
		background: rgba(242, 176, 55, .8);
	}
	#content .excellence-strip {
		padding-bottom: 47px;
	}
	#content .excellence-strip .animation-area {
		width: auto;
		height: 248px;
		margin: 0 -10px;
		overflow: hidden;
	}
	#content .excellence-strip .animation-area .wrapper {
		height: 384px;
		margin-top: 14px;
		margin-left: -264px;
		transform: scale(.54);
	}
	#content .excellence-strip .animation-area.pop .circle {
		top: -100px;
	}
	#content .excellence-strip .textual-area {
		margin-top: 28px;
	}
	#content.about .textual-area .strip-title:after {
		margin-top: 23px;
	}
	#content .excellence-strip .textual-area .strip-title {
		margin-bottom: 12px;
	}
	#content .excellence-strip .textual-area p {
		padding: 0 14px;
		font-size: 16px;
		line-height: 1.6;
	}
	
	#content .where-and-how {
		height: auto;
		width: auto;
		margin: 0 -10px;
		background-position: top left;
	}
	#content .where-and-how .bubble {
		position: static;
		width: auto;
		background: none;
	}
	#content .philosophy-strip {
		padding-top: 45px;
		padding-bottom: 10px;
		background-image: none !important;
	}
	#content .philosophy-strip .laptop-screen-wrapper {
		position: static;
		width: auto;
		height: auto;
		margin-top: 27px;
		padding: 0 10px;
	}
	#content .philosophy-strip .laptop-screen {
		position: static;
		width: 100%;
		height: auto;
	}
	#content .philosophy-strip .textual-area p {
		padding: 0 16px;
		font-size: 16px;
		line-height: 1.6;
	}
	#content .where-and-how .bubble .textual-content:before {
		display: none;
	}
	#content .philosophy-strip .textual-area {
		width: 100%;
	}
	#content.about .textual-area .ptitle,
	#content.about .textual-content .ptitle,
	#content.about .our-departments .ptitle {
		margin-bottom: 10px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	#content.about .textual-area .strip-title,
	#content.about .textual-content .strip-title,
	#content.about .our-departments .strip-title {
		margin-bottom: 12px;
		font-size: 25px;
		line-height: 1.2;
	}
	#content.about .textual-content .strip-title {
		margin-bottom: 22px;
	}
	#content .where-and-how .bubble .textual-content {
		padding: 59px 36px 40px 36px;
	}
	#content .where-and-how .bubble .textual-content p {
		font-size: 16px;
		line-height: 1.6;
	}
	#content .our-departments {
		margin-top: 46px;
	}
	#content.about .our-departments .ptitle {
		margin-bottom: 2px;
		padding: 0 40px;
		line-height: 1.45;
	}
	#content.about .our-departments .strip-title:after {
		content: "";
		display: block;
		width: 47px;
		height: 3px;
		background: #f2b037;
		margin: 22px auto 0;
	}
	#content .our-departments .wrapper {
		margin-top: 30px;
	}
	#content .our-departments .department-box .item-img {
		height: 182px;
	}
	#content .our-departments .department-box .item-content {
		padding: 8px 20px 32px;
	}
	#content .our-departments .department-box .item-title {
		margin-bottom: 22px;
		font-size: 18px;
		line-height: 1.35;
	}
	#content .our-departments .department-box .item-title b {
		font-size: 23px;
	}
	#content.about .our-departments .department-box .item-desc {
		font-size: 16px;
		font-weight: 300;
		line-height: 1.6;
	}
	#content .our-departments .department-box .item-content .text-wrapper {
		height: auto !important;
		padding-bottom: 27px;
	}
	#content .our-departments .department-box .trans-btn {
		padding: 10px 16px;
		font-size: 14px;
		font-weight: 400;
	}
	
	#content.about .meet-faculty {
		display: none;
	}
	#content.about .meet-faculty-wrapper {
		height: auto;
	}
	#content .mobile-meet-faculty {
		display: block;
		margin: 9px;
		color: #000;
		background: #f2af36;
		border: 1px solid #fff;
		outline: 9px solid #f2af36;
	}
	#content.about .mobile-meet-faculty .textual-area .strip-title:after {
		background: #000;
	}
	#content .mobile-meet-faculty .lecturers-slider-wrapper {
		overflow: hidden;
		height: 208px;
		margin: 25px -27px 0;
	}
	#content .mobile-meet-faculty .lecturers-slider-wrapper .lecturers-slider {
		position: relative;
		height: 100%;
	}
	#content .mobile-meet-faculty .lecturers-slider-wrapper .lecturers-slider .items {
		position: absolute;
		width: 200%;
		webkit-transition: left .3s ease-in-out;
		-moz-transition: left .3s ease-in-out;
		transition: left .3s ease-in-out;
	}
	#content .mobile-meet-faculty .lecturers-slider .items .lecturer {
		float: left;
		position: relative;
		width: 25%;
		height: 208px;
		text-decoration: none;
		color: #fff;
	}
	#content .mobile-meet-faculty .lecturer span {
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	#content .mobile-meet-faculty .lecturer .lec-name {
		font-family: 'freight-text-pro', serif;
		font-size: 16px;
		font-weight: 700;
	}
	#content .mobile-meet-faculty .lecturer .course-name {
		display: none;
	}
	#content .mobile-meet-faculty .lecturer .details {
		position: absolute;
		bottom: 12px;
		left: 0;
		right: 0;
		height: auto;
	}
	#content .mobile-meet-faculty .lecturers-slider-wrapper .controls,
	#content .home-department-strip .mobile-videos .controls {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		z-index: 2;
		height: 55px;
		margin-top: -27px;
	}
	#content .home-department-strip .mobile-videos .controls {
		margin-top: -36px;
	}
	#content .mobile-meet-faculty .lecturers-slider-wrapper .controls .arrow,
	#content .home-department-strip .mobile-videos .controls  .arrow {
		position: absolute;
		width: 28px;
		height: 100%;
		background: rgba(0,0,0,.2) url(../png/eteacher-sprite.png) no-repeat;
	}
	#content .mobile-meet-faculty .lecturers-slider-wrapper .controls .arrow.prev,
	#content .home-department-strip .mobile-videos .controls .arrow.prev {
		left: 0;
		background-position: -80px -192px
	}
	#content .mobile-meet-faculty .lecturers-slider-wrapper .controls .arrow.next,
	#content .home-department-strip .mobile-videos .controls .arrow.next {
		right: 0;
		background-position: -109px -192px
	}
	#content .mobile-meet-faculty .textual-area {
		padding: 35px 17px;
	}
	#content .mobile-meet-faculty .textual-area .main-text p {
		margin-top: 23px;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.65;
	}
	#content .mobile-meet-faculty .textual-area .trans-btn {
		margin-top: 31px;
		padding: 11px 15px;
		font-size: 14px;
		letter-spacing: 0.5px;
		border-width: 1px;
	}
	
	/* footer */
	#footer {
		margin-top: 0;
		padding-top: 0;
	}
	#footer.no-form {
		padding-top: 30px;
	}
	body.single-department #footer,
	body.single-course #footer {
		padding-top: 0;
	}
	#footer .site-width {
		padding: 0 20px;
	}
	
	body.single-department #footer .eteacher-form,
	body.single-course #footer .eteacher-form {
		display: block;
	}
	#footer .eteacher-form {
		float: none;
		width: auto;
		margin: 0 -20px 29px;
		overflow: hidden;
	}
	#footer .eteacher-form form {
		padding: 30px 20px 26px;
	}
	#footer .eteacher-form form .form-title {
		margin-bottom: 12px;
		padding: 0 20px;
		font-weight: 700;
		color: #b60a06;
	}
	#footer .eteacher-form form .order {
		margin-bottom: 18px;
	}
	
	#footer .eteacher-form form .inputs-wrapper .input-wrapper,
	#footer .eteacher-form form .inputs-wrapper .phone-wrapper,
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .input-wrapper,
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper {
		width: 100%;
		box-sizing: border-box;
		padding-right: 30px;
	}
/*	#footer .eteacher-form form input[type="text"],
	#footer .eteacher-form form input[type="tel"],
	#footer .eteacher-form form input[type="email"] {
		margin-bottom: 23px;
	}*/
	#footer .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper {
		width: 29%;
	}
	#footer .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
		width: 63%;
		margin-left: 8%;
		padding-right: 0;
	}
	#footer .eteacher-form form .submit-wrapper,
	#content.how-it-works .form-strip .eteacher-form form .submit-wrapper {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: 200px;
		height: 45px;
		line-height: 45px;
		margin: 18px auto;
		font-size: 16px;
		font-weight: 400;
	}
	#footer .eteacher-form form .submit-wrapper {
		margin: 10px auto 50px;
	}
	#footer .eteacher-form form .submit-wrapper .submit-text,
	#content.how-it-works .form-strip .eteacher-form form .submit-wrapper .submit-text {
		letter-spacing: 0;
	}
	
	#footer .footer-menu {
		margin-bottom: 9px;
	}
	#footer .footer-menu > ul > li > a {
		margin-bottom: 0;
		font-size: 16px;
	}
	#footer .footer-menu ul li a {
		padding: 5px 0;
	}
	#footer .footer-menu > ul .sub-menu {
		margin-left: -10px;
		margin-bottom: 15px;
	}
	#footer .footer-menu > ul .sub-menu li {
		float: left;
		margin-left: 10px;
		letter-spacing: 0.5px;
	}
	#footer .footer-menu > ul .sub-menu li:after {
		content: "|";
		display: inline-block;
		margin-left: 10px;
		color: #f8b12f;
	}
	#footer .footer-menu > ul .sub-menu:after {
		content: "";
		display: block;
		clear: both;
	}
	#footer .credits-and-social .credits {
		line-height: 1.6;
	}
}

/* Single Developer */
@media only screen and (max-width: 1199px) {
	#content.single-developer .sidebar .course-items .course-item {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1023px) {
	#content.single-developer {
		padding-top: 74px;
		padding-bottom: 0;
	}
	#content.single-developer .columns-wrapper {
		display: block;
	}
	#content.single-developer .secondary-sidebar {
		display: block;
		width: auto;
	}
	#content.single-developer .secondary-sidebar .thumb-wrapper {
		border-bottom: none;
	}
	#content.single-developer .secondary-sidebar .developer-reviews {
		display: none;
	}
	#content.single-developer .main-column {
		display: block;
		padding: 0;
	}
	#content.single-developer .sidebar {
		display: block;
		width: auto;
	}
	#content.single-developer .sidebar .sidebar-box {
		padding-right: 0;
		padding-left: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 767px) {
	#content.single-developer .sidebar {
		min-width: 0;
	}
	#content.single-developer .main-column .about-dev-strip {
		padding: 0 10px;
		font-size: 16px;	
	}
	#content.single-developer .sidebar .course-items .course-item {
		margin: 0 auto;
	}
}


/* Single Review */
@media only screen and (max-width: 1023px) {
	#cover.reviews {
		margin-top: 0;
		background-position: center;
	}
	#cover.reviews .review-wrapper {
		padding-top: 80px;
	}
	#cover .review-wrapper .review-by {
		font-size: 25px;
	}
	#cover .review-wrapper blockquote {
		font-size: 40px;
	}
	#content .cards-reviews .items .wrapper {
		max-width: 100%;
	}
	#content.single .cards-reviews .items .item .item-content blockquote {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	#cover .review-wrapper .review-by {
		font-size: 22px;
	}
	#cover .review-wrapper blockquote {
		font-size: 25px;
	}
	#cover.reviews .btn-wrapper .visit-btn {
		display: inline-block;
		padding: 10px 6px;
		line-height: 2;
	}
	#content.reviews.single {
		padding-top: 30px;
		padding-bottom: 0;
	}
	#content.reviews .cards-reviews {
		overflow: visible;
	}
	#content .cards-reviews .section-title {
		margin-bottom: 0;
	}
	#content .cards-reviews .filters {
		margin: 40px 0;
	}
	#content.single .cards-reviews .items .item {
		height: auto;
	}
	
	#content.single .cards-reviews .items .item .item-img-mobile,
	#content.reviews .cards-reviews .items .item .item-img-mobile {
		display: block;
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 66%;
		overflow: hidden;
		background-color: #e5e5e5;
		background-repeat: no-repeat;
	}
	#content.single .cards-reviews .items .item .item-img-mobile img,
	#content.reviews .cards-reviews .items .item .item-img-mobile img {
		width: 100%;
		height: auto;
	}
	#content.single .cards-reviews .items .item .item-content,
	#content.reviews .cards-reviews .items .item .item-content {
		height: auto;
		margin-left: 0;
		padding: 18px;
	}
	#content.reviews .cards-reviews .items .item .item-content .quote {
		margin-bottom: 16px;
	}
	#content.single .cards-reviews .items .item .item-content .item-details .name-and-country .name,
	#content.single .cards-reviews .items .item .item-content .item-details .course-name,
	#content.reviews .cards-reviews .items .item .item-content .item-details .name-and-country .name,
	#content.reviews .cards-reviews .items .item .item-content .item-details .course-name {
		font-size: 15px;
	}
	#content.reviews .cards-reviews .items .item .item-content .item-details .stars {
		transform: scale(.8);
	}
	#content.single .cards-reviews .items .item .item-content blockquote,
	#content.reviews .cards-reviews .items .item .item-content blockquote {
		font-size: 15px;
		letter-spacing: 0.5px;
	}
}
@media only screen and (max-width: 599px) {
	#content .cards-reviews .section-intro {
		float: none;
		padding-left: 12px;
		text-align: left;
	}
	#content .cards-reviews .filters {
		float: none;
	}
	#content .cards-reviews .filters .select-wrapper {
		margin-bottom: 16px;
	}
	#content .cards-reviews .filters .select-wrapper .pselect,
	#content .cards-reviews .filters .select-wrapper ul li {
		font-size: 14px;
	}
	#content .cards-reviews .section-title {
		padding-left: 12px;
		text-align: left;
	}
}


/* How It Works */
@media only screen and (max-width: 1399px) {
	#content .how-video-strip .textual-content {
		margin: 0 0 0 100px;
	}

	#content .how-video-strip .vid-bg {
		background-position: 80% center;
		justify-content: flex-end;
	}

	#content .how-video-strip .vid-bg .fancy-vid {
		margin: 0 25% 0 0;
	}

	#content .magazine-wrapper {
    	width: 69.3%;
	}
}
@media only screen and (max-width: 1199px) {
	#cover.how-it-works .cover-title {
		padding-top: 163px;
	}
	
	#content .how-video-strip .site-width .ptable {
		margin-left: 98px;
	}
	#content .academic-framework .textual-area .strip-title br {
		display: none;
	}
	#content .academic-framework .img-area .laptop {
		width: 612px;
		height: 417px;
		background-size: 100%;
	}
	#content .academic-framework .img-area .laptop img {
		width: 400px;
		height: auto;
	}
	#content .advanced-tech .illustrations-wrapper ul li {
		width: 228px;
		margin: 0;
	}
}
@media only screen and (max-width: 1023px) {
	#content .how-video-strip {
		height: 402px;
	}
	#content .academic-framework .textual-area {
		float: none;
		width: auto;
		padding: 0 30px;
	}
	#content .academic-framework .textual-area .properties-list li {
		float: left;
		width: 50%;
	}
	#content .academic-framework .img-area {
		float: none;
		width: auto;
		left: 0;
		margin-top: 20px;
	}
	#content .academic-framework .img-area .laptop {
		width: auto;
		height: auto;
		text-align: center;
		background: none;
	}
	#content .academic-framework .img-area .laptop img {
		position: static;
	}
	#content .advanced-tech .illustrations-wrapper ul {
		padding-bottom: 42px;
	}
	#content .advanced-tech .illustrations-wrapper ul li {
		margin-bottom: 30px;
	}
	#content.how-it-works .form-strip .eteacher-form {
		padding: 54px 40px;
	}
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper {
		margin-left: -54px;
	}
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .input-wrapper,
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper {
		width: 307px;
		margin-left: 54px;
	}
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
		width: 211px;
	}
	#content.how-it-works .form-strip .eteacher-form form .submit-wrapper {
		display: block;
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0 auto;
	}

	#content .how-video-strip .textual-content {
		max-width: 430px;
	}

	#content .how-video-strip .vid-bg .fancy-vid {
		margin: 0 10% 0 0;
	}	
}
@media only screen and (max-width: 767px) {
	#cover.how-it-works {
		height: 342px;
		margin-top: 0;
		padding-top: 62px;
	}
	#cover.how-it-works .mobile-logo {
		display: block;
	}
	#cover.how-it-works .mobile-logo img {
		height: 53px;
	}
	#cover.how-it-works .cover-title {
		margin-top: 55px;
		margin-bottom: 8px;
		padding-top: 0;
		font-size: 25px;
		font-style: normal;
		line-height: 1.2;
	}
	#cover.how-it-works .cover-title:after {
		content: "";
		display: block;
		width: 26px;
		height: 3px;
		margin: 15px auto 0;
		background: #f0af37;
	}
	#cover.how-it-works .cover-intro {
		font-family: 'open sans', sans-serif;
		font-size: 15px;
		font-weight: 300;
	}
	#content.how-it-works {
		padding-top: 33px;
	}
	#content.how-it-works > .site-width {
		padding: 0 20px;
	}
	#content .from-home {
		padding-bottom: 26px;
	}
	#content .from-home .strip-title {
		margin-bottom: 30px;
		font-size: 25px;
		line-height: 1.25;
	}
	#content .from-home .strip-title:after {
		width: 60px;
		height: 1px;
		margin-top: 21px;
	}
	#content .from-home .items {
		flex-direction: column;
		align-items: center;
	}
	#content .from-home .items .item {
		width: auto;
	}
	#content .from-home .items .item .img-wrapper {
		overflow: hidden;
	}
	#content .from-home .items .item .img-wrapper img {
		/*height: 184px;
		width: auto;*/
	}
	#content .from-home .items .item .item-content {
		padding: 12px 22px 22px;
	}
	#content .from-home .items .item .item-content .item-title {
		margin-bottom: 18px;
		font-size: 20px;
	}
	#content .from-home .items .item .item-content .item-desc {
		font-size: 16px;
		line-height: 1.65;
	}
	#content .how-video-strip {
		height: auto;
		padding-bottom: 23px;
		border-top: 2px solid #f2b037;
		border-bottom: 2px solid #f2b037;
	}
	
	#content .how-video-strip .textual-content {
		margin: 0;
		padding: 25px 0 0;		
	}

	#content .how-video-strip .textual-content h2 {
		margin-bottom: 23px;
		padding: 0 10px;
		line-height: 1.2;
		font-size: 23px;
		color: #f2b037;
	}

	#content .how-video-strip .textual-content .video-text {
		margin-top: 23px;
		padding: 0 10px;
		font-size: 16px;
		line-height: 1.65;
		color: #000;
	}

	#content .how-video-strip .vid-bg {
		position: relative;
		width: auto;
		height: 188px;
		margin: 0 -10px;
		background-position: 90% center;
	}

	#content .how-video-strip .vid-bg .mobile-play {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -28px;
		margin-left: -32px;
	}
	#content .how-video-strip .vid-bg .mobile-play .play-btn {
		position: relative;
		display: block;
		width: 49px;
		height: 49px;
		border: 2px solid #fff;
		border-radius: 50%;
	}
	#content .how-video-strip .vid-bg .mobile-play .play-btn .triangle {
		border-width: 12px 0 12px 16px;
		margin: -12px 0 0 -5px;
	}

	#content .academic-framework.site-width {
		padding-top: 27px;
		padding-bottom: 60px;
	}
	#content .academic-framework .textual-area {
		padding: 0;
	}
	#content .academic-framework .textual-area .strip-title {
		margin-bottom: 22px;
		font-size: 23px;
		line-height: 1.3;
		letter-spacing: 0.5px;
		color: #b60a06;
	}
	#content .academic-framework .textual-area .strip-title:after {
		content: "";
		display: block;
		width: 60px;
		height: 1px;
		margin: 23px auto 0;
		background: #b60a06;
	}
	#content .academic-framework .textual-area .strip-intro {
		margin-bottom: 30px;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.65;
	}
	#content .academic-framework .textual-area .properties-list li {
		width: 40%;
		margin-bottom: 50px;
		padding: 0 5%;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.4;
		text-transform: uppercase;
	}
	#content .academic-framework .textual-area .properties-list li .page-number {
		font-size: 17px;
	}
	#content .academic-framework .textual-area .properties-list li:before {
		display: block;
		margin: 0 auto 7px;
	}
	#content .academic-framework .img-area {
		margin-top: 0;
		box-shadow: 0.968px 3.881px 9.8px 0.2px rgba(0, 0, 0, 0.15);
	}
	#content .academic-framework .img-area .laptop img {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	#content .advanced-tech:before {
		height: 365px;
	}
	#content .advanced-tech .strip-title {
		margin-bottom: 21px;
		font-size: 23px;
		color: #000;
	}
	#content .advanced-tech .strip-title:after {
		content: "";
		display: block;
		width: 60px;
		height: 1px;
		background: #000;
		margin: 24px auto 0;
	}
	#content .advanced-tech .top-wrapper {
		padding-top: 33px;
		padding-bottom: 46px;
	}
	#content .advanced-tech .strip-intro {
		font-size: 16px;
		line-height: 1.65;
		color: #000;
	}
	#content .advanced-tech .illustrations-wrapper {
		padding-bottom: 54px;
	}
	#content .advanced-tech .illustrations-wrapper ul {
		padding-bottom: 24px;
		outline-width: 11px;
	}
	#content .advanced-tech .illustrations-wrapper ul li {
		max-width: 100%;
		margin-bottom: 38px;
	}
	#content .advanced-tech .illustrations-wrapper ul li .item-name {
		margin-bottom: 10px;
	}
	#content .advanced-tech .illustrations-wrapper ul li .item-img {
		margin-bottom: 0;
	}
	#content.how-it-works .form-strip.site-width {
		margin-bottom: 16px;
		padding: 0;
	}
	#content.how-it-works .form-strip .eteacher-form {
		padding: 32px 20px;
	}
	#content.how-it-works .form-strip .eteacher-form form .form-title {
		margin-bottom: 14px;
		font-size: 25px;
		color: #b60a06;
	}
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper {
		margin-top: 20px;
	}
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .input-wrapper {
		margin-bottom: 25px;
	}
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper {
		margin-bottom: 0;
	}
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper input {
		padding: 2px 0;
	}
	#content.how-it-works .form-strip .eteacher-form .phone-wrapper .prefix {
		padding: 0 0 1px;
	}
	#content.how-it-works .form-strip .eteacher-form form .phone-wrapper .flag {
		margin-top: -13px;
	}
	#content.how-it-works .form-strip .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
		width: 180px;
		margin-left: 20px;
		padding-right: 0;
	}
	#content.how-it-works .form-strip .eteacher-form form .submit-wrapper {
		margin-top: 20px;
	}
}

/*Courses Page */
@media only screen and (max-width: 1299px) {
	#content .courses-list-wrapper .sidebar .takeways-title {
		float: none;
		clear: both;
	}
}
@media only screen and (max-width: 1199px) {
	#cover.courses .cover-title {
		margin-top: 0;
		padding-top: 30px;
	}
	#content .courses-menu {
		width: auto;
	}
	#content .courses-menu ul {
		margin-left: -4px;
		padding: 22px 12px;
	}
	#content .courses-menu ul li {
		margin-left: 4px;
	}
}
@media only screen and (max-width: 1023px) {
	#content .courses-menu ul {
		margin-left: -4px;
		padding: 22px 12px;
	}
	#content .courses-menu ul li {
		margin-left: 4px;
	}
	#content .courses-list-wrapper .main-column .courses-items .item {
		margin-left: 0;
		margin-bottom: 28px;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .ptable {
		display: block;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-thumb {
		display: block;
		float: none;
		width: 426px;
		height: 254px;
		margin-bottom: 14px;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-thumb img {
		width: 100%;
		height: auto;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-content {
		display: block;
		padding-left: 0;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-sched .wrapper {
		padding-left: 0;
		border-left: none;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-sched {
		display: block;
		width: auto;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-sched .view-course {
		margin-top: 12px;
		padding: 9px 0;
		text-align: center;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-sched .schedule {
		padding-top: 14px;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-sched .schedule .next-class {
		float: left;
		margin-bottom: 0;
		margin-top: 4px;
		margin-right: 10px;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-sched .schedule .class-date {
		float: left;
		margin-bottom: 0;
		margin-top: 4px;
	}
}
@media only screen and (max-width: 767px) {
	#back-to-top {
		top: auto;
		bottom: 20px;
		width: 55px;
		height: 55px;
		padding-top: 28px;
		opacity: 0;
		transition: opacity .3s;
	}
	#back-to-top.scroll-up {
		opacity: 1;
	}
	#back-to-top:before {
		top: 12px;
		width: 22px;
		margin-left: -11px;
		background-position: 0 -100px;
	}
	#cover.courses {
		height: 405px;
	}
	#cover.courses .mobile-logo {
		display: block;
		padding-top: 62px;
		text-align: center;
	}
	#cover.courses .mobile-logo img {
		height: 53px;
	}
	#cover.courses .textual-area {
		width: auto;
		text-align: center;
	}
	#cover.courses .cover-title {
		margin-bottom: 20px;
		padding-top: 100px;
		font-size: 30px;
		letter-spacing: 0;
	}
	#cover.courses .cover-title b {
		font-size: 32px;
	}
	#cover.courses .textual-area p {
		width: auto;
		padding: 0 30px;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	#content .courses-menu {
		margin: -25px 10px 38px;
	}
	#content .courses-menu .courses-menu-title {
		display: none;
	}
	#content .courses-menu .menu-wrapper {
		float: none;
		
		text-align: left;
		letter-spacing: 0.5px;
	}
	#content .courses-menu ul {
		display: none;
		padding: 6px 20px 6px 30px;
	}
	#content .courses-menu ul li {
		float: none;
		width: auto !important;
		margin: 10px 0;
	}
	#content .courses-menu ul li:before {
		display: none;
	}
	#content .courses-menu .menu-wrapper .mobile-chosen-course {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		font-size: 15px;
		padding: 17px 17px 17px 30px;
		box-sizing: border-box;
		text-decoration: none;
		color: #3b2112;
	}
	#content .courses-menu .menu-wrapper .mobile-chosen-course:after {
		content: "";
		float: right;
		width: 0;
		height: 0;
		margin-top: 5px;
		margin-right: 3px;
		border-style: solid;
		border-width: 7px 4px 0 4px;
		border-color: #c69677 transparent transparent transparent;
	}
	#content .courses-menu .menu-wrapper.open .mobile-chosen-course:after {
		border-width: 0 4px 7px 4px;
		border-color: transparent transparent #c69677 transparent;
	}
	#content .courses-list-wrapper .main-column {
		float: none;
		width: auto;
	}
	#content .courses-list-wrapper .main-column .section-title {
		font-size: 25px;
	}
	#content .courses-list-wrapper .main-column .section-title:after {
		content: "";
		display: block;
		width: 60px;
		height: 1px;
		margin: 28px auto 0;
	}
	#content.et-dep-lang-general .courses-list-wrapper .main-column .section-title:after {
		background: #955833;
	}
	#content.et-dep-jewish-general .courses-list-wrapper .main-column .section-title:after {
		background: #31c4c5;
	}
	#content.et-dep-lang-general .courses-list-wrapper .main-column .section-title {
		color: #955833;
	}
	#content.et-dep-jewish-general .courses-list-wrapper .main-column .section-title {
		color: #31c4c5;
	}
	#content .courses-list-wrapper .main-column .section-intro {
		margin-top: 33px;
		padding: 0 20px;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.65;
	}
	#content .main-column .mobile-takeways {
		display: block;
		text-align: center;
	}
	#content .courses-list-wrapper .main-column .mobile-takeways .desc-list {
		position: relative;
		padding-bottom: 17px;
	}
	#content .courses-list-wrapper .main-column .mobile-takeways .desc-list li .icon {
		float: left;
	}
	#content .courses-list-wrapper .main-column .mobile-takeways .desc-list li .tw-text {
		display: block;
		margin-left: 44px;
	}
	#content .courses-list-wrapper .main-column .mobile-takeways .desc-list:after,
	#content .courses-list-wrapper .main-column .mobile-takeways .credit-points:after {
		content: "";
		position: absolute;
		bottom: 0;
		height: 1px;
		left: -19px;
		right: -19px;
		background: rgba(0,0,0,.3);
	}
	#content .main-column .mobile-takeways .wrapper .credit-points {
		position: relative;
		padding-top: 27px;
		padding-bottom: 27px;
		font-size: 14px;
		line-height: 1.4;
	}
	#content .main-column .mobile-takeways .wrapper .credit-points .star {
		float: left;
		width: 18px;
		height: 28px;
		margin-top: 4px;
		margin-right: 36px;
		background: url(../png/eteacher-sprite.png) no-repeat -325px 0;
	}
	#content .main-column .mobile-takeways .wrapper .credit-points p {
		margin-left: 55px;
	}
	#content .main-column .mobile-takeways .wrapper .developer-wrapper {
		padding: 20px 0;
		font-size: 14px;
	}
	#content .main-column .mobile-takeways .wrapper .developer-wrapper .ptable {
		width: 100%;
	}
	#content .main-column .mobile-takeways .wrapper .developer-wrapper .ptable .thumb-wrapper {
		vertical-align: middle;
		width: 57px;
	}
	#content .main-column .mobile-takeways .wrapper .developer-wrapper .ptable .thumb-wrapper img {
		border-radius: 50%;
	}
	#content .main-column .mobile-takeways .wrapper .developer-wrapper .dev-name {
		padding-left: 22px;
		vertical-align: middle;
		line-height: 1.4;
	}
	#content .courses-list-wrapper .main-column .courses-items {
		margin-top: 11px;
	}
	#content .courses-list-wrapper .main-column .courses-items .item {
		text-align: left;
		margin: 0;
		padding: 14px 10px 10px;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-thumb {
		width: auto;
		height: auto;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-thumb img {
		width: 100%;
		height: auto;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-content {
		padding: 0 19px;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-content .item-excerpt {
		font-size: 16px;
		font-weight: 300;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-sched {
		padding: 20px;
		text-align: center;
	}
	#content .courses-list-wrapper .main-column .courses-items .item .item-sched .view-course {
		margin-top: 12px;
		padding: 18px 0;
	}
	
	#content.et-dep-lang-general .courses-list-wrapper .sidebar,
	#content.et-dep-jewish-general .courses-list-wrapper .sidebar {
		display: none;
	}
}

/* Single Course */
@media only screen and (min-width: 768px) {
	#content.single-course .course-strip.syllabus .syllabus-list li {
		height: auto !important;
	}
}
@media only screen and (max-width: 1299px) {
	#content .course-form-strip .first-bg {
		right: 1000px;
	}
}

@media only screen and (max-width: 1199px) {
	#cover.single-course {
		height: auto;
		background-size: auto 520px;
		background-position: top center;
	}
	#cover.single-course .textual-area {
		width: 60%;
	}
	#cover.single-course .textual-area .cover-intro {
		line-height: 1.4;
	}
/*	#cover.single-course .cover-title {
		margin-top: 0;
		padding-top: 70px;
	}*/
	#cover .video-wrapper a {
		max-width: 60%;
		height: auto;
	}
	#cover .fancy-vid img {
		display: block;
		width: 100%;
		height: auto;
	}
	#content.single-course {
		padding-top: 60px;
	}
	#content .course-form-strip .first-bg {
		right: 90%;
	}
}
@media only screen and (max-width: 1024px) {
	#content.single-course .related-courses {
		margin: 80px auto 0;
	}
	#content.single-course .related-courses .items {
		display: block;
	}
	#content.single-course .related-courses .item {
		height: auto;
		margin: 0 auto 30px;
		text-align: center;
		max-width: 500px;
	}
	#content.single-course .related-courses .item .item-img {
		position: relative;
		width: 100%;
		height: 150px;
		background-size: cover;
	}
	#content.single-course .related-courses .item .item-content {
		margin-left: 0;
		padding: 20px 30px 10px;
		text-align: center;
	}
	#content.single-course .related-courses .item .item-content .ptable,
	#content.single-course .related-courses .item .item-content .ptd {
		display: block;
	}
	#content.single-course .related-courses .item > .arrow {
		display: none;
	}
	#content.single-course .related-courses .item .item-content .trans-btn {
		margin: 20px 0;
	}
}
@media only screen and (max-width: 1023px) {
	#cover.single-course .textual-area {
		width: auto;
	}
	#cover .video-wrapper a {
		max-width: 100%;
		margin: 0 auto;
	}
	#cover .eteacher-form {
		display: none;
	}
	#content .sidebar .sidebar-reviews {
		padding-top: 32px;
	}
	#content .course-form-strip .first-bg,
	#content .course-form-strip .second-bg {
		display: none;
	}
	#content .course-form-strip .eteacher-form {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	#cover.single-course {
		height: 347px;
		padding-top: 60px;
		text-align: center;
		background-size: cover;
	}
	#cover.single-course > .site-width {
		height: 100%;
		padding: 0 22px;
	}
	#cover.single-course .mobile-logo {
		display: none;
		text-align: center;
	}
	#cover.single-course .mobile-logo img {
		height: 53px;
	}
	#cover.single-course .cover-title {
		margin-bottom: 16px;
		padding-top: 40px;
		font-size: 30px;
		letter-spacing: 0.5px;
	}
	#cover.single-course .textual-area p,
	#cover.single-course .textual-area .cover-intro {
		width: auto;
		font-size: 15px;
		line-height: 1.3;
		letter-spacing: 0;
	}
	#cover .video-wrapper {
		/*position: absolute;*/
		left: 20px;
		right: 20px;
		bottom: -96px;
	}
	#cover .fancy-vid .play-btn {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
	}
	#content.single-course {
		padding-top: 156px;
	}
	#content.single-course .sidebar {
		display: none;
	}
	#content.single-course .main-column {
		float: none;
		width: auto;
	}
	#content .main-column .course-strip .mobile-takeways,
	#content.single-course .main-column .mobile-schedule {
		display: block;
		margin: 24px 10px 0;
		text-align: center;
		background: #fff;
	}
	#content .main-column .mobile-takeways .wrapper,
	#content.single-course .main-column .mobile-schedule .wrapper {
		display: none;
		padding: 0 28px 14px;
		text-align: left;
	}
	#content.single-course .main-column .mobile-schedule .wrapper {
		padding: 31px 0 14px;
		text-align: left;
	}
	#content.et-dep-lang-general .main-column .mobile-takeways .wrapper {
		padding: 31px 28px 0;
		border-bottom: 4px solid #955833;
	}
	#content.et-dep-jewish-general .main-column .mobile-takeways .wrapper {
		padding: 31px 28px 0;
		border-bottom: 4px solid #31c4c5;
	}
	#content.single-course.et-dep-lang-general .main-column .mobile-takeways .wrapper,
	#content.single-course.et-dep-lang-general .main-column .mobile-schedule .wrapper {
		border-bottom: 4px solid #955833;
	}
	#content.single-course.et-dep-jewish-general .main-column .mobile-takeways .wrapper,
	#content.single-course.et-dep-jewish-general .main-column .mobile-schedule .wrapper {
		border-bottom: 4px solid #31c4c5;
	}
	#content .takeways-toggler {
		display: inline-block;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
		letter-spacing: 1px;
		color: #b60a06;
	}
	#content .takeways-toggler:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 13px;
		margin-bottom: 2px;
		border-style: solid;
		border-width: 7px 4px 0 4px;
		border-color: #b60a06 transparent transparent transparent;
	}
	#content .open .takeways-toggler:after {
		border-width: 0 4px 7px 4px;
		border-color: transparent transparent #b60a06 transparent;
	}
	#content.single-course .main-column .mobile-takeways .takeways-list-wrapper {
		padding: 34px 4px 0;
	}
	#content.single-course .desc-list li {
		margin-bottom: 15px;
	}
	#content.single-course .main-column .mobile-schedule .wrapper .course-schedule {
		font-size: 14px;
	}
	#content.single-course .main-column .mobile-schedule .wrapper .course-schedule .lesson-line {
		color: #696969;
	}
	#content.single-course .main-column .mobile-schedule .wrapper .course-schedule .month-strip {
		
		padding: 0 28px 19px;
		line-height: 1.5;
		
	}
	#content.single-course .main-column .mobile-schedule .wrapper .course-schedule .month-strip + .month-strip {
		padding-top: 19px;
		border-top: 1px solid rgba(149, 88, 51, .2);
	}
	#content.single-course.et-dep-jewish-general .main-column .mobile-schedule .wrapper .course-schedule .month-strip + .month-strip {
		border-top: 1px solid rgba(49, 196, 197, .2); 
	}
	#content.single-course .main-column .mobile-schedule .month-strip .month-title {
		margin-bottom: 2px;
	}
	
	#content.single-course .course-strip .section-title {
		font-size: 25px;
		font-weight: 700;
		text-align: center;
	}
	#content.single-course.et-dep-lang-general .course-strip .section-title {
		color: #955833;
	}
	#content.single-course.et-dep-jewish-general .course-strip .section-title {
		color: #31c4c5;
	}
	#content.single-course .course-description {
		padding-bottom: 56px;
	}
	#content.single-course .course-description .section-intro {
		height: 81px;
		margin-top: 28px;
		padding: 0 30px;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.65;
	}
	#content.single-course .red-arrow-link {
		display: inline-block;
		float: none;
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 1px;
	}
	#content.single-course .section-intro + .red-arrow-link {
		margin-top: 26px;
	}
	#content.single-course .red-arrow-link:before {
		opacity: 1;
		right: 2px;
	}
	
	#content.single-course .red-arrow-link:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		margin-bottom: 2px;
		margin-left: 6px;
		border-style: solid;
		border-width: 6px 4px 0 4px;
		border-color: rgba(0, 0, 0, .8) transparent transparent transparent;
	}
	
	#content.single-course .course-strip {
		padding-right: 0;
	}
	#content.single-course .course-strip + .course-strip {
		padding-top: 29px;
	}
	#content.single-course .course-strip.course-developer {
		padding-bottom: 56px;
	}
	#content.single-course .course-strip .section-title:after {
		content: "";
		display: block;
		width: 60px;
		height: 1px;
		margin: 28px auto 0;
	}
	#content.single-course .course-strip.course-description .section-title:after {
		margin-top: 25px;
	}
	#content.single-course.et-dep-lang-general .course-strip .section-title:after {
		background: #955833;
	}
	#content.single-course.et-dep-jewish-general .course-strip .section-title:after {
		background: #31c4c5;
	}
	#content.single-course .course-strip.syllabus {
		margin: 10px -5px 0;
		border-bottom: 0;
	}
	#content.single-course .course-strip.syllabus .section-title {
		text-align: center;
		color: #000;
	}
	#content.single-course .course-strip.syllabus .section-title:after {
		background: #000;
	}
	#content.single-course .course-strip.syllabus .mobile-slider-wrapper {
		overflow: hidden;
		margin: 30px -11px 0;
		padding-bottom: 82px;
		background: #f2af36;
	}
	#content.single-course .course-strip.syllabus .mobile-slider-wrapper .mobile-slider {
		position: relative;
	}
	#content.single-course .course-strip.syllabus .mobile-slider-wrapper .mobile-slider ol {
		position: absolute;
		height: 100%;
		width: 9999px;
		top: 4px;
		left: 0;
		padding-bottom: 30px;
		webkit-transition: left .3s ease-in-out;
		-moz-transition: left .3s ease-in-out;
		transition: left .3s ease-in-out;
	}
	#content.single-course .course-strip.syllabus .mobile-slider-wrapper .mobile-slider ol li {
		float: left;
		width: 201px;
		margin-right: 10px;
		padding: 21px;
		/*box-sizing: border-box;*/
		background: #fff;
		box-shadow: 0px 8px 9px 0px rgba(168, 109, 0, 0.32);
	}
	#content.single-course .course-strip.syllabus .syllabus-list li:before {
		content: counter(syllabus);
		display: block;
		float: none;
		margin-left: 0;
		font-family: 'open sans', sans-serif;
		font-size: 20px;
		font-weight: 700;
		text-align: left;
		text-decoration: underline;
		color: #b60a06;
	}
	#content.single-course .course-strip.syllabus .mobile-slider-wrapper .mobile-slider ol li .item-content {
		margin-top: 22px;
		text-align: left;
	}
	#content.single-course .course-strip.syllabus .syllabus-list li .item-title {
		margin-bottom: 14px;
		font-family: 'open sans', sans-serif;
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
	}
	#content.single-course .course-strip.syllabus .syllabus-list li .item-desc {
		font-size: 16px;
		line-height: 1.65;
	}
	#content.single-course .course-strip.syllabus .syllabus-list li .item-vid {
		float: none;
		width: 193px;
		height: 119px;
		margin-top: 12px;
	}
	#content.single-course .course-strip.syllabus .full-syl-btn {
		display: none;
	}
	#content.single-course .course-strip .developer-wrapper,
	#content.single-course .course-strip .developer-wrapper .item-thumb,
	#content.single-course .course-strip .developer-wrapper .item-content {
		display: block;
	}
	#content.single-course .course-strip .developer-wrapper .item-thumb img {
		width: 120px;
		height: 120px;
	}
	#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-reviews {
		float: none;
		margin-top: 10px;
	}
	#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-reviews .num-of-reviews {
		margin: 0 4px;
		font-size: 16px;
	}
	#content.single-course .course-strip .developer-wrapper .item-content .item-title-wrapper .item-title {
		float: none;
		margin-top: 2px;
		margin-right: 0;
		line-height: 1.65;
		font-size: 16px;
		font-weight: 400;
	}
	#content.single-course .course-strip .developer-wrapper .item-content .item-excerpt {
		padding: 0 30px;
		font-size: 16px;
		font-weight: 300;
	}
	#content.single-course .course-strip .developer-wrapper .item-content .developer-social {
		margin-top: 25px;
	}
	#content.single-course .course-strip .developer-wrapper .item-content .developer-social li {
		display: inline-block;
		float: none;
	}
	#content.single-course .course-developer .red-arrow-link {
		margin-top: 36px;
		letter-spacing: 0.5px;
	}
	#content.single-course .course-developer .red-arrow-link:after {
		border-width: 4px 0 4px 6px;
		border-color:  transparent transparent transparent rgba(0,0,0,.8);
	}
	#content.single-course .course-strip.course-credits {
		margin-top: 32px;
		padding: 40px 20px 15px;
		border-bottom: none;
	}
	#content.single-course .course-strip.course-credits .wrapper {
		padding-top: 204px;
		background-position: top center !important;
	}
	#content.single-course .course-strip.course-credits .section-title {
		margin-bottom: 29px;
		font-size: 25px;
		font-weight: 700;
		line-height: 1.2;
		color: #000;
	}
	#content.single-course .course-strip.course-credits .section-title:after {
		margin-top: 24px;
		background: #000;
	}
	#content.single-course .course-strip.course-credits .adv-list li {
		margin-left: 0;
		font-weight: 300;
		line-height: 1.45;
		letter-spacing: 0;
	}
	#content.single-course .course-strip.course-credits .adv-list li:before {
		display: block;
		margin: 0 auto 3px;
	}
	
	#content.single-course .icons-list-wrapper .items {
		display: block;
	}
	#content.single-course .icons-list-wrapper {
		margin: 0 19px;
		padding-top: 37px;
		padding-bottom: 16px;
		border: 1px solid #f2b037;
		outline: 7px solid #fff;
		box-shadow: 0.97px 3.88px 9.8px 6px rgba(0, 0, 0, 0.15);
	}
	#content.single-course .icons-list-wrapper .items li {
		float: none;
		width: auto;
		padding: 0 46px 33px;
	}
	#content.single-course .icons-list-wrapper .items li .item-name {
		height: auto !important;
	}
	#content .course-form-strip {
		display: none;
	}
	#content.single-course .related-courses .section-title {
		margin-top: 45px;
		margin-bottom: 0;
		font-weight: 700;
		opacity: .9;
		line-height: 1.2;
	}
	#content.single-course .related-courses .section-title:after {
		content: "";
		display: block;
		width: 60px;
		height: 1px;
		margin: 26px auto 30px;
		background: #000;
	}
	#content.single-course .related-courses .items {
		margin: 0 5px;
	}
}


/* Special for product pages */
@media only screen and (max-width: 1280px) {
	#content.course-product .sidebar {
		min-width: unset;
	}
}
@media only screen and (max-width: 1199px) {
	.course-product #course-info .main-column {
		max-width: 700px;
	}
	#cover.single-course.course-product {
		height: 520px;
	}
}

@media only screen and (max-width: 1111px) {
	#cover.single-course.course-product {
		height: 500px;
	}
	#cover.course-product .textual-area {
		width: auto;
		padding: 0 20px;
	}
	#cover.course-product .cover-title {
		max-width: 850px;
		margin: 0 auto;
		padding-top: 20px;
	}
	#content.single-course.course-product {
		margin-top: -320px;
	}
	.course-product #course-info {
		padding-top: 45px;
	}
	.course-product #course-info .container {
		display: block;
	}
	.course-product #course-info .main-column {
		max-width: 850px;
		padding: 0 20px;
		margin: 0 auto;
	}
	.course-product #course-info .main-column.no-media {
		margin: 325px auto 0;
	}
	.course-product #course-info .video-wrapper {
		max-width: 734px;
		margin: 0 0 60px;
	}
	.course-product #course-info .main-column img {
		width: 100%;
		height: auto;
	}
	.course-product.has-classes #course-info .course-schedule {
		border-bottom: none;
	}
	.course-product #course-info .course-schedule .schedule-footer,
	.course-product #course-info .trustpilot-review .review-text,
	.course-product #course-info .trustpilot-review .review-author {
		font-size: 16px;
	}
	.course-product #course-info .trustpilot-review .review-title {
		font-size: 24px;
		margin: 0 0 15px;
	}

	.course-product #huji-strip {
		margin: 0 0 45px;
	}
	.course-product #huji-strip .container {
		display: block;
	}
	.course-product #huji-strip .main-column {
		background: transparent;
		margin: 0;
		box-shadow: none;
		text-align: center;
		color: #fff;
		min-width: unset;
	}
	.course-product #huji-strip .main-column .wrapper {
		padding: 40px 20px;
	}
	.course-product #huji-strip .huji-logo-mobile {
		display: block;
	}
	.course-product #huji-strip .section-subtitle {
		margin: 0 0 20px;
	}
	.course-product #huji-strip .certificate-holder {
		display: block;
	}
	.course-product #huji-strip .cert-image {
		margin: 0 0 20px;
	}
	.course-product #huji-strip .bullet-list {
		color: #fff;
		max-width: 500px;
		margin: 0 auto;
		font-size: 16px;
	}
	.course-product #huji-strip .cta-buttons {
		margin: 30px 0 0;
	}
	.course-product #huji-strip .cta-buttons .cta-open-info-form {
		background: #fff;
	}
	.course-product #huji-strip .sidebar {
		display: none;
	}
	#content.course-product #curriculum {
		margin: 0;
	}
	#content.course-product #curriculum .container {
		display: block;
	}
	#content.course-product #curriculum .main-column {
		max-width: 850px;
		padding: 0 20px;
		margin: 0 auto 45px;
	}
	#content.course-product #curriculum .syllabus-list li .item-title {
		font-size: 18px;
	}
	#content.course-product #curriculum .syllabus-list li .item-desc {
		font-size: 16px;
	}
	#content.course-product #curriculum .syllabus-popup .syllabus {
		padding: 40px 25px 0;
	}
	.course-product #curriculum .sidebar {
		width: auto;
		border: none;
		padding: 0 20px;
		border-top: 1px solid #e9e9e9;
		margin: 0;
	}
	.course-product #curriculum .course-dev-slider {
		max-width: 500px;
	}
	.course-product #curriculum .course-dev-slider .course-developer {
		padding: 50px 0;
	}

	.course-product #advantages {
		padding: 75px 75px 45px;
	}
	.course-product #advantages .container {
		border: none;
		border-bottom: 1px solid #B60A06;
		padding: 0 0 45px;
	}
	#content.course-product .icons-list-wrapper {
		border: none;
		outline: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}
	.course-product #advantages .section-title:after {
		content: '';
		display: block;
		width: 60px;
		height: 1px;
		background: #B60A06;
		margin: 30px auto 0;
	}
	.course-product #advantages .icons-list-wrapper .items {
		flex-wrap: wrap;
	}
	#content.single-course .course-strip.course-credits .wrapper {
		padding-top: 200px;
		background-position: top left;
	}
	#content.single-course .icons-list-wrapper .items {
		flex-wrap: wrap;
	}
	#content.single-course .icons-list-wrapper .items .item {
		padding: 0;
		margin: 0 0 30px;
	}
	#content.single-course .icons-list-wrapper .items .item .item-name {
		font-size: 20px;
	}
	#content.single-course .icons-list-wrapper .items .item .item-text {
		padding: 0 10px;
		font-size: 16px;
	}

	.course-product #more-courses {
		padding: 0;
	}
	.course-product #more-courses .related-courses .items .item {
		margin: 0 auto 35px;
	}
	
	.course-product #faq .container {
		padding: 45px;
	}
	.course-product #faq h2 {
		font-size: 35px;
	}
	.course-product #faq .faq-list .question {
		font-size: 18px;
		line-height: 1.2;
	}
}
@media only screen and (max-width: 1111px) and (min-width: 768px) {
	.course-product #course-info {
		margin-bottom: 60px;
	}
	#content.course-product #course-info .sidebar {
		width: auto;
		margin: 0;
	}
	.course-product #course-info .sidebar .properties-wrapper {
		max-width: 750px;
		margin: 0 auto 40px;
	}
	.course-product #course-info .sidebar .sidebar-title {
		display: block;
		float: none;
	}
	.course-product #course-info .sidebar .properties-wrapper .tablet-wrapper {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.course-product #course-info .sidebar .desc-list {
		flex: 0 1 50%;
		border-right: 1px solid #eaded6;
		padding-right: 20px;
		margin-right: 20px;
	}
	.course-product .ecommerce-details {
		padding-top: 0;
		border-top: 0;
	}
	.course-product .ecommerce-details .detail-row {
		padding-right: 25px;
	}
	.course-product #course-info .enroll {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1111px) and (min-width: 425px) {
	.course-product #course-info .sidebar .course-reviews {
		text-align: center;
		box-shadow: none;
	}
	.course-product #course-info .sidebar .course-reviews h3 {
		display: block;
	}
	.course-product #course-info .trustpilot-review .stars {
		margin: 0 auto 15px;
	}
	.course-product #course-info .trustpilot-review .review-body {
		max-width: 550px;
		margin: 0 auto 20px;
	}
	.course-product #course-info .trustpilot-review .review-text {
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 1090px) {
	.course-product .trans-btn {
		padding: 15px;
		/*display: block;*/
	}
	
}
@media only screen and (max-width: 1024px) {
	#cover.course-product .cover-title {
		padding-top: 120px;
	}
	#cover.single-course.course-product {
		/*height: 400px;*/
	}

	.course-product #more-courses .container > p {
		margin-bottom: 30px;
	}
	.course-product #more-courses .container > p:after {
		content: none;
	}
	#content.course-product #more-courses .related-courses {
		padding: 0;
	}
	.course-product #more-courses .related-courses .items {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.course-product #more-courses .related-courses .items .slick-list {
		padding: 0 0 10px;
	}
	.course-product #more-courses .related-courses .items .item {
		margin: 0 10px;
	}
	.course-product #more-courses .related-courses .items .slick-dots {
		margin: 20px 0 0;
	}
	.course-product #more-courses .items .item .item-content .class-type p {
		margin-bottom: 15px;
	}
	.course-product #more-courses .items .item .item-content .item-level {
		margin-bottom: 10px;
	} 
	.course-product #more-courses .items .item .item-content .item-excerpt {
		display: none;
	}
	.course-product #more-courses .items .item .item-content {
		border-width: 1px !important;
	}
}

/* Tablet styles for course-page */
@media only screen and (max-width: 991px) {
	#cover.course-product .cover-title {
		max-width: 750px;
	}

	.course-product .container  {
		padding: 0 25px;
	}

	.course-product section h2 {
		line-height: 1.2;
	}
	.course-product section p {
		font-size: 16px;
	}

	.course-product #course-info .main-column,
	#content.course-product #curriculum .main-column {
		max-width: 750px;
	}

	.course-product #cta-strip .form-enroll .container {
		padding: 0 35px;
	}

	.popup-form.modal .container {
		max-width: 650px;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1092px) {
/*	.course-product #huji-strip .cta-buttons .trans-btn {
		width: 246px;
	}
	.course-product #huji-strip .cta-buttons .cta-open-enroll-form {
		margin: 0 0 20px;
	}*/
}
@media only screen and (max-width: 767px) {
	/* COURSE PRODUCT PAGE */
	#cover.single-course.course-product {
		height: 220px;
		padding-bottom: 80px;
	}
	#cover.course-product .cover-title {
		font-size: 37px;
		padding-top: 60px;
	}

	.course-product #content.single-course {
		padding-bottom: 0px;
	}
	.course-product #footer .footer-inner {
		display: none;
	}
	#content.single-course.course-product {
		text-align: initial;
		margin-top: 0px;
	}
	.course-product .container {
		width: auto;
		padding: 0;
	}
	.course-product section h2 {
		font-weight: 500;
	}
	#content.course-product .sidebar {
		display: block;
		width: auto;
	}
	.course-product #course-info {
		padding: 0;
		margin: 0;
	}
	.course-product #course-info .main-column {
		padding: 0;
	}
	.course-product #course-info .main-column.no-media {
		margin: 40px auto 0;
	}	
	.course-product #course-info .video-wrapper {
		margin: -80px 0 35px;
		padding: 0 20px;
	}
	.course-product #course-info .video-wrapper a {
		height: auto;
		line-height: 0;
	}
	#content.course-product .fancy-vid .play-btn {
		width: 64px;
		height: 64px;
		margin-top: -32px;
		margin-left: -32px;
	}
	.course-product #course-info .course-description,
	.course-product #course-info .course-schedule {
		padding: 0 20px;
	}
	.course-product #course-info .classes-select-label {
		display: block;
		font-weight: 600;
		margin: 0 0 10px;
	}
	.course-product #course-info .classes-table {
		border: 1px solid #d5d5d5;
		border-radius: 2px;
		background: #ededed;
		padding: 10px 15px;
		box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
		font-weight: 400;
		transition: max-height .3s ease-in-out;
		max-height: 50px;
		overflow: hidden;
	}
	.course-product #course-info .classes-table.open {
		max-height: 600px;
		transition: max-height .8s ease-in-out;
	}
	.course-product #course-info .classes-table .select-row {
		display: block;
	}
	.course-product #course-info .classes-table .select-row .select-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
		min-height: unset;
		line-height: 1.6;
	}
	.course-product #course-info .classes-table .select-row .select-header .select,
	.course-product #course-info .classes-table .select-row .select-header svg {
		display: block;
		transition: all .3s;
	}
	.course-product #course-info .classes-table .select-row .select-header svg {
		fill: #b60a06;
	}
	.course-product #course-info .classes-table.open .select-row .select-header svg {
		transform: rotate(180deg); 
	}
	.course-product #course-info .classes-table .time-row {display: none; text-align: left; padding: 0; margin-bottom: 20px;}
	.course-product #course-info .classes-table.open .time-row {display: block;}
	.course-product #course-info .classes-table .time-row.first {margin-top: 20px; padding: 0;}
	.course-product #course-info .classes-table .time-row .date-class-cell {
		display: block;
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.course-product #course-info .classes-table .dates-header,
	.course-product #course-info .classes-table .time-row .time-cell,
	.course-product #course-info .classes-table .time-row .date-class-cell.empty {
		display: none !important;
	}
	.course-product #course-info .classes-table .select-class-button {
		font-family: 'Open Sans';
		background: transparent;
		text-transform: none;
		color: #383838;
		font-size: 15px;
		padding: 0;
	}
	.course-product #course-info .classes-table .select-class-button .label {
		display: none;
	}
	.course-product #course-info .classes-table .select-class-button .class-time-mobile {
		display: block;
	}
	.course-product #course-info .course-schedule .schedule-footer {
		font-size: 16px;
		line-height: 1.3;
	}
	.course-product #course-info .sidebar {
		display: block;
		padding: 0; /* 10px; */
		margin-top: 30px;
	}
	.course-product #course-info .sidebar .properties-wrapper {
		border-top-width: 1px;
		border-bottom-width: 1px;
		box-shadow: none;
		margin: 0 auto 30px;
	}
	.course-product #course-info .sidebar .sidebar-title {
		display: block;
	}
	#content.course-product .desc-list li.ecommerce-details:before {
		width: 35px;
		margin-right: 16px;
	}
	#content.course-product #course-info .sidebar .properties-wrapper li .item-content,
	#content.course-product #course-info .sidebar .properties-wrapper li,
	.course-product .takeaway-item {
		font-size: 16px;
	}
	.course-product #course-info .sidebar .course-reviews {
		box-shadow: none;
		margin: 0 auto 30px;
		padding: 0 20px;
	}
	.course-product #course-info .sidebar .course-reviews h3 {
		display: block;
	}
	.course-product #course-info .sidebar .course-reviews .mobile-wrapper {
		box-shadow: 0px 0px 6.7px 3.3px rgba(0, 0, 0, 0.05);
	}
	.course-product #course-info .sidebar .course-reviews .video-review img {
		max-width: 100%;
		height: auto;
	}
	.course-product #course-info .trustpilot-review {
		text-align: left;
	}
	.course-product #course-info .trustpilot-review .stars {
		margin: 0 0 15px;
	}
	.course-product #course-info .trustpilot-review .review-body,
	.course-product #course-info .trustpilot-review .review-text {
		margin: 0 0 15px;
	}
	.course-product #course-info .trustpilot-review .review-text,
	.course-product #course-info .trustpilot-review .review-author {
		font-size: 16px;
	}

	.course-product #huji-strip .huji-logo-mobile img {
		max-width: 100%;
		height: auto;
	}
	.course-product #huji-strip .bullet-list {
		font-size: 16px;
		line-height: 1.4;
	}
	.course-product #huji-strip .cta-buttons {
		text-align: center;
	}
	.course-product #huji-strip .cta-buttons .trans-btn {
		max-width: 246px;
		display: block;
		margin: 0 auto;
	}
	.course-product #huji-strip .cta-buttons .cta-open-enroll-form {
		margin: 0 auto 20px;
	}
	.course-product #huji-strip .sidebar {
		display: none;
	}
		
	.course-product #curriculum {
		text-align: initial;
	}
	.course-product #curriculum .course-developer .item-content {
		padding: 30px 0 0;
	}
	#content.course-product #curriculum .syllabus-list li .item-title {
		font-size: 19px;
	}
	.course-product #curriculum .course-developer .item-title:after {
		margin: 20px auto 15px;
	}
	#content.course-product #curriculum .syllabus-list li .item-desc {
		font-size: 17px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	#content.course-product #curriculum .course-developer .red-arrow-link {
		font-size: 14px;
		font-weight: 400;
		margin: 0;
	}
	#content.course-product #curriculum .course-developer .red-arrow-link:before {
		opacity: 0;
	}
	#content.course-product #curriculum .course-developer .red-arrow-link:after {
		border-color: transparent transparent transparent #b60a06;
	}
	#content.course-product #curriculum .syllabus-popup .syllabus {
		padding: 20px 25px 0;
	}
	.course-product #curriculum .syllabus-popup .syllabus-close {
		top: 30px;
		right: 20px;
	}

	.course-product #cta-strip {
		background: #e8a737;
	}
	.course-product #cta-strip .cta-top {
		padding: 10px;
	}
	.course-product #cta-strip .cta-top .container {
		padding: 45px 20px;
	}
	.course-product #cta-strip .cta-top .trans-btn.cta-open-enroll-form {
		margin: 0 0 20px;
	}
	.popup-form.modal {
		background: rgba(0,0,0,.7);
		/*display: block;*/
	}
	.course-product #cta-strip h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	.course-product #cta-strip .cta-top .cta-text p,
	.popup-form .text-holder p {
		font-size: 18px;
		line-height: 1.4;
	}
	.course-product #cta-strip .cta-top .cta-buttons .tek-btn:first-of-type {margin-bottom: 20px;}
	.course-product #cta-strip .form-enroll .container {
		padding: 0 5px;
	}
	.popup-request-form {
		padding: 50px 25px;
		width: auto;
		margin: 0 20px;
		position: relative;
	}
	.popup-request-form .holder {
		padding: 0;
	}

	.popup-request-form header .form-title {
		margin-bottom: 5px;
	}/*
	.popup-form .text-holder {
		padding-right: 0;
		margin-bottom: 45px;
	}
	.popup-form .form-row {
		margin-bottom: 0;
	}
	.popup-form .tekkie-form .form-group:first-of-type,
	.popup-form .tekkie-form .form-group,
	.popup-form .tekkie-form .form-group.phone-wrapper,
	.popup-form .tekkie-form .form-group.phone-wrapper:first-of-type {
		margin-right: 0 !important;
		margin-bottom: 20px !important;
		float: none !important;
	}
	.popup-form label {
		margin-bottom: 0;
		font-size: 12px;
		color: #747474;
		text-align: left;
		display: block;
	}
	.popup-form .phone-wrapper .flag {
		margin-left: 0;
	}
	.course-product #cta-strip input {
		padding: 10px 0;
	}
	.popup-form input,
	.popup-form select,
	.popup-form .phone-wrapper .prefix-wrapper .prefix,
	.popup-form .styledSelect {
		font-size: 17px !important;
	}
	.popup-form .phone-wrapper .prefix-wrapper {
		float: none !important;
	}
	.popup-form .submit-holder {
		text-align: center;
	}*/
	.form-enroll { border: 1px solid #e9e9e9; padding: 55px 0; }
	.form-enroll .form-close {width: 95%}
	.form-enroll .text-holder {max-width: 80%; margin: 0 auto 40px;}
	.form-enroll .text-holder p {  }
	.et-payment-lead-form .fields-box,
	.et-payment-lead-form .details-box { padding: 0 20px; border: 0; }
	.et-payment-lead-form .details-box {margin-top:20px;}
	.et-payment-lead-form .form-row.flex-sm .form-group:first-of-type {margin-bottom: 22px;}
	.et-payment-lead-form .submit-wrapper {text-align: center;}

	.course-product #advantages {
		border-bottom: 1px solid #e9e9e9;
		padding: 46px 20px;
	}
	.course-product #advantages .container {
		border: none;
		padding: 0;
	}
	.course-product #advantages .section-title {
		font-size: 26px;
		margin: 0 0 30px;
	}
	#content.course-product .icons-list-wrapper .items .item .item-name {
		font-size: 20px;
	}
	#content.course-product .icons-list-wrapper .items .item .item-text {
		font-size: 17px;
	}
	#content.course-product .icons-list-wrapper .items li {
		margin: 0 auto;
	}
	#content.course-product .icons-list-wrapper .items .item-text {
		max-width: 300px;
		margin: 0 auto;
	}
	#content.course-product .icons-list-wrapper .slick-dots {
		margin: 30px 0 0;
	}
	#content.course-product .icons-list-wrapper .slick-dots li {
		padding: 0 5px;
	}
	
	.course-product #more-courses .related-courses .items {
		max-width: 361px;
	}

	.course-product #faq .container {
		padding: 45px 20px;
	}
	.course-product #faq h2 {
		font-size: 26px;
		margin-bottom: 29px;
		font-weight: 700;
	}
	.course-product #faq .faq-list li {
		margin-bottom: 25px;
	}
	.course-product #faq .faq-list .question {
		font-size: 17px;
		font-weight: 600;
	}
	.course-product #faq .faq-list .answer .inner {
		max-width: unset;
		padding: 20px 25px 0;
	}
	.course-product #faq .faq-list .answer .inner p {
		line-height: 1.4;
	}

	body.course-product #footer {
		padding-top: 30px;
	}
}


/* Contact Page */
@media only screen and (max-width: 1299px) {
	#content.contact .sidebar .sidebar-reviews {
		padding: 0 67px 0 75px;
	}
	#content.contact .sidebar .sidebar-reviews .trans-btn {
		padding: 14px 10px;
		font-size: 14px;
	}
	#content.contact.tell-us .form-wrapper .inner {
		padding: 30px 20px 10px;
	}
	#content .mag-teasers li .item-title span br {
		display: none;
	}
}
@media only screen and (max-width: 1023px) {
	#content.contact .eteacher-form .optional-fields-wrapper .proficiency .radio-options .radio-label {
		margin: 0 16px;
	}
	#content.contact .sidebar .sidebar-reviews {
		padding: 0 16px;
		text-align: center;
	}
	#content.contact.tell-us .form-wrapper .video-strip {
		padding: 30px 40px;
	}
	#content.contact.tell-us .form-wrapper .video-strip .video-title {
		font-size: 18px;
		letter-spacing: 0;
	}
	#content.contact.tell-us .form-wrapper .video-strip .video-text {
		font-size: 16px;
	}
	#content.contact.tell-us .form-wrapper .video-strip .textual-content {
		padding-right: 10px;
	}
	#content.contact.tell-us .form-wrapper .radio-options .radio-label {
		font-size: 14px;
	}
	#content.contact.thank-you .main-column {
		width: 70%;
	}
	#content.contact.thank-you .sidebar {
		width: 30%;
	}
}
@media only screen and (max-width: 767px) {

	#content.contact .page-header{
		display: block;
	}
	#content.contact .site-width-1280 {
		width: auto;
	}
	#content.contact,
	#content.contact.tell-us {
		padding-bottom: 10px;
	}
	#content.contact .main-column	{
		float: none;
		width: unset;
		padding: 0 10px;
	}
	#content.contact .sidebar {
		display: none;
	}
	#content.contact .form-tabs {
		display: block;
		margin-bottom: 30px;
	}
	#content.contact .contact-page-tab {
		max-width: unset;
		border-radius: 4px;
		margin-right: 0;
		box-shadow: 0 0 4px 1px rgba(0, 0, 0, .15);
	}
	#content.contact .contact-page-tab.active {
		display: none;
	}
	#content.contact .form-wrapper {
		border-radius: 4px;
		padding-bottom: 30px;
	}
	#content.contact .form-wrapper .tab-header {
		display: block;
		padding: 10px 0 0;
	}
	#content.contact .form-wrapper .tab-header:after {
		content: "";
		display: block;
		margin: 10px auto;
		width: 90%;
		height: 1px;
		background: #e9e9e9;
	}
	#content.contact .eteacher-form .inner,
	#content.contact .eteacher-form .optional-fields-wrapper .proficiency {
		width: unset;
	}
	#content.contact .eteacher-form .inner {
		padding: 30px 20px 0px;
	}
	#content.contact .eteacher-form .form-title {
		font-size: 25px;
	}
	#content.contact .eteacher-form .subtitle {
		font-size: 18px;
	}
	#content.contact .eteacher-form .order {
		font-size: 16px;
		padding: 0 20px;
	}
	#content.contact .eteacher-form .optional-fields-wrapper .msg, 
	#content.contact .eteacher-form .textarea-wrapper textarea{
		width: 100%;
	}
	#content.contact .eteacher-form .inputs-wrapper > .input-wrapper, 
	#content.contact .eteacher-form form .inputs-wrapper .phone-wrapper,
	#content.contact .eteacher-form .optional-fields-wrapper .promotion-wrapper,
	#content.contact .toll-free {
		max-width: 100%;
	}
	
	#content.contact .eteacher-form form .inputs-wrapper input {
		font-size: 15px;
	}
	#content.contact .eteacher-form form .phone-wrapper .flag {
		margin-top: -2px;
	}
	
	#content.contact .eteacher-form .optional-fields-wrapper {
		padding: 30px 20px;
	}
	#content.contact .eteacher-form .optional-fields-wrapper .proficiency {
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
	#content.contact .eteacher-form .optional-fields-wrapper .proficiency .radio-options .radio-label,
	#content.contact .eteacher-form .optional-fields-wrapper .proficiency .radio-options .radio-label:first-of-type {
		display: block;
		margin: 0 20px 10px;
		text-align: left;
	}
	#content.contact .eteacher-form .select-wrapper {
		margin-bottom: 20px;
	}
	#content.contact .eteacher-form .optional-fields-wrapper .dropdowns .course-of-choice {
		position: relative;
		z-index: 12;
	}
	#content.contact .eteacher-form .textarea-wrapper .urgent-field {
		display: block;
	}
	#content.contact .eteacher-form .textarea-wrapper .urgent-field .radio-options {
		justify-content: center;
	}
	#content.contact .toll-free ul {
		padding: 0 10px;
	}
	#content.contact.tell-us .form-wrapper {
		padding: 120px 10px 10px;
		background-position: center 40px;
		background-size: 100px auto;
	}
	#content.contact.tell-us .form-wrapper .form-title {
		font-size: 25px;
	}
	#content.contact.tell-us .form-wrapper .video-strip {
		padding: 10px;
		background-position: center;
	}
	#content.contact.tell-us .form-wrapper .video-strip .play-btn {
		width: 60px;
		height: 60px;
	}
	#content.contact.tell-us .form-wrapper .video-strip .play-btn .triangle {
		width: 15px;
		height: 19px;
		margin-top: -10px;
		margin-left: -5px;
		background-position: -270px -210px;
	}
	#content.contact.tell-us .form-wrapper .inner {
		padding: 30px 10px 10px;
	}
	#content.contact.tell-us .form-wrapper .radios-title {
		font-size: 25px;
	}
	#content.contact.tell-us .form-wrapper .radio-options .radio-label {
		float: none;
		width: auto;
		margin-bottom: 6px;
		text-align: left;
	}
	#content.contact.thank-you .main-column {
		width: 100%;
	}
	#content.contact.thank-you .sidebar {
		display: none;
	}
	#content.contact.tell-us.thank-you .eteacher-form .order {
		display: none;
	}
	#content.thank-you .mag-teasers {
		display: none;
	}
	#content.contact.tell-us .content-wrap .video-strip {
	    margin-left: -10px;
	    margin-right: -10px;
	    padding: 10px;
	    background-size: contain;
	}
	#content.contact.tell-us .video-strip .video-container .thankyou-review-box, 
	#content.contact.tell-us .boxes-row .related-items {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#content.contact.tell-us .content-wrap .video-strip {
        margin-top: 10px;
	}
	
	#content.contact.tell-us .content-wrap .form-title {
		margin-top:20px;
		font-size: 40px;	
	}
	#content.contact.tell-us .content-wrap .order {
		font-size: 16px;
	}
	#content.contact.tell-us .thankyou-review-box .review-left p {
        margin: 5px 30px 0;
		font-size: 17px;
	}

	
	#content.contact.tell-us .thankyou-review-box .review-left,
	#content.contact.tell-us .thankyou-review-box .review-right {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		text-align: center;
		width: 100%;
	}
	
	#content.contact.tell-us .thankyou-review-box .review-right .stars {
		margin-top: 10px;
	}
	#content.contact.tell-us .thankyou-review-box .review-left {
		margin-bottom: 14px;
	}
	#content.contact.tell-us .boxes-row {
		margin-left: -10px;
		margin-right: -10px;
	}
	#content.contact.tell-us .boxes-row .related-items li {
		width: 100%;
		margin-bottom: 40px;
	}
	#content.contact.tell-us .boxes-row .related-items .related-item-image h3 {
		font-size: 20px;
	}
	#content.contact.tell-us .boxes-row .related-items .related-item-body {
		width: 90%;
	}
}

@media only screen and (max-width: 399px) {
	/*#content.contact .eteacher-form .inputs-wrapper {
		margin-left: -6px;
		margin-right: -6px;
	}
	#content.contact .eteacher-form .inputs-wrapper > .input-wrapper,
	#content.contact .eteacher-form form .inputs-wrapper .phone-wrapper {
		margin-left: 0;
	}
	#content.contact .eteacher-form form .inputs-wrapper .phone-wrapper .prefix-wrapper + .input-wrapper {
		max-width: 68%;
		margin-left: 3%;
	}
	#content.contact .eteacher-form form .inputs-wrapper input {
		padding: 7px 0;
	}*/
}

/* Certificates */
@media only screen and (max-width: 1023px) {
	#content .cert-items .cert-item,
	#content .cert-items .cert-item.double	{
		padding: 30px 20px 60px 30px;
	}
	#content .cert-items .cert-item .item-title {
		font-size: 25px;
	}
	#content .cert-items .cert-item.double .item-title {
		margin-top: 7px;
	}
	#content .cert-items .cert-item .item-img .fancy-image {
		max-width: 100%;
	}
	#content .cert-items .cert-item .item-img img {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 767px) {
	#cover.certificates .mobile-logo {
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	#cover.certificates .mobile-logo img {
		height: 53px;
		width: auto;
	}
	#cover.certificates .textual-area {
		width: auto;
		padding-right: 0;
		padding-bottom: 41px;
	}
	#cover.certificates .textual-area .cover-intro {
		font-size: 15px;
	}
	#cover.certificates .textual-area .cover-title {
		margin-top: 45px;
		font-size: 25px;
	}
	#content .cert-items {
		margin-bottom: 60px;
	}
	#content .cert-items .cert-item {
		margin-bottom: 20px;
	}
	#content .cert-items .smalls-wrapper .cert-item {
		float: none;
		width: auto;
		margin-left: 0;
	}
	#content .cert-items .cert-item,
	#content .cert-items .cert-item.double	{
		padding: 30px 20px 60px 20px;
	}
	#content .cert-items .cert-item.double .textual-content,
	#content .cert-items .cert-item.double .image-area {
		float: none;
		width: auto;
	}
	#content .cert-items .cert-item p {
		margin-bottom: 18px;
		font-size: 15px;
	}
}


.eteacher-form form .countrySelection ul li flag {
	display:inline-block;height:32px;
	/*width:32px;*/
	vertical-align:text-top;
	line-height:32px;
	background:url(../flags32.html) no-repeat;
}
.flag._African_Union{background-position:0 -32px;}
.flag._Arab_League{background-position:0 -64px;}
.flag._ASEAN{background-position:0 -96px;}
.flag._CARICOM{background-position:0 -128px;}
.flag._CIS{background-position:0 -160px;}
.flag._Commonwealth{background-position:0 -192px;}
.flag._England{background-position:0 -224px;}
.flag._European_Union, .flag .eu{background-position:0 -256px;}
.flag._Islamic_Conference{background-position:0 -288px;}
.flag._Kosovo{background-position:0 -320px;}
.flag._NATO{background-position:0 -352px;}
.flag._Northern_Cyprus{background-position:0 -384px;}
.flag._Northern_Ireland{background-position:0 -416px;}
.flag._Olimpic_Movement{background-position:0 -448px;}
.flag._OPEC{background-position:0 -480px;}
.flag._Red_Cross{background-position:0 -512px;}
.flag._Scotland{background-position:0 -544px;}
.flag._Somaliland{background-position:0 -576px;}
.flag._Tibet{background-position:0 -608px;}
.flag._United_Nations{background-position:0 -640px;}
.flag._Wales{background-position:0 -672px;}
.flag.ad{background-position:0 -704px;}
.flag.ae{background-position:0 -736px;}
.flag.af{background-position:0 -768px;}
.flag.ag{background-position:0 -800px;}
.flag.ai{background-position:0 -832px;}
.flag.al{background-position:0 -864px;}
.flag.am{background-position:0 -896px;}
.flag.ao{background-position:0 -928px;}
.flag.aq{background-position:0 -960px;}
.flag.ar{background-position:0 -992px;}
.flag.as{background-position:0 -1024px;}
.flag.at{background-position:0 -1056px;}
.flag.au{background-position:0 -1088px;}
.flag.aw{background-position:0 -1120px;}
.flag.ax{background-position:0 -1152px;}
.flag.az{background-position:0 -1184px;}
.flag.ba{background-position:0 -1216px;}
.flag.bb{background-position:0 -1248px;}
.flag.bd{background-position:0 -1280px;}
.flag.be{background-position:0 -1312px;}
.flag.bf{background-position:0 -1344px;}
.flag.bg{background-position:0 -1376px;}
.flag.bh{background-position:0 -1408px;}
.flag.bi{background-position:0 -1440px;}
.flag.bj{background-position:0 -1472px;}
.flag.bm{background-position:0 -1504px;}
.flag.bn{background-position:0 -1536px;}
.flag.bo{background-position:0 -1568px;}
.flag.br{background-position:0 -1600px;}
.flag.bs{background-position:0 -1632px;}
.flag.bt{background-position:0 -1664px;}
.flag.bw{background-position:0 -1696px;}
.flag.by{background-position:0 -1728px;}
.flag.bz{background-position:0 -1760px;}
.flag.ca{background-position:0 -1792px;}
.flag.cd{background-position:0 -1824px;}
.flag.cf{background-position:0 -1856px;}
.flag.cg{background-position:0 -1888px;}
.flag.ch{background-position:0 -1920px;}
.flag.ci{background-position:0 -1952px;}
.flag.ck{background-position:0 -1984px;}
.flag.cl{background-position:0 -2016px;}
.flag.cm{background-position:0 -2048px;}
.flag.cn{background-position:0 -2080px;}
.flag.co{background-position:0 -2112px;}
.flag.cr{background-position:0 -2144px;}
.flag.cu{background-position:0 -2176px;}
.flag.cv{background-position:0 -2208px;}
.flag.cy{background-position:0 -2240px;}
.flag.cz{background-position:0 -2272px;}
.flag.de{background-position:0 -2304px;}
.flag.dj{background-position:0 -2336px;}
.flag.dk{background-position:0 -2368px;}
.flag.dm{background-position:0 -2400px;}
.flag.do{background-position:0 -2432px;}
.flag.dz{background-position:0 -2464px;}
.flag.ec{background-position:0 -2496px;}
.flag.ee{background-position:0 -2528px;}
.flag.eg{background-position:0 -2560px;}
.flag.eh{background-position:0 -2592px;}
.flag.er{background-position:0 -2624px;}
.flag.es{background-position:0 -2656px;}
.flag.et{background-position:0 -2688px;}
.flag.fi{background-position:0 -2720px;}
.flag.fj{background-position:0 -2752px;}
.flag.fm{background-position:0 -2784px;}
.flag.fo{background-position:0 -2816px;}
.flag.fr{background-position:0 -2848px;}  .flag .bl, .flag .cp, .flag .mf, .flag .yt{background-position:0 -2848px;}
.flag.ga{background-position:0 -2880px;}
.flag.gb{background-position:0 -2912px;}  .flag .sh{background-position:0 -2912px;}
.flag.gd{background-position:0 -2944px;}
.flag.ge{background-position:0 -2976px;}
.flag.gg{background-position:0 -3008px;}
.flag.gh{background-position:0 -3040px;}
.flag.gi{background-position:0 -3072px;}
.flag.gl{background-position:0 -3104px;}
.flag.gm{background-position:0 -3136px;}
.flag.gn{background-position:0 -3168px;}
.flag.gp{background-position:0 -3200px;}
.flag.gq{background-position:0 -3232px;}
.flag.gr{background-position:0 -3264px;}
.flag.gt{background-position:0 -3296px;}
.flag.gu{background-position:0 -3328px;}
.flag.gw{background-position:0 -3360px;}
.flag.gy{background-position:0 -3392px;}
.flag.hk{background-position:0 -3424px;}
.flag.hn{background-position:0 -3456px;}
.flag.hr{background-position:0 -3488px;}
.flag.ht{background-position:0 -3520px;}
.flag.hu{background-position:0 -3552px;}
.flag.id{background-position:0 -3584px;}
.flag.mc{background-position:0 -3584px;}
.flag.ie{background-position:0 -3616px;}
.flag.il{background-position:0 -3648px;}
.flag.im{background-position:0 -3680px;}
.flag.in{background-position:0 -3712px;}
.flag.iq{background-position:0 -3744px;}
.flag.ir{background-position:0 -3776px;}
.flag.is{background-position:0 -3808px;}
.flag.it{background-position:0 -3840px;}
.flag.je{background-position:0 -3872px;}
.flag.jm{background-position:0 -3904px;}
.flag.jo{background-position:0 -3936px;}
.flag.jp{background-position:0 -3968px;}
.flag.ke{background-position:0 -4000px;}
.flag.kg{background-position:0 -4032px;}
.flag.kh{background-position:0 -4064px;}
.flag.ki{background-position:0 -4096px;}
.flag.km{background-position:0 -4128px;}
.flag.kn{background-position:0 -4160px;}
.flag.kp{background-position:0 -4192px;}
.flag.kr{background-position:0 -4224px;}
.flag.kw{background-position:0 -4256px;}
.flag.ky{background-position:0 -4288px;}
.flag.kz{background-position:0 -4320px;}
.flag.la{background-position:0 -4352px;}
.flag.lb{background-position:0 -4384px;}
.flag.lc{background-position:0 -4416px;}
.flag.li{background-position:0 -4448px;}
.flag.lk{background-position:0 -4480px;}
.flag.lr{background-position:0 -4512px;}
.flag.ls{background-position:0 -4544px;}
.flag.lt{background-position:0 -4576px;}
.flag.lu{background-position:0 -4608px;}
.flag.lv{background-position:0 -4640px;}
.flag.ly{background-position:0 -4672px;}
.flag.ma{background-position:0 -4704px;}
.flag.md{background-position:0 -4736px;}
.flag.me{background-position:0 -4768px;}
.flag.mg{background-position:0 -4800px;}
.flag.mh{background-position:0 -4832px;}
.flag.mk{background-position:0 -4864px;}
.flag.ml{background-position:0 -4896px;}
.flag.mm{background-position:0 -4928px;}
.flag.mn{background-position:0 -4960px;}
.flag.mo{background-position:0 -4992px;}
.flag.mq{background-position:0 -5024px;}
.flag.mr{background-position:0 -5056px;}
.flag.ms{background-position:0 -5088px;}
.flag.mt{background-position:0 -5120px;}
.flag.mu{background-position:0 -5152px;}
.flag.mv{background-position:0 -5184px;}
.flag.mw{background-position:0 -5216px;}
.flag.mx{background-position:0 -5248px;}
.flag.my{background-position:0 -5280px;}
.flag.mz{background-position:0 -5312px;}
.flag.na{background-position:0 -5344px;}
.flag.nc{background-position:0 -5376px;}
.flag.ne{background-position:0 -5408px;}
.flag.ng{background-position:0 -5440px;}
.flag.ni{background-position:0 -5472px;}
.flag.nl{background-position:0 -5504px;}  .flag .bq{background-position:0 -5504px;}
.flag.no{background-position:0 -5536px;}  .flag .bv, .flag .nq, .flag .sj{background-position:0 -5536px;}
.flag.np{background-position:0 -5568px;}
.flag.nr{background-position:0 -5600px;}
.flag.nz{background-position:0 -5632px;}
.flag.om{background-position:0 -5664px;}
.flag.pa{background-position:0 -5696px;}
.flag.pe{background-position:0 -5728px;}
.flag.pf{background-position:0 -5760px;}
.flag.pg{background-position:0 -5792px;}
.flag.ph{background-position:0 -5824px;}
.flag.pk{background-position:0 -5856px;}
.flag.pl{background-position:0 -5888px;}
.flag.pr{background-position:0 -5920px;}
.flag.ps{background-position:0 -5952px;}
.flag.pt{background-position:0 -5984px;}
.flag.pw{background-position:0 -6016px;}
.flag.py{background-position:0 -6048px;}
.flag.qa{background-position:0 -6080px;}
.flag.re{background-position:0 -6112px;}
.flag.ro{background-position:0 -6144px;}
.flag.rs{background-position:0 -6176px;}
.flag.ru{background-position:0 -6208px;}
.flag.rw{background-position:0 -6240px;}
.flag.sa{background-position:0 -6272px;}
.flag.sb{background-position:0 -6304px;}
.flag.sc{background-position:0 -6336px;}
.flag.sd{background-position:0 -6368px;}
.flag.se{background-position:0 -6400px;}
.flag.sg{background-position:0 -6432px;}
.flag.si{background-position:0 -6464px;}
.flag.sk{background-position:0 -6496px;}
.flag.sl{background-position:0 -6528px;}
.flag.sm{background-position:0 -6560px;}
.flag.sn{background-position:0 -6592px;}
.flag.so{background-position:0 -6624px;}
.flag.sr{background-position:0 -6656px;}
.flag.st{background-position:0 -6688px;}
.flag.sv{background-position:0 -6720px;}
.flag.sy{background-position:0 -6752px;}
.flag.sz{background-position:0 -6784px;}
.flag.tc{background-position:0 -6816px;}
.flag.td{background-position:0 -6848px;}
.flag.tg{background-position:0 -6880px;}
.flag.th{background-position:0 -6912px;}
.flag.tj{background-position:0 -6944px;}
.flag.tl{background-position:0 -6976px;}
.flag.tm{background-position:0 -7008px;}
.flag.tn{background-position:0 -7040px;}
.flag.to{background-position:0 -7072px;}
.flag.tr{background-position:0 -7104px;}
.flag.tt{background-position:0 -7136px;}
.flag.tv{background-position:0 -7168px;}
.flag.tw{background-position:0 -7200px;}
.flag.tz{background-position:0 -7232px;}
.flag.ua{background-position:0 -7264px;}
.flag.ug{background-position:0 -7296px;}
.flag.us{background-position:0 -7328px;}
.flag.uy{background-position:0 -7360px;}
.flag.uz{background-position:0 -7392px;}
.flag.va{background-position:0 -7424px;}
.flag.vc{background-position:0 -7456px;}
.flag.ve{background-position:0 -7488px;}
.flag.vg{background-position:0 -7520px;}
.flag.vi{background-position:0 -7552px;}
.flag.vn{background-position:0 -7584px;}
.flag.vu{background-position:0 -7616px;}
.flag.ws{background-position:0 -7648px;}
.flag.ye{background-position:0 -7680px;}
.flag.za{background-position:0 -7712px;}
.flag.zm{background-position:0 -7744px;}
.flag.zw{background-position:0 -7776px;}
.flag.sx{background-position:0 -7808px;}
.flag.cw{background-position:0 -7840px;}
.flag.ss{background-position:0 -7872px;}
.flag.nu{background-position:0 -7904px;}




/* Debug */

body.et-debug > * {
	opacity: .7;
}

body.et-debug.page-template-page-home {
	background: url(../png/home.png) center -1px no-repeat;
	background: url(../home-menu.html) center 0 no-repeat;
}
body.et-debug.page-template-page-home .wpadminbar {
	display: none;
}
body.et-debug.page-template-page-about {
	background: url(../png/about.png) center -1px no-repeat;
	background: url(../png/about.png) center 611px no-repeat;
	background: url(../png/about.png) center 54px no-repeat;
}
body.et-debug.page-template-page-how-it-works {
	background: url(../png/howitworks.png) center -1px no-repeat;
	background: url(../png/howitworks.png) center 54px no-repeat;
}
body.et-debug.single-department {
	background: url(../png/department.png) center -1px no-repeat;
	background: url(../png/department.png) center 54px no-repeat;
	background: url(../courses-mobile2.html) center 382px no-repeat;
}
body.et-debug.single-course {
	background: url(../png/course.png) center -1px no-repeat;
	background: url(../png/course.png) center 54px no-repeat;
	background: url(../single-mobile3.html) center 382px no-repeat;
}

@media screen and (max-width: 782px) {
	body.et-debug #cover.home { margin-top: -43px; }
	body.et-debug #wpadminbar {
		display: none;
	}
	body.et-debug.page-template-page-about {
		background: url(../footer.html) center bottom no-repeat;
	}
	
}

@media screen and (max-width: 1024px) {
	#header .cts-logo {
		display: none;
	}
	#header .cts-mobile-logo {
		display: block;
		float: left;
		margin-top: 10px;
	}
	#header.sticky .cts-mobile-logo {
		display: none;
	}
	#header .mobile-header .logo {
		display: block;
		height: 38px;
		background: url(../png/logo-mobile-header-white.png) no-repeat;
		background-size: contain;
		width: 180px;
		margin-left: 0;
		position: relative;
	}
	#header .mobile-header .logo img {
		display: none;
	}
	#header .mobile-header .logo img.badge:not(.sticky) {
		opacity: 1;
		display: block;
		max-width: 77px;
	}
	#cover.contact {
		height: 80px;
		background: #fff;
		background-image: none !important;
	}
	.page-template-default #header .mobile-header .logo,
	.single-teacher #header .mobile-header .logo,
	.page-template-page-how-it-works #header .mobile-header .logo,
	.page-template-page-contact #header .mobile-header .logo,
	.page-template-page-contact-confirmation #header .mobile-header .logo,
	.page-template-page-contact-thank-you #header .mobile-header .logo,
	.page-template-page-thankyou-download #header .mobile-header .logo{
		background: url(../png/logo-mobile-header-black.png) no-repeat;
		background-size: contain;
	}
	.page-template-default .mobile-menu-toggler .burger-part,
	.single-teacher .mobile-menu-toggler .burger-part,
	.page-template-page-how-it-works .mobile-menu-toggler .burger-part,
	.page-template-page-contact .mobile-menu-toggler .burger-part,
	.page-template-page-contact-confirmation .mobile-menu-toggler .burger-part,
	.page-template-page-contact-thank-you .mobile-menu-toggler .burger-part,
	.page-template-page-thankyou-download .mobile-menu-toggler .burger-part {
		background: #000;
	}
	.page-template-default #header.sticky .mobile-menu-toggler .burger-part,
	.page-template-page-how-it-works #header.sticky .mobile-menu-toggler .burger-part,
	.page-template-page-contact #header.sticky .mobile-menu-toggler .burger-part,
	.page-template-page-contact-confirmation #header.sticky .mobile-menu-toggler .burger-part,
	.page-template-page-contact-thank-you #header.sticky .mobile-menu-toggler .burger-part,
	.page-template-page-thankyou-download #header.sticky .mobile-menu-toggler .burger-part {
		background: #fff;
	}
}
@media screen and (max-width: 768px) {

	#content .magazine-wrapper {
		display: none;
	}
	#content .magazine-small-posts .blog-small-box {
		display: -webkit-flex;
		-webkit-flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-webkit-justify-content: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
		height: 150px;
		margin-bottom: 30px;
	}
	#content .magazine-main-post .blog-big-box {
		height: 150px;
	}
	#content .magazine-main-post .blog-big-box .blog-box-body a h3 {
			font: italic 22px/25px 'freight-text-pro', serif;
		 font-weight: 600;
	}
	#content .magazine-posts .magazine-small-posts {
		-webkit-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: unset;
		margin-right: 0;
	}
	#content .magazine-small-posts .blog-small-image {
		width: 300px;
		height: 150px;
	}
	#content .magazine-small-posts .blog-small-body {
		padding: 10px 20px;

	}
	#content .magazine-small-posts .magazine-blog-title {
	 height: auto;
		margin: 0;
		border-right: 0;
	}
	#content .magazine-main-post .blog-big-box .blog-big-box-image img {
		display: none;
	}	
}
@media screen and (max-width: 480px) {
	#cover .trans-btn {
		min-width: 260px;
	}
	#cover.home .fancy-vid {
		margin-left: 0;
	}
	#cover.faculty {
    	color: #fff;
    	height: auto;
    	padding-bottom: 40px;
    	min-height: 260px;
	}
	#cover.faculty .cover-intro {
    	font-size: 15px;
	}

	#cover.faculty .cover-intro::after,
	#cover.faculty .header-cta {
    	display: none;
	}
	#content .faculty-wrapper .faculty-strip-header {
		box-shadow: none;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu,
	#content .faculty-wrapper .faculty-strip-header .filters {
		float: none;
		margin: 0 auto;
		width: 250px;
		border: 1px solid #CCC;
		box-shadow: 0px 0px 6.7px 3.3px rgba(0, 0, 0, 0.05);
		padding: 18px;
		background: #fff;
	}
	#content .faculty-wrapper .faculty-strip-header .mobile-select-header span:after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 6px;
		margin-left: 10px;
		padding: 0;
		vertical-align: middle;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu .mobile-select-header span:after {
		background: url(../png/eteacher-sprite.png) no-repeat -30px -79px;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu .mobile-select-header.opened span:after {
		background: url(../png/eteacher-sprite.png) no-repeat -30px -89px;
	}
	#content .faculty-wrapper .faculty-strip-header .filters .mobile-select-header span:after {
		background: url(../png/eteacher-sprite.png) no-repeat -30px -70px;
	}
	#content .faculty-wrapper .faculty-strip-header .filters .mobile-select-header.opened span:after {
		background: url(../png/eteacher-sprite.png) no-repeat -30px -99px;
	}
	#content .faculty-wrapper .faculty-strip-header .arrow,
	#content .faculty-wrapper .faculty-strip-header .filters .pselect {
		display: none;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu {
		border-color: #418282;
		color: #418282;
		font-size: 20px;
		margin: -42px auto 20px;
	}
	#content .faculty-wrapper .faculty-strip-header .filters {
		border-color: #b60a06;
	}
	#content .faculty-wrapper .mobile-select-header {
		display: block;

	}
	#content .faculty-wrapper .faculty-dept-mobile-select {
		display: none;
	}
	#content .faculty-wrapper .faculty-dept-mobile-select,
	#content .faculty-wrapper .course-filter span ul {
		text-align: left;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a:hover::before, 
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.active a::before,
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li.et-dep-lang-facmenu a::after,
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a span {
		display: none;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul {
		margin-top: 10px;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a {
		padding: 10px 0 0;
	}
	#content .faculty-wrapper .faculty-strip-header .depts-menu ul li a b {
		display: block;
		text-align: left;
		color: #418282;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: 0;
	}
	#content .faculty-wrapper .faculty-strip-header .select-wrapper {
		position: relative;
    	float: none;
    	min-width: unset;
    	width: 100%;
    	margin: 0 !important;
    	padding: 0;
	}
	#content .faculty-wrapper .faculty-strip-header .select-wrapper ul {
		display: none;
		position: relative;
		background: #fff;
		box-shadow: none;
		padding: 10px 0 0;
	}
	#content .faculty-wrapper .faculty-main {
	    padding-top: 35px;
	}
	#content.contact.tell-us .boxes-row .related-items .related-item-body {
		height: unset;
	}
	.page-template-page-how-it-works #header .mobile-header .logo {
		background: url(../png/logo-mobile-header-white.png) no-repeat;
		background-size: contain;
	}
	.page-template-page-how-it-works .mobile-menu-toggler .burger-part {
		background: #fff;
	}
	.reviews_v2 .reviews-header-container {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		-webkit-flex-direction: column-reverse;
		-webkit-justify-content: center;
		-webkit-align-items: center;
	}
	.reviews_v2 .reviews-header-container > div {
		flex: 0 1 100%;
		-webkit-flex: 0 1 100%;
	}
	#cover.reviews .review-wrapper {
		padding-top: 120px;
		text-align: center;
	}
	#cover.reviews_v2 {
		height: auto;
	}
	#cover.reviews_v2 .review-wrapper blockquote {
		font-size: 22px;
	}
	#cover.reviews_v2 .mobile-slick-wrap {
		margin: 30px -30px 0px -30px;
		background: #fff;
		padding: 30px 0 0;
	}
	#cover.reviews_v2 .mobile-slick-wrap .slide img {
		-webkit-box-shadow: 0px 1px 3.92px 0.08px rgba(58, 58, 58, 0.39);
		box-shadow: 0px 1px 3.92px 0.08px rgba(58, 58, 58, 0.39);
	}
	.reviews_v2 .video-reviews-slick {
		margin: 0;
	}
	#cover.reviews_v2 .fancy-vid {
		margin: 10px;
	}
	.fancybox-slide--iframe .fancybox-content {
		max-width: 100% !important;
	}
}

/* LOADER */
/* LOADER */
.submit-wrapper.loading {
	cursor: default !important;
}
.submit-wrapper.loading:before {
	content: none;
}
.loader {
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 10px auto;
}
.popup-form .loader {
	margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Support widget */

#support-widget {
	max-width: 380px;
	margin: 30px auto;
	text-align: center;
}

#support-widget .subtitle {
	font-size: 20px;
	margin: 0 auto 20px;
}

#support-widget .description {
	margin: 30px auto 0;
}

#support-widget .buttons {
	gap: 20px;
	padding: 0 15px;
	margin: 0;
}

#support-widget .btn {
	border-radius: 4px;
	background: white;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	min-width: 150px;
}

#support-widget .btn img {
	margin: 0 10px -2px 0;
	max-width: 17px;
}

[lang="ar-sa"] #support-widget .btn img {
	margin: 0 0 -2px 10px;
}

#support-widget .btn.whatsapp {
	background: #34ab43;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	justify-content: center;
}

#support-widget .btn.facebook {
	background: #0084ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	justify-content: center;
}

@media only screen and (max-width: 767px ) {
	#support-widget .buttons {
		flex-direction: column;
		gap: 10px;
		align-items: stretch;
	}

	#support-widget .btn {
		margin: 0;
	}
}