body {
 background-color: #000000;
 font-size: 1.6w;
 scrollbar-face-color: black;
 scrollbar-arrow-color: black;
 scrollbar-highlight-color: white;
 scrollbar-base-color: white;
 scrollbar-track-color: white;
 scrollbar-shadow-color: #ffcc00;
 scrollbar-darkshadow-color: #ffcc00;
 scrollbar-3dlight-color: #ffcc00;
}

a {
  color: black;
  font-style: normal;
  font-weight: 900;
  padding: 2px;
  text-decoration: none;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
    a {
      font-size: 2.6vw;
    }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    a {
        font-size: 3.9vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    a {
       font-size: 4.5vw;
    }
}

a:hover {
  background-color: none;
}

a:active {
  background-color: none;
}

a:visited {
  background-color: none;
}

/* classes link style gold under embedded videos link */
a.gold {
  color: black;
  font-style: normal;
  font-family: Oswald;
  font-weight: 900;
  padding: 10px 10px;
  background-color: #ffcc00;
  text-decoration: none;
  cursor: pointer
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
    a.gold {
      font-size: 3.1vw;
    }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    a.gold {
        font-size: 2.9vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    a.gold {
       font-size: 2.7vw;
    }
}


a.gold:hover {
  color: black;
  background-color: white;
}

a.gold:active {
  color: black;
  background-color: white;
}

a:visited {
  color: black;
  background-color: #ffcc00;
}

h1 {
  max-width:96%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald"; 
  color: #ffcc00; 
  font-style: normal;
  font-weight: 900;
  margin: 0 0 0;
  padding: 10px 30px;
  border: 0px solid #FFA500;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #828282;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
    h1 {
        font-size: 5.7vw;
    }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    h1 {
        font-size: 5.7vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    h1 {
        font-size: 5.1vw;
    }
}

h2 {
  max-width:96%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arial"; 
  color: #ffffff; 
  font-style: oblique;
  font-weight: 700;
  margin: 0 0 0;
  padding: 20px 30px;
  border: 0px solid #FFA500;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #828282;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
    h2 {
        font-size: 2.8vw;
    }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    h2 {
        font-size: 2.8vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    h2 {
        font-size: 4.5vw;
    }
}

h3 {
  max-width:96%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald"; 
  color: #ffcc00; 
  font-style: oblique;
  font-weight: 900;
  margin: 0 0 0;
  padding: 20px 30px;
  border: 0px solid #FFA500;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #828282;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  h3 {
    font-size: 3.0vw;
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    h3 {
        font-size: 3.0vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
  h3 {
    font-size: 5.2vw;
  }
}

img {
  border: 0px solid #ddd;
  border-radius: 0px;
  padding: 2px;
}

.scrollable-element {
  scrollbar-color: black gold;
}

.white {
  max-width:96%;
  font-family: "Arial"; 
  color: #ffffff; 
  font-style: normal;
  font-weight: 700;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  .white {
     font-size: 1.8vw;
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    .white {
       font-size: 2.4vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    .white {
       font-size: 3.8vw;
    }
}

.white2 {
  max-width:96%;
  font-family: "Arial"; 
  color: #ffffff; 
  font-style: italic;
  text-align: justify;
  font-weight: 700;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  .white2 {
     font-size: 1.8vw;
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    .white2 {
       font-size: 2.5vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
    .white2 {
       font-size: 3.9vw;
    }
}

.white3 {
  max-width:96%;
  display: inline;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald"; 
  color: #ffffff; 
  font-style: oblique;
  font-weight: 900;
  margin: 0 0 0;
  padding: 20px 30px;
  border: 0px solid #FFA500;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #828282;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  .white3 {
    font-size: 3.0vw;
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    .white3 {
        font-size: 3.0vw;
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
  .white3 {
    font-size: 5.2vw;
  }
}


.responsive {
  width: 100%;
  max-width: 900px;
  height: auto;
}


/* Four thumbs wide grid */
#rig {
    max-width:96%;
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
    background-color:#000;
}
#rig li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:25%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}
        
/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
    box-shadow:0 0 2px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
    padding:5px;
}
        
/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig li:hover .rig-img {
    transform:scale(1.01);
}
        
/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #393939 url(https://www.shemalesexstar.com/shemalestars/link.png) no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}
#rig li:hover .rig-overlay {
    opacity:0.8;
}

/* If have captions */
.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:22px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    font-weight:normal!important;
    top:40%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}

@media (max-width: 900px) {
    #rig li {
        width:25%;
    }
}

@media (max-width: 700px) {
    #rig li {
        width:33.33%;
    }
}

@media (max-width: 550px) {
    #rig li {
        width:50%;
    }
}


/* Add links blocks */
.btn-group button {
  background-color: #FFCC00; /* Gold background */
  border:4px solid #000000; /* Black border */
  color: black; /* Black text */
  font-family:Oswald;
  font-weight: 900;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #FFFFFF;
}


/* The embed container */
.video-embed {
  position: relative;
  max-width: 88%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9, calculated as 9÷16 */
}

/* The embedded iframe */
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Three thumbs wide grid */
#three {
    max-width:96%;
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
    background-color:#000;
}
#three li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:33%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}
        
/* The wrapper for each item */
.three-cell {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
    padding:6px;
}
        
/* If have the image layer */
.three-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#three li:hover .three-img {
    transform:scale(1.01);
}
        
/* If have the overlay layer */
.three-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #393939 url(https://www.shemalesexstar.com/shemalestars/link.png) no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}
#three li:hover .three-overlay {
    opacity:0.8;
}

