/* =Reset default browser CSS. Based on work by Eric Meyer: https://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;
	font-family: 'freight-text-pro', serif;
}
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;
}


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

body, input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 16px;
}

b,
strong {
	font-weight: 700;
}

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

.holder {
	margin: 0 auto;
	text-align: center;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.site-width {
	margin: 0 auto;
	/*! position: relative; */
}

.site-width-1280 {
	width: 1280px;
}
.site-width-1024 {
	width: 966px;
}
.holder {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: visible;
	max-width: 90%;
}
/*-------HEADER SECTION-----------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 25px 0;
	transition: all .3s;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
#header.sticky {
	position: fixed;
	z-index: 101;
	top:0;
	left:0;
	right: 0;
	padding: 22px 0;
	color: #fff;
	background: #4b321e;
}

#header .logo img {
	display: block;
	opacity: 1;
	transition: opacity .3s;
	height:	45px;
}
#header.sticky .logo {
	background-position: 0 0;
}
#header.sticky .logo img {
	opacity: 0;
}
.former-name {
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	color: #fff;
	margin-left: 20px;
	text-align: left;
}

/*Language switcher */
#top-lang-nav {
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	position: relative;
	width: auto !important;
	height: auto !important;
}
#top-lang-nav-iibs a {
	background: none !important;
}
#top-lang-nav > a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 6px;
    margin-bottom: 2px;
    margin-left: 10px;
    background: url(../images/iibs-eteacher-sprite.png) no-repeat 0 -30px;
}

#top-lang-nav .lang-list {
	display: none;
	position: absolute;
	right: 0;
	width: 175px;
	box-sizing: border-box;
	padding: 24px 30px;
	background: #fff;
	margin-top:30px;
}
#top-lang-nav .lang-list ul {
	padding: 0;
	margin: 0;
	position: static;
	box-shadow: none;
	width: auto;
}
#top-lang-nav .lang-list::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 17px;
    top: -9px;
    opacity: 1;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    transition: top .25s, opacity .05s .25s;
}
#top-lang-nav .lang-list ul li{
	padding: 0;
	margin:0;
}
#top-lang-nav .lang-list li a {
	font-size: 15px !important;
	text-decoration: none !important;
	color: #030303 !important;
	background: none !important;
	display: inline-block;
	padding:0;
}
#top-lang-nav .lang-list li.active-lang a, #top-lang-nav .lang-list li a:hover{
	font-weight: 600;
}
#top-lang-nav ul li:hover {
	background-color: transparent !important;
}
#top-lang-nav .lang-list li a .flag {
	margin-right: 8px;
}
#top-lang-nav .lang-list li a .flag + span {
	display: inline-block;
	width: 90px;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}

/* Visual Section */

.visual {
	background: url(../images/IIBS_Board_new_beginning.jpg) no-repeat top center;
	background-size: cover;
	height: auto;
} 

.page-title {
    color: #fff;
	padding-top: 166px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font: 700 italic 32px/0.3 'freight-text-pro';
}

.page-title .sub-title {
	font: 700 italic 28px/0.8 'freight-text-pro';
}

.page-title h1 {
	font: 700 40px/1.1 'freight-text-pro';
	color: #ffffff;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	
}
.page-title span {
	font-size: 30px;
	/*! line-height: 2; */
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

}

/*---------- VIDEO SECTION ----------*/
.visual .video-container {
	max-width: 737px;
	margin: 0 auto;
	padding-top: 134px;
	margin-bottom: -30px;
}
.visual .video_wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.visual .video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*==============countdown=================================*/
.countdown-holder {
	margin-top: 50px;
	margin-bottom: 40px;
}
#countdown{
	list-style: none;
	padding: 0;margin: 0;
    color: #fff;
	margin-bottom: 25px;
	display: inline-block;
}
#countdown:after{
	content: '';
	display: block;
	clear: both;
}
#countdown li{
	list-style: none;
    display: inline-block;
    float: left;
}
#countdown .num-holder{
	background-color:  #fff;
	width: 74px;
	height: 74px;
	text-align: center;
	display: table;
	/*! border-top: 5px solid #b60a06; */
  box-shadow: 0px 0px 6.7px 3.3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

#countdown .num-holder span {
	font: 700 32px/23px Open Sans, Helvetica, sans-serif;
    color: #b60a06;
    display: table-cell;
	vertical-align: middle;
	padding-bottom: 14px;
}
#countdown label {
    font: 700 12px/2 'Open Sans', Helvetica, sans-serif;
    display: block;
	text-align: center;
	color: #b60a06;
	margin-top: -22px;
}

