
body {
  background-color:rgb(237,237,237);
}
.headline {
  display:block;
  margin:5px 7px;
}
.headline:after {
  display:block;
  content:'';
    float:none;
  clear:both;
}
h1, h2, h3 {
  display:block;
  font-weight:bold;
  color:rgb(255,255,255);
  font-size:24px;
  float:left;
  text-transform:uppercase;
  margin:0;
  padding:5px 20px;
background-color:rgb(203,65,159);
  border-radius:5px;
}

.sort {
  display:block;
  float:right;
  background-color: rgb(20,20,20);
border-radius: 5px;
  border:4px solid rgb(60,60,60);
  box-shadow:inset 1px 1px 3px rgba(0,0,0,0.3);
  line-height:2;
  padding:0 0 0 10px;
  color:rgb(240,240,240);

}
.sort a {
  display:inline-block;
  vertical-align:middle;
  padding:0 10px;
 box-sizing: border-box;
color:rgb(255,255,255);
  margin:0 -2px 1px -2px;
    background-color:rgb(60,60,60);

}
.sort a:last-child {
  border-radius:0 3px 3px 0;
  margin:0 1px 1px -2px
}
.sort a:first-child {
  border-radius: 3px 0 0 3px;
  margin:0 -2px 1px 10px;
  
    
}
.sort a:hover, .sort a.current{
  background-color:rgb(222,51,85);

}
header {
  display:block;
padding:10px
}
header .box {
  padding:0 7px;
}
header:after {
  content:'';
  display:block;
  float:none;
  clear:both;
}
.box {
  display:block;
  max-width: 1552px;
  margin:0 auto;
}

.logo {
  display:block;
  float:left;
  width:300px;
  height:48px;
  text-align:left;
    margin:0 20px 0 0;
	 }
.logo img {
	width:100%;
	max-width:300px;
	max-height:48px;
}

.navmenu {
  display:inline-block;
font-size:0;
  vertical-align:top;
  margin:0 0 0 20px;
  padding:0;
  float:right;
  background-color:#3C3C3C;
  border-radius:5px;
}

.navmenu li {
  display:inline-block;
  vertical-align:top;
}
.navmenu li:last-child {

}
.navmenu li:hover {
}
.navmenu a {
  display:block;
  font-size:17px;
  color:rgb(255,255,255);
  text-transform:capitalize;
      line-height:40px;
padding:0 20px;  
  margin:4px;
  border-radius:5px;

}

.navmenu a:hover,
.navmenu a.active{
  background-color:rgb(222,51,85);
  box-shadow:inset 1px 1px 3px rgba(255,255,255,0.2);
  color: rgb(255,255,255);
}
.navmenu a:hover {
  background-color: rgb(222,51,85);
}

.search_form {
  margin: 0 auto;
overflow: hidden;
  background-color: #3C3C3C;
  height:48px;
  border-radius:5px;
  padding:4px;
  box-sizing: border-box;
  
  
}

.search_form input[type="submit"] {
  float:right;
  border-radius:5px;
  border:0 none;
  height:40px;
  width:70px;
  background-color:rgb(203,65,159);
  color:rgb(255,255,255);
cursor:pointer;
    font-size:15px;
        text-shadow:1px 1px 1px rgba(0,0,0,0.33);

}
.search_form input[type="submit"]:hover {
background-color: #3C3C3C;


}

.search_form input[type="text"] {
  padding: 0 0 0 14px;
overflow: hidden;
  width:85%;
  width:calc(100% - 75px);
  height:40px;
  color:rgb(255,255,255);
  border:0 none;
  background:transparent;
    outline:none;
  box-shadow:inset 1px 1px 3px rgba(0,0,0,0.3);
  border-radius:5px;
    font-size:15px;
}
.drop_box {
   display:block;
  height:0;
  overflow:hidden;
  position:absolute;
    background-color:#203A6D;
  left:0;
  right:0;
  z-index:999;
       -webkit-transition: height 0.83s;
   -moz-transition: height 0.83s;
   -o-transition: height 0.83s;
   -ms-transition: height 0.83s;
   transition: height 0.83s;
  text-align:center;
}

.navmenu li:hover .drop_box {
height:135px;
     -webkit-transition: height 0.83s;
   -moz-transition: height 0.83s;
   -o-transition: height 0.83s;
   -ms-transition: height 0.83s;
   transition: height 0.83s;

}
.navmenu li:hover .drop_sorted {
height:165px;
     -webkit-transition: height 0.83s;
   -moz-transition: height 0.83s;
   -o-transition: height 0.83s;
   -ms-transition: height 0.83s;
   transition: height 0.83s;

}