/* If have captions */
.three-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:22px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    font-weight:normal!important;
    top:40%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
#three li:hover .three-text {
    transform:translateY(0px);
    opacity:0.9;
}

@media (max-width: 900px) {
    #three li {
        width:33%;
    }
}

@media (max-width: 700px) {
    #three li {
        width:33%;
    }
}

@media (max-width: 450px) {
    #three li {
        width:98%;
    }
}


#hovermenu { 
      text-align:center; 
      padding:30px 8px; 
}

#cssmenu
{
    width:auto;
    display:block;
    text-align:center;
    font-family:Oswald;
    line-height:1.2;
}
#cssmenu ul
{
    width:auto;
    display:block;
    font-size:0;
    text-align:center;
    color:#EEEEEE;
    background-color: #333333;
    border: transparent;
    margin:0; 
    padding:0;
    list-style:none;
    position:relative;
    z-index:999999990;
    border-radius: 3px;
} 

#cssmenu li
{
    display:inline-block;
    position:relative;    
    font-size:0; 
    margin:0;
    padding:0;
}

/*Top level items
---------------------------------------*/

#cssmenu >ul>li>span, #cssmenu >ul>li>a 
{   
    font-size:17px;
    color:inherit;
    text-decoration:none;
    padding:14px 20px; 
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;   
    display:block;   
    position:relative;
    transition:all 0.3s;
}
#cssmenu li:hover > span, #cssmenu li:hover > a
{  
    color:#000000;
    background-color:#ffcc00;
}

/*Sub level items
---------------------------------------*/
#cssmenu .dropdown
{
    text-align:left;
    left:0;
    font-family:Helvetica, Arial, sans-serif;
    color: #333333;
    background-color:#F3F3F3;
    border:none;
    position:absolute;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    display:none;
    opacity:0;
    cursor:default;
}

#cssmenu .dropdown li {
    display: block;  
}

#cssmenu .dropdown li > span, #cssmenu .dropdown li > a, #cssmenu .clm a, #cssmenu .clm h3 
{
    font-size:14px;
    font-weight:400;
    font-family:inherit;
    margin:0;
    padding:8px 20px; 
    display:block;
    color:inherit;
    text-decoration:none;
}
#cssmenu .clm h3 {
    font-size:20px;
    font-weight:700;
}
#cssmenu .sub-item {
    background-color:#F3F3F3;
    position:relative;       
    transition:all 0.3s;
}

#cssmenu .dropdown li:hover > span, #cssmenu .dropdown li:hover > a
{

    color:#333333;
    background-color:#DDDDDD;
}

#cssmenu .clm a:hover
{
    color:#333333;
    transition:color 0.2s;
}

#cssmenu .dropdown.right0 {left:auto;right:0;} 
#cssmenu .dropdown li > .dropdown.right0 {left:auto;right:100%;} 
       
#cssmenu li.full-width{
    position:static;
}
#cssmenu li.full-width .dropdown{
    width:100%;
    left:0;
    box-sizing:border-box;
}  

#cssmenu li:hover > .dropdown
{
    display:block;
    opacity:1;
    z-index:1;
}

#cssmenu .dropdown li > .dropdown
{
    left:100%; right:auto;
    top:0;
}

#cssmenu ul.dropdown
{
    min-width:240px; /* Sub level menu min width */
}

#cssmenu div.dropdown  {
    text-align:center;
}

/* each column */
#cssmenu .clm
{
    text-align:left;
    margin:20px;
    vertical-align:top;/*or middle*/
    width:auto;
    min-width:240px;
    display:inline-block;
    *display:inline;*zoom:1;
}

#cssmenu .clm a:hover
{
    color:#333333;
    text-decoration:underline;
}

/*-----------Arrows----------------*/
#cssmenu .arrow {
    color:inherit;
    border-style:solid; border-width:2px 2px 0 0; padding:4px; transform:rotate(135deg);margin-top:-8.5px;margin-left:4px;
    position:relative;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align:middle;
    overflow:hidden;/*for IE6*/
}
        
#cssmenu .dropdown .arrow {
    transform:rotate(45deg);
    top:50%;margin-top:-6px;
    position:absolute;left:auto;right:20px;
} 

/*######## styles for mobile mode */

.menu-icon {
    display: none;
}

