/*
	Theme Name: App
	Author: WSI
	Author URI: http://www.wsionline.ee
	Version: 1.0
*/

/* extra code */

.search-highlight {
    background:#FFFF00
}

.city-email {
	color: #010101;
  text-decoration: underline;
}

/* extra code end */

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 24px;
}

html[lang="ru-RU"] body {
  font-family: sans-serif;
}

a {
	color:#0085d8;
}

.wrap {
	max-width:960px;
	padding:0px 30px;
	margin:0px auto;
}

#header {
	border-bottom:solid 2px #e9f1f4;
	overflow: hidden;
	width:100%;
	max-width: 1100px;
	margin:0px auto;
}

.home #header {
	position: absolute;
	top:0px;
	right:0px;
	left:0px;
	z-index: 1000;
}

.lang {
	float: right;
	margin-top: 10px;
}

.lang li {
	float: left;
}

.lang a {
	color:#184e76;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding:7px;
}

.logo {
	float: left;
	margin-top:-20px;
	margin-right:30px;
	margin-bottom: 20px;
}

.find {
	float: right;
	clear:right;
	margin-top:15px;
}

.find form {
	display: block;
	position: relative;
}

.find input[type=text] {
	display: block;
	border:solid 2px #eee;
	border-radius: 100px;
	width:100px;
	padding:3px 10px;
	padding-right:40px;
	background: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.find input[type=text]:focus {
	border-color:#ccc;
}

.find input[type=submit] {
	position: absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:40px;
	text-indent: -1000px;
	overflow: hidden;
	border:none 0px;
	background: url(images/find.svg) no-repeat center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.find input[type=submit]:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.menu {
	overflow: hidden;
	float: left;
}

.menu li {
	float: left;
	margin-top: 5px;
}

.menu a {
	color:#003c77;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:15px;
	display: block;
}

.menu .current-menu-item > a, .menu .current-menu-ancestor > a {
	color:#69b8dd;
}

#slider {
	position: relative;
	overflow: hidden;
}

.nav {
	position: absolute;
	bottom:0px;
	right:0px;
	left:0px;
	z-index: 100;
	background: #f5f5f5;
	background-color: rgba(245,245,245,0.8);
}

.nav ul {
	margin:0px;
	padding:0px;
	list-style: none;
}

.nav li {
	float: left;
	width:25%;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.nav a {
	display: block;
	text-align: center;
	color:#05284b;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 0px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.nav a:hover, .nav a.active {
	background-color: rgba(255,255,255,0.7);
	text-decoration: none;
}

.nav img {
	margin:0px auto;
	display: block;
	max-width:50%;
}

#emo {
	height:100%;
}

.slide {
	background: no-repeat center;
	background-size: cover;
	min-height: 100%;
}

.caption {
	margin-bottom:150px;
	margin-top:130px;
	padding:100px 0px;
	max-width:500px;
}

.caption h1 {
	color:#002e5c;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin:10px 0px;
	line-height: 40px;
}

.caption p {
	color:#333;
	font-size: 16px;
	line-height: 24px;
	margin:10px 0px;
}

.cta {
	color:#003c77;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	padding:10px;
	margin:0px -10px;
	position: relative;
}

.cta:after {
	content:"";
	position: absolute;
	left:100%;
	background: url(images/go.svg) no-repeat center;
	height:19px;
	width:19px;
	top:0px;
	bottom:0px;
	margin:auto;
	margin-left:-5px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

.cta:hover:after {
	-webkit-transform: translateX(5px);
	   -moz-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	     -o-transform: translateX(5px);
	        transform: translateX(5px);
}

#duo {
	overflow: hidden;
	margin:30px 0px;
	margin-bottom: 20px;
}

.news {
	float: left;
	width:40%;
	margin-right:10%;
}

.contact {
	overflow: hidden;
}

#duo h2, #partners h2 {
	color:#003c77;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:20px 0px;
}

#partners h2 {
	text-align: center;
}

.news ul {
	margin:20px 0px;
	list-style: none;
	padding:0px;
}

.news li {
	margin:20px 0px;
}

