@charset "utf-8";
/* CSS Document */
html, body {
  
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
 
}

.wrap {
  
  width: 100%;
  position: relative;

  background: #000000;
  color: #fff;
  text-align: center;
}

header {
  background: #000000;
  box-shadow: 0 0.5em 1em #111;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 76%;
  padding-left:24%;
}

header label {
  color:#ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 4.2em;
  font-size: 1.2vw;
  padding: 0 2em;
  font-family: 'Open Sans Condensed', sans-serif;
  
}

header label:hover {
  background: #ffffff;
  color:#000000;
}


.logo_image
 {
	 z-index:905;
	 float:left;
	 padding-left:2%;
	 width:20%;
	 margin-top:1%;
	 height:auto;
	 position:relative;
 }


	
	
    /*overflow: hidden;
    background: #C33764;  /* fallback colour. Make sure this is just one solid colour. */
    /*background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(252, 218, 17, 0.8)), url("..//images/image_top.jpg");
    background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(252, 218, 17, 0.8)), url("..//images/image_top.jpg"); /* The least supported option. */
	/*-webkit-margin-before:0em;
	-webkit-margin-after:0em;*/
	/*padding-bottom:1%;
	margin-top:4%;
	padding-top:1%;*/
}

img {
   object-fit: cover;
}




.product_category
{
	
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-top:0px;
}

	
.left_column
{
	width:45%;
	margin-left:0%;
	float:left;
}


table
{
	width:90%;
	border-radius:5px;
	margin-top:3%;
	border: 1px solid white;
	float:left;
	margin-left:7%;
	
}

table tr:hover
{
	background-color:rgba(246, 176, 150);
	cursor: pointer;
}

th
{
	vertical-align:central;
	text-align:center;
	background-color:rgba(0, 0, 0, );
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:2 vw;
	color:#FFFFFF;
	border-radius:5px;
	border-style:none;
}

td
{
	vertical-align:central;
	text-align:center;
	background-color:rgba(235, 236, 236, 0.5);
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:2 vw;
	color:#000000;
	border-radius:5px;
	border-style:none;
}
td a { 
   display: block; 
   color:#000000;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

p
{
	width: 90%;
    color:#FFF;
	font-size: 1.3vw;
	 font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
   font-stretch:extra-condensed; 
   text-align:left;
   margin-top:1em;
   float:left;
   line-height:170%;
   margin-left:7%
}



.right_column
{
	
	
	width:50%;
	margin-left:;
	float:left;
	top:0;
	
	
}



h3
{
	text-align: right;
	width:40%;
	padding-right:8%;
	padding-left:12%;
    color:#FFFFFF;
	font:3vw 'Open Sans Condensed', Myriad Pro, Sans-Serif;  
   	font-stretch:condensed;
	margin-top:-1%;
	z-index:150;
}









.top_line_cheren
{
	
	width:100%;
	height:4px;
	z-index:901;
	float:right;
	background-color:rgba(246, 176, 150);
}




a.prev,a.next {
	height:91px;
	position:absolute;
	width:43px;
	top:40%;
	margin-top:0%;
	opacity:0.6;
	text-indent:-99999px;
	cursor:pointer;
	-webkit-transition:opacity 200ms ease-out;
}
a.prev:hover,a.next:hover {
	opacity:1;
}
.prev {
	left:0;
	background: #000 url('https://lh4.googleusercontent.com/-JN1IZLtuToI/UUoZnMG3C_I/AAAAAAAAAE8/SEbJ9nqXGnY/s226/sprite.png') no-repeat -200px 25px;
}
.next {
	right:0;
	background: #000 url('https://lh4.googleusercontent.com/-JN1IZLtuToI/UUoZnMG3C_I/AAAAAAAAAE8/SEbJ9nqXGnY/s226/sprite.png') no-repeat -167px 25px;
}
.slider {
	height:80% ;
	position: relative;
	margin-top:-10%;
}
.slide {
	
	position:absolute;
	
	width:100%;
}
.slider .slide:target {
	z-index: 100;
}
img {
	max-width:100%;
	width:100%;
	position:relative;
	left:0;
	margin-top:0px;
}

.title_block
{
	width:30%;
	position:absolute;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:930;
	margin-top:-1%;
	float:right;
	margin-left:25%;

	}
	.bottom_line_cheren
{
	
	position:relative;
	width:100%;
	height:4px;
	float:left;
	margin-top:4%;

	
	background-color:rgba(246, 176, 150);
}
	
	
	.bottom_text_bio
   {
	width: 100%;
    color:#FFF;
	font:1.2vw 'Open Sans Condensed', Myriad Pro, Sans-Serif;
   text-align:center;
   margin-top:20px;
   float:left;
   padding-bottom:2%;
   }
   
   .bottom_text_bio span
   {
	   color:rgba(246, 176, 150);
	   font-weight: bold;
   }
#paragraph1::after
{

    content: "\a";
    white-space: pre;
}

#paragraph2::before
{

    content: "\a";
    white-space: pre;
}
