
/*========================================================
                    1. Import
=========================================================*/

@import "grid.css";
@import "sf-menu.css";

@import "fonts/fonts.css";

/*========================================================
                    2. Global
=========================================================*/

a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
:focus{
	outline: medium none;
}

body{
	background-color: #fff;
	background-image: url("/images/white-background.jpg");
	font: 13px/20px 'Arial';
}
.p-title{
	font-size: 21px;
	line-height: 21px;
	color: #3b3838;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}

h1{
	display: inline-block;
}
h2{
	color: #fff;
	font: 65px/77px 'Fjalla One';
	text-transform: uppercase;
}
h3{
	font: 36px/45px 'Fjalla One';
	color: #5f5f5f;
	text-transform: uppercase;
	margin-top: 50px;
}
.h3__style{
	font-size: 42px;
}
h4{
	font-size: 1.3em;
	line-height: 21px;
	margin-bottom: 7px;
	color: #3b3838;
}
img{
	width: 100%;
	height: auto;
}
.last{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

label[for=username] {
    padding: 10px;
}

label[for=password] {
    padding: 10px;
}

label[for=email] {
    padding: 10px;
}


/*========================================================
                    3. Main layout styles
=========================================================*/

/* Header
========================================================*/

header{
	position: relative;
	padding-top: 34px;
	padding-bottom: 36px;
	border-top: 8px solid #006699;
}

header img{
	width: inherit;
	height: inherit;
}

header h1 img{
	width: 300px;
	height: auto;
}

header ul#language_selector{
	float: right;
}

header ul#language_selector li{
	width: 145px;
	font-size: 12pt;
	padding: 5px;
}

header ul#language_selector li.current{
	font-size: 1.2em;
	font-weight: bolder;
}

header ul#language_selector li:hover{
	background-color: #727272;
	color: #FFF;
}

header ul#language_selector li a img{
	width: 20px;
	height: 14px;
	margin: 2px 10px 0 0;
}

header #form, header #user{
	width: 370px;
	float: right;
	margin-left: 30px;
}

header #form label {
	margin-right: 20px;
	width: 165px;
}





/* Content
========================================================*/

.row_block{
	border-top: 1px solid #ebebeb;
}



/* Buttons
=============================================*/

.btn{
	font-family: 'Fjalla One';
	color: #5f5f5f;
	display: block;
	width: 70px;
	margin: 45px 0 0 -9px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
.btn:hover{
	text-decoration: none;
}
.btn:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	border-bottom: 1px solid #5f5f5f;
	-webkit-transition: width 0.2s linear 0s;
     -moz-transition: width 0.2s linear 0s;
     -o-transition: width 0.2s linear 0s;
     transition: width 0.2s linear 0s;
}
.btn:hover:after{
	width: 100%;
	-webkit-transition: width 0.2s linear 0s;
     -moz-transition: width 0.2s linear 0s;
     -o-transition: width 0.2s linear 0s;
     transition: width 0.2s linear 0s;
}

/* Showcase
=============================================*/
.showcase{
	position: relative;
	color: #fff;
}
.showcase_text{
	position: absolute;
	top: 33%;
	left: 0;
	right: 0;
}
.showcase h2, .showcase p, .showcase a{
	text-align: center;
	color: #006699;
}
.showcase .showcase_title{
	font-size: 20px;
	line-height: 20px;
	margin-top: 8px;
	padding: 0 50px;
}
.showcase p{
	margin-top: 35px;
	color: black;
}
.showcase_btn{
	font: 20px/20px 'Fjalla One';
	text-transform: uppercase;
	background: rgba(255,255,255,0.25);
	border: 2px solid #fff;
	border-radius: 4px;
	display: block;
	width: 148px;
	margin: 50px auto 0;
	padding: 13px 0;
	-webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}
.showcase_btn:hover{
	background: rgba(255,255,255,0.5);
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}
.showcase__style .showcase_text{
	top: 20%;
}
.showcase__style .showcase_title{
	margin-top: 20px;
}

.contact_showcase{
	padding: 50px 0;
	color: #727272 !important;
	text-align: center;
}

/* Info Columns
=============================================*/

.inf-col li{
	padding: 0px 20px 104px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inf-col h3, .inf-col p, .inf-col a{
	text-align: center;
}
.inf-col p{
	margin-top: 25px;
	padding-bottom: 50px;
	position: relative;
}
.inf-col p:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 1px;
	border-top: 1px solid #d0d0d0;
}
.inf-col .btn{
	margin: 34px auto 0;
}

.inf-col li.grid_6 .btn{
	width: auto;
}

.inf-col li.grid_6 form{
	margin: 30px 0;
}

