/* designed by Svinores Yaroslav */ 
/* 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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'ambleregular';
    src:url(../font/Amble-Regular-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'hattori';
    src:url(../font/Hattori_Hanzo_Italic.otf);
	}
	
@font-face {
    font-family: 'alfios';
    src:url(../font/Alfios.otf);
	}
	
@font-face {
    font-family: 'chevin';
    src:url(../font/Chevin_Light.ttf);
	}
	
@font-face {
    font-family: 'chevin_italic';
    src:url(../font/Chevin_Light_Italic.ttf);
	}
	
@font-face {
    font-family: 'chevin_italic_bold';
    src:url(../font/Chevin_Bold_Italic.ttf);
	}
	
@font-face {
    font-family: 'chevin_bold';
    src:url(../font/Chevin_Bold.ttf);
	}
	
@font-face {
    font-family: 'rajdhani_bold';
    src:url(../font/Rajdhani_Bold.ttf);
	}

b { font-family: 'chevin_bold'; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

.summary {
	margin-left: 18px;
}
.wrap {
	max-width:1280px;
	width: auto;
	margin: 0 auto;
}
.header {
	background: #FFF;
}
.headertop_desc{
	padding:7px 0 6px;
	border-bottom:1px solid #EEE;
	font-family: 'chevin';
}

.fixed {
	position: fixed;
	max-width:1280px;
	width: 100%;
	padding-bottom: 25px;
	z-index: 4;

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0.5) 95%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(90%, rgba(255,255,255,1)), color-stop(95%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0.5) 95%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0.5) 95%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0.5) 95%, rgba(255,255,255,0) 100%);
}

.call{
	float:left;
}
.call p{
	font-size:0.92em;
	color:#000000;
}
.call p span{
	color:#303030;
	font-size:1em;
	font-family: 'chevin_bold';
}
.call p span.number{
	color:#B81D22;
	font-size:1em;
	letter-spacing:1px;
}
.account_desc{
	float:right;
}
.account_desc li{
	display:inline;
	border-left:1px dotted #CCC;
}
.account_desc li:first-child{
	border:none;
}
.account_desc li a{
	font-size:0.9em;
	color:#9C9C9C;
	padding:0 10px;
	font-family: 'chevin';
}
.account_desc li {
	color:#E4292F;
}

.header_top {
	padding: 10px 0;
}
.logo {
	float: left;
	padding: 10px 0 7px 0;
}

/**** Cart ****/
.cart{
	text-align:left;
	margin-top:20px;
	font-family: 'chevin_bold';
}
.cart a{
	font-size:1.05em;
	padding:0 5px;
	color:#999;
}
.cart a:hover{
	color:#E4292F;
}

.cart a span{
	color:#B81D22;
	font-weight: normal;
}

.cart p{
	font-size:0.9em;
	color:#303030;
	display:inline-block;
}

/**** End Cart ****/
.header_bottom {
	background: #383838;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-rfadius: 6px;
	-o-border-radius: 6px;
}
.menu {
	float: left;
}
.menu li {
	float:left;
}
.menu li a {
	font-family: 'chevin_bold';
	font-size:0.875em;
	letter-spacing: 0.06em;
	text-transform:uppercase;
	color: #fff;
	display:block;
	padding:6.5px 18px;
	border-right: 2px ridge #585858;
    -webkit-transition: all .9s;
   -moz-transition: all .9s;
   -o-transition: all .9s;
   -ms-transition: all .9s;
   transition: all .9s;
}
.menu li a span{
	color: #f1b142;
}
.menu li a:hover,.menu li.active a{
	background:#B81D22;
}
.menu li:first-child  a{
	border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-rfadius:6px 0 0 6px;
	-o-border-radius:6px 0 0 6px;
}
.search_box {
	float: right;
	border: 1px solid #3C3C3C;
	background: #FFF;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	position: relative;
	margin-top:3px;
	margin-right: 3px;
	width:18%;
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:0.85em;
	color: #acacac;
	width:75%;
	padding:3px 3px 3px 8px;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 7px;
	position: absolute;
	right: 0;
	width: 20px;
	height: 25px;
}
.header_slide{
	padding-top: 188px;
}
.header_bottom_left{
	float:left;
	width:22%;
}
.categories{
	border:1px solid #EEE;
}
.categories li a{
	display:block;
	font-size:0.975em;
	font-size:0.875em;

	padding:8px 15px;
	color: #767676;
    color: #6e6a6a;
    font-family: 'chevin';
    margin:0 20px;
    background:url(../images/drop_arrow.png) no-repeat 0;
    border-bottom: 1px solid #EEE;
}
.categories li a span{
    color: #B81D22;
}
.categories li:last-child a{
	border:none;
}
.categories li a:hover{
	color:#B81D22;
}
.header_bottom_right{
	float:left;
	width:76.8%;
	padding-left:1%;
}

