/*---------------------------------------------------------------------------------


  Theme Name: Genaporn

  Text Domain: Genaporn

  Version: 2.06

  Author: Genaporn

  Author URI: https://www.genaporn.com

  Description: GenaPorn

  License: GNU General Public License version 2.0

-----------------------------------------------------------------------------------


/* general reset */

html, body, div, span, object, embed, ruby, output, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,

abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,

small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 

menu, nav, section, summary, time, mark, audio, video { 

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  font-size: 100%;

  vertical-align: baseline;

  background: transparent;

}

     

html { 

  overflow-y: scroll;
  font-size: 16px;

}



/* html 5 reset */             

article, 

aside, 

details, 

figcaption, 

figure, 

footer, 

header, 

hgroup, 

menu, 

nav, 

section { 

  display: block; 

}



/* ul & li resets */

ol, ul { 

  list-style: none; 

}



/* blockquote reset */

blockquote, q { 

  quotes: none; 

}



blockquote:before, 

blockquote:after, 

q:before, 

q:after { 

  content: ''; 

  content: none; 

}





/* link style resets */

a { 
  margin: 0; 
  padding: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  background: transparent;  
 
  

}



a:hover, a:focus, a:active { 
  outline: none; 
  text-decoration: none !important; 
  color: #FF9800 !important; 

}



/* table resets */

table { 

  border-collapse: collapse; 

  border-spacing: 0; 

}



td, 

td img { 

  vertical-align: top; 

} 



/* type & header styles */

body { 
  color: #333;
  background-color: #0a0d0e !important;
  overflow: hidden;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857143; 
}



p { 
  hyphenate: auto;
  hyphenate-before: 2; 
  hyphenate-after: 3; 
  hyphenate-lines: 3; 
  orphans: 4; 
}



select, 

input, 

textarea, 

button { 

  font: 99% sans-serif;

}



body, 

select, 

input, 

textarea {   

  color: #444;

}

/*Custom Scroll bar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track - Color Background Bar*/
::-webkit-scrollbar-track {
  background: #212121; 
}
 
/* Handle - Color Bar */
::-webkit-scrollbar-thumb {
  background: #888888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*End Custom Scroll bar */
/* End Sidenav */

small, 

.small { 

  font-size: 0.75em; 

  letter-spacing: .05em; 

  font-style: italic; 

  line-height: 1.75em;

}



strong, 

th, 

.strong { 

  font-weight: bold;

}



em, 

.em { 

  font-style: italic;

}



ins, 

.ins { 

  background-color: #ff9; 

  color: #000; 

  text-decoration: none; 

}



mark, 

.mark { 

  background-color: #ff9; 

  color: #000; 

  font-style: italic; 

  font-weight: bold; 

}



del, 

.del { 

  text-decoration: line-through; 

}



abbr[title], 

dfn[title] { 

  border-bottom: 1px dotted; 

  cursor:help; 

}



sub { 

  vertical-align: sub; 

  font-size: smaller; 

}



sup { 

  vertical-align: super; 

  font-size: smaller; 

}



/* code & pre box resets */

pre {  

  padding: 15px;  

  white-space: pre;  

  white-space: pre-wrap;  

  white-space: pre-line;  

  word-wrap: break-word; 

}



/* form & input resets */

pre, 

code, 

kbd, 

samp { 

  font-family: monospace, sans-serif; 

  margin: 1.5em; 

}



input, 

select { 

  vertical-align:middle; 

}



textarea { 

  overflow: auto; 

} 



.ie6 legend, 

.ie7 legend { 

  margin-left: -7px; 

} 



input[type="radio"] { 

  vertical-align: text-bottom; 

}



input[type="checkbox"] { 

  vertical-align: bottom; 

}



.ie7 input[type="checkbox"] { 

  vertical-align: baseline; 

}



.ie6 input { 

  vertical-align: text-bottom; 

}



label, 

input[type=button], 

input[type=submit], 

button { 

  cursor: pointer; 

}



button, 

input, 

select, 

textarea { 

  margin: 0; 

}



/* vaidation */

input:valid, 

textarea:valid {  

  

}

input:invalid, 
textarea:invalid { 
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    width: 100%;

}



.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { 
  background-color: #f0dddd; 
}



button { 
  width: auto; 
  overflow: visible; 
}

/* image resets */

.ie7 img, 

.iem7 img { 

  -ms-interpolation-mode: bicubic; 

}

#image-navigation a{
  color: #ffffff;
}