@media only screen and (max-width: 0px) {

    .menu-icon {display:inline-block;}

    #cssmenu  {
        width:100%;
        max-width:400px;
        display:none;
        background-color:#333333;
        border:1px solid rgba(0,0,0,0.2);
        box-sizing:border-box;
        z-index:999999990;
    }

    /*--begin mark1--*/

    #cssmenu  {
        position:fixed;top:0;bottom:0;left:0;right:0;height:100%!important;
        left:-130%;
        right:auto; box-shadow:-4px 0 18px rgba(0,0,0,0.3);
        transition:all 411ms cubic-bezier(.7, 0,1,.4);
    }

    #cssmenu.active {
        left:0;
        transition:all 411ms cubic-bezier(.16,.76,.45,1);
    }

    #mcmenu {z-index:1000000004;}
-fixed-bg {background:#000;z-index:1000000000;}
-fixed-bg.showing {display:block;opacity:0;}-fixed-bg.active {opacity:0.4;}
.menu-icon.active {position:fixed;top:12px;left:12px;z-index:1000000006;}

    /*--end mark1--*/

    #cssmenu ul  {
        background-color:transparent;
        transition:all 411ms ease;
        box-sizing:border-box;
        border:none;
        border-radius: 0;
    }

    #cssmenu .mobileHide {
        display:none;
    }

    #cssmenu li {
        text-align:center;
        display:block;
        position:static;
    }

    #cssmenu >ul>li>span, #cssmenu >ul>li>a 
    {       
        font-size:22px;
    }
    /* #cssmenu li:hover span, #cssmenu li:hover a {
     
        color:#EEEEEE;
        background-color:#333333;
    }*/
}
/*----------- menu-icon ----------------*/
.menu-icon-wrapper {
    padding:4px;
    text-align:left;
}
.menu-icon {
    padding:6px;
    cursor: pointer;
    outline: none;
    background-color:#333333;
    border:1px solid transparent;
    border-radius:3px;
    transition: all 0.25s ease-out;
    user-select:none;
    box-sizing:content-box;
    font-size:0;
    position:relative;
}

.menu-icon.active{
    background-color:#333333;
}
.three-line{
  width: 28px;
  height: 18px;
  position: relative;
  display: inline-block;
  font-size: 0;
}
.three-line span{
  background-color:#FFFFFF;
  position: absolute;
  border-radius: 2px;
  transition: transform .5s ease-in-out;
  width:100%;
  height: 2px;
  left: 0;
  transform: rotate(0);
}
.three-line span:nth-child(1){
  top:0;
}
.three-line span:nth-child(2){
  top:8px;
  visibility:visible;
}
.three-line span:nth-child(3){
  bottom:0;
}
.menu-icon.active .three-line span:nth-child(1){
  transform: rotate(225deg);
  top: 8px;
}
.menu-icon.active .three-line span:nth-child(2){
  transform: rotate(180deg);
  visibility:hidden;
}
.menu-icon.active .three-line span:nth-child(3){
  transform: rotate(315deg);
  top: 8px;
}
/*End of styles for mobile mode ########*/

@keyframes topItemAnimation {
  from {opacity: 0; transform:translate3d(0, -60px, 0);}
  to {opacity: 1; transform:translate3d(0, 0, 0);}
}
#cssmenu li a {animation:none;}
#cssmenu.active li a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.08333333333333333s backwards;}
#cssmenu.active li:nth-of-type(1) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.5s backwards;}
#cssmenu.active li:nth-of-type(2) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.4166666666666667s backwards;}
#cssmenu.active li:nth-of-type(3) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.3333333333333333s backwards;}
#cssmenu.active li:nth-of-type(4) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.25s backwards;}
#cssmenu.active li:nth-of-type(5) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.16666666666666666s backwards;}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #cssmenu.active li a{animation:none!important;}}


.button-one {
    background: #ffcc00; /* background color */
}
.button-two {
    background: #ffcc00;
}
.button-one,
.button-two {
    color: #000000; /* text color */
    display: inline-block;
    border-radius: 10px; /* rounded corners */
    padding: 10px 18px; /* space around text */
    text-transform: uppercase; /* all capital letters */
    text-decoration: none;
    margin: 14px; /* space between buttons */
    font-family: Oswald;
    font-weight: 900;
    letter-spacing: 1px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* If screen size is more than 786px wide, set the font-size */
@media screen and (min-width: 786px) {
  .button-two {
    font-size: 3.1vw;
    width: 36vw; /* Size of the buttons */
  }
}

/* If screen size is between two sizes, set the font-size */
@media (max-width:785px) and (min-width:451px) {
    .button-two {
    font-size: 3.1vw;
    width: 36vw; /* Size of the buttons */
    }
}

/* If screen size is 450px wide, or less, set the font-size */
@media screen and (max-width: 450px) {
  .button-two {
  font-size: 5.5vw;
  width: 65vw; /* Size of the buttons */
  }
}


.button-one:hover,
.button-two:hover {
    background: #fff;
}


/* Pagination Code */
.pagination {
  display: inline-block;
}

.pagination a {
  color: white;
  float: left;
  margin: 0 8px; /* 0 is for top and bottom. Feel free to change it */
  border: 3px solid #ffcc00;
  border-radius: 5px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: #ffcc00;
  border-radius: 5px;
  color: black;
}

.pagination a:hover:not(.active) {background-color: #ffcc00;color: black;}
