@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=cyrillic-ext');

/*
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Fira Sans Extra Condensed', sans-serif;	
*/

* {
	outline: none!important;	

-webkit-transition: all ease-in-out .3s;			
   -moz-transition: all ease-in-out .3s;			
		transition: all ease-in-out .3s;	
}

html {
	position: relative;
	min-height: 100%;
}
body {
	-webkit-tap-highlight-color: transparent;	
	   -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	margin-bottom: 80px;	
	background:#ffffff;
    font-family: 'Source Sans Pro', sans-serif;
  	color: #575757;
	font-size:1.8em;
	line-height:1.5;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
}
::-moz-selection {
    text-shadow: none;
    background: #03a9f4;
	color:#ffffff;	
}
::selection {
    text-shadow: none;
    background: #03a9f4;
	color:#ffffff;	
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
	text-align:center;
	margin:30px 0;
	font-weight:300;
	color:#111111;
}
h4 {
	text-align: left;
	font-weight: 600;
	color: #333;
}

a {
	color:#039be5;
}
a:hover,
a:focus,
a:active {
	color: #fbc02d;	
}
a, 
a:hover, 
a:active,
a:focus{
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;	
}
img {
	max-width:100%;
    -webkit-user-select: none;
       -moz-user-select: none;
    	-ms-user-select: none;
     		user-select: none;	
}
ul li{
	margin:0;
	padding:0;
}
/*FOOTER*/
footer {
    background-color: #222222;
	color: #b0bec5;
	padding-top:20px;
	text-align:center;
}
footer a {
    color: #b0bec5;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #ffffff;	
}

/*SCROLL TO TOP*/
.topcontrol {
    background: #fbc02d none repeat scroll 0 0;
    bottom: 5px;
	right: 5px;
    color: #fff;
    cursor: pointer;
    padding: 0 12px;
	margin:0;
    position: fixed;
    
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.topcontrol:hover {
    background: #222;
    color: #fff;
}
i.scrolltop {
	margin:0;
	font-size: 2em;
}
/*BUTTON*/
.btn{
	border-radius:2px;
	text-align:center;
	padding:7px 20px 5px;
	border-radius:0;
	text-transform:uppercase;
	font-size:1em;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
	color:#ffffff;	
}
.btn-yellow{
	background:rgba(251,192,45,0.6);  
	border:1px solid rgba(251,192,45,0.7); 	
}
.btn-yellow:hover{
	background:rgba(251,192,45,0.8);  
	border:1px solid rgba(251,192,45,1); 
	color:#ffffff;
}
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.btn-yellow:active.focus,
.btn-blue.active.focus{
	yellow: #ffffff;
	background:rgba(79,195,247,1);
}

/*NAVIGATION*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fbc02d !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fbc02d !important;
    background-color: transparent;
}
.navbar-brand { 
	padding: 5px 15px;
}
.menu-top { 
	background:rgba(0,0,0,0.7);
}
.menu-top.index { 
	background: none;
}
.menu-top li a {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #eeeeee !important;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-top li a:hover { 
	color: #fbc02d!important;
}
@media only screen and (max-width:768px) { 
	.navbar-collapse {
		background: #333333;
		border: transparent;
		margin-top:10px;
	}
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}

.navbar-default.menu-shrink {
    background: #222222;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 100%;
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}

/*DROPDOWN*/

.dropdown-menu {
	font-size: 0.9em;
	font-weight:300;
    font-family: 'Source Sans Pro', sans-serif;
	text-transform:none;  
	background-color: #f8f8f8;
	border: none;
	border-radius: 0;
	min-width: 100%;
	padding:0;
	margin-top:-10px;
-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);	
	
		box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);	
}
.dropdown-menu > li > a {
	padding: 10px 20px;
	color: #575757 !important;
	text-decoration:none;
	border-bottom:1px solid #dddddd;
	text-transform:none !important; 
}
@media (min-width: 768px) {
	.dropdown-menu > li:last-child > a {
		border-bottom:none;
	}	
}
@media (max-width: 767px) {
	.dropdown-menu > li > a {
		padding: 15px 25px !important;
		color:#eeeeee !important;
		border-bottom:1px solid #999999;		
	}	
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

/*SLIDER*/
.slider_overlay {
	background: rgba(0, 0, 0, 0.2);
	height: 700px;
}
.slider_text { 
	padding-bottom: 30px;
}
.slider_text h2 {
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    padding-top: 250px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
@media only screen and (max-width:768px) { 
    .slider_text h2 { 
		font-size: 40px;
	}
}
@media only screen and (max-width:414px) { 
    .slider_text h2 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 150px;
    }
}
.slider_text p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 35px;
    padding-top: 25px;
}
.carousel-indicators li {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    height: 2px;
    margin: 0 1px;
    width: 30px;
}
.carousel-indicators .active {
    height: 2px;
    margin: 0 1px;
    width: 30px;
    border: 1px solid #fbc02d;
    background: #fbc02d;
}
.carousel-indicators { 
	bottom: -130px;
}
@media only screen and (max-width:480px) { 
    .carousel-indicators { 
		bottom: -60px;
	}
}