.inf-col li.grid_6 label{
	text-transform: uppercase;
	font-size: 12pt;
}

.inf-col li.grid_6 input[type="text"]{
	margin-top: 10px;
	width: 100%;
	height: 20px;
}

.inf-col li.grid_6 ul#courses_list{
	list-style-type: square;
	list-style-position: inside;
}


.inf-col li.grid_6 ul#videos_list li{
	padding-bottom: 30px;
}

.inf-col li.grid_6 ul#courses_list li{
	padding-bottom: 10px;
}

.inf-col li.grid_6 ul#courses_list li a{
	font-size: 15pt;
	text-transform: uppercase;
	text-decoration: underline;
}

.inf-col li.grid_6 ul#courses_list li a:hover{
	font-size: 16pt;
	font-weight: bolder;
}


.inf-col li.grid_6 ul li iframe{
	width: 100%;
}



/* List of Links
=============================================*/
.block-sep{
	padding: 67px 0 80px;
}
.block-sep h3{
	margin-top: 0;
	padding-top: 35px;
	margin-bottom: 30px;
}
.ver-sep .box_inner{
	height: 100%;
	margin-left: 50%;
	border-left: 1px solid #ebebeb;
}

.list-links_text{
	padding-top: 8px;
	border-bottom: 2px dotted #ebebeb;
}
.list-links_text p{
	padding-bottom: 30px;
}
.list-links_text+.list-links_text{
	margin-top: 20px;
}
.list-links_text.last{
	border: none;
}

/* Horizontal info
=============================================*/

.info-hor h3{
	margin-bottom: 32px;
}
.info-hor_block{
	display: inline-block;
	margin-bottom: 36px;
}
.info-hor_block p{
	overflow: hidden;
}
.info-hor_block img{
	float: left;
	max-width: 87px;
	margin-right: 12px;
}
.info-hor_block div{
	width: 88px;
	height: 88px;
	border-radius: 44px;
	background-color: #037b6b;
	float: left;
	margin-right: 12px;
	position: relative;
}
.info-hor_block div i{
	color: #fff;
	font-size: 40px;
	top: 25px;
	left: 23px;
	position: absolute;
}
.info-hor_block div .fa-mortar-board{
	left: 20px;
}
.info-hor_block div .fa-paper-plane-o{
	left: 21px;
}
.info-hor_block div .fa-table, .info-hor_block div .fa-book{
	left: 26px;
}
.info-hor_block p{
	padding-top: 14px;
}
.info-hor .btn{
	margin: 9px 0 0 -9px;
}

/* Dated
=============================================*/

.dated{
	padding-bottom: 109px;
}
.dated time{
	color: #037b6b;
	font: 56px/56px 'Fjalla One';
	padding-right: 33px;
	border-bottom: 1px solid #e2e1e2;
	display: inline-block;
	margin-top: 44px;
	padding-bottom: 10px;
}
.dated time span{
	font: 18px/27px 'Fjalla One';
	vertical-align: bottom;
	text-transform: uppercase;
}
.dated time span a{
	vertical-align: bottom;
}
.dated p{
	margin-top: 26px;
}
.dated .btn{
	margin: 41px 0 0 -9px;
}

/* Map on Main
=============================================*/

.map-main{
	width: 100%;
}
.map-main iframe{
	width: 100%;
	height: 420px;
}

/* Text Block
=============================================*/
.text-block{
	padding-bottom: 50px;
}
.text-block h3{
	margin-bottom: 30px;
}
.text-block img{
	width: 370px;
}
.text-block_img-left{
	float: left;
	margin-right: 25px;
}
.text-block_img-right{
	float: right;
	margin-left: 25px;
	margin-top: -15px;
}
.text-block .text-block_style-1 p{
	margin-bottom: 28px;
}
.text-block_style-2 h3{
	margin-bottom: 26px;
}

.text-block p{
	margin-bottom: 20px;
}
.text-block a{
	color: #037b6b;
}
.contacts a:hover{
	color: #928e92;
	text-decoration: none;
}

/* Info Block
=============================================*/

.info{
	padding-bottom: 30px;
}
.info h3{
	margin-bottom: 32px;
}
.info li{
	margin-bottom: 30px;
}
.info .info_img{
	position: relative;
}
.info .info_img__indent{
	padding: 20px 20px 0;
	position: relative;
}
.info .info_img__indent .lbHover{
	top: 41%;
	left: 43%;
}
.info .info_text{
	background: #f7f7f7;
	padding: 27px 16px 30px;
}
.info .box{
	background: #f7f7f7;
}

