/* normalize some selectors */
* {
	text-decoration: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

img {
	border: none;
}

textarea {
	resize: none;
}

/* global configs */
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

div.half {
	width: 50%;	
}

div.left {
	float: left;
}

div.right {
	float: right;	
}

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

.text-left {
	text-align: left;	
}

.text-right {
	text-align: right;	
}

.hide {
	display: block;	
}

#responsive {
	position: relative;
	z-index: 1;	
}

/* end global */
@font-face {
    font-family: 'intro_regular';
    src: url('/fonts/intro-webfont.eot');
    src: url('/fonts/intro-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/intro-webfont.woff2') format('woff2'),
         url('/fonts/intro-webfont.woff') format('woff'),
         url('/fonts/intro-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerregular';
    src: url('/fonts/aller_rg-webfont.eot');
    src: url('/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/aller_rg-webfont.woff2') format('woff2'),
         url('/fonts/aller_rg-webfont.woff') format('woff'),
         url('/fonts/aller_rg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #414042;
}

p, textarea, input, li {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #414042;
	line-height: 1.375em;
}

.interactive {
	cursor: pointer;
	transition: opacity 400ms ease-out;
}

.interactive:hover {
	opacity: 0.8;
}

.inline-container {
	font-size: 0;	
}

.col2, .col3, .col4 {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 0.4%;
}

.col3 {
	width: 32.5%;
}

.col4 {
	width: 21%;
}

.col3_2 {
	width: 62.6%;
}

.col4_3 {
	width: 71%;
}

.center-contents {
	width: 1264px;
	margin: 0px auto;
	position: relative;
}

.sprite {
	background-image: url('../images/sprites.png');	
}

#site {
	position: relative;
	min-width: 1264px;
	min-height: 100%;
}

#header {
	position: relative;
	border-bottom: solid 5px #D8DADB;
	height: 403px;
}

#logotype {
	position: absolute;
	width: 267px;
	height: 267px;
	background-image: url('/images/logotype.png');	
	left: 44px;
	top: 288px;
}

#contents {
}

.page{
}

.long-text {
	text-align: left;
}

.long-text li{
	margin-left: 20px;
}


#footer {
	border-top: solid 5px #D8DADB;
	background-color: #231F20;
	padding: 40px 0 60px 0;
}

.credits {
	position: absolute;
	bottom: -35px;
	left: 45px;
	color: #808285;
	font-size: 12px;
	font-family: 'allerregular';
}

.icon {
	width: 67px;
	height: 67px;
	display: inline-block;	
}

.icon-product {
	background-position: 0 0;
}

.icon-store {
	background-position: 0 -70px;
}

.icon-contacts {
	background-position: 0 -140px;
}


.home-block {
	padding-top: 40px;	
}

h2 {
	color: #952629;	
	font-family: "intro_regular";
	font-size: 16px;
	text-align: left;
}

/* slideshow*/
#mainhighlight {
	width: 100%;
	height: 398px;
}

#mainhighlight .center-contents {
	z-index: 100;
	position: relative;	
}

.slide-item-detail, #mainhighlight .nav {
	display: none;	
}

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

.bullets .item {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin-left: 12px;
	background: #D1D3D4;
	font-size: 0;
	display: inline-block;	
	cursor: pointer;
}

.bullets .item-selected {
	background: #952629;	
}

#mainhighlight .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}

h1 {
	font-weight: normal;
	color: #58595b;	
	font-family: 'intro_regular';
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 22px;
	position: relative;
}

.white {
	color: #FFFFFF;	
}

h1.white, h1.gray {
	height: 100px;
}

.gray {
	oolor: #58595b;
}

h1.white:before, h1.gray:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 36px;
	top: 49px;
	left: 50%;
	margin-left: -18px;
	background: #FFFFFF;	
}

h1.gray:before {
	background: #58595b;
}

h1.white:after, h1.gray:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #952629;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 66px;
	left: 50%;
	margin-left: -4px;
}

.italic {
	font-style: italic;	
}

/* ABOUT US */
.aboutus {
	background-color: #F1F2F2;	
}

.about-container {
	padding-left: 400px;
	padding-right: 180px;	
}

.home-menu {
	padding: 66px 0;
	margin-left: -70px;	
}

.menu-option {
	width: 200px;
	text-align: center;	
	display: inline-block;
	cursor: pointer;
}

.menu-option:hover, .pump:hover {
	animation: pump 0.2s;
	-webkit-animation: pump 0.2s;
}