#duo h3 {
	margin:0px;
	font-size: 16px;
	font-weight: 700;
	color:#002c51;
}

.news h3 a {
	color:inherit;
}

.news h3 span {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-left:10px;
	font-weight: 400;
	color:#69b8dd;
	font-size: 14px;
}

.news p {
	margin:0px;
	line-height: 20px;
}

.news .cta {
	margin:-10px;
}

.city {
	width:50%;
	float: left;
}

#duo table td {
	vertical-align: top;
	line-height: 18px;
	padding:3px 0px;
}

#duo table td+td {
	padding-left:10px;
}

#duo table td:first-child {
	white-space: nowrap;
}

.carousel {
	height:100%;
}

.carousel a {
	height: 100px;
}

.carousel img {
	position: absolute;
	max-width: 100%;
	max-height: 80px;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	-ms-interpolation-mode: bicubic;
}

#partners {
	margin:20px 0px;
	overflow: hidden;
}

.container {
	margin:0px 50px;
}

#footer {
	border-top:solid 2px #e9f1f4;
	padding:15px 0px;
	margin-top:30px;
	overflow: hidden;
}

.copy {
	float: left;
	color:#59758e;
	font-size: 14px;
	text-transform: uppercase;
}

.copy a {
	color:inherit;
}

.wsi {
	float: right;
	color:#a2afbb;
	font-size: 12px;
}

.wsi a {
	color:inherit;
}

.bx-pager {
	display: none;
}

#content {
	clear: both;
	overflow: hidden;
	margin:30px 0px;
}

.sidebar {
	float: left;
	width:260px;
	margin-right:50px;
}

.submenu ul {
	margin:0px;
	padding:0px;
	list-style: none;
	line-height: 1.4;
}

.submenu ul ul {
	display: none;
}

.submenu .current-menu-item > ul, .submenu .current-menu-ancestor > ul  {
	display: block;
}

.submenu > ul > li > ul {
	background: #f0f5f7;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding:20px;
}

.submenu ul ul a {
	color:#000;
	display: block;
	padding:9px 10px;
}

.submenu > ul > li > ul > li+li {
	border-top:solid 1px #e4e9ea;
}

.submenu ul ul ul {
	margin-left:20px;
	margin-bottom: 10px;
}

