@charset "UTF-8";

/* =================================================================
                                          Top Navigation start
=================================================================*/
/* Menu */
.wrapper {
  width:800px;
  margin:0 auto;
}

#navHeader {
  position:fixed;
  top:0;
  left:0;
  right:50px;
  height:20px;
  width:90%;
  color:white;
  box-shadow:0 3px 20px 3px rgba(0,0,0,.8);
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

.nav {
/* Fancy Glossy Red */
  background:#cb60b3;
/* Old browsers */
  background:-moz-linear-gradient(top,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* FF3.6+ */
  background:-webkit-gradient(linear,left top,left bottom,color- stop(0%,#cb60b3),color-stop(50%,#c146a1),color-stop (51%,#a80077),color-stop(100%,#db36a4));
/* Chrome,Safari4+ */
  background:-webkit-linear-gradient(top,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* Chrome10+,Safari5.1+ */
  background:-o-linear-gradient(top,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* Opera 11.10+ */
  background:-ms-linear-gradient(top,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* IE10+ */
  background:linear-gradient(to bottom,#cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
/* W3C */
  filter:progid:DXImageTransform.Microsoft.gradient (startColorstr='#cb60b3',endColorstr='#db36a4',GradientType =0);
/* IE6-9 */
/* Older flat one */
/* background-color: rgba(197, 7, 219, 0.65);  mws changed */
  position:fixed;
  top:0;
  left:223px;
  right:0;
  width:70%;
  height:35px;
  display:block;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  font-weight:bold;
/*  mws changed */
  text-align:center;
/* mws added */
  z-index:500;
}

.nav ul {
  padding:0 0 0 24px;
  margin-top:0;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.nav ul li {
  display:inline-block;
  list-style-type:none;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
}

.nav > ul > li > a > .caret {
  border-top:4px solid #fff;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
  content:"";
  display:inline-block;
  height:0;
  width:0;
  top:-10px;
  vertical-align:middle;
  -webkit-transition:color .1s linear;
  -moz-transition:color .1s linear;
  -o-transition:color .1s linear;
  transition:color .1s linear;
}

.nav > ul > li > a {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  line-height:30px;
  color:#fff;
  display:block;
  padding:0 20px;
  text-decoration:none;
  text-transform:uppercase;
}

/* mws testing - this is the Top Tool Bar Nav */
.nav > ul > li:hover {
  background-image:url(http://3.bp.blogspot.com/-yhds7Eos07g/UpiDBXWnrtI/AAAAAAAACzU/4N5fQpmlafQ/s1600/180154uft5mwax9c.gif);
  border:2px solid rgba(0,220,244,0.9);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

/* mws testing
.nav > ul > li:hover {
  background-color:rgba(0,0,0,0.9);
}
*/
.nav > ul > li:hover > a {
  color:rgb(255,255,255);
}

.nav > ul > li:hover > a > .caret {
  border-top-color:rgb(255,255,255);
}

.nav > ul > li > div {
  background-color:rgba(0,0,0,0.9);
  border-top:0;
  border-radius:0 0 5px 5px;
  display:none;
  margin:0;
  opacity:5;
  position:absolute;
  width:165px;
  visibility:hidden;
  -moz-transition:opacity .2s;
  -o-transition:opacity .2s;
  -webkit-transition:opacity .2s;
  transition:opacity .2s;
}

.nav > ul > li:hover > div {
  display:block;
  opacity:1;
  visibility:visible;
}

.nav > ul > li:hover > div > ul {
  padding:0;
}

.nav > ul > li > div ul > li {
  display:block;
}

.nav > ul > li > div ul > li > a {
  color:#fff;
  display:block;
  padding:12px 24px;
  text-decoration:none;
}

.nav > ul > li > div ul > li:hover > a {
  background-image:url(http://3.bp.blogspot.com/-yhds7Eos07g/UpiDBXWnrtI/AAAAAAAACzU/4N5fQpmlafQ/s1600/180154uft5mwax9c.gif);
  width:12.5%;
}

#link_ABOUTME {
  position:absolute;
  top:1200px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_RULES {
  position:absolute;
  top:800px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_TIPMENU {
  position:absolute;
  top:1150px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_VIDEOS {
  position:absolute;
  top:2400px;
  width:1px;
  height:1px;
  background:transparent;
}

#link_STORE {
  position:absolute;
  top:2970px;
  width:1px;
  height:1px;
  background:transparent;
}

/* =================================================================
                                                  Top Navigation end
=================================================================*/
/* =================================================================
                                                    Link function start
=================================================================*/
a:link,a:active {
  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;
}

a:hover,a:focus {
  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;
  text-decoration:underline;
}

a:visited {
  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-weight:normal;
}

/* =================================================================
                                                    Link function end
=================================================================*/
@font-face {
  font-family:'lobster';
  font-style:normal;
  font-weight:400;
  src:local(Lobster),local(Lobster-Regular),url(http://fonts.gstatic.com/s/lobster/v15/cycBf3mfbGkh66G5NhszPQ.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;
}

body {
  width:920px;
  margin:-300px auto;
  font-family:lobster;
  font-size:18px;
  background:#fff;
  background:url(data:image/jpeg;base64,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);
  background-repeat:repeat;
  background-position:top center;
  background-attachment:fixed;
  color:#fff;
}

#profile .profile_row:first-child {
  position:absolute;
  margin-left:-264px;
  margin-top:311px;
  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);
  width:400px;
  font-size:24px;
}

/* =================================================================
          These elements are the main content sections we do not want seen.
=================================================================*/
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_schedule,#profile_interests_content,#profile_comments,#favorite_models_label,#favorite_models_value,#friends_label,#blurb_label,#blurb_value,#avatar_holder,#friends_value,#admirers_label,#admirers_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 do not 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;
}

/* =================================================================
                                      Tip menu start 
=================================================================*/
.tipbox {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:430px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/* =================================================================
                                      scroll bars start 
=================================================================*/
::-webkit-scrollbar {
  width:5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
  -webkit-border-radius:10px;
  border-radius:10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#520D94;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:#520D94;
  border:1px solid #FFF;
}

/* =================================================================
                                                scroll bars end 
=================================================================*/
/* =================================================================
                                                Tip menu start
=================================================================*/
.actip {
  display:block;
  text-align:left;
  padding:10px 8px;
  font-family:lobster;
  border-bottom:1px solid #ccc;
  font-size:20px;
  color:#FFFFFF;
  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: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;
  color:#fff;
  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;
  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),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.5);
  padding:11px;
  background:rgba(0,0,0,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(255,255,255,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -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;
}  
}

.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;
  color:#fff;
  font-wight:bold;
}

/* =================================================================
                                      Tip menu end 
=================================================================*/
/* =================================================================
                                      Headings start 
=================================================================*/
.neontext {
  font-size:36px;
  font-family:lobster;
  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;
}

h1 {
  color:#fff;
  text-shadow:3px 3px 1px #000;
  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;
}

h2 {
  font-family:lobster;
  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;
}

p.law {
  font-family:lobster;
  font-size:20px;
  color:#FFFFFF;
  text-shadow:1px 1px 1px #000;
  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;
}

p.club {
  font-family:lobster;
  font-size:20px;
  color:#FFFFFF;
}

/* =================================================================
                                      Headings end
=================================================================*/
/* =================================================================
                                      main picture start  
=================================================================*/
.mainpic {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:36px;
  -moz-border-radius-topright:36px;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:36px;
  -webkit-border-top-right-radius:36px;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:36px;
  border-top-right-radius:36px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/* =================================================================
                                      main picture end
=================================================================*/
/* =================================================================
                                      videos and store start 
=================================================================*/
.videoswrap {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:540px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
  text-align:center;
}

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

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

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

#st_v1 {
  display:block;
  width:900px;
  height:500px;
  overflow:hidden;
  position:relative;
  background:url(http://trupa.files.wordpress.com/2013/09/store_top.png);
  background-repeat:no-repeat;
  background-position:top;
}

#st_con {
  display:block;
  width:880px;
  height:270px;
  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:#FFF;
  margin-left:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #069;
}

.sbuy:hover {
  display:inline-block;
  width:160px;
  height:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background:url(http://3.bp.blogspot.com/-yhds7Eos07g/UpiDBXWnrtI/AAAAAAAACzU/4N5fQpmlafQ/s1600/180154uft5mwax9c.gif) no-repeat #FFF;
  color:#fff;
  -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;
  border:1px solid #069;
}

.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:437px;
  margin-top:10px;
  margin-bottom:40px;
  margin-left:5px;
  margin-right:5px;
  padding:5px;
  overflow:auto;
}

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

.vidsbuy {
  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:#FFF;
  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:20px;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  background:url(http://3.bp.blogspot.com/-yhds7Eos07g/UpiDBXWnrtI/AAAAAAAACzU/4N5fQpmlafQ/s1600/180154uft5mwax9c.gif) no-repeat #FFF;
  color:#069;
  -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;
  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
=================================================================*/
/* =================================================================
                                       about me section start
=================================================================*/
.gwabtme {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:autopx;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:50px;
  padding:20px;
}

/* =================================================================
                                       about me section end
=================================================================*/
.buy-button-animation {
  animation-name:buy-button;
  -webkit-animation:buy-button 1s infinite;
  -moz-animation:buy-button 1s infinite;
  -o-animation:buy-button 1s infinite;
  animation:buy-button 1s infinite;
}

.temp1-tip-me {
  color:#333333;
  font-family:Arial;
  font-size:38px;
  font-weight:100;
  padding-bottom:40px;
  padding-top:130px;
  text-align:center;
}

/*-----------------[TIP ME START]------------------------*/
#tip-me {
  margin:0 auto;
  width:675px;
}

.tip-me-right {
  float:right;
}

#tip-me a {
  text-decoration:none;
}

#tip-me a:hover {
  text-decoration:none;
  color:#aeabca;
}

#tip-me .tip {
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #DDDDDD;
  color:#333333;
  float:left;
  font:12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  padding:20px;
  position:relative;
  text-shadow:0 1px rgba(255,255,255,0.8);
  width:630px;
}

#tip-me h3 {
  background-color:#EEEEEE;
  background-image:linear-gradient(#FFFFFF,#EEEEEE);
  font-size:20px;
  font-weight:normal;
  margin:-20px -20px 50px;
  padding:20px;
  text-align:center;
}

#tip-me ul {
  list-style:none;
  margin:0 0 40px;
  padding:0;
  color:#000000;
  font-family:tahoma;
  font-size:13px;
}

#tip-me li {
  border-bottom:1px solid #DDDDDD;
  padding:10px 40px;
}

/*-----------------[TIP ME END]------------------------*/
.download-now-button-click-here {
  margin-top:16px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-buy-now {
  font-size:18px;
  padding-top:20px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-a {
  background-image:url();
  border-radius:50%;
  bottom:50px;
  height:170px;
  left:15px;
  margin:20px;
  position:fixed;
  text-align:center;
  width:190px;
  text-decoration:none;
  z-index:900;
}

.download-now-button-a:hover {
}

.download-now-popup-bg {
  background:rgba();
  color:#fff;
  height:100%;
  left:0;
  position:fixed!important;
  top:10px;
  width:100%;
}

@keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-webkit-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-moz-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-o-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

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

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

.download-now-button-price {
  font-family:"Fredericka the Great",Arial;
  font-size:40px;
  position:relative;
  margin-top:16px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-click-here {
  margin-top:-6px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-buy-now {
  font-size:18px;
  padding-top:20px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-a {
  background-color:rgba();
  font-size:17px;
  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);
  border-radius:50%;
  bottom:10px;
  height:200px;
  left:15px;
  margin:10px;
  position:fixed;
  text-align:center;
  width:200px;
  text-decoration:none;
  z-index:900;
}

.download-now-button-a:hover {
  text-decoration:none;
}

.download-now-popup-bg {
  background:rgba(255,255,255,0.9);
  font-size:17px;
  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;
  height:100%;
  left:0;
  position:fixed!important;
  top:0;
  width:100%;
  text-decoration:none;
}

.close-download-x {
  left:11px;
  position:absolute;
  top:4px;
}

.close-download-a {
  background:linear-gradient(to bottom,#f6f6f6 0%,#e4e4e4 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-radius:50%;
  color:#a0a0a0!important;
  font-size:15px;
  padding:14px;
  position:absolute;
  right:-11px;
  text-decoration:none;
  top:-11px;
}

.close-download-a:hover {
  background:linear-gradient(to bottom,#F6F6F6 0%,#eaeaea 100%) repeat scroll 0 0 rgba(0,0,0,0);
}

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

.profile_section_content {
  z-index:inherit;
}

.buy-button-animation {
  animation-name:buy-button;
  -webkit-animation:buy-button 1s infinite;
  -moz-animation:buy-button 1s infinite;
  -o-animation:buy-button 1s infinite;
  animation:buy-button 1s infinite;
}

/* side navigation */
#menu {
  position:fixed;
  right:85%;
  top:150px;
  width:9em;
}

#menu li {
  display:inline;
  list-style-type:none;
  padding:20px;
}

/* gs hover */
img.grayscale {
  filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><fecolormatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* Firefox 3.5+ */
  filter:gray;
/* IE6-9 */
  -webkit-filter:grayscale(100%);
/* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter:none;
  -webkit-filter:grayscale(0%);
}

/* css buttons */
.menulink {
  background:#43B3CD;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  height:40px;
  line-height:40px;
  width:130px;
  text-decoration:none;
  text-align:center;
  padding-left:0;
  text-shadow:1px 1px 0 #cd4398;
  -webkit-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  -moz-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
}

.locked {
  -webkit-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  -moz-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
}

.menulink:hover {
  background:#e685c1;
}

.menulink:active {
  position:relative;
  top:1px;
}

.tokens {
  -moz-box-shadow:inset 0 1px 0 0 #d43f9b;
  -webkit-box-shadow:inset 0 1px 0 0 #d43f9b;
  box-shadow:inset 0 1px 0 0 #d43f9b;
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#cd4398),color-stop(1,#991a68));
  background:-moz-linear-gradient(center top,#cd4398 5%,#991a68 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd4398',endColorstr='#991a68');
  background-color:#cd4398;
  -webkit-border-top-left-radius:0;
  -moz-border-radius-topleft:0;
  border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -moz-border-radius-topright:0;
  border-top-right-radius:0;
  -webkit-border-bottom-right-radius:0;
  -moz-border-radius-bottomright:0;
  border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -moz-border-radius-bottomleft:0;
  border-bottom-left-radius:0;
  text-indent:0;
  border:1px solid #cd4398;
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
  font-style:normal;
  height:20px;
  line-height:20px;
  width:69px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0 #78004a;
}

.tokens:hover {
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#991a68),color-stop(1,#cd4398));
  background:-moz-linear-gradient(center top,#991a68 5%,#cd4398 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#991a68',endColorstr='#cd4398');
  background-color:#991a68;
}

.tokens:active {
  position:relative;
  top:1px;
  bodyfont-family:Arial,sans-serif;
  font-size:14px;
  line-height:1;
  color:#5c5c5c;
  background-color:#e0e0e0;
  background-image:url();
  background-repeat:repeat;
  background-attachment:fixed;
  padding:0;
}