@charset "UTF-8";

UTF-8;
UTF-8;
@font-face {
  font-family:'Tangerine';
  font-style:normal;
  font-weight:700;
  src:local("Tangerine Bold"),local(Tangerine-Bold),url(http://fonts.gstatic.com/s/tangerine/v6/UkFsr-RwJB_d2l9fIWsx3ugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:'Josefin Sans';
  font-style:normal;
  src:local("Josefin Sans Light"),local(JosefinSans-Light),url(http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z04GofcKVZz6wtzX_QUIqsI.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

.animated {
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  -ms-animation-duration:1.5s;
  -o-animation-duration:1.5s;
  animation-duration:1.5s;
}

.animated.flip {
}

.animated.flip:hover,.animated.flip:focus {
  -webkit-backface-visibility:visible!important;
  -webkit-animation-name:flip;
  -moz-backface-visibility:visible!important;
  -moz-animation-name:flip;
  -o-backface-visibility:visible!important;
  -o-animation-name:flip;
  backface-visibility:visible!important;
  animation-name:flip;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function:ease-out;
  }
  
  40% {
    -webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function:ease-out;
  }
  
  50% {
    -webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function:ease-in;
  }
  
  80% {
    -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function:ease-in;
  }
  
  100% {
    -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function:ease-in;
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function:ease-out;
  }
  
  40% {
    -moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function:ease-out;
  }
  
  50% {
    -moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function:ease-in;
  }
  
  80% {
    -moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -moz-animation-timing-function:ease-in;
  }
  
  100% {
    -moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function:ease-in;
  }
}

@-o-keyframes flip {
  0% {
    -o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function:ease-out;
  }
  
  40% {
    -o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function:ease-out;
  }
  
  50% {
    -o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function:ease-in;
  }
  
  80% {
    -o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -o-animation-timing-function:ease-in;
  }
  
  100% {
    -o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function:ease-in;
  }
}

@keyframes flip {
  0% {
    transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function:ease-out;
  }
  
  40% {
    transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function:ease-out;
  }
  
  50% {
    transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function:ease-in;
  }
  
  80% {
    transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function:ease-in;
  }
  
  100% {
    transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function:ease-in;
  }
}

html,body,.profile_section_content {
  margin:0;
  padding:0;
}

a {
  color:white;
}

a:hover,#member_status_value a:hover {
  color:#fa93d7;
  text-decoration:none;
}

.photo_gallery_count {
  font-weight:bold;
}

#rating_value_bar img,#average_rating img {
  display:inline;
  box-sizing:border-box;
  width:24px;
  height:24px;
  padding-left:24px;
  background-color:transparent!important;
  background-image:url(http://4.bp.blogspot.com/-fkKkklqUblQ/VjY3lhAi1cI/AAAAAAAAKC8/RjZ0g0Odr_8/s1600/star.png)!important;
  background-repeat:repeat!important;
  background-attachment:scroll!important;
  background-position:0 0!important;
  background-clip:border-box!important;
  background-origin:padding-box!important;
  background-size:24px 24px;
}

.photo_gallery_image {
  border-radius:15px;
  border:3px solid #F76A6A;
  margin:6px;
}

.photo_gallery_lock {
  width:80px;
  height:80px;
}

.photo_gallery_preview {
  width:149px;
  margin:10px 0;
}

#unix_last_broadcast_container,#status_label,#member_type_value,#member_message_value,#last_login_string_container,#unix_last_updated_container,#blurb_container,#avatar_holder,#profile_header_container .heading,#about_me_label,#header_bar,#footer_bar,#profile_comments,#profile_main_photo,#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #gender_container,#profile_about_me #body_type_container,#profile_about_me #hair_container,#profile_about_me #weight_container,#profile_about_me #height_container,#profile_about_me #age_container,#profile_about_me #sexual_preference_container,#ethnicity_container,#eyes_container,#country_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#tags_container,#occupation_container,#profile_schedule,#profile_interests_content,#friends_container,#favorite_models_container {
  display:none;
}

.profile_row {
  margin:0 auto;
  text-align:center;
  width:686px;
  display:block;
}

.profile_section_content {
  text-align:center;
  z-index:auto;
}

#profile_header_container {
  margin:0;
  min-height:0;
}

#status_value {
  visibility:hidden;
}

