@charset "UTF-8";

/* =================================================================
          These elements are the main content sections we Don't want seen.
=================================================================*/
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_schedule,#profile_interests_content,#blurb_label,#blurb_value,#avatar_holder,#friends_value,#status_label,#show_message_dialog,#member_type_value,#unix_last_updated_container.container,#unix_last_login_container.container,div.heading {
  display:none;
}

/* =================================================================
          These elements are the main content information we Don't want seen. 
=================================================================*/
#age_container,#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,#cam_score_container,#school_container,#tags_container {
  display:none;
}

/*==============================================
Menu Bar
==============================================*/
#menu-bar {
  width:94.5%;
  margin:0;
  padding:0 0 15px 80px;
  text-align:center;
  height:50px;
  line-height:100%;
  border-radius:24px;
  -webkit-border-radius:24px;
  -moz-border-radius:24px;
  box-shadow:2px 2px 3px #666666;
  -webkit-box-shadow:2px 2px 3px #666666;
  -moz-box-shadow:2px 2px 3px #666666;
  background:#BB0A1E;
  background:linear-gradient(top,#BB0A1E,#000000);
  background:-ms-linear-gradient(top,#BB0A1E,#000000);
  background:-webkit-gradient(linear,left top,left bottom,from(#BB0A1E),to(#000000));
  background:-moz-linear-gradient(top,#BB0A1E,#000000);
  border:solid 1px #E534AA;
  position:relative;
  z-index:999;
}

.table {
  display:table;
/* Allow the centering to work */
  margin:0 auto;
  position:fixed;
/* Set the navbar to fixed position */
  top:0;
/* Position the navbar at the top of the page */
  z-index:999;
}

#menu-bar li {
  margin:0;
  padding:0 15px;
  float:left;
  position:relative;
  list-style:none;
}

#menu-bar a {
  font-weight:bold;
  font-family:'Oleo Script';
  font-style:normal;
  font-size:30px;
  color:#ffffff;
  text-decoration:none;
  display:block;
  padding:20px;
  margin:0;
  margin-bottom:6px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  text-shadow:2px 2px 3px #000000;
}

#menu-bar li ul li a {
  margin:0;
}

#menu-bar .active a,#menu-bar li:hover > a {
  background:cd4398;
  background:linear-gradient(top,#BB0A1E,#000000);
  background:-ms-linear-gradient(top,#BB0A1E,#000000);
  background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#BB0A1E));
  background:-moz-linear-gradient(top,#BB0A1E,#000000);
  color:#ffffff;
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,.2);
  box-shadow:0 1px 1px rgba(0,0,0,.2);
  text-shadow:2px 2px 3px #000000;
}

#menu-bar ul li:hover a,#menu-bar li:hover li a {
  background:none;
  border:none;
  color:#666;
  -box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
}

#menu-bar ul a:hover {
  background:#0399D4!important;
  background:linear-gradient(top,#04ACEC,#0186BA)!important;
  background:-ms-linear-gradient(top,#04ACEC,#0186BA)!important;
  background:-webkit-gradient(linear,left top,left bottom,from(#04ACEC),to(#0186BA))!important;
  background:-moz-linear-gradient(top,#04ACEC,#0186BA)!important;
  color:#000000!important;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  text-shadow:2px 2px 3px #000000;
}

#menu-bar li:hover > ul {
  display:block;
}

#menu-bar ul {
  background:#DDDDDD;
  background:linear-gradient(top,#000000,#CFCFCF);
  background:-ms-linear-gradient(top,#000000,#CFCFCF);
  background:-webkit-gradient(linear,left top,left bottom,from(#000000),to(#CFCFCF));
  background:-moz-linear-gradient(top,#000000,#CFCFCF);
  display:none;
  margin:0;
  padding:0;
  width:50px;
  position:absolute;
  top:30px;
  left:;
  border:solid 1px #B4B4B4;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -webkit-box-shadow:2px 2px 3px #222222;
  -moz-box-shadow:2px 2px 3px #222222;
  box-shadow:2px 2px 3px #222222;
}

#menu-bar ul li {
  float:none;
  margin:0;
  padding:0;
}

#menu-bar ul a {
  padding:10px 0 10px 15px;
  color:#424242!important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight:normal;
  text-shadow:2px 2px 3px #000000;
}

#menu-bar ul li:first-child > a {
  border-top-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-radius-topleft:10px;
  border-top-right-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topright:10px;
}

#menu-bar ul li:last-child > a {
  border-bottom-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius-bottomleft:10px;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomright:10px;
}

#menu-bar:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

#menu-bar {
  display:inline-block;
}

html[xmlns] #menu-bar {
  display:block;
}

* html #menu-bar {
  height:1%;
}

/*========================================
End menu
========================================*/
/* =================================================================
                                                    Link function end
=================================================================*/
@font-face {
  font-family:'Oleo Script';
  font-style:normal;
  font-weight:400;
  src:local('Oleo Script'),local(OleoScript-Regular),url(https://fonts.gstatic.com/s/oleoscript/v6/rax5HieDvtMOe0iICsUccChTu0_g8A.woff2) format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Oleo Script';
  font-style:normal;
  font-weight:400;
  src:local('Oleo Script'),local(OleoScript-Regular),url(https://fonts.gstatic.com/s/oleoscript/v6/rax5HieDvtMOe0iICsUccChdu08.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

body {
  background:url(https://www.dropbox.com/s/ln3pbsxsfl82ppo/blackredsilk.png?raw=1);
  background-color:#bb0a1e;
  color:#ffffff;
  font-family:'Oleo Script',cursive;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  font-family:'Oleo Script',cursive;
  color:#ffffff;
  border:0 none #;
  padding:0;
  margin:0;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:#ffffff;
  filter:alpha(opacity=75);
  opacity:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#ffffff;
  color:#ffffff;
  font-family:'Oleo Script',cursive;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

/* =================================================================
                                       Ratings and Admire start
=================================================================*/
/************************************* 
 
         Ratings and Admire
 
**************************************/
#average_rating img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  background:url(http://3.bp.blogspot.com/-S3Qi7ZuwkUI/VM_8m-rmu1I/AAAAAAAAHb8/QbCSTBCGG-s/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:230px;
  height:200px;
  padding-left:23px;
}

#average_rating img[src="//1.bp.blogspot.com/-i2dmT3SDLFA/VLYHFkNpydI/AAAAAAAAHBo/_4rVgb8Zb1w/s1600/rating_off.png"] {
  background:url(http://1.bp.blogspot.com/-8ughy6xPO7Q/VM_85jQAK3I/AAAAAAAAHcI/mXSH67UlL0o/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:230px;
  height:200px;
  padding-left:23px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  background:url(http://3.bp.blogspot.com/-S3Qi7ZuwkUI/VM_8m-rmu1I/AAAAAAAAHb8/QbCSTBCGG-s/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:230px;
  height:200px;
  padding-left:23px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-off.png"] {
  background:url(http://1.bp.blogspot.com/-8ughy6xPO7Q/VM_85jQAK3I/AAAAAAAAHcI/mXSH67UlL0o/s1600/profile_star_rating_on.png)no-repeat;
  display:inline;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:230px;
  height:200px;
  padding-left:23px;
}

#rating_confirm {
  color:#811baf;
  text-transform:uppercase;
  font-weight:400;
  margin-left:10px;
  vertical-align:top;
}

#admirers_label form#new_admirer {
  position:absolute;
  font-size:18px;
  margin-left:95px;
  margin-top:-20px;
  vertical-align:middle!important;
  text-transform:uppercase;
}

#admire_confirm {
  color:#FF0000;
}

#new_admirer {
  line-height:13px;
  z-index:3!important;
  position:absolute;
}

/* =================================================================
                                       Ratings and Admire end
=================================================================*/
/* =================================================================
                                      Headings start 
=================================================================*/
.neontext {
  font-size:34px;
  font-family:'Oleo Script',cursive;
  color:#ffffff;
  text-shadow:3px -2px 9px #000000;
  font-wight:bold;
}

.neontext2 {
  font-size:20px;
  font-family:'Oleo Script',cursive;
  color:#ffffff;
  text-shadow:3px -2px 9px #000000;
  font-wight:bold;
}

.neontext3 {
  font-size:28px;
  font-family:'Oleo Script',cursive;
  color:#ffffff;
  text-shadow:3px -2px 9px #000000;
  font-wight:bold;
}

.pvttext {
  font-size:18px;
  font-family:'Oleo Script',cursive;
  color:#ffffff;
  text-shadow:3px -2px 9px #000000;
  font-wight:bold;
}

h1 {
  color:#ffffff;
  font-size:34px;
  font-family:'Oleo Script',cursive;
  color:#ffffff;
  text-shadow:3px -2px 9px #000000;
  font-wight:bold;
}

h2 {
  font-family:'Oleo Script',cursive;
  color:#ffffff;
  text-shadow:3px -2px 9px #000000;
  font-wight:bold;
}

h4 {
  font-size:30px;
  font-family:'Oleo Script',cursive;
  color:#ffffff;
  text-shadow:5px -5px 15px #000000;
  font-wight:normal;
}

p.law {
  font-family:'Oleo Script',cursive;
  font-size:20px;
  color:#ffffff;
  text-shadow:1px 1px 1px #000;
  text-shadow:3px -2px 9px #000000;
  font-wight:bold;
}

p.club {
  font-family:'Oleo Script',cursive;
  text-shadow:3px -2px 9px #000000;
  font-size:12px;
  color:#ffffff;
}

.goodietext {
  font-size:15px;
  font-family:'Oleo Script',cursive;
  color:#ffffff;
  text-shadow:3px -2px 9px #000000;
}

/* =================================================================
                                      Headings end
=================================================================*/
/* =================================================================
                                      Social Start
=================================================================*/
.socialleft {
  float:left;
  width:auto;
  Height:auto;
  text-align:left;
  padding:5px;
  font-family:arial;
  font-size:25px;
  color:#000000;
  text-shadow:1px 1px 1px #000;
  text-shadow:3px -2px 9px #ff99ac;
  font-weight:bold;
  margin-top:50%;
  margin-bottom:0;
  margin-left:0;
  margin-right:70%;
  position:relative;
  z-index:998;
}

.socialright {
  float:left;
  width:auto;
  Height:auto;
  text-align:left;
  padding:0;
  font-family:arial;
  font-size:25px;
  color:#000000;
  text-shadow:1px 1px 1px #000;
  text-shadow:3px -2px 9px #ff99ac;
  font-weight:bold;
  margin-top:5%;
  margin-bottom:0;
  margin-left:0;
  margin-right:5%;
  position:relative;
  z-index:998;
}

.socialtable {
  display:table;
/* Allow the centering to work */
  margin:0 auto;
  position:fixed;
/* Set the navbar to fixed position */
  top:0;
/* Position the navbar at the top of the page */
  z-index:998;
  @mediaallandmax-width:600px) { .socialleft {display:none;
}

.socialright {
  display:none;
}

.socialtable {
  display:none;
}  
}

  
}

/* Clear floats after the columns */
.socialrow:after {
  content:"";
  display:table;
  clear:both;
}

/* =================================================================
                                      Social end
=================================================================*/
/* =================================================================
                                       about me section start
=================================================================*/
.gwabtme {
  overflow:auto;
  width:66%;
  height:auto;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:16%;
  opacity:.75;
  background-color:#bb0a1e;
  border-top:2px solid #000000;
  border-bottom:4px solid #000000;
  border-left:4px solid #000000;
  border-right:4px solid #000000;
  -webkit-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  -moz-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
}

#gwabtme-table {
  margin:0 auto;
  text-align:center;
  width:100%;
/* total computed width = 222 x 3 + 226 */
}

.boutme {
  display:flex;
}

.text-block {
  flex:50%;
  padding:20px 20px 5px 5px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .text-block {
    width:100%;
  }
}

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

/* =================================================================
                                       about me section end
=================================================================*/
/* =================================================================
                                      Rules Menu Start
=================================================================*/
.column {
  float:center;
  width:66%;
  Height:auto;
  padding:5px;
  text-align:center;
  padding-left:5px;
  font-family:arial;
  font-size:25px;
  color:#ffffff;
  text-shadow:1px 1px 1px #000;
  text-shadow:3px -2px 9px #000000;
  font-wight:bold;
  margin-top:5px;
  margin-bottom:10px;
  margin-left:5px;
  border-bottom:4px solid #000000;
  border-left:4px solid #000000;
  border-right:4px solid #000000;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #000000;
}

span {
  font-size:25px;
}

span b {
  font-size:60%;
}

/* Clear floats after the columns */
.row:after {
  content:"";
  display:table;
  clear:both;
}

/* =================================================================
                                      Rules Menu end
=================================================================*/
/* =================================================================
                                      Tip menu start 
=================================================================*/
.tipbox {
  overflow:auto;
  background:url;
  background-repeat:no-repeat;
  background-position:center;
  width:80%;
  height:auto;
  border-top:1px solid #000000;
  border-bottom:4px solid #000000;
  border-left:4px solid #000000;
  border-right:4px solid #000000;
  -webkit-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  -moz-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  margin-left:7%;
  margin-bottom:20px;
  padding:20px;
}

/* =================================================================
                                                Tip menu start
=================================================================*/
.actip {
  display:block;
  text-align:left;
  padding:10px 8px;
  font-family:'Oleo Script',cursive;
  border-bottom:1px solid #ccc;
  text-shadow:2px 0 1px rgba(0,0,0,0.94);
  color:#ffffff;
  font-size:20px;
  margin-bottom:5px;
}

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

.dainf {
  display:block;
  padding:15px;
  font-family:'Oleo Script',cursive;
  border-bottom:1px solid #ccc;
  text-shadow:2px 0 1px rgba(0,0,0,0.94);
  color:#ffffff;
  font-size:18px;
}

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

.buy:link {
  display:inline-block;
  padding:11px 11px 5px 9px;
  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;
  border-bottom:1px solid #ccc;
  text-shadow:2px 0 1px rgba(0,0,0,0.94);
  color:#ffffff;
  font-wight:bold;
}

.buy:active {
  display:inline-block;
  padding:11px 11px 5px 9px;
  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;
  border-bottom:1px solid #ccc;
  text-shadow:2px 0 1px rgba(0,0,0,0.94);
  color:#ffffff;
  font-wight:bold;
}

.buy:hover {
  font-size:10px;
  border-bottom:1px solid #ccc;
  text-shadow:2px 0 1px rgba(0,0,0,0.94);
  color:#ffffff;
  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(0,0,0),0 0 16px rgb(0,0,0),0 0 32px rgb(0,0,0),0 0 40px rgb(0,0,0),0 0 50px rgb(0,0,0);
  font-wight:bold;
  border:1px solid rgba(255,255,255,0.2);
  padding:11px;
  background:rgba(255,255,255,0.5);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:15px;
  position:relative;
  -moz-box-shadow:0 18px 10px -9px rgba(0,0,0,0.75);
  -webkit-box-shadow:0 18px 10px -9px rgba(0,0,0,0.75);
  box-shadow:0 18px 10px -9px rgba(0,0,0,0.75);
  -o-box-shadow:0 18px 10px -9px rgba(0,0,0,0.75);
  -ms-box-shadow:0 18px 10px -9px rgba(255,255,255,.7);
  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(0,0,0),0 0 16px rgb(0,0,0),0 0 32px rgb(0,0,0),0 0 40px rgb(0,0,0),0 0 50px rgb(0,0,0);
  font-wight:bold;
}

.buy:visited {
  display:inline-block;
  padding:11px 11px 5px 9px;
  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;
  border-bottom:1px solid #ccc;
  text-shadow:2px 0 1px rgba(0,0,0,0.94);
  color:#ffffff;
  font-wight:bold;
}

/* =================================================================
                                      Tip menu end 
=================================================================*/
/* =================================================================
                                      videos and store start 
=================================================================*/
.videoswrap {
  overflow:auto;
  width:auto;
  height:auto;
  text-align:center;
}

.customswrap {
  overflow:auto;
  width:auto;
  height:auto;
  text-align:center;
}

.storewrap {
  overflow:auto;
  width:auto;
  height:auto;
  text-align:center;
}

#store,#videos, {
  display:block;
  width:auto;
  height:auto;
  padding:5px;
  margin-top:12px;
  margin-bottom:12px;
  border:1px solid rgba(153,153,153,.4);
}

