@font-face {
    font-family: 'supermarketregular';
    src: url('fonts/supermarket-webfont.eot');
    src: url('fonts/supermarket-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/supermarket-webfont.woff2') format('woff2'),
         url('fonts/supermarket-webfont.woff') format('woff'),
         url('fonts/supermarket-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


html{
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	position: relative;
	color: #4e4e4e;
	font-size: 16px;
	font-family: 'Georgia','supermarketregular',  sans-serif;
	background: #f0f2ea;
	height: 100%;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #fff;
}

.hover_color {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;	
}

.hover_color:hover {
	color: #dda826;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;	
}

h1, h2, h3 {
	
	margin: 0;
	color: #000;	
}

h1, .h1 {
	font-size: 25px;
	font-weight: bold;
	position: relative;
		
}

h2, .h2 {
	font-size: 18px;
		
}

h3, .h3 {
	font-size: 15px;
	color: #dda826;
		
}

h4, .h4 {
	font-size: 15px;
	font-family: 'blend285italic';
	margin: 0;
		
}

p{
	font-family: 'supermarketregular',  sans-serif;
	font-size: 18px;
}

label {
	font-family: 'supermarketregular',  sans-serif;
	font-size: 18px;
	color: #4e4e4e;
	font-weight: normal;
}

input, textarea{
	font-family: 'supermarketregular',  sans-serif;
}

.clear { 
	clear: both;
 	display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row{
	margin: 0;
}

.hover_btn{
	display: inline-block;
	border: 1px solid #fff;
	position: relative;
	padding: 10px 15px;
	text-align:  center;
	font-size: 16px;
	z-index: 100;	
}

.hover_btn span {
	color: #fff;
	-moz-transition: color 150ms ease-in-out;
	-o-transition: color 150ms ease-in-out;
	-webkit-transition: color 150ms ease-in-out;
	transition: color 150ms ease-in-out;
	position: relative;
	z-index: 1
}

.hover_btn:after{
	content: "";
	position: absolute;
	background: #fff;
	bottom: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	-moz-transition: bottom 150ms ease-in-out;
	-o-transition: bottom 150ms ease-in-out;
	-webkit-transition: bottom 150ms ease-in-out;
	transition: bottom 150ms ease-in-out;

}

.hover_btn:hover span{
	color: #000;
}

.hover_btn:hover:after{
	bottom: 0;
}

#cover{
	background: #fff url(../images/loading.gif) no-repeat center;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999;
}

/**************/

header {
	background: #000;
	padding: 12px 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	z-index: 100;
}

#logo {
	float: left;
}

#nav_btn {
	float: right;
	width: 43px;
	margin-left: 22px;
}

#nav_btn div{
	width: 100%;
	height: 5px;
	margin-bottom: 5px;
	background: #fff;
}

#nav_btn div:last-child{
	margin-bottom: 0;
}

#lang {
	float: right;
	font-weight: bold;
	color: #fff;
}

#lang a{
	display: inline-block;
	background: #000;
	padding: 5px 3px;
}

#lang a.lang_active{
	background: #fff;
	color: #000;
}

nav {
	position: fixed;
	background: #000;
	padding: 20px 55px;
	top: 55px;
	width: 100%;
	display: none;
	z-index: 100;
}

nav a{
	display: block;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

nav a:last-child{
	border-bottom: 0;
}

#about {
	padding: 90px 0 0;
	text-align: center;
}

#about > img{
	display: inline-block;
}

#about_content_container {
	padding: 0 20px;
	margin-top: 40px;
}

#about_content {
	padding: 38px 35px;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
}

#about_content p{
	font-size: 22px;
	padding: 0 15px;
	margin: auto;
	
}

.call_btn {
	background: #000;
	font-family: 'supermarketregular',  sans-serif;
	font-size: 25px;
	padding: 0 15px;
	min-width: 200px;
	display: inline-block;
	border-radius: 5px;
}

.call_btn_contact {
	background: #000;
	font-family: 'supermarketregular',  sans-serif;
	padding: 0 15px;
	font-size: 25px;
	max-width: 200px;
	display: block;
	border-radius: 5px;
}

#video_container {
	width: 100%;
	margin-top: 35px;
}

.vid_con {
	margin-top: 35px;
	width: 100%;
}

.vid_con video{
	display: block;
	width: 100%;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
	
}

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.section_head h1:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #000;
	width: 80px;
	left: 50%;
	margin-left: -40px;
	bottom: -15px;
}

.section_head h1 {
	margin-bottom: 50px;
}

#main_slide {
	padding: 0;
	margin-top: 30px;
}

/********** courses ********/

#courses{
	padding: 40px 0 0;
}

#courses_list {
	width: 100%;
}

#courses_list > li{
	padding: 0 20px;
	background: #000;
	color: #fff;
	cursor: pointer;
	margin-bottom: 1px;
}