#countdown .separator {
	text-align: center;
	display: table;
	width: 25px;
	height: 89px;
}
#countdown .separator span{
	font: 700 45px/40px Open Sans, Helvetica, sans-serif;
	display: table-cell;
	vertical-align: middle;
	color: transparent;
	/*! transform: scaleX(1.0039); */
}
/*==============end countdown=================================*/

.logo-huji img {
	width: 70%;
}


/*-------- SLIDER SECTION --------*/
#slider {
	padding: 30px 0;
}
#slider .site-width-1024 {
	width: 1064px;
	background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20px, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(20px, rgba(255,255,255,0)), color-stop(95%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20px, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20px, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20px, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20px, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
#slider h2 {
	text-align: center;
	font: italic 32px/1 'freight-text-pro', serif;
	margin: 0px 0px 55px;
	
}
#slider blockquote {
	/*! margin-bottom: 10px; */
}
#slider blockquote p {
	font: italic 20px/1.2 'freight-text-pro', serif;
	color: #000;
	padding: 20px 20px 10px;
	text-align: left;
}
#slider blockquote footer {
	text-align: right;
	padding-right: 20px;
	font: 400 14px/1.2 'Open Sans', sans-serif;
}
#slider .item img {
		max-width:126px;
	}
.carousel {
	position: relative;
	padding-top: 20px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	min-height: 200px;
}
.carousel .slide-wrap {
	padding: 0px 30px 50px;
}
.carousel-inner > .item .slide-wrap, .carousel-inner > .item .item-wrap {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: ;
	-webkit-align-items: center;
	flex-direction: row;
	align-items: center;
}
div.item-wrap {
	max-width: 50% !important;
}