.submenu ul ul ul a:before {
	content:"- ";
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin-right:10px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.submenu > ul > li > a {
	display: block;
	background: #087ac8; /* Old browsers */
	background: -moz-linear-gradient(top,  #0ba0d8 0%, #0c9ed9 6%, #0b9cd5 10%, #0b95d4 22%, #076bc1 80%, #0762bf 96%, #0047b3 98%, #0145b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ba0d8), color-stop(6%,#0c9ed9), color-stop(10%,#0b9cd5), color-stop(22%,#0b95d4), color-stop(80%,#076bc1), color-stop(96%,#0762bf), color-stop(98%,#0047b3), color-stop(100%,#0145b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0ba0d8 0%,#0c9ed9 6%,#0b9cd5 10%,#0b95d4 22%,#076bc1 80%,#0762bf 96%,#0047b3 98%,#0145b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0ba0d8 0%,#0c9ed9 6%,#0b9cd5 10%,#0b95d4 22%,#076bc1 80%,#0762bf 96%,#0047b3 98%,#0145b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0ba0d8 0%,#0c9ed9 6%,#0b9cd5 10%,#0b95d4 22%,#076bc1 80%,#0762bf 96%,#0047b3 98%,#0145b4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0ba0d8 0%,#0c9ed9 6%,#0b9cd5 10%,#0b95d4 22%,#076bc1 80%,#0762bf 96%,#0047b3 98%,#0145b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba0d8', endColorstr='#0145b4',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding:13px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

.submenu > ul > li > a:hover {
	background: #13aede; /* Old browsers */
	background: -moz-linear-gradient(top,  #13aede 0%, #14a7db 16%, #1296d6 41%, #0f93d3 47%, #118dd3 55%, #0d86cd 65%, #0f85cf 67%, #0d7dc9 80%, #0e74c8 96%, #015abe 98%, #0057be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13aede), color-stop(16%,#14a7db), color-stop(41%,#1296d6), color-stop(47%,#0f93d3), color-stop(55%,#118dd3), color-stop(65%,#0d86cd), color-stop(67%,#0f85cf), color-stop(80%,#0d7dc9), color-stop(96%,#0e74c8), color-stop(98%,#015abe), color-stop(100%,#0057be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #13aede 0%,#14a7db 16%,#1296d6 41%,#0f93d3 47%,#118dd3 55%,#0d86cd 65%,#0f85cf 67%,#0d7dc9 80%,#0e74c8 96%,#015abe 98%,#0057be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #13aede 0%,#14a7db 16%,#1296d6 41%,#0f93d3 47%,#118dd3 55%,#0d86cd 65%,#0f85cf 67%,#0d7dc9 80%,#0e74c8 96%,#015abe 98%,#0057be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #13aede 0%,#14a7db 16%,#1296d6 41%,#0f93d3 47%,#118dd3 55%,#0d86cd 65%,#0f85cf 67%,#0d7dc9 80%,#0e74c8 96%,#015abe 98%,#0057be 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #13aede 0%,#14a7db 16%,#1296d6 41%,#0f93d3 47%,#118dd3 55%,#0d86cd 65%,#0f85cf 67%,#0d7dc9 80%,#0e74c8 96%,#015abe 98%,#0057be 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13aede', endColorstr='#0057be',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}

.submenu > ul > li > a:hover:before {
	-webkit-transform: translateX(5px);
	   -moz-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	     -o-transform: translateX(5px);
	        transform: translateX(5px);
}

.submenu > ul > li > a:before {
	content:"";
	display: block;
	float: left;
	height:24px;
	width:7px;
	background: url(images/bullet.svg) no-repeat center;
	margin-right:10px;
	margin-left:5px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

.submenu > ul > li + li {
	margin-top: 10px;
}

.submenu ul ul .current-menu-item > a {
	color:#0085d8;
}

.text {
	overflow: hidden;
}

.text h1 {
	font-weight: 600;
	color:#002634;
	font-size: 30px;
	line-height: 32px;
	margin:20px 0px;
}

.text h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	margin:20px 0px;
	color:#002634;
}

h2 a {
	color:#002634;
}

.text h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin:20px 0px;
	color:#002634;
}

.text h4 {
	font-weight: 400;
	font-size: 16px;
	margin:20px 0px;
	color:#002634;
	text-transform: uppercase;
}

.text p {
	margin:20px 0px;
}

.button, .text input[type=submit], .popup-form input[type=submit] {
	background: #087ac8; /* Old browsers */
	background: -moz-linear-gradient(top,  #0ba0d8 0%, #0c9ed9 6%, #0b9cd5 10%, #0b95d4 22%, #076bc1 80%, #0762bf 96%, #0047b3 98%, #0145b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ba0d8), color-stop(6%,#0c9ed9), color-stop(10%,#0b9cd5), color-stop(22%,#0b95d4), color-stop(80%,#076bc1), color-stop(96%,#0762bf), color-stop(98%,#0047b3), color-stop(100%,#0145b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0ba0d8 0%,#0c9ed9 6%,#0b9cd5 10%,#0b95d4 22%,#076bc1 80%,#0762bf 96%,#0047b3 98%,#0145b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0ba0d8 0%,#0c9ed9 6%,#0b9cd5 10%,#0b95d4 22%,#076bc1 80%,#0762bf 96%,#0047b3 98%,#0145b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0ba0d8 0%,#0c9ed9 6%,#0b9cd5 10%,#0b95d4 22%,#076bc1 80%,#0762bf 96%,#0047b3 98%,#0145b4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0ba0d8 0%,#0c9ed9 6%,#0b9cd5 10%,#0b95d4 22%,#076bc1 80%,#0762bf 96%,#0047b3 98%,#0145b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba0d8', endColorstr='#0145b4',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	padding:8px 25px;
	border-radius: 3px;
	color:#fff;
	border:none 0px;
	cursor: pointer;
}

.button:hover, .text input[type=submit]:hover, .popup-form input[type=submit]:hover {
	background: #13aede; /* Old browsers */
	background: -moz-linear-gradient(top,  #13aede 0%, #14a7db 16%, #1296d6 41%, #0f93d3 47%, #118dd3 55%, #0d86cd 65%, #0f85cf 67%, #0d7dc9 80%, #0e74c8 96%, #015abe 98%, #0057be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#13aede), color-stop(16%,#14a7db), color-stop(41%,#1296d6), color-stop(47%,#0f93d3), color-stop(55%,#118dd3), color-stop(65%,#0d86cd), color-stop(67%,#0f85cf), color-stop(80%,#0d7dc9), color-stop(96%,#0e74c8), color-stop(98%,#015abe), color-stop(100%,#0057be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #13aede 0%,#14a7db 16%,#1296d6 41%,#0f93d3 47%,#118dd3 55%,#0d86cd 65%,#0f85cf 67%,#0d7dc9 80%,#0e74c8 96%,#015abe 98%,#0057be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #13aede 0%,#14a7db 16%,#1296d6 41%,#0f93d3 47%,#118dd3 55%,#0d86cd 65%,#0f85cf 67%,#0d7dc9 80%,#0e74c8 96%,#015abe 98%,#0057be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #13aede 0%,#14a7db 16%,#1296d6 41%,#0f93d3 47%,#118dd3 55%,#0d86cd 65%,#0f85cf 67%,#0d7dc9 80%,#0e74c8 96%,#015abe 98%,#0057be 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #13aede 0%,#14a7db 16%,#1296d6 41%,#0f93d3 47%,#118dd3 55%,#0d86cd 65%,#0f85cf 67%,#0d7dc9 80%,#0e74c8 96%,#015abe 98%,#0057be 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13aede', endColorstr='#0057be',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}

.trigger {
	display: none;
}

.list {
	overflow: hidden;
	margin:30px 0px;
	font-size: 0px;
}

.list-element {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	width:33.3%;
	overflow: hidden;
}

.list a {
	border:solid 2px #f0f5f7;
	display: block;
	border-radius: 3px;
	overflow: hidden;
	color:#000;
	margin:0px 25px 25px 0px;
}

.list img {
	display: block;
	margin:0px auto;
	max-width: 100%;
	max-height: 180px;
	width:auto !important;
	height:auto !important;
}

.list h3 {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin:0px;
	background: #f0f5f7;
	padding:12px;
	line-height: 18px;
}

.back {
	color:#002634;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.back:before {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	width:15px;
	margin-right:10px;
	content:"\00a0";
	background: url(images/back.svg) no-repeat center;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

.back:hover:before {
	-webkit-transform: translateX(5px);
	   -moz-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	     -o-transform: translateX(5px);
	        transform: translateX(5px);
}

.product-image {
	float: right;
	max-width: 40%;
	margin-left:10%;
	margin-bottom:30px;
}

.product-image img {
	max-width:100%;
	max-height: 350px;
}

.product-info {

}

.product-info > p:first-child {
	margin-top: 0px;
}

.product-details {
	clear: both;
	margin:30px 0px;
	overflow: auto;
}

.product-details table {
	width:100%;
	border:none 0px;
	border-collapse: collapse;
	line-height: 16px;
}

.product-details td, .product-details th {
	vertical-align: top;
	padding:12px 6px;
	margin:0px;
	border:none 0px;
	text-align: center;
	min-width: 50px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

.product-details tr:nth-child(even) td, .product-details tr:nth-child(even) th {
	background: #f0f5f7;
}

.product-details th {
	width:100px;
}

.product-details span {
	display: block;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

.product-details table:hover {
	color:#a1b2bc;
}

.product-details table:hover tr:hover {
	color:#000;
}

.download {
	float: left;
	width:50%;
	margin-bottom: 30px;
	margin-right: 20px;
}

.download h3 {
	margin:10px 0px;
}

.download ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.download li {
	border-bottom:solid 1px #f0f5f7;
}

.download a {
	display: block;
	color:#000;
	padding:10px;
}

.button2 {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	background: #d5f2ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5f2ff 0%, #c9eefe 3%, #b3e7ff 5%, #a8e4ff 8%, #a3e3ff 28%, #a5e2ff 33%, #a2e2fe 36%, #93dcff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5f2ff), color-stop(3%,#c9eefe), color-stop(5%,#b3e7ff), color-stop(8%,#a8e4ff), color-stop(28%,#a3e3ff), color-stop(33%,#a5e2ff), color-stop(36%,#a2e2fe), color-stop(100%,#93dcff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5f2ff 0%,#c9eefe 3%,#b3e7ff 5%,#a8e4ff 8%,#a3e3ff 28%,#a5e2ff 33%,#a2e2fe 36%,#93dcff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5f2ff 0%,#c9eefe 3%,#b3e7ff 5%,#a8e4ff 8%,#a3e3ff 28%,#a5e2ff 33%,#a2e2fe 36%,#93dcff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5f2ff 0%,#c9eefe 3%,#b3e7ff 5%,#a8e4ff 8%,#a3e3ff 28%,#a5e2ff 33%,#a2e2fe 36%,#93dcff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5f2ff 0%,#c9eefe 3%,#b3e7ff 5%,#a8e4ff 8%,#a3e3ff 28%,#a5e2ff 33%,#a2e2fe 36%,#93dcff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5f2ff', endColorstr='#93dcff',GradientType=0 ); /* IE6-9 */
	color:#000;
	padding:8px 25px;
	border-radius: 4px;
}

.button2:after {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	content:"\00a0";
	background: url(images/arrow.svg) no-repeat center;
	width:20px;
	margin-right:-15px;
	margin-left:10px;
}

.button2:hover {
	background: #e9f8ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9f8ff 0%, #d0f1ff 8%, #cdf1ff 10%, #caefff 59%, #c2edfe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f8ff), color-stop(8%,#d0f1ff), color-stop(10%,#cdf1ff), color-stop(59%,#caefff), color-stop(100%,#c2edfe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9f8ff 0%,#d0f1ff 8%,#cdf1ff 10%,#caefff 59%,#c2edfe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9f8ff 0%,#d0f1ff 8%,#cdf1ff 10%,#caefff 59%,#c2edfe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9f8ff 0%,#d0f1ff 8%,#cdf1ff 10%,#caefff 59%,#c2edfe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9f8ff 0%,#d0f1ff 8%,#cdf1ff 10%,#caefff 59%,#c2edfe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f8ff', endColorstr='#c2edfe',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}

.get {
	float: right;
	margin:20px 0px;
}

.popup-form {
	margin:0px;
	padding:20px 30px;
	list-style: none;
	background: #fff;
}

.popup-form input[type=text], .popup-form input[type=email], .popup-form textarea, .popup-form input[type=tel] {
	border:solid 1px #ddd;
	border-radius: 3px;
	padding:6px 8px;
	font:inherit;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width:300px;
	max-width: 100%;
}

.popup-form textarea {
	width:500px;
	height:80px;
}

.popup-form .wpcf7-response-output {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	background: rgba(226,10,50,0.9);
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px;
}

.popup-form .wpcf7-display-none {
	display: none;
}

.popup-form input[type=submit] {
	float:none;
}

.popup-form .wpcf7-mail-sent-ok {
	background: rgba(0,210,110,0.9) !important;
}

.pagination {
  margin:30px 0px;
  text-align: center;
}

.pagination > * {
  display: inline-block;
  color:#000;
  border:solid 1px #eee;
  border-radius: 4px;
  line-height: 1;
  padding:8px 10px;
  margin:0px 3px;
}

.pagination > .current {
  opacity:0.6;
}

@media (max-width:965px) {
	.menu ul {
		position: fixed;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		overflow: auto;
		z-index: 1000;
		background: #031527 url(images/close.svg) no-repeat 20px 20px;
		background-color:rgba(3,21,39,0.95);
		-webkit-transform: translateX(-100%);
		   -moz-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		     -o-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		        transition: all 0.3s ease;
	}
	.menu.open ul {
		-webkit-transform: translateX(0px);
		   -moz-transform: translateX(0px);
		    -ms-transform: translateX(0px);
		     -o-transform: translateX(0px);
		        transform: translateX(0px);
	}
	.menu ul li {
		float: none;
		text-align: center;
	}
	.menu ul li:first-child {
		margin-top:70px;
	}
	.menu ul li:last-child {
		margin-bottom: 50px;
	}
	.menu a {
		color:#fff;
	}
	.menu {
		background: url(images/menu.svg) no-repeat 13px center;
		border:solid 2px #a0e1ff;
		border-radius: 100px;
		float: left;
		padding:3px 20px;
		padding-left:40px;
		text-transform: uppercase;
		cursor: pointer;
		margin-top: 10px;
	}
	.find {
		margin-top: 10px;
	}
	.menu:before {
		content:attr(data-name);
	}
	#header {
		z-index: 1000;
		background: rgba(255,255,255,0.5);
	}
	.home #header {
		overflow: visible;
	}
	.caption {
		padding:60px 0px;
		margin-bottom:130px;
	}
	.caption p {
		font-size: 14px;
		line-height: 20px;
	}
	.nav a {
		padding-top:5px;
		padding-bottom: 15px;
	}
	.sidebar {
		width:240px;
		margin-right: 40px;
	}
	.list-element {
		width:50%;
	}
}

@media (max-width:800px) {
	.news {
		float: none;
		width:auto;
		margin:0px;
	}
	#duo h2 {
		text-align: center;
	}
}

@media (max-width:768px) {
	.nav a {
		font-size: 14px;
	}
	.caption h1 {
		font-size: 28px;
		line-height:32px;
	}
	.caption {
		padding:50px 0px;
		margin-bottom: 100px;
	}
}

@media (max-width:719px) {
	.sidebar {
		float:none;
		width:auto;
		margin:0px -30px;
		padding:20px;
		background: #e1e7ea;
		margin-bottom: 10px;
	}
	.submenu {
		display: none;
		margin-top:10px;
	}
	.trigger {
		display: block;
		text-align: center;
		border:solid 2px #cbd7dc;
		padding:10px;
		border-radius: 3px;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 1px;
		cursor: pointer;
	}
	.trigger:before {
		content:attr(data-open);
	}
	.trigger.open:before {
		content:attr(data-close);
	}
	.open+.submenu {
		display: block;
	}
	#content {
		margin-top: 0px;
	}
}

@media (max-width:590px) {
	.city {
		float: none;
		width:auto;
		margin-bottom: 10px;
	}
	.logo {
		max-width: 40%;
		margin:0px;
		margin-bottom: 20px;
		margin-top:30px;
	}
	.menu {
		float: right;
		clear:right;
		margin-right: 0px;
	}
	.find {
		display: none;
	}
	.home #header {
		border-bottom: 0px none;
		position: static;
		overflow: hidden;
	}
	.caption {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.slide .wrap {
		background: rgba(255,255,255,0.8);
		overflow: hidden;
		box-shadow: rgba(255,255,255,0.8) 0px 0px 0px 300px;
	}
	.nav {
		position: static;
	}
	.nav li {
		float: none;
		width:auto;
		margin:0px -30px;
		position: relative;
		overflow: hidden;
		border-top:solid 1px #eee;
	}
	.nav a {
		overflow: hidden;
		padding:30px 20px;
		padding-left:35%;
		text-align:left;
	}
	.nav img {
		position: absolute;
		left:20px;
		top:0px;
		bottom:0px;
		max-height:80%;
		max-width:20%;
		margin:auto;
	}
	.list-element {
		width:100%;
	}
	.list-element a {
		margin-right:0px;
	}
	.list img {
		max-height:110px;
	}
	.product-image {
		float: none;
		width:auto;
		max-width:300px;
		margin:0px auto;
		margin-bottom: 20px;
	}
	.download {
		float: none;
		margin-right: 0px;
		width:auto;
	}
	.get {
		margin:10px 0px;
	}
}
