/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
img {
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* standard */
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	height: 100%;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	font: 14px/20px 'PT Sans', Helvetica, sans-serif;
	font-weight: 400;
	color: #666;
}
a {
	color: #ee3032;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input, textarea, select {
	font: 100% 'PT Sans', Helvetica, sans-serif;
	font-weight: 400;
	color: #666;
	vertical-align: middle;
}

/* custom selection */
::-moz-selection {
	color: #333;
	color: rgba(0, 0, 0, 0.75);
	background: yellow;
}
::selection {
	color: #333;
	color: rgba(0, 0, 0, 0.75);
	background: yellow;
}

/* miscellaneous */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.nizien {
	position: absolute;
	margin-left: -9999px;
}
.hidden { display: none; }
.left { float: left !important; }
.right { float: right !important; }

.bold{
	font-weight: bold;
}

/* wrapper */
.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* header */
header {
	width: 100%;
	height: 200px;
}
.home header {
	margin: 0 0 40px;
}
.mobile-nav{
	display: none;
}

/* topbar */
.topbar {
	width: 100%;
	height: 150px;
	background: #fafafa;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyMDAgMTUwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNyIvPgo8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTIwMCIgaGVpZ2h0PSIxNTAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 39.99%, rgba(255,255,255,.07) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 39.99%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 39.99%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 39.99%, rgba(255,255,255,.07) 100%);
}
.topbar:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}

.topbar .wrapper{
	position: relative;
}
.topbar .wrapper .social{
	position: absolute;
	right: 174px;
	top: 20px;
}
.topbar .wrapper .social ul li{
	float: left;
	padding: 0 3px;
}
.topbar .wrapper .social ul li img{
	width: 20px;
}
.topbar .wrapper .social ul li a:hover img{
	opacity: 0.8;
}

/* logo */
.logo {
	float: left;
	width: 220px;
	height: 73px;
	background: url(../img/logo.png) no-repeat;
	margin: 35px 0;
}
.logo a {
	display: block;
	width: 230px;
	height: 60px;
	text-indent: -9999px;
}

/* call-us */
.call-us {
	float: right;
	width: 160px;
	height: 100px;
	background: url(../img/bg-call-us.png) no-repeat;
	text-align: center;
	margin: 0 -5px 0 0;
	padding: 80px 0 0;
}
.call-us p {
	font: 14px/20px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.call-us p.ru {
	font: 12px/14px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.call-us h4 {
	font: 20px/30px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	color: #ff7e6a;
	text-transform: uppercase;
}
.call-us h4.nl, {
	font: 25px/30px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	color: #ff7e6a;
	text-transform: uppercase;
}


.title-home {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 5px;
	color: #999;
	background: url(../img/horizontal-line.gif) no-repeat 0 100%;
}


/* call to actions */
.cta{
	display: block;
	box-sizing: border-box;
	background: #F8F8F8;
	padding: 20px;
	margin: 0 -30px 10px -30px;
}

.cta.cta-5{
	padding: 20px 20px 20px 60px;
}

.cta .image{
	display: block;
	width: 20%;
	float: left;
}

.cta .image img{
	max-width: 100%;
}

.cta .cta-content{
	box-sizing: border-box;
	width: 80%;
	float: left;
	padding-left: 20px;
}

.cta .cta-content .title{
	font-size: 24px;
	color: #EE3032;
	line-height: 24px;
	margin-bottom: 10px;
}

.cta .cta-content .text{
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 10px;
}

.cta .cta-content .button{
	background: #EE3032;
	color: #FFFFFF;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	font-weight: bold;
	font-size: 20px;
}
.cta .cta-content .button:hover{
	background: #EB5758;
}


.contact-button{
	background: #EE3032;
	color: #FFFFFF;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
	text-decoration: none;
}
.contact-button:hover{
	background: #EB5758;
}

.cta.cta-10{
	padding: 0;
}

.cta.cta-10 .image{
	width: 100%;
}

.cta.cta-1 .cta-content, .cta.cta-2 .cta-content{
	width: 100%;
	padding: 0;
}

.cta.cta-1{
	text-align: center;
}

.cta.cta-2{
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05) inset, 0px 0px 5px 2px rgba(255, 255, 255, 0.1);
	border-radius: 25px;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0.05) 0%, transparent 100%);
	text-align: center;
	margin: 0 -20px 10px -20px;
}

.cta.cta-2 .title{
	font-weight: bold;
}

/* search-form */
.search-form {
	float: right;
	margin: 55px 20px 0 30px;
}
.search-form input[type="text"] {
	float: left;
	width: 118px;
	height: 18px;
	background: #fff;
	box-shadow: inset 0 0 10px rgba(0,0,0,.05);
	border: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 40px 10px 10px;
}

.search-form input[type="submit"] {
	float: left;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../img/ico-search.png) no-repeat 50% 50%;
	border: none;
	line-height: 40px;
	margin: 0 0 0 -40px;
}

/* subnav */
.subnav {
	float: right;
	margin: 60px 0 0;
}
.subnav ul {
	float: right;
}
.subnav li {
	float: left;
	margin: 0 0 0 15px;
}
.subnav li:first-child {
	margin: 0;
}
.subnav a {
	display: block;
	font: 16px/30px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	color: #999;
}
.subnav a:hover,
.subnav .active a {
	color: #ee3032;
}
.subnav a.ico-home {
	width: 30px;
	height: 30px;
	background: url(../img/ico-home.png) no-repeat;
	text-indent: -9999px;
}
.subnav a.ico-home:hover,
.subnav .active a.ico-home {
	width: 30px;
	height: 30px;
	background: url(../img/ico-home.png) no-repeat 0 -30px;
}

