@charset "UTF-8";

body {
  font-family:'Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif'!important;
  font-size:15px;
  line-height:1;
  color:#000;
  background-color:#000000;
  #background-repeat-y:no-repeat;
  #background-repeat-x:repeat;
  #background-image:url(http://fs5.directupload.net/images/161017/bxtxomw4.jpg);
  background:url(http://fs5.directupload.net/images/170808/bmtpkluz.jpg) 100% 100% no-repeat;
/* Ð”Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ Ñ„Ð¾Ð½ */
  background-size:cover;
  background-attachment:fixed;
  padding:4px;
}

.desc .title
.img_radius_shadow {
  -webkit-box-shadow:0 0 10px #000000;
  border-radius:20px;
}

a,a:visited {
  color:#000;
  text-decoration:none;
}

a:hover,a:focus {
  color:#000;
  text-decoration:none;
}

a {
  color:#000;
}

a:hover {
  color:#000;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

/*-----------------[BG PHOTO END]------------------------*/
/*-----------------[BG MID PHOTO START]------------------------*/
#profile {
  background:rgba(255,255,255,0.70);
  width:960px;
  margin:0 auto;
  box-shadow:0 0 20px 1px #ff0090;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:545px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#D3D3D3;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

#profile_avatar:hover {
  padding:4px;
  background-color:#808080;
  border:1px solid #ffffff;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:;
  color:#ff0090;
  height:60px;
  font-family:Brush Script MT,Brush Script Std;
  font-size:5.8rem;
  font-weight:bold;
  padding:0 0 0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:55px;
}

.profile_section_content {
  z-index:inherit;
  margin:10px;
  padding:0;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:10px;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
/* required for webkit browsers */
}

/*-----------------[BG MID PHOTO END]------------------------*/
/*-----------------[TOP NAVIGATION START]------------------------*/
.nav > ul > li:hover {
  border-bottom:2px solid;
  border-color:#ffffff;
}

.navbar ul li ul {
  box-shadow:0 3px 3px rgba(0,0,0,0.1);
  height:auto;
  padding:0;
  position:absolute;
  width:auto;
  display:none;
  z-index:-1;
  background-color:rgba(0,0,0,0.8);
}

.navbar ul li ul li {
  position:relative;
  display:block;
  cursor:unset;
  float:none;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.navbar ul li:hover ul {
  display:block;
}

.navbar ul > li > ul:last-child {
  border-radius:0 0 5px 5px;
}

.nav > ul > li {
}

.nav > ul > li:hover > a {
  background:rgba(0,0,0,0.9);
  color:#ffffff;
}

.nav > ul > li > ul > li:hover > a {
  border-radius:0 0 5px 5px;
  color:#808080;
}

.navbar {
  background:rgb(179,4,34);
  font-family:"Trebuchet MS",Helvetica,sans-serif;
  font-size:.97rem;
/* font-style: italic; */
  font-weight:bold;
  height:40px;
  line-height:1;
  margin:0 -10px;
  padding:0 0 0 60px;
  position:fixed;
  top:0;
  width:900px;
  z-index:9999;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  box-shadow:0 0 10px 1px #ffffff;
}

.nav {
  margin-left:auto;
  margin-right:auto;
  width:1305px;
  position:absolute;
  left:115px;
}

.nav li {
  float:left;
}

.nav ul li a {
}

.nav a:link,.nav a:visited {
  color:#ffffff;
  display:block;
  width:auto;
  height:30px;
  font-size:1.0625em;
  text-align:center;
  padding:10px 20px 0;
  text-decoration:none;
  text-transform:uppercase;
  position:relative;
}

.nav a:hover,.nav a:active {
  background:#ffffff;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.border-right-menu {
  border-radius:0 1px 1px 0;
}

.border-left-menu {
  border-radius:1px 0 0 1px;
}

/*-----------------[TOP NAVIGATION END]------------------------*/
/*-----------------[STORE START]------------------------*/
.padding-top-60 {
  margin-top:60px;
}

.store {
  font-size:1rem;
  line-height:1;
}

.store-header {
  color:#000;
  font-size:10px;
  font-weight:100;
  padding-bottom:0;
  padding-top:0;
  text-align:center;
}

h2 {
  font-size:60%;
}

/*-----------------[STORE END]------------------------*/
/*-----------------[SCROLL-TOP-UP  START]------------------------*/
#scroll-to-top {
  background:rgba(211,211,211,1);
  border-bottom:1px solid #000000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:10px;
  font-size:0;
  height:35px;
  outline:0 none;
  position:fixed;
  right:10px;
  bottom:40px;
  text-indent:-9999px;
  width:35px;
}

#scroll-to-top-triangle {
  border-style:solid;
  border-width:0 10px 11px;
  height:0;
  margin:33% 22%;
  position:absolute;
  width:0;
  border-color:transparent transparent #000000;
}

#scroll-to-top:hover {
  background:#808080;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#scroll-to-top:hover #scroll-to-top-triangle {
  border-color:transparent transparent #D3D3D3;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[SCROLL-TOP-UP  END]------------------------*/