#store,#videos, {
  display:block;
  width:auto;
  height:auto;
  padding:5px;
  margin-top:12px;
  border:1px solid rgba(153,153,153,.4);
}

#spl {
  display:block;
  width:auto;
  height:auto;
  padding:5px;
  margin-top:12px;
  margin-bottom:12px;
  border:0 solid rgba(153,153,153,0.0);
  margin-left:-8px;
}

#st_con {
  display:block;
  width:auto;
  height:auto;
  margin-top:10px;
  margin-bottom:40px;
  margin-left:5px;
  margin-right:5px;
  padding:5px;
  overflow:auto;
}

.tcls {
  display:inline-block;
  width:275px;
  min-height:180px;
  text-align:center;
}

.sbuy {
  display:inline-block;
  width:160px;
  height:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background-color:rgba(0,0,0,0.3);
  color:#000000;
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.sbuy:hover {
  display:inline-block;
  width:160px;
  height:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -moz-box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  -webkit-box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  box-shadow:0 14px 10px -12px rgba(0,204,204,0.5);
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.it_st {
  transform:scale(0,0);
  -ms-transform:scale(0,0);
  -webkit-transform:scale(0,0);
  margin-top:0;
}

.it_st img:hover {
  transform:scale(1.5,1.3);
  -ms-transform:scale(1.5,1.3);
  -webkit-transform:scale(1.5,1.3);
  z-index:99999;
  margin-top:20px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
}

#vids_con {
  display:block;
  width:880px;
  height:200px;
  margin-top:10px;
  margin-bottom:40px;
  margin-left:5px;
  margin-right:5px;
  padding:5px;
  overflow:auto;
}

#custom_con {
  display:block;
  width:880px;
  height:200px;
  margin-top:10px;
  margin-bottom:40px;
  margin-left:5px;
  margin-right:5px;
  padding:5px;
}