/* navbar */
.navbar {
	width: 100%;
	height: 48px;
	border: 1px solid #eee;
	border-width: 1px 0;
}
.navbar:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}

/* nav */
nav {
	float: left;
}
nav ul {
	float: right;
}
nav li {
	float: left;
	border-right: 1px solid #eee;
}
nav li:first-child {
	border-left: 1px solid #eee;
}
nav a {
	display: block;
	font: 15px/28px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
	padding: 10px 20px;
}
nav a:hover,
nav .active a {
	background: #ee3032;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk3IDQ4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	color: #fff;
}

/* lang */
.navbar .mobile-lang{
	display: none;
}
.lang {
	float: right;
	width: 150px;
	text-align: center;
	margin: 25px -155px 0 0;
}
.lang li {
	display: inline;
	margin: 0 3px;
}
/*.lang a {
	display: inline-block;
	font: 12px/28px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	color: #999;
	padding: 10px 0;
}
*/.lang a {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
.lang li.ico-nl a {
	background: url(../img/ico-nl.png) no-repeat;
}
.lang li.ico-en a {
	background: url(../img/ico-en.png) no-repeat;
}
.lang li.ico-fr a {
	background: url(../img/ico-fr.png) no-repeat;
}
.lang li.ico-ru a {
	background: url(../img/ico-ru.png) no-repeat;
}
.lang li.ico-de a {
	background: url(../img/ico-de.png) no-repeat;
}
.lang li.ico-es a {
	background: url(../img/ico-es.png) no-repeat;
}
.lang a:hover,
.lang .active a {
	color: #ee3032;
}

/* breadcrumbs-bar */
.breadcrumbs-bar {
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 0 0 30px;
	padding: 10px 0;
}
.breadcrumbs-bar:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}
.breadcrumbs-bar h2 {
	float: left;
	display: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	margin: 0 10px 0 0;
}
.breadcrumbs-bar .breadcrumbs {
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
.breadcrumbs-bar .breadcrumbs li {
	float: left;
}
.breadcrumbs-bar .breadcrumbs a {
	font-weight: 700;
	color: #666;
}
.breadcrumbs-bar .breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs-bar .breadcrumbs span {
	display: block;
	font-size: 14px;
	color: #ee3032;
	margin: 2px 10px 0;
}

/* main */
.main {
	width: 960px;
	background: url(../img/vertical-line.gif) repeat-y 269px 0;
	margin: 0 auto;
}
.main:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}

/* content */
.content {
	float: right;
	width: 630px;
	padding: 0 30px;
}

/* aside */
aside {
	float: left;
	width: 210px;
	padding: 0 30px;
}

/* news */
.news {
	margin: 0 0 50px;
}
.news h3 {
	background: url(../img/horizontal-line.gif) no-repeat 0 100%;
	font-size: 14px;
	font-weight: 700;
	color: #999;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.news h2 {
	font-size: 24px;
	font-weight: 700;
	color: #ee3032;
	line-height: 28px;
	margin: 0 0 15px;
}
.news li {
	background: url(../img/horizontal-line.gif) no-repeat;
	padding: 20px 0;
}
.news li:first-child {
	background: none;
	padding: 0 0 20px;
}

/* slideshow */
.slideshow {
	margin: 0 0 30px;
}
.slideshow h3 {
	background: url(../img/horizontal-line.gif) no-repeat 0 100%;
	font-size: 14px;
	font-weight: 700;
	color: #999;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.slideshow h3 a{
	color: #999;
}
.slideshow h3 a:hover{
	color: #ee3032;
}
.slideshow h2 {
	font-size: 24px;
	font-weight: 700;
	color: #ee3032;
	line-height: 28px;
	margin: 0 0 15px;
}
.gallery {
	position: relative;
	width: 210px;
}
.gallery ul {
	position: relative;
	z-index: 5;
	top: 0;
	left: 0;
	width: 210px;
}
.gallery ul li {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 210px;
}

/* switcher */
.switcher {
	width: 210px;
	text-align: center;
	margin: 20px 0 0;
}
.switcher li {
	display: inline;
	background: none;
	padding: 0 2px;
}
.switcher a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #eee;
	box-shadow: inset 0 0 5px 0 rgba(0,0,0, .25);
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 0;
	line-height: 0;
}
.switcher a:hover,
.switcher .active a {
	background: #ee3032;
}

/* address */
address h3 {
	background: url(../img/horizontal-line.gif) no-repeat 0 100%;
	font-size: 14px;
	font-weight: 700;
	color: #999;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
address h2 {
	font-size: 24px;
	font-weight: 700;
	color: #ee3032;
	line-height: 28px;
	margin: 0 0 15px;
}
address p {
	margin: 0 0 20px;
}
address strong {
	font-weight: 700;
}
address a {
	text-decoration: underline;
}
address a:hover {
	text-decoration: none;
}

/* products-nav */
.products-nav {
	margin: 0 0 50px;
}
.products-nav h3 {
	background: url(../img/horizontal-line.gif) no-repeat 0 100%;
	font-size: 14px;
	font-weight: 700;
	color: #999;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.products-nav li {
	display: block;
	background: url(../img/horizontal-line.gif) no-repeat 0 45px;
	padding: 12px 0;
}
.products-nav li:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}
.products-nav li.last {
	background: none;
}
.products-nav li a {
	display: block;
}
.products-nav li a:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}
.products-nav span {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	padding: 10px 0;
}
.products-nav a:hover span,
.products-nav .active a span {
	color: #ee3032;
}
.products-nav .last span {
	padding: 5px 0 0;
}
.products-nav ul ul {
	clear: both;
	padding: 20px 0 0;
}
.products-nav li li.title{
	font-weight: bold;
	padding: 0;
	background: none;
	text-transform: uppercase;
}
.products-nav li li {
	background: url(../img/bullet.png) no-repeat 0 10px;
	padding: 2px 0 2px 15px;
}
.products-nav li li a {
	font-size: 13px;
	color: #666;
}
.products-nav li li a:hover,
.products-nav li li.active a {
	color: #ee3032;
}

