* {
  margin: 0;
  padding: 0;
  font-family: PT Sans, Times;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  list-style: none;
}
body {
background: url(../images/bg.jpg) no-repeat center top fixed;
}
.logo_shops {
  position: absolute;
  margin-top: -20px;
  margin-left: 45px;
}
#header{
  position: relative;
  width: 980px;
  height: 125px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
}
#header_logo img{
  margin: 0;
  border: 1px solid #E54F2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 20px rgba(255, 165, 0, 0.8)inset;
  -moz-box-shadow: 0px 2px 20 rgba(255, 165, 0, 0.8)inset;
  -o-box-shadow: 0px 2px 20px rgba(255, 165, 0, 0.8)inset;
  -webkit-box-shadow: 0px 2px 20px rgba(255, 165, 0, 0.8)inset;
  float: left;
}
.nav{
  margin: 20px 0;
  float: right;
}
.nav li{
  list-style: none;
  float: left;
}
.nav a{
  color: #4F0A00;
  margin-left: 20px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}

.nav a:hover{
  color: #E54F2D;
  border: 1px solid #E54F2D;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 2px 20px rgba(255, 165, 0, 0.8)inset;
  -moz-box-shadow: 0px 2px 20px rgba(255, 165, 0, 0.8)inset;
  -o-box-shadow: 0px 2px 20px rgba(255, 165, 0, 0.8)inset;
  -webkit-box-shadow: 0px 2px 20px rgba(255, 165, 0, 0.8)inset;
  transition: color .5s;
}
#conteiner_bg1{
  position: relative;
  width: 980px;
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -moz-box-shadow: 0px 2px 10 rgba(0,0,0,0.5)inset;
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  overflow: hidden;
}
#conteiner_bg{
  width: 940px;
  margin: 20px auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10 rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  overflow: hidden;
}
.mainslider{
  width: 900px;
}

/*news styles start*/
.content{
  width: 900px;
  height: 380px;
}

.tabbed {
  width: 900px;
  margin: 0;
}

.tabbed > input {
  display: none;
}

.tabbed > label {
  display: block;
  float: left;
  padding: 20px 12px;
  margin-left: 78px;
  cursor: pointer;
  color: #4F0A00;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.tabbed > label:hover,
.tabbed > input:checked + label {
  color: #E54F2D;
  border: 1px solid #E54F2D;
  box-shadow: 0px 2px 40px rgba(255, 165, 0, 0.8)inset;
  -moz-box-shadow: 0px 2px 40 rgba(255, 165, 0, 0.8)inset;
  -o-box-shadow: 0px 2px 40px rgba(255, 165, 0, 0.8)inset;
  -webkit-box-shadow: 0px 2px 40px rgba(255, 165, 0, 0.8)inset;
  transition: color .5s;
}
.tabs {
  clear: both;
  perspective: 5000px;
}
.tabs p {
  margin-top: 10px;
}
.tabs h3 {
  text-transform: capitalize;
  text-align: center;
}
.tabs img{
  float: left;
  margin-right: 10px;
}
.tabs > div {
  width: 900px;
  position: absolute;
  margin-top: 20px;
  padding: 10px;
  color: #4F0A00;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #E54F2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  opacity: 0;
  transform: rotateY(-210deg);
  transform-origin: top center;
  transition: opacity .3s, transform 1.5s;
  z-index: 0;
}
#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4),
#tab-nav-5:checked ~ .tabs > div:nth-of-type(5){
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}
/*news styles end*/
/*about_us styles start*/
.content_about{
  width: 900px;
  height: 265px;
}

.about_us {
  width: 900px;
  margin: 0;
}

.about_us > input {
  display: none;
}

.about_us > label {
  margin-left: 87px;
  height: 76px;
  padding: 2px;
  display: block;
  float: left;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.about_us > label:hover,
.about_us > input:checked + label {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  border: 1px solid #E54F2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.about {
  clear: both;
  perspective: 5000px;
}
.about p {
  margin-top: 10px;
}
.about h3 {
  text-transform: capitalize;
  text-align: center;
}
.about img{
  width: 200px;
  height: 200px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}
.about > div {
  width: 900px;
  position: absolute;
  margin-top: 20px;
  padding: 10px;
  color: #4F0A00;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #E54F2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  opacity: 0;
  transform: rotateX(-80deg);
  transform-origin: top center;
  transition: opacity .3s, transform 1.5s;
  z-index: 0;
}
#aboutus-nav-1:checked ~ .about > div:nth-of-type(1),
#aboutus-nav-2:checked ~ .about > div:nth-of-type(2),
#aboutus-nav-3:checked ~ .about > div:nth-of-type(3),
#aboutus-nav-4:checked ~ .about > div:nth-of-type(4),
#aboutus-nav-5:checked ~ .about > div:nth-of-type(5){
  transform: rotateX(0deg);
  opacity: 1;
  z-index: 1;
}
/*about_us styles end*/
/*shops styles start*/
.content_shops{
  margin: 0 auto;
  width: 900px;
  height: 650px;
}