#shows_con {
  width:60%;
  height:250px;
  padding:0;
  margin-top:0;
  margin-bottom:5px;
  margin-left:25%;
  margin-right:5px;
  overflow:auto;
}

.vidstcls {
  display:inline-block;
  width:275px;
  min-height:180px;
  text-align:center;
}

.showstcls {
  display:inline-block;
  min-height:180px;
  text-align:center;
}

.vidsbuy {
  display:inline-block;
  width:160px;
  height:40px;
  font-size:14px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background-color:rgba(0,0,0,0.3);
  color:#000000;
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #069;
}

.vidsbuy:hover {
  display:inline-block;
  width:160px;
  height:40px;
  text-align:center;
  font-size:14px;
  border-bottom:1px solid #ccc;
  text-shadow:2px 0 1px rgba(0,0,0,0.94);
  color:#f0c2e8;
  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;
  border:1px solid rgba(255,255,255,0.2);
  padding:11px;
  background:rgba(255,255,255,0.5);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:15px;
  position:relative;
  -moz-box-shadow:0 18px 10px -9px rgba(0,0,0,0.75);
  -webkit-box-shadow:0 18px 10px -9px rgba(0,0,0,0.75);
  box-shadow:0 18px 10px -9px rgba(0,0,0,0.75);
  -o-box-shadow:0 18px 10px -9px rgba(0,0,0,0.75);
  -ms-box-shadow:0 18px 10px -9px rgba(255,255,255,.7);
  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;
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #069;
}