/* footer */
footer {
	width: 100%;
	background: #eee;
	margin: 40px 0 0;
}
footer .twocolumns {
	width: 960px;
	padding: 30px 0;
}
footer .twocolumns:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}
footer h3 {
	font-size: 24px;
	font-weight: 700;
	color: #ee3032;
	line-height: 30px;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
}

/* types */
.types {
	float: left;
	width: 240px;
	font-size: 13px;
}
.types li {
	float: left;
	width: 210px;
	margin: 0 0 0 30px;
}
.types a {
	color: #666;
}
.types a:hover {
	text-decoration: underline;
}

/* partners */
.partners {
	width: 170px;
	text-align: left;
	margin: 0 0 30px;
}
.partners li {
	display: block;
	margin: 0 0 10px;
}

/* brands */
.brands {
	float: left;
	width: 170px;
	font-size: 13px;
}
.brands li {
	float: left;
	width: 170px;
	margin: 0 0 0 30px;
}
.brands a {
	color: #666;
}
.brands a:hover {
	text-decoration: underline;
}

.brand-images{
	margin-bottom: 30px;
}

.brand-images li{
	margin-bottom: 20px;
}

.brand-images img{
	max-width: 100%;
	max-height: 25px;
}

.brands img {
	width: 10em;
	margin-top: 2em;
}

/* credits */
.credits {
	width: 960px;
	border-top: 1px solid #d0d0d0;
	font-size: 14px;
	line-height: 15px;
	color: #999;
	padding: 30px 0;
}
.credits p {
	font-size: 12px;
	text-align: center;
	margin: 10px 0 0;
}
.credits strong {
	font-weight: 700;
}
.credits ul {
	width: 960px;
	text-align: center;
}
.credits li {
	display: inline-block;
	border-left: 1px solid #999;
	margin-bottom: 15px;
	padding: 0 15px;
}
.credits li:first-child {
	border: none;
}
.credits a {
	color: #999;
}
.credits a:hover {
	text-decoration: underline;
}

/* offer */
.offer {
	/*float: right;
	width: 660px;*/
	background: url(../img/bg-offer.gif);
	padding: 30px 0 10px 30px;
	margin: 0 -30px;
}
.offer li {
	float: left;
	width: 270px;
	margin: 30px;
}
.offer .desc {
	box-sizing:border-box;
	display: block;
	width: 270px;
	height: 135px;
	background: #ee3032;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk3IDQ4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	box-shadow: inset 0 0 5px 2px rgba(0,0,0,.25), 0 0 5px 2px rgba(255,255,255,.5);
	border-radius: 25px;
	font: 40px/40px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	-moz-transition: -moz-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
}
.offer .desc span{
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.offer .ru {
	font: 26px/26px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
}
.offer .long .desc {
	box-sizing:border-box;
	height: 135px;
	font: 35px/35px 'PT Sans Narrow', Helvetica, sans-serif;
	padding: 0 10px;
}
.offer .long .ru {
	font: 26px/26px 'PT Sans Narrow', Helvetica, sans-serif;
	font-weight: 700;
}

.offer a:hover .desc {
	background: #e52537;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 100%);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

/* back */
a.back  {
	float: right;
	cursor: pointer;
	background: #ee3032;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk3IDQ4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px;
	padding: 5px 10px;
}
a.back:hover {
	background: #4c2c2d;
	color: #fff;
	text-shadow: none;
}

/* more */
a.more,
a.less  {
	display: inline-block;
	cursor: pointer;
	background: #ee3032;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk3IDQ4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin: 15px 0 0;
	padding: 5px 10px;
}
a.more:hover,
a.less:hover {
	background: #4c2c2d;
	color: #fff;
	text-shadow: none;
}

/* products */
.products {
	overflow: hidden;
	width: 630px;
}
.products ul {
	width: 660px;
}
.products li {
	float: left;
	width: 190px;
	text-align: center;
	margin: 0 30px 30px 0;
}
.products > ul >li:nth-child(3n+1) {
	clear: both;
}
.products ul ul {
	position: relative;
	z-index: 1;
	width: 190px;
	height: 140px;
}
.products ul ul li {
	position: absolute;
	z-index: 5;
	float: none;
	margin: 0;
}
.products .image {
	position: relative;
	width: 190px;
	height: 140px;
}
.products .image img {
	display: block;
	width: 190px;
	height: 140px;
}
.products .image img + span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 190px;
	height: 140px;
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,.5);
}
.products .desc {
	position: relative;
	display: block;
	width: 170px;
	height: 50px;
	background: #ee3032;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk3IDQ4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	text-align: left;
	padding: 10px;
}
.products .desc .icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.products.second .desc {
	height: 75px;
}
.products .desc span {
	display: block;
	border-top: 1px solid rgba(255,255,255,.25);
	font-size: 12px;
	line-height: 15px;
	margin: 5px 0 0;
	padding: 5px 0 0;
}
.products p {
	background: #dedede;
	font-size: 12px;
	font-weight: 700;
	color: #666;
	line-height: 15px;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 10px 0 0;
	padding: 5px 15px;
}

