/* ============================== */
/* 
	Title: Eduland Landing Page
	Autor: CoralixThemes
	Url: www.coralixthemes.com
*/
/* ============================== */


/* ---------------------------------------------------------------------- */
/*	Import styles
 /* ---------------------------------------------------------------------- */

/*Fonts*/
@import url("http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900");

/*CSS Animations*/
@import url("animate-custom.css");

/*CSS Animations*/
@import url("YTPlayer.css");



/* ---------------------------------------------------------------------- */
/*	Custom styles
 /* ---------------------------------------------------------------------- */
a{
	text-decoration: none;
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;	
}
a:hover{
	text-decoration: none;
	outline: none;
}
body{
	background: #fff;
	font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
	color: #8495a5;
}
footer {
	background: #027bef;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}
footer h6 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
footer ul {
	list-style: none;
}
footer ul li {
	display: inline-block;
}
h1,h2,h3,h4,h5,h6{
	color: #46627e;
	font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
	font-weight: bold;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
header {
	background: #FFFFFF;
}
header .navbar {
	margin: 0;
	padding: 0;
}
iframe {
	border: 0;
}
img {
	width: 100%;
}
p{
	color: #8495a5;
	font-size: 14px;
	font-weight: normal;
}
.btn-default{ margin-top:10px; margin-bottom:10px;
	background: #fff;
	border: solid 3px #dedede;
	color: #8495A5;
	font-size:120%;
	font-weight: bold; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default:hover {
	background: transparent;
	border: solid 3px #027BEF;
	color: #027BEF;
}





.classes {
	background: #e9eef2;
}
.classes .item{
	text-align: center;
	margin-bottom: 30px;
}
.classes .item figure {
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.classes .item figure img {
	max-width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .7s;
	-moz-transition: -moz-transform .7s;
	-ms-transition: -ms-transform .7s;
	-o-transition: -o-transform .7s;
	transition: transform .7s;
}
.classes .item:hover figure img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.classes .item figcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	z-index: 6;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.classes .item:hover figcaption {
	background: url("../img/overlay_6.png"); /* old browser */
	background: rgba(0,0,0,0.75);
}
.classes .item figcaption span {
	bottom:30%;
	border:2px solid #fff;
	border-radius: 4px;
	color:#fff;
	font-size:16px;
	font-weight:200;
	height:34px;
	left:50%;
	margin-left:-46px;
	opacity:0;
	padding-top:6px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	transition: all .7s ease-in-out;
	width:90px;
	filter:alpha(opacity=0);
	-khtml-opacity:0;
	-moz-opacity:0; 
	-moz-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	-webkit-transition:all .7s ease-out
}
.classes .item:hover figcaption span { 
	bottom:50%;
	opacity:1;
	margin-bottom:-21px;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1 
}  
.cta {
	background: #013371;
	color: #fff;
	text-align: center;
}
.cta h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	word-spacing: 5px;
}
.cta a.btn-default {
	background: #fff;
	border: none;
	color: #0d83b7;
}
.cta a.btn-default:hover {
	background: #fff;
	color: #013371;
}
.features {
	background: #fff;
}
.features .item{
	text-align: center;
	margin-bottom: 60px;
}
.features .item h2{
	font-size: 20px;
	margin-top: 25px;
	text-transform: uppercase;
}
.features .item i{
	border-radius: 50px;
	border: solid 2px #e9eef1;
	color: #027bef;
	display: inline-block;
	font-size: 36px;
	margin-bottom: 10px;
	padding: 20px;
	width: 96px;
	height: 96px;
}
.features .item:hover a i{
	background: #027bef;
	color: #fff;
	border: solid 2px #027bef;
}


.mainform {
	border: none;
	border-radius: 4px;
	height: 50px;
	margin-bottom: 20px;
}
.generic {
	padding: 0px 0 0px 0;
}
#loader { 
	visibility: hidden;
	width: auto;
}
.modal .modal-body figure {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 10px 0 0 0;
	padding: 5px;
}
.navbar {
	background: #fff;
	border: solid 1px #F1F2F6;
	margin-bottom: 0;
}
.navbar-brand {
	margin-top: 0px;
}



.navbar-default .navbar-nav>li>a {
	color: #46627e;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	padding-right:5px;
	padding-left: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
}
.navbar-default .navbar-nav>li>a:hover{
	color: #027bef;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus{
	color: #46627e;
	background-color: #fff;
	border-bottom: 2px solid #E9E9E9;
}
.navbar-default .navbar-nav>.active>a:hover{
	color: #027bef;
	background-color: #fff;
}
.panel-default>.panel-heading {
	background: #fff;
	border-color: #e9eef2;
	color: #027bef;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
}
.panel-default>.panel-heading:hover {
	background: #027bef;
	color: #fff;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	color: #8495a5;
}
#siteLoader {
	position: fixed;
	left: 50%;
	top: 45%;
	width: 50px;
	height: 50px;
}
.slider{
	background: url("../img/form-bg-2.jpg");
	padding: 20px 0 20px 0;
}


.slider h2, .slider h3,.slider h4 {
color: #fff;

}
.slider h2{
	font-size: 250%;
	font-weight: 800;
}
.slider h3 {
	font-size: 200%;
	font-weight: 300;
	font-family: Arial;
}
.slider h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}
.slider hr {
	border-top: 1px dotted #363636;
}
.slider .btn-default {
	background: #fff;
}
.table {
	background: #fff;
}
.table .table-list {
	border: solid 1px #dedede;
	list-style: none;
	padding: 0;
	text-align: center;
}
.table .table-list:hover {
	background: #0058ad;
}
.table .table-list:hover .table-price{
	background: #fff;
	color: #027BEF;
}
.table .table-list:hover li{
	color: #fff;
	border-bottom: solid 1px #216cb4;
}
.table .table-list .btn-default{
	border: solid 3px #669bce;
	background: #0058ad;
	color: #fff;
}