.vidst_st {
  transform:scale(0,0);
  -ms-transform:scale(0,0);
  -webkit-transform:scale(0,0);
  margin-top:0;
}

.vidst_st img:hover {
  transform:scale(1.2,1.1);
  -ms-transform:scale(1.2,1.1);
  -webkit-transform:scale(1.2,1.1);
  z-index:99999;
  margin-top:20px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
}

/* =================================================================
                                       videos and store end
=================================================================*/
.dbboxes {
  padding:2px 10px 2px 20px;
  margin:20px 2%;
  border-bottom:4px solid #000000;
  border-left:4px solid #000000;
  border-right:4px solid #000000;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #000000;
}

.cboxes {
  padding:2px 10px 2px 20px;
  margin:20px 2%;
  border-top:1px solid #000000;
  border-bottom:4px solid #000000;
  border-left:4px solid #000000;
  border-right:4px solid #000000;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #000000;
  -webkit-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  -moz-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
}

.sboxes {
  text-align:center;
  padding:10px;
  margin:20px 2%;
  opacity:.75;
  background:#bb0a1e;
  border-top:1px solid #000000;
  border-bottom:4px solid #000000;
  border-left:4px solid #000000;
  border-right:4px solid #000000;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #000000;
  -webkit-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  -moz-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
}

/*=======================
Tags Start
========================*/
.tags {
  width:90%;
  opacity:.75;
  height:auto;
  float:center;
  background:#bb0a1e;
  font-size:20px;
  font-family:'Oleo Script',cursive;
  color:#000000;
  text-shadow:3px -2px 9px #000000;
  font-wight:bold;
  padding:10px 20px;
  margin-top:50px;
  margin-bottom:20px;
  border-top:1px solid #000000;
  border-bottom:4px solid #000000;
  border-left:4px solid #000000;
  border-right:4px solid #000000;
  -webkit-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  -moz-box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
  box-shadow:17px 17px 22px 1px rgba(0,0,0,0.75);
}

/*=======================
tags end
========================*/