.thumbs_img{
	position: relative;
}
.lbHover{
	color: #000;
	font-size: 50px;
	opacity: 0;
	position: absolute;
	top: 47%;
	left: 44%;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}
.info li .thumbs_img:hover .lbHover{
	opacity: 0.8;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}

.info-social{
	margin-top: 25px;
	display: inline-block;
}
.info-social div{
	width: 28px;
	height: 28px;
	border-radius: 14px;
	background: #dfdfdf;
	color: #fff;
	float: left;
	margin-right: 9px;
	position: relative;
	 -webkit-transition: all 0.5s linear 0s;
     -moz-transition: all 0.5s linear 0s;
     -o-transition: all 0.5s linear 0s;
     transition: all 0.5s linear 0s;
}
.info-social i{
	position: absolute;
	top: 8px;
	left: 9px;
}
.info-social .fb-icon i{
	left: 10px;
}

.info-social a {
	text-decoration: none !important;
}

.info-social .tw-icon:hover{
	background: #5dd7fc;
	 -webkit-transition: all 0.1s linear 0s;
     -moz-transition: all 0.1s linear 0s;
     -o-transition: all 0.1s linear 0s;
     transition: all 0.1s linear 0s;
}
.info-social .fb-icon:hover{
	background: #3c599b;
	 -webkit-transition: all 0.1s linear 0s;
     -moz-transition: all 0.1s linear 0s;
     -o-transition: all 0.1s linear 0s;
     transition: all 0.1s linear 0s;
}
.info-social .gp-icon:hover{
	background: #dd4b39;
	 -webkit-transition: all 0.1s linear 0s;
     -moz-transition: all 0.1s linear 0s;
     -o-transition: all 0.1s linear 0s;
     transition: all 0.1s linear 0s;
}
.info-social .li-icon:hover{
	background: #0274b3;
	 -webkit-transition: all 0.1s linear 0s;
     -moz-transition: all 0.1s linear 0s;
     -o-transition: all 0.1s linear 0s;
     transition: all 0.1s linear 0s;
}

/* Quotes
=============================================*/

.quotes{
	padding-bottom: 109px;
}
.quotes h3{
	margin-bottom: 32px;
}
.quotes_img{
	width: 16px;
	height: 13px;
	float: left;
	margin-right: 13px;
	margin-top: 5px;
}
.quotes h4{
	margin-top: 13px;
}

/* Blog
=============================================*/
.blog{
	margin-bottom: 175px;
}
.blog h3{
	margin-bottom: 32px;
}
.post{
	margin-bottom: 36px;
}
.post time{
	display: block;
	margin-top: 0;
	position: relative;
}
.post div{
	overflow: hidden;
}
.post .post_author{
	position: absolute;
	bottom: 10px;
	right: 0;
}
.post .post_author a{
	color: #5f5f5f;
}
.post h4{
	padding-top: 30px;
}
.post .dated{
	padding-bottom: 0;
}
.post .dated p{
	margin: 0;
}
.post .dated .btn{
	position: absolute;
}

/* A-Side
=============================================*/

.a-side h3{
	margin-bottom: 32px;
}

/* List
=============================================*/

.list .list_marker{
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #037b6b;
	margin-top: 4px;
	margin-right: 12px;
	float: left;
}
.list li:hover .list_marker{
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;	
	border-left: 8px solid #037b6b;
	border-radius: 0;
	background: transparent;
	margin-top: -1px;
}
.list li{
	margin-bottom: 10px;
}
.list li a{
	line-height: 13px;
}

/* Map
=============================================*/
.map {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 30px;
	margin-top: 30px;
}

.map iframe {
	border: none;
	width: 100%;
	height: 390px;
}

/* Contact
=============================================*/
.contacts{
	margin-top: 42px;
}
.contact_adrress{
	padding-top: 21px;
	line-height: 30px;
}
.contacts span{
	display: inline-block;
	min-width: 100px;
}
.contacts a{
	color: #037b6b;
}
.contacts a:hover{
	color: inherit;
}
.feedback h3{
	margin-bottom: 25px;
}

.searchers {
	padding: 5px 0;
}

textarea{
	width: 100%;
	height: 200px;
}

/* To Top Button*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 600px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    z-index: 20;
    background-color: #037b6b;
    border-radius: 10px;

}
#toTop i{
    color: #fff;
    font-size: 34px;
    padding-top: 6px;
    padding-left: 12px;
}
#toTop:hover i{
    padding-top: 0px;
    margin-top: 6px;
    -webkit-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -moz-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -ms-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    -o-transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
    transition: padding-top 0.2s linear 0s, margin-top 0.2s linear 0.2s;
}

/* Footer
========================================================*/