/* products list */
.dropdown {
	padding-bottom: 20px;
}
.products-list ul li {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	background: #ee3032;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk3IDQ4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
}
.products-list ul li a {
	display: block;
	overflow: hidden;
}
.products-list ul li .columns{
	columns:100px 2;
	-webkit-columns:100px 2; /* Safari and Chrome */
	-moz-columns:100px 2; /* Firefox */
	height: 90px;
}
.products-list ul li .desc {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
}
.products-list ul li .desc h3 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-right: 100px;
}
.products-list ul li .desc .price {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
}
.products-list ul li .desc .amount {
	font-size: 15px;
	margin-right: 5px;
	display: inline-block;
	padding: 1px 10px;
	border-radius: 5px;
	color: #ee3032;
	background-color: #fff;
}
.products-list ul li .image {
	position: relative;
	float: left;
	width: 33%;
}
.products-list ul li .image img {
	width: 100%;
}
.products-list .image img + span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,.5);
}

/* product-detail */
.product-detail {
	margin: 0 0 30px;
}
.product-detail:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}
.product-detail .image {
	float: left;
	position: relative;
	width: 390px;
	min-height: 285px;
}
.product-detail .image + img {
	display: block;
	width: 390px;
	height: 285px;
}
.product-detail .image img + span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 390px;
	height: 285px;
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 1);
}
.product-detail .image .thumbs {
	overflow: hidden;
	width: 390px;
	margin: 10px 0 0;
}
.product-detail .image .thumbs ul {
	width: 400px;
}
.product-detail .image .thumbs li {
	position: relative;
	float: left;
	width: 90px;
	height: 65px;
	margin: 0 10px 10px 0;
}
.product-detail .image .thumbs li img {
	display: block;
	width: 90px;
	height: 65px;
}
.product-detail .image .thumbs li img + span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 90px;
	height: 65px;
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 1);
}
.product-detail .desc {
	float: left;
	width: 210px;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 0 30px;
}
.product-detail table {
	width: 210px;
	font-size: 13px;
	line-height: 20px;
}
.product-detail table tr:nth-child(2n+2) {
	background: #eee;
}
.product-detail table.secondhand tr:nth-child(2n+2) {
	background: #fbcbcc;
}
.product-detail table td {
	border: 1px solid #eee;
	padding: 5px;
}
.product-detail table.secondhand td {
	border: 1px solid #f69798;
	color: #ee3032;
}
.product-detail table strong {
	font-weight: 700;
}
.product-detail dl {
	width: 210px;
}
.product-detail dl:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}
.product-detail dt {
	float: left;
	width: 160px;
	font-weight: 700;
	margin: 0 10px 0 0;
}

/* downloads */
.downloads {
	margin: 15px 0 0;
}
.downloads li {
	background: url(../img/ico-download.png) no-repeat 0 2px;
	padding: 2px 0 2px 25px;
}
.downloads li a {
	color: #666;
	text-decoration: underline;
}
.downloads li a:hover {
	text-decoration: none;
}


/* Contact Form */
.contact-form .row {
	float: left;
	width: 610px;
	margin: 0 0 20px;
}
.contact-form .col {
	float: left;
	width: 305px;
	margin: 0 0 15px;
}
.contact-form .small-col-left {
	float: left;
	width: 125px;
}
.contact-form .small-col-right {
	float: right;
	width: 180px;
}
.contact-form label {
	display: block;
	font: 14px 'Helvetica Neue', 'Helvetica', Arial, Verdana, sans-serif;
	margin: 0 0 5px;
}
.contact-form label em {
	color: red;
}
.contact-form .text {
	float: left;
	width: 270px;
	height: 23px;
	background: #fff;
	box-shadow: inset 0 0 4px rgba(0,0,0,.25);
	border: 1px solid #ddd;
	border-radius: 5px;
	font: 14px 'Asap', 'Helvetica Neue', 'Helvetica', Arial, Verdana, sans-serif;
	line-height: 23px;
	padding: 5px;
}
.contact-form .small-col-left .text {
	width: 85px;
}
.contact-form .small-col-right .text {
	width: 145px;
}
.contact-form .textarea {
	float: left;
	width: 576px;
	height: 100px;
	resize: none;
	background: #fff;
	box-shadow: inset 0 0 4px rgba(0,0,0,.25);
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 12px;
	color: #000;
	font: 14px 'Asap', 'Helvetica Neue', 'Helvetica', Arial, Verdana, sans-serif;
	line-height: 16px;
	margin: 5px 0 0 0;
	padding: 5px;
}
.contact-form .textarea:focus,
.contact-form .textarea:active,
.contact-form .text:focus,
.contact-form .text:active {
	outline: none;
	border: 1px solid #f2be22;
}
.contact-form input.error {
	border: 1px solid #ee3032;
}
.contact-form label.error {
	color: #ee3032;
}
.contact-form .submit {
	float: left;
	cursor: pointer;
	background: #666;
	-webkit-appearance: none;
	border: none;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 25px;
	text-align: center;
	padding: 2px 10px;
}
.contact-form .submit:hover {
	background: #777;
}
.contact-form .submit:active {
	background: #333;
	padding: 3px 10px 1px;
}
.contact-form .note {
	float: right;
	font-size: 11px;
	font-weight: 700;
	color: red;
	line-height: 20px;
	margin: 0 35px 0 0;
}
.contact-form label.single-checkbox {
	width: 260px;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 20px;
	cursor: pointer;
	padding: 10px;
	margin: 15px 0 0;
}
.contact-form label.single-checkbox input {
	position: relative;
	top: -2px;
}
.form-action-done {
	width: 557px;
	border: 1px solid #93c89c;
	border-radius: 3px;
	background: #e8f8e0;
	padding: 10px 15px;
	margin: 0 0 20px;
}
.form-action-error {
	width: 557px;
	border: 1px solid #da8b80;
	border-radius: 3px;
	background: #f8e2e0;
	color: #892525;
	padding: 10px 15px;
	margin: 0 0 20px;
}