/***** Content *****/
.content_top{
	padding: 10px 15px;
	border: 0px solid #EBE8E8;
	border-radius: 0px;
}

.heading {
	float: left;
}

.heading h3 {
	font-family: 'ambleregular';
	font-size:20px;
	color:#777;
}


/*** Social Icons ***/
.copy_right {
	text-align: center;
	border-top: 1px solid #EEE;
	padding: 10px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.copy_right p {
	padding: 3px;
	font-size:0.7em;
	color: #d5d5d5;
}
.copy_right p a {
	color: #e9b7b7;
	font-family: 'ambleregular';
	text-decoration: underline;
}
.copy_right p a:hover {
	color:#222;
	text-decoration: none;
}

/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat right top;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}


.kod {
	float: right; 
	margin-top: -3px;
	font-family: 'chevin';
	font-size: 0.75em;
	color: #d5d5d5;
}
/*  Preview  ============================================================================= */
.back-links {
	float: left;
	padding-left: 30px;
	padding-bottom: 15px;
	margin-top: -4px;
}
.back-links p {
	font-size: 0.75em;
	color: #d5d5d5;
	font-family: 'chevin';
}
.back-links p a span{
	color: #e9b7b7;
}
.back-links p a:hover span{
	color: #333;
}
.back-links p a {
	color: #d5d5d5;
	font-family: 'chevin';
	font-size: 1.2em;
}
.back-links p a:hover, .back-links p a:active {
	color:#333;
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5%;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.cont-desc {
	display: block;
	float: left;
	clear: both;
}
.cont-desc:first-child {
	margin-left: 0;
}
.desc {
	display: block;
	float: left;
	margin: 0% 0 0% 2.6%;
}

.images_3_of_2 {
	width: 44.2%;
	float: left;
	text-align: center;
}
.span_3_of_2 {
	width: 53.2%;
}
.span_3_of_1 {
	width: 25.2%;
	padding: 1.5%;
}
.images_3_of_2  img {
	max-width: 100%;
}
.span_3_of_2  h2 {
	font-family: 'ambleregular';
	font-size: 1.1em;
	color:#CD1F25;
	font-weight: normal;
	margin-top: 0px;
	text-transform: uppercase;
}
.span_3_of_2  p{
	font-size: 0.8125em;
	padding: 0.3em 0;
	color: #969696;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}

.price p {
	font-size: 0.8125em;
	padding:5px 0;
	color: #20a64b;
	
}
.price p span {
	font-size:2.5em;
	font-family: 'ambleregular';
	color:#CD1F25;;
}
.price a {
	color:#B81D22;
}

.price h4 {
	font-size: 0.8125em;
	padding:3px 0;
	color: #999;
	vertical-align: top;
}

.available {
	margin-top:0px;
	padding:15px 0;
	border-top: 1px solid #e9b7b7;
}
.available p {
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}
.available li {
	display: inline;
	font-size: 0.8125em;
	padding: 1.5% 2%;
	color: #353535;
}
.available li select {
	display: inline;
	font-size: 1em;
	color: #333;
	margin-left: 3px;
}
.input-box {
	background: url(../images/tag.png) no-repeat 0 8px;
	padding-left: 35px;
}
.input-box input[type="text"] {
	padding: 8px;
	display: block;
	width: 95%;
	background: #fcfcfc;
	border: none;
	outline: none;
	color: #464646;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance: none;
}

.span_3_of_2 .button {
	float: right;
	margin-top: 1%;
	line-height: 2em;
}
.product-tags .button a {
	font-size:1em;
	padding:10px 15px;
	font-family: 'ambleregular';
	background:#CD1F25;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.span_3_of_2 .button a:hover, .product-tags .button a:hover {
	text-shadow: 0px 0px 1px #000;
    background: #292929;
}
.product-tags p{
	font-size: 0.85em;
	padding:5px  0;
	color: #969696;
	line-height: 1.8em;
}



/****** News **************************/
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding:1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.grid:first-child { margin-left: 0; }


.news_desc{
	width: 100%;
}

h1{
	margin-top: -1px;
	color:#000000;
	font-size:1.8em;
	font-family: 'rajdhani_bold';
	text-transform: uppercase;
	text-align: left; padding-left: 40px;
}
h2{
	margin-top: -3px;
	padding-bottom: 36px;
	color:#a0a0a0;
	font-size:1.0em;
	font-family: 'chevin';
	
	text-align: left; padding-left: 42px;
}
.news_desc h3{
	padding-top: 8px;
	color:#425a93;
	color:#000000;
	font-size:1.150em;
	font-size:1.25em;
	font-family: 'chevin_bold';
}

.news_desc  h4{
	font-size:0.985em;
	padding: 5px 0;
	color:#006303;
	line-height: 1.4em;
    text-align: right;
    font-family: 'chevin';
}

.news_desc  p{
	font-size:0.985em;
	padding: 6px 0;
	color:#000000;
	line-height: 1.4em;
    text-align: justify;
    font-family: 'chevin';
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.news_desc p b{
    font-family: 'chevin_bold';
}

.news_desc ul{
	font-size:0.84em;
	padding: 6px 0;
	color:#333;
	line-height: 1.3em;
    text-align: justify;
}


.news_desc p span {
	font-size:2em;
	font-family: 'ambleregular';
	color:#CD1F25;
}

.th-buy-grey{
	font-size:0.885em;
	color: #555;
	line-height: 1.8em;
    text-align: left;
	font-family: 'chevin';
	text-align: left; padding-left: 40px; 
	padding-top: 5px;
	padding-bottom: 12px;
}

.th-buy-grey2{	
	color: #777;
}

.news_desc a{
	color:#CD1F25;
	color:#a0a0a0;
	color:#6a82a9;
	color:#225cb5;
	font-family: 'chevin';
}

.news_desc a:hover{
	color:#225cb5;
	color:#B81D22;
}

.news_desc  h6{
	font-size:0.84em;
	padding: 0px 0;
	line-height: 1.3em;
	color:black;
}

.th-buy{
	font-size:0.9125em;
	padding: 0px 0;
	line-height: 1.3em;
	color:black;
	font-family: 'chevin';
	text-align: left; padding-left: 40px;
}

.th-buy span{
	font-size:1.1em;
	color:black;
	font-family: 'chevin_bold';
}

.news_desc h6 a{
	font-size:1em;
	color:#B81D22;
}

.news_desc h6 span {
	font-size:2em;
	font-family: 'ambleregular';
	color:#CD1F25;
}

.th-price a{
	font-size:0.9em;
	color:#B81D22;
	line-height: 1.1em;
	font-weight: normal;
	font-family: 'chevin';
	
}

.th-price-b a{
	font-size:0.85em;
	color: black;
	line-height: 1.1em;
	font-weight: normal;
}

.th-price2 {
	font-size:0.9em;
	color:#B81D22;
	line-height: 1.1em;
	font-weight: normal;
	font-family: 'chevin';
}

.th-price2_2 {
	font-size:0.85em;
	color:#000;
	line-height: 1.1em;
	font-weight: normal;
}

.th-price2_2 span {
	font-size:2em;
	font-family: 'ambleregular';
	color:#000;
	font-weight: bold;
}


.th-price2 span {
	font-size:2.5em;
	font-family: 'rajdhani_bold';
	color:#CD1F25;
	text-decoration: none;
}

.th-price3 {
	font-size:0.9em;
	color:#B7B7B7;
	line-height: 1.1em;
	font-weight: normal;
	font-family: 'chevin';
	
}

.th-price3 span {
	font-size:2.4em;
	font-family: 'rajdhani_bold';
	color:#B7B7B7;
	font-weight: bold;
}

.th-price a span {
	font-size:2.5em;
	font-family: 'rajdhani_bold';
	color:#CD1F25;
}

.th-price-b a span {
	font-size:2em;
	font-family: 'ambleregular';
	color: black;
	font-weight: bold;
}

.th-price2 a{
	font-size:0.85em;
	color:#B81D22;
	line-height: 1.1em;
	font-weight: normal;
	font-family: 'chevin';
}

.th-price2 a:hover{
	font-size:0.85em;
	color:#333;
	line-height: 1.1em;
	font-weight: normal;
}

.th-price-b a:hover{
	font-size:0.85em;
	color:#333;
	line-height: 1.1em;
	font-weight: normal;
}

.th-price2 a span{
	font-size:2.5em;
	font-family: 'rajdhani_bold';
	color:#CD1F25;
}

.news_desc summary{
	font-size:0.83em;
	font-weight: bold;
	padding:7px 0;
	color: #999;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	cursor: pointer;
}

/*  Contact Form  ======================= */
.contact-form {
	position: relative;
	padding-bottom: 30px;
}
.contact-form div {
	padding: 5px 0;
}

.contact-form input[type="text"], .contact-form textarea {
	padding: 10px 10px 10px 12px;
	display: block;
	width:97.4%;
	background: #F5F5F5;
	border:1px solid #CACACA;
	outline: none;
	color: #225cb5;
	font-size:0.975em;
	font-family: 'chevin_italic';
	font-family: 'chevin';
	-webkit-appearance: none;
	border-radius: 6px;
}

.contact-form textarea {
	resize: none;
	height: 120px;
	
}

.contact-form input[type="submit"] {
	font-size:1.0em;
	padding:6px 10px;
	font-family: 'chevin_italic_bold';
	font-family: 'chevin_bold';
	background:#999;
	background:#6A82A4;
	color: #FFF;
	border:none;
	border-radius: 5px;
	text-decoration: none;
	outline: 0;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	left: 0;
}

.contact-form input[type="submit"]:hover {
	text-shadow: 0px 0px 1px #000;
	background: #B81D22;
}

.company_address p {
	font-size: 0.8125em;
	color: #757575;
	padding: 0.2em 0;
	font-family: Arial, Helvetica, sans-serif;
}

.company_address p span {
	text-decoration: underline;
	color: #444;
	cursor: pointer;
}

.comments h6 {
	font-size:0.925em;
	color: #afafaf;
	font-family: 'chevin';
}

.comments_border {
	padding: 10px 10px 4px 12px;
	border: 1px solid #E0E0E0 ;
	border-radius: 7px;
	margin-bottom: 20px;
	margin: 20px 0 10px 0;
	box-shadow: 0px 0px 4px rgb(200, 200, 200);
	-webkit-box-shadow: 0px 0px 4px rgb(200, 200, 200);
	-moz-box-shadow: 0px 0px 4px rgb(200, 200, 200);
	-o-box-shadow: 0px 0px 4px rgb(200, 200, 200);
}

.comments_border p{
	font-style: normal;
	font-family: 'chevin';
	font-size: 0.975em;
	color:#6a82a9;
	color:#000000;
}

.comments_border b{
	font-family: 'chevin_bold';
}

.zazor {
	padding-top: 20px;
}

/**** Responsive Layout ****/
@media only screen and (max-width: 1280px) {
	
.wrap {
	max-width:1180px;
	width: auto;
	margin: 0 auto;
	}
	
.fixed {
	position: fixed;
	max-width:1180px;
	width: 100%;
	padding-bottom: 25px;
	z-index: 4;
	}	
}


@media only screen and (max-height: 800px) {

.fixed {
	position: static;
	}

.header_slide{
	padding-top: 0px;
	}

.zazor {
	padding: 11px;
	}
}