 /* 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 { display: block;
      margin-left: auto;
      margin-right: auto;
	    max-width:100%;
	    margin-bottom: 0px;
	    margin-top: 0px; }
/*end reset*/

@font-face { font-family: 'chevin'; src:url(../font/Chevin_Light.ttf); }
@font-face { font-family: 'chevin_bold'; src:url(../font/Chevin_Bold.ttf); }

b { font-family: 'chevin_bold'; }
i { font-family: 'chevin_bold'; color: #336699; font-size:1em;}

/* Стилі для верхнього закріпленого блоку */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  color: white;
  z-index: 1000;
  transition: background-color 0.5s;
}
.sticky-header.scrolled {
  background-color: #f9f9f9;
  background-color: #eeeeee;
}
.sticky-header h1 {
	margin-top: 5px;
	font-size: 1.4em;
	color: #000000;
	text-align:left;
	font-family: 'chevin_bold';
}

body {
	font-family: 'chevin';
	background: #FFF;
	font-size:1em;
	line-height: 1.25em;
}

.wrap {
	width:95%;
	margin: 0 auto;
}

.content {
	padding:10px 0;
	background: #FFF;
}

.copy_right {
	text-align: center;
	border-top: 1px solid #EEE;
	padding: 10px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
}
.copy_right p {
	padding: 1px;
	font-size:0.73em;
	color: #d5d5d5;
}
.copy_right p a {
	color:#e9b7b7;
	text-decoration: underline;
}
.copy_right p a:hover {
	color:#222;
	text-decoration: none;
}

.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5%;
}

.cont-desc {
	display: block;
	float: left;
	clear: both;
}
.cont-desc:first-child {
	margin-left: 0;
}
.desc {
	display: block;
	float: left;
	margin: 0%;
}
.product-details{
	margin:15px 0;
}
.span_1_of_2 {
	width:97%;
	padding: 1.5%;
}
.images_3_of_2 {
	width: 100%;
	float: left;
	text-align: center;
}

.span_3_of_1 {
	width:97%;
	padding: 1.5%;
}
.images_3_of_2  img {
	max-width: 100%;
}

.span_3_of_2 h2 {
	font-size: 1em;
	padding: 0em 0 1.5em 0;
	color: #A9A9A9;
	line-height: 1.1em;
	font-family: 'chevin';
	text-align:left;
}
.span_3_of_2 p{
	font-size: 0.85em;
	padding: 0.3em 0;
	color: #747474;
	line-height: 1.3em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}

.product-desc, .product-tags {
	clear: both;
	padding-top: 20px;
}
.product-desc p {
	font-size: 0.85em;
	color: #333;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.product-desc p span{
	font-weight:bold;
}
.product-tags h4 {
	padding: 10px 0;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.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;
}
/*
.product-tags .button {
	margin-top: 15px;
	line-height: 3em;
}
*/
.span_3_of_2 .button {
	float: right;
	margin-top: 1%;
	line-height: 2em;
}
/*
.product-tags .button a {
	font-size:1em;
	padding:10px 15px;
	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;
}
*/