.carousel-inner > .item {
	width: 100%;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>.item-wrap>img {
	display:block;
	max-width:100%;
	height:auto
}
.carousel-inner>.item>a>img,.carousel-inner>.item>.item-wrap>img {
	line-height:1
}
@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition:-webkit-transform .6s ease-in-out;
		-o-transition:-o-transform .6s ease-in-out;
		transition:transform .6s ease-in-out;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		-webkit-perspective:1000;
		perspective:1000
	}
	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		left:0;
		-webkit-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0)
	}
	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		left:0;
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0)
	}
	.carousel-inner>.item {
		z-index: -1;
	}
	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		left:0;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next,.carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	filter:alpha(opacity=50);
	opacity:.5
}
.carousel-control.left {
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat:repeat-x
}
.carousel-control.right {
	right:0;
	left:auto;
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat:repeat-x
}
.carousel-control:focus,.carousel-control:hover {
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left:50%;
	margin-left:-10px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right:50%;
	margin-right:-10px
}
.carousel-control .icon-next,.carousel-control .icon-prev {
	width:20px;
	height:20px;
	margin-top:-10px;
	font-family:serif;
	line-height:1
}
.carousel-control .icon-prev:before {
	content:'\2039'
}
.carousel-control .icon-next:before {
	content:'\203a'
}
.carousel-indicators {
	z-index:15;
	text-align:center;
	list-style:none
}
.carousel-indicators li {
	display:inline-block;
	width:11px;
	height:11px;
  border: 2px solid #990000;
	text-indent:-999px;
	cursor:pointer;
	background-color:#990000;
	border-radius:50%;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.carousel-indicators .active {
	background-color: #fff;
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow:none
}

/*----------FORM SECTION -----------*/

#form-section {
	background: rgba(3,33,22,0.75);
	padding: 38px 0 48px;
	position: relative;
	z-index: 10;
	width: 100%;
}
.contact-form {
	text-align: left;
	margin: 0 auto;
}
.contact-form .form_title {
	font: 400 22px/1 "Open Sans", sans-serif;
	color: #fff;
	margin: 0px 0 20px;
}
.contact-form .form_subtitle {
	font: 400 14px/18px "Open Sans", sans-serif;
	margin-bottom: 20px;
	text-align: left;
}
.contact-form .form-wrap, .contact-form .fields-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;

}
.contact-form .fields-wrap {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	max-width: 726px;
		-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.contact-form .submit-wrap {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	align-self: flex-end;
	-webkit-align-self: flex-end;
}
.contact-form .fields-wrap .row-wrap {
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
}
.contact-form .fields-wrap .row {
	background: #fff;
	padding-left: 22px;
	margin: 0px 31px 13px 0px;
	height: 32px;
	border-radius: 2px;
}
.contact-form .fields-wrap .row.mobile,
.contact-form .fields-wrap .row.phone {
	margin-bottom: 0px;
}
.contact-form .row input {
	width: 100%;
	height: 30px;	
	padding: 0;
}
.country_list input[type="tel"] {
	height: 30px !important;
	padding-left: 10px;
}
.contact-form .row.phone{
	padding-left: 10px;
}
.contact-form .fields-wrap .row::before {
    content: "*";
    position: absolute;
    top: 10px;
    left: 10px;
    color: #b60906;
}
.contact-form .fields-wrap .row.phone::before {
    content: "";
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder{
	color: #959595;
	font-style: italic !important;
}
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form input[type="tel"]::-moz-placeholder,
.contact-form textarea:-moz-placeholder{
	color: #959595;
	opacity:1;
	font-style: italic !important;
}
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form input[type="tel"]:-ms-input-placeholder,
.contact-form textarea:-ms-placeholder{
	color: #959595;
	font-style: italic !important;
}
.contact-form .row.mobile label,
.contact-form .row.phone label,
.contact-form .info,
.country_list .flag {
	display: none !important;
}
.country_list {
    height: auto !important;
    position: relative;
    border: 0 !important;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    padding: 0 !important;
}
.country_list .showAllCountries .triple {
	font-style: italic !important;
	color: #959595;
}
.contact-form .submit-wrapper {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	opacity: 1;
	height: 49px;
	line-height: 49px;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #990000;
	cursor: pointer;
	transition: bottom .3s .6s, opacity .3s .6s;
	font-style: normal;
	min-width: 296px;
	border-radius: 2px;
}
.contact-form .submit-wrapper .submit-text:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 10px;
	margin-left: 8px;
	margin-bottom: 2px;
	background: url(../images/iibs-eteacher-sprite.png) no-repeat 0px 0px;
	transform: translateX(0);
	transition: transform .4s;
}
.contact-form .submit-wrapper:hover .submit-text:after {
	transform: translateX(6px);
}
.contact-form .submit-wrapper input[type="submit"] {
    background: transparent;
    display: none;
}
.contact-form .agreement {
	display: none;
	text-align: left;
}
.contact-form .agreement, .contact-form .agreement a {
	font: 300 14px/18px 'Open Sans', sans-serif;
	color: #8d8d8d;
}
.contact-form input[type="checkbox"] {
	display: none;
}
.contact-form input[type="checkbox"] + label span {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: #fff;
	outline: 1px solid #b7b7b7;
	cursor: pointer;
	position: relative;
}
.contact-form input[type="checkbox"]:checked + label span {
	background: #30a5a6;
	border: 3px solid #fff;
	width: 7px;
	height: 7px;
}
.errorFlag {
	border: unset !important;
}
.tooltip {
	background: transparent !important;
	color: #b60906;
	position: absolute;
	padding: 0;
	margin: 0;
	right: 6px;
	top: 0px;
	font-style: italic;
	font-size: 14px;
	height: auto;
	width: auto;
	text-align: right;
}


/*----------STATS SECTION ----------*/
#stats-box {
	padding: 30px 0;
	background: #f2f2f2;
}

#stats-box .strip-title {
	font-size: 24px;
	margin-right: 40px;
	line-height: 1.2;
	color: #000;
}
#stats-box .strip-title strong {
	display: block;
	font-style: italic;
}
#stats-box .intro {
	font-size: 16px;
	width: 80%;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 auto;
}
#stats-box .num-items {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-left: 3px solid #6f6f6f
}
#stats-box .num-items .item {
	font-family: 'freight-text-pro', serif;
	margin: 10px 0px 15px;

}
#stats-box .num-items .item-icon {
	display: none;
}
#stats-box .num-items .item-name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 5px;
}
#stats-box .num-items .item-number {
    color: #f0af37;
    font: 400 38px/1 "Open Sans", sans-serif;
		padding: 0 35px;
	  border-right: 2px solid #f0af37;
}
#stats-box .num-items .item:last-of-type .item-number {
	border-right: 0px;
}

/*----------- FOOTER SECTION --------------*/
#footer {
	background-color: #000;
	color: #fff;
}
#footer .holder {
	display: block;
}
#footer .services {
	padding-top: 40px;
}
#footer .services h3 {
	font: 700 16px/25px "Open Sans", sans-serif;
}
#footer .services ul, #footer .services li {
		display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: center;
	-webkit-align-items: ceter;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#footer .services li {
	margin: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 0;
	font-weight: 300;
}
#footer .services .ed-image {
	margin-right: 10px;
}
#footer .services .ime-title,
#footer .services .imfa-title {
	display: block;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration:  none;
}
#footer .credit-holder {
	padding: 30px 0 70px;
	font: 400 16px/25px 'Open Sans', sans-serif;
}
#footer .copyright {
	/*! display: block; */
	margin-bottom: 10px;
}
#footer .allrights {
	padding-right: 6px;
}
#footer .privacy-policy {
	display: inline-block;
	line-height: 12px;
}
#footer .privacy-policy li {
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 0px 6px;
}

