/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: LANDON - Bootstrap 3 Theme
	Version: 1.0
	URL: http://blacktie.co
	
################################################################# */ 

@charset "utf-8";

body{
	font-family:'Open Sans',Arial,sans-serif;
	background:#FFF;
	font-weight:300;
	height:100%;
	margin:0;
	padding:0;
	color:#94a3a8;
	width:100%;
	}
	
html {
	width: 100%;
}
	
strong,b{
	font-weight:600;
	}
	
.knopka_niz {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.txt_niz {
    font-size: 2.2vw;
    position: absolute!important;
    top: 35px!important;
    display: block!important;
    width: 100%;
    margin: -25px 0;
    color: #000;
    text-align: center;
}

h1{
    font-size: 2.2vw;
    line-height: 60px;
    margin: -25px 0;
	color: #384047;
	font-weight: 600;
    text-align: center;
    /*background-image: url(/images/fon.png);
    padding-top: 15px;
    padding-bottom: 15px;*/}
h2{font-size:40px;font-weight:600;margin:15px 0;}
h3{font-size:20px;margin:10px 0;font-weight:600;}
h4{font-size:20px;margin:10px 0;}
h5{font-size:28px;font-weight:600;margin:15px 0;color:#384047;}
h6{font-size:16px;font-weight:600;margin:10px 0;color:#384047;}

a{color:#5173bd;}
a:hover,a:focus{color:#5173bd;}

	
.preloader{
	background-color:#FFFFFF;
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999999;
	}

.pace{
	-webkit-pointer-events:none;
	pointer-events:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	z-index:9999999;
	position:fixed;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:2px;
	width:100%;
	background:#fff;
	}
	
.pace .pace-progress{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:width 1s ease-in-out 1s linear;
	-moz-transition:width 1s ease-in-out 1s linear;
	-ms-transition:width 1s ease-in-out 1s linear;
	-o-transition:width 1s ease-in-out 1s linear;
	transition:width 1s ease-in-out 1s linear;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	max-width:100%;position:fixed;
	z-index:9999999;display:block;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	background:#61b5f0;
	}
	
.pace.pace-inactive{display:none;}

.btn,.btn-lg,.input-lg{border-radius:3px;}

.form-control{
	border-radius:3px;
	-webkit-box-shadow:none;
	box-shadow:none;border:0;
	}
	
.input-lg{height:55px;}

.btn-lg,.btn-group-lg>.btn{
	padding:10px 28px;
	height:52px;
	}
.breath{margin:50px auto;}

.highlight{
    background-image: url("../images/backround.jpg");
margin-top:40px;
}

.masthead{
height: 100vh;
    min-height: 700px;
	position:relative;
	padding:0px 15px 40px 15px;
	color:#FFF;
	text-align:center;
	text-shadow:0 1px 0 rgba(0,0,0,.1);
	background-color:#fff;
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	width: 100%;
	}

.masthead .container{
	animation:fadein 2s;
	-moz-animation:fadein 2s;
	-webkit-animation:fadein 2s;
	-o-animation:fadein 2s;
	position: relative;
	min-height: 700px;
	height: 100vh;
	}

.loading *{
	-webkit-animation:none!important;
	-moz-animation:none!important;
	-ms-animation:none!important;
	-o-animation:none!important;
	}

@keyframes fadein{
	from{opacity:0;
	-webkit-transform:translateY(-30px);
	-moz-transform:translateY(-30px);
	transform:translateY(-30px);}
	to{opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0);}}
	
@-moz-keyframes fadein { /* Firefox */
	 from {
	 opacity:0;
	 -webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
	}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);}
	}

@-webkit-keyframes fadein { /* Safari and Chrome */
	 from {
	 opacity:0;
	 -webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
}

to {
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
}
@-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
 -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
transform: translateY(-30px);
}
to {
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
}
/*animation ends*/

.logo {
	padding: 5px 0;
	text-align:left;
	width: 100px;
}
.telefon {
    padding: 5px 0;
    font-size: 2em;
    /**text-align: right;**/
    /**position: relative;
    top: -100px;**/
	top: 5%;
    right: 0;
	position: absolute;
    color: #000;
    text-shadow: #FFF 2px 2px 10px;
	text-align: right;
}
.btn-large {
	font-size:18px;
	padding:20px 50px;
	margin:5px 10px;
}
.btn-success {
	background-color: #F1FE00;
    background-image: none;
    color: #000;
	border: 0;
	box-shadow: 0 3px 0 rgb(254, 234, 0);
	line-height: 1.8;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background-color: #FEF600;
	color:#000;
	border: 0;
	box-shadow: 0 3px 0 rgb(254, 234, 0);
}
.btn-primary {
	background-color: #2db6d8;
	background-image:none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #209ab8!important;
	color:#FFF!important;
}
.subscribe {
	padding: 45px 0;
}
.alertMsg {
	float: left;
	font-size: 14px;
	display: block;
	padding: 5px 17px;
}


/* Boucing Arrow Animation */

@keyframes arrowbounce {
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
@-moz-keyframes arrowbounce { /* Firefox */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
@-webkit-keyframes arrowbounce { /* Safari and Chrome */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
@-o-keyframes arrowbounce { /* Opera */
from {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
}
.scrollto, .scrollto:hover {
    /*padding-top: 100px;*/
	margin:30px;
	display:block;
	color:#FFF;
	text-decoration:none;
	width:200px;
	margin:0 auto;
bottom: 0;
position: absolute;
left: 0;
right: 0;	
}

input.phone {
	text-align: center;
}

.scrollto--arrow {
    padding: 10px 10px 10px 28px;
}
.scrollto--arrow img {
	animation: arrowbounce 1s alternate infinite;
	-moz-animation: arrowbounce 1s alternate infinite; /* Firefox */
	-webkit-animation: arrowbounce 1s alternate infinite; /* Safari and Chrome */
	-o-animation: arrowbounce 1s alternate infinite; /* Opera */
}
/*========== 3. HERO IMAGE ==============*/

.section-title {
	text-align:center;
	margin-top:60px;
	margin-bottom:30px;
}
.section-title h2 {
	color:#384047;
}
.section-title h4 {
	color: #36514A;
}
.heroimg img, .clientlogo img {
	max-width:100%;
}
/*========== 4. FEATURES ==============*/

.features {
	margin:25px 0;
}
.thumbnail {
	border:0;
	text-align:center;
}
.thumbnail .caption p {
	color: #94a3a8;
}
/*Hover Animation*/

.thumbnail img {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.thumbnail:hover img {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
}
/*========== 5. TESTIMONIALS ==============*/

.testblock {
	width:100%;
	height:auto;
	padding:20px;
	background:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	position:relative;
	line-height:28px;
	font-size:16px;
}
.testblock:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}

.testblock2 {
	width:100%;
	height:auto;
	position:relative;
}
.testblock2:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}


.clientblock {
	margin-top:40px;
	margin-left:10px;
}
.clientblock img {
	float:left;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.clientblock p {
	padding-left:80px;
	padding-top:13px;
}
.clientblock p strong {
	color:#384047;
	font-size:16px;
}
/* Animation */

.testblock {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.testblock:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
}

.testblock2 {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}

/*========== 6. PLANS AND PRICING ==============*/

.pricing {
	padding:25px;
	color:#000;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.pricing .planname {
	text-transform:uppercase;
	font-weight:600;
}
.pricing .price {
	font-size:52px;
	font-weight:300;
	margin:10px 0;
}
.pricing .billing {
	text-transform:uppercase;
	color:#000;
	opacity:0.7;
}
.pricing .price .curr {
	display:inline-block;
	font-size:20px;
	vertical-align:super;
}
.pricing .price .per {
	display:inline-block;
	font-size:20px;
	vertical-align: baseline;
}
.color1 {
	background-color:#F1FE00;
}
.color2 {
	background-color:#F1FE00;
}
.color3 {
	background-color:#F1FE00;
}
/* Animation */

.pricing {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.pricing:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	z-index:2;
}

/*========== 7. FAQ ==============*/

.faq p {
	margin-bottom:25px;
}

/*==========8. FOOTER ==============*/


.footercta {
	padding: 60px 15px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	background-color: #6883cc;
	background-image:url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.footerlinks {
	text-align:center;
}
.footerlinks a {
	text-align:center;
	padding:0 13px;
	display:inline-block;
	padding-bottom: 15px;
}



/*==========9. CUSTOM MEDIA QUERIES==============*/


/*MEDIA QUERIES*/

@media (max-width: 991px) {
 h1 {
font-size: 35px;
line-height: 50px;
margin: 15px 0;
color: #000;
}
 h2 {
font-size: 35px;
}
 .testimonials [class*="col-"]:not(:first-child) {
 margin-top: 40px;
}
 .planpricing [class*="col-"]:not(:first-child) {
 margin-top: 30px;
}
 .breath {
margin: 30px auto;
}
}
 @media (max-width: 767px) {
 h1 {
font-size: 30px;
line-height: 40px;
}
 h2 {
font-size: 30px;
line-height: 40px;
}
 .subscribe [class*="col-"]:not(:first-child) {
 margin-top: 30px;
}
 .masthead {
padding: 0px 15px;
}
}
 @media (max-width: 480px) {
	 /*Media Queries for smaller devices*/
	 .masthead {
	/**background-attachment: scroll;**/
	background-attachment: fixed;
}

}



.video {
	margin:0 auto;
	padding:12px 0 0 0;
	height:577px;
	background:transparent url(../images/video_bg_1.png) 50% 0px no-repeat;
	text-align:center;
}

/*submit*/
.submit-holder .submit-success,
.submit-holder .submit-form{
    width: 470px;
}
.submit-holder .submit-form
{
    /**padding-top:40px;**/
    margin: 0 auto;
    border-collapse: collapse;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	width: 100%;
}
.submit-holder .submit-form.submit-form-hide
{
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
    -ms-transform: translate3d(0,30px,0);
    -o-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.submit-holder .submit-form .block{
}
.submit-holder .submit-form .block_input ,
.submit-holder .submit-form .block_submit{
    background: transparent;
    display: block;
    position: absolute;
    /**height: 55px;**/

}
.submit-holder .submit-form input {
    background: rgb(253, 212, 0);
    font: 18px/100% WhitneySemiBold, Arial,  sans-serif;
    -moz-osx-font-smoothing: grayscale;
    color: #676767;
    border: none;
    position: relative;
    display: block;
    margin: -1px;
}
.submit-holder .submit-form input:focus {
    outline: 0;
}
.submit-holder .submit-form .block_input {
    /**width: 307px;
    min-width: 201px;**/
	display: inline-block;
	position: relative;
	padding-top: 5px;
}
.submit-holder .submit-form .block_input input
{
    width: 100%;
    height: 54px;
    padding: 3px 20px 0 20px;
	background: rgb(255, 255, 255);
	border: 4px solid rgb(253, 212, 0);
}
.IE8 .submit-holder .submit-form .block_input input{
    padding: 0 0 0 20px;
    margin-top: 15px;
    height: 26px;
}
.submit-holder .submit-form .block_submit {
    /**width: 182px;**/
    /*background-color: rgba(0,0,0,0.4);*/
    /**margin-left: 296px;**/
	display: inline-block;
	position: relative;
	padding-top: 5px;
}
.submit-holder .submit-form .block_submit input
{
    width: 184px;
    height: 56px;
    padding: 0 0 0 0;
	color: #000;
}
.submit-holder .submit-success {
    margin: 0 auto;
    border: none;
    padding: 0 0;
    font: 18px/150% WhitneyLight, Arial,  sans-serif;
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
    -webkit-transform: translate3d(0,30px,0);
    -ms-transform: translate3d(0,30px,0);
    -o-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.submit-holder .submit-success p{
    margin: 20px 60px;
}
.submit-holder .submit-success  div{
    height: 54px;
    text-align: center;
    vertical-align: middle;
    width: 512px;
}
.submit-success-inn-field{
    height: 20px;
    width: 348px;
    background: #FFF;
    font-size: 20px;
    padding: 14px 0 14px 0;
    line-height: 20px;
    margin-left: 0;
    text-align: center;
}
.submit-holder .submit-success.submit-success-show {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.logo img {
	width: 100%;
}

.logo {
	width: 20%;
	max-width: 100px;
	min-width: 75px;
}

div.page.page-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
}

div.page.page-content span {
	display: block;
	width: 75%;
	margin: 0 auto;	
}

@media (max-height: 360px) and (max-width: 640px) {
	.masthead {
		min-height: 500px;
	}
	
	.scrollto, .scrollto:hover {
		top: 430px;
	}
}
.canvas{
    overflow: hidden;
    position: relative;
}
#canvas{
    display: block;
}
#stretch canvas {
    width: 100%;
}