#member_status_value a {
  visibility:initial;
  font-size:40px;
  font-family:'Tangerine',cursive;
  text-align:center;
  text-decoration:none;
  color:white;
  position:absolute;
  top:36px;
  left:83px;
  z-index:99;
}

#profile_friends .heading {
  text-indent:-9999px;
  line-height:0;
  font-size:30px;
}

#profile_friends .heading:after {
  text-indent:0;
  line-height:initial;
  display:block;
  content:'Rate and Admire Me';
}

#cam_score_value,#cam_score_label {
  color:#CACACA;
  position:absolute;
  top:900px;
  left:92px;
  font-weight:normal;
}

#cam_score_value {
  left:168px;
}

#profile {
  width:600px;
  margin:0 auto;
}

.profile_section .heading {
  margin-bottom:15px;
  padding:5px;
  font-size:40px;
  font-weight:bold;
}

#profile_friends .heading {
  text-indent:-9999px;
  line-height:0;
  font-size:30px;
}

body {
  background:#fbd5ee url(http://1.bp.blogspot.com/-UpINR_3sh8o/Vi6LjhLYyaI/AAAAAAAAJvc/L_tld2DxdnE/s1600/pink-doodle-hearts.png);
  cursor:url(http://2.bp.blogspot.com/-8C7934b-Qn4/VjYkp8d5_rI/AAAAAAAAKCU/SPQRwir_Zmk/s1600/pencil.gif),auto;
  font-family:'Tangerine',cursive;
  font-size:3em;
  color:#F3ECEC;
  text-shadow:rgba(27,21,21,0.9) .01em .022em 0px,rgba(21,4,4,0.45) .05em .1em 0.11em,rgba(14,8,8,0.4) .05em .2em 0.021em,rgba(12,9,9,0.8) .05em .22em .32em;
  -webkit-column-span:all;
  -moz-column-span:all;
  column-span:all;
  font-weight:500;
  text-align:center;
  font-size:2em;
}

#fixed_background {
  background-image:url(http://i.minus.com/ibvmaZywoLjbr7.png);
  background-size:100%;
  background-repeat:no-repeat;
  background-position:center center;
  display:block;
  z-index:0;
}

.profile_container,#profile_password_photo_galleries,#profile_photo_galleries,#profile_friends,#photo_galleries .profile_section,#password_photo_galleries .profile_section {
  display:block;
  padding:17px;
  margin:20px;
  background:rgba(245,156,181,0.81);
  border-radius:10px;
  box-shadow:5px 5px 20px #666;
  width:610px;
  text-align:center;
  font-family:sans-serif;
  font-size:16px;
}

.hidden#photo_galleries,.hidden#password_photo_galleries {
  display:none;
}

.profile_container.transparent {
  background:none;
  box-shadow:none;
}

#footer_brand img {
  width:95%;
  margin-left:-80px;
}

#header_brand img {
  width:100%;
}

#icon-wrap {
  width:600px;
  margin-left:-10px;
}

#social img {
  width:100px;
  display:inline;
  margin-left:35px;
  border-radius:20px;
  box-shadow:2px 2px 10px #333;
}

#header_links {
  font-size:40px;
  font-family:'Tangerine',cursive;
  text-align:center;
  color:#fa93d7;
  margin-top:0;
}

#header_links a {
  text-decoration:none;
  color:#f5f5f5;
}

#header_links a:hover {
  color:#fa93d7;
}

/* =================================================================
                                                Tip menu start
=================================================================*/
.actip {
  display:block;
  text-align:left;
  padding:10px 8px;
  font-family:lobster;
  border-bottom:1px solid #A50491;
  font-size:18px;
  color:#f5f5f5;
  font-weight:bold;
  margin-bottom:5px;
}

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

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

.ger {
  display:block;
  text-align:center;
  padding-top:0;
  padding-bottom:40px;
  height:auto;
}

.buy:link {
  display:inline-block;
  padding:-6px 10px 9px 14px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:9 2px 8px #000;
  text-decoration:none;
  font-size:19px;
  left:5px;
  color:#fff;
  font-wight:bold;
}

.buy:active {
  display:inline-block;
  padding:0 20px 0 0;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:5 2px 10px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-wight:bold;
}