/* pager */
.pager {
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 30px 0 0;
}
.pager div {
	position: relative;
	float: left;
	left: 50%;
	text-align: center;
}
.pager ul {
	position: relative;
	float: left;
	left: -50%;
}
.pager ul li {
	float: left;
	display: inline;
	margin: 0 2px;
}
.pager ul li a,
.pager ul li span {
	float: left;
	overflow: hidden;
	width: 30px;
	height: 30px;
	background: #eee;
	box-shadow: inset 0 0 2px rgba(0,0,0, .25);
	border: 1px solid #ccc;
	color: #999;
	line-height: 30px;
}
.pager ul li.first a,
.pager ul li.prev a,
.pager ul li.next a,
.pager ul li.last a {
	background: #ccc;
	color: #fff;
}
.pager ul li.prev a,
.pager ul li.prev span {
	margin-right: 10px;
}
.pager ul li.next a,
.pager ul li.next span {
	margin-left: 10px;
}
.pager ul li a:hover, .pager ul li.active a {
	box-shadow: inset 0 0 2px rgba(0,0,0, .5);
	background: #ee3032;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk3IDQ4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	color: #fff;
}

.secondhandlink {
	width: 600px;
	height: 100px;
	margin-bottom: 15px;
	border-radius: 5px;
	padding: 15px;
	color: #ffffff;
	background: #ee3032;
}

.secondhandlink p.title {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}

.secondhandlink p.text {
	font-size: 20px;
	line-height: 24px;
}
.secondhandlink .btn-overview-wrapper{
	text-align: center;
}
.secondhandlink .btn-overview{
	font-size: 20px;
	line-height: 24px;
	background: #fff;
	color: #ee3032;
	display: inline-block;
	text-align: center;
	margin: 10px auto;
	padding: 5px;
	border-radius: 5px;
}

/* Opendeur Registratie */
.openhouse .code-input {
    display: block;
	overflow: hidden;
    background: #ee3032;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDk3IDQ4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9Ijk3IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .25), 0 0 5px 2px rgba(255, 255, 255, .5);
    border-radius: 25px;
    font: 18px/18px 'PT Sans Narrow', Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding: 25px 25px 20px;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    -moz-transition: -moz-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
}
.openhouse h1 {
	font-size: 24px;
	font-weight: 700;
	color: #ee3032;
	line-height: 28px;
	margin: 0 0 25px;
}
.openhouse .error {
	display: none;
	border: 1px solid #c30;
	border-radius: 3px;
	background: rgba(204,51,0,.2);
	color: #c30;
	padding: 20px;
	margin: 0 0 25px;
}
.openhouse .code-input input[type=text] {
	display: block;
	width: 100%;
    font: 32px/32px 'PT Sans Narrow', Helvetica, sans-serif;
	border-radius: 2px;
	border: 0px none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin: 15px 0 0;
}
.openhouse .code-input input[type=submit] {
	float: right;
    font: 18px/18px 'PT Sans Narrow', Helvetica, sans-serif;
	cursor: pointer;
	background: #333;
	color: #fff;
	border-radius: 2px;
	border: 0px none;
	padding: 10px;
	margin: 10px 0 0;
}
.openhouse .code-input input[type=submit]:hover {
	background: #000;
}
.openhouse .code-input input[type=submit]:active {
	color: #333;
	background: #fff;
}


/* EVENTS */