/*-----------------[RATE ADMIRE CAMSCORE FRIEND ADD START]------------------------*/
#new_admirer {
  background:rgba(255,255,255,0.50);
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  color:#000000;
  left:-151px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-409px;
  min-width:125px;
  z-index:99;
  text-align:center;
  opacity:.9;
  border-top-right-radius:0;
}

#new_admirer a {
  text-decoration:none;
  color:#000000;
}

#new_admirer:hover {
  background:#D3D3D3;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#new_homepage_friend {
  background:rgba(255,255,255,0.50);
  color:#000000;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-151px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-375px;
  min-width:125px;
  z-index:98;
  text-align:center;
  opacity:.9;
}

#new_homepage_friend a {
  color:#000000;
  text-decoration:none;
}

#new_homepage_friend:hover {
  background:#D3D3D3;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#cam_score_container {
  background:rgba(255,255,255,0.50);
  color:#000000;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-151px;
  margin:0;
  max-width:108px;
  min-width:108px;
  padding:10px 17px 10px 16px;
  position:absolute;
  top:-340px;
  z-index:96;
  line-height:10px;
  opacity:.9;
  display:yes;
}

#cam_score_container .label {
  display:block;
  margin-bottom:7px;
  margin-right:0;
  min-width:70px;
  text-align:center;
}

#cam_score_value {
  color:#ff0000;
  display:block;
  font-weight:700;
  text-align:center;
}

#cam_score_container:hover {
  background:#D3D3D3;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#rate_container {
  background:rgba(255,255,255,0.50);
  color:#000000;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-151px;
  margin:0;
  padding:10px 10px 10px 23px;
  position:absolute;
  top:-291px;
  max-width:108px;
  z-index:95;
  opacity:.9;
  border-bottom-right-radius:0;
  width:110px;
}

#rate_value {
  display:block;
}

#rate_label {
  min-width:104px;
}

#rate_container:hover {
  background:#D3D3D3;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[RATE ADMIRE CAMSCORE FRIEND ADD END]------------------------*/
/*-----------------[ONLINE STATUS START]------------------------*/
.my-status {
  background:#C0C0C0;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:0;
  color:#717171;
  font-family:Arial;
  font-size:30px;
  font-weight:10;
  left:0;
  margin:auto;
  position:fixed;
  text-align:center;
  width:100%;
  z-index:500;
  padding:10px;
  height:14px;
}

#unix_last_login_container {
  bottom:10px;
  position:fixed;
  right:10px;
  z-index:600;
}

#status_container {
  bottom:2px;
  left:0;
  position:fixed;
  z-index:600;
}

#profile_header_container > #unix_last_updated_container {
  display:none;
}

#status_container .label {
  min-width:40px;
}

#unix_last_login_container .label {
  min-width:100px;
}

#status_container a:hover,#status_container a:focus {
  color:#ffffff;
  text-decoration:none;
}