.drop_sorted {
   display:block;
  height:0;
  overflow:hidden;
  position:absolute;
    background-color:#203A6D;
text-align:left;
  z-index:999;
       -webkit-transition: height 0.83s;
   -moz-transition: height 0.83s;
   -o-transition: height 0.83s;
   -ms-transition: height 0.83s;
   transition: height 0.83s;
  text-align:center;
}
.drop_sorted a {
  text-align:left;
}
.drop_sorted a:hover {
  background-color:#345AAA
}
.menu_drop_item {
 display:inline-block;
  width:128px;
margin:20px 0 0 0;
}
.navmenu .menu_drop_item a {
  line-height:1;
  padding:0;
  
}

.navmenu .menu_drop_item a:before {
  display:none;
}


.promo {
  text-align:center;
  border-radius:5px;
  color:#3C3C3C;
  opacity:0.7;
    padding:7px
}

footer {
  display:block;
  text-align:center;
  padding:5px 0;
  color:rgb(255,255,255);
  background-color:#3C3C3C;
  margin:30px 0 0 0;
}
article {
  min-height:700px;
}
nav {
  display:block;
  text-align:center;
  padding:20px 0;
  float:none;
  clear:both;
  height:auto;
  overflow:hidden;
}

nav a {
  display:inline-block;
  vertical-align:middle;
  margin:2px;
  font-size:24px;
 line-height:2;
  padding:0 20px;
  color:rgb(255,255,255);
  box-shadow: 3px 3px 5px -3px rgb(203,65,159);
  border-radius:5px;
background-color: #3C3C3C;
}
nav a:hover {
  background-color: rgb(203,65,159);
  color:rgb(255,255,255);
}

nav a.num-active {
  background-color:rgb(203,65,159);
  color:rgb(255,255,255);
}

.bottom_banner {
  display:block;
  height:auto;
  overflow:hidden;
  text-align:center;
  padding:20px 0;
}
.spot {
  display:inline-block;
  vertical-align:top;
  padding:1px;
  background-color:rgba(255,255,255,0.1)
}

.container {
display:block;
height:auto;
float:center;
overflow:hidden;
opacity:0;
}

.grid li a {
	background-color:#3C3C3C;
}
.grid li a:hover {

}
.gallery_title {
  padding:5px 10px;
  display:block;
  color:rgb(240,240,240);
  font-size:17px;
  text-transform: capitalize;
background-color: #3C3C3C;
}

.grid li.thumb_item:hover a:hover ~ .gallery_title {
background-color: rgb(222,51,85);
}
.grid li.grid_item:hover a:hover ~ .gallery_title {
background-color:rgb(222,51,85);
}


.thumb_cat {
  display:block;
  height:auto;
  overflow:hidden;
	background-color:#3C3C3C;
  padding:0 5px 5px 5px;
  font-size:13px;
}
.grid li .thumb_cat a , .thumb_cat i {
  display:inline-block;
vertical-align:middle;
  text-transform:capitalize;
  font-style:normal;
  color: rgb(160,160,160);

}


.grid li .thumb_cat a:hover {
  color:rgb(222,51,85);
  text-decoration:underline;
}
.grid li .thumb_cat i:after {
  content:',';
    margin:0 5px 0 0
}
.grid li .thumb_cat i:last-child:after {
  content:'';
}
.categories_lister .gallery_title {
	font-size:22px;
}
.grid li a:hover .gallery_title{

  	background-color:rgb(222,51,85);
}

.grid li .gallery_cs {
  display:block;
  height:auto;
  text-align:right;
  	background-color:#3C3C3C;
}
.grid li .gallery_cs a {
  display:inline-block;
  font-size:12px;
  background-color:rgb(222,51,85);
  color:rgb(255,255,255);
  padding:0 10px;
  text-transform: capitalize;
  font-style:normal;
}
.grid li .gallery_cs a:hover {
  background-color: rgb(240,240,240);
  color: #3C3C3C;
}

.gallery_info {
  display:block;
  position:absolute;
  top:5px;
  right:3px;
 line-height: 1.8;
  background-color:#3C3C3C;
  padding:0 10px;
  border-radius:5px;
  color:rgb(240,240,240);
  opacity: 0.7
}
.gallery_info.thumb_rating {
  left:3px;
  right:auto;
}
.video_page {
  display:block;
  height:auto;
  overflow:hidden;
  max-width:1240px;
  margin:0 auto;
}