/* hidden elements */

.hidden { 

  display: none; 

  visibility: hidden; 

} 



.visuallyhidden { 

  position: absolute !important; 

  clip: rect(1px 1px 1px 1px);  

  clip: rect(1px, 1px, 1px, 1px); 

}



/* added from 320&Up Project */

div, 

input, 

textarea  { 

  -webkit-box-sizing : border-box; 

  -moz-box-sizing : border-box; 

  -o-box-sizing : border-box; 

  box-sizing : border-box; 

}



/* clearfixes */

.clearfix:after, 

.menu ul:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}


.clearfix { 

    zoom: 1;
    background: #0f1213;    
    position: fixed;
    width: 100%;
    z-index: 10000;
    box-shadow: rgba(0, 0, 0, 0.5) 0 -20px 20px 20px;
}

.formSearch{
    background: #0a0d0e !important;
    border: 1px solid #212121 !important;
}

.bSearch{
    position: relative !important;
    float: right !important;
    padding: 7px 10px !important;
    margin-top: 10px !important;
    margin-right: 15px !important;
    margin-bottom: 8px !important;
    background-color: #171b1d !important;
    background-image: none !important;
    border: 1px solid #212121 !important;
    border-radius: 100% !important;
    color: #eee !important;
}

.bSearch:hover{
  background: #fff;
}

.dropdown-menu{
  background: #000 !important;
}

.trabrand img{
 margin-left: 10px;
 width: 195px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*SideNav */
.partners img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
    

.partners strong{
  font-size: 14px !important;
}

.mHeader{
    font-size: 20px;
    color: #eee;
    font-weight: 500;
    padding: 0px 18px;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    background: #0e1113;
}

.clearfix:after { 

  clear: both; 

}

.container{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.wrapper {  
    padding: 0px 0px;
    transition: all 0.3s ease-out;
    margin-top: 70px;
}


.submenum{    
    padding: 3px;
    padding-bottom: 5px;   
    border: none;
}

.submenum a{
  background: radial-gradient(circle, #23282d, #0a0d0e);
  color: #ffffff;
  border: none;
  border-right: 1px solid #646262;
  font-size: 14px;
}

.partners img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
    

.partners strong{
  font-size: 14px !important;
}


/* Sidenav */
#sidebar-wrapper {
    position: fixed;
    z-index: 1040;
    top: 56px;
    bottom: 0px;
    width: 250px;
    left: -252px;
    background-color: #0f1213;
    transition: left .3s ease;
    overflow-y: auto;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;      
}

#sidebar-wrapper.active {
    left: 0px;
    transition: 0.3s;
}

#lockB.block {
  overflow: hidden;
}

.overgrow {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

.darkenMSearch{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
}

.darkenMSearchIcon{ 
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    font-size: 3.3em;
    color: #ffffffad;
}

.darkenAnimation {
  display: inline-block;
    animation: darkenAnimation .8s infinite;
    transform-origin: center;
}

@keyframes darkenAnimation {
    from { transform: none; }
    50% { transform: scale(1.4); }
    to { transform: none; }
}


.slideIn {
  left: 145px;
  margin-left: -145px; 
  position: fixed;
}

.slideOut {
  left: -250px;
  margin-left: 0;
}

.menunav{
  margin-top: 30px;
  transition: 0.3s; 
}


.menunav a {
    padding: 0 32px;
    text-decoration: none;
    font-size: 17px;
    color: #eeeeee;
    display: block;
    transition: 0.1s;
    cursor: pointer;
    line-height: 38px;
}

.menunav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
    background: #313131;
}

.userDropdownNav{
  background: #141414;
}

.userDropdownNav a{
  padding: 0px 45px;
  font-size: 15px;
  border-top: 1px solid #1f1f1f;
}

.userDropdownNav i{ 
  font-size: 15px !important;  
}

.subMenuNav{
  background: #0a0d0e;
}

.subMenuNav a{
  padding: 0px 61px;
  border-top: 1px solid #1f1f1f;
}

.closebtn {
    border: 0px !important;
    border-radius: 100% !important;
    color: #fff !important;
    font-size: 18px !important;
    width: 35px;
    height: 35px;
    padding: 0px 5px !important;
    margin-left: 5px;  
}