/*---------CTA HOLDER--------*/
.cta-holder {
	overflow: hidden;
	width: 100%;
	padding: 8px 10px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #e79807;
}
.cta-holder a {
	display: block;
	border: 1px solid white;
	padding: 10px;
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
@media screen and ( max-width:1024px ) {
	.site-width-1280 { width: 1000px; }
	.site-width-1024, #slider .site-width-1024 {width: 90%;	}
	.contact-form .fields-wrap {max-width: 66%;	}
	.floating-hand {width: 100%; }
	.form-wrap { width:100%; }
	#stats-box .num-items .item-number { font-size:30px; }
	#stats-box .strip-title { font-size: 24px !important;}
	.huji-text { text-align: left; }
	.holder .huji-logo {width: 246px; margin-right: 50px;}
	
}


	#stats-box .strip-title {
		font-size:	25px;
}



/*---------ADDITIONS--------*/

@media screen and ( max-width:768px ){
	.floating-hand { display:none; }
	.site-width {text-align: center; }
	#stats-box .holder {display: block;}
	#stats-box .num-items {border-left:none; margin-right: 0; font-size: 30px;  padding: 35px 0 25px;}
	#stats-box .strip-title {margin-right:0; font-size: 31px !important;}
	.form-wrap {display:block !important; }
	.fields-wrap {    max-width: 100% !important;}
	.contact-form .fields-wrap .row { padding-left: 35px; height:40px;}
	.contact-form .row input { height:39px !important;} 
	.contact-form .fields-wrap .email,.phone {margin-right:0 !important;}
	.contact-form .submit-wrap { margin-top: 30px; }
	.contact-form .form_title { font-size: 21px;}
	.time-is-running { font-size:33px !important; }
	.page-title h1 {font-size:50px; }
/*---------JS carousell 768 display change-------------*/ 	
	.carousel-inner > .item .slide-wrap, .carousel-inner > .item .item-wrap {display: block !important; min-height: 250px; }
	.carousel { text-align: center !important;  text-align: -webkit-center; }
	#slider blockquote p { font-size:23px; }
	#slider blockquote footer { font-size:18px; padding-bottom: 80px; }
	#slider .item img { width: 322px; float: left; margin: 0 20px 40px; padding-top: 10px; }
	div.item-wrap { max-width: none !important; }
	.huji-logo {display:none; }
	.huji-text h3 { background: url(../images/huji_cust2-logo.png); background-repeat: no-repeat; background-position: 98px 100px; height: 212px; background-size: 350px;}
	.cta-text { margin-left: 0 !important; }
	#last-cta {margin: 80px auto 0; }
	#countdown .num-holder { width:81px; height:81px; } 
	#countdown .num-holder span { font-weight: 37px; }
	.huji-text { text-align:center; }

}


/*---------HUJI STRIP--------*/

#huji-strip {
	padding: 30px 0;
	background: #f2f2f2;
}

#huji-strip .holder {
	max-width: 75%;
}

#stats-box .huji-text, .cta-text  {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-left: none;
	max-width: 470px;
    margin-left: 30px;
	
}

.huji-logo {
	width: 290px;
    margin-right: 90px;
}

.huji-box {
	padding: 60px 0 !important;
	font-size: 15px;
    line-height: 1.2;
}

.huji-text, .cta-text { 
	display: block !important; 
	font-size: 18px;
}

.huji-text h3, .cta-text h3 { 
	font: 600 italic 32px/1 'freight-text-pro', serif;
	margin-bottom: 20px;
}
	
	
/*---------END HUJI--------*/ 

#top-lang-nav {
		text-indent: inherit;
}
	
.time-is-running {
	font-size: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	margin-bottom: 40px;
	padding-top: 19px;
}

.floating-hand {
	position: absolute;
    top: 185px;
    left: 51%;
    width: 460px;
}


/*---------CTA - LAST -------*/ 

#last-cta {
	border-radius: 0;
    box-shadow: 0 4px 0 #860202;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px auto 20px;
    max-width: 400px;
    padding-bottom: 12px;
    padding-top: 12px;
	background: #af0202 none repeat scroll 0 0 !important;
	display: block;
    width: 100%;
	color: #fff;
    text-transform: uppercase;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

