/* ---------------------------------------------------------
	1. General reset
	2. Common site styles
	3. Styles for responsive breakpoints
	---------------------------------------------------------*/
	/* ---------------------------------------------------------
	1. General reset
	---------------------------------------------------------*/
	/*
	* set default text color
	* set default font size, line height and font family
	* set default background
	*/
html {box-sizing: border-box;}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin:0;
	color:#000;
	font:14px/16px 'MyriadPro', Arial, Helvetica, sans-serif;
	background:#191919;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	min-width: 320px;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
img {border-style:none;}
/* set styles for default page links */
a {
	text-decoration:none;
	color:#00718c;
	outline:none;
}
a:hover {color: #bbb;}
/* set default styles in all browsers */
input,
textarea,
select {
	font:100% 'MyriadPro', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button:focus{
	outline: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer; 
	*overflow: visible; 
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea{
	-webkit-appearance:none;
	border-radius: 0;
}
q {quotes: none;}
q:before,
q:after {
	content: '';
	content: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {margin: 0 0 1.2em;}
/* ---------------------------------------------------------
	2. Сommon site styles
	---------------------------------------------------------*/
h1{
	text-transform: uppercase;
	font: 700 48px/54px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 39px;
}
h2{
	text-transform: uppercase;
	font: 700 21px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000;
}
.container{
	max-width: 1440px;
	margin: 0 auto;
}
.container:after{
	clear:both;
	content:'';
	display:block;
}
/* main container styles */
#wrapper{
	width: 100%;
	overflow: hidden;
}
/* header styles */
#header{
	border-bottom: 1px solid #9c9c9c;
	position: relative;
	z-index: 10;
	background: #fff;
}
#header .container{
	padding: 47px 40px 27px;
}
/* page logo styles */
#header .logo{
	float: left;
	width: 100px;
	height: 45px;
	margin-right: 30px;
}
#header .logo img{display:block;}
#nav{
	overflow: hidden;
	padding: 29px 16px 0 0;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
#nav .holder:after{
	clear:both;
	content:'';
	display:block;
}
#nav a{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
/* main navigation style */
#nav .main-nav{
	float: left;
	margin: 0 7px 10px 0;
	padding: 0;
	list-style: none;
	max-width: 600px;
}
#nav .main-nav li{
	float: left;
	margin: 0 31px 10px 0;
}
#nav .main-nav a{
	display: block;
	padding-right: 4px;
	color: #bbb;
	position: relative;
}
#nav .main-nav .active a,
#nav .main-nav a:hover{
	color: #00718c;
}
#nav .main-nav a:before{
	content: "";
	position: absolute;
	top: -28px;
	left: 1px;
	right: 1px;
	height: 2px;
	background: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#nav .main-nav a:hover:before,
#nav .main-nav .active a:before{
	background: #00718c;
}
/* socail-networks style */
.social-networks{
	float: left;
	margin: -2px 0 10px;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 16px;
}
.social-networks li{
	float: left;
	margin-right: 20px;
}
.social-networks a{
	color: #2980b2;
	display: block;
	padding: 0 5px;
}
.social-networks a:hover{
	color: #bbb;
}
/* contacts style */
#nav address{
	float: right;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	max-width: 400px;
}
#nav address a:first-child{margin-left: 0;}
#nav address a{
	float: left;
	margin: 0 0 10px 38px;
}
#nav address i{
	color: #bbb;
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 0 0;
	font-size: 13px;
	line-height: 13px;
}
#nav address .icon-mail{
	font-size: 18px;
	line-height: 18px;
	margin-top: -3px;
}
#nav .opener{display:none;}
/* burger menu style */
.opener{
	float:right;
	width:41px;
	height:31px;
	position:relative;
	border-radius:3px;
	text-indent:-9999px;
	overflow:hidden;
}
.opener:before,
.opener:after,
.opener span{
	background:#00718c;
	border-radius:4px;
	position:absolute;
	top:16px;
	left:25%;
	right:25%;
	height:3px;
	margin-top:-2px; /* height/2 */
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.opener:before,
.opener:after{
	content:'';
	top:10px;
}
.opener:after{top:22px;}
/* close button transition */
.close-btn span,
.active .opener span{opacity:0;}
.opener:hover{opacity:.9;}
.close-btn:after,
.close-btn:before,
.active .opener:after,
.active .opener:before{
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:16px;
	left:15%;
	right:15%;
}
.close-btn:after,
.active .opener:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
/* main informative part styles */
#main{
	position: relative;
	background: #f0f0f0;
}
.main-frame{position: relative;}
.page-pagination{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	overflow: hidden;
	bottom: 18px;
	left:40px;
	z-index: 10;
}
.page-pagination li{
	float: left;
	margin-right: 13px;
}
.page-pagination a:hover,
.page-pagination .active a{
	background: #fff;
}
.page-pagination a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: #838383;
	width: 41px;
	height: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.main-frame img{display: block;}