#courses_list > li h2{
	color: #fff;
	font-size: 20px;
}

#courses_list > li:first-child{
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#courses_list > li:nth-child(2){
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#courses_list > li:nth-child(3){
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#courses_list > li:nth-child(4){
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.course_name {
	padding: 18px 0;
}

.course_name h2{
	float: left;
	display: inline-block;
	margin-top: 7px;
}

.course_name img{
	float: right;
}

.course_name img{
	float: right;
	-moz-transition: all .5s ease;
	/* WebKit */
	-webkit-transition: all .5s ease;
	/* Opera */
	-o-transition: all .5s ease;
	/* Standard */
	transition: all .5s ease;
}

.course_name.course_active  img{
	-moz-transform: rotate(90deg);
	/* WebKit */
	-webkit-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Standard */
	transform: rotate(90deg);
}

.course_content {
	margin-top: 20px;
	display: none;
}

.course_content img{
	width: 100%;
}

.course_detail {
	width: 100%;
	margin-top: 40px;
}

.course_detail li{
	padding: 15px;
}

.course_detail li:nth-child(odd){
	background: #4f4f4f;
}

.course_detail li div{
	background: #fff;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 40px;
	color: #000;
	margin-right: 10px;
}

.course_detail li:nth-child(odd) div{
	background: #a1a39b;
}

.course_detail li h3 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
}

.course_detail li p{
	color: #aeaeae;
	padding-left: 53px;
	margin-bottom: 0;
	margin-top: 10px;
}

.course_detail li p span{
	/*font-weight: 700;*/
	color: #fff;
}  


/************ gallery **********/

#gallery{
	padding: 40px 0;
	/*background: #000;*/
}

#gallery h1{
	/*color: #fff;*/
}

#gallery h1:after{
	/*background: #fff;*/
}

#gallery_slide {
	padding: 0 57px;
	margin-bottom: 20px;
}

#gallery_carousel {
	padding: 0 57px;
}

#gallery_carousel .slides > li {
	margin-right: 15px;
}

/************ portfolio **********/

#portfolio{
	padding: 40px 0;
	background: #000;
	
}

#portfolio h1{
	color: #fff;
}

#portfolio h1:after{
	background: #fff;
}

#portfolio_slide {
	padding: 0 57px;
	margin-bottom: 20px;
}

#portfolio_carousel {
	padding: 0 57px;
}

#portfolio_carousel .slides > li {
	margin-right: 15px;
}

/************ success **********/

#success_story{
	padding: 40px 0;
	background: #000;
}

#success_story h1{
	color: #fff;
}

#success_story h1:after{
	background: #fff;
}

#success_slide {
	padding: 0 57px;
	margin-bottom: 20px;
}

#school_carousel {
	padding: 0 57px;
}

#school_carousel .slides > li {
	margin-right: 15px;
}

/************ school **********/

#school_gallery{
	padding: 40px 0;
	background: #000;
}

#school_gallery h1{
	color: #fff;
}

#school_gallery h1:after{
	background: #fff;
}

#school_slide {
	padding: 0 57px;
	margin-bottom: 20px;
}

#school_carousel {
	padding: 0 57px;
}

#school_carousel .slides > li {
	margin-right: 15px;
}

/************ video **********/

#video{
	padding: 40px 0;
}

#video h1{
	color: #000;
}

#video h1:after{
	background: #000;
}

#video_slide {
	padding: 0 57px;
	margin-bottom: 20px;
}

#video_carousel {
	padding: 0 57px;
}

#video_carousel .slides > li {
	margin-right: 15px;
}

.vid_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.vid_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************ contact **********/

#contact {
	padding: 40px 20px;
}

#contact_left {
	float: left;
	width: 57%;
}

#contact_left a{
	color: #4e4e4e;
}

#contact_left h2{
	font-size: 20px;
	margin-bottom: 4px;
	font-family: 'supermarketregular',  sans-serif;
	font-weight: bold;
	color: #4e4e4e;
}

#contact_right {
	float: right;
	width: 39%;
}

.map {
	height:200px;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #999999;
	-webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;	
}

.iframe-rwd {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 40px;
	height: 0;
	overflow: hidden;
}

.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#contact_form {
	position: relative;
}

#contact_form label{
	margin-top: 15px;
	margin-bottom: 0;
}

#contact_form label:first-child{
	margin-top: 0;
}

.input_box {
	width: 100%;
	border: 1px solid #959595;
	height: 23px;
	padding: 0 10px;
}

#message_box {
	width: 100%;
	border: 1px solid #959595;
	padding: 10px;
}

label.error {
	margin-top: 0 !important;
	display: block;
	color: #000;
	font-size: 16px;
}

#send_btn {
	background: #000;
	border: 0;
	color: #fff;
	font-size: 18px;
	padding: 0 15px;
	margin-top: 15px;
	border-radius: 5px;
	float: right;
}