.banner {display:block;text-align:center;
padding:30px 0;}
.rightbar div {
     display:inline-block;
     vertical-align:top;
     width:300px;
     height:auto;
     min-height:225px;

     margin:0 0 2px 0;
}


.rightbar {
     display:block;
     float:right;
     width:308px;
     margin-bottom:4px;
  margin:0 0 0 10px 
}
.rightbar .banner {
    padding:0;
     text-align:right;
     padding: 0 3px;
     box-sizing:border-box;
}
.video{
     float:left;
     width:100%;
     max-width:1005px;
     width:calc(100% - 320px);
       font-size:22px;
     margin:0 0 0 2px;
  color:rgb(140,140,140);
  background-color:#3C3C3C;
  border:4px solid rgb(60,60,60);
  border-radius:5px;
  padding:10px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
}
.player {
  margin:-10px;
}
.video iframe {
     width:100%;
     height:555px;
          margin-bottom:10px;
}

.video span {
     background-color:rgb(255,255,255);
     color: rgb(240,240,240);
     padding:0 10px;
  border-radius:5px;
   
}
.video .added {
     float:right;
  margin:0 0 0 10px;

}

.video .duration {
     float:right;
}

.hidden {
  display:none;
}

.rating_thanks {
  display:none;
  text-align:center;
border-radius: 3px;
background-color: #000;
color: rgb(255,255,255);
font-size: 12px;
padding: 0 10px;
height: 35px;
line-height: 35px;
min-width: 160px;
}
.rating_thanks.open {
  display:block;
}

.rating_container span {
  background-color:transparent;
} 