.events .event{
	clear:both;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

.events .event:hover{
	background: #F8F8F8;
}

.events .event .info{
	padding:0 110px;
}

.events .event .img{
	float:left;
}

.events .event .img img{
	max-width: 100px;
}

.rc-vimeo iframe{
	max-width: 100%;
}

aside{
	padding: 0 30px 0 0;
}

footer h3{
	padding: 0;
}

.types li{
	margin-left: 0;
}

.brands li{
	margin-left: 0;
}

.offer .desc{
	font-size: 30px;
}

.offer .long .desc{
	font-size: 30px;
}

@media screen and (max-width: 980px) {
	.wrapper{
		width: 658px;
		zoom: 0;
		position: relative;
	}
	.wrapper:after {
		clear: both;
		display: block;
		visibility: hidden;
		content: ".";
		height: 0;
		line-height: 0;
	}
	header{
		height: auto;
	}
	.topbar{
		height: auto;
	}
	.logo{
		display: block;
		margin: 0 auto 20px;
		margin-top: 20px;
		width: 195px;
	}
	.call-us{
		margin: 0 auto;
	}
	.search-form{
		float: none;
		display: block;
		margin: 0 auto;
		width: 280px;
		zoom: 1;
		margin: 0px;
		padding-top: 120px;
	}
	.search-form:after {
		clear: both;
		display: block;
		visibility: hidden;
		content: ".";
		height: 0;
		line-height: 0;
	}
	.search-form input[type="text"]{
		width: 70%;
		padding: 10px 10%;
	}
	.subnav{
		display: none;
		position: absolute;
		top: 194px;
		left: 0%;
		background: #FFF;
		z-index: 5;
		width: 60%;
		text-align: left;
		margin: 0;
	}
	.subnav ul{
		float: none;
		border: 1px solid #ccc;
	}
	.subnav li{
		float: none;
		margin: 0;
	}
	.subnav a.ico-home{
		border-top: none;
		background-position: 3px 11px;
		width: auto;
	}
	.subnav a.ico-home:hover, .subnav .active a.ico-home{
		border-top: none;
		background-position: 3px -21px;
		width: auto;
	}
	.subnav li a{
		border-top: 1px solid #ccc;
		padding: 10px;
		margin: 0;
	}
	.mobile-nav{
		display: block;
		position: absolute;
		bottom: 30px;
		right: 373px;
		opacity: 0.7;
	}

	.navbar{
		height: auto;
		position: relative;
	}


	.navbar .mobile-lang{
		display: block;
		position: absolute;
		top: -59px;
		left: 450px;
		background-color: #ee3032;
		color: #fff;
		font-weight: bold;
		padding: 5px 20px 5px 5px;
		background-image: url('../img/dropdown.png');
		background-position: 90% center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.navbar .lang{
		display: none;
		position: absolute;
		top: -29px;
		left: 450px;
		border-top: 1px solid #fff;
		padding: 0;
		margin: 0;
		width: auto;
	}
	.navbar .lang li{
		display: block;
		margin: 0;
	}
	.navbar .lang li a{
		text-indent: 0;
		background-image: none;
		background-color: #ee3032;
		color: #fff;
		padding: 10px 20px 10px 5px;
		text-align: center;
	}


	.navbar nav{
		float: none;
	}
	nav li{
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.navbar nav ul{
		float: none;
	}
	.navbar nav ul li{
		float: none;
		border-top: 1px solid #eee;
	}

	.cta{
		margin: 0;
	}

	.main{
		width: 658px;
		padding: 10px;
		background: none;
	}
	.offer{
		float: none;
		padding: 20px 0 0 0;
		position: relative;
		margin: 0;
	}
	.offer ul{
		zoom: 1;
	}
	.offer ul:after {
		clear: both;
		display: block;
		visibility: hidden;
		content: ".";
		height: 0;
		line-height: 0;
	}
	.offer li, .offer li.long{
		margin: 0 15px 20px;
		width: auto;
		height: auto;
		padding: 0;
		width: 300px;
		padding: 0;
		margin: 0 14px 20px;
	}
	.offer .desc, .offer .long .desc{
		width: 300px;
		padding-left: 0;
		padding-right: 0;
		height: 150px;
	}

	aside{
		float: none;
		width: 658px;
		padding: 0;
	}
	.gallery{
		width: 100%;
	}
	.gallery ul{
		width: 100%;
	}
	.gallery ul li{
		width: 100%;
	}
	.switcher{
		width: 100%;
	}
	.partners{
		width: 100%;
		text-align: center;
	}
	.partners li{
		margin-bottom: 20px;
	}


	footer .twocolumns{
		width: 658px;
		padding: 0px;
	}
	footer h3{
		padding: 10px 0;
	}
	.types{
		width: 658px;
		margin-bottom: 20px;
	}
	.types li{
		margin: 10px 0;
	}
	.brands li{
		margin: 0;
	}
	.brands li p{
		margin: 10px 0;
	}
	.credits{
		width: 658px;
		padding: 20px 0px;
	}
	.credits ul{
		width: 658px;
	}

	.content{
		width: 658px;
		padding: 0;
	}



	.products{
		width: 658px;
	}
	.products ul{
		width: 690px;
	}
	.products > ul >li:nth-child(3n+1){
		clear: none;
	}

	.products li{
		width: auto;
		margin: 0 32px 20px 0;
	}
	.products .image,
	.products .image img,
	.products .image img + span{
		width: 140px;
		height: 103px;
	}
	.products .desc{
		width: 120px;
		height: 70px;
	}

	.products p{
		width: 110px;
	}

	.products ul ul{
		width: 140px;
		height: 103px;
	}

	.breadcrumbs{
		padding: 0 10px;
	}

/*	.product-detail .image{
		width: 658px;
		margin-bottom: 20px;
	}
	.product-detail .image img{
		width: 658px;
		height: 336px;
	}
	.product-detail .image img + span{
		width: 658px;
		height: 336px;
	}
	.product-detail .image .thumbs{
		width: 460px;
	}
	.product-detail .image .thumbs li{
		margin: 0 15px 10px 0;
	}

	.product-detail .desc,
	.product-detail table{
		width: 460px;
	}*/

	.secondhandlink{
		width: 626px;
		height: 110px;
	}

	.dropdown select{
		display: block;
		margin-bottom: 15px;
	}
}


@media screen and (max-width: 767px) {
	.wrapper{
		width: 460px;
		zoom: 0;
		position: relative;
	}
	.wrapper:after {
		clear: both;
		display: block;
		visibility: hidden;
		content: ".";
		height: 0;
		line-height: 0;
	}
	header{
		height: auto;
	}
	.topbar{
		height: auto;
	}
	.logo{
		display: block;
		margin: 0 auto 20px;
		margin-top: 20px;
		width: 195px;
	}
	.call-us{
		margin: 0 auto;
	}
	.search-form{
		float: left;
		display: block;
		margin: 0 auto;
		width: 280px;
		zoom: 1;
		margin: 20px 0px;
		padding: 0;
	}
	.search-form:after {
		clear: both;
		display: block;
		visibility: hidden;
		content: ".";
		height: 0;
		line-height: 0;
	}
	.search-form input[type="text"]{
		width: 60%;
		padding: 10px 10%;
	}
	.subnav{
		display: none;
		position: absolute;
		top: 194px;
		left: 0%;
		background: #FFF;
		z-index: 5;
		width: 60%;
		text-align: left;
		margin: 0;
	}
	.subnav ul{
		float: none;
		border: 1px solid #ccc;
	}
	.subnav li{
		float: none;
		margin: 0;
	}
	.subnav a.ico-home{
		border-top: none;
		background-position: 3px 11px;
		width: auto;
	}
	.subnav a.ico-home:hover, .subnav .active a.ico-home{
		border-top: none;
		background-position: 3px -21px;
		width: auto;
	}
	.subnav li a{
		border-top: 1px solid #ccc;
		padding: 10px;
		margin: 0;
	}
	.mobile-nav{
		display: block;
		position: absolute;
		bottom: 30px;
		right: 183px;
		opacity: 0.7;
	}

	.navbar{
		height: auto;
		position: relative;
	}

	.navbar .mobile-lang{
		display: block;
		position: absolute;
		top: -35px;
		left: 360px;
		background-color: #ee3032;
		color: #fff;
		font-weight: bold;
		padding: 5px 20px 5px 5px;
		background-image: url('../img/dropdown.png');
		background-position: 90% center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.navbar .lang{
		display: none;
		position: absolute;
		top: -5px;
		left: 360px;
		border-top: 1px solid #fff;
		padding: 0;
		margin: 0;
		width: auto;
	}
	.navbar .lang li{
		display: block;
		margin: 0;
	}
	.navbar .lang li a{
		text-indent: 0;
		background-image: none;
		background-color: #ee3032;
		color: #fff;
		padding: 10px 20px 10px 5px;
		text-align: center;
	}


	.navbar nav{
		float: none;
	}
	nav li{
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.navbar nav ul{
		float: none;
	}
	.navbar nav ul li{
		float: none;
		border-top: 1px solid #eee;
	}

	.cta{
		margin-bottom: 20px;
	}

	.main{
		width: 460px;
		padding: 10px;
		background: none;
	}
	.offer{
		display: none;
		float: none;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.offer ul{
		zoom: 1;
	}
	.offer ul:after {
		clear: both;
		display: block;
		visibility: hidden;
		content: ".";
		height: 0;
		line-height: 0;
	}
	.offer li, .offer li.long{
		margin: 0 15px 20px;
		width: auto;
		height: auto;
		padding: 0;
		width: 460px;
		padding: 0;
		margin: 0 0 20px;
	}
	.offer .desc, .offer .long .desc{
		width: 460px;
		padding-left: 0;
		padding-right: 0;
		height: 100px;
	}

	aside{
		float: none;
		width: 460px;
		padding: 0;
	}
	.gallery{
		width: 100%;
	}
	.gallery ul{
		width: 100%;
	}
	.gallery ul li{
		width: 100%;
	}
	.switcher{
		width: 100%;
	}
	.partners{
		width: 100%;
		text-align: center;
	}
	.partners li{
		margin-bottom: 20px;
	}


	footer .twocolumns{
		width: 460px;
		padding: 0px;
	}
	footer h3{
		padding: 0;
	}
	.types{
		display: none;
		width: 460px;
		margin-bottom: 20px;
	}
	.types li{
		margin: 10px 0;
		width: 230px;
	}
	.brands{
		width: 460px;
	}
	.brands li{
		margin: 0;
	}
	.brands li p{
		margin: 10px 0;
	}
	.credits{
		width: 460px;
		padding: 20px 0px;
	}
	.credits ul{
		width: 460px;
	}
	.credits li{
		display: block;
		margin: 10px 0;
		border: none;
	}

	.content{
		width: 460px;
		padding: 0;
	}

	.contact-form .row{
		width: 460px;
	}

	.rc-image-list{
		width: 460px;
	}
	.rc-image-list ul{
		width: 490px;
	}

	.contact-form .col{
		width: 95%;
	}
	.contact-form .text{
		width: 95%;
	}
	.rc-form .field.text, .rc-form .field.checkbox, .rc-form .field.radiobutton, .rc-form .field.dropdown{
		width: 100%;
	}


	.products{
		width: 460px;
	}
	.products ul{
		width: 480px;
	}

	.products li{
		width: auto;
		margin: 0 20px 20px 0;
	}
	.products .image,
	.products .image img,
	.products .image img + span{
		width: 140px;
		height: 103px;
	}
	.products .desc{
		width: 120px;
		height: 70px;
	}

	.products p{
		width: 110px;
	}

	.products ul ul{
		width: 140px;
		height: 103px;
	}

	.breadcrumbs{
		padding: 0 10px;
	}

	.product-detail .image{
		width: 460px;
		margin-bottom: 20px;
	}
	.product-detail .image img{
		width: 460px;
		height: 336px;
	}
	.product-detail .image img + span{
		width: 460px;
		height: 336px;
	}
	.product-detail .image .thumbs{
		width: 460px;
	}
	.product-detail .image .thumbs li{
		margin: 0 15px 10px 0;
	}

	.product-detail .desc,
	.product-detail table{
		width: 460px;
		margin: 0;
	}

	.secondhandlink{
		width: 430px;
		height: 170px;
	}

	.dropdown select{
		display: block;
		margin-bottom: 15px;
	}
}


@media screen and (max-width: 479px) {
	.wrapper{
		width: 320px;
		zoom: 0;
		position: relative;
	}
	.wrapper:after {
		clear: both;
		display: block;
		visibility: hidden;
		content: ".";
		height: 0;
		line-height: 0;
	}
	header{
		height: auto;
	}
	.topbar{
		height: auto;
	}
	.logo{
		float: none;
		display: block;
		margin: 0 auto 40px;
		margin-top: 20px;
		width: 195px;
	}
	.call-us{
		float: none;
		margin: 0 auto;
	}
	.search-form{
		float: none;
		display: block;
		margin: 0 auto;
		width: 280px;
		zoom: 1;
		margin: 20px 10px;
		padding: 0;
	}
	.search-form:after {
		clear: both;
		display: block;
		visibility: hidden;
		content: ".";
		height: 0;
		line-height: 0;
	}
	.search-form input[type="text"]{
		width: 60%;
		padding: 10px 10%;
	}
	.subnav{
		display: none;
		position: absolute;
		top: 339px;
		left: 10%;
		background: #FFF;
		z-index: 5;
		width: 80%;
		text-align: left;
		margin: 0;
	}
	.subnav ul{
		float: none;
		border: 1px solid #ccc;
	}
	.subnav li{
		float: none;
		margin: 0;
	}
	.subnav a.ico-home{
		border-top: none;
		background-position: 3px 11px;
		width: auto;
	}
	.subnav a.ico-home:hover, .subnav .active a.ico-home{
		border-top: none;
		background-position: 3px -21px;
		width: auto;
	}
	.subnav li a{
		border-top: 1px solid #ccc;
		padding: 10px;
		margin: 0;
	}
	.mobile-nav{
		display: block;
		position: absolute;
		bottom: 30px;
		right: 30px;
		opacity: 0.7;
	}

	.navbar{
		height: auto;
		position: relative;
	}
	.navbar .mobile-lang{
		display: block;
		position: absolute;
		top: -100px;
		left: 140px;
		background-color: #ee3032;
		color: #fff;
		font-weight: bold;
		padding: 5px 20px 5px 5px;
		background-image: url('../img/dropdown.png');
		background-position: 90% center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.navbar .lang{
		display: none;
		position: absolute;
		top: -70px;
		left: 140px;
		border-top: 1px solid #fff;
		padding: 0;
		margin: 0;
		width: auto;
	}
	.navbar .lang li{
		display: block;
		margin: 0;
	}
	.navbar .lang li a{
		text-indent: 0;
		background-image: none;
		background-color: #ee3032;
		color: #fff;
		padding: 10px 20px 10px 5px;
		text-align: center;
	}
	.navbar nav{
		float: none;
	}
	nav li{
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.navbar nav ul{
		float: none;
	}
	.navbar nav ul li{
		float: none;
		border-top: 1px solid #eee;
	}


	.main{
		width: 300px;
		padding: 10px;
		background: none;
	}
	.offer{
		display: none;
		float: none;
		width: 300px;
		padding: 0;
		position: relative;
	}
	.offer ul{
		zoom: 1;
	}
	.offer ul:after {
		clear: both;
		display: block;
		visibility: hidden;
		content: ".";
		height: 0;
		line-height: 0;
	}
	.offer li, .offer li.long{
		margin: 0 15px 20px;
		width: auto;
		height: auto;
		padding: 0;
		width: 300px;
		padding: 0;
		margin: 0 0 20px;
	}
	.offer .desc, .offer .long .desc{
		width: 300px;
		padding-left: 0;
		padding-right: 0;
	}

	aside{
		float: none;
		width: 300px;
		padding: 0;
	}
	.gallery{
		width: 100%;
	}
	.gallery ul{
		width: 100%;
	}
	.gallery ul li{
		width: 100%;
	}
	.switcher{
		width: 100%;
	}
	.partners{
		width: 100%;
		text-align: center;
	}
	.partners li{
		margin-bottom: 20px;
	}


	footer .twocolumns{
		width: 300px;
		padding: 10px;
	}
	footer h3{
		padding: 0;
	}
	.types{
		display: none;
		width: 300px;
		margin-bottom: 20px;
	}
	.types li{
		margin: 10px 0;
	}
	.brands{
		width: 300px;
	}
	.brands li{
		margin: 0;
	}
	.brands li p{
		margin: 10px 0;
	}
	.credits{
		width: 300px;
		padding: 20px 10px;
	}
	.credits ul{
		width: 300px;
	}
	.credits li{
		display: block;
		margin: 10px 0;
		border: none;
	}

	.content{
		width: 300px;
		padding: 0;
	}

	.contact-form .row{
		width: 300px;
	}

	.rc-image-list{
		width: 300px;
	}
	.rc-image-list ul{
		width: 330px;
	}

	.rc-form .field.text, .rc-form .field.checkbox, .rc-form .field.radiobutton, .rc-form .field.dropdown{
		width: 100%;
	}


	.products{
		width: 300px;
	}
	.products ul{
		width: 320px;
	}

	.products li{
		width: auto;
		margin: 0 20px 20px 0;
	}
	.products .image,
	.products .image img,
	.products .image img + span{
		width: 140px;
		height: 103px;
	}
	.products .desc{
		width: 120px;
		height: 70px;
	}

	.products p{
		width: 110px;
	}

	.products ul ul{
		width: 140px;
		height: 103px;
	}

	.breadcrumbs{
		padding: 0 10px;
	}

	.product-detail .image{
		width: 300px;
	}
	.product-detail .image img{
		width: 300px;
		height: 219px;
	}
	.product-detail .image img + span{
		width: 300px;
		height: 219px;
	}
	.product-detail .image .thumbs{
		width: 300px;
	}
	.product-detail .image .thumbs li{
		margin: 0 15px 10px 0;
	}

	.product-detail .desc,
	.product-detail table{
		width: 300px;
		margin-left: 0;
	}

	.secondhandlink{
		width: 270px;
		height: 190px;
	}

	.dropdown select{
		display: block;
		margin-bottom: 15px;
	}

	#recaptcha_widget_div{
		width: 280px;
	}
	#recaptcha_widget_div #recaptcha_table{
		width: 280px;
	}
	#recaptcha_widget_div #recaptcha_table tr td{
		display: block;
		width: 280px;
	}
	#recaptcha_image,
	#recaptcha_image img,
	#recaptcha_response_field{
		width: 280px !important;
	}


	.topbar .wrapper .social {
	    position: absolute;
	    right: 0;
	    width: 100%;
	    top: 80px;
	    text-align: center;
	}
	.topbar .wrapper .social ul {
		  display: inline-block;
	}
}
