/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Styles for responsive breakpoints
   4. Print style
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
/* remove default margin and padding for all tags */
* {
	margin:0;
	padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 15px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
html {height:100%;}
body {
	color:#585862;
	font:14px/17px 'Lato',Arial, Helvetica, sans-serif;
	background:#fff;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	min-width:320px;
	height:100%;
}
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
a {
	text-decoration:none;
	color:#1d3768;
	outline:none;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
/* set typography styles for common tags */
input, textarea, select {
	font:700 16px/20px 'Lato', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#273360;
	overflow: auto;
	outline:none;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
	outline:none;
}
/* set margins for common tags */
h1, h2, h3, h4, h5, h6, b, th{font-weight:bold;}
h1 {
	font:300 58px/70px 'Lato', Arial, Helvetica, sans-serif;
	margin:-25px 0 42px;
	color:#273360;
}
h2 {
	font:300 44px/61px 'Lato', Arial, Helvetica, sans-serif;
	margin:0 0 57px;
	color:#273360;
}
h3 {
	font:bold 20px/24px 'Lato', Arial, Helvetica, sans-serif;
	margin:0 0 15px;
	color:#1d3768;
}
h4 {
	font:bold 18px/22px 'Lato', Arial, Helvetica, sans-serif;
	margin:0 0 20px;
	color:#273360;
}
h5 {
	font:bold 16px/20px 'Lato', Arial, Helvetica, sans-serif;
	margin:0 0 32px;
	color:#273360;
}
h6{font-size:80%;}
i, cite, em, var, dfn {font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul ul,
ul ol,
ol ul,
ol ol{
	padding-left:18px;
	margin:0;
}
ol .orderedList{
list-style-position: inside; padding-left:1em; margin-left:2em;
}
.orderedList li{
margin-bottom:10px; text-indent:-1em; margin-left:2em;
}
ul li, ol li{list-style-position:inside;}
ul>li{list-style-type:disc;}
dl dt{
	float:left;
	clear:left;
	padding-right:4px;
	font-weight:bold;
}
img {
	display:block;
	max-width:100%;
	height:auto;
}
blockquote {
	font:italic 20px/34px 'Lato',Arial,Helvetica,sans-serif;
	margin:0;
	color:#273360;
}
.comment-form textarea,
.comment-form input[type="text"]{
	border:0;
	background:#fff;
	margin:0;
	height:34px;
	padding:7px 12px;
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.commentlist {margin:0 0 45px;}
.commentlist li {
	list-style-position:outside;
	list-style:none;
}
.commentlist .edit-link{margin:0;}
.commentlist-item .commentlist-item {padding:0 0 0 24px;}
.comment,
.commentlist-holder{
	overflow:hidden;
	padding:0 0 0 69px;
	position:relative;
}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item{padding-top:14px;}
.commentlist .avatar {
	float:left;
	margin:7px 0 0 -69px;
}
.comment-form label{
	display:block;
	padding-bottom:4px;
}
.comment-form textarea{
	resize:none;
	height:119px;
	max-width:100%
}
.comments {text-align:left !important;}
.navigation{
	font-size:16px;
	line-height:20px;
	overflow:hidden;
	padding:0 0 10px;
}
.navigation .next,
.navigation .prev {
	background:#cdcdcd;
	color: #fff;
	height: 27px;
	padding: 5px 10px 0;
	float:right;
}
.navigation .next {float:left;}
.navigation .next:hover,
.navigation .prev:hover {
	text-decoration:none;
	background:#273360;
}
.navigation .next a,
.navigation .prev a {color:#fff;}
.navigation .next a:hover,
.navigation .prev a:hover {text-decoration:none;}
.aligncenter {text-align: center;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {float: left;}
.alignright {float: right;}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {display: block;}
input[type=text],
input[type=password],
input[type=email],
input[type=file],
textarea {
	border-radius:0;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
input[type="submit"],
input[type="button"] {
	border-radius:0;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
input[type=submit]:hover{cursor:pointer;}
form legend {display:none;}
::-webkit-input-placeholder {color:#273360;}
:-moz-placeholder {color:#273360;}
::-moz-placeholder {
	color:#273360;
	opacity: 1;
}
:-ms-input-placeholder {color:#273360;}
.button {
	color:#fff;
	padding:18px 20px 13px;
	font-weight:700;
	min-height:25px;
	font-size:18px;
	line-height:22px;
	background:#273360;
	display:inline-block;
	text-align:center;
}
.button-light-blue {
	color:#273360;
	background:#e8effc;
}
.button-yellow {background:#d38804;}
.button:hover {
	background:#284b8c;
	text-decoration:none;
}
.button-yellow:hover,
.button-light-blue:hover {background:#fcac21;}
.hidden {
	position:absolute;
	left:-9999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
/* ---------------------------------------------------------
   2. Сommon site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
	width:100%;
	height:100%;
	display:table;
	overflow:hidden;
	table-layout:fixed;
}
.web-online-page #wrapper {background:#cbd9f2;}
.w1 {
	width:100%;
	display:table-row;
}
.w2 {
	margin:0 auto;
	padding:0 70px;
	max-width:1140px;
}
.print-logo {display:none;}
/* header styles */
#header {
	padding:28px 0 0;
	text-align:right;
	position:relative;
	z-index:10;
}
.web-online-page #header {
	padding:53px 9999px 46px;
	margin:0 -9999px;
	background:#fff;
}
#header:after {
	display:block;
	clear:both;
	content:'';
}
/* logo styles */
.logo {
	text-align:left;
	width:250px;
	height:75px;
	overflow:hidden;
	position:absolute;
	top:17px;
	left:2px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
.web-online-page .logo {
	position:relative;
	top:0;
	display:block;
	margin:0 auto;
	left:0;
}
.logo a {
	height:100%;
	display:block;
}
#header .mail {
	float:left;
	width:54px;
	height:34px;
	text-align:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sprite.png) no-repeat -57px -75px;
	display:none;
}
.call {
	color:#273360;
	font-weight:900;
	display:block;
	margin:0 0 15px;
}
.call:hover {text-decoration:none;}
#header .add-block {
	margin:0 0 21px;
	float:right;
}
.add-nav {
	float:left;
	font-size:16px;
	position:relative;
	z-index:4;
	margin:0 -1px 0 0;
}
.add-nav li {
	list-style-position:outside;
	list-style:none;
	float:left;
	position:relative;
	text-align:center;
	padding:0 20px 0 0;
}
.add-nav li a {
	display:inline-block;
	padding:7px 0;
	color:#273360;
}
.add-nav li a:hover,
.add-nav li.active a {
	color:#d38804;
	text-decoration:none;
}
.add-nav .item-drop {width:146px;}
.add-nav .item-drop > a {
	font-weight:bold;
	color:#fff;
	display:block;
	padding:6px 5px 7px;
	background:#b0c3e6;
	position:relative;
}
.add-nav .item-drop > a:hover,
.add-nav li.active.item-drop a {color:#fff;}
.add-nav .item-drop > a:after {
	display:inline-block;
	content:'>';
	margin-left:8px;
	vertical-align:middle;
	-moz-transform: rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.add-nav .drop {
	width:146px;
	overflow:hidden;
	padding:0;
	background:#b0c3e6;
}
.add-nav .drop li {
	float:none;
	padding:0;
	border-top:1px solid #c5d4f0;
}
.add-nav .drop a {
	padding:8px 5px 9px;
	color:#fff;
}
.add-nav .item-drop ul a:hover {
	color:#fff;
	text-decoration:underline;
}
/* form search styles */
.searchform {
	float:left;
	margin:0;
	background:#fff;
	width:252px;
	border:1px solid #99bce3;
}
.searchform input[type="text"] {
	float:left;
	width:207px;
	height:20px;
	padding:5px 10px;
	margin:0;
	border:0;
	font:italic 14px/20px 'Lato', Arial, Helvetica, sans-serif;
	background:#fff;
}
.searchform input[type="submit"] {
	float:left;
	width:25px;
	height:30px;
	padding:0;
	margin:0;
	border:0;
	overflow:hidden;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	background:url(../images/sprite.png) no-repeat 2px 5px;
}
/* main navigation */
#nav {
	clear:both;
	padding:0 9999px;
	margin:0 -9999px;
	background:#273360;
	text-transform:uppercase;
}
#nav ul:after{
	display:block;
	clear:both;
	content:'';
}
#nav ul {
	margin:0 0 0 -18px;
	position:relative;
}
#nav li {
	float:left;
	list-style-position:outside;
	padding:0;
	list-style:none;
}
#nav li a {
	color:#fff;
	padding:12px 18px;
	display:block;
}
#nav li a:hover,
#nav li:hover a,
#nav li.active a {
	text-decoration:none;
	background:#33497b;
}
#nav .drop {
	width:100%;
	overflow:hidden;
	text-transform:none;
	font-size:16px;
	margin:0 -9999px;
	padding:0 9999px;
	background:#33497b;
}
#nav .drop ul {
	margin:0;
	padding:0;
}
#nav .drop a {padding:11px 18px 13px;}
#nav .drop a:hover,
#nav .drop .active a {color:#cfdefc;}
/* intro */
.intro {
	padding:50px 9999px 60px;
	margin:0 -9999px;
	overflow:hidden;
	font-size:18px;
	font-weight:700;
	line-height:24px;
	position:relative;
	color:#273360;
	background: #d9e2f2 url(../images/bg-swoosh.png) no-repeat 50% -205px;
	background:url(../images/bg-swoosh.png) no-repeat 50% -205px, -moz-linear-gradient(top,  #eaeef1 0%, #cbd9f2 100%);
	background:url(../images/bg-swoosh.png) no-repeat 50% -205px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeef1), color-stop(100%,#cbd9f2));
	background:url(../images/bg-swoosh.png) no-repeat 50% -205px, -webkit-linear-gradient(top,  #eaeef1 0%,#cbd9f2 100%);
	background:url(../images/bg-swoosh.png) no-repeat 50% -205px, -o-linear-gradient(top,  #eaeef1 0%,#cbd9f2 100%);
	background:url(../images/bg-swoosh.png) no-repeat 50% -205px, -ms-linear-gradient(top,  #eaeef1 0%,#cbd9f2 100%);
	background:url(../images/bg-swoosh.png) no-repeat 50% -205px, linear-gradient(to bottom,  #eaeef1 0%,#cbd9f2 100%);
}
.intro .video {
	float:right;
	width:550px;
	position:relative;
	margin:27px 0 0 20px;
}
.intro .video:after {
	right:0;
	background:url(../images/bg-shadow.png) no-repeat;
	background-size:100% auto;
	position:absolute;
	bottom:-3px;
	left:0;
	height:44px;
	content:'';
}
.intro .video iframe {
	position:relative;
	z-index:2;
	width:100%;
}
.intro h1 {
	margin:0 0 23px;
	line-height:66px;
}
.intro ul {margin:0 0 21px 3px;}
.intro ul li {
	list-style-position:outside;
	list-style:none;
	padding:0 0 6px 34px;
	position:relative;
}
.intro ul li:before {
	width:22px;
	height:16px;
	content:'';
	position:absolute;
	top:6px;
	left:0;
	background:url(../images/sprite.png) no-repeat 0 -44px;
}
.intro .btn-more {
	margin:0 0 35px;
	display:inline-block;
}
.intro .btn-more:after {
	display:inline-block;
	vertical-align:middle;
	content:'>';
	color:#ebb32d;
	margin:0 0 0 4px;
}
.intro .button {
	display:block;
	width:177px;
	padding:14px 10px 11px;
}
/* section styles */
.section {
	padding:106px 9999px 118px;
	text-align:center;
	margin:0 -9999px;
}
.section-alt {
	background: #eceff1;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2U2ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eceff1 0%, #dce6f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceff1), color-stop(100%,#dce6f9));
	background: -webkit-linear-gradient(top,  #eceff1 0%,#dce6f9 100%);
	background: -o-linear-gradient(top,  #eceff1 0%,#dce6f9 100%);
	background: -ms-linear-gradient(top,  #eceff1 0%,#dce6f9 100%);
	background: linear-gradient(to bottom,  #eceff1 0%,#dce6f9 100%);
}
.section-login {
	padding:79px 9999px 17px;
	font-size:18px;
	line-height:24px;
	background:#cbd9f2 url(../images/bg-swoosh02.png) no-repeat 50% -92px;
	background:url(../images/bg-swoosh02.png) no-repeat 50% -92px, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZWFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmQ5ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:url(../images/bg-swoosh02.png) no-repeat 50% -92px, -moz-linear-gradient(top,  #e5eaf1 0%, #cbd9f2 100%);
	background:url(../images/bg-swoosh02.png) no-repeat 50% -92px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5eaf1), color-stop(100%,#cbd9f2));
	background:url(../images/bg-swoosh02.png) no-repeat 50% -92px, -webkit-linear-gradient(top,  #e5eaf1 0%,#cbd9f2 100%);
	background:url(../images/bg-swoosh02.png) no-repeat 50% -92px, -o-linear-gradient(top,  #e5eaf1 0%,#cbd9f2 100%);
	background:url(../images/bg-swoosh02.png) no-repeat 50% -92px, -ms-linear-gradient(top,  #e5eaf1 0%,#cbd9f2 100%);
	background:url(../images/bg-swoosh02.png) no-repeat 50% -92px, linear-gradient(to bottom,  #e5eaf1 0%,#cbd9f2 100%);
}
.section-login h1 {margin:0 0 12px;}
.section .button {
	min-width:311px;
	margin:0 auto;
}
.section-client {
	padding:104px 9999px 99px;
	background:#e8effc;
}
.section-bottom {
	padding:104px 9999px 120px;
	color:#fff;
	background:#273360;
}
.section-client h2 {margin:0;}
.section-bottom h2 {
	margin:0 auto 62px;
	color:#fff;
	max-width:600px;
}
.section .blockquote {
	max-width:850px;
	margin:0 auto;
}
/* products styles */
.products {
	margin:0 auto 2px;
	max-width:1042px;
}
.products article {
	width:33.33%;
	margin:0 -4px 54px 0;
	display:inline-block;
	vertical-align:top;
}
.products article h3 a:hover,
.articles article h3 a:hover,
.post h3 a:hover {
	color:#99bce3;
	text-decoration:none;
}
.products article .img {
	width:232px;
	position:relative;
	margin:0 auto 22px;
}
.products article .img:hover span,
.products article .img em {display:block;}
.products article .img span,
.products article .img:hover em {display:none;}
/* articles styles */
.articles {
	margin:0 -43px 124px 0;
	overflow:hidden;
	text-align:left;
}
.articles article {
	float:left;
	width:33.33%;
	padding:0 43px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.articles img {margin:0 0 32px;}
.articles p {margin:0 0 17px;}
.articles .btn-more {font-weight:700;}
.articles .btn-more:after {
	display:inline-block;
	content:'>';
	color:#ebb32d;
	margin:0 0 0 3px;
}
/* testimonials styles */
.testimonials {
	margin:0 auto 20px;
	position:relative;
	max-width:754px;
	min-height:230px;
}
.testimonials .mask,
.logos .mask {
	width:100%;
	overflow:hidden;
	position:relative;
}
.testimonials .slideset {position:relative;}
.testimonials .slide {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.testimonials .slide.active {z-index:5;}
.testimonials blockquote {
	line-height:35px;
	color:#585862;
}
.testimonials blockquote q {
	font-style:italic;
	padding:20px 0 22px 53px;
	display:inline-block;
	position:relative;
}
.testimonials blockquote q:after,
.testimonials blockquote q:before {
	width:44px;
	height:41px;
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:url(../images/sprite.png) no-repeat -214px 0;
}
.testimonials blockquote q:after {
	vertical-align:baseline;
	margin:0 0 -28px 12px;
	display:inline-block;
	position:relative;
	background-position:-283px 0;
}
.testimonials blockquote cite {
	display:block;
	color:#273360;
	font-size:15px;
	line-height:21px;
	font-style:normal;
}
.testimonials blockquote cite strong {
	display:block;
	font-size:14px;
}
/* logos styles */
.logos {
	position:relative;
	overflow:hidden;
	padding:0 40px;
}
.logos .btn-prev,
.logos .btn-next {
	position:absolute;
	top:50%;
	margin-top:-16px;
	left:2px;
	width:31px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sprite.png) no-repeat -116px 0;
}
.logos .btn-next {
	left:auto;
	right:2px;
	background-position:-161px 0;
}
.logos ul {margin:0;width:9999px;}
.logos ul li {
	list-style-position:outside;
	list-style:none;
	float:left;
	padding:0 27px;
}
.logos ul li strong {
	display:table;
	width:100%;
	height:80px;
}
.logos ul li span {
	display:table-cell;
	vertical-align:middle;
}
.logos img {margin:0 auto;}
/* about block styles */
.about-block {
	max-width:940px;
	margin:0 auto;
	line-height:25px;
	font-size:18px;
	color:#273360;
}
.about-block img {margin:0 auto 39px;}
.about-block p {margin:0;}
/* cases styles */
.cases {
	font-size:16px;
	line-height:19px;
	text-align:left;
	overflow:hidden;
	margin-right:-43px;
	color:#feeccc;
}
.cases article {
	float:left;
	width:25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 43px 0 0;
}
.three-columns article {width:33.33%;}
.cases .holder {
	padding:24px 20px 57px;
	background:#d38804;
	position:relative;
}
.cases h3 {
	color:#fff;
	margin:0 0 8px;
	text-align:center;
}
.cases p {margin:0 0 29px;}
.cases .btn {
	font-weight:bold;
	text-align:center;
	font-size:18px;
	line-height:22px;
	padding:6px 5px 8px;
	position:absolute;
	bottom:20px;
	right:20px;
	color:#273360;
	left:20px;
	background:#e8effc;
}
.cases .btn:hover {
	color:#fff;
	text-decoration:none;
	background:#fcac21;
}
/* team styles */
.team {
	overflow:hidden;
	text-align:left;
	padding:37px 0 0;
	margin-right:-43px;
}
.team article {
	float:left;
	width:25%;
	padding:0 43px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.team img {
	width:100%;
	margin:0 0 35px;
}
.team h3 {margin:0 0 -2px;}
.team h4 {
	margin:0 0 16px;
	font-weight:400;
}
.team p {margin:0; min-height:290px;}
/* section blocks styles */
.section-blocks {
	margin:0 auto 33px;
	max-width:880px;
}
.section-blocks article {
	overflow:hidden;
	text-align:left;
	padding:0 0 41px;
}
.section-blocks .text-right {text-align:right;}
.section-blocks .img {
	margin:0 43px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.section-blocks .text-right .img {margin:0 0 0 43px;}
.section-blocks .txt {
	font-size:18px;
	color:#273360;
	display:inline-block;
	vertical-align:middle;
	width:450px;
	text-align:left;
	line-height:22px;
}
.section-blocks h3 {margin:0 0 8px;}
.section-blocks p {margin:0;}
/* main informative part styles */
#main {width:100%;}
#main:after,
.main-holder:after,
.post .share:after {
	display:block;
	clear:both;
	content:'';
}
.main-holder {padding:60px 0 0;}
/* main content styles */
#content {
	float:left;
	width:65.4%;
	padding:0 0 124px;
}
#main p {
	margin-bottom:16px;
}
/* posts styles */
.posts {margin:0 0 -17px;}
.post {overflow:hidden;}
.posts .post {padding:0 0 101px;}
.post .alignleft {margin:4px 43px 0 0;}
.post .txt {overflow:hidden;}
.post h3 {margin:0 0 4px;}
.post .posted {
	color:#384e80;
	overflow:hidden;
	padding:0 0 16px;
	display:block;
}
.post .posted time {
	position:relative;
	float:left;
}
.post .posted time:after {
	display:inline-block;
	content:'|';
	margin:0 2px;
}
.post .posted ul {
	margin:0;
	float:left;
}
.post .posted ul li {
	display:inline;
	list-style-position:outside;
	list-style:none;
}
.post p {margin:0 0 16px;}
.post .btn-more {
	font-weight:bold;
	text-transform:uppercase;
}
.post .btn-more:after {
	margin:0 0 0 3px;
	display:inline-block;
	content:'>';
	color:#ebb32d;
}
.post .share {
	color:#fff;
	font-size:18px;
	line-height:22px;
	width:100%;
	overflow:hidden;
	clear:both;
	position:relative;
	padding:16px 0 0;
}
.post .txt .share {padding:24px 0 0;}
.st_twitter_custom,
.st_facebook_custom {
	width:154px;
	float:left;
	height:33px;
	padding:9px 0 0;
	background:#273360;
	cursor:pointer;
	text-align:center;
	margin:0 43px 0 0;
}
.txt .st_twitter_custom,
.txt .st_facebook_custom {
	margin:0;
	width:44%;
}
.st_twitter_custom:hover,
.st_facebook_custom:hover {background:#284b8c;}
.txt .st_facebook_custom {float:right;}
.st_twitter_custom strong,
.st_facebook_custom strong {
	display:inline-block;
	position:relative;
	padding:0 0 0 44px;
}
.st_facebook_custom strong {padding:0 0 0 29px;}
.st_twitter_custom strong:before,
.st_facebook_custom strong:before {
	width:34px;
	height:23px;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background:url(../images/sprite.png) no-repeat -225px -138px;
}
.st_facebook_custom strong:before {
	height:29px;
	width:14px;
	top:-4px;
	background:url(../images/sprite.png) no-repeat -283px -134px;
}
.paging {
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
.paging li {
	float:left;
	margin:0 16px 0 0;
	list-style-position:outside;
	list-style:none;
}
.paging li a,
.paging li strong,
.paging li .current {
	display:block;
	width:36px;
	height:27px;
	padding:5px 0 0;
	text-align:center;
	color:#fff;
	background:#cdcdcd;
}
.paging li a:hover,
.paging li strong,
.paging li .current {
	text-decoration:none;
	background:#273360;
}
.paging .prev a,
.paging .next a {
	width:88px;
	padding:5px 10px 0;
}
/* sidebar styles */
#sidebar {
	float:right;
	color:#fff;
	padding:7px 0 30px;
	width:30.8%;
}
#sidebar .holder {
	padding:25px 20px 13px 40px;
	background:#d38804;
}
.sidebar-box {
	line-height:19px;
	margin:0 0 26px;
	font-size:16px;
}
#sidebar h3 {
	color:#fff;
	margin:0 0 8px;
}
#sidebar a {color:#fff;}
#sidebar ul {margin:0;}
#sidebar ul li {
	list-style-position:outside;
	list-style:none;
	padding:0;
	position:relative;
}
.sidebar-box ul li:before {
	width:6px;
	height:6px;
	content:'';
	position:absolute;
	top:8px;
	left:-11px;
	background:#fff;
	border-radius:3px;
}
/* section comments styles */
.section-comments {
	padding:101px 9999px;
	background:#e8effc;
	margin:0 -9999px;
	clear:both;
	width:100%;
}
.section-comments h3 {margin:0 0 26px;}
.section-comments .commentlist,
.comment-respond {max-width:745px}
.comment .author {
	margin:0;
	color:#273360;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
}
.comment .meta {
	margin:0 0 16px;
	color:#273360;
	font-size:15px;
	line-height:18px;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	float:left;
	overflow:hidden;
	width:47%;
	margin:0 0 23px;
}
.comment-respond .comment-form-email {float:right;}
.comment-respond .comment-form-comment {
	width:100%;
	margin:0 0 24px;
	clear:both;
	overflow:hidden;
}
.comment-respond input[type="submit"] {
	float:left;
	width:155px;
	height:43px;
	color:#fff;
	padding:0;
	border:0;
	background:#d38804;
	cursor:pointer;
	margin:0;
	font-size:18px;
	line-height:40px;
	font-weight:bold;
}
.comment-respond input[type="submit"]:hover {background:#fcac21;}
.comment-respond .form-submit {
	margin:0;
	overflow:hidden;
}
.contact-holder .cases {margin-bottom:83px;}
.contact-holder .prev {
	font-size:18px;
	margin:0 auto 86px;
	max-width:750px;
	line-height:27px;
	color:#273360;
}
/* address styles */
.address {
	text-align:left;
	overflow:hidden;
	margin-right:-43px;
}
.address article {
	float:left;
	width:33.33%;
	padding:0 43px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.address address {
	font-style:normal;
}
.address address a {color:#585862;}
/* form box styles */
.form-box {color:#273360;}
.form-box form {margin:0;}
.form-box .prev {
	font-size:18px;
	line-height:21px;
	padding:0 0 23px;
}
.form-box-client .prev {
	margin:0 auto;
	line-height:24px;
	max-width:505px;
}
.form-box .form-logo {margin:-18px auto 36px;}
.form-box .title {display:block;}
.form-box p,
.form-box .title {margin:0 0 23px;}
.section-login .form-box p {margin:0 0 34px;}
.section-login .form-box p a {font-weight:bold;}
.form-box .holder,
.form-box figure {
	margin:0 auto;
	max-width:635px;
}
.form-box .holder-alt {max-width:700px;}
.form-box-client .holder {max-width:745px;}
.form-fields {
	max-width:350px;
	margin:0 auto;
}
.form-box-client .form-fields {max-width:none;}
.form-box .field {
	width:100%;
	padding:0 0 11px;
}
.form-box-client .field {padding:0 0 12px;}
.form-box .field:after,
.form-box .btns:after {
	display:block;
	clear:both;
	content:'';
}
.form-box .field .area {
	float:left;
	width:47%;
}
.form-box .field .area-alt {float:right;}
.form-box .btns {padding:13px 0 18px;}
.form-box .btns-alt {padding:30px 0 0;}
.section-login .form-box .btns {padding:30px 0 13px;}
.form-box input[type="text"],
.form-box input[type="tel"],
.form-box input[type="email"],
.form-box input[type="password"],
.form-box textarea {
	float:left;
	width:100%;
	height:34px;
	padding:7px 12px;
	margin:0;
	border:0;
	background:#fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-box textarea {
	height:94px;
	resize:none;
}
.form-box input[type="submit"],
.form-box input[type="button"] {
	float:left;
	height:50px;
	width:170px;
	padding:0;
	margin:0;
	border:0;
	cursor:pointer;
	font-size:18px;
	line-height:47px;
	font-weight:bold;
	background:#d38804;
	color:#fff;
}
.form-box input[type="button"] {float:right;}
.form-box input[type="submit"]:hover,
.form-box input[type="button"]:hover {background:#fcac21;}
.form-box .btns-alt input[type="submit"],
.section-login .form-box .btns input[type="submit"] {
	float:none;
	display:block;
	width:194px;
	margin:0 auto;
}
.section-login .form-box .btns input[type="submit"] {width:100%;}
.form-box-client .btns-alt input[type="submit"] {width:350px;}
.form-box .note {
	margin:0 auto 49px;
	max-width:400px;
}
.section-login .form-box .note {
	margin:0 auto 64px;
	max-width:300px;
	font-size:12px;
	line-height:18px;
}
.form-box figure img {
	float:left;
	width:50%;
}
.form-box figure figcaption {
	display:block;
	clear:both;
	width:100%;
	padding:4px 0 0;
	text-align:right;
	font-size:15px;
	text-transform:uppercase;
}
/* footer styles */
#footer {
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#273360;
	line-height:22px;
	background:#e8effc;
	font-weight:bold;
	display:table-footer-group;
}
.web-online-page #footer  {
	color:#fff;
	background:#273360;
	font-weight:400;
}
.f1 {
	height:1%;
	display:table-row;
}
.f2 {display:table-cell;}
#footer .holder {
	max-width:1140px;
	padding:63px 70px 20px;
	margin:0 auto;
}
.web-online-page #footer .holder {
	padding:54px 70px;
	text-align:center;
}
#footer nav {
	overflow:hidden;
	position:relative;
	padding:0 253px 20px 0;
}
.web-online-page #footer nav {
	padding:0;
	overflow:visible;
	display:inline-block;
}
#footer .box {
	float:left;
	width:33.33%;
	padding:0 29px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.web-online-page #footer .box {
	width:195px;
	padding:0 19px;
	text-align:left;
}
#footer .contact-box {
	width:253px;
	position:absolute;
	top:0;
	right:0;
}
#footer .title {
	font:bold 16px/20px 'Lato', Arial, Helvetica, sans-serif;
	margin:0 0 11px;
	display:block;
	text-transform:uppercase;
}
.web-online-page #footer .title {margin:0 0 9px;}
.web-online-page #footer a {color:#fff;}
#footer a:hover {
	text-decoration:none;
	color:#4d71b2;
}
#footer ul {margin:0 0 27px;}
.web-online-page #footer ul {margin:0 0 12px;}
#footer .footer-nav {margin:0;}
.footer-nav {text-align:center;}
.contact-box .footer-nav {
	text-align:left;
	display:none;
}
#footer ul ul {
	margin:0;
	padding:0 0 0 30px;
}
#footer ul li {
	list-style-position:outside;
	list-style:none;
}
.footer-nav li {
	display:inline-block;
	position:relative;
	padding:0 3px 0 0;
}
.footer-nav li:before {
	display:inline-block;
	content:'|';
	margin:0 5px 0 0;
}
.footer-nav li:first-child:before {display:none;}
#footer address {
	margin:0 0 32px;
	font-style:normal;
}
.web-online-page #footer address {margin:0 -60px 0 0;}
/* social styles */
.social {overflow:hidden;}
.social li {
	float:left;
	margin:0 11px 0 0;
}
.social a {
	display:block;
	width:14px;
	height:29px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/sprite.png) no-repeat;
}
.social .fb {background-position:-1px -134px;}
.web-online-page .social .fb {background-position:-283px -134px;}
.social .tw {
	width:34px;
	background-position:-26px -134px;
}
.web-online-page .social .tw {background-position: -225px -134px;}
.social .in {
	width:27px;
	background-position:-71px -134px
}
.web-online-page .social .in {background-position:-328px -133px;}
/* ---------------------------------------------------------
   3. Styles for Responsive web design
   ---------------------------------------------------------*/
@media only screen and (min-width: 941px) {
	#header .opener {display:none;}
	#header .slide,
	#header .js-slide-hidden {
		position:static !important;
		display: block !important;
		left: 0 !important;
		top: 0 !important;
	}
	.add-nav .drop,
	#nav .drop {
		position:absolute !important;
		top:100% !important;
		left:0 !important;
		height:0 !important;
	}
	.add-nav li:hover .drop,
	#nav li.active .drop {
		display:block !important;
		height:auto !important;
	}
}
@media only screen and (max-width: 1100px) {
	h1 {
		font-size:44px;
		line-height:53px;
		margin:0 0 40px;
	}
	h4 {
		font-size:16px;
		line-height:19px;
	}
	.w2 {padding:0 28px;}
	.add-nav {margin-right:-4px;}
	.intro .video {width:470px;}
	.intro h1 {
		font-size:54px;
		line-height:66px;
	}
	.section .button {min-width:265px;}
	.logos .mask {
		margin:0 auto;
		width:830px;
	}
	.logos ul li {
		width:138px;
		padding:0 14px;
	}
	.articles {margin:0 -28px 107px 0;}
	.articles article {padding:0 28px 0 0;}
	.articles img {margin:0 0 36px;}
	.about-block {max-width:none}
	.about-block img {
		margin:0 0 42px;
		width:100%;
	}
	.cases {
		font-size:14px;
		line-height:17px;
		margin-right:-28px;
	}
	.cases article {padding:0 28px 0 0;}
	.cases h3 {
		margin:0 -10px 8px;
		font-size:18px;
	}
	.cases p {margin: 0 0 16px;}
	.team {
		padding:19px 0 0;
		margin-right:-28px;
	}
	.team article {padding:0 28px 0 0;}
	.team img {margin:0 0 70px;}
	.team h4 {
		font-size:18px;
		line-height:22px;
	}
	.section-blocks {
		margin:0 auto 38px;
		max-width:802px;
	}
	.section-blocks article {padding:0 0 36px;}
	.section-blocks .img {margin:0 28px 0 0;}
	.section-blocks .text-right .img {margin:0 0 0 28px;}
	.section-blocks .txt {width:470px;}
	.main-holder {padding:44px 0 0;}
	.main-holder h2 {margin:0 0 43px;}
	#content {
		padding:0 0 100px;
		width:65.9%;
	}
	.posts {margin:0 0 -1px;}
	.posts .post {padding:0 0 49px;}
	.post .alignleft {
		width:48%;
		margin:0 25px 0 0;
	}
	.post .txt {padding:3px 0 0;}
	.st_twitter_custom, .st_facebook_custom {
		width:140px;
		margin:0 27px 0 0;
	}
	.txt .st_twitter_custom, .txt .st_facebook_custom {width:45%;}
	#sidebar {
		padding:9px 0 30px;
		width:31.4%;
	}
	.section-comments {padding:95px 9999px 106px;}
	.comment-respond {max-width:638px}
	.contact-holder .prev {margin:0 auto 76px;}
	.address {margin-right:-28px;}
	.address article {padding:0 28px 0 0;}
	#footer .holder,
	.web-online-page #footer .holder {padding:63px 28px 42px;}
	#footer nav {padding:0 221px 20px 0;}
	#footer .box {padding:0 20px 0 0;}
	#footer .contact-box {
		padding:0;
		width:221px;
	}
}
@media only screen and (max-width: 940px) {
	h2 {
		line-height:53px;
		margin:0 0 38px;
	}
	h4 {
		font-size:18px;
		line-height:22px;
		margin:0 0 10px;
	}
	.w2 {padding:0 43px;}
	.logo {
		width:243px;
		height:73px;
		top:14px;
		left:38px;
		background-size:100% 100%;
	}
	#header {
		text-align:left;
		padding:35px 43px 19px;
		margin:0 -43px;
	}
	#header nav {float:right;}
	#header .mail {
		display:block;
		margin:8px 24px 0 0;
	}
	.call {
		float:left;
		width:40px;
		height:50px;
		margin:0 17px 0 0;
		overflow:hidden;
		text-indent:-9999px;
		background:url(../images/sprite.png) no-repeat 0 -67px;
	}
	#header .opener {
		float:left;
		font-weight:700;
		padding:12px 5px 11px;
		color:#fff;
		margin:4px 0 0;
		width:78px;
		text-align:center;
		background:#273360;
	}
	#header .opener:hover {
		text-decoration:none;
		background:#b0c3e6;
	}
	#header nav .slide {
		position:absolute;
		top:104px;
		left:0;
		padding:0 0 10px;
		background:#273360;
		width:100%;
	}
	#header nav .slide-holder {
		width:100%;
		display:table;
	}
	#header .add-block {
		float:none;
		display:table-footer-group;
	}
	.add-nav {
		float:none;
		margin:0 0 7px;
		text-transform:uppercase;
	}
	#nav {
		font-size:16px;
		padding:0;
		margin:0;
	}
	#nav ul {margin:0;}
	#nav ul li,
	.add-nav li {
		padding:0;
		text-align:left;
		float:none;
		border-bottom:1px solid #1c2853;
	}
	.add-nav .item-drop {width:auto;}
	#nav ul li a,
	.add-nav li a,
	.add-nav .item-drop > a {
		display:block;
		font-weight:400;
		color:#fff;
		padding:16px 40px;
	}
	.add-nav .item-drop > a,
	#nav li.active a {background:#273360;}
	#nav .drop a,
	.add-nav .drop a {padding:16px 40px 16px 92px;}
	#nav ul li a:hover,
	.add-nav li a:hover,
	#nav ul .item-active a,
	.add-nav .item-active a,
	.add-nav li.active a {
		color:#fff;
		background:#384e80;
	}
	.add-nav .drop a:hover,
	.add-nav .drop .active a,
	.add-nav .item-active .drop a:hover {
		text-decoration:none;
		color:#cfdefc;
	}
	#nav ul li .has-drop-down-a:after {
		display:inline-block;
		content:'>';
		margin-left:14px;
		vertical-align:middle;
		-moz-transform: rotate(90deg);
		-webkit-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		transform:rotate(90deg);
	}
	#nav .drop,
	.add-nav .drop {
		width:100%;
		margin-bottom:-1px;
		text-transform:none;
		border-top:1px solid #1c2853;
	}
	.add-nav .drop li {
		border-width:0 0 1px;
		border-color:#1c2853;
	}
	.searchform {
		margin:0 0 0 41px;
		float:none;
	}
	.intro {
		padding:30px 43px 50px;
		margin:0 -43px;
		background-position:24px 0;
	}
	.intro .holder {
		width:100%;
		display:table;
	}
	.intro h1 {
		text-align:center;
		font-size:44px;
		margin:0;
		line-height:53px;
		display:table-header-group;
	}
	.intro .video {
		width:620px;
		margin:34px auto 10px;
		float:none;
	}
	.intro .txt {
		max-width:328px;
		margin:0 auto;
	}
	.intro ul {margin:0 0 14px 19px;}
	.intro .button {width:auto;}
	.intro .btn-more {margin:0 0 43px 54px;}
	.section,
	.section-client,
	.section-bottom {padding:38px 9999px 48px;}
	.section-login {
		padding:24px 50px 34px;
		margin:0 -50px;
		background-position:0 0;
	}
	.products {margin:0 0 15px;}
	.products article {
		margin:0 -4px 26px 0;
		width:50%;
	}
	.section .button {min-width:288px;}
	.testimonials {
		margin:0 auto 25px;
		min-height:10px;
		max-width: 685px;
	}
	.testimonials blockquote q {
		display:block;
		font-size:18px;
		padding:20px 53px 22px 53px;
	}
	.testimonials blockquote q:before {top:4px;}
	.testimonials blockquote q:after {
		position:absolute;
		top:auto;
		left:auto;
		bottom:6px;
		right:0;
		margin:0;
	}
	.logos .btn-prev {left:0;}
	.logos .btn-next {right:0;}
	.logos .mask {width:596px;}
	.logos ul li {
		padding:0;
		width:149px;
	}
	.articles {margin:0 -28px 57px 0;}
	.articles img {margin:0 0 27px;}
	.section-bottom h2 {margin:0 auto 42px;}
	.about-block {
		max-width:568px;
		font-size:14px;
		line-height:15px;
	}
	.about-block img {margin:0 0 44px;}
	.cases {margin:0 -27px -50px 0;}
	.contact-holder .cases {margin-bottom:24px;}
	.cases article {
		width:50%;
		padding:0 27px 50px 0;
	}
	.three-columns article {
		width:33.33%;
		padding:0 27px 0 0;
	}
	.cases .holder {padding-top:17px;}
	.three-columns article .holder {padding:13px 12px 44px;}
	.cases h3 {
		margin:0 -10px 2px;
		font-size:20px;
	}
	.three-columns article h3 {
		font-size:18px;
		line-height:21px;
	}
	.cases p {margin: 0 0 24px;}
	.cases .btn {
		padding:9px 5px;
		bottom:17px;
	}
	.three-columns .btn {
		left:12px;
		right:12px;
		bottom:14px;
	}
	.contact-holder .prev {
		font-size:14px;
		line-height:17px;
		max-width:470px;
		margin:0 auto 43px;
	}
	.team {
		margin-bottom:-34px;
		padding:12px 0 0;
	}
	.team article {
		padding:0 28px 56px 0;
		width:50%;
	}
	.team img {margin:0 0 19px;}
	.team h3 {font-size:16px;}
	.team h4 {
		font-size:16px;
		line-height:18px;
		margin:0 0 10px;
	}
	.section-blocks {
		margin:0 auto 13px;
		max-width:530px;
	}
	.section-blocks article {padding:0 0 36px;}
	.section-blocks .img {
		width:133px;
		margin:0 27px 0 0;
	}
	.section-blocks .text-right .img {margin:0 0 0 25px;}
	.section-blocks .txt {
		font-size:14px;
		line-height:17px;
		width:356px;
	}
	.section-blocks h3 {margin:0 0 2px;}
	.main-holder {
		position:relative;
		padding:33px 0 40px;
	}
	.main-holder h2 {
		text-align:center;
		margin:0 0 32px;
	}
	#content {
		width:65.5%;
		padding:0 0 48px;
	}
	.posts {margin:0;}
	.posts .post {padding:0 0 47px;}
	.post .alignleft {
		width:46.9%;
		margin:5px 25px 0 0;
	}
	.post .txt {padding:0;}
	.post .posted time {
		display:block;
		float:none;
		margin:0 0 5px;
	}
	.post .posted time:after {display:none;}
	.post .share {padding:6px 0 0;}
	.post .txt .share {padding:14px 0 0;}
	.st_twitter_custom,
	.st_facebook_custom {
		width:94px;
		margin:0 22px 0 0;
	}
	.st_twitter_custom strong {padding:0 0 0 38px;}
	.st_facebook_custom strong {padding:0 0 0 26px;}
	.paging-holder {
		position:absolute;
		bottom:31px;
		left:0;
		width:100%;
		text-align:center;
	}
	.paging {display:inline-block;}
	#sidebar {
		padding:0 0 20px;
		width:31.1%;
	}
	#sidebar .holder {padding:24px 20px 13px 26px;}
	.section-comments {
		padding:39px 9999px 35px;
		margin:0 -9999px -40px;
	}
	.commentlist {margin:0 0 28px;}
	.comment, .commentlist-holder {padding:0 0 0 89px;}
	.commentlist .avatar {margin:7px 0 0 -89px;}
	.section-comments .commentlist, .comment-respond {max-width:none;}
	.comment-respond input[type="submit"] {
		display:block;
		margin:0 auto;
		float:none;
		width:328px;
		height:54px;
		line-height:50px;
	}
	.form-box .prev {
		font-size:14px;
		line-height:17px;
		padding:0 0 24px;
	}
	.form-box .form-logo {margin:-13px auto 36px;}
	.form-box .holder {max-width:455px;}
	.form-box p,
	.form-box .title {margin:0 0 16px;}
	.form-fields {max-width:330px;}
	.form-box input[type="submit"], .form-box input[type="button"] {width:151px;}
	.form-box .btns-alt input[type="submit"] {width:100%;}
	#footer .holder,
	.web-online-page #footer .holder {padding:44px 43px 0;}
	#footer nav {padding-bottom:0;}
	#footer .box,
	#footer .box-alt .box-holder {
		width:50%;
		padding:0 25px 0 0;
	}
	#footer .box-alt {
		float:none;
		padding:0;
		overflow:hidden;
		width:100%;
	}
	#footer .box-alt .box-holder {
		float:left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer .contact-box {
		padding: 0;
		width: 221px;
	}
	#footer .title {margin:0 0 5px;}
	#footer .contact-box .title {margin:0 0 8px;}
	#footer address {margin:0 0 44px;}
	#footer .box > ul {margin:0 0 46px;}
	#footer .box .social {margin:0 0 34px;}
	.footer-nav {display:none;}
	.contact-box .footer-nav {display:block;}
}
@media only screen and (max-width: 767px) {
	h2 {margin:0 -14px 24px;}
	h3 {margin:0 0 24px;}
	h4 {
		font-size:20px;
		line-height:24px;
		margin:0 0 21px;
	}
	blockquote {
		font-size:18px;
		line-height:24px;
	}
	.button {min-height:29px;}
	.w2 {padding:0 50px;}
	.logo {
		width:219px;
		height:68px;
		top:9px;
		left:14px;
		background:url(../images/logo-mobile.png) no-repeat;
	}
	#header {
		padding:32px 12px 23px;
		margin:0 -50px;
	}
	#header .mail {
		width:46px;
		height:28px;
		background-position:-179px -74px;
		margin:7px 27px 0 0;
	}
	.call {
		width:33px;
		height:41px;
		margin:0 14px 0 0;
		background-position:-132px -67px;
	}
	#header .opener {
		padding:10px 5px 9px;
		margin:1px 0 0;
		width:70px;
		font-size:16px;
	}
	#header nav .slide {top:97px;}
	#nav ul li a,
	.add-nav li a,
	.add-nav .item-drop > a {padding:16px 12px;}
	#nav .drop a,
	.add-nav .drop a {padding:16px 12px 16px 64px;}
	.searchform {margin:0 0 0 12px;}
	.intro {
		font-size:14px;
		margin:0 -50px;
		line-height:17px;
		padding:19px 50px 36px;
	}
	.intro .video {
		margin:26px auto 24px;
		width:100%;
	}
	.intro .video:after {bottom:-20px;}
	.intro .txt {max-width:none;}
	.intro ul {margin:0 0 20px;}
	.intro ul li {padding:0 0 0 24px;}
	.intro ul li:before {
		width:14px;
		height:10px;
		top:5px;
		background-position:-29px -50px;
	}
	.intro .btn-more {
		margin:0 0 39px 26px;
		text-transform:uppercase;
	}
	.intro .button {
		line-height:22px;
		padding:19px 10px 13px;
	}
	.section,
	.section-bottom {padding:24px 9999px 34px;}
	.section-client {padding:24px 9999px 23px;}
	.section-login {padding:24px 50px 34px;}
	.section-bottom h2 {margin:0 -14px 27px;}
	.section-client h2 {margin:0 -14px 24px;}
	.section .button {
		display:block;
		width:auto;
	}
	.products {margin:0 -18px;}
	.products article {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0 6px;
		margin:0 -4px 6px 0;
	}
	.products article .img {
		width:auto;
		margin:0 auto 12px;
		max-width:177px;
	}
	.testimonials {
		max-width:none;
		margin:0 -12px 10px;
	}
	.testimonials blockquote q:after,
	.testimonials blockquote q:before {
		width:33px;
		height:31px;
		background-position:-352px 0;
	}
	.testimonials blockquote q:before {top:0;}
	.testimonials blockquote q:after {
		bottom:44px;
		background-position:-398px 0;
	}
	.testimonials blockquote q {
		padding:13px 28px 28px;
		font-size:20px;
		line-height:25px;
	}
	.testimonials blockquote cite {
		font-size:14px;
		line-height:18px;
	}
	.logos {padding:0 25px;}
	.logos .btn-prev, .logos .btn-next {
		width:22px;
		height:27px;
		margin-top:-14px;
		background-position:-49px 0;
	}
	.logos .btn-next {background-position:-82px 0;}
	.logos .mask {width:300px;}
	.logos ul li {width:100px;}
	.logos ul li strong {table-layout: fixed;}
	.articles {margin:0;}
	.articles article {
		float:none;
		width:100%;
		padding:0 0 32px;
	}
	.articles img {
		width:100%;
		margin:0 0 32px;
	}
	.about-block {
		font-size:18px;
		text-align:left;
		padding:0 0 16px;
		line-height:25px;
	}
	.about-block h1 {text-align:center;}
	.about-block img {margin:0 0 44px;}
	.cases {
		margin:0 0 -36px;
		padding:26px 0 0;
		font-size:16px;
		line-height:19px;
	}
	.contact-holder .cases {margin:0 0 -1px;}
	.cases article {
		width:100%;
		float:none;
		padding:0 0 47px;
	}
	.cases .holder {padding:24px 39px 30px;}
	.three-columns article .holder {padding:24px 39px 20px;}
	.cases h3 {margin:0 -10px 9px;}
	.three-columns article h3 {
		font-size:20px;
		line-height:24px;
	}
	.cases p {margin:0 0 31px;}
	.cases .btn {
		padding:6px 5px 8px;
		bottom:0;
		position:relative;
		left:0;
		right:0;
		display:block;
		margin:0 auto;
		width:212px;
	}
	.contact-holder .prev {
		font-size:18px;
		line-height:21px;
		margin:0 auto 27px;
	}
	.address {
		text-align:center;
		font-size:18px;
		line-height:22px;
		margin:0 0 -33px;
	}
	.address article {
		float:none;
		width:100%;
		margin:0 0 46px;
		padding:0;
	}
	.team {
		margin: 0 0 -23px;
		padding:2px 0 0;
	}
	.team article {
		padding:0 0 38px;
		width:100%;
		float:none;
	}
	.team img {margin:0 0 30px;}
	.team h3 {
		line-height:24px;
		font-size:20px;
	}
	.team h4 {
		font-size:18px;
		line-height:22px;
		margin:0 0 16px;
	}
	.section-blocks {
		margin:0;
		max-width:none;
	}
	.section-blocks article {
		display:table;
		padding:0 0 40px;
		width:100%;
	}
	.section-blocks .img {
		width:auto;
		display:table-header-group;
		max-width:none;
		margin:0;
	}
	.section-blocks .text-right .img {margin:0;}
	.section-blocks .img img {margin:0 auto 22px;}
	.section-blocks .txt {
		font-size:18px;
		line-height:22px;
		width:100%;
	}
	.section-blocks h3 {
		margin:0 0 9px;
		text-align:center;
	}
	.main-holder {
		width:100%;
		padding:19px 0 53px;
		display:table;
		table-layout:fixed;
	}
	.main-holder h2 {margin:0 0 48px;}
	#content {
		width:100%;
		float:none;
		padding:0 0 55px;
	}
	.posts {margin:0;}
	.posts .post {padding:0 0 57px;}
	.post .alignleft {
		width:100%;
		float:none;
		margin:0 0 31px;
	}
	.post .posted time {
		float:left;
		margin:0;
	}
	.post .posted time:after {display:inline-block;}
	.post .share {
		padding:17px 0 0;
		font-size:19px;
	}
	.posts .post .share {padding:27px 0 0;}
	.st_twitter_custom,
	.st_facebook_custom {
		height:35px;
		width:48%;
		margin:0;
		padding:10px 0 0;
	}
	.st_facebook_custom {float:right;}
	.txt .st_twitter_custom,
	.txt .st_facebook_custom {width:48%;}
	.paging-holder {
		position:relative;
		bottom:0;
	}
	.paging {margin:0 -16px 0 0;}
	.paging li {margin:0 14px 0 0;}
	.paging .alt {display:none;}
	#sidebar {
		float:none;
		width:100%;
		display:table-footer-group;
	}
	#sidebar .holder {padding:24px 20px 13px 42px;}
	.section-comments {
		margin: 0 -9999px 38px;
		padding: 36px 9999px 23px;
	}
	.comment, .commentlist-holder {padding:0 0 0 72px;}
	.commentlist .avatar {margin:7px 0 0 -72px;}
	.comment-respond .comment-form-author, .comment-respond .comment-form-email {
		float:none;
		width:100%;
		margin:0 0 24px;
	}
	.comment-respond .comment-form-email {margin:0 0 26px;}
	.comment-respond .comment-form-comment {margin:0 0 33px;}
	.comment-respond input[type="submit"] {
		height:51px;
		width:100%;
	}
	.form-box {text-align:left;}
	.form-box .prev {
		font-size:18px;
		line-height:22px;
		padding:0 0 9px;
		max-width:none;
	}
	.form-box .holder,
	.form-fields {max-width:none;}
	.form-box p,
	.form-box .title {margin:0 0 20px;}
	.form-box .title {text-align:center;}
	.form-box .form-logo {margin:-4px auto 39px;}
	.form-box .field {padding:0 0 14px;}
	.form-box .btns,
	.section-login .form-box .btns {padding:25px 0 41px;}
	.form-box .btns-alt {padding:25px 0 8px;}
	.form-box .field .area {
		float:none;
		padding:0 0 12px;
		width:100%;
	}
	.form-box .field .area-alt {padding:0;}
	.form-box .field .area:after{
		display:block;
		clear:both;
		content:'';
	}
	.form-box input[type="submit"],
	.form-box input[type="button"] {
		height:55px;
		line-height:52px;
		width:48%;
	}
	.form-box .note {display:none;}
	.form-box figure img {
		float:none;
		width:100%;
		margin:0 0 15px;
	}
	.form-box figure figcaption {
		font-size:14px;
		padding:0;
		margin-top:-15px;
	}
	#footer {
		line-height:17px;
		font-weight:400;
	}
	#footer .holder,
	.web-online-page #footer .holder {padding:30px 50px 24px;}
	#footer nav {padding:0 0 2px;}
	.web-online-page #footer nav {
		overflow:hidden;
		display:block;
	}
	#footer .box,
	#footer .box-alt,
	#footer .contact-box,
	.web-online-page #footer .box {
		width:50%;
		float:left;
		padding:0 25px 0 0;
	}
	#footer .box-alt .box-holder {
		float:none;
		width:100%;
		padding:0;
	}
	#footer .contact-box {position:relative;}
	#footer .title,
	#footer .contact-box .title {margin:0 0 2px;}
	#footer .footer-nav {display:block;}
	#footer .contact-box .footer-nav {display:none;}
	#footer .box .social {margin:0 0 32px;}
	#footer ul,
	#footer .box > ul {margin:0 0 27px;}
	#footer ul ul {padding:0 0 0 22px;}
	#footer address {margin:0 0 32px;}
	.web-online-page #footer address {margin:0;}
	.social li {margin:0 16px 0 0;}
}
@media only screen and (max-width: 478px) {
	h1,
	h2 {
		font-size:30px;
		line-height:36px;
		margin:0 0 17px;
	}
	h2 {margin:0 -10px 20px;}
	h3 {
		font-size:16px;
		margin:0 0 15px;
		line-height:19px;
	}
	h4 {
		font-size:16px;
		line-height:20px;
	}
	.button {
		font-size:14px;
		line-height:18px;
		padding:9px 10px;
		min-height:22px;
	}
	.w2 {padding:0 34px;}
	.logo {
		width:146px;
		height:45px;
		top:5px;
		left:9px;
		background-size:100% 100%;
	}
	#header {
		padding:21px 8px 15px;
		margin:0 -34px;
	}
	.web-online-page #header {padding:23px 9999px;}
	#header .mail {
		width:31px;
		height:19px;
		background-position:-273px -71px;
		margin:4px 18px 0 0;
	}
	.call {
		width:22px;
		height:27px;
		margin:0 9px 0 0;
		background-position:-242px -67px;
	}
	#header .opener {
		padding:3px 0 4px;
		margin:0;
		width:53px;
		font-size:14px;
	}
	#header nav .slide {top:63px;}
	#nav ul li a,
	.add-nav li a,
	.add-nav .item-drop > a {padding:16px 8px;}
	#nav .drop a,
	.add-nav .drop a {padding:16px 8px 16px 60px;}
	.searchform {margin:0 0 0 8px;}
	.content .searchform {
		margin:0 auto 10px;
		width:230px;
	}
	.content .searchform input[type="text"] {width:184px;}
	.intro {
		margin:0 -34px;
		padding:14px 34px 20px;
	}
	.intro .video {margin:16px auto 4px;}
	.intro h1 {
		font-size:30px;
		line-height:36px;
	}
	.intro ul {margin:0 0 9px;}
	.intro ul li {padding:0 0 0 16px;}
	.intro ul li:before {
		width:11px;
		height:8px;
		top:4px;
		background-position:-50px -52px;
	}
	.intro .btn-more {margin:0 0 11px 17px;}
	.intro .button {
		line-height:18px;
		padding:9px 10px 10px;
	}
	.section {padding:18px 9999px 26px;}
	.section-bottom {padding:17px 9999px 26px;}
	.section-client {padding:17px 9999px 23px;}
	.section-bottom h2 {margin:0 -14px 21px;}
	.section-client h2 {margin:0 -14px 14px;}
	.section .button {
		min-width:100px;
		width:auto;
		display:block;
	}
	.products {margin:0 -10px 4px;}
	.products article {
		padding:0;
		margin:0 -4px 12px 0;
	}
	.products article .img {
		margin: 0 auto 6px;
		max-width: 115px;
	}
	.products article h3 {margin:0;}
	.testimonials {
		margin:0 0 10px -10px;
	}
	.testimonials blockquote q:after,
	.testimonials blockquote q:before {
		width:22px;
		height:21px;
		background-position: -445px -1px;
	}
	.testimonials blockquote q:after {
		bottom:8px;
		background-position:-478px 0;
	}
	.testimonials blockquote q {
		padding:9px 28px 16px;
		font-size:18px;
		line-height:20px;
	}
	.testimonials blockquote cite {
		font-size:16px;
		line-height:18px;
	}
	.testimonials blockquote cite strong {font-size:14px;}
	.logos {
		margin:0 -8px;
		padding:0 16px;
	}
	.logos .btn-prev, .logos .btn-next {
		width:15px;
		height:18px;
		margin-top:-14px;
		background-position:-85px -43px;
	}
	.logos .btn-next {background-position:-108px -43px;}
	.logos .mask {width:237px;}
	.logos ul li {
		padding:0 5px;
		width:69px;
	}
	.articles {margin:0;}
	.articles article {padding:0 0 21px;}
	.articles img {margin:0 0 23px;}
	.about-block {
		font-size:14px;
		padding:0 0 2px;
		line-height:17px;
	}
	.about-block img {margin:0 0 21px;}
	.contact-holder .cases {
		padding:0;
		margin:0 0 16px;
	}
	.cases {
		margin:0 0 -23px;
		padding:13px 0 0;
	}
	.cases article {padding:0 0 34px;}
	.three-columns  article {padding:0 0 30px;}
	.cases .holder {padding:27px 16px 17px;}
	.three-columns article .holder {padding:24px 16px 17px;}
	.cases h3 {margin:0 -10px 12px;}
	.cases p {margin:0 0 25px;}
	.cases .btn {width:auto;}
	.contact-holder .prev {
		font-size:14px;
		line-height:17px;
		margin:0 auto 36px;
	}
	.address {
		font-size:14px;
		line-height:17px;
	}
	.address article {margin:0 0 32px;}
	.team {
		margin-bottom:-16px;
		padding:17px 0 0;
	}
	.team article {padding:0 0 28px;}
	.team img {margin:0 0 21px;}
	.team h3,
	.team h4 {
		line-height:21px;
		font-size:16px;
	}
	.team h4 {margin:0 0 15px;}
	.section-blocks {margin:0 0 -26px;}
	.section-blocks article {padding:0 0 48px;}
	.section-blocks .img img {margin: 0 auto 26px;}
	.main-holder {padding:14px 0 31px;}
	.main-holder h2 {margin:0 0 26px;}
	#content {padding:0 0 35px;}
	.posts .post {padding:0 0 36px;}
	.post .alignleft {margin:0 0 29px;}
	.post .posted time {
		float:none;
		display:block;
		margin:0 0 5px;
	}
	.post .posted time:after {display:none;}
	.st_twitter_custom, .st_facebook_custom {width:123px;}
	.paging {
		display:block;
		margin:0;
	}
	.paging li {display:none;}
	.paging li.next,
	.paging li.prev {
		float:left;
		display:block;
		margin:0;
	}
	.paging li.next {float:right;}
	.paging li.next a,
	.paging li.prev a {width:103px;}
	#sidebar h3 {
		line-height:24px;
		font-size:20px;
	}
	.section-comments {
		margin: 0 -9999px 30px;
		padding: 28px 9999px 15px;
	}
	.comment, .commentlist-holder {padding:0 0 0 72px;}
	.commentlist .avatar {margin:7px 0 0 -72px;}
	.commentlist {margin:0 0 14px;}
	.comment-respond .comment-form-author, .comment-respond .comment-form-email {margin:0 0 13px;}
	.comment-respond .comment-form-comment {margin:0 0 30px;}
	.comment-respond input[type="submit"] {
		height:52px;
		font-size:14px;
	}
	.form-box .prev {
		font-size:14px;
		line-height:17px;
		padding:0 0 8px;
	}
	.form-box p,
	.form-box .title {margin:0 0 15px;}
	.form-box .form-logo {margin:-4px auto 30px;}
	.form-box .field {padding:0 0 9px;}
	.form-box .btns,
	.section-login .form-box .btns {padding:26px 0 38px;}
	.form-box .btns-alt {padding:22px 0 6px;}
	.form-box input[type="submit"],
	.form-box input[type="button"] {
		height:40px;
		font-size:14px;
		line-height:47px;
		width:48.5%;
	}
	.form-box figure img {margin:0 0 9px;}
	.form-box figure figcaption {margin-top:-4px;}
	.section-login {
		font-size:14px;
		line-height:17px;
		padding:18px 50px 26px;
		background:#cbd9f2;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZWFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmQ5ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #e5eaf1 0%, #cbd9f2 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5eaf1), color-stop(100%,#cbd9f2));
		background: -webkit-linear-gradient(top,  #e5eaf1 0%,#cbd9f2 100%);
		background: -o-linear-gradient(top,  #e5eaf1 0%,#cbd9f2 100%);
		background: -ms-linear-gradient(top,  #e5eaf1 0%,#cbd9f2 100%);
		background: linear-gradient(to bottom,  #e5eaf1 0%,#cbd9f2 100%);
	}
	#footer .holder,
	.web-online-page #footer .holder {padding:22px 34px 24px;}
	#footer nav {margin-right:-10px;}
	#footer .box,
	.web-online-page #footer .box {padding:0 10px 0 0;}
	#footer ul,
	#footer .box > ul {margin:0 0 18px;}
	#footer ul ul {padding:0 0 0 15px;}
	#footer address {margin:0 0 12px;}
	#footer .box .social {margin:0 0 19px;}
	.social li {margin:0 10px 0 0;}
	.social a {
		width:10px;
		height:20px;
	}
	.social .fb {background-position: -126px -134px;}
	.web-online-page .social .fb {background-position:-385px -134px;}
	.social .tw {
		width:24px;
		background-position:-146px -134px;
	}
	.web-online-page .social .tw {background-position:-405px -134px;}
	.social .in {
		width:18px;
		background-position:-179px -134px
	}
	.web-online-page .social .in {background-position:-438px -134px;}
}
/* ---------------------------------------------------------
   4. Print style
   ---------------------------------------------------------*/
@media print {
	body {
		font-size:12px;
		height:auto;
	}
	.print-logo {
		margin:0 0 2%;
		display:block;
	}
	#header,
	#footer,
	.intro,
	.button,
	.section-bottom,
	.cases article .btn,
	.section-client,
	#sidebar,
	.post .share,
	.post .btn-more,
	.paging,
	.section-comments {display:none;}
	h1,
	h2,
	.intro h1 {
		font-size:22px;
		line-height:25px;
		margin:0 0 2%;
	}
	h3 {
		font-size:14px;
		line-height:18px;
		margin:0 0 1%;
	}
	#wrapper,
	.w1 {
		height:auto;
		display:block;
	}
	.w2 {
		max-width:100%;
		padding:0;
	}
	.section,
	.section-alt,
	.section-login {
		margin:0;
		background:none;
		padding:1% 0;
	}
	.products {padding:0 0 5%;}
	.products article {
		width:50%;
		margin:0 -4px 0 0;
	}
	.products article  img {
		height:200px;
		width:auto;
		margin:0 auto;
	}
	.about-block img {margin:0 0 2%;}
	.cases,
	.team {
		padding:0;
		margin:0;
	}
	.cases article,
	.team article {
		float:none;
		text-align:left;
		width:100%;
		clear:both;
		padding:0 0 10px;
	}
	.cases article .holder {
		padding:0;
		height:auto !important;
	}
	.team article img {
		height:120px;
		float:left;
		width:auto;
	}
	.section-blocks article {
		padding:0;
		display:table;
	}
	.section-blocks article .img {
		display:table-cell;
		padding:0 10px;
	}
	.section-blocks article .img img {
		height:100px;
		width:auto;
		margin:0 auto;
	}
	.section-blocks article .txt {
		width:auto;
		display:table-cell;
	}
	.main-holder {padding:0;}
	#content {
		float:none;
		width:100%;
		padding:0;
	}
	.post {
		clear:both;
		width:100%;
		padding:0 0 2%;
	}
	.post .alignleft {
		height:auto;
		width:200px;
	}
	.contact-holder .cases,
	.contact-holder .prev {margin:0 0 2%;}
	.address {margin:0;}
	.address article {
		width:40%;
		padding:0 2% 0 0;
	}
	.form-box input[type="text"],
	.form-box input[type="tel"],
	.form-box input[type="email"],
	.form-box input[type="password"],
	.form-box textarea {border:1px solid #000;}
	.form-box input[type="submit"],
	.form-box input[type="button"] {
		background:none;
		border:1px solid #000;
		color:#000;
	}
	.form-box .field .area {
		float:none;
		padding:0 0 12px;
		width:100%;
	}
	.form-box .field .area-alt {padding:0;}
	.form-box .field .area:after{
		display:block;
		clear:both;
		content:'';
	}
}
.section-blocks .img {
margin:0 43px 0 0;
width:220px;
display:inline-block;
vertical-align:middle;
}