.openBtn{
    border: 0px !important;
    border-radius: 100% !important;
    color: #fff !important;
    font-size: 18px !important;
    width: 40px;
    height: 35px; 
    background: none;         
}

.menuTitle{
    font-size: 1.333em;
    color: #dadada;
    font-weight: 700;
    text-transform: uppercase;
    display: block;    
    padding: 0px 10px 0px 20px;
    margin-bottom: 6px;
}

.menuIcon i{
    font-size: 18px;
    margin-right: 10px;
}


/*Custom Scroll bar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track - Color Background Bar*/
::-webkit-scrollbar-track {
  background: #212121; 
}
 
/* Handle - Color Bar */
::-webkit-scrollbar-thumb {
  background: #888888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*End Custom Scroll bar */
/* End Sidenav */



/* Resolutiom Small devices (tablets)
==========================*/
@media screen and (max-width: 341px){ 
.menu-player{
  padding: 5px 6px !important;
  margin-top: 5px !important;
}

.trabrand img{
  width: 165px;
  margin-top: 8px;
  margin-left: 0px !important;
}

}


/* Medium devices (desktops)
==========================*/

@media (min-width: 992px) {

  /*body {
    overflow-y: scroll;
  }*/

  .logo img {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none;
  }

 .trabrand img{
	width: 155px;
	}

  .wrapper {
    margin-left: 270px;    
  }

  #sidebar-wrapper {
    left: 0px;
    top: 60px;
  } 

  .wrapper__minify {
    margin-left: 50px;
  }

} 

@media (min-width: 1700px) {
   .wrapper{
    padding-left: 90px;
    padding-right: 90px;
    }
}



/*End SideNav */

/******************************************************************

COMMON & REUSABLE STYLES

******************************************************************/



.network{

    background: #23282d;

    border-top: 1px solid #313131;

}



.network li a{

    color: #ffffff;

}



.network li a:hover{

    color: #365899;

}


.li-network{
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 2px !important;
    color: #fd0202;
    font-size: 12px;
}



.navbar-brand{
	    padding: 5px 0px !important;
}

.mbtn{
    width: 35px;
    height: 35px;
    padding: 6px 0px !important;
    border-radius: 100px !important;
    text-align: center !important;
    color: #ddd;
    border: 1px solid #313131 !important;
}

.inf-top{
    color: #888888;
    font-size: 11px;   
}

.wrap-tags{
    border-top: 1px solid #666;
    margin-bottom: 10px;
}

.meta-descripcion{
  display: none;
}


.b-tag li{
    padding: 0px 5px 0px 5px;
    margin-bottom: 5px;
    border: 1px solid #666666;
    font-size: 13px;
    margin-left: 5px;
    text-transform: capitalize;
}



.b-tag a{
  color: #ffffff
}


.b-tag a:hover{
  color: #365899;
}

.mb5{
  margin-bottom: 5px;
}

.pt{
  padding-top: 0px !important;
}

.btn-default:hover{
	background: #1b1d1f !important;
	border-color: #1b1d1f !important;
	color: #FF9800 !important;
}
.sectionWrapper{
  
}

.sectionTitle{
	margin-bottom: 0px;
    padding: 10px;
    color: #FF9800;
    font-weight: 700;
    margin-top: 0px;
    font-size: 22px;
}



.thumb-unit{

	position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    width: 100%;

    text-align: center;

    background: #000;

}



.thumb-post, .video_thumb{
height: 100%;
}



.thumb-post img{

	 width: 100%;

	/*height: 100%;*/

    max-width: 100%;

    max-height: 100%;    

    height: auto;

}



#hd{
    position: absolute;
    color: #FFC107;
    font-size: 15px;
    padding: 0 5px;
    border-radius: 2px;
    z-index: 2;
    right: 5px;
    margin: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    background: #000000b8;  

}

.obli{
    width: 100% !important; 
}

#resolution{
    position: absolute;
    color: #FFC107;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    border-radius: 2px;
    z-index: 2;
    right: 10px;
    margin: 5px;
    font-weight: 700;    
    font-style: italic; 
}

.resolution{
    border: 1px solid #FFC107;
    background-color: #000; 
}



.amount{

	   position: absolute;

    color: #FFF;

    background: rgba(19, 19, 19, 0.76);

    font-size: 12px;

    padding: 1px 7px 1px 5px;

    bottom: 5px;

    border-radius: 2px;

    z-index: 2;

    margin-left: 5px;

}

