@charset "UTF-8";

body {
  font-family:'Merienda'!important;
  font-size:1rem;
  line-height:1;
  color:#fff;
  background-color:#ffffff;
  background-repeat:repeat;
  background-image:url(http://storage.clubbingradio.ro/risquexxx/bgpattern.jpg);
  padding:4px;
  background-attachment:fixed;
}

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

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

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

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-image:url(http://storage.clubbingradio.ro/risquexxx/bgpatterrn.jpg);
  width:960px;
  margin:40px auto -10px;
  background-repeat:repeat;
  box-shadow:0 0 7px 1px #fff;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:523px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#ffffff;
  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:#000000;
  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:#ffffff;
  height:40px;
  font-size:1.5rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
}

.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:#000000;
}

.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:#ffffff;
  color:#000000;
  opacity:.9;
}

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

.navbar {
  background-image:url(http://storage.clubbingradio.ro/risquexxx/bgpatterrn.jpg);
  font-size:1rem;
  font-style:italic;
  font-weight:bold;
  height:40px;
  line-height:1;
  margin:0 -10px;
  padding:0 0 0 60px;
  position:fixed;
  top:0;
  width:902px;
  z-index:500;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  box-shadow:0 0 10px 7px rgba(255,255,255,0.5);
}

.nav {
  margin-left:auto;
  margin-right:auto;
  width:1305px;
  position:relative;
  left:140px;
}

.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:#ffffff;
  font-family:Arial;
  font-size:28px;
  font-weight:100;
  padding-bottom:40px;
  padding-top:130px;
  text-align:center;
}

h2 {
  font-size:60%;
}

/*-----------------[STORE END]------------------------*/
/*-----------------[SCROLL-TOP-UP  START]------------------------*/
#scroll-to-top {
  background:#000000;
  border-bottom:1px solid #ff000;
  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 #ffffff;
}

#scroll-to-top:hover {
  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;
}

#scroll-to-top:hover #scroll-to-top-triangle {
  border-color:transparent transparent #000000;
  -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]------------------------*/
/*-----------------[MENU RIGHT START]------------------------*/
.twitter_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:27px;
}

.amazon_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:27px;
}

.instagram_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:27px;
}

.tip-off_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:27px;
}

.twitter_container {
  background:#000000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-10px;
  margin:0;
  padding:5px;
  position:absolute;
  top:-496px;
  min-width:125px;
  z-index:99;
  text-align:center;
  border-top-left-radius:8px;
}

.twitter_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:-10px;
  background:#0088cc;
  color:#000;
}

.twitter_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

.amazon_container {
  background:#000000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-242px;
  min-width:125px;
  z-index:99;
  text-align:center;
  border-top-left-radius:8px;
  opacity:.5;
}

.amazon_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:-10px;
  background:#b3893a;
  color:#000;
}

.amazon_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

.instagram_container {
  background:#2f0b53;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-430px;
  min-width:125px;
  z-index:99;
  text-align:center;
  opacity:.5;
}

.instagram_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:-10px;
  background:#d5c9b7;
  color:#000;
}

.instagram_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

.tip-off_container {
  background:#000000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-209px;
  min-width:125px;
  z-index:99;
  text-align:center;
  border-bottom-left-radius:8px;
  opacity:.5;
}

.tip-off_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:-10px;
  background:#864043;
  color:#000;
  opacity:.5;
}

.tip-off_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

/*-----------------[MENU RIGHT END]------------------------*/
/*-----------------[LOGO LEFT START]------------------------*/
.mfcdesignmaker-logo a {
  background-position:top center;
  background-image:url(http://storage.clubbingradio.ro/risquexxx/mdmfront.png);
  background-repeat:no-repeat;
  display:block;
  height:133px;
  width:100px;
  boreder:1px solid red;
  z-index:9999;
  position:fixed;
  top:53px;
  right:10px;
  padding-top:1px;
  text-decoration:none;
  font-size:12px;
  text-align:center;
  font-family:Georgia;
  font-style:italic;
  color:#dfbd79;
}

.mfcdesignmaker-logo a:hover {
  background-position:top center;
  background-image:url(http://storage.clubbingradio.ro/risquexxx/mdmback.png);
  background-repeat:no-repeat;
  display:block;
  height:133px;
  width:100px;
  boreder:1px solid red;
  z-index:9999;
  position:fixed;
  top:53px;
  right:10px;
  padding-top:1px;
  text-decoration:none;
  font-size:12px;
  text-align:center;
  font-family:Georgia;
  font-style:italic;
  color:#dfbd79;
}

/*-----------------[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]------------------------*/
/*-----------------[RATE ADMIRE CAMSCORE FRIEND ADD START]------------------------*/
#new_admirer {
  background:#000000;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  color:#ffffff;
  left:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-326px;
  min-width:125px;
  z-index:99;
  text-align:center;
  opacity:.5;
  border-top-right-radius:8px;
}

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

#new_admirer:hover {
  background:#acacac;
  opacity:.5;
  -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:#000000;
  color:#ffffff;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-10px;
  margin:0;
  padding:8px;
  position:absolute;
  top:-293px;
  min-width:125px;
  z-index:98;
  text-align:center;
  opacity:.5;
}

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