/*-----------------[ONLINE STATUS END]------------------------*/
/*-----------------[LOGO LEFT START]------------------------*/
.mfcdesignmaker-logo a {
  background-image:url(http://storage.clubbingradio.ro/racylana/mfcdesignmaker.png);
  background-position:center top;
  background-repeat:no-repeat;
  color:#dfbd79;
  display:block;
  font-family:Georgia;
  font-size:12px;
  font-style:italic;
  padding-top:1px;
  position:fixed;
  right:3px;
  text-align:center;
  text-decoration:none;
  top:53px;
  width:150px;
  height:70px;
  z-index:9999;
}

.mfcdesignmaker-logo a:hover {
  background-image:url(http://storage.clubbingradio.ro/racylana/mfcdesignmaker1.png);
  background-position:center top;
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[LOGO LEFT END]------------------------*/
/*-----------------[ANIMATIONS LOGO LEFT START]------------------------*/
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  75% {
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  75% {
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
  }
}

.hvr-pulse {
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
}

.hvr-pulse:hover,.hvr-pulse:focus,.hvr-pulse:active {
  -webkit-animation-name:hvr-pulse;
  animation-name:hvr-pulse;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}

/* Rotate */
.rotate {
  -webkit-transition-duration:.8s;
  -moz-transition-duration:.8s;
  -o-transition-duration:.8s;
  transition-duration:.8s;
  -webkit-transition-property:-webkit-transform;
  -moz-transition-property:-moz-transform;
  -o-transition-property:-o-transform;
  transition-property:transform;
  overflow:hidden;
}

.rotate:hover {
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
}

/*Slow Bounce*/
.animated-2 {
  -webkit-animation-duration:12s;
  animation-duration:12s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
}

.animated {
  -webkit-animation-duration:10s;
  animation-duration:10s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
}

/*

@-webkit-keyframes bounce {

    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}

    40% {-webkit-transform: translateY(-30px);}

    60% {-webkit-transform: translateY(-15px);}

}

 

@keyframes bounce {

    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}

    40% {transform: translateY(-30px);}

    60% {transform: translateY(-15px);}

}

 

.bounce {

    -webkit-animation-name: bounce;

    animation-name: bounce;

}

/*-----------------[ANIMATIONS LOGO LEFT END]------------------------*/
/*-----------------[SOCIAL START]------------------------*/
a.instagram-girl {
  background-image:url(http://fs5.directupload.net/images/161016/zzyrd74e.png);
  background-repeat:no-repeat;
  width:230px;
  height:50px;
  position:fixed;
  top:100px;
  right:3px;
  z-index:1;
}

a.instagram-girl:hover {
  background-image:url(http://fs5.directupload.net/images/161016/aanusr2y.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.twitter-girl {
  background-image:url(http://fs5.directupload.net/images/161016/ma96v5ll.png);
  background-repeat:no-repeat;
  width:230px;
  height:50px;
  position:fixed;
  top:150px;
  right:3px;
  z-index:1;
}

a.twitter-girl:hover {
  background-image:url(http://fs5.directupload.net/images/161016/iwj9uxqa.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.amazon-girl {
  background-image:url(http://fs5.directupload.net/images/161016/zzqzjf93.png);
  background-repeat:no-repeat;
  width:230px;
  height:50px;
  position:fixed;
  top:200px;
  right:3px;
  z-index:1;
}

a.amazon-girl:hover {
  background-image:url(http://fs5.directupload.net/images/161016/299i5nyz.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.tipoffline-girl {
  background-image:url(http://fs5.directupload.net/images/161016/br5qfgey.png);
  background-repeat:no-repeat;
  width:230px;
  height:50px;
  position:fixed;
  top:250px;
  right:3px;
  z-index:1;
}

a.tipoffline-girl:hover {
  background-image:url(http://fs5.directupload.net/images/161016/jwpl9wpw.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[SOCIAL END]------------------------*/
/*-----------------[HIDE START]------------------------*/
/* These elements are the main content information we do not want seen. */
#age_container,#header_bar,#footer_bar,#profile_main_photo,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#automobile_container,#pets_container,#favorite_food_container,#occupation_container,#marital_status_container,#drink_container,#drugs_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#body_type_container,#gender_container,#username_container,#school_container,#about_me_label,#tags_container,#profile_schedule,#profile_interests_content,#profile_about_me > div:nth-child(1) {
  display:none;
}

/*-----------------[HIDE END]------------------------*/
/*-----------------[PRIVATE PHOTOS START]------------------------*/
#main_photo {
  width:100%;
  height:100%;
  margin-bottom:15px;
  border:6px solid #aaaaaa;
  border-radius:12px;
  margin:1px 0 0;
}

.photo_gallery_image {
  width:100px;
  height:110px;
  border:7px solid rgba(0,0,0,0);
}

.photo_gallery_image {
  border-radius:50% 0;
  box-shadow:0 0 15px rgba(0,0,0,0.85);
  padding:15px;
  background:rgba(255,255,255,0.5);
  margin:10px 0 0;
}

.photo_gallery_image:hover {
  border-radius:0;
  background:rgba(0,0,0,0.05);
/* Con esto quitamos el borde redondeado */
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  cursor:pointer;
}

.photo_gallery_lock {
  width:100px;
  height:110px;
  border:7px solid rgba(0,0,0,0);
  border-radius:50% 0;
  box-shadow:0 0 15px rgba(0,0,0,0.85);
  padding:15px;
  background:rgba(255,255,255,0.5);
  margin:10px 0 0;
  display:inline-block;
}

.photo_gallery_lock:hover {
  border-radius:0;
/* Con esto quitamos el borde redondeado */
  background:rgba(0,0,0,0.05);
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  cursor:pointer;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

/*-----------------[PRIVATE PHOTOS END]------------------------*/
#comments .wall_post_body img {
  max-width:800px;
}

.clear-this {
  clear:both;
}

/*-----------------[SLIDER START]------------------------*/
#Slideshow-Container {
  position:absolute;
  left:-10px;
  top:-775px;
  border-bottom:solid 0 #ffffff;
}

#Slideshow-Control {
  width:960px;
  height:530px;
  margin:0 auto;
  background:#F2F0F1;
  overflow:visible;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  position:relative;
}

#Frame-Set {
  overflow:hidden;
  height:530px;
}

#Slideshow-Control:hover #pause {
  opacity:.8;
}

#Pause {
  position:relative;
  display:block;
  width:960px;
  height:530px;
  top:-530px;
}

#Pause:hover {
  background:url(http://storage.clubbingradio.ro/kendramfc/pause.png) center no-repeat;
  background-size:14%;
}

#Slideshow-Control:hover ul,#Slideshow-Control:hover #progressbar,#Slideshow-Control:hover #cover {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

#Slideshow-Mask {
  position:absolute;
  width:960px;
  height:530px;
  top:0;
  background-image:url(http://w.noimage.png);
  background-position:center;
  background-repeat:no-repeat;
  pointer-events:none;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  opacity:.5;
  -moz-animation:overlay-fade 40s infinite;
  -webkit-animation:overlay-fade 40s infinite;
}

#Slideshow-Control ul {
  width:4800px;
  list-style:none;
  padding:0;
  margin:0;
  -moz-animation:slide-animation 40s infinite;
  -webkit-animation:slide-animation 40s infinite;
  position:relative;
  right:0;
  float:right;
}

#Slideshow-Control li {
  position:relative;
  float:left;
  display:inline;
  width:960px;
  height:530px;
  margin:0;
  padding:0;
  background-size:100px 100px;
  background-position:50% 50%;
  background-repeat:no-repeat;
}

#Slideshow-Control ul li .Slideshow-Span h1 {
  position:absolute;
  bottom:-19px;
  left:0;
  display:block;
  width:100%;
  font-family:Montez,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size:1.6em;
  line-height:1.1em;
  padding:10px;
  background-color:rgba(0,0,0,0.4);
  color:#FFF;
  text-shadow:1px 1px 1px #473D41;
  pointer-events:none;
  text-align:left;
}

#Slideshow-Control li:last-of-type {
  background:#000;
}

#Slideshow-Control li a {
  display:block;
  text-decoration:none;
}