.main-frame.default-state:before{
	content: "";
	bottom:100%;
	left:0;
	right:0;
	z-index: 2;
	height: 100%;
	position: absolute;
	-webkit-box-shadow: 0 170px 550px 210px #2980b2;
	box-shadow: 0 170px 550px 210px #2980b2;
}
.main-frame.default-state:after{
	content: "";
	top:100%;
	left:0;
	right:0;
	z-index: 3;
	height: 100%;
	position: absolute;
	-webkit-box-shadow: 0 -20px 220px 56px rgba(0,0,0,0.7);
	box-shadow: 0 -20px 220px 56px rgba(0,0,0,0.7);
}
/* main heading styles */
.main-frame .heading{
	position: absolute;
	width: 100%;
	top: 104px;
	left:0;
	right: 0;
	z-index: 5;
	color: #e1a16c;
	font: 36px/32px 'Open Sans', Arial, Helvetica, sans-serif;
}
.main-frame .heading h1{
	font-weight: 800;
	color: #fff;
	font-size: 72px;
	line-height: 60px;
	margin-bottom: 5px;
}
.main-frame .heading .holder{
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
}
/* main gallery styles */
/* carousel basic styles */
.carousel {position: relative;}
.carousel .mask {
	position: relative;
	overflow: hidden;
	max-width: 1440px;
}
.carousel .mask .slideset {
	/*letter-spacing: -4px;
	white-space: nowrap;*/
	/*width: 100% !important;*/
	float: left;
	width:100%;
}
.carousel .mask .slide {
	width: 33.33% !important;
	display: inline-block;
	vertical-align: top;
	float: none;
	position: relative;
	letter-spacing: 0;
}
.carousel img{
	width: 100%;
}
.slide-heading{
	position: absolute;
	bottom: 39px;
	left:40px;
	right: 0;
	white-space: normal;
	z-index: 5;
	max-width: 400px;
	padding: 0 10px 0 0;
}
.slide-heading h1{
	text-transform: uppercase;
	font: 700 32px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 4px;
	color: #fff;
}
.more{
	display: inline-block;
	vertical-align: top;
	font-size: 9px;
	line-height: 12px;
	position: relative;
	text-transform: uppercase;
	padding: 2px 18px 2px 9px;
	color: #fff;
	background: #000;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.more.inverse{
	background: #fff;
	color: #000;
}
.more:hover{
	background: #00718c;
	color: #fff;
}
.more:after{
	content: "\e608";
	font: 7px/7px 'icomoon';
	position: absolute;
	right: 6px;
	top: 4px;
}
/* columns styles */
.anim-box{
	overflow:hidden;
}
.column-gallery{
	float:left;
	width:33.33%;
	position:relative;
	overflow:hidden;
}
.column{
	float: left;
	width: 33.33%;
	position: relative;
	z-index: 10;
}
.slide-hidden{
	position:absolute !important;
	left:-9999px !important;
	top:0 !important;
}
.column-gallery{
	position:relative;
}
.column-gallery .is-animate{
	width:100%;
	height:100%;
	position:absolute;
}
.column-gallery .column,
.carousel .mask .column-gallery .slide{
	float:none;
	width:100% !important;
	display:block;
}
.column-gallery .shadow{overflow: hidden;}
.column-gallery .shadow:after{
	content: "";
	top:100%;
	left:0;
	right:0;
	z-index: 3;
	height: 860px;
	position: absolute;
	-webkit-box-shadow: 0 -20px 220px 56px rgba(0,0,0,0.7);
	box-shadow: 0 -20px 220px 56px rgba(0,0,0,0.7);
}
.column-gallery .shadow.inner:after{
	-webkit-box-shadow: 0 -89px 203px 85px rgba(42,150,182,.8);
	box-shadow: 0 -89px 203px 85px rgba(42,150,182,.8);
}
.bg-stretch{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
}
.bg-stretch img{margin-top: 0 !important;}
.column img{display: block;}
/* about-us section styles */
.box{padding: 43px 37px 10px 37px;}
.about-us{
	background: #fff;
	height: 100%;
}
.about-us .intro{
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 29px;
	position: relative;
	margin-bottom: 38px;
}
.intro:after{
	content: "";
	position: absolute;
	bottom:0;
	left: 2px;
	width: 76px;
	height: 1px;
	background: #000;
}
.about-us .intro p{
	margin: 0 0 10px;
	letter-spacing: 1px;
}
/* service-list styles */
.service-list{word-spacing: -2px;}
.service-list .sub-info{
	margin: 0 0 27px;
	display: block;
}
.service-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.service-list ul li{
	margin-bottom: 25px;
	overflow: hidden;
}
.service-list p{margin-bottom: 2px;}
.service-list .more{margin-left: 2px;}
.service-list h2{color: #0071c0;}
.service-list ul .img{
	float: left;
	margin: 9px 16px 0 0;
	width: 60px;
}
.service-list ul img{
	margin: 0 auto;
	width: auto;
}
.service-list ul .descr{overflow: hidden;}
/* get-started section styles */
.get-started.box{padding-bottom: 3px;}
.get-started h1{color: #2a5a9a;}
.get-started .intro{
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 39px;
	position: relative;
	margin-bottom: 27px;
}
.get-started .intro p{margin: 0 0 10px;}
.application-info h2{color: #2a5a9a;}
.application-info .sub-info{
	margin: 0 0 42px;
	display: block;
}
.application-info p{margin: 0 0 9px;}
.application-info>a{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 37px 2px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.application-info>a:hover{opacity: 0.8;}
/* producst-info section styles */
.product-info{
	background: url(../images/bg-productds.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
}
.product-info img{
	max-width: 100%;
	width: auto;
}
.product-info h1{
	font-size: 48px;
	line-height: 36px;
	color: #0071c0;
	margin: 0 0 12px;
}
.product-info .sub-info{
	display: block;
	padding: 0 0 24px 2px;
}
.product-info .intro{
	padding: 9px 105px 21px 0;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	margin-bottom: 27px;
}
.product-info .intro p{
	margin: 0 0 10px;
	letter-spacing: 1px;
}
/* develop-infostyles */
.develop-info{margin: -39px -25px 0 2px;}
.develop-info strong{
	display: inline-block;
	background: #000;
	padding: 2px 7px 2px 5px;
	letter-spacing: -0.3px;
	vertical-align: middle;
	color: #fff;
	margin: 9px 7px 9px 0;
}
.develop-info span{
	display: inline-block;
	vertical-align: top;
}
.develop-info i{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	margin: 0 6px 9px;
}
/* experiance section styles */
.experience h1{
	font-size: 40px;
	line-height: 31px;
	color: #2a5a9a;
	margin: 0 0 12px;
	letter-spacing: -1px;
}
.experience .intro{
	padding: 9px 0 14px 0;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	margin-bottom: 20px;
}
.experience h2{
	color: #2a5a9a;
	word-spacing: -2px;
	margin-bottom: 12px;
}
.experience .intro p{margin: 0 0 10px;}
.experience ul{
	margin: 0;
	padding: 0 0 8px;
	list-style: none;
}
.experience ul li{
	overflow: hidden;
	padding: 0 0 10px 9px;
}
.experience ul p{margin: 0 0 5px;}
.experience ul .img{
	float: left;
	width: 31px;
	margin: 8px 23px 0 0;
}
.experience ul .img img{
	margin: 0 auto;
	width: auto;
}
.experience .descr{overflow: hidden;}
.experience h3{
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 -1px;
	text-transform: uppercase;
	font-weight: normal;
}
/* send-info styles */
.send-info{
	position: relative;
	text-align: center;
	padding: 16px 7px 33px 0;
	z-index: 2;
}
.send-info:before{
	content: "";
	position: absolute;
	top:0;
	right: -9911px;
	left:-37px;
	bottom: -999px;
	background: #fff;
	z-index: -1;
}
.send-info h1{
	color: #00718c;
	font: 300 20px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
	letter-spacing: 0;
}
/* btn-01 styles */
.btn-01{
	display: inline-block;
	vertical-align: top;
	font: 700 24px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	background: #605bbf;
	text-transform: uppercase;
	padding: 8px 19px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 0 #251f70;
	box-shadow: 0 3px 0 #251f70;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-01:hover{
	color: #fff;
	background: #251f70;
}
/* support section styles */
.support{
	background: #fff;
	height:900px;
}
.column.inner .slide-heading h1{
	font-size: 46px;
	line-height: 37px;
	margin: 0 0 9px 0;
}
.column.inner .slide-heading{
	bottom: 42px;
	padding: 0 15px 0 0;
}
.column.inner .btn-02{margin-left: -2px;}
.support h1{
	font-size: 48px;
	line-height: 36px;
	color: #0071c0;
	margin: 0 0 16px;
}
.support.sub-info{
	display: block;
	padding: 0 0 380px 2px;
}
.support .intro{
	padding: 9px 25px 28px 0;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	margin-bottom: 39px;
}
.support .intro p{
	margin: 0 0 10px;
	letter-spacing: 1px;
}
.support .info h2{
	color: #0071c0;
	letter-spacing: -1px;
	line-height: 18px;
	margin-bottom: 21px;
}
.support .info ul{
	margin: 0;
	padding: 0 0 15px 5px;
	list-style: none;
}
.support .info ul li{margin: 0 0 20px;}
.support .info .icon-check{
	float: left;
	width: 28px;
	height: 28px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
	border-radius: 2px;
	margin: 9px 25px 0  0;
	background: #91c854 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxYzg1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YmFkNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #91c854 0%, #7bad42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91c854), color-stop(100%,#7bad42));
	background: -webkit-linear-gradient(top, #91c854 0%,#7bad42 100%);
	background: -o-linear-gradient(top, #91c854 0%,#7bad42 100%);
	background: -ms-linear-gradient(top, #91c854 0%,#7bad42 100%);
	background: linear-gradient(to bottom, #91c854 0%,#7bad42 100%);
}
.support .info .descr{overflow: hidden;}
.support .info h3{
	margin: 0 0 -3px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
}
.support .info p{margin: 0;}
.support .btn-holder{
	text-align: center;
	padding: 0 17px 33px 0;
}
.support .btn-01{
	padding: 6px 31px 5px;
	width: 70%;
	min-width: 215px;
}
/* feedback-info styles */
.feedback-info h1{
	font-size: 40px;
	line-height: 31px;
	color: #2a5a9a;
	margin: 0 0 23px;
	letter-spacing: -1px;
}
.feedback-info .intro{
	padding: 9px 0 33px 0;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	margin-bottom: 45px;
}
.feedback-info h2{
	color: #2a5a9a;
	word-spacing: -2px;
	margin-bottom: 12px;
}
.feedback-info .intro p{margin: 0 0 10px;}
.feedback-info .row{
	margin-bottom: 10px;
}
.feedback-info .row:after{
	clear:both;
	content:'';
	display:block;
}
.feedback-info .col{
	float: left;
	width: 50%;
	padding: 0 5px
}
.feedback-info .col:first-child{
	padding: 0 5px 0 0;
}
.feedback-info .col+.col{
	padding: 0 0 0 4px;
}
.feedback-info form{
	padding: 0 2px 0 3px;
}
.feedback-info label{
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: -3px 0 7px 9px;
}
input[type=tel],
input[type=text],
input[type=email],
textarea{
		margin: 0;
		padding: 0 10px;
		color:#000;
		background: url(../images/bg-input.gif);
		border: 1px solid #2980b2;
		width: 100%;
		height: 32px;
		font-size: 14px;
		line-height: 22px;
}
textarea{
	resize:none;
	height: 147px;
	padding: 4px 9px;
}
.feedback-info form .btn-01{
	border: none;
	min-width: 196px;
	margin: 11px 0 0 -1px;
	padding: 6px 19px 5px;
}
/* btn-02 styles */
.btn-02{
	display: inline-block;
	vertical-align: top;
	font: 700 24px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #0071c0;
	background: #fcfcfc;
	padding: 5px 46px 6px 19px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 0 #b6b6b6;
	box-shadow: 0 3px 0 #b6b6b6;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	text-transform: uppercase;
}
.btn-02:after{
	content: "\e608";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	font: 21px/21px 'icomoon';

}
.btn-02:hover{
	color: #fff;
	background: #0071c0;
	-webkit-box-shadow: 0 3px 0 #023960;
	box-shadow: 0 3px 0 #023960;
}
/* footer styles */
#footer{
	overflow:hidden;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff;
	background: #191919;
	position: relative;
	z-index: 10;
}
#footer .container{padding: 26px 40px 8px;}
/* footer-logo style */
#footer .footer-logo{
	float: left;
	width: 70px;
	height: 32px;
	margin: -9px 30px 0 0;
}
#footer .logo img{display:block;}
#footer .holder{
	overflow: hidden;
	padding: 5px 0;
}
#footer .copy{
	float: left;
	margin: 0 60px 10px 0;
	max-width: 250px;
}
#footer .address{
	float: left;
	color: #999;
	margin: 0 61px 10px 0;
	max-width: 250px;
}
#footer .social-networks a{color: #fff;}
/* aditional navigation style */
#footer .add-nav{
	margin: 1px 18px 0 0;
	overflow: hidden;
}
#footer .add-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}
#footer .add-nav li:first-child{margin-left: 0;}
#footer .add-nav li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 46px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: normal;
}
#footer a{
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#footer a:hover{color: #00718c;}
/* placeholder input styles */
::-webkit-input-placeholder { /* WebKit browsers */
	color: #C1D1DB;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #C1D1DB;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #C1D1DB;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #C3E2EB;
}
/* custom file input styles */
.jcf-file {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
	min-width: 196px;
	padding-bottom: 3px;
	border-radius: 5px;
}
.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}
.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
	display: none;
}
.jcf-file .jcf-upload-button{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 0 23px 0 10px;
	line-height: 30px;
	height: 29px;
	background: #768f43;
	-webkit-box-shadow: 0 3px 0 #455329;
	box-shadow: 0 3px 0 #455329;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.jcf-file:hover .jcf-upload-button{
	background: #455329;
}
/* common custom form elements styles */
.jcf-disabled {background: #ddd !important;}
.jcf-focus, .jcf-focus * {border-color: #f00 !important;}
/* ---------------------------------------------------------
	3. Styles for Responsive web design
---------------------------------------------------------*/
/* styles for screens with width more 1025px*/
@media only screen and (min-width:1025px){
	.tel-link{
		cursor:default;
		pointer-events:none;
	}
}
/* styles for screens with width less than 1200px desktop*/
@media only screen and (max-width: 1200px) {
	#header .container{padding: 47px 30px 27px;}
	#nav{padding-right: 0;}
	.main-frame .heading{top:40px;}
	.main-frame .heading h1{
		font-size: 50px;
		line-height: 46px;
	}
	h1{
		font-size: 36px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.support .intro,
	.product-info .intro,
	.about-us .intro{
		font-size: 18px;
		line-height: 20px;
	}
	.feedback-info .intro,
	.experience .intro,
	.get-started .intro{
		font-size: 16px;
		line-height: 18px;
	}
	.feedback-info .intro br{display: none;}
	.send-info:before{left:-30px;}
	.feedback-info h1,
	.experience h1{
		font-size: 36px;
		line-height: 28px;
	}
	.send-info h1{
		font-size: 20px;
		line-height: 20px;
	}
	.support h1,
	.product-info h1{
		font-size: 40px;
		line-height: 32px;
	}
	.slide-heading{left:30px;}
	.box{padding: 20px 30px 10px;}
	#footer .container{padding: 26px 30px 23px;}
	#footer .add-nav{margin-right: 0;}
	#footer .address,
	#footer .copy{margin-right: 30px;}
}
/* styles for screens with width less than 1024px tablet*/
@media only screen and (max-width: 1024px) {
	#header .container{padding: 40px 20px 25px;}
	#nav{padding-right: 0;}
	#nav .social-networks{float: right;}
	#nav address span{display: none;}
	#nav address a{margin-left: 15px;}
	#nav address a i{
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#nav address a:hover i{ color: #2980b2;}
	.main-frame .heading{
		font-size: 26px;
		line-height: 24px;
	}
	.main-frame .heading h1{
		font-size: 40px;
		line-height: 36px;
	}
	h1{
		font-size: 30px;
		line-height: 26px;
	}
	.support .info .icon-check{margin-right: 15px;}
	.support .info .descr,
	.service-list ul .descr{overflow: visible;}
	.support .intro,
	.product-info .intro,
	.about-us .intro{
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 16px;
		line-height: 18px;
	}
	.product-info .intro{padding-right: 0;}
	.about-us .intro p{
		letter-spacing: 0;
	}
	.feedback-info .intro,
	.experience .intro,
	.get-started .intro{
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 16px;
	}
	h2{
		font-size: 18px;
		line-height: 23px;
	}
	.support h1,
	.product-info h1{
		font-size: 30px;
		line-height: 26px;
	}
	.experience .descr{overflow: visible;}
	.feedback-info h1,
	.experience h1{
		font-size: 26px;
		line-height: 24px;
	}
	.send-info h1{
		font-size: 18px;
		line-height: 18px;
	}
	.column.inner .slide-heading h1{
		font-size: 32px;
		line-height: 28px;
	}
	.slide-heading h1{
		font-size: 26px;
		line-height: 24px;
	}
	#footer .container{padding: 26px 20px 23px;}
	#footer .add-nav{
		clear: both;
	}
	#footer .add-nav ul{text-align: left;}
	#footer .add-nav li{margin-left: 20px;}
	#footer .address,
	#footer .copy{margin-right: 40px;}
}
/* styles for screens less than 767px mobile  */
@media only screen and (max-width: 767px) {
	.carousel{
		width:100%;
	}
	.mobile-hidden{display:none !important;}
	.gallery-section{
		position:relative;
		overflow:hidden;
	}
	.mobile-slides-holder{
		width:100%;
	}
	.mobile-slide{
		position:relative;
		width:100%;
		z-index:100;
		float:left;
	}
	.mibile-slides-mask{
		position:relative;
		overflow:hidden;
	}
	.mibile-slides-slideset{
		float:left;
		width:9999px;
	}
	
	/* header styles */
	#header{
		z-index:101;
	}
	#header .container{
		position: relative;
		padding: 10px 15px;
	}
	#nav{padding: 10px 0 0;}
	#nav .opener{display:block;}
	.slide-nav{
		left: 0;
		max-height: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 100%;
		-webkit-transition:all 0.25s linear;
		transition:all 0.25s linear;
		z-index: 999;
	}
	.nav-active .slide-nav{
		max-height: 4000px;
		-webkit-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	.slide-nav .holder {
		background: #fff;
		border: 1px solid #00718c;
		display: block;
		-webkit-transition:all 0.25s linear;
		transition:all 0.25s linear;
		-webkit-transform:translateY(-100%);
		-ms-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	.nav-active .slide-nav .holder {
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0);
	}
	#nav .social-networks,
	#nav address,
	#nav .main-nav{
		float: none;
		max-width: none;
	}
	#nav .main-nav{	margin: 0 0 10px;}
	#nav .main-nav li{
		float: none;
		margin: 0;
		text-align: center;
	}
	#nav .main-nav a{padding: 10px 0;}
	#nav .main-nav .active a,
	#nav address a:hover,
	#nav .main-nav a:hover{
		background: #00718c;
		color: #fff;
	}
	#nav address span{display: inline;}
	#nav address{max-width: none;}
	#nav address a:hover i{color: #fff;}
	#nav .social-networks{
		text-align: center;
		margin-bottom: 10px;
	}
	#nav .main-nav a:before{display: none;}
	#nav .social-networks li{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
	}
	#nav address a{
		float: none;
		display: block;
		text-align: center;
		margin: 0;
		padding: 10px 10px;
	}
	.main-frame .heading{
		font-size: 20px;
		line-height: 18px;
		top: 80px;
	}
	.main-frame .heading h1{
		font-size: 25px;
		line-height: 23px;
	}
	.slide-heading h1{
		font-size: 32px;
		line-height: 26px;
	}
	.column.inner .slide-heading h1{
		font-size: 46px;
		line-height: 37px;
	}
	.column{
		float: none;
		width: 100%;
	}
	.develop-info{
		margin: -40px 0 0;
	}
	.carousel .mask .slide{width: 100% !important;}
	.slide-heading{left:20px;}
	.box{padding: 20px 20px 10px;}
	.support .info .descr,
	.experience .descr,
	.service-list ul .descr{overflow: hidden;}
	.application-info > a{margin-bottom: 20px;}
	.support .btn-holder{padding-right: 0;}
	.jcf-file,
	.feedback-info form .btn-01,
	.jcf-file,
	.support .btn-01{width: 100%;}
	#footer .container{padding: 15px 15px 10px;}
	#footer .footer-logo{
		float: none;
		margin: 0 0 10px;
	}
	#footer .social-networks{
		position: absolute;
		right: 0;
		top: 30px;
	}
	#footer{text-align: center;}
	#footer .address,
	#footer .copy{
		max-width: none;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 10px;
	}
	#footer .add-nav ul{text-align: center;}
	#footer .add-nav li:first-child,
	#footer .add-nav li{
		margin: 0 10px 10px;
	}
}