/*HOME SHIDESHOW*/
#home-slider {
    overflow: hidden;
    position: relative;
}
.caption {
    position: absolute;
    top: 15%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.caption h2 {
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    padding-top: 250px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
@media only screen and (max-width:768px) { 
    .caption h2 {
        font-size: 40px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width:480px) { 
    .caption h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }
}
.caption p {
    color: #fff;
    letter-spacing: 1px;
    margin: 20px auto;
	max-width:900px;
 }
.carousel-fade .carousel-inner .item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}
.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-control { 
	z-index: 2;
}
.left-control,
.right-control {
    background:#fff;
    color: #222;
    font-size: 24px;
    height: 51px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    width: 51px;
    z-index: 20;
}
@media only screen and (max-width:480px) { 
    .left-control,
    .right-control {
		display: none;
	}
}
.left-control { 
	left: -51px;
}
.right-control {
	right: -51px;
}
.left-control:hover,
.right-control:hover {
    background-color: #fbc02d;
    color: #fff;
}
#home-slider:hover .left-control {
	left: 0px;
}
#home-slider:hover .right-control {
	right: 0px;
}
#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    		animation: bounce 3000ms infinite;
}

/*WORK*/

.grid [class*=col-] {
	padding:0;
}
.image-wrapper {
	position: relative;
}
.image-wrapper b {
	position:absolute;
	top:-20px;
	right:20px;
	font-size:6em;
	color:rgba(255,255,255,0.5);
  	text-shadow: 0 5px 5px rgba(0, 0, 0, .4); 
}
.image-wrapper img {
    width: 100% !important;
    height: auto;
}
.image-overlay {
    background: rgba(251,192,45, 0.8);
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    		transition: all 0.3s ease-out;
}
.image-overlay h2 {
	color:#222222;
	margin-top:30%;
	font-weight:400;
}
.image-overlay span {
    position: absolute;
    top: 40%;
	text-align:center;
    color: #FFF;
    left: 38%;
}
.image-overlay span i {
    width: 50px;
    height: 50px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}
.image-overlay span i:hover {
    background: #fff;
    color: #fbc02d;
    border: 1px solid #fff;
}
.image-wrapper:hover .image-overlay { 
	opacity: 1; 
	filter: alpha(opacity=100);
}

/*SELF WORK*/
.selfwork-line [class*=col-] {
	padding:0;
}
.selfwork {
    padding: 48px 30px;
    -webkit-transition: all 0.4s ease 0s;
    		transition: all 0.4s ease 0s;
}
.selfwork-line {
	background: #f8f8f8;
	text-align:center;
}
.selfwork i {
    color: #fbc02d;
    font-size: 40px;
    margin: 0;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}
.selfwork h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin: 0;
    padding-bottom: 20px;
}
.selfwork p {
    color: #333;
    margin-bottom: 0;
    padding-bottom: 20px;
}

/*BALLS*/
.balls-block {
	background: #fbc02d;
	color:#111111;
	padding:20px 0;
}
ul.balls {
	margin:0;
	padding:0;
	text-align:center;
}
ul.balls li {
	display:inline-block;
	list-style:none;
	margin:10px 20px;
	padding: 10px;
}
ul.balls li h3 {
	margin:0;
}
ul.balls li h2 {
	margin-top:10px;
	line-height:2em;
	background:rgba(255,255,255,0.2);
	padding:3px 10px;	
}
ul.balls li span {
	font-size:2em;
}