@-webkit-keyframes slide-animation {
  0% {
    right:0;
    opacity:1;
  }
  
  15% {
    right:0;
    opacity:1;
  }
  
  17.5% {
    right:-960px;
    opacity:.5;
  }
  
  20% {
    right:-960px;
    opacity:1;
  }
  
  35% {
    right:-960px;
    opacity:1;
  }
  
  37.5% {
    right:-1920px;
    opacity:.5;
  }
  
  40% {
    right:-1920px;
    opacity:1;
  }
  
  55% {
    right:-1920px;
    opacity:1;
  }
  
  57.5% {
    right:-2880px;
    opacity:.5;
  }
  
  60% {
    right:-2880px;
    opacity:1;
  }
  
  75% {
    right:-2880px;
    opacity:1;
  }
  
  77.5% {
    right:-3840px;
    opacity:.5;
  }
  
  80% {
    right:-3840px;
    opacity:1;
  }
  
  95% {
    right:-3840px;
    opacity:1;
  }
  
  97.5% {
    right:0;
    opacity:.5;
  }
  
  100% {
    right:0;
    opacity:1;
  }
}

@-moz-keyframes slide-animation {
  0% {
    right:0;
    opacity:1;
  }
  
  15% {
    right:0;
    opacity:1;
  }
  
  17.5% {
    right:-960px;
    opacity:.5;
  }
  
  20% {
    right:-960px;
    opacity:1;
  }
  
  35% {
    right:-960px;
    opacity:1;
  }
  
  37.5% {
    right:-1920px;
    opacity:.5;
  }
  
  40% {
    right:-1920px;
    opacity:1;
  }
  
  55% {
    right:-1920px;
    opacity:1;
  }
  
  57.5% {
    right:-2880px;
    opacity:.5;
  }
  
  60% {
    right:-2880px;
    opacity:1;
  }
  
  75% {
    right:-2880px;
    opacity:1;
  }
  
  77.5% {
    right:-3840px;
    opacity:.5;
  }
  
  80% {
    right:-3840px;
    opacity:1;
  }
  
  95% {
    right:-3840px;
    opacity:1;
  }
  
  97.5% {
    right:0;
    opacity:.5;
  }
  
  100% {
    right:0;
    opacity:1;
  }
}

/*-----------------[SLIDER END]------------------------*/
/*-----------------[FRAME FOR VIDEOS START]------------------------*/
.frame {
  width:931px;
  height:480px;
  background:transparent;
  position:relative;
  border-radius:1px;
  left:-24px;
}

.frame-border {
  width:906px;
  height:480px;
  padding:12px;
  border-radius:10px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:0 auto;
}

.frame::-webkit-scrollbar {
  -webkit-appearance:none;
  width:9px;
  height:12px;
}

.frame::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #808080;
  background-color:#808080;
}

.firstvid {
  margin-right:20px;
}

div.hover_icon_container {
  width:430px;
  height:148px;
  position:relative;
  float:left;
  margin-bottom:10px;
}

div.hover_icon_container div.hover_icon {
  display:none;
  width:430px;
  height:148px;
  position:absolute;
  top:0;
  left:0;
}

div.hover_icon_container:hover div.hover_icon {
  display:block;
}

.hover_icon_container img {
  border-radius:25px;
  box-shadow:3px 3px 5px #000000;
}

a.v-button {
  top:78%;
  border-radius:3px;
  color:#FFFFFF;
  background-color:rgba(0,0,0,0.8);
  left:40%;
  padding:10px;
  font-family:Niconne,Arial;
  position:absolute;
  text-align:center;
  z-index:1;
  font-size:17px;
  text-decoration:none;
  opacity:1;
}

a.v-button:hover {
  text-decoration:none;
  background-color:#F0F0F0;
  color:#AAAAAA;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.v-title {
  background-color:rgba(221,221,221,0.4);
  padding-bottom:9px;
  padding-top:9px;
  font-family:Niconne,Arial;
  position:absolute;
  text-align:center;
  top:50%;
  width:100%;
  z-index:1;
  color:#B30422;
  font-size:22px;
}

.view {
  width:410px;
  height:200px;
  margin:10px;
  float:left;
  left:43px;
  border:1px solid #000000;
  overflow:hidden;
  position:relative;
  text-align:center;
  -webkit-box-shadow:1px 1px 2px #000000;
  -moz-box-shadow:1px 1px 2px #000000;
  box-shadow:1px 1px 2px #000000;
  cursor:default;
}

.view:hover {
  border:1px solid #ffffff;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.view-first img {
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  transition:all .2s linear;
}

