


/* Eric Meyer's CSS 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background:#fff;
    font-family: 'Verdana';
    font-size:14px;
	height: 100%;
    color:#fff;
}

.wrapper {
	min-width: 320px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.clear {clear:both;}

/* Header
-----------------------------------------------------------------------------*/

.content {max-width:1200px; padding:0px 20px 0px 20px; margin:0 auto; color:#fff;}
.logo {color:#000; font-weight:bold; float:left; margin-top:25px; text-decoration:none;}
.header {background:#fff; height:70px;}
.currency {float:right; font-size:13px; margin-top:26px; color:#000;}
.currency a {text-decoration:none; font-size:13px; color:#000;}
.header-login {float:right; color:#000; margin-top:25px; margin-right:30px;}
.header-callback {float:right; color:#fff; background:#e83515; border-radius:90px; padding:12px 37px 15px 37px; margin:14px 30px 0px 0px; text-decoration:none; font-size:13px;}
.banner {width:100%; height:420px; display:table; background:url(../img/background.png) center center no-repeat;  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
.banner-a {display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle;}
.banner-a h1 {font-size:42px; line-height:52px; font-weight:bold; margin-bottom:14px;}
.banner-b {color:#fff; max-width:700px; line-height:24px; margin:0 auto;}
.banner-btn {display:inline-block; color:#fff; background:#e83515; font-weight:bold; border-radius:90px; padding:20px 57px 21px 57px; margin:14px 30px 0px 0px; text-decoration:none; font-size:12px;}
.banner-b {margin-bottom:18px;}
.h1-holder {max-width:900px; margin:0 auto;}
.catalog {padding:60px 0px 60px 0px;}
.catalog-item {width:23.8%; margin-right:1.6%; float:left; text-align:center;}
.catalog-item:nth-child(4n) {float:right; margin-right:0px;}
.catalog-item img {width:100%;}
.catalog-lbl a {color:#000; line-height:24px; text-decoration:none; font-weight:bold; font-size:18px;}
.catalog-lbl {padding:12px 0px 12px 0px;}
.catalog-btn a {display:inline-block; color:#fff; background:#e83515; font-weight:bold; border-radius:90px; padding:20px 57px 21px 57px; margin:14px 0px 0px 0px; text-decoration:none; font-size:12px; text-transform:uppercase;}
.catalog-price {font-size:16px; color:#000; margin-bottom:12px;}
.catalog-price span {font-size:21px; color:#000; font-weight:bold;}

.text-row {padding:40px 0px 60px 0px; background:#f7f7f7;}
.text-row p {font-size:14px; line-height:25px; margin-bottom:15px;}
.text-row-left {float:none; color:#000; width:80%; margin:0 auto;}
.text-row-right {float:right; color:#000; width:48%;}
.text-row h2 {font-size:29px; margin-bottom:21px; margin-top:33px; font-weight:bold; color:#000;}
.footer {text-align:center; color:#fff; background:#000; padding:20px 20px 20px 20px;}

@media screen and (max-width:1200px) {
    .catalog-lbl a {font-size:16px; line-height:22px;}   
}
@media screen and (max-width:1000px) {
    .banner-b {padding-left:30px; padding-right:30px;}
    .catalog-item {width:48%; float:left; margin:0px 0px 30px 0px;}
    .catalog-item:nth-child(2n) {float:right;}
}
@media screen and (max-width:600px) {
    .catalog-item,.catalog-item:nth-child(2n) {width:100%; float:none;}
    .banner-a h1 {font-size:25px;}
    .header-callback {display:none;}
    .header-login {display:none;}
    .text-row-left {float:none; width:100%;}
    .text-row-right {float:none; width:100%;}
    .catalog {padding:30px 0px 30px 0px;}
    .text-row {padding:30px 0px 30px 0px;}
    .text-row h2 {font-size:24px;}
    .banner {height:350px;}
}