.preRoll{
    width: 70%;
    height: auto;
    max-height: 130px;    
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 600;
}

.mr-5{

  margin-right: 5px;

}

.mt-10{
  margin-top: 10px;
}

.mb-10{
  margin-bottom: 10px;
}

.pt-10{
	padding-top: 10px;
}



.post-title{
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 2px;
    color: #eee;

}

.post-title:hover{
  color: #FF9800;
}



.post-title a{

   color: #eee;

}


.post-title a:hover{

  color: #FF9800;
  text-decoration: none;

}



.post-data{

    color: #888888;

    font-size: 12px;

}



.header{     
    padding: 5px;
    border-color: #080808;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    line-height: 16px;
    height: 65px;
}

.pornstar img{
	width: 40%;
}



#gallery-1 img{ 

border: 0px solid #8E8E8E !important;

width: 96%;

height: 120%;}

.gallery-item {

float: left !important;

margin-top: 0px !important;

margin-bottom: 10px !important;

text-align: center !important;

width: 25%!important;}



.image-view{

    text-align: center;

    background: #000;

}

.image-view img {    

    max-width: 100%;

    max-height: 100%;

    width: auto;

    height: auto;

}

#contenido-pagina{
  color: #eee;
}

.more-content{

    color: #f00;

    font-size: 12px;

}

.pagination > li:first-child > a{
  color: #999 !important;
    background-color: #0f1213 !important;
}


.footer-g{    
    padding: 10px;
    margin-bottom: 5px; 
    color: #888;  
    text-align: center;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
}



.copyright{

  text-align: center;

  font-size: 12px;

  text-transform: capitalize;

  color: #888;

  margin: 5px;

}



.f-link{

  color: #E91E63;

  margin-bottom: 0px;

}



.f-link li > a{

    color: #eee;

    font-size: 12px;

    margin-right: 5px

}



.f-link li > a:hover{

    color: #365899;

   

}



.ads-footer{     

    border: none;
    padding: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
}



.post-inf{
    padding: 10px;
    background: #0f1213;
    margin-top: 0px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
  }



.post-details{

  margin: 0px;

}



.post-details li{

  margin-bottom: 8px;  

}

.menu-player{
    border-right: 1px solid #888;
    border-radius: 0px;    
    color: #eee;
    font-weight: 700 !important;
    font-size: 14px !important;    
}

.headerPlayer{
    background: #000000;
}

.share{
    margin-top: 5px;
    margin-bottom: 5px;
}