/**** Review *****/
.review h3 {
	padding-top: 35px;
  padding-bottom: 5px;
	font-size:1.2em;
	color: #000000;
	font-family: 'chevin_bold';
}
.review h4 a{
	text-decoration:underline;
}
.review h4 a:hover{
	text-decoration:none;
	color:#E4292F;
}
.review p{
	font-size:1em;
	padding:7px 0;
	color: #000000;
	/* line-height: 1.2em; */
	text-align: justify;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.review p a{
	color: #6A82A4;
	color: #225cb5;
}
.review p a:hover{
	color:#B81D22;
}
.review ul{
	margin-top:3px;
}
.review li{
	margin-left: 10px;
	padding:4px 0;
	color: #000000;
	font-size:1em;
	text-indent:-10px;
  line-height: 1.3em;
}
.review summary{
	font-size:0.83em;
	font-weight: bold;
	padding:7px 0;
	color: #999;
}

.span_3_of_2 .button {
	float: right;
	margin-top:15px;
	line-height:3em;
}
.span_3_of_2 .button a {
	padding: 12px 20px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
	background: #3f4040;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.span_3_of_2 .button a:hover {
	border: 1px solid #303030;
	background: #525252;
	text-decoration: none;
}
.subscribe {
	padding:30px 0;
}
.subscribe p {
	font-size:0.85em;
	color:#666;
	padding:5px 0;
	line-height:1.6em;
}


/*  Contact Form */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.span_2_of_3 {
	width:97%;
	padding: 1.5%;
}
.span_1_of_3 {
	width:97%;
	padding: 1.5%;
}
.span_2_of_3  h2, .span_1_of_3  h2 {
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
}
.contact-form {
	padding-top: 8px;
	position: relative;
	padding-bottom:28px;
}
.contact-form div {
	padding: 5px 0;
}
.contact-form span {
	display: block;
	font-size: 0.9em;
	color: #757575;
	padding-bottom: 5px;
}
.contact-form input[type="text"], .contact-form textarea {
	padding: 5px;
	display: block;
	width:96.5%;
	background: #F5F5F5;
	border:1px solid #6A82A4;
	border: 1px solid #E0E0E0;
	border:1px solid #CACACA;
	outline: none;
	color: #464646;
	font-size:1.1em;
	-webkit-appearance: none;
	font-family: 'chevin';
	border-radius: 5px;
}
.contact-form textarea {
	resize: none;
	height: 120px;
}
.contact-form input[type="submit"] {
	font-size:1em;
	padding:6px 10px;
	 font-family: 'chevin_bold';
	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;
	-webkit-appearance:none;
	position: absolute;
	right: 0;
}
.contact-form input[type="submit"]:hover {
	text-shadow: 0px 0px 1px #000;
	background: #292929;
}
.contact-form h5 {
	font-size:1.2em;
 	color: #6A82A4;
	font-weight: bold;
}
.company_address p {
	font-size: 0.825em;
	color: #757575;
	padding: 0.17em 0;
	font-family: chevin;
}
.company_address p span {
	text-decoration: none;
	color: #444;
	color: #6A82A4;
	cursor: pointer;
}
.company_address h5 {
	padding-top: 20px;
  padding-bottom: 5px;
	font-size: 1.0em;
 	color: #6A82A4;
	color: gray;
	font-family: chevin_bold;
}
.comments p {
	font-size: 0.93em;
	line-height: 1.35em;
	color: #6A82A4;
	color: #000000;
	padding: 5px 0 5px 0px;
	font-family: 'chevin';
	text-align: left;
}
.comments h6 {
	font-family: 'chevin';
	font-size:0.98em;
	color:#B0B0B0;
	padding-bottom: 3px;
}
.comments_border {
	padding: 8px 8px 5px 10px;
	border: 1px solid #E0E0E0;
	border-radius: 7px;
	margin: 20px 0 10px 0;

	box-shadow: 0px 0px 3px rgb(200, 200, 200);
	-webkit-box-shadow: 0px 0px 3px rgb(200, 200, 200);
	-moz-box-shadow: 0px 0px 3px rgb(200, 200, 200);
	-o-box-shadow: 0px 0px 3px rgb(200, 200, 200);
}

/* Tabs */

#container {
    margin: 0 auto;
}

#container input {
	height: 2.5em;
	visibility: hidden;
}

#content {
	background: #ffffff;
	min-height: 50em;
	position: relative;
	width: 100%;
}

#content div {
	opacity: 0;
	position: absolute;
	z-index: -100;
	transition: all linear 0.2s;
}

input.visible {
  visibility: visible !important;
}


@media only screen and (min-width: 900px) {

.wrap {
	max-width:850px;
	width: auto;
	margin: 0 auto;
	img {max-width:60%;}
}


@media only screen
    and (device-width : 414px)
    and (device-height : 736px)
    and (-webkit-device-pixel-ratio : 3) {

	.comments p {
		font-size: 1.08em;
	}

	.comments h6 {
	font-size:1.0em;
	}

	.back-links p {
	font-size: 0.95em;
	}

	.review p{
	font-size:1.05em;
	padding:7px 0;
	line-height: 1.3em;
	-moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
	}

	.review li{
	margin-left: 15px;
	font-size:1.1em;
	text-indent:-15px;
  }

	.review h3 {
	font-size:1.3em;
	}

	.tooltip-item {
	text-decoration: none;
	}

  .company_address p {
	font-size: 0.9em;
	}

  .company_address h5 {
	font-size: 1.05em;
  }

  .contact-form input[type="submit"] {
	font-size:1.05em;
  }

  .span_3_of_2  h1 {
	font-size: 1.5em;
  }

  .span_3_of_2  h2 {
	padding: 0em 0 2em 0;
  }

}