.view-first:hover img {
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
}

/*-----------------[FRAME FOR VIDEOS END]------------------------*/
/*-----------------[FONTS START]------------------------*/
@font-face {
  font-family:'Dynalight';
  font-style:normal;
  font-weight:400;
  src:local(Dynalight),local(Dynalight-Regular),url(http://fonts.gstatic.com/s/dynalight/v5/H8N28OeR1G4cL0Fdzv8eVD8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}

@font-face {
  font-family:'Fredericka the Great';
  font-style:normal;
  font-weight:400;
  src:local('Fredericka the Great'),local(FrederickatheGreat),url(http://fonts.gstatic.com/s/frederickathegreat/v5/7Es8Lxoku-e5eOZWpxw18vc3vBAn7YvtW9hNjxWZBR0.woff) format("woff");
}

@font-face {
  font-family:'Leckerli One';
  font-style:normal;
  font-weight:400;
  src:local('Leckerli One'),local(LeckerliOne-Regular),url(http://fonts.gstatic.com/s/leckerlione/v7/S2Y_iLrItTu8kIJTkS7DrHhCUOGz7vYGh680lGh-uXM.woff) format("woff");
}

@font-face {
  font-family:'Niconne';
  font-style:normal;
  font-weight:400;
  src:local(Niconne),local(Niconne-Regular),url(http://fonts.gstatic.com/s/niconne/v6/Pt5YCk9yiMzehxqMoOcZoQ.woff) format("woff");
}

@font-face {
  font-family:'Pacifico';
  font-style:normal;
  font-weight:400;
  src:local('Pacifico Regular'),local(Pacifico-Regular),url(http://fonts.gstatic.com/s/pacifico/v6/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}

@font-face {
  font-family:'Playball';
  font-style:normal;
  font-weight:400;
  src:local(Playball),local(Playball-Regular),url(http://fonts.gstatic.com/s/playball/v6/QS5qjU-Gc2sqWEq5kDfWQfesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}

.font-effect-emboss {
  text-shadow:0 1px 1px #fff,0 -1px 1px #000;
  color:#ddd;
}

.font-effect-fire {
  text-shadow:0 -.05em .2em #FFF,.01em -.02em .15em #FE0,.01em -.05em .15em #FC0,.02em -.15em .2em #F90,.04em -.2em .3em #F70,.05em -.25em .4em #F70,.06em -.2em .9em #F50,.1em -.1em 1em #F40;
  color:#ffe;
}

.font-effect-neon {
  text-shadow:0 0 .1em #fff,0 0 .2em #fff,0 0 .3em #fff,0 0 .4em #f7f,0 0 .6em #f0f,0 0 .8em #f0f,0 0 1em #f0f,0 0 1.2em #f0f;
  color:#fff;
}

.font-effect-outline {
  text-shadow:0 1px 1px #000,0 -1px 1px #000,1px 0 1px #000,-1px 0 1px #000;
  color:#fff;
}

.font-effect-shadow-multiple {
  text-shadow:.04em .04em 0 #fff,.08em .08em 0 #aaa;
}

.font-effect-3d {
  text-shadow:0 1px 0 #c7c8ca,0 2px 0 #b1b3b6,0 3px 0 #9d9fa2,0 4px 0 #8a8c8e,0 5px 0 #77787b,0 6px 0 #636466,0 7px 0 #4d4d4f,0 8px 7px #001135;
  color:#fff;
}

.font-effect-3d-float {
  text-shadow:0 .032em 0 #b0b0b0,0 .15em .11em rgba(0,0,0,0.15),0 .25em .021em rgba(0,0,0,0.1),0 .32em .32em rgba(0,0,0,0.1);
  color:#fff;
}

/*-----------------[FONTS END]------------------------*/
/*-----------------[TIP MENU START]------------------------*/
.tipbox {
  overflow:auto;
  background-color:rgba(211,211,211,0);
  width:920px;
  border-radius:15px;
  margin:auto;
}

.actip {
  background-color:rgba(0,0,0,0.62);
  border-radius:5px;
  display:inline-block;
  text-align:center;
  font-family:'Brush Script MT','Brush Script Std',cursive;
  padding:10px 8px;
  font-family:lobster;
  border-bottom:0 solid #ccc;
  font-size:20px;
  color:#fff;
  margin-bottom:5px;
}

.actip span {
  display:inline-block;
  float:right;
  width:200px;
  margin-top:-5px;
}

.dainf {
  display:block;
  padding:15px;
  font-family:lobster;
  color:#FFF;
  font-size:18px;
}

.ger {
  display:inherit;
  text-align:center;
  padding-top:20px;
  padding-bottom:10px;
  height:auto;
}

.buy:link {
  display:inline-block;
  padding:5px 10px;
  text-align:center;
  color:#000;
  text-decoration:none;
  border-radius:35px;
  background:rgba(0,0,0,0.51);
}

.buy:active {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  color:#fff;
  background:#ffffff;
  text-decoration:none;
}

.buy:hover {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  color:#fff;
  background:#000000;
  text-decoration:none;
}

.buy:visited {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  color:#fff;
  background:#d11697;
  text-decoration:none;
}

.buy:visited:hover {
  display:inline-block;
  padding:5px 11px;
  text-align:center;
  color:#fff;
  background:#e03bad;
  text-decoration:none;
}

/*-----------------[TIP MENU END]------------------------*/
/*-----------------[STORES START]------------------------*/
.stores a {
  color:#000000;
  text-decoration:none;
}

.stores-header {
  color:#000000;
  margin:auto;
  font-size:1.25em;
  font-weight:bold;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.stores-list {
  background-color:rgba(211,211,211,0);
  border:5px solid rgba(0,0,0,0.00);
  margin:auto;
  height:auto;
  overflow:auto;
  border-radius:20px;
  width:920px;
}

.three-plus-half-rows {
  height:500px;
}

.four-rows {
  height:575px;
}

.four-plus-half-rows {
  height:655px;
}

.stores-footer {
  border-top:#a01051 solid 2px;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.stores-footer-message {
  color:#fff;
  margin:auto;
  border-top:#444 solid 2px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.stores-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:rgba(0,0,0,0.20);
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.stores-item .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.stores-item .desc {
  width:59.7%;
  height:100%;
/* background-color:#ff69b4; */
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.stores-item:hover .desc,.stores-item:hover .desc a {
  background-color:rgba(0,0,0,0.20);
  color:#ffffff;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 5px;
  font-size:22px;
  font-family:Niconne,Arial;
  font-weight:bold;
  color:#b30422;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:22px;
  line-height:1.2;
  font-family:Niconne,Arial;
  color:#000;
  position:absolute;
  top:45px;
  text-align:center;
  right:10px;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.desc-footer {
  #height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:19px;
  color:#020202;
  background-color:rgba(0,0,0,0.99);
  padding:2px 10px;
  font-family:Niconne,Arial;
  border-radius:5px;
}

.item-tag:hover {
  background-color:rgba(255,255,255,0.10);
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.purchase {
  background-color:#990067;
}

.purchase:hover {
  background-color:#cc3399;
}

.stores-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:10px;
  height:10px;
}

.stores-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid #999;
  background-color:#a01051;
}

.stores-buy {
  display:inline-block;
  text-align:center;
  color:#FFFFFF!important;
  text-decoration:none;
  width:auto;
}

.stores-buy:hover {
  display:inline-block;
  color:#000!important;
  text-decoration:none;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

/*-----------------[STORES END]------------------------*/
#profile_header .label,#profile_header .value {
  font-size:30px;
  font-family:Brush Script MT,Brush Script Std,cursive;
}

.wall_post_time {
  font-size:14px;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 10px;
  font-size:18px;
}

/*-----------------[TOP TIPPERS START]------------------------*/
#pricing-table {
  margin:0 auto;
  text-align:center;
  width:680px;
}

#pricing-table-members {
  margin:0 auto;
  text-align:center;
  width:680px;
}

#pricing-table .plan {
  font:12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  text-shadow:0 1px rgba(255,255,255,.8);
  background:#000;
  border:1px solid #ddd;
  color:#000;
  padding:20px;
  width:180px;
/* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
  float:left;
  position:relative;
}

#pricing-table-members .plan {
/* font: 13px 'Lucida Sans','trebuchet MS',Arial,Helvetica; */
  background:rgba(255,0,0,0.10);
  border:1px solid #ddd;
  color:#fff;
  padding:20px;
  font-family:Niconne,Arial;
  width:180px;
  font-size:22px;
  float:left;
  position:relative;
}

#pricing-table #most-popular {
  z-index:2;
  top:-13px;
  border-width:3px;
  padding:30px 20px;
  border-radius:5px;
  box-shadow:20px 0 10px -10px rgba(0,0,0,.15),-20px 0 10px -10px rgba(0,0,0,.15);
}

#pricing-table-members #most-popular {
  z-index:2;
  top:-13px;
  border-width:3px;
  padding:30px 20px;
  border-radius:5px;
  box-shadow:20px 0 10px -10px rgba(0,0,0,.15),-20px 0 10px -10px rgba(0,0,0,.15);
}

#pricing-table .plan:nth-child(1) {
  border-radius:5px 0 0 5px;
}

#pricing-table-members .plan:nth-child(1) {
  border-radius:0 0 0 5px;
}

#pricing-table .plan:nth-child(4) {
  border-radius:0 5px 5px 0;
}

#pricing-table-members .plan:nth-child(4) {
  border-radius:0 5px 5px 0;
}

/* --------------- */
#pricing-table h3 {
  font-size:20px;
  font-weight:normal;
  padding:20px;
  margin:-20px -20px 50px;
  background-color:#eee;
  background-image:linear-gradient(#fff,#eee);
}

#pricing-table-members h3 {
  font-size:22px;
  font-weight:normal;
  padding:20px;
  margin:-20px -20px 50px;
  background-color:rgb(179,4,34);
}

#pricing-table #most-popular h3 {
  background-color:#ddd;
  background-image:linear-gradient(#eee,#ddd);
  margin-top:-30px;
  padding-top:30px;
  border-radius:5px 5px 0 0;
}

#pricing-table-members #most-popular h3 {
  background-color:#ddd;
  background-image:linear-gradient(#eee,#ddd);
  margin-top:-30px;
  padding-top:30px;
  border-radius:5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
  border-radius:5px 0 0 0;
}

#pricing-table-members .plan:nth-child(1) h3 {
  border-radius:0 0 0 0;
}

#pricing-table .plan:nth-child(4) h3 {
  border-radius:0 5px 0 0;
}