.buy:hover {
  font-size:10px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255);
  font-wight:bold;
  border-right:1px solid rgba(255,255,255,0.5);
  padding-left:9px;
  text-shadow:4px 8px 9px #000;
  font-size:19px;
  position:relative;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(242,236,44),0 0 16px rgb(242,236,44),0 0 32px rgb(242,236,44),0 0 40px rgb(242,236,44),0 0 50px rgb(242,236,44);
  font-wight:bold;
}  
}

.buy:visited {
  display:inline-block;
  padding:0 20px 0 0;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-wight:bold;
}

/* =================================================================
                                      videos start
=================================================================*/
<div>
<span class="itmZ">
<img class="imthb" src="http://25.media.tumblr.com/tumblr_m7xhspZg2s1rxh85ho1_500.gif" alt="store item 1"><span class="vanzariProdusBuy"><span class="sales"><b><u>EXAMPLE VIDEO</u></b><br>All the details of what your video is about goes here.<br><i>(10 mins)</i><br><br><a href="http://www.myfreecams.com/mfc2/php/tip.php?&request=tip&broadcaster_id=20221961">100 tkns</a></span></span></span></div>
<div>
.video-item {
  width:49.6%;
  height:155px;
  margin:.2%;
  float:left;
  background-color:#424242;
  border:2px solid #0A0505;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
  box-shadow:0 0 2px #000;
}

.video-item .image {
  width:43%;
  height:100%;
  position:absolute;
  left:-2px;
  top:0;
  z-index:10;
}

.video img {
  height:100%;
}

.video-item .desc {
  width:59.7%;
  height:100%;
  background-color:#ddd;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  z-index:20;
  border-left:4px solid #000000;
  -moz-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  -webkit-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -o-box-sizing:border-box;
}

#itmrght {
  display:block;
  width:594px;
  height:336px;
  float:right;
  margin-top:20px;
  background:rgba(247,106,106,0.21);
  margin-right:0;
  padding:5px;
  overflow:auto;
  font-size:15px;
  color:#FFF;
  text-shadow:0 1px 0 #000;
  font-family:Century Gothic;
  text-align:center;
  border:double 3px #CC0097;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

.itmZ {
  display:inline-block;
  width:565px;
  height:150px;
  margin:9px;
  background:rgba(101,6,89,0.25);
}

.imthb {
  display:inline-block;
  float:left;
  margin:5px;
  width:226px;
  height:126px;
  top:1px;
  outline:none;
  transition:all .25s ease-in-out;
  -webkit-transition:all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border:4px solid rgba(0,0,0,0.0);
}

.iminf {
  display:inline-block;
  float:right;
  margin:10px;
  width:200px;
  height:150px;
  top:1px;
}