#contact_call {
	margin-top: 15px;
	font-family: 'supermarketregular',  sans-serif;
	font-size: 18px;
}

#contact_call a{
	color: #4e4e4e;
}

/******* footer *****/

footer{
	background: #000;
	padding: 10px 20px;
}

#social {
	display: inline-block;
	float: left;
	font-size: 30px;
}

#social a{
	margin-right: 10px;
}

footer p{
	color: #fff;
	font-size: 14px;
	font-family: 'Georgia','supermarketregular',  sans-serif;
	float: right;
	margin-top: 10px;
}

.map_list {
	background: #000;
	margin-bottom: 25px;
}

.map_con {
	border-bottom: 1px solid #fff;

}

.map_head {
	padding: 15px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	position: relative;
}

.map_head img{
	position: absolute;
	right: 15px;
	top: 20px;
	width: 9px;
	-moz-transition: all .5s ease;
	/* WebKit */
	-webkit-transition: all .5s ease;
	/* Opera */
	-o-transition: all .5s ease;
	/* Standard */
	transition: all .5s ease;
}

.map_head.active img{
	-moz-transform: rotate(90deg);
	/* WebKit */
	-webkit-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Standard */
	transform: rotate(90deg);
}

.map_img {
	padding: 0 15px 15px;
	display: none;
}

.info {
	background: #000;
	padding: 0 15px;
    font-size: 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    padding-top: 5px;
}

@media only screen and (max-width : 600px) {
	#logo {
		display: block;
		width: 99px;
		margin-top: 3px;
		
	}

	header {
		background: #000;
		padding: 12px 15px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #FFF;
		z-index: 100;
	}
	
	#about {
		padding: 74px 0 0;
	}

	#about > img{
		max-width: 90%;
	}

	h1 {
		font-size: 20px;
	}

	#about_content_container {
		padding: 0;
		margin-top: 40px;
	}

	#about_content {
		padding: 38px 0;
		border: 1px solid #000;
		border-left: 0;
		border-right: 0;
	}

	#courses {
		padding: 30px 0 0;
	}

	.section_head h1 {
		margin-bottom: 34px;
	}

	#gallery {
		padding: 30px 0;
	}

	#portfolio {
		padding: 30px 0;
	}

	#contact {
		padding: 30px 15px;
	}

	#gallery_slide {
		padding: 0;
		margin-bottom: 20px;
	}

	#success_slide {
		padding: 0;
		margin-bottom: 20px;
	}

	#portfolio_slide {
		padding: 0;
		margin-bottom: 20px;
	}

	#school_slide {
		padding: 0;
		margin-bottom: 20px;
	}

	#contact_left {
		float: none;
		width: 100%;
	}

	#contact_right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	footer {
		background: #000;
		padding: 10px 15px;
		text-align: center;
	}

	#social {
		display: inline-block;
		float: none;
		font-size: 30px;
	}

	#social a {
		margin: 0 10px;
	}

	footer p {
		color: #FFF;
		font-size: 14px;
		font-family: 'Georgia','supermarketregular', sans-serif;
		float: none;
		margin-top: 10px;
	}

	#courses_list > li h2 {
		color: #FFF;
		font-size: 16px;
	}

	#courses_list > li {
		padding: 0 15px;
		background: #000;
		color: #FFF;
		cursor: pointer;
		margin-bottom: 1px;
	}

	.course_detail li h3 {
		display: inline-block;
		font-size: 18px;
		color: #FFF;
	}

	.course_detail li p {
		color: #AEAEAE;
		padding-left: 0;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.course_detail li div {
		margin-right: 4px;
		text-align: center;
		display: block;
		margin: 0 auto 20px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		font-size: 25px;
		font-weight: bold;
		vertical-align: middle;
		line-height: 48px;
		color: #000;
	}

	p {
		font-family: 'supermarketregular', sans-serif;
		font-size: 20px;
	}

	nav a {
		display: block;
		border-bottom: 1px solid #FFF;
		padding: 15px 0;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	nav {
		position: fixed;
		background: #000;
		padding: 10px 15px;
		top: 55px;
		width: 100%;
		display: none;
		z-index: 100;
	}

	.course_name h2 {
		float: left;
		display: inline-block;
		margin-top: 11px;
	}

	.course_name {
		padding: 13px 0;
	}

	.course_detail li {
		padding: 15px 10px;
		text-align: center;
	}

	#video_slide {
	    padding: 0;
	    margin-bottom: 20px;
	}

}

@media only screen and (min-width : 769px) {
	.contemplate {
		width: 100%;
		max-width: 1170px;
		margin: auto;
	}

	#courses_list {
		background: #000;
	}

	#courses_list li {
		width: 100%;
		max-width: 1170px;
		margin: auto;
		border-bottom: 1px solid #fff;
	}

	#courses_list li:last-child {
		border-bottom: 0;
	}
}