.table .table-list:hover .btn-default{
	background: #fff;
	border: solid 3px #dedede;
	color: #8495A5;
}

.table .table-list li{
	border-bottom: solid  1px #dedede;
	color: #8495A5;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
}
.table .table-list .table-button{
	padding: 0px;
}
.table .table-list .table-header{
	background: #0058ad;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 5px;
	text-transform: uppercase;
}
.table .table-list .table-price{
	background: #f5f5f5;
	padding-bottom: 25px;
	color: #46627E;
	font-size: 36px;
	font-weight: 700;
}
.teachers {
	background: #E9EEF2;
}
.teachers .item{
	margin: 50px 0;
	text-align: center;
}
.teachers .item a{
	text-decoration: none;
}
.teachers .item figure {
	background: #000;
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.teachers .item figure img {
	max-width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .7s;
	-moz-transition: -moz-transform .7s;
	-ms-transition: -ms-transform .7s;
	-o-transition: -o-transform .7s;
	transition: transform .7s;
}
/*.teachers .item:hover figure img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: .5;
}*/
.teachers .item figcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	z-index: 6;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.teachers .item:hover figcaption {
	background: url("../img/overlay_6.png"); /* old browser  */ 
	background: rgba(0,0,0,0.75);
}

.teachers .item figcaption i {
	bottom:30%;
	color:#fff;
	font-size:33px;
	font-weight:200;
	height:34px;
	left:50%;
	margin-left:-46px;
	opacity:0;
	padding-top:6px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	transition: all .7s ease-in-out;
	width:90px;
	filter:alpha(opacity=0);
	-khtml-opacity:0;
	-moz-opacity:0; 
	-moz-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	-webkit-transition:all .7s ease-out
}
.teachers .item:hover figcaption i { 
	bottom:55%;
	opacity:1;
	margin-bottom:-21px;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1 
} 
.teachers .item .class_title{
	background: #027bef;
	margin: 0;
	padding: 5px;
	position: relative;
	width: 100%;
	height: 40px;
}
.teachers .item .class_title h2{
	color: #fff;
	font-size: 18px;
	margin: 0;
	position: inherit;
	text-transform: uppercase;
	z-index: 999;
}
.teachers .item .class_title:after{
	background: #027bef;
	content: "";
	position: absolute;
	top: -20px;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: skew(0deg, -3deg);
  -moz-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  -o-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
}
.teachers .item .description {
	background: #fff;
	padding:0 10px;
}
.teachers .item .description h3{
	color: #46627e;
	font-size: 18px;
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
}
.teachers .item .description p{
	padding: 0 0 20px 0;
}

.testimonials {
	background: url("../img/map-bg.jpg") no-repeat center center;
	background-size: cover;
}
.testimonials .date {
	background: #fff;
	border: 1px solid #949bb0;
	border-radius: 100px;
	height: 144px;
	margin: 0 auto 10px auto;
	position: relative;
	text-align: center;
	width: 144px;
}
.testimonials .date h5 {
	color: #46627e;
	font-size: 24px;	
	font-weight: 300;
	margin: 43px 0 0 0;
}
.testimonials .date:hover {
	background: #027bef;
	border: 1px solid #027bef;
}
.testimonials .date:hover h5 {
	color: #fff;
}
.testimonials .item-testimonial {
	background: #fff;
	border: 1px solid #e9eef2;
	margin-bottom: 25px;
	padding: 10px 20px;
	position: relative;
}
.testimonials .item-testimonial h3 {
	color: #027bef;
	font-size: 18px;
	font-weight: 300;
}
.testimonials .item-testimonial h4 {
	color: #46627e;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.testimonials .container_item {
	margin-left: 0px;
	padding-left: 30px;
}
.title {
	text-align: center;
	padding-bottom: 0px;
}
.title h2 {
	text-transform: uppercase;
}
.top-bar {
	background: #f1f2f6;
	line-height: 1; padding-top:20px;
}
.top-bar a{
	color: #9199ae;
	font-size: 20px;
	vertical-align: middle;
}
.top-bar a:hover{
	color: #027bef;
}
.top-bar p {
	margin: 12px 0;
}
.top-bar .social-media{
	text-align: center;
}
.top-bar .data-info{
	text-align: center;
}
.upcoming {
	background: #fff;
}
.scrollup {
	display: none;
}
.video {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.video_fullscreen {
	display: none;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* timer block */ 

.event-info {
	display:block;
margin: 10px 0 10px 0;
height: auto;
border-radius:4px;
width: 100%;
background-color: rgba(255,255,255,0.9);
padding: 5px;
text-align:center;
}


.effectfront {
  border: none;
  margin: 0 auto;
}
.effectfront:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/*  ===== my custom CSS */ 


.prep {
	background: #e9eef2;
}
.prep .zagol{
	text-align: center;
	text-transform: none;
}
.prep .item{
	text-align: left;
	margin-bottom: 30px;
}
.prep .item figure {
	position: relative;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.prep .item figure img {
	max-width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .7s;
	-moz-transition: -moz-transform .7s;
	-ms-transition: -ms-transform .7s;
	-o-transition: -o-transform .7s;
	transition: transform .7s;
}
/*.prep .item:hover figure img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}*/
.prep .item figcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	z-index: 6;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
/*.prep .item:hover figcaption {
	background: url("../img/overlay_6.png"); /* old browser */
	background: rgba(0,0,0,0.75);
}*/
.prep .item figcaption span {
	bottom:30%;
	border:2px solid #fff;
	border-radius: 4px;
	color:#fff;
	font-size:16px;
	font-weight:200;
	height:34px;
	left:50%;
	margin-left:-46px;
	opacity:0;
	padding-top:6px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	transition: all .7s ease-in-out;
	width:90px;
	filter:alpha(opacity=0);
	-khtml-opacity:0;
	-moz-opacity:0; 
	-moz-transition:all .7s ease-out;
	-o-transition:all .7s ease-out;
	-webkit-transition:all .7s ease-out
}
/*.prep .item:hover figcaption span { 
	bottom:50%;
	opacity:1;
	margin-bottom:-21px;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1 
}*/  



.prep .teach {background:#fff; border: solid 2px #e9eef2;}

.subscribe {padding: 0 0 15px 0;}

.white {background:#fff;}
/*.grey {background:#e9eef2;}*/
.grey {background:#D2D4D5;}


.pp_gallery a img {width:50px;}

.cont {margin: 15px 0 0 0; font-size:150%; font-weight:600; color:#013371;}

.cont ul {list-style-type:none;}

.cont img {width:inherit;}

.promoban{
letter-spacing: 0px;
top: -7px;
position: relative;
margin: 5px;
padding: 0px 0px;
color: #BE0404;
}

.event-promo {
	display:block;
margin: 10px 0 10px 0;
height: auto;
border-radius:4px;
width: 100%;
background-color: rgba(255,255,255,0.9);
padding: 5px;
text-align:center;
}

.event-promo p {
color: #060606;
font-size: 21px;
font-weight: normal;
}

.event-promo p span{
	font-weight:bold;
}



.table-price span{
background: #f5f5f5;
padding-bottom: 25px;
color: #000;
font-size: 24px;
font-weight: 700;
text-decoration: line-through;
}

.premba span{
display: block;
padding: 10px 0px;
border-top: solid 1px #dedede;
}

.footer a {
font-size:200%;
color:#fff;	
}

.form-control {
  display: block;
  width: 100%;
  height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
  padding: @padding-base-vertical @padding-base-horizontal;
  font-size: @font-size-base;
  line-height: @line-height-base;
  color: @input-color;
  background-color: #EDECEC;
  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
  border: 1px solid @input-border;
  border-radius: @input-border-radius;
  .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
  .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");

}

.btn-lg {
width: 150px;	
}



/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

.hfix h3 {display:table-cell; height:120px; vertical-align:middle;}

.dipl figure {border: solid 1px grey;}

.table-price span { display:block;}

.row { margin-bottom:15px;}

.col-sm-12 h3 {}

.title .col-sm-12 h1 { margin-top:5px !important;}

.col-sm-12 h2 {}

/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнения */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
        background: rgba(255,255,255,0.9);
    box-shadow: 0 0 8px rgba(0,0,0,.3);
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* формируем кнопку закрытия */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s; opacity:1;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);  opacity:1;  
}
/* изображения внутри окна */
.popup img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 { /* заголовок 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* параграфы */
.popup p {margin: 0; padding: 5px 0}

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
margin: 15px 0;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}
 
.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
margin: 15px 0;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}
 
label { font-size:15px !important; width: 116px; padding-left: 20px;
margin: 5px; float: left; text-align: left; }
 
br { clear: left; }

.titleperez { font-size:150%; font-weight:bold; margin-bottom:10px; margin-top:10px;}

.perezpolja input { width:100%; border-radius:3px; margin-top:20px; padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px;     border: 2px solid #e5e5e5; }

.perezknopka input { width:100%; margin-top:30px;     border: 0;
    background-color: #009688; border-radius:0; color:#FFFFFF; font-weight:bold; padding-top:10px; padding-bottom:10px;}
	
	.perezknopka input:hover { color:#FFFFFF; opacity:0.7;}
	
	.knopkaperezvonite a { padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; background-color:#009688; color:#FFFFFF; }
	
	.knopkaperezvonite {margin-top:25px; display: inline-block; float:left;}
	
	.knopkaperezvonite a:hover { opacity:0.7;}
	
	.logprav { display: inline-block; float:left;}

.navbar-brand { margin-top:5px;}

.col-lg-12 h1 { margin-top:15px;}