#new_homepage_friend:hover {
  background:#acacac;
  opacity:.5;
  -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:#000000;
  color:#ffffff;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-10px;
  margin:0;
  max-width:108px;
  min-width:108px;
  padding:10px 17px 10px 16px;
  position:absolute;
  top:-307px;
  z-index:96;
  line-height:10px;
  opacity:.5;
}

#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:#acacac;
  opacity:.5;
  -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:#000000;
  color:#ffffff;
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  left:-10px;
  margin:0;
  padding:10px 10px 10px 23px;
  position:absolute;
  top:-260px;
  max-width:108px;
  z-index:95;
  opacity:.5;
  border-bottom-right-radius:8px;
  width:110px;
}

#rate_value {
  display:block;
}

#rate_label {
  min-width:104px;
}

#rate_container:hover {
  background:#acacac;
  opacity:.5;
  -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]------------------------*/
/*-----------------[POPUP START]------------------------*/
.popup-set {
  padding:8px;
  z-index:98;
  bottom:0;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  text-align:center;
  top:268px;
  width:660px;
}

.popup-video-desc {
  background:linear-gradient(to bottom,#202020 0%,#404040 100%) repeat scroll 0 0 rgba(0,0,0,0);
  font-family:Arial;
  font-size:18px;
  font-weight:100;
  margin:auto;
  padding:10px;
  text-align:center;
  border:solid 3px #ffffff;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

.tabs > a > div:not(:target) {
  position:absolute;
  visibility:hidden;
}

.tabs > a > div:target {
  position:fixed;
  visibility:visible;
  z-index:999;
}

.popup-bg {
  color:#fff;
  left:0;
  position:fixed!important;
  top:0;
  width:100%;
  height:100%;
}

.buy-button-animation:hover {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

/*-----------------[POPUP END]------------------------*/
/*-----------------[ONLINE STATUS START]------------------------*/
.my-status {
  background:#000000;
  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:4px;
  height:10px;
}

#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]------------------------*/
/*-----------------[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),.wall_post_time {
  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 #fff;
}

.photo_gallery_image {
  border-radius:50% 0;
  box-shadow:0 0 15px #fff;
  padding:15px;
  background:#fff;
  margin:10px 0 0;
}

.photo_gallery_image:hover {
  border-radius:0;
  background:#7a00af;
/* 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 #fff;
  border-radius:50% 0;
  box-shadow:0 0 15px #fff;
  padding:15px;
  background:#fff;
  margin:10px 0 0;
  display:inline-block;
}

.photo_gallery_lock:hover {
  border-radius:0;
/* Con esto quitamos el borde redondeado */
  background:#7a00af;
  -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;
}

a {
  color:#fff;
}

a:hover {
  color:#fff;
}

.clear-this {
  clear:both;
}

/*-----------------[SLIDER START]------------------------*/
#Slideshow-Container {
  position:absolute;
  left:-5px;
  top:-693px;
}

#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;
  left:-4px;
}

#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/risquexxx/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:920px;
  height:475px;
  overflow:unset;
  background:transparent;
  position:relative;
  border-radius:25px;
}

.frame-border {
  width:910px;
  height:480px;
  padding:12px;
  border-radius:25px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:1px 0 0 1px;
  background:transparent;
  border:0 solid #fff;
}

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

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

.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:75%;
  border-radius:3px;
  color:#b53cea;
  background-color:#ffffff;
  left:39%;
  padding:10px;
  position:absolute;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
}

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