#pricing-table-members .plan:nth-child(4) h3 {
  border-radius:0 5px 0 0;
}

#pricing-table h3 span {
  display:block;
  font:bold 18px/100px Arial,Serif;
  color:#777;
  background:#fff;
  border:5px solid #fff;
  height:100px;
  width:100px;
  margin:10px auto -65px;
  border-radius:100px;
  box-shadow:0 5px 20px #ddd inset,0 3px 0 #999 inset;
}

#pricing-table-members h3 span {
  display:block;
  font:bold 18px/100px Arial,Serif;
  color:#777;
  background:#fff;
  border:5px solid #fff;
  height:100px;
  width:100px;
  margin:10px auto -65px;
  border-radius:100px;
  box-shadow:0 5px 20px #ddd inset,0 3px 0 #999 inset;
}

/* --------------- */
#pricing-table ul {
  margin:20px 0 0;
  padding:0;
  list-style:none;
  color:#717171;
}

#pricing-table-members ul {
  margin:20px 0 0;
  padding:0;
  list-style:none;
  color:#000;
}

#pricing-table li {
  border-top:1px solid #ddd;
  padding:10px 0;
}

#pricing-table-members li {
  border-top:1px solid #ddd;
  padding:10px 0;
}

/* --------------- */
#pricing-table .signup {
  position:relative;
  padding:8px 20px;
  margin:20px 0 0;
  color:#fff;
  font:bold 14px Arial,Helvetica;
  text-transform:uppercase;
  text-decoration:none;
  display:inline-block;
  background-color:#0088CC;
  border-radius:3px;
  text-shadow:0 1px 0 rgba(0,0,0,.3);
  box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
}