@-webkit-keyframes pump {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50%{
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
	opacity: 0.8;
  }
  100%{
   -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes pump {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50%{
     -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
	opacity: 0.8;
  }
  100%{
   -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.menu-option .title {
	display: block;
	font-family: 'intro_regular';
	color: #58595b;
	padding-top: 8px;
}

/* PRODUCTS */
.products {
	background-color: #f1f2f2;
	padding-bottom: 30px;
	border-top: solid 5px #D8DADB;	
}

.product-grid {
	padding-top: 50px;	
	position: relative;
}

.image {
	background: #d1d3d4;
	padding: 8px;
	border-right: solid 1px #d1d3d4;
	border-bottom: solid 1px #d1d3d4;
	width: 100%;
	height: 276px;
	margin-bottom: 9px;
}

.image .img-container {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.image.big {
	height: 560px;	
}

.image.last {
	position: absolute;
	right: 0;
	bottom: 0;	
	max-width: 411px;
}

.product-text {
	padding: 0 40px;
	font-family: 'allerregular';
	font-size: 14px;
	color: #414042;	
	line-height: 1.7em;	
}

.product-text-left {
	  margin-top: -15px;
}

.product-text h2 {
	padding-top: 55px;
	padding-bottom: 22px;	
}

.product-text li {
	font-family: 'allerregular';
	font-size: 14px;
	color: #414042;	
	line-height: 1.7em;
	list-style: none;
	position: relative;
}

.product-text li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #A7A9AC;
	position: absolute;
	top: 8px;
	left: -15px;	
}

/* STORES */
.stores {
	background-color: #FFFFFF;	
	padding-bottom: 20px;
}

.store-headline {
	width: 690px;
	margin: 0 auto 45px auto;	
}

.stores-container {
	width: 1140px;
	max-width: 1140px;
	margin: 0 auto;
}	

.store-block {
	width: 100%;
	height: 282px;
	background: #F1F2F2;
	margin-bottom: 30px;
	padding: 12px;		
	position: relative;
}

.store-image {
	width: 454px;
	height: 258px;	
    background-size: cover;
	float: left;
}

.store-text {
	width: 404px;
	float: left;	
	padding: 48px 0 0 58px;
	text-align: left;
}

.store-text-item {
	color: #414042;
	font-size: 14px;
	line-height: 1.350em;
	padding-left: 42px;
	position: relative;
	margin-bottom: 25px; 
	font-family: 'allerregular';
}

.store-text-item a {
	color: #414042;
}

h2.store {
	padding-bottom: 25px;	
}

.icon-address, .icon-phone, .icon-email {
	width: 33px;
	height: 34px;
	background-position: -70px -50px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 0;
}

.icon-phone {
	background-position: -70px -90px;	
}

.icon-email {
	background-position: -70px -130px;	
}

.store-map {
	width: 258px;
	height: 258px;
	border: solid 1px #DBDAD7;	
	float: left;
}

#map-canvas {
	width: 100%; height: 404px;	
}

/* contacts */
.contacts-group {
	text-align: center;
	margin-top: 30px;	
}

.footer-item {
	display: inline-block;	
	vertical-align: middle;
	margin: 0 11px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'allerregular';
	text-align: left;
}

.footer-item.sep {
	border-left: solid 2px #8E2628;
	padding-left: 25px;
}

.linkedin, .email, .facebook {
	width: 32px;
	height: 35px;
	background-position: -110px 0;	
}

.email {
	background-position: -110px -80px;	
}

.facebook {
	background-position: -110px -40px;	
}



@media screen and (max-width: 1290px) {
	.center-contents {
		width: 99%;
		margin: 0 0.5%;	
	}
		
	#site {
		min-width: 1000px;	
	}
	
	.image.last {
		max-width: 32%;
	}
}

@media screen and (max-width: 1190px) {
	.stores-container {
		width: 100%;
	}
	
	.store-map {
		position: absolute;
		top: 12px;
		right: 10px;	
	}
	
	.menu-option {
		width: 160px;	
	}
	
	.about-container {
		padding-right: 50px;
		padding-left: 350px;	
	}
	
	.networks {
		display: block;
		margin-bottom: 30px; 
	}	
	
	.product-text {
		padding: 0 20px;	
	}
	
	.store-text {
		padding-left: 20px;	
	}
	
	.store-image {
		width: 410px;
		background-position: center center;	
	}
}

@media screen and (max-width: 1024px) {
	.product-text-left {
		/*padding-top: 4px;	*/
	}
}