a.v-button-desc:hover {
  text-decoration:none;
  background-color:rgba(255,255,255,0.6);
  color:#ffffff;
  -webkit-box-shadow:0 0 1px #202020;
  -moz-box-shadow:0 0 1px #202020;
  box-shadow:0 0 1px #202020;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

a.v-button-desc {
  border-radius:3px;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  background-color:rgba(0,0,0,0.8);
  left:26%;
  padding:10px;
  position:absolute;
  text-align:center;
  top:2%;
  z-index:1;
}

.v-title {
  background-color:rgba(255,255,255,0.5);
  padding-bottom:9px;
  padding-top:9px;
  position:absolute;
  text-align:center;
  top:40%;
  width:100%;
  z-index:1;
  color:#ffffff!important;
  font-family:Arial;
  font-size:17px;
}

a.s-button {
  border-radius:3px;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  background-color:rgba(0,0,0,0.8);
  left:39%;
  padding:10px;
  position:absolute;
  text-align:center;
  top:80%;
  z-index:1;
}

a.s-button-desc:hover {
  text-decoration:none;
  background-color:rgba(255,255,255,0.6);
  color:#000;
  -webkit-box-shadow:0 0 1px #202020;
  -moz-box-shadow:0 0 1px #202020;
  box-shadow:0 0 1px #202020;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

a.s-button-desc {
  border-radius:3px;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
  background-color:rgba(0,0,0,0.8);
  left:26%;
  padding:10px;
  position:absolute;
  text-align:center;
  top:2%;
  z-index:1;
}

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

.view:hover {
  width:410px;
  height:200px;
  margin:10px;
  float:left;
  border:10px solid #b53cea;
  -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]------------------------*/
/*-----------------[SKYPE START]------------------------*/
a.skype {
  top:30px;
  border-radius:3px;
  color:#ffffff;
  background-color:#7a00af;
  left:38.3%;
  padding:10px;
  position:relative;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
  display:inherit;
  width:200px;
}

a.skype:hover {
  text-decoration:none;
  background-color:#b53cea;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.skypebox {
  overflow:visible;
  background-color:rgba(0,0,0,0.3);
  width:auto;
  border-radius:15px;
  height:300px;
}

#skypeleft {
  display:block;
  width:auto;
  height:auto;
  float:left;
  left:90px;
  top:80px;
  position:relative;
  margin-top:-310px;
  margin-left:1px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

#skyperight {
  display:block;
  width:auto;
  height:auto;
  float:right;
  right:90px;
  top:80px;
  position:relative;
  margin-top:-310px;
  margin-left:1px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

/*-----------------[SKYPE END]------------------------*/
/*-----------------[SNAPCHAT START]------------------------*/
a.snapchat {
  top:100px;
  border-radius:3px;
  color:#ffffff;
  background-color:#7a00af;
  left:38.3%;
  padding:10px;
  position:relative;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
  display:inherit;
  width:200px;
}

a.snapchat:hover {
  text-decoration:none;
  background-color:#b53cea;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.snapchatbox {
  overflow:visible;
  background-color:rgba(0,0,0,0.3);
  width:auto;
  border-radius:15px;
  height:300px;
}

#snapchatleft {
  display:block;
  width:auto;
  height:auto;
  float:left;
  left:90px;
  top:80px;
  position:relative;
  margin-top:-310px;
  margin-left:1px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

#snapchatright {
  display:block;
  width:auto;
  height:auto;
  float:right;
  right:90px;
  top:80px;
  position:relative;
  margin-top:-310px;
  margin-left:1px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

/*-----------------[SNAPCHAT END]------------------------*/
/*-----------------[WHATSAPP START]------------------------*/
a.whatsapp {
  top:140px;
  border-radius:3px;
  color:#ffffff;
  background-color:#7a00af;
  left:38.3%;
  padding:10px;
  position:relative;
  text-align:center;
  z-index:1;
  text-decoration:none;
  opacity:1;
  display:inherit;
  width:200px;
}

a.whatsapp:hover {
  text-decoration:none;
  background-color:#b53cea;
  color:#ffffff;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.whatsappbox {
  overflow:visible;
  background-color:rgba(0,0,0,0.3);
  width:auto;
  border-radius:15px;
  height:300px;
}

#whatsappleft {
  display:block;
  width:auto;
  height:auto;
  float:left;
  left:90px;
  top:80px;
  position:relative;
  margin-top:-310px;
  margin-left:1px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

#whatsappright {
  display:block;
  width:auto;
  height:auto;
  float:right;
  right:90px;
  top:80px;
  position:relative;
  margin-top:-310px;
  margin-left:1px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:15px;
  color:#F09;
  text-shadow:0 2px 0 #ccc;
  font-family:Century Gothic;
  text-align:center;
}

/*-----------------[WHATSAPP END]------------------------*/