body {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #0A0A0A;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #19b9e7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #A50000;
    line-height: 15px;
}

img { max-width: 100%; }

header{ background:rgba(0, 0, 0, 0.29); color:#fff;}
header a{color:#fff;}
footer{ padding:20px; 0px; color:#fff;}
footer a{color:#fff;}



::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #19b9e7;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { }

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
	margin-top:16px;
}

.navbar-inverse ul.navbar-nav li { padding:8px 10px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #19b9e7; }

.navbar-brand {
	width: 250px;
	/* background: url(../img/logo.png) left center no-repeat; */
	text-indent: -99999px;
	height:85px;
}


/***** Top content *****/

.inner-bg {
    padding: 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-box {
	padding-top: 10px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 8px 25px;
	background: #ffffffbf;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 65%;
	padding-top: 15px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
    float: left;
    width: 30%;
    padding-top: 5px;
    font-size: 35px;
    color: #ddd;
    line-height: 35px;
    text-align: right;
}

.form-bottom {
     padding: 15px 26px 15px 25px;
     background: #eeeeeeed;

     -moz-border-radius: 0 0 4px 4px;
     -webkit-border-radius: 0 0 4px 4px;
     border-radius: 0 0 4px 4px;
     text-align: left;
}

form .form-bottom textarea {
	height: 65px;
}

form .form-bottom button.btn {
	min-width: 105px;
	margin-top: 10px;
}

form .form-bottom .input-error {
	border-color: #19b9e7;
}

form.registration-form fieldset {
	display: none;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.28); }
	.navbar-brand {height: 85px;/* margin-left: 15px; */}
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.inner-bg { padding: 40px 0 110px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
	
	.form-bottom { padding-bottom: 25px; }
	form .form-bottom button.btn { margin-bottom: 5px; }

}

@media (max-width: 320px) {
	
	h1, h2 { font-size: 32px; }

}


.margn-top{ margin-top:155px;}

@media (max-width: 767px) {

.margn-top{ margin-top:0px;}

}


.copy { clear:both; } 


@media only screen
and (min-width : 320px)
and (max-width : 720px)
 {
	
.copy{ clear: both;
    position: relative;
    bottom: 0px;
   top: 110px;
    margin-top: 110px;}

	}

/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	//background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 123px 49px !important;
    }
	
}














html {
    position: relative;
    min-height: 100%;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.item:nth-child(1) {
    background: url(../img/backgrounds/1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(2) {
    background: url(../img/backgrounds/2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(3) {
    background: url(../img/backgrounds/3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(4) {
    background: url(../img/backgrounds/4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





@media only screen
and (min-width : 320px)
and (max-width : 720px)
{


.item:nth-child(1) {
    background: url(../img/backgrounds/1.jpg) no-repeat 30% 20% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(2) {
    background: url(../img/backgrounds/2.jpg) no-repeat 30% 30% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(3) {
    background: url(../img/backgrounds/3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(4) {
    background: url(../img/backgrounds/4.jpg) no-repeat 30% 30% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





}






.carousel {
    z-index: -99;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}
.title {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  text-shadow: 2px 2px #000;
  color: #FFF;
}


.form-group {
    margin-bottom: 5px;
}



.right-info{padding:0px; margin:0px; float:right;}
.right-info ul{padding:0px; margin:0px; float:left; list-style:none;}
.right-info ul li{padding:0px; margin:0px; float:left; text-decoration:none; display:inline-block; list-style:none; }



@media only screen
and (min-width : 320px)
and (max-width : 720px)
{

.right-info{padding:0px; margin:0px; float:left;}
.right-info ul{padding:0px; margin:0px; float:left; list-style:none;}
.right-info ul li{padding:0px; margin:0px; float:left; text-decoration:none; display:inline-block; list-style:none; }


}









   .mk_btn{
    height: 35px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #9E0B0B;
    border: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
	}
	.mk_btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #19b9e7;
    color: #fff;
}
.col-md-4{
    padding-right: 0px;
    padding-left: 0px;
}
.mk-control {
    display: block;
    height: 30px;
    padding: 2px 14px;
    font-size: 14px;
	width:100%;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}





@media only screen
and (min-width : 320px)
and (max-width : 720px)
{

.mk-control {
   
   margin-top:5px;
   float:left;
   margin-left:10px;
   
}

}

.pro{

width:60px; height:60px; border-radius:50px; margin: -10px 0px 0px 0px; border:2px solid #fff;


}



.pro-m{

width:30px; height:30px; border-radius:50px; margin: -10px 0px 0px 0px; border:1px solid #fff; display:none;

}



@media only screen
and (min-width : 320px)
and (max-width : 720px)
{

.pro-m{

width:30px; height:30px; border-radius:50px; margin: 5px 0px 0px 0px; border:1px solid #fff; display:block;

}


.pro{

width:60px; height:60px; border-radius:50px; margin: -10px 0px 0px 0px; border:2px solid #fff; display:none;


}

}

@media (max-width : 420px){
.pro-m{

width:30px; height:30px; border-radius:50px; margin: 5px 0px 0px 0px; border:1px solid #fff; display:block;

}

.pro{

width:60px; height:60px; border-radius:50px; margin: -10px 0px 0px 0px; border:2px solid #fff; display:none;


}

}






.copy-2 { clear:both; margin-top:285px;  } 


@media only screen
and (min-width : 320px)
and (max-width : 720px)
 {
	
.copy-2{ clear: both;
    position: relative;
    bottom: 0px;
   top: 180px;
    margin-top: 255px;
	}
.inner-bg {padding: 25px 0 110px 0!important;}
.top-content .text h1 {font-size: 22px!important;
    line-height: 21px!important;}
	p{font-size: 27px!important;}

	}