.levels {
  width: 900px;
  margin: 0;
}

.levels > input {
  display: none;
}

.levels > label {
  display: block;
  float: left;
  padding: 30px 19px;
  margin-left: 120px;
  cursor: pointer;
  color: #4F0A00;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}

.levels > label:hover,
.levels > input:checked + label {
  color: #E54F2D;
  border: 1px solid #E54F2D;
  box-shadow: 0px 2px 40px rgba(255, 165, 0, 0.8)inset;
  -moz-box-shadow: 0px 2px 40 rgba(255, 165, 0, 0.8)inset;
  -o-box-shadow: 0px 2px 40px rgba(255, 165, 0, 0.8)inset;
  -webkit-box-shadow: 0px 2px 40px rgba(255, 165, 0, 0.8)inset;
  transition: color .5s;
}

.lvls {
  clear: both;
  perspective: 5000px;
}
.lvls p {
  margin-top: 20px;
}
.lvls h3 {
  text-transform: capitalize;
  text-align: center;
}
.lvls img{
  float: left;
}
.lvls > div {
  width: 900px;
  position: absolute;
  margin-top: 20px;
  padding: 10px;
  color: #4F0A00;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #E54F2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  opacity: 0;
  transform: rotateY(-210deg);
  transform-origin: top center;
  transition: opacity .3s, transform 1.5s;
  z-index: 0;
}

#lvl-nav-1:checked ~ .lvls > div:nth-of-type(1),
#lvl-nav-2:checked ~ .lvls > div:nth-of-type(2),
#lvl-nav-3:checked ~ .lvls > div:nth-of-type(3),
#lvl-nav-4:checked ~ .lvls > div:nth-of-type(4)
{
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}
/*shops styles end*/
/*gallery styles start*/
.content_gallery{
  width: 900px;
  height: 755px;
}

.gallery {
  width: 900px;
  margin: 0;
}

.gallery > input {
  display: none;
}

.gallery > label {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin-left: 83px;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.gallery > label:hover,
.gallery > input:checked + label {
  color: #E54F2D;
  border: 1px solid #E54F2D;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.8);
  -o-box-shadow: 0px 5px 20px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.8);
  transition: color .5s;
}
.gallerys h3 {
  text-transform: capitalize;
  text-align: center;
}
.gallerys {
  clear: both;
  perspective: 5000px;
}
.gallerys li {
  float: left;
}
.gallerys img{
  width: 270px;
  height: 180px;
  margin: 10px 10px; 
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}
.gallerys img:hover{
  border: 1px solid #E54F2D;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
  -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
  transition: box-shadow .2s;
}
.gallerys > div {
  width: 900px;
  position: absolute;
  margin-top: 20px;
  padding: 10px;
  color: #4F0A00;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #E54F2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  opacity: 0;
  transform: rotateY(-210deg);
  transform-origin: top center;
  transition: opacity .3s, transform 1.5s;
  z-index: 0;
}
#gall-nav-1:checked ~ .gallerys > div:nth-of-type(1),
#gall-nav-2:checked ~ .gallerys > div:nth-of-type(2),
#gall-nav-3:checked ~ .gallerys > div:nth-of-type(3),
#gall-nav-4:checked ~ .gallerys > div:nth-of-type(4),
#gall-nav-5:checked ~ .gallerys > div:nth-of-type(5){
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
}
/*gallery styles end*/
/*contacts styles start*/
.content_contacts{
  margin: 0px auto;
  width: 900px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
  overflow: hidden;
}
.content_contacts{
  color: #4F0A00;
  border: 1px solid #fff;
}
.content_contacts h3{
  margin: 20px;
  text-transform: capitalize;
  text-align: center;
}
.map{
  margin: 0 auto;
  margin-bottom: 30px;
  width: 840px;
  height: 300px;
  border: 1px solid #E54F2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}
.conteiner_contacts{
  margin-left: 100px;
  margin-bottom: 30px;
  float: left;
}
.conteiner_contacts1{
  margin-right: 100px;
  margin-bottom: 30px;
  float: right;
}
/*contacts styles end*/
/*footer styles start*/
.footer {
  position: relative;
  margin: 20px auto;
  width: 980px;
  height: 60px;
  color: #4F0A00;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.5)inset;
}
.info{
  margin: 10px;
  margin-left: 20px;
  float: left;
  display: block;
}
.info a{
  text-decoration: none;
  color: #4F0A00;
}
.info a:hover{
  color: #E54F2D;
  transition: color .5s;
}
.copy {
  margin: 20px;
  margin-left: 110px;
  float: left;
}
.copy_fl {
  margin: 20px;
  margin-left: 420px;
  float: left;
}
.you {
  margin-top: 10px;
  margin-right: 17px;
  float: right;
}
.you img{
padding-left: 6px;
}
/*footer styles end*/