#pricing-table-members .signup {
  position:relative;
  padding:8px 20px;
  margin:20px 0 0;
  color:#fff;
  font:bold 14px Arial,Helvetica;
  text-transform:uppercase;
  text-decoration:none;
  display:inline-block;
  background-color:#0088CC;
  border-radius:3px;
  text-shadow:0 1px 0 rgba(0,0,0,.3);
  box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
}

#pricing-table .signup:hover {
  background-color:#0088CC;
}

#pricing-table-members .signup:hover {
  background-color:#0088CC;
}

#pricing-table .signup:active,#pricing-table-members .signup:focus {
  background:#0088CC;
  top:2px;
  box-shadow:0 0 3px rgba(0,0,0,.7) inset;
}

#pricing-table-members .signup:active,#pricing-table-members .signup:focus {
  background:#0088CC;
  top:2px;
  box-shadow:0 0 3px rgba(0,0,0,.7) inset;
}

/* --------------- */
.clear:before,.clear:after {
  content:"";
  display:table;
}

.clear:after {
  clear:both;
}

.clear {
  zoom:1;
}

/*-----------------[TOP TIPPERS END]------------------------*/
/*-----------------[FRAME LOVER FOR VIDEOS START]------------------------*/
a.v-lover {
  top:81%;
  border-radius:3px;
  color:#000000;
  background-color:rgba(255,255,255,0.80);
  left:155px;
  padding:10px;
  position:absolute;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
}

a.v-lover:hover {
  text-decoration:none;
  background-color:#000000;
  color:#D3D3D3;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.lover {
  width:480px;
  height:270px;
  margin:auto;
  border:1px solid #000000;
  overflow:hidden;
  position:relative;
  text-align:center;
  -webkit-box-shadow:1px 1px 2px #000000;
  -moz-box-shadow:1px 1px 2px #000000;
  box-shadow:1px 1px 2px #000000;
  cursor:default;
}