.vanzariProdusBuy {
  display:block;
  width:250px;
  height:200px;
  font-size:12px;
  color:#0000cc;
  background:url(http://1.bp.blogspot.com/-P7Mywh4yMnA/ViyX0nMTNaI/AAAAAAAAJtA/UBpE1PV6gU0/s1600/bluelight0.png);
  background-repeat:no-repeat;
  top:-173px;
  left:-1px;
  position:relative;
}

.vanzariProdusBuy:hover {
  display:block;
  width:250px;
  height:200px;
  font-size:12px;
  color:#333;
  background:url(http://3.bp.blogspot.com/--SKNzl7pfRg/VixnGfcNR4I/AAAAAAAAJsg/HGPYUvZn4Pc/s1600/purpleligh1.png);
  background-repeat:no-repeat;
  top:-173px;
  left:-1px;
  position:relative;
  -webkit-transition:all .7s;
  -moz-transition:all .7s;
  transition:all .7s;
}

.video-list {
  text-align:center;
  overflow:auto;
  background:rgba(147,1,123,0);
  list-style-type:none;
  height:204px;
  margin-top:-15px;
  margin-bottom:20px;
  border-bottom:15px solid #000000;
  border-left:12px solid #000000;
  border-right:12px solid #000000;
  border-radius:0 0 10px 10px;
  -webkit-border-radius:0 0 10px 10px;
  -moz-border-radius:0 0 10px 10px;
  -o-border-radius:0 0 10px 10px;
  box-shadow:0 0 15px #000;
}

.sales {
  display:inline-block;
  width:300px;
  height:200px;
  font-size:14px;
  color:#fff;
  position:relative;
  top:40px;
  left:255px;
  right:1px;
  cursor:pointer;
  text-decoration:none;
  float:left;
}

.sales:link {
  display:inline-block;
  width:300px;
  height:200px;
  font-size:14px;
  color:#f00;
  position:relative;
  top:1px;
  left:255px;
  right:40px;
  cursor:pointer;
  text-decoration:none;
  float:left;
}

.sales:hover {
  display:inline-block;
  width:300px;
  height:200px;
  font-size:14px;
  color:#9205A2;
  position:relative;
  top:40px;
  left:255px;
  right:1px;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
  text-decoration:none;
  float:left;
}

.frame::-webkit-scrollbar {
  height:10px;
  width:9px;
  border-top:0 solid #999;
  border-bottom:0 solid #999;
  border-left:0 solid #333;
  border-right:0 solid #333;
}

.frame::-webkit-scrollbar-thumb {
  width:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #000;
  background:#000;
}

.special {
  position:fixed;
  bottom:5px;
  left:1px;
  content:'Design by';
  background:url(http://mfcdesign.files.wordpress.com/2013/11/link.png) no-repeat;
  width:110px;
  height:20px;
  margin-left:12px;
  font-size:12px;
  display:inline-block;
}

.special:hover,.special:focus {
  display:inline-block;
  position:fixed;
  bottom:5px;
  left:10px;
  width:300px;
  height:116px;
  background:url(http://www.xniteproductions.com/MFC/foxy_eve/specdx.png) no-repeat;
  z-index:10000;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -webkit-transition:all .5s;
}

@-moz-keyframes cycle {
  0% {
    top:0;
  }
  
  4% {
    top:0;
  }
  
  16% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  20% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  21% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  92% {
    top:-325px;
    opacity:0;
    z-index:0;
  }
  
  96% {
    top:-325px;
    opacity:0;
  }
  
  100% {
    top:0;
    opacity:1;
  }
}

@-moz-keyframes cycletwo {
  0% {
    top:-325px;
    opacity:0;
  }
  
  16% {
    top:-325px;
    opacity:0;
  }
  
  20% {
    top:0;
    opacity:1;
  }
  
  24% {
    top:0;
    opacity:1;
  }
  
  36% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  40% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  41% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes cyclethree {
  0% {
    top:-325px;
    opacity:0;
  }
  
  36% {
    top:-325px;
    opacity:0;
  }
  
  40% {
    top:0;
    opacity:1;
  }
  
  44% {
    top:0;
    opacity:1;
  }
  
  56% {
    top:0;
    opacity:1;
  }
  
  60% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  61% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes cyclefour {
  0% {
    top:-325px;
    opacity:0;
  }
  
  56% {
    top:-325px;
    opacity:0;
  }
  
  60% {
    top:0;
    opacity:1;
  }
  
  64% {
    top:0;
    opacity:1;
  }
  
  76% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  80% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  81% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes cyclefive {
  0% {
    top:-325px;
    opacity:0;
  }
  
  76% {
    top:-325px;
    opacity:0;
  }
  
  80% {
    top:0;
    opacity:1;
  }
  
  84% {
    top:0;
    opacity:1;
  }
  
  96% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  100% {
    top:325px;
    opacity:0;
    z-index:0;
  }
}

@-webkit-keyframes cycle {
  0% {
    top:0;
  }
  
  4% {
    top:0;
  }
  
  16% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  20% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  21% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  50% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  92% {
    top:-325px;
    opacity:0;
    z-index:0;
  }
  
  96% {
    top:-325px;
    opacity:0;
  }
  
  100% {
    top:0;
    opacity:1;
  }
}

@-webkit-keyframes cycletwo {
  0% {
    top:-325px;
    opacity:0;
  }
  
  16% {
    top:-325px;
    opacity:0;
  }
  
  20% {
    top:0;
    opacity:1;
  }
  
  24% {
    top:0;
    opacity:1;
  }
  
  36% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  40% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  41% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-webkit-keyframes cyclethree {
  0% {
    top:-325px;
    opacity:0;
  }
  
  36% {
    top:-325px;
    opacity:0;
  }
  
  40% {
    top:0;
    opacity:1;
  }
  
  44% {
    top:0;
    opacity:1;
  }
  
  56% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  60% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  61% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-webkit-keyframes cyclefour {
  0% {
    top:-325px;
    opacity:0;
  }
  
  56% {
    top:-325px;
    opacity:0;
  }
  
  60% {
    top:0;
    opacity:1;
  }
  
  64% {
    top:0;
    opacity:1;
  }
  
  76% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  80% {
    top:325px;
    opacity:0;
    z-index:0;
  }
  
  81% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
  
  100% {
    top:-325px;
    opacity:0;
    z-index:-1;
  }
}

@-webkit-keyframes cyclefive {
  0% {
    top:-325px;
    opacity:0;
  }
  
  76% {
    top:-325px;
    opacity:0;
  }
  
  80% {
    top:0;
    opacity:1;
  }
  
  84% {
    top:0;
    opacity:1;
  }
  
  96% {
    top:0;
    opacity:1;
    z-index:0;
  }
  
  100% {
    top:325px;
    opacity:0;
    z-index:0;
  }
}

@-moz-keyframes fullexpand {
  0%,20%,40%,60%,80%,100% {
    width:0;
    opacity:0;
  }
  
  4%,24%,44%,64%,84% {
    width:0;
    opacity:.3;
  }
  
  16%,36%,56%,76%,96% {
    width:100%;
    opacity:.7;
  }
  
  17%,37%,57%,77%,97% {
    width:100%;
    opacity:.3;
  }
  
  18%,38%,58%,78%,98% {
    width:100%;
    opacity:0;
  }
}

@-webkit-keyframes fullexpand {
  0%,20%,40%,60%,80%,100% {
    width:0;
    opacity:0;
  }
  
  4%,24%,44%,64%,84% {
    width:0;
    opacity:.3;
  }
  
  16%,36%,56%,76%,96% {
    width:100%;
    opacity:.7;
  }
  
  17%,37%,57%,77%,97% {
    width:100%;
    opacity:.3;
  }
  
  18%,38%,58%,78%,98% {
    width:100%;
    opacity:0;
  }
}

#snapchatad {
  position:relative;
  width:622px;
  height:368px;
  background:url(http://i68.tinypic.com/21nqwyf.jpg);
  top:0;
  left:0;
}

#snpchtsec {
  width:232px;
  height:120px;
  float:left;
  margin-top:150px;
  background:rgba(51,51,51,0.0);
  margin-left:220px;
  margin-right:0;
  padding:11px;
  overflow:auto;
  font-size:14px;
  font-size:50px;
  color:#fff;
  text-shadow:0 0 1px #000101,0 0 2px rgb(10,0,0);
  font-wight:bold;
}

#snpchtsec:link {
  width:232px;
  height:120px;
  float:left;
  margin-top:150px;
  background:rgba(51,51,51,0.0);
  margin-left:220px;
  margin-right:0;
  padding:11px;
  overflow:auto;
  font-size:14px;
  font-size:79px;
  cursor:pointer;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(183,6,94),0 0 16px rgb(158,4,80),0 0 32px rgb(183,5,93),0 0 40px rgb(187,7,96),0 0 50px rgb(179,6,92);
  font-wight:bold;
}

#snpchtsec:hover {
  width:232px;
  height:120px;
  float:left;
  margin-top:150px;
  background:rgba(51,51,51,0.0);
  margin-left:220px;
  margin-right:0;
  padding:11px;
  overflow:auto;
  font-size:14px;
  font-size:50px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(183,6,94),0 0 16px rgb(158,4,80),0 0 32px rgb(183,5,93),0 0 40px rgb(187,7,96),0 0 50px rgb(179,6,92);
  font-wight:bold;
}

#cstmvid {
  position:relative;
  width:632px;
  height:384px;
  background:url(http://1.bp.blogspot.com/-8LtMPR__wTg/VjZCT5zDFjI/AAAAAAAAKDM/MGebaxGBXBs/s1600/customvid.png);
  top:0;
  left:0;
}

.neontext {
  font-size:16px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  font-wight:bold;
  font-family:lobster;
}

.rulestext {
  font-size:18px;
  color:#A4007B;
  font-wight:bold;
  font-family:lobster;
  text-shadow:0 0 1px rgb(255,45,149),0 0 2px rgb(255,45,149),0 0 4px rgb(255,45,149),0 0 8px rgb(255,255,255),0 0 16px rgb(255,255,255),0 0 32px rgb(255,255,255),0 0 40px rgb(255,255,255),0 0 50px rgb(255,255,255);
}