*{
  box-sizing:border-box;
}

html{
  background: url(/img/bg_1920-6.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;    
}

body{
  margin: 0;
  padding: 0;
  text-align: center;
}

#h-line{
  background: black;
  height: 15px;  
  border-bottom: 10px solid #fd008e;
}

#page{
  width: 960px;
  text-align: left;
  margin: 0 auto;
  //border: 1px yellow solid;
  //height: 1000px;
}

#cont{
  //background-color: rgba(34, 34, 34, 0.54902);
}

#cont > .box:first-child{
  overflow: hidden;
}
header{
  text-align: center;
}
header a{
  padding: 0 20px 0 30px;
  background-color: rgba(255, 255, 255, 0.4);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: 'Mr De Haviland', cursive;
  font-size: 75px;
  color: #fd008e;
  margin: 10px;
  transition: background-color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s;
  //text-shadow: 1px 1px white;
}


header a:hover{
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
}

#h-menu ul{
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
  overflow: hidden;
}

#h-menu ul li{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 15px;
}
#h-menu ul li:first-child{
  margin-left: 0;
}

#h-menu ul li a{
  background: #fd008e;
  display: block;
  text-align: center;
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s;
}
#h-menu ul li a:hover{
  background: #000;
  text-decoration: none;
}

#cont-wrapper{
  overflow: hidden;
}

.box{  
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}

#cont{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 690px;
  margin-right: 20px;
}

#right{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 250px;
}

#right .box{
  padding: 10px;
}

h1, h2, h3, h4{
  color: #FD008E;
  font-size: 2em;
  font-weight: normal;
}

footer{
  overflow: hidden;
  margin: 20px 0;
}

#right > *{
  margin-bottom: 20px;
}
#right > *:last-child{
  margin-bottom: 0px;
}

#v-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#v-menu ul li{
  padding: 3px 0;
}
#v-menu ul li:first-child{
  padding-top: 0;
}
#v-menu ul li:last-child{
  padding-bottom: 0;
}
#v-menu ul li a{
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  
  padding: 10px;
  color: #000;
  font-weight: bold;
  border-left: 4px solid #FD008E;
  border-top: 1px solid #FD008E;
  border-bottom: 1px solid #FD008E;
  transition: background-color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s;
}

#v-menu ul li a:hover{
  
  text-decoration: none;
  color: #fff;
  
  background: -moz-linear-gradient(left, rgba(253,0,142,1) 0%, rgba(255,255,255,0.74) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,0,142,1)), color-stop(100%,rgba(255,255,255,0.74))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(253,0,142,1) 0%,rgba(255,255,255,0.74) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(253,0,142,1) 0%,rgba(255,255,255,0.74) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(253,0,142,1) 0%,rgba(255,255,255,0.74) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(253,0,142,1) 0%,rgba(255,255,255,0.74) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd008e', endColorstr='#bdffffff',GradientType=1 ); /* IE6-9 */
}



#slider ul{
  margin: 0;
  padding: 0;
  list-style: none; 
  overflow: hidden;
}
#slider ul li{
  text-align: center;
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.rs_clanky.box{
  margin-top: 10px;
  overflow: hidden;
}

.rs_clanky > a{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  
  width: 180px;
  text-align: center;
  margin-right: 10px;
}

.rs_clanky > div{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  
  width: 460px;
}

.rs_clanky a.name{
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #FD008E;
  margin-bottom: 10px;
}

.imgs{
  margin: 15px 0;
}
.imgs a{
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 20px 17px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 0 15px 15px 0;
}

.imgs a:nth-child(4n){
  margin-right: 0;
}
.paging{
  margin-top: 15px;
}
.paging a{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px;
  min-width: 26px;
  text-align: center;
  color: #FD008E;
}
.paging a:hover{
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}


@media screen and (max-width: 1200px) {
  body{
    text-align: left;
  }
  #page{
    margin-left: 10px;
  }
}

.red{
  color: red;
}