html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-size: 12px;
	font-family: 'Tahoma', 'Geneva', 'Kalimati', sans-serif;
	color: #353535;
    background: #FFFFFF;
	line-height: 17px;
}

@font-face {
    font-family: 'bicubikregular';
    src: url('fonts/bicubik-webfont.eot');
    src: url('fonts/bicubik-webfont_B38582A2.eot') format('embedded-opentype'),
         url('fonts/bicubik-webfont.woff2') format('woff2'),
         url('fonts/bicubik-webfont.woff') format('woff'),
         url('fonts/bicubik-webfont.ttf') format('truetype'),
         url('fonts/bicubik-webfont.svg#bicubikregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {
	border: 0;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

a {
	outline: 0;
	color: #e46000;
}

a:hover {
	text-decoration: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	margin: 0 0 26px 0;
}

p {
	margin: 0 0 17px 0;
}

.about {
	background-image: url('../img/about.jpg');
	height: 578px;
	padding-top: 35px;
	border-top: 4px solid #0029B5;
}

.about h2 {
	text-align: center;
}

.about h2 > span {
	display: block;
	color: #e74c3c;
}

.benefits {
	background-image: url('../img/benefits.jpg');
	height: 515px;
	padding-top: 42px;
}

.benefits-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.benefits-list.first {
	margin: 0 0 0 116px;
	width: 535px;
	counter-reset: point;
}

.benefits-list.second {
	width: 490px;
	counter-reset: point 5;
}

.benefits-list > li {
	height: 91px;
	position: relative;
	padding-left: 88px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.benefits-list > li:after {
	content: counter(point);
	counter-increment: point 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 69px;
	height: 69px;
	text-align: center;
	line-height: 69px;
	font-size: 35px;
	color: #FFFFFF;
	text-shadow: #FF7701 1px 0px, #FF7701 1px 1px, #FF7701 0px 1px, #FF7701 -1px 1px, #FF7701 -1px 0px, #FF7701 -1px -1px, #FF7701 0px -1px, #FF7701 1px -1px;
}

.benefits-list > li:before {
	width: 88px;
	position: absolute;
	left: 0;
	top: 0;
	height: 91px;
	background: url('../img/number.png') no-repeat;
	content: '';
}

.benefits-list > li > span {
	display: table-cell;
	height: 69px;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
}

.benefits-list.first > li > span {
	width: 447px;
}

.benefits-list.second  > li > span {
	width: 402px;
}

.box-header {
	height: 136px;
	background: #018AB4;
	position: relative;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-header:after {
	width: 100%;
	height: 1px;
	background: #CAE2EC;
	position: absolute;
	left: 0;
	top: 3px;
	content: '';
}

.box-header:before {
	width: 100%;
	height: 1px;
	background: #86C0D6;
	position: absolute;
	left: 0;
	bottom: 3px;
	content: '';
}

.box-header > span {
	display: block;
	font-size: 16px;
}

.button {
	display: inline-block;
	vertical-align: top;
	height: 31px;
	line-height: 31px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #BEC6C9;
	font-size: 16px;
	font-weight: bold;
	background: #FF4B3A;
	color: #FFFFFF;
}

.button-blue {
	display: inline-block;
	vertical-align: top;
	height: 31px;
	line-height: 31px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #BEC6C9;
	font-size: 16px;
	font-weight: bold;
	background: #053c5c;
	color: #FFFFFF;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.comments {
	height: 740px;
	background-image: url('../img/comments.jpg');
}

.comments .box-header {
	height: 177px;
	background: none;
	padding-top: 30px;
}

.comments .box-header:after,
.comments .box-header:before {
	display: none;
}

.comments .box-header > span {
	line-height: 19px;
	padding-top: 8px;
}

.comments .bx-wrapper {
	position: relative;
	z-index: 10;
}

.comments .bx-wrapper .bx-next {
	right: 22px;
    background: url('../img/slider-arrows.png') no-repeat left -74px;
}

.comments .bx-wrapper .bx-prev {
	left: 22px;
    background: url('../img/slider-arrows.png') no-repeat;
}

.comments .bx-wrapper .bx-next,
.comments .bx-wrapper .bx-prev {
	z-index: 2;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	width: 74px;
	height: 74px;
}

.comments .bx-wrapper .bx-viewport {
	z-index: 1;
}

.comments .slider-comments .slider-comments-box {
	width: 100%;
	float: left;
}

.comments-list {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 1234px;
}

.comments-list > li {
	margin-left: 27px;
	width: 537px;
	float: left;
	height: 275px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.comments-list .comments-list-box {
	width: 425px;
	height: 245px;
	float: right;
	background: url('../img/comments-list-box.png') no-repeat;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 0 26px;
	line-height: 14px;
	color: #4a4646;
}

.comments-list .comments-list-box > img {
	width: 107px;
	height: 107px;
	position: absolute;
	left: -115px;
	top: 3px;
}

.comments-list .comments-list-box > p {
	margin: 0 0 10px 0;
}

.comments-list .comments-list-box > span {
	padding-bottom: 6px;
	margin-bottom: 6px;
	line-height: 16px;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #DEDEE0;
	font-weight: bold;
}

.container {
    width: 1234px;
	margin: 0 auto;
}

.course {
	height: 474px;
	background-image: url('../img/course.jpg');
	padding-top: 40px;
	overflow: hidden;
}

.course h2 {
	height: 128px;
	margin: 0;
	text-align: center;
}

.course h2 > span {
	display: block;
	color: #e46000;
	font-size: 16px;
	line-height: 26px;
	margin-top: 5px;
}

.course .container {
	position: relative;
}

.course .container:after {
	width: 282px;
	height: 340px;
	content: '';
	background: url('../img/course-figure.png') no-repeat;
	position: absolute;
	right: 58px;
	top: 90px;
}

.course-box {
	width: 800px;
}

.course-box .button {
	float: right;
	position: relative;
	top: -8px;
}

.course-box .course-content {
	border-left: 1px solid #DCD2D1;
	padding: 10px 0 15px 13px;
	position: relative;
}

.course-box .course-content:after {
	width: 255px;
	height: 1px;
	content: '';
	background: url('../img/course-box-bottom.png') no-repeat;	
	position: absolute;
	left: 0;
	bottom: 0;
}

.course-box .course-content:before {
	width: 550px;
	height: 1px;
	content: '';
	background: url('../img/course-box-top.png') no-repeat;	
	position: absolute;
	left: 0;
	top: 0;
}

.course-box .course-content .course-header {
	line-height: 30px;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	color: #002f4c;
}

.course-box .course-content .course-header > small {
	font-size: 8px;
	position: relative;
	top: -2px;
}

.course-box .course-content .course-header > span {
	color: #e74c3c;
}

.course-box .course-content > p {
	margin: 0;
	font-size: 14px;
}

footer {
	min-width: 1234px;
	height: 213px;
    margin: -213px auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 20;
	background-image: url('../img/footer.jpg');
	overflow: hidden;
}

footer .container {
	position: relative;
	min-width: 0;
	width: 1105px;
	height: 186px;
	margin: 27px auto 0;
    background: url('../img/footer-shape.png') no-repeat;
}

footer .footer-text {
	margin-left: 500px;
	padding-top: 68px;
	color: #FFFFFF;
    font-family: 'bicubikregular';
	font-size: 16px;
	line-height: 24px;
}

footer .logo {
	width: 323px;
	height: 50px;
    background: url('../img/footer-logo.png') no-repeat;
    position: absolute;
    top: 70px;
    left: 30px;
}

.form-box {
	width: 653px;
	height: 524px;
	position: relative;
    background: url('../img/form-box.png') no-repeat;
	margin: 0 auto;
	left: 8px;
	padding-top: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.form-box:before {
	width: 275px;
	height: 324px;
	position: absolute;
	left: -167px;
	bottom: -44px;
    background: url('../img/ms.png') no-repeat;
	content: '';
}

.form-box > form {
	width: 450px;
	margin: 0 auto;
}

.form-box > form > fieldset {
	margin-bottom: 15px;
	position: relative;
}

.form-box > form > fieldset > button {
	width: 388px;
	height: 55px;
	display: block;
	outline: 0;
	margin: 0 auto;
	border: 0 none;
	cursor: pointer;
    background: url('../img/form-button.png') no-repeat;
	font-size: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.form-box > form > fieldset > button > span {
	height: 55px;
	line-height: 48px;
	display: block;
	vertical-align: top;
    font-family: 'bicubikregular';
}

.form-box > form > fieldset > input[type="text"] {
	width: 450px;
	height: 46px;
	display: block;
	outline: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #B3B3B3;
	background: #F6F6F6;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 10px 50px;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #363637;
    font-family: 'bicubikregular';
}

.form-box > form > fieldset > input[type="text"]::-webkit-input-placeholder {
	-khtml-opacity: 0.51;
	opacity: 0.51;
	color: #363637;
}

.form-box > form > fieldset > input[type="text"]::-moz-placeholder {
	-moz-opacity: 0.51;
	opacity: 0.51;
	color: #363637;
}

.form-box > form > fieldset > input[type="text"] .placeholder {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=51);
	opacity: 0.51;
	color: #363637;
}

.form-box > form > fieldset > label {
	color: #FF0000;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	line-height: 15px;
	font-size: 11px;
}

.form-box > h2 {
	color: #e74c3c;
	font-size: 31px;
	line-height: 43px;
	margin: 0 0 32px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

.form-box > p {
	line-height: 18px;
	text-transform: uppercase;
	color: #363637;
	font-size: 15px;
	margin: 0 0 24px 0;
    font-family: 'bicubikregular';
}

.form-box .form-button {
	margin: 0;
	padding-top: 74px;
}

.form-box .form-email:before {
	width: 28px;
	height: 20px;
	content: '';
    background: url('../img/form-email.png') no-repeat;
	position: absolute;
	left: 10px;
	top: 12px;
}

.form-box .form-name:before {
	width: 28px;
	height: 21px;
	content: '';
    background: url('../img/form-name.png') no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
}

.form-box .form-phone:before {
	width: 16px;
	height: 24px;
	content: '';
    background: url('../img/form-phone.png') no-repeat;
	position: absolute;
	left: 16px;
	top: 10px;
}

.form-first {
	padding-top: 44px;
    background-image: url('../img/form-first.jpg');
	height: 600px;
	border-top: 9px solid #0069AD;
	border-bottom: 9px solid #0069AD;
}

.form-second {
	padding-top: 46px;
    background-image: url('../img/form-second.jpg');
	height: 590px;
	border-top: 9px solid #0069AD;
	border-bottom: 9px solid #0069AD;
	position: relative;
	z-index: 5;
}

header {
	height: 71px;
    background: url('../img/header.png') repeat;
	width: 100%;
	position: fixed;
	z-index: 30;
	left: 0;
	top: 0;
}

header:before {
	width: 100%;
	height: 2px;
	background: #0069AD url('../img/header-line-break.png') no-repeat center top;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}

header .container {
	position: relative;
	height: inherit;
}

header .header-phone {
	width: 317px;
	line-height: 27px;
    position: absolute;
    top: 20px;
    right: 0;
	color: #363636;
	font-size: 17px;
    font-family: 'bicubikregular';
}

header .header-phone > small {
    position: absolute;
    top: -10px;
    left: 8px;
	color: #6f6f6f;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	font-family: 'Tahoma', 'Geneva', 'Kalimati', sans-serif;
}

header .header-phone > span {
	color: #0069aa;
	font-size: 26px;
}

header .logo {
	width: 252px;
	height: 62px;
    background: url('../img/logo.png') no-repeat;
    position: absolute;
    top: 5px;
    left: 85px;
}

header nav {
    position: absolute;
    left: 438px;
	top: 27px;
}

header nav > ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
}

header nav > ul > li {
    height: 41px;
	border-bottom: 4px solid transparent;
	margin-left: 12px;
	padding: 0 8px;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header nav > ul > li:first-child {
    margin: 0;
}

header nav > ul > li.active, header nav > ul > li.hover {
	border-color: #0069AD;
}

header nav > ul > li > a {
    line-height: 18px;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
    font-family: 'bicubikregular';
}

.map {
	height: 320px;
	position: relative;
	z-index: 1;
}

.map iframe {
	width: 100%;
	height: 320px;
	display: block;
}

section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider {
	height: 537px;
	overflow: hidden;
	border-bottom: 1px solid #0168AB;
	position: relative;
}

.slider:after {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
    background: url('../img/t.png') repeat;
	z-index: 100;
}

.slider:before {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
    background: url('../img/t.png') repeat;
	z-index: 100;
}

.slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.slider ul > li {
	height: 537px;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.slider .bx-wrapper {
	position: relative;
	z-index: 10;
}

.slider .bx-wrapper .bx-next {
	right: 22px;
    background: url('../img/slider-arrows.png') no-repeat left -74px;
}

.slider .bx-wrapper .bx-prev {
	left: 22px;
    background: url('../img/slider-arrows.png') no-repeat;
}

.slider .bx-wrapper .bx-next,
.slider .bx-wrapper .bx-prev {
	z-index: 2;
	position: absolute;
	top: 50%;
	margin-top: -38px;
	width: 74px;
	height: 74px;
}

.slider .bx-wrapper .bx-viewport {
	z-index: 1;
}

.slider .slider-box {
	position: absolute;
	z-index: 100;
	top: 124px;
	left: 50%;
	margin-left: -487px;
    background: url('../img/slider-box.png') no-repeat;
	width: 975px;
	height: 332px;
}

.slider .slider-box .slider-form {
	position: absolute;
	width: 314px;
	top: 0;
	right: 18px;
}

.slider .slider-box .slider-form > form > fieldset {
	margin-bottom: 14px;
	position: relative;
}

.slider .slider-box .slider-form > form > fieldset > button {
	width: 302px;
	height: 43px;
	display: block;
	outline: 0;
	margin: 0 auto;
	border: 0 none;
	cursor: pointer;
    background: url('../img/form-button-lite.png') no-repeat;
	font-size: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	overflow: hidden;
}

.slider .slider-box .slider-form > form > fieldset > button > span {
	height: 47px;
	line-height: 47px;
	display: block;
	vertical-align: top;
    font-family: 'bicubikregular';
}

.slider .slider-box .slider-form > form > fieldset > input[type="text"] {
	width: 314px;
	height: 37px;
	display: block;
	outline: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #B2B4B3;
	background: #FFFFFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 7px 20px 7px 50px;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #363637;
    font-family: 'bicubikregular';
}

.slider .slider-box .slider-form > form > fieldset > input[type="text"]::-webkit-input-placeholder {
	-khtml-opacity: 0.23;
	opacity: 0.23;
	color: #363637;
}

.slider .slider-box .slider-form > form > fieldset > input[type="text"]::-moz-placeholder {
	-moz-opacity: 0.23;
	opacity: 0.23;
	color: #363637;
}

.slider .slider-box .slider-form > form > fieldset > input[type="text"] .placeholder {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=23);
	opacity: 0.23;
	color: #363637;
}

.slider .slider-box .slider-form > form > fieldset > label {
	color: #FF0000;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center;
	line-height: 14px;
	font-size: 11px;
}

.slider .slider-box .slider-form > span {
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	padding: 12px 0 14px 0;
	text-align: center;
}

.slider .slider-box .slider-form .form-button {
	margin: 0;
	padding-top: 19px;
}

.slider .slider-box .slider-form .form-email:before {
	width: 28px;
	height: 20px;
	content: '';
    background: url('../img/form-email.png') no-repeat;
	position: absolute;
	left: 10px;
	top: 9px;
}

.slider .slider-box .slider-form .form-name:before {
	width: 28px;
	height: 21px;
	content: '';
    background: url('../img/form-name.png') no-repeat;
	position: absolute;
	left: 10px;
	top: 7px;
}

.slider .slider-box .slider-form .form-phone:before {
	width: 16px;
	height: 24px;
	content: '';
    background: url('../img/form-phone.png') no-repeat;
	position: absolute;
	left: 16px;
	top: 7px;
}

.slider .slider-box .slider-text {
	position: absolute;
	left: 0;
	top: 55px;
}

.slider .slider-box .slider-text > li {
	position: absolute;
	left: 0;
	top: 0;
	width: 606px;
	height: 198px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.slider .slider-box .slider-text .active {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.slider .slider-box .slider-text .slider-text-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 606px;
	height: 198px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	text-transform: uppercase;
}

.slider .slider-box .slider-text .slider-text-box .t1 {
	font-size: 16px;
	line-height: 24px;
	display: block;
    font-family: 'bicubikregular';
}

.slider .slider-box .slider-text .slider-text-box .t1 > span {
	color: #f68f1e;
	font-size: 50px;
}

.slider .slider-box .slider-text .slider-text-box .t2 {
	font-size: 43px;
	font-weight: bold;
	line-height: 52px;
	display: block;
}

.slider .slider-box .slider-text .slider-text-box .t2 > span {
	color: #f68f1e;
}

.slider .slider-box .slider-text .slider-text-box .t3{
	font-size: 15px;
	line-height: 18px;
	display: block;
    font-family: 'bicubikregular';
}

.teacher {
	padding-top: 159px;
    background-image: url('../img/teacher.jpg');
	height: 554px;
	position: relative;
}

.teacher-box {
	margin-left: 78px;
	width: 648px;
	height: 300px;
	position: relative;
    background: url('../img/teacher-box.png') no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 21px 0 18px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.teacher-box:before {
	width: 267px;
	height: 21px;
    background: url('../img/teacher-figure.png') no-repeat;
	content: '';
	position: absolute;
	right: 19px;
	top: -21px;
}

.teacher-box > p {
	text-indent: 33px;
	font-size: 14px;
}

.teacher-box .teacher-image {
	width: 176px;
	height: 176px;
	position: absolute;
	left: -69px;
	top: -103px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.teacher-box .teacher-name {
	height: 62px;
	margin: 0 0 15px 49px;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	padding-left: 48px;
	border-bottom: 1px solid #C5C5C7;
}

.teacher-box .teacher-position {
	font-size: 13px;
	position: absolute;
	right: 21px;
	top: 29px;
}

.teacher-logo {    
	background: url('../img/teacher-logo.png') no-repeat right top;
	padding-top: 45px;
	text-align: right;
	position: absolute;
	right: 71px;
	top: 260px;
	min-width: 248px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #1a1a1a;
	text-transform: uppercase;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.triple-column {
	margin: 0;
	padding: 24px 0 0 0;
	list-style-type: none;
}

.triple-column > li {
	float: left;
	width: 402px;
	margin-left: 12px;
	text-align: center;
}

.triple-column > li:first-child {
	margin: 0;
}

.triple-column .button {
	margin: 22px auto 0;
}

.triple-column .triple-column-header {
	height: 186px;
}

.triple-column .triple-column-header > span {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}

.triple-column .triple-column-header .triple-column-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
	display: block;
}

.triple-column > li > .triple-column-header .triple-column-icon {
	background: url('../img/icons.png') no-repeat left -2px;
}

.triple-column > li > .triple-column-header .triple-column-icon:hover {
	background: url('../img/icons.png') no-repeat left -125px;
}

.triple-column > li+li > .triple-column-header .triple-column-icon {
	background: url('../img/icons.png') no-repeat left -250px;
}

.triple-column > li+li  > .triple-column-header .triple-column-icon:hover {
	background: url('../img/icons.png') no-repeat left -374px;
}

.triple-column > li+li+li  > .triple-column-header .triple-column-icon {
	background: url('../img/icons.png') no-repeat left -498px;
}

.triple-column > li+li+li  > .triple-column-header .triple-column-icon:hover {
	background: url('../img/icons.png') no-repeat left -622px;
}

.triple-column .triple-column-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	display: table-cell;
	height: 168px;
	width: 402px;
	border: 1px solid #DADEDF;
	padding: 7px 10px;
	line-height: 15px;
	text-align: justify;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	min-width: 1234px;
	padding: 71px 0 213px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.slider-form .TTWForm input {
	width: 314px;
	height: 37px;
	display: block;
	outline: 0px none;
	margin: 0px;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #B2B4B3;
	background-color: #FFF;
	border-radius: 12px;
	padding: 7px 20px 7px 50px;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #363637;
	font-family: "bicubikregular";
	padding-left: 50px;
    width: 314px;
    margin-bottom: 15px;
}

input.fname {
    background: url('../img/form-name.png') no-repeat scroll 13px center #FFF;
}

input.fphone {
    background: url('../img/form-phone.png') no-repeat scroll 19px center #FFF;
}

input.femail {
    background: url('../img/form-email.png') no-repeat scroll 13px center #FFF;
}

.slider-form .btn {
    width: 302px !important;
    height: 43px !important;
    display: block !important;
    outline: 0px none !important;
    margin: 0px auto !important;
    border: 0px none !important;
    cursor: pointer !important;
    background: url('../img/form-button-lite.png') no-repeat scroll 0% 0% transparent !important;
    font-size: 21px !important;
    text-transform: uppercase !important;
    color: #FFF !important;
    overflow: hidden !important;
    text-align: center !important;
    padding: 15px 0px !important;
    margin-top: 15px !important;
}

.TTWForm .error {
    height: 0px;
    font: 11px/16px Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
    color: #F03;
    padding-left: 50px;
    z-index: 999;
    position: relative;
    top: -1px;
    float: left;
    text-align: center;
}


.form-box .TTWForm input {
	width: 450px;
	height: 46px;
	display: block;
	outline: 0px none;
	margin: 0px;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #B3B3B3;
	background-color: #F6F6F6;
	border-radius: 12px;
	padding: 10px 50px;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #363637;
	font-family: "bicubikregular";
    margin-bottom: 15px;
}

.form-box .btn {
	width: 388px !important;
	height: 55px !important;
	display: block !important;
	outline: 0px none !important;
	margin: 0px auto !important;
	border: 0px none !important;
	cursor: pointer !important;
	background: url('../img/form-button.png') no-repeat scroll 0% 0% transparent !important;
	font-size: 21px !important;
	text-transform: uppercase !important;
	color: #FFF !important;
	margin-top: 50px !important;
}

input#info {
	display: none !important;
}

.thank {
	z-index: 1000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #056daa), color-stop(1, #008adf) );
    background:-moz-linear-gradient( center top, #056daa 5%, #008adf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#056daa', endColorstr='#008adf');
    background-color:#056daa;
    color: white;
	width: 500px;
	height: auto;
	min-height: 300px;
	padding: 20px;
	font-family: arial;
	font-size: 20px;
}

.infostud {
    background-image: url('../img/infostud.jpg');
    height: 663px;
    padding-top: 42px;
}

.stud_box {
	background: #FFF;	
	height:auto;
	border: 9px solid #3d7a9e;
	padding: 15px;
	color: #343434; /* text color */
	font-family: "Tahoma";
	font-size: 14px;
	line-height: 120%;
}

.stud_box h2 {
	color: #343434; /* text color */
	font-family: "Tahoma";
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #4e4e4e;
	padding-bottom: 10px;
}

.stud-buttons {
	text-align: center;
}

.video {
    background-image: url('../img/video.jpg');
    height: 500px;
    padding-top: 42px;
}

.video .bx-wrapper {
	position: relative;
	z-index: 10;
}

.video .bx-wrapper .bx-next {
	right: 22px;
    background: url('../img/ar_right.png') no-repeat;
}

.video .bx-wrapper .bx-prev {
	left: 22px;
    background: url('../img/ar_left.png') no-repeat;
}

.video .bx-wrapper .bx-next,
.video .bx-wrapper .bx-prev {
	z-index: 2;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	width: 53px;
	height: 60px;
}

.video .bx-wrapper .bx-viewport {
	z-index: 1;
}

.video .slider-comments .slider-comments-box {
	width: 100%;
	float: left;
}

.video-list {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 1234px;
}

.video-list > li {
	margin-left: 50px;
	width: 537px;
	float: left;
	height: 400px;
	margin-top: 40px;
	
}

.video-list .video-list-box {
	width: 425px;
	height: 245px;
	float: right;
	background: url('../img/comments-list-box.png') no-repeat;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 0 26px;
	line-height: 14px;
	color: #4a4646;
}

.zebra {
	background: url('../img/logoz.png') no-repeat scroll left top transparent;
	right: 10px;
	bottom: 10px;
	position: absolute;
	z-index: 200;
	display: table;
	height: 57px;
	width: 100px;
	border: 0px solid red;
	color: #FFF;
	margin-top: -70px;
	opacity: 0.6;
    	filter: alpha(opacity=60); /* For IE8 and earlier */

}

.zebra a {
	padding-top: 57px;
	text-align: center;
	display: table-cell;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	line-height: 100%;
}