.title-post{
    color: #eee;
    font-size: 22px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.showmoretag {
    cursor: pointer;
    background: #131517 !important;
    border: none!important;
    color: white !important;
    font-weight: bold;

}

.cat-post{
  font-size: 13px;
  color: #eee;
}



.tags {

  border: 1px solid #888;

  padding: 5px;



}



.post-details a {

  color: #FF9800;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 700;
  margin-left: 5px;

}


.post-details a:hover {
  color: #eee !important;
}


.wrapper-report{
    padding: 10px;
    background: #0f1213;
    margin-top: 0px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    color: #eee; 
    border-bottom: 5px solid #0a0d0e;
}


.cursor-link{
  cursor: pointer;
}

.related{
    background: #0f1213;
    border-top: 5px solid #0a0d0e;
}

/*Hidden logo native trafficstars */
.mn-container-adsby__link{
  display: none;
}
/*Hidden logo native trafficstars */

.nav-tabs{
    border-bottom: 2px solid #0a0d0e !important;
    background: #0f1213
}

.nav-tabs > li.active > a{
    color: #FF9800 !important;
    cursor: pointer !important;
    background-color: #0f1213 !important;
    border-bottom-color: transparent !important;
}

.nav-tabs > li > span{
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 10px;
}

.nav > li > a{
    margin-top: 2px !important;
}

.nav-tabs > li > a:hover{
  border-color: #0f1213 !important;
  background: #0f1213 !important;
}

.nav-tabs > li > a:focus{
  border-color: #0f1213 !important;
  background: #0f1213 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{
      border-color: #0f1213 !important;
}

.comment-content{
  padding: 5px; 
  border-bottom: 5px solid #0a0d0e;
}



.avatar-comment img{

  border-radius: 50%;

}


.red{
  color: #eee;
  text-transform: capitalize;
}



.empty-header{
    background-color: #0f1213;
    border-color: #080808;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    padding: 10px;
}



.title-header{

    margin-top: 0px;

    font-size: 24px;

    font-weight: 700;

    color: #666666;

}



.empty-results{

  color: red;

  margin-top: 0px;

}



.empty-content{

    color: #eee;

    font-size: 14px

}



.total-page{

    margin-left: 5px;

    font-size: 17px;

    padding: 8px 15px 8px 15px;

    color: #999999;

    background-color: #0f1213;

    border-color: #080808;

    box-shadow: 0 1px 2px rgba(0,0,0,.1);

    -moz-box-sizing: border-box;

    float: left;

    margin-bottom: 5px;

}



.pagination a{

    margin-left: 5px;
    font-size: 17px;
    padding: 8px 15px 8px 15px;
    color: #eee;
    background-color: #1b1d1f;
    border-color: #0f1213;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    float: left;
    margin-bottom: 5px;
}



.pagination a:hover{

  color: #365899; 
  background: #0f1213;

}



.current{

    margin-left: 5px;

    font-size: 17px;

    padding: 8px 15px 8px 15px;

    color: #ffffff;

    background-color: #ff8c00;

    border-color: #080808;

    box-shadow: 0 1px 2px rgba(0,0,0,.1);

    -moz-box-sizing: border-box;

    float: left;

    margin-bottom: 5px;

}



#comment{

  width: 100%;

}







      /******************************************************************* COMMENT STYLES ******************************************************************/

 #comments {

     padding-top: 2px;
     color: #eee;

}

 #comments-title {

     margin-bottom: 30px;

     font-family: "News Cycle", Arial, Helvetica, sans-serif;

     font-weight: 400;

     text-transform: uppercase;

     color: #97161a;

}

/* h3 comment title */

 #comments span {

}

/* number of comments span */

 .comment-nav {

}

 .comment-nav ul {

}

 .comment-nav ul li {

}

 .commentlist {

}

 body.page-template-full-width-php .commentlist {

}

 .commentlist li.comment {

}

 .commentlist footer.comment-head {

    font-size: 12px;
    padding: 10px;
    background: rgb(10, 13, 14);  

}

 .commentlist li.pingback p {

     font-size: 12px;

}

 .commentlist li.comment article[id*=comment-] {

}

 .commentlist #respond {

     margin-top: 15px;

     margin-left: 0;

     margin-right: 0;

}

 .commentlist #respond label {

     margin-left: 0;

}

 .commentlist #respond #author, .commentlist #respond #email, .commentlist #respond #url, .commentlist #respond #comment {
    color: #000;
    padding: 5px;
}

 .commentlist li[class*=depth-] {

}

 .commentlist li.depth-1 {

  margin-top: 5px;

}

 .commentlist li.depth-2 {

}

 .commentlist li.depth-3 {

}

 .commentlist li.depth-4 {

}

 .commentlist li.depth-5 {

}

 .commentlist li.comment ul.children li {

}

 .commentlist li.comment ul.children li.alt {

}

 .commentlist li.comment ul.children li.byuser {

}

 .commentlist li.comment ul.children li.comment {

}

 .commentlist li.comment ul.children li.depth-1 {

}