#cta-strip {
	background:#fff;
	color: #3a3a3a;
	margin: 0 auto;
}

#cta-strip h3 {
    font: 500 38px/1 'freight-text-pro', serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
	max-width: 500px;
}

#cta-strip .holder {
	max-width: 650px; 
}

#cta-strip .huji-text {
	text-align: -webkit-center !important;
	text-align: center;
}


/*---------END  CTA - LAST -------*/ 

/*------- POPUP ----------*/
.hidden-form {
	display: none;
}
#popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-left: 25px;
	padding-right: 25px;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#popup .site-width-1024 {
    width: 550px;
}
#popup .contact-form .form_title {
	font: italic 32px/1.2 'freight-text-pro', serif;
	text-align: center;
}
#popup .contact-form .form-wrap {
	-webkit-flex-direction: column;
	flex-direction: column;
	max-width: 338px;
	margin: 0 auto;
}
#popup .contact-form .fields-wrap .row-wrap {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
}
#popup .contact-form .fields-wrap .row {
	margin: 0 0 28px;
	padding: 3px 10px;
	border: 1px solid #b7b7b7;
}
#popup .contact-form .fields-wrap .input-box {
	position: relative;
}
#popup .contact-form .fields-wrap .row.mobile {
	margin-bottom: 37px;
}
#popup .contact-form .fields-wrap .row.phone {
    display: none;
}
#popup .contact-form .fields-wrap .row::before {
    display: none;
}
#popup .contact-form .row input {
  font: italic 16px/15px "Open Sans", sans-serif;
}
#popup .contact-form .submit-wrap {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    width: 100%;
}
#popup .contact-form .formClose_btn {
	display: block !important;
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 80px;
	color: #fff;
	width: 45px;
	height: 45px;
	border: 2px solid #fff;
	background: #020303;
	color: #fff;
	border-radius: 50%;
	-ms-transform: rotate(7deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
	font-size: 45px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
}

#popup .contact-form .fields-wrap { max-width: 100%; }

/* Popup V2 Styles */
#popup.v2 {
	
}
#popup.v2 .site-width-1024 {
    width: 550px;
}
#popup.v2 .contact-form {
	border-radius: 3px;
	background: #f8f8f8;
	padding: 66px 70px;
	position: relative;
}
#popup.v2 .contact-form .form_title {
	color: #3a3a3a;
}
#popup.v2 .contact-form .form-wrap {
	max-width: 549px;
}
#popup.v2 .contact-form .fields-wrap .row {
	margin: 0 0 11px;
	padding: 10px 0 10px 20px;
	border: 1px solid #acacac;
}

#popup.v2 .contact-form .fields-wrap .row.mobile {
    margin-bottom: 37px;
}
#popup.v2 .contact-form .row input {
  font: italic 18px/15px "Open Sans", sans-serif;
	color: #7d7d7d;
}
#popup.v2 .contact-form .formClose_btn {
	top: -23px;
	right: -23px;
	box-shadow: 0px 2px 6.65px 0.35px rgba(58, 58, 58, 0.71);
}
#popup.v2 .contact-form .submit-wrapper {
    background: #cc2027;
	border: 1px solid #9e0b0f;
	border-bottom-width: 7px;
	padding: 8px 0;
    border-radius: 3px;
    font-size: 23px;
}

@media screen and ( max-width:480px ){
	#header {
		padding: 13px 0;
	}
	#header .logo img {
		height: 35px;
	}
	.visual .video-container {
		padding-top: 85px;
	}
	#footer .services .ime-title, #footer .services .imfa-title {
		display: block;
		line-height: 1.2;
		font-size: 13px;
	}
	#footer .credit-holder {
		font-size: 14px;
	}
	#popup .site-width-1024,
	#popup.v2 .site-width-1024 {
    	width: 100%;
	}
	#popup.v2 .contact-form {
		padding: 20px;
	}
	#popup .contact-form .form_title {
		font-size: 20px;
		line-height: 1.2;
	}
	.contact-form .submit-wrapper {
		min-width: unset;
	}
	#stats-box .strip-title {
	    font-size: 21px !important;
	}
	#stats-box .num-items .item-number {
		font-size: 21px;
		padding: 0 25px;
	}
	#stats-box .num-items {
	    padding: 20px 0 15px;
	}
	#stats-box .num-items .item-number
		padding: 0 25px;
	}
	li.item.operation-stat {
		margin-left: -20px !important;
	}
	#cta-strip h3 {
		font: 700 28px/1 'freight-text-pro', serif;
	}
	.huji-box {
		padding: 70px 0 50px !important;
	}
}