.show_report {
display:block;
  float:right;
  width:32px;
  height:32px;
  background-image:url(/images/icon_report.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-color: rgb(255,255,255);
  border-radius:5px;
  margin:-2px 0 0 10px;
  cursor:pointer;
}

.popup_holder {
  display:none;
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:rgba(0,0,0,0.75);
  text-align:center;
}
.popup_holder.open {
  display:block;
}
.popup_holder:before {
  content:'';
  display:inline-block;
  width:1px;
  height:100%;
  vertical-align:middle;
  
}


.report_form {
  display:inline-block;
  width:300px;
  height:auto;
  vertical-align:middle;
  background-color:#2a2b2f;;
  padding:10px;
  border-radius:5px;
  text-align:left;
  font-size:12px;
  position:relative;
  border:3px solid #000;
}
.report_form select {
  width:100%;
  border:0 none;
  padding:10px;
}

.report_form input[type="submit"] {
  float:right;
  margin:10px 0 ;
  border:0 none;
  color:rgb(255,255,255);
  background-color:#f4385b;
  padding:5px 10px;
  border-radius: 5px;
  cursor:pointer;
}

.close_form {
  display:block;
  position:absolute;
  width:32px;
  height:32px;
  cursor:pointer;
  border:3px solid #000;
  border-radius:50%;
    background-color:#2a2b2f;
  background-image:url(/images/icon_close.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-size: 24px;
  right:-16px;
  top:-16px;
  
}

.thanks {
  display:block;
  float:none;
  clear:both;
  text-align:center;
opacity:0;
  font-size:0;
}
.thanks.open {
    background-color:#a4ffad;
  color:#000;
  border-radius:5px;
  line-height:2;
  font-size:15px;
  opacity:1;
     -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transition: all 0.3s;

}
.video .cats {
     display:block;
     clear:both;
     padding:15px 0;
     overflow:hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}


.video .cats a {
     background-color:rgb(203,65,159);
     padding:0 5px;
  color:rgb(255,255,255);
  border-radius:5px;
  margin:2px;
}
.video .cats a:after {

}

.video .cats a:last-child:after {

}

.video .cats a:hover {
         background-color:rgb(222,51,85);

}


.gotosite {
     display:block;
     text-align:center;
   color:rgb(255,255,255);
         border-radius:5px;
     line-height:2.5;
     font-size:22px;
background-color:rgb(222,51,85);
     text-transform:uppercase;
margin: 20px 0 10px 0;
}
.gotosite:hover {
background-color:rgb(203,65,159);
  color:rgb(222,51,85);
}

.az-categories {
  display:block;
  height:auto;
  overflow:hidden;
  font-size:0;
}
.az-categories ul {
  display:inline-block;
  vertical-align:top;
 width:20%;
  box-sizing: border-box;
  padding:0 7px;
    font-size:15px;
}
.az-categories li {
  display:block;
list-style: none;
  text-transform:capitalize;
  background-color:#3C3C3C;
  line-height:2;
  margin:2px 0;
  border-radius:5px;
  padding:0 10px;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
.az-categories li.letter {
  background-color:rgb(203,65,159) !important;
  color:rgb(222,51,85) !important;
  font-size:120%;
  font-weight:bold;
}

.az-categories a {
  display:block;
  text-transform:capitalize;
  font-size:120%;
  color:rgb(255,255,255);
  position:relative;
  padding:0 50px 0 0;
}

.az-categories a span {
  display:block;
  position:absolute;
  right:5px;
  top:7px;
  font-size:70%;
  opacity:0.7;

}
.az-categories li:hover {
  background-color:rgb(222,51,85);
}
.az-categories a:hover { color: rgb(255,255,255); }

.tag-alpfa {
  display:block;
  text-align:center;
  padding:5px;
}
.tag-alpfa a {
  display:inline-block;
  vertical-align:middle;
  line-height:2;
width:32px;
  margin:2px;
  background-color:#3C3C3C;
  color:rgb(240,240,240);
  border-radius:3px;
  font-size:120%;
}
.tag-alpfa a:hover, .tag-alpfa a.selected {
 background-color: rgb(222,51,85);
 color: rgb(255,255,255);
}

.tag_cloud {
  display:block;
  height:auto;
  overflow:hidden;
}
.tag_cloud a {
  display:inline-block;
  vertical-align:middle;
  text-transform: capitalize;
  margin:0 5px;
}
.tag_cloud a:hover {
	  color:rgb(203,65,159);
  text-decoration:underline;
}
.tag_cloud a.size2 {
  font-size:120%;
  font-weight:bold;
}
.tag_cloud a.size3 {
  font-size:130%;
 color:rgb(203,65,159);
}
.tag_cloud a.size4 {
  font-size:150%;
 color:#3C3C3C;
}
.tag_cloud a.size5 {
  font-size:150%;
font-weight:bold;
}

.on-section {
  text-align:center;
}

.on-section a {
  display:inline-block;
list-style: none;
  background-color:#3C3C3C;
  line-height:2;
  margin:2px 0;
  border-radius:5px;
  padding:0 10px;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  font-size:15px;
  width:135px;
  margin:3px;
    text-align:left;
}
.on-section a:hover {
    background-color:rgb(222,51,85);
}


.flash {
	position:relative;
}

.banner_in_player {
	display:block;
	position:absolute;
	top:0;
	left:-10px;
	right:-10px;
	bottom:0;
	text-align:center;
	background-color:rgba(0,0,0,0.5);
   
}
.banner_in_player.hidden {
	display:none;
}
.banner_in_player:before {
	display:inline-block;
	width:0px;
	height:100%;
		vertical-align:middle;
	content:'';
  overflow:hidden;
  /*! border:1px solid red; */
}

.two_banner {
		display:inline-block;
	vertical-align:middle;
	background-color: rgb(55,55,55);
	padding:10px;
	border-radius:3px;
	position:relative;
	
}
.two_banner.hidden {
	display:none;
}
.two_banner .close {
	display:block;
	position:absolute;
	width:32px;
	height:32px;
	background-color: rgb(5,5,5);
	border:1px solid #000;
	border-radius:3px;
	background-image:url(/images/icon_close.png);
	right:-16px;
	top:-16px;
		cursor:pointer;
}

.two_banner .spot {
	display:inline-block;
	width:300px;
	height:250px;
}

.kt-api-btn-start {
	display:block;
	width:300px;
	margin:10px auto 0;
background-color: rgb(203,65,159);
	line-height:2;
	border-radius:3px;
	cursor:pointer;
	
}

@media all and (max-width:1572px) {
.box {
  display:block;
  width:1358px;
  margin:0 auto;
}
}

@media all and (max-width:1378px) {
.box {
  display:block;
  width:1164px;
  margin:0 auto;
}

}

@media all and (max-width:1280px) {
  /* .grid li {
    display: block;
    padding: 7px;
    width: 20%;
    opacity: 0;
}*/
  .grid li {
    display: block;
    float: left;
    padding: 7px;
    width: 194px;
    

}
}

@media all and (max-width:1280px) {
.box {
  display:block;
  margin:0 auto;
}
  .two_banner .spot.last {
    display:none;
  }

  .banner_in_player {
	bottom:0;
  
}

  .show_report, .video .added, .video .duration {
    display:inline-block;
    float:none;
margin-left:30px;
    vertical-align:middle;
  }
  .video {
    text-align:center;
    }
}

@media all and (max-width:1184px) {
.box {
  display:block;
  width:970px;
  margin:0 auto;
}

}

@media all and (max-width:1110px) {
  header {
    text-align:right;
  }
  .logo {
    width:260px;
  }
}


@media all and (max-width:1024px) {
/*  .grid li {
    width: 25%;
} */
  header .box {
    padding: 0 50px 0 7px;
}
  .navmenu {
  display:block;
    position:absolute;
    width:50px;
    height:50px;
    overflow:hidden;
    right:0;
    top:8px;
    background-color: rgb(222,51,85);
    z-index:999;
  }
  .navmenu:before {
    display:block;
    content:'';
       width:50px;
    height:54px;
    background-image:url(/images/icon_menu.png);
    background-position:center -2px;
    background-repeat:no-repeat;
    background-size:52px;
    cursor:pointer;
  }
  .navmenu.open:before {
     background-image:url(/images/icon_close.png);
     float:right;
  }
  .navmenu.open {
    width:160px;
    height:auto;
    
  } 
  .navmenu li {
    display:block;
    width:100%;
    border:0 none;
    border-bottom:1px solid rgba(0,0,0,0.1);
    float:none;
    clear:both;
    text-align:left;
  }
  .navmenu a {
    display:block;
  }
  
  .drop_box, .drop_sorted {
    display:none !important;
  }
}
@media all and (max-width:1000px) {
	.video {
		display:block;
		float:none;
		width:100%;
    width:calc(100% - 20px);
    margin:0 auto;
    
}
  .rightbar {
    display: block;
    float: right;
    width: 100%;
  text-align:center;
    padding:10px 0;
}
}

@media all and (max-width:990px) {
.box {
  display:block;
  width:776px;
  margin:0 auto;
}

}

@media all and (max-width:960px) {
  .gallery {
    padding:10px;
  }
  .gif_image, .gif_desr {
    display:block;
    padding:0;
}
  .gif_image {
    text-align:center;
  }
  
    .gif_image img {
    max-width:100%;
      height:auto;
  }
}

@media all and (max-width:920px) {
.box {
  display:block;
  margin:0 auto;
}
  
  .rightbar div:last-child {
display:none;
}
    .video .added {
    margin:10px 0;
  }
    .video .cats {
    width:100%;
    height:auto;
    text-overflow:auto;
    white-space: normal;
}
  .video .cats a {
    margin:5px;
  }
      .az-categories li {
    display: inline-block;
}
    .az-categories li.letter, .az-categories ul {
    display:block;
      width:100%;
}
   .full-gal-title h1 { height: 30px; line-height: 30px; padding: 0 10px; overflow: hidden; font-size: 18px; }
}

@media all and (max-width:776px) {
.box {
  display:block;
  width:582px;
  margin:0 auto;
}

}

@media all and (max-width:767px) {
  .headline {
  margin:0;  
  }
  h1, h2 {
float:none;
   margin:0;
    margin-bottom:10px;
}
 
}

@media all and (max-width:700px) {
  .banner_in_player {
   }
  .two_banner .spot.last {
    display:none;
  }
  .two_banner {
    padding: 0px;

}
  .two_banner .close {
  display:none;
}
  
  
		    nav a, .scj_dots {display:none;}
  nav a:first-child,  nav a.next, nav a.prev, nav a.num-active {
    display:inline-block;
  }
    .az-categories li {
    display: inline-block;
}
    .az-categories li.letter, .az-categories ul {
    display:block;
      width:100%;
}
  
}

@media all and (max-width:640px) {
  header {
    padding:10px;
  }
    .search_form {
    display:block;
    width:100%;
    margin: 10px auto 10px auto;
   
}
    header .box {
    padding:0 ;
}
  .logo {
    margin-bottom:10px;
  }
  .navmenu {
    right: 10px;
    top: 8px;
}
  .headline {
    margin: 0 10px;
}
  

  .video iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}
.tag_cloud {
	padding:10px;
	text-align:justify;
}
  .banner_in_player {
	bottom:0;
  
}
}
@media all and (max-width:582px) {
.box {
  display:block;
  width:388px;
  margin:0 auto;
}
  .rightbar div:first-child {
 display:none;
}
  .banner_in_player::before {
  display:none;
}
  .video iframe {
    width: 100%;
    height: 330px;
    margin-bottom: 10px;
}
  .banner_in_player {
    left:-15px;
}
  .grid {

   float:center;
}
.full-gal-title h1 { height: 30px; line-height: 30px; padding: 0 10px; overflow: hidden; font-size: 16px; }
}
@media all and (max-width:480px) {
/*  .grid li {
    width: 50%;

}
*/
  .banner_in_player {
    	bottom:0;
}
}
}


@media all and (max-width:320px) {
/*  .grid li {
    width: 100%;
}*/
}

#totop{
display:none;
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 1000;
    background-color: rgb(203,65,159);
    border-radius:5px;
    cursor:pointer;
  width:32px;
  height:32px;
  opacity:0.7;
  background-image:url(/images/totop.png);
  background-position:center center;
  background-repeat:no-repeat;
}