/* change number for different depth */

 .commentlist li.comment ul.children li.bypostauthor {

}

 .commentlist li.comment ul.children li.comment-author-admin {

}

 .commentlist li.comment ul.children .alt {

}

 .commentlist li.comment ul.children .odd {

}

 .commentlist li.comment ul.children .even {

}

 .commentlist .alt {

}

 .commentlist .odd {

}

 .commentlist .even {

}

 .commentlist .parent {

}

 .commentlist .comment {

}

 .commentlist .children {

    border-left: 5px solid #666666;

    margin-top: 10px;

    margin-bottom: 10px;

    margin-left: 10px;

}

 .commentlist .pingback {

}

 .commentlist .bypostauthor {

}

 .commentlist .comment-author {

}

 .commentlist .comment-author-admin {

}

 .commentlist .comment-author-admin cite.fn:after {

     content: " (Author)";

     font-size: 0.75em;

     font-weight: normal;

     font-style: italic;

}

 .commentlist .thread-alt {

}

 .commentlist .thread-odd {

}

 .commentlist .thread-even {

}

 .commentlist .vcard {

}

 .commentlist cite.fn {

     font-family: "Archivo Black", "Arial Black", Gadget, sans-serif;

     font-style: normal;

     text-transform: uppercase;

     color: #ff9800;

}

 .commentlist cite.fn a {

     text-decoration: none;

}

 .commentlist time {

     font-style: normal;

     margin-left: -10px;

}

 .commentlist time a:hover {

     text-decoration: underline;

}

 .commentlist .vcard img.photo {

}

 .commentlist .vcard img.avatar {

    border-radius: 800px;

}

 .commentlist cite.fn a.url {

    color: #0094fb;

}

 .commentlist .comment-meta {

}

 .commentlist .comment-meta a {

}

 .commentlist .commentmetadata {

}

 .commentlist .commentmetadata a {

}

 .commentlist li.comment .comment-content {

    font-size: 12px;
    color: #d8d8d8;
    background: #0f1213;
    padding: 10px;

}

 .commentlist li.comment .comment-content p {

     line-height: 1.3em;

     font-size: 14px;

}

 .commentlist li.comment ul {

}

 .commentlist .comment-reply-link, .commentlist .comment-reply-login {

    background: #333;

    color: #FFF;

    text-transform: uppercase;

    padding: 3px 10px;

}

 .commentlist a.comment-reply-link:hover {

    background: #333;
    color: #ccc !important;

}

 .nocomments {

     padding: 15px;

     text-align: center;

}



.comment-date a{

  color: #888888 !important;

}



.form-submit input{

    background: #ff9800;

    color: #fff;

    font-size: 13px;

    border: none;

    padding: 10px;

}



.form-submit input:hover{

  background-color: #de8501;

}

/*Player*/

.kg-video-js-skin .vjs-big-play-button::before{
  font-size: 1.6em !important;
}

.kgvid_wrapper{
  margin: 0px !important;
  }

  .kg-video-js-skin .vjs-control-bar{
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.23) 39%, rgba(0, 0, 0, 0.54) 95%, rgba(0, 0, 0, 0.65) 100%) !important;
  }

  .vjs-res-button{
    display: none !important;
  }

/*End Player*/

/*Agregado reciente*/
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #365899 !important;
    background-color: transparent;
    
}

.navbar-inverse{
  background: #000 !important;    
}

#loading-img{
	display: none; 
	position: absolute; 
	top: 0; right: 0;
	bottom: 0; 
	z-index: 999999;
}
/*.progressbar{background:#FFC107;left:0;position:absolute;bottom:0;height:3px;width:0%;z-index:2;}
@keyframes progress_play{0%{width:0;}
100%{width:100%;}
}*/

..progressbar{
  display: none;
}

.video_thumb{display:none;}

.resolution_label{
  background-color: #00000063;
  border: solid 1px #FFC107;
  font-size: 10px !important;
  padding: 1px 3px !important; 
}

/* Javascritpt Alert*/
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert {
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert {
  animation: hideSweetAlert 0.3s;
}
.hideSweetAlert[data-animation=none] {
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.3s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1040;
}
.sweet-alert {
  background-color: #ffffff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }


}
.sweet-alert .form-group {
  display: none;
}
.sweet-alert .form-group .sa-input-error {
  display: none;
}
.sweet-alert.show-input .form-group {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -9px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #d43f3a;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #eea236;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #46b8da;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #4cae4c;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #ffffff;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.sweet-alert h2{
    color: red;
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.sweet-alert p{
  font-size: 16px;
  color: #313131;
}

.sweet-alert .btn-default:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
}
.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
}
.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
}
.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
/* Javascritpt Alert*/
.theme{
  padding: 6px;    
}

#btn-dark-theme{
    border: none !important;
    border-radius: 50% !important;
    height: 35px;
    width: 35px;
    padding: 0px !important;  
    right: 10px;
    background: none;
    color: #000;}
#btn-light-theme{
    border: none !important;
    border-radius: 50% !important;
    height: 35px;
    width: 35px;
    padding: 0px !important;    
    right: 10px;
    background: none;
    color: #eee;}

.bctheme{
    border: none !important;
    border-radius: 50% !important;
    height: 35px;
    width: 35px;
    padding: 0px !important;    
    right: 10px;
}

.liked{color: red;}
    
.countlike{color: #888;}