footer{
	padding: 57px 0 85px 0;
	border-top: 1px solid #ebebeb;
}
.pr_policy{
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
}
.pr_policy a{
	text-transform: none;
}

#developed{
	float: right;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1200px){
	.post .dated .btn{
		position: relative;
		margin-left: 0;
	}
}

@media only screen and (max-width: 1400px){
	.showcase .showcase_text, .showcase_indent .showcase_text{
		top: 15%;
	}
	.showcase .showcase_text h2{
		font-size: 50px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 1279px) {
	.showcase .showcase_btn{
		margin-top: 5px;
	}
	.showcase p{
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1199px) {
  	.inf-col p:after{
		left: 25px;
	}
}

@media only screen and (max-width: 1023px) {
	.showcase .showcase_text h2{
		font-size: 40px;
		line-height: 40px;
	}
	.showcase p{
		display: none;
	}
	.showcase .showcase_title{
		display: block;
	}
}

@media only screen and (max-width: 979px) {
	.inf-col p:after{
		left: 30px;
		width: 72px;
	}
	h3{
		font-size: 25px;
	}
	.text-block img{
		width: 270px;
	}
	.info .info-social div{
		margin-bottom: 9px;
	}
}
@media only screen and (max-width: 767px) {
	h3{
		margin-top: 25px;
		font-size: 36px;
	}
	.inf-col p:after{
		left: 90px;
		width: 200px;
	}
	.showcase .showcase_text h2{
		font-size: 20px;
		line-height: 20px;
	}
	.showcase .showcase_title{
		font-size: 16px;
		line-height: 16px;
	}
	.showcase_btn{
		font: 12px/12px 'Fjalla One';
		width: 98px;
		margin: 50px auto 0;
		padding: 7px 0 5px;
	}
	.inf-col li{
		padding-bottom: 25px;
	}
	.text-block img{
		float: none;
		margin:20px 0 20px;
	}
	.info li{
		margin-bottom: 20px;
	}
	.quotes blockquote{
		margin-bottom: 30px;
	}
	.list h3{
		margin-top: 35px;
	}
	.map{
		margin-bottom: 30px;
	}
	.post time{
		margin-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.inf-col p:after{
		left: 50px;
		width: 130px;
	}
	.showcase_text{
		display: none;
	}
	.inf-col p{
		padding-bottom: 0;
	}
	.inf-col p:after{
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	.inf-col p:after{
		display: none;
	}
}
/*Core variables and mixins*/



/*******************************************************/
/* CUSTOM CODE *****************************************/
/*******************************************************/

#education_info{
	padding: 30px 0;
	font-size: 12pt;
	text-align: justify;
}

#education_info a{
	color: #037b6b;
	font-weight: bold;
}

.searchers{margin: 10px;}

.search{padding: 20px 0;}
.search h4{margin-bottom: 15px;}

.submit{text-align: center;}

form#search_videos {
	display: inline-block;
}

form#search_videos input[type="text"]{
	padding: 5px 0;
	width: 100%;
}

.container li{list-style-type: none;}

form#search_videos input[type="text"]::-webkit-input-placeholder {text-transform: uppercase; padding: 0 5px; color: black;}
form#search_videos input[type="text"]:-moz-placeholder {text-transform: uppercase; padding: 0 10px; color:black;} /* Firefox 18- */
form#search_videos input[type="text"]::-moz-placeholder {text-transform: uppercase; padding: 0 10px; color:black;}  /* Firefox 19+ */
form#search_videos input[type="text"]:-ms-input-placeholder {text-transform: uppercase; padding: 0 10px; color:black;}

.search select{
	background-color: #037b6b;
	color: white;
	padding: 5px 0;
	cursor: pointer;	
	width: 100%;
}

input[type="submit"]{
	padding: 5px;
	height: 29px;
	border-radius: 0;
	background-color: #037b6b;
	border: 1px solid #037b6b;
	color: #FFF;
	width: 50%;
	text-transform: uppercase;
	cursor: pointer;
	
}

.search select:first-of-type{}

.thumbs .info_text p{
	text-align: justify;
}

.flowplayer{margin-bottom: 20px; margin-left:25%; max-width:50%;}

.paginator{display:block; text-align: center; font-size:1.2em;}

.paginator li{display:inline-block; margin: 10px;}

.paginator li.active{font-weight:bold; font-size:1.3em;}

.paginator p{display:inline-block; margin: 10px;}


/*==============================================
 *                Form Style
 *==============================================*/

.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 legend {
    margin:0 0 27px 0;
    padding:0px;
    display:block;
    font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
}
.form-style-1 legend::after {
    content: ":";
}

.form-style-1 input[type=text],
.form-style-1 input[type=password],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}