#totop i {
color:rgb(243,224,88);
    font-size:180%;
}



.gallery_title {
    float: none;
    display: block;
    border-radius: 0 !important;   
}

.main-searches-list { overflow: hidden; text-align: center; }
.main-searches-list ul { padding: 0; margin: 14px 0 0 0; }
.main-searches-list li { display: inline-block; vertical-align: top; margin: 6px 3px 0 3px; list-style-type: none; }
.main-searches-list li a { background-color: #3C3C3C; color: rgb(243,224,88); display: block; border-radius: 4px; height: 35px; line-height: 35px; font-size: 16px; padding: 0 12px; }
.main-searches-list li a:hover { background-color: rgb(222,51,85); color: rgb(243,224,88); }

.full-gal-box { background-color: #3C3C3C; color: rgb(243,224,88); overflow: hidden; border-radius: 4px; margin: 10px auto 0 auto; width: 98%; max-width: 1000px; padding-bottom: 10px; }
.full-gal-title h1 { margin: 0; float: none; border-radius: 0; }
.full-gal { padding: 10px; }
.full-gal img { max-width: 100%; margin: 0 auto; display: block; }
.full-gal-info { overflow: hidden; text-align: center; font-size: 0; width: 300px; margin: 0 auto; }
.rating_container { float: left; overflow: hidden; margin: 10px 10px 0 10px; }
.rating_container ul { margin: 0; padding: 0; }
.rating_container li { float: left; margin: 0 4px 0 0; list-style-type: none; height: 35px; line-height: 35px; font-size: 12px; }
.rating_container li a, .rating_container li span { display: block; border-radius: 4px; height: 35px; line-height: 35px; }
.rating_container li a img { height: 25px; margin: 5px 10px; }
.rating_container li span { background-color: #000000; padding: 0 12px; }
.rating_container li.like a { background-color: rgb(20,180,60); cursor: pointer; }
.rating_container li.like a:hover { background-color: rgb(40,200,80); }
.rating_container li.dislike a { background-color: rgb(207,54,54); cursor: pointer; }
.rating_container li.dislike a:hover { background-color: rgb(222,51,85); }
.full-gal-views { background-color: #000000; padding: 0 12px; float: right; border-radius: 4px; margin: 10px 10px 0 10px; height: 35px; line-height: 35px; font-size: 12px; }
.full-gal-views span { color: rgb(243,224,88); }

.full-gal-spon { overflow: hidden; padding: 10px 10px 0 10px; text-align: center; font-size: 0; }
.full-gal-spon a { background-color: #000000; color: rgb(243,224,88); border-radius: 4px; display: inline-block; vertical-align: top; font-size: 18px; text-transform: uppercase; padding: 15px; }
.full-gal-spon a:hover { background-color: rgb(222,51,85); }

.full-gal-desc { color: rgb(160,160,160); margin-top: 10px; border-top: 1px solid rgb(100,100,100); overflow: hidden; padding: 0 10px; text-align: justify; font-size: 14px; }
.full-gal-desc a { color: rgb(243,224,88); text-decoration: underline; }
.full-gal-desc a:hover { text-decoration: none; }
.full-gal-desc p { margin: 10px 0 0 0; padding: 0; }

.container-list { opacity: 1 !important; }
.headline-anot { margin-top: 40px; }

nav a.ne-pre { display: inline-block !important; }