/*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,font,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,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{display:block;}meter,progress,mark, time{display:inline;}ol, ul {list-style: none;}blockquote,q{quotes: none;}html,body{height:100%;}img {border:0;vertical-align:top;text-align:left;}object{vertical-align:top;outline:none;}ul,ol{list-style:none;}table,table td{padding:0;border:none;border-collapse:collapse;}input,select,textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

/*GLOBAL*/
html{min-width:940px;}
body{background:#fff;font-family:Arial, Helvetica, sans-serif;font-size:100%;line-height:1em;color:#000;overflow:hidden;}

#glob{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	min-width:940px;
	min-height:680px;
	overflow:hidden;
	font:13px/20px Tahoma, Geneva, sans-serif;
	color:#9e9a98;
}

#gspinner{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	background:#000 url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

/*ELEMENTS*/
a {color:#f00;outline:none;}
a:hover{text-decoration:none;}


p,.blo{
	line-height:20px;
	margin-bottom:20px;
}


/*header */
h1{
	position:absolute;
	left:50%;
	top:50%;
	z-index:1;
	margin:-110px 0 0 -324px;
	width:363px;
	height:191px;
	background:#fff;
}

h1 img{
	left:119px;
	top:72px;
	position:absolute;
	z-index:1;
}

nav{
	width:283px;
	height:191px;
	position:absolute;
	left:50%;
	top:50%;
	z-index:1;
	background:#ee1c24;
	margin:-110px 0 0 -39px;
}

nav ul{
	position:absolute;
	left:34px;
	top:24px;
	z-index:1;
}

nav a{
	font:12px/24px 'Cantarell', sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

nav .nav-hvr{
	position:absolute;
	left:0;
	top:27px;
}

/*#content*/
#content{
	position:absolute;
	top:34%;
	left:50%;
	margin-left:-518px;
	width:1036px;
	height:428px;
	background:url(../images/content-bg.png);
	overflow:hidden;
	width:0;	
}

#content>ul>li{
	position:absolute;
	left:0%;
	top:0;
	width:940px;
	height:320px;
	z-index:1;
	padding:60px 48px 48px 48px;
}

.scroll{
	height:270px;
}

.scroll-btns{
	position:absolute;
	right:0;
	top:12px;
}

#privacy .scroll-btns,#readmore .scroll-btns{
	right:49px;
	top:73px;
}

.scroll-btns a{
	width:8px;
	height:4px;
	float:left;
	margin-left:4px;
	background:url(../images/up-down-sp.png);
}

.scroll-btns a[data-type='scrollDown']{
	background-position:100% 0;
}

h2{
	font:22px/1.2em 'Carme', sans-serif;
	text-transform:uppercase;
	color:#f8f8f8;
	margin-bottom:28px;
}

h3,.h3{
	font:18px/1.3em 'Carme', sans-serif;
	text-transform:uppercase;
	color:#f8f8f8;
	margin-bottom:10px;
}

.img-box dt{
	margin-right:20px;
}

.close{
	position:absolute;
	z-index:1;
	right:11px;
	top:11px;
}

#about_us .cells{
	margin-left:-46px;
	margin-top:-30px;
}

#about_us .cells dl{
	float:left;
	width:255px;
	margin-left:46px;
	padding-top:30px;
}

#about_us .cells dt{
	font:24px/40px 'Carme', sans-serif;
	background:url(../images/circle.png) no-repeat;
	width:40px;
	color:#fff;
	text-align:center;
	margin-right:20px;
}

#contacts .img-box dt{
	margin-right:18px;
}

#contacts .address dd{
	width:170px;
}


/*footer*/
footer{
	width:940px;
	height:65px;
	position:absolute;
	left:50%;
	bottom:0;
	z-index:1;
	margin-left:-470px;
}

footer .privacy{
	font:12px/18px 'Cantarell', sans-serif;
	color:#756c66;
	position:absolute;
	left:374px;
}

footer .soc-links{
	position:absolute;
	right:14px;
	top:0;
	font:12px/1.2em 'Cantarell', sans-serif;
	color:#756c66;
}

footer .soc-links li{
	float:left;
	padding-left:8px;
}

footer .soc-links a{
	margin-right:8px;
}

footer .bull{
	color:#ee1c24;
	font-size:20px;
	line-height:18px;
	position:relative;
	top:3px;
}

/*forms css*/
#form1{
	position:relative;
	z-index:1;
}

#form1 label{
	float:left;
	position:relative;
	z-index:1;
}

#form1 input,#form1 textarea{
	outline:none;
	box-shadow:none;
	width:260px;
	border:1px solid #353434;
	background:#181818;
	float:left;
	color:#9e9a98;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px 9px;
	margin-bottom:10px;
}

#form1 textarea{
	resize:none;
	height:118px;
	margin-bottom:24px;
}

#form1 .btns{
	float:left;
}

#form1 .btns a{
	float:left;
	margin-right:10px;
}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	font-size:10px;
}

#form1 .success{
	width:278px;
	border:1px solid #353434;
	background:#181818;
	position:absolute;
	z-index:10;
	text-align:center;
	padding:12px 0;
}


/*js css*/
.google_map{
	width:340px;
	height:267px;
	background:#ccc;
}

.gallery .pic{
	float:left;
	margin-right:30px;
}

.gallery .thumbs{
	float:left;
	width:370px;
	overflow:hidden;
	margin-bottom:24px;
}

.gallery .thumbs>ul>li{
	width:370px;
	float:left;	
}

.gallery .btns a[data-type='next']{
	float:right;
}

.gallery .spinner{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

#catalogue .cells{
	margin-top:-10px;
	margin-left:-10px;
}

#catalogue .cells a{
	float:left;
	display:block;
	width:180px;
	margin-left:10px;
	padding-top:10px;
}


/*additional classes*/
.red{	
	color:#ff2830;	
}

.border-bottom{
	padding-bottom:28px;
	margin-bottom:28px;
	background:url(../images/dot.png) repeat-x 0 100%;
	overflow:hidden;
}

.border-left{
	background:url(../images/dot.png) repeat-y 18px 0;
	overflow:hidden;
}



.fl{float:left;}
.fr{float:right;}
.col-1,.col-2,.col-3{float:left;}
.all{text-align:left;}
.alr{text-align:right;}
.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
a.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.bold{font-weight:bold;}
.wrap{overflow:hidden;}
.nopa{padding:0;}
.noma{margin:0;}
.nobg{background:none;}
.nobd{border:none;}
.nofl{float:none;}
.dn{display:none;}
.clear{clear:both;line-height:0;}



/*custom boxes*/
.btn{
	font:bold 11px/34px 'Cantarell', sans-serif;
	color:#262626;
	background:#f0f0f0;
	border-top:1px solid #e4e4e4;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 14px;
	
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.btn:hover{
	background:#262626;
	color:#f0f0f0;
	border-top-color:#000;
}

.list a{
	color:#c7c7c7;
	text-decoration:none;
	background:url(../images/mrk.png) 0 50% no-repeat;
	padding-left:16px;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.list a:hover{
	color:#e2272e;
}

dl.address{overflow:hidden;}
dl.address dd{text-align:right;clear:both;}
dl.address dd span{float:left;}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left;}