.lover:hover {
  border:1px solid #ffffff;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

/*-----------------[FRAME LOVER FOR VIDEOS END]------------------------*/
/*-----------------[NEW VIDEO START]------------------------*/
.newvideo {
  background:#000;
  color:#fff!important;
  padding-bottom:9px;
  padding-top:9px;
  position:absolute;
  text-align:center;
  top:8px;
  right:8px;
  width:18%;
  z-index:100;
  font-family:Niconne,Arial;
  font-size:18px;
  border-radius:4px;
}

.newvideo:hover {
  background:#000;
  color:#777!important;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

/*-----------------[NEW VIDEO END]------------------------*/
/*-----------------[MY BOYS START]------------------------*/
a.myboys {
  top:30px;
  border-radius:5px;
  color:#fff;
  background:#000;
  #left:40%;
  padding:4px;
  font-size:30px;
  position:relative;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
  width:300px;
  height:50px;
}

a.myboys:hover {
  text-decoration:none;
  background:#fff;
  color:#000;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

/*-----------------[MY BOYS END]------------------------*/
/*-----------------[MY BOYS FOR VIDEOS START]------------------------*/
.vieww {
  width:480px;
  height:270px;
  margin:10px;
  #float:left;
  #left:43px;
  border:1px solid #000000;
  overflow:hidden;
  position:relative;
  text-align:center;
  -webkit-box-shadow:1px 1px 2px #000000;
  -moz-box-shadow:1px 1px 2px #000000;
  box-shadow:1px 1px 2px #000000;
  cursor:default;
}

.vieww:hover {
  border:1px solid #ffffff;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.vieww-first img {
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  transition:all .2s linear;
}

.vieww-first:hover img {
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
}

/*-----------------[MY BOYS FOR VIDEOS END]------------------------*/
/*-----------------[TRAVELER TEAM FOR VIDEOS START]------------------------*/
.viewww {
  width:410px;
  height:230px;
  margin:10px;
  float:left;
  left:43px;
  border:1px solid #000000;
  overflow:hidden;
  position:relative;
  text-align:center;
  -webkit-box-shadow:1px 1px 2px #000000;
  -moz-box-shadow:1px 1px 2px #000000;
  box-shadow:1px 1px 2px #000000;
  cursor:default;
}

.viewww:hover {
  border:1px solid #ffffff;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.viewww-first img {
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  transition:all .2s linear;
}

.viewww-first:hover img {
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
}

/*-----------------[TRAVELER TEAM FOR VIDEOS END]------------------------*/
/*-----------------[MY BOYS MEMBERS START]------------------------*/
#vip-Body {
  top:30px;
  display:block;
  height:auto;
  position:relative;
  margin:0 auto;
}

.vipnamescontainer {
  display:block;
  width:379px;
  margin:0 auto;
}

.vipnames {
  width:380px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:1.7rem;
  font-weight:400;
  color:#777;
  line-height:2.5rem;
  text-align:center;
  overflow:auto;
  white-space:pre-line;
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
  -webkit-column-width:380px;
  -moz-column-width:380px;
  column-width:380px;
  -webkit-column-gap:5px;
  -moz-column-gap:5px;
  column-gap:5px;
  -moz-column-fill:auto;
  column-fill:auto;
}

.profile2 {
/* width: 945px; */
  margin:-10px;
  -webkit-box-shadow:0 0 40px 1px rgba(0,0,0,.8);
  -moz-box-shadow:0 0 12px 3px rgba(0,0,0,.8);
  border-top-left-radius:.5em;
  border-top-right-radius:.5em;
  line-height:1;
  z-index:300;
}

/*-----------------[MY BOYS MEMBERS END]------------------------*/
/*-----------------[TIP MENU START]------------------------*/
#tipmenu-names-container {
  background:rgba(255,255,255,0.4) url(http://fs5.directupload.net/images/180616/8qkwtkoz.jpg) repeat scroll left top;
  border-radius:30px;
  display:block;
  height:501px;
  margin:10px auto;
  width:940px;
  box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
  border-bottom:dotted black 10px;
}

.tipmenu-names {
  width:380px;
  heiht:380px;
  margin:20px 0 0 10px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#000;
  line-height:1.5rem;
  word-spacing:;
  overflow:auto;
  white-space:pre-line;
  padding:10px 4px 4px;
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
  -webkit-column-width:170px;
  -moz-column-width:170px;
  column-width:170px;
  -webkit-column-gap:10px;
  -moz-column-gap:10px;
  column-gap:10px;
  -moz-column-fill:auto;
  column-fill:auto;
}

.actip {
  width:420px;
  top:15px;
  position:relative;
  display:inherit;
  text-align:center;
  padding:10px 8px;
  font-family:'Brush Script MT','Brush Script Std',cursive;
  border-bottom:1px solid rgba(255,229,130,0.3);
  font-size:27px;
  #color:#000000;
  margin:3px auto;
  border-radius:25px;
  border-bottom-style:dotted;
}

.actip span {
  display:inline-block;
  float:right;
  width:200px;
  margin-top:-5px;
}

.buy {
  background:rgba(255,229,130,0.3);
  display:inline-block;
  padding:5px 32px;
  text-align:center;
  color:#fff!important;
  text-decoration:none;
  border-radius:5px;
  width:140px;
  box-shadow:0 -3px 15px 0 #ff0090;
}

.buy:hover {
  display:inline-block;
  padding:5px 32px;
  text-align:center;
  color:rgba(230,33,23,0.63)!important;
  background:rgba(0,0,0,0.3);
  text-decoration:none;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

/*-----------------[TIP MENU END]------------------------*/
#logo2 {
  position:absolute;
  width:565px;
  height:187px;
  margin:-163px 370px 0;
  background:url(http://fs5.directupload.net/images/BIO) no-repeat,top right;
/* background-size: 231px 110px; */
  z-index:1;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:10s;
  -moz-animation-duration:10s;
  -o-animation-duration:10s;
  animation-duration:10s;
  -ms-animation-duration:10s;
  -webkit-animation-delay:1s;
  -moz-animation-delay:1s;
  -o-animation-delay:1s;
  animation-delay:1s;
  -ms-animation-delay:1s;
  .britewidth:500px;
  margin-left:-2px;
  border-top:dotted white 10px;
  border-bottom:dotted white 10px;
  margin-bottom:100px;
}

.brite {
  width:950px;
  margin-left:-10px;
  border-top:dotted black 10px;
  border-bottom:dotted black 10px;
  margin-bottom:0;
}