/*TEACHER*/
.teacher-block {
	text-align:center;
}
ul.teacher {
	margin:0;
	padding:0;
	text-align:center;
}
ul.teacher li{
	display:inline-block;
	margin:10px;
	width:250px;
	border: 1px solid #e8e8e9;
	padding:5px;
	vertical-align:top;
}
ul.teacher li:hover {
	box-shadow:0px 50px 50px rgba(0,0,0,0.1);	
    -webkit-transform: scale(1.05);
    	-ms-transform: scale(1.05);
    		transform: scale(1.05);
}

/*VIDEO*/
.video {
	background: #222222;
	color:#eeeeee;
	text-align:center;
	padding:20px 0 60px;
}
.video h1 {
	color:#eeeeee;
}
iframe {
    height: 480px;
    width: 760px;
    border: none;
}
@media only screen and (max-width:991px) { 
	.video {
		display:none;
	}
    iframe { width: 100% }
}

/*SKILL*/
.progress-bar-text {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.progress-bar-text span { 
	float: right;
}
.progress-bar {
    background: #e8e8e9 none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 10px;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}
.progress-bar > span {
    background: #fbc02d none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}
/*CONTACT*/
.contact { 
	padding-top: 60px;
}
.single-address {
    padding: 30px;
}
@media only screen and (max-width:768px) { 
    .single-address { 
		padding: 30px 2px;
	}
}
.single-address:hover {
	box-shadow:0px 20px 20px rgba(0,0,0,0.1);
    -webkit-transform: scale(1.03) translateY(-7px);
    	-ms-transform: scale(1.03) translateY(-7px);
    		transform: scale(1.03) translateY(-7px);		
}
.single-address i {
	background: #fbc02d;
	border: 1px solid #fbc02d;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 18px;
	text-align: center;	
}
.single-address h4 {
    margin-bottom: 20px;
}
.single-address p {
    margin-bottom: 0;
}
.map { 
	height: 500px;
}

/*PAGE*/
main {
	margin-top:100px;
	padding-bottom:80px;
}
.simple li {
	margin:10px 0;
}

/*TOOLTIP*/
.mytooltip {
	position: relative;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: #222;
	outline: none;
}
.mytooltip span {
	visibility: hidden;
	position: absolute;
	width: auto;
	top: -90px;
	margin-left: -100px;	
	z-index: 999;
	padding: 10px;
	border-radius:4px;
	font-size:0.9em;
	background:rgba(69,90,100,0.7);
}
.mytooltip:hover {
	border: 0;
}
.mytooltip:hover span {
	visibility: visible;
	
}

/*MASONRY*/

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -webkit-column-gap: 1.5em;	
       -moz-column-gap: 1.5em;
    		column-gap: 1.5em;
}

.masonry .item {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 0 0 1.5em;
    width: 100%;
	text-align:center;

    -webkit-box-sizing: border-box;	
       -moz-box-sizing: border-box;
    		box-sizing: border-box;
			
-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 10px 20px -50px rgba(0, 0, 0, 0.2);		
	
		box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 10px 20px -50px rgba(0, 0, 0, 0.2);	
}
@media (max-width: 870px) {
	.masonry .item{
		padding: 20px;
	}  
}
.masonry .item:hover {			
	box-shadow:0px 10px 50px rgba(0,0,0,0.1);	
    -webkit-transform: scale(1.02);
    	-ms-transform: scale(1.02);
    		transform: scale(1.02);		
}
.masonry .item img {
	max-width:100%;
}

.masonry .item .text {
	padding:15px;
}
.masonry .item .text h4{
	margin:0;
	font-size:1.05em;
}
.masonry .item .text p{
	margin:0;
}
@media only screen and (min-width: 700px) {
    .masonry {
        padding: 15px;
		-webkit-column-count: 1;
           -moz-column-count: 1;
        		column-count: 1;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
		-webkit-column-count: 2;
           -moz-column-count: 2;
        		column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
		-webkit-column-count: 3;
           -moz-column-count: 3;
        		column-count: 3;
    }
}

/*FLEX BOX*/
.column-container{
    display: -webkit-flex;
    display: -ms-flex;	
	display:flex;
	align-items:stretch;
}

.column{
	width: 33%;
	padding: 2rem;
}

.column:nth-child(1){
	background: red;
}

.column:nth-child(2){
	background: blue;
}

.column:nth-child(3){
	background: green;
}

/*ASIDE*/
aside h1,
aside h2 {
	text-align:left;	
}
aside h1 {
	font-size:1.8em;
	margin-top:10px;
}
aside h1 span{
	font-size:2em;
}
aside h2 {
	font-size:1.3em;
	margin:40px 0 20px;
}
ul.left-list {
	margin:0;
	margin-right:20px;
	padding:0;
} 
ul.left-list li {
	list-style:none;
	padding:7px 0;
	border-bottom:1px dotted #505a5f;
}
ul.left-list li:first-child{
	border-top:1px dotted #505a5f;
}
ul.left-list li:hover {
	background:#f8f8f8;
	padding-left:10px;
}

/*ARTICLE*/
article p {
	margin:15px 0;
}
article li {
	padding:6px;
}
article dt {
	margin:15px 0;
}
article dd {
	margin:7px 0 7px 30px;;
}
.image-list {
	padding: 0px;
	max-width: 1300px;
	margin: 20px auto;
	list-style: none;
	text-align: center;
}
.image-list li {
	width:300px;
	display: inline-block;
	margin: 5px;
	padding: 0px;
	vertical-align:top;
}
.image-list .item {
	position: relative;
    overflow: hidden;
    margin: 0;
	margin-bottom:10px;	
}
.image-list.padd .item {
	padding:10px;
}

.image-list .item:hover{
	box-shadow:0px 10px 50px rgba(0,0,0,0.1);	
    -webkit-transform: scale(1.02);
    	-ms-transform: scale(1.02);
    		transform: scale(1.02);
}

.image-list .item img, 
.image-list.padd .item img{
	max-width:280px;
	max-height:280px;
}

.image-list.big li {
	width:370px;
}
.image-list.padd.big .item img{
	max-width:350px;
	max-height:350px;
}

.image-list.sm li {
	width:150px;
}
.image-list.padd.sm .item img{
	max-width:130px;
	max-height:130px;
}

ul.text-list {
	text-align:center;
	padding:0 !important;
}
ul.text-list li {
	list-style:none;
	display:inline-block;
	background:rgba(90,95,98,0.2);
	line-height:5em;
	padding:10px;
	margin:10px 3px;
}
ul.text-list li:hover {
	background:rgba(90,95,98,0.5);
}
ul.text-list li:hover a{
	color:#ffffff;
}
.box-code {
	background:rgba(90,95,98,0.2);
	padding:10px 20px;
	margin:20px 0;
}
ul.text-list li:hover,
h6:hover img,
.box-code:hover{
	box-shadow:0px 10px 50px rgba(0,0,0,0.1);	
    -webkit-transform: scale(1.02);
    	-ms-transform: scale(1.02);
    		transform: scale(1.02);
}

.table-custom  > thead > tr > th {
  vertical-align: top;
  border-bottom: none;
  line-height:1.2em;
  font-weight:400;
  background: rgba(84,110,122,0.7);  
  color: #ffffff;
}
.table-custom i {
	font-size:1.1em;
	color:#8597a0;
}

ul.column3{
	padding:0;
	margin:10px 0 20px;
		
 -webkit-columns: 3; 
	-moz-columns: 3; 
		 columns: 3;
		 
-webkit-column-gap: 2em;
   -moz-column-gap: 2em;
		column-gap: 2em;	 
}
ul.column3 li{
	list-style:none;
	margin:5px 0;
}
@media (max-width: 767px) {
	ul.column3{
	 -webkit-columns: 2; 
		-moz-columns: 2; 
			 columns: 2;
			 
	-webkit-column-gap: 2em;
	   -moz-column-gap: 2em;
			column-gap: 2em;	 
	}
}
@media (max-width: 600px) {
	ul.column3{
	 -webkit-columns: 1; 
		-moz-columns: 1; 
			 columns: 1;	 
	}
}

.lecture h2,
.lecture h3 {
	text-align:left;
}
.lecture ul {
	padding-left:0;
}
.lecture ul ul{
	padding-left:30px;
}
.lecture ul li {
	list-style:none;
	margin:7px 0;
}
article .pull-right {
	margin-left: 15px;
	margin-bottom: 15px;
}
article .pull-left {
	margin-right: 15px;
	margin-bottom: 15px;
}

.lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
	margin: 20px auto;
	background: #f0f0f0;
	padding: 10px;
}