@charset "UTF-8";

@font-face {
  font-family:'Courgette';
  font-style:normal;
  font-weight:400;
  src:local('Courgette Regular'),local(Courgette-Regular),url(https://fonts.gstatic.com/s/courgette/v4/BHG8ZtTfO0yYnp02--Qxqj8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}

/* latin */
@font-face {
  font-family:'Open Sans';
  font-style:normal;
  font-weight:300;
  src:local('Open Sans Light'),local(OpenSans-Light),url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-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;
}

/* latin */
@font-face {
  font-family:'Open Sans';
  font-style:normal;
  font-weight:400;
  src:local('Open Sans'),local(OpenSans),url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.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;
}

/* latin */
@font-face {
  font-family:'Open Sans';
  font-style:normal;
  font-weight:600;
  src:local('Open Sans Semibold'),local(OpenSans-Semibold),url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-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;
}

/* latin */
@font-face {
  font-family:'Open Sans';
  font-style:normal;
  font-weight:700;
  src:local('Open Sans Bold'),local(OpenSans-Bold),url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-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;
}

* {
  margin:0 auto!important;
  padding:0;
}

body {
  background-color:#fff;
  color:#fff;
  font-family:'Open Sans','Lucida Sans Unicode',sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:1.5em;
  vertical-align:top;
  background-image:url(https://mfcfiles.files.wordpress.com/2016/08/bg3.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
}

::-webkit-scrollbar {
  background-color:#ff66cc;
  -webkit-appearance:none;
  width:14px;
}

::-webkit-scrollbar-thumb {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  background-color:#ff66cc;
}

::-webkit-scrollbar-track-piece {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  background-color:#000;
}

.img-responsive {
  width:100%;
}

.l_image {
  display:inline-block;
  margin-left:2em!important;
}

#profile {
  width:970px!important;
  z-index:1;
}

.container {
  margin:0!important;
  padding:0!important;
  display:block!important;
}

.profile_section_content {
  padding:0!important;
  margin:0!important;
  display:block!important;
}

.profile_subsection {
  padding:0!important;
  margin:0!important;
  display:block!important;
}

.value {
  display:inline-block!important;
}

#profile_main_photo,#hair_container,#eyes_container,#age_container,#marital_status_container,#tags_container {
  display:none!important;
}

.wb {
  float:left;
  display:inline-block;
  position:absolute;
  left:32px;
  top:6px;
  height:40px;
  vertical-align:top;
  cursor:pointer;
  overflow:hidden;
  width:auto;
  z-index:99!important;
}

.wb a {
  outline:1px solid blue!important;
  padding:0!important;
  margin:0!important;
  display:block!important;
}

.wb a img {
  width:40px;
  height:40px;
  padding:0!important;
  margin:0!important;
  vertical-align:top;
  z-index:9!important;
  -ms-transform:rotate(-50deg);
/* IE 9 */
  -webkit-transform:rotate(-50deg);
/* Safari */
  transform:rotate(-50deg);
}

.wb a span {
  font-size:.8em;
  line-height:2.4;
  opacity:0;
  position:relative;
  left:-100px;
  top:0;
  padding-left:4px;
  vertical-align:top;
  z-index:6!important;
}

.wb:hover {
  cursor:pointer;
}

.wb:hover > a img {
  -ms-transform:rotate(390deg);
/* IE 9 */
  -webkit-transform:rotate(390deg);
/* Safari */
  transform:rotate(390deg);
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}

.wb:hover > a span {
  opacity:1;
  left:0;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}

.wandybear {
  position:fixed;
  bottom:1em;
  left:1em;
  z-index:99;
}

.wblogo {
  display:inline-block;
  position:fixed;
  left:12px;
  bottom:-4px;
  vertical-align:top;
  cursor:pointer;
  z-index:99!important;
}

.wblogo a {
  padding:0!important;
  margin:0!important;
  display:block!important;
}

.wblogo a img {
  padding:0!important;
  margin:0!important;
}

.section_wrapper {
  padding-top:120px;
}

div.section_wrapper:nth-of-type(3) {
  padding-top:80px!important;
}

.photos_section {
  background:blue;
  border:2px solid #eee;
  margin:0;
  position:relative;
  width:100px;
}

#profile_friends,#my_rules_wrapper,#my_skype_wrapper,#profile_photo_galleries
#profile_friends {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/08/3.jpg);
  background-size:cover;
  background-position:0 0;
  background-repeat:no-repeat;
}

#my_skype_wrapper {
  padding:4em 0 0;
  font-size:.8em;
  position:relative;
  height:auto;
}

#my_skype {
  background:rgba(0,0,0,.8);
  border-radius:32px;
  -o-border-radius:32px;
  -moz-border-radius:32px;
  -webkit-border-radius:32px;
  color:#fff;
  display:inline-block;
  margin:0 auto;
  max-width:420px;
  padding:1.4em;
  position:absolute;
  text-align:center;
  top:82px;
  right:102px;
  vertical-align:top;
}

.skype_list h3 {
  color:#ff66cc!important;
}

#my_rules_wrapper img {
  max-height:600px!important;
  vertical-align:bottom;
}

#my_skype_wrapper img {
  max-height:600px!important;
  vertical-align:bottom;
}

#my_skype p {
}

.skype_logo {
  max-width:200px;
}

#profile_photo_galleries {
  background:#ff66cc!important;
  color:#fff;
}

#profile_comments {
  color:#fff;
  margin:0 auto!important;
  position:relative;
  background:#000;
  vertical-align:top;
  display:block;
}

.about_section:first-of-type {
  padding-top:0;
  vertical-align:top!important;
}

.section_title {
  display:inline-block!important;
  position:absolute;
  float:left!important;
  vertical-align:top!important;
}

.section_note {
  display:inline-block!important;
  float:right!important;
  position:relative;
  right:0;
  text-align:right!important;
}

#my_rules_wrapper {
  padding-top:2em;
  max-height:757px;
/*  min-height: 757px; */
}

#my_rules {
  display:inline-block;
  background:rgba(0,0,0,.8);
/* background: rgba(255, 102, 204,.8); */
  width:380px;
  position:relative;
  padding:1em 0 .8em 1em;
  vertical-align:top;
  top:72px;
  left:82px;
  border-radius:32px;
  -o-border-radius:32px;
  -moz-border-radius:32px;
  -webkit-border-radius:32px;
}

#my_rules ul {
  color:#fff;
  display:block;
  list-style:none;
  list-style-position:outside;
  margin:0 0 1em!important;
}

#my_rules ul li:before {
  content:'';
  background-image:url(https://mfcfiles.files.wordpress.com/2016/07/yes.png)!important;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:0;
  display:inline-block;
  height:32px;
  top:8px;
  left:0;
  margin-right:16px;
  position:relative;
  width:32px;
}

#my_rules ul li.icon_yes:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/10/yes_pink.png)!important;
}

#my_rules ul li.icon_no:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/10/no_pink.png)!important;
}

#my_menu_top {
  position:relative;
  bottom:58px;
}

.about_p_wrap {
  margin-left:1em;
  width:550px;
  display:inline-block;
  clear:both!important;
  vertical-align:top!important;
}

#my_about_wrapper {
  position:absolute;
  bottom:28px;
  display:block;
  height:1px;
  width:1px;
  opacity:0;
}

#about {
  color:#eee;
  padding-left:66px;
  padding-top:24px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff66cc+0,000000+100 */
  background:#000;
}

#about h2 {
  text-align:left;
}

#about p {
  font-size:.8em;
  line-height:1.6;
  display:block!important;
  width:100%;
  margin:0 0 24px!important;
  vertical-align:top!important;
  width:580px;
}

#about p:first-of-type {
}

#about .buttons {
  margin-right:3em;
}

#my_menu_wrapper {
  font-size:.8em;
}

#my_menu {
  padding:4em 1.8em 1.8em!important;
  color:#fff;
  text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff66cc+23,ff66cc+56,000000+100 */
}

.profile_section_content {
  z-index:auto!important;
}

#profile_about_me > .heading {
  display:none!important;
}

h1,h2 {
  color:#fff;
}

h2 {
  font-family:'Courgette',cursive;
  font-size:2em;
  margin-bottom:.2em!important;
  text-align:center;
  text-shadow:/* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}

h3 {
  margin-bottom:.8em!important;
  font-size:1.2em;
  font-family:'Courgette',cursive;
}

h4 {
  font-size:1em;
}

h3,h4 {
}

#profile_friends .heading,#profile_photo_galleries .heading,#profile_schedule .heading,#profile_comments .heading {
  font-family:'Courgette',cursive;
  font-size:2em;
  margin-top:.4em!important;
  margin-bottom:.4em!important;
}

#profile_friends .label,#profile_photo_galleries,#profile_photo_galleries .label,#profile_schedule,#profile_schedule .label,#profile_comments,#profile_comments .label {
  text-align:center;
  display:inline-block;
}

#profile_friends .heading {
  margin-top:0!important;
  text-align:center;
}

#profile_photo_galleries .profile_section_content,#profile_schedule .profile_section_content,#profile_friends {
  margin:0!important;
  width:90%!important;
  padding:1em 2em 2em!important;
}

#profile_schedule .container {
  margin-bottom:.6em!important;
}

.tip_menu {
  margin-top:2em!important;
  font-size:1.2em;
}

.tip_menu li {
  width:30%;
  max-width:390px;
  display:inline-block;
  vertical-align:top;
  margin-right:22px!important;
  margin-bottom:32px!important;
  text-align:left;
  padding:0;
  position:relative;
  overflow:hidden!important;
  border:1px solid #fff;
  border-radius:16px;
  -o-border-radius:16px;
  -moz-border-radius:16px;
  -webkit-border-radius:16px;
}

.tip_menu li:nth-of-type(3n),.tip_menu li:last-of-type {
  margin-right:0!important;
}

.tip_menu li a {
  display:block;
  height:100%;
  z-index:990!important;
  padding:.4em .2em .2em!important;
}

.tip_menu li:before {
  content:' ';
  background-repeat:no-repeat;
  height:51px;
  width:51px;
  display:inline-block;
  top:10px;
  left:8px;
  position:absolute;
  z-index:2!important;
}

.tip_menu li h3 {
  margin-bottom:0!important;
  padding-left:62px!important;
  font-size:1em;
  display:block;
  color:#ff66cc;
}

.tip_menu li h4 {
  color:#fff;
  display:block;
  padding-left:62px;
  margin:0;
  line-height:1.4;
  font-size:.8em;
}

.tip_menu li:hover:before {
  -ms-transform:rotate(360deg);
/* IE 9 */
  -webkit-transform:rotate(360deg);
/* Safari */
  transform:rotate(360deg);
  -o-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -webkit-transition:all 1s ease;
  transition:all 1s ease;
}

.tip_menu li:hover {
  background:#fff;
  box-shadow:0 0 15px 3px #fff;
  -o-box-shadow:0 0 15px 3px #fff;
  -moz-box-shadow:0 0 15px 3px #fff;
  -webkit-box-shadow:0 0 15px 3px #fff;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}

.tip_menu li:hover h3 {
  color:#ff66cc!important;
}

.tip_menu li:hover h4 {
  color:#000;
}

.tip_menu li:hover span {
  color:#000;
}

.tip_menu li:hover .tipnow {
  opacity:1;
  padding-left:0;
}

.tipnow {
  opacity:1;
  width:110px;
  position:absolute;
  bottom:0;
  right:4px;
  padding:0 6px 0 0!important;
  margin:0!important;
  text-align:right;
  font-size:.7em!important;
  color:#000!important;
  font-weight:600;
  display:inline-block;
  outline:1px solid red;
  display:none;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}

/* Tip Menu Icons */
.tip_song:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_song.png)!important;
}

.tip_kiss:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_kiss.png)!important;
}

.tip_likeme:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_like_me.png);
}

.tip_spank:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_spank.png);
}

.tip_loveme:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_loveme.png);
}

.tip_watch:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_watch.png);
}

.tip_change:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_change.png);
}

.tip_tits:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/08/tip_tits1.png);
}

.tip_friend:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_friend.png);
}

.tip_pussy:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/08/pussy.png);
}

.tip_snapchat:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_snapchat.png);
}

.tip_panties:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/06/tip_panties.png);
}

.tip_wheelspin:before {
  background-image:url(https://mfcfiles.files.wordpress.com/2016/10/tip_wheel.png);
}

#my_menu ul li p {
  line-height:2;
}

.photos_btns {
  clear:both!important;
  margin-top:132px!important;
  text-align:center;
}

.photos_btns ul {
  margin-left:48px;
  width:100%;
  vertical-align:top!important;
  position:relative;
}

.photos_btns ul li {
  display:block!important;
  text-align:left;
/*margin:0 0 0 0 !important;  REMOVE THIS TO ALIGN MOVIE LIST */
  padding-left:14%!important;
  color:#ff66cc;
  height:251px;
}

.photos_btns li a {
  background-size:100%;
  background-repeat:no-repeat;
  position:relative;
  background-size:100%;
  height:300px;
}

.photos_btns li:nth-of-type(1) a {
  background-image:url(http://s9.postimg.org/m90t13njj/gallery_wet.png);
}

.photos_btns li:nth-of-type(2) a {
  background-image:url(http://s9.postimg.org/48n0iz5yn/gallery_ass.png);
}

.photos_btns li:nth-of-type(3) a {
  background-image:url(http://s9.postimg.org/wf9ek37xr/gallery_boobs.png);
}

.photos_btns li:nth-of-type(4) a {
  background-image:url(http://s9.postimg.org/n6789yz1r/gallery_pussy.png);
}

.photos_btns li:nth-of-type(5) a {
  background-image:url(http://s9.postimg.org/dphf3cf73/gallery_semi.png);
}

.photos_btns li:nth-of-type(6) a {
  background-image:url(http://s9.postimg.org/kl1nmg9nz/gallery_body.png);
}

.photos_btns li a {
  display:block;
  width:100%;
  overflow:hidden;
}

.photos_btns li a:hover {
  background-position:0 -308px;
}

.padlock {
  position:absolute;
  display:block;
  width:90%;
  height:65%;
}

.padlock img {
  position:relative;
  line-height:4em;
  top:33%;
}

img.photo_btn {
  display:block;
  width:100%;
  max-width:420px;
  margin-bottom:12px!important;
}

#profile_main_about_holder {
  padding-top:54px;
  margin:0 auto;
  display:block!important;
  vertical-align:top!important;
}

#profile_about_me_friends {
  margin:0 auto!important;
  display:block!important;
}

.profile_section {
  background:#fff;
  border-left:2px solid #eee;
  border-right:2px solid #eee;
  border-bottom:0 solid #eee;
  border:none;
  padding:0;
  box-shadow:0 0 15px 3px #000;
  -o-box-shadow:0 0 15px 3px #000;
  -moz-box-shadow:0 0 15px 3px #000;
  -webkit-box-shadow:0 0 15px 3px #000;
}

.profile_section_content h1 {
  color:#ff66cc;
}

/* #profile_photo_galleries */
#profile_photo_galleries,#username_label,#username_value,#gender_container,#ethnicity_container,#country_container,#sexual_preference_container,#about_me_label,#footer_bar {
  display:none;
  visibility:none;
}

#admirers_label {
  text-align:left!important;
}

#admirers_value {
  display:inline-block!important;
  vertical-align:top;
}

a {
  color:#eee;
  text-decoration:none;
}

a:hover {
  text-decoration:none;
}

#my_nav {
  font-family:'Courgette',cursive;
  background:#000;
  display:block;
  font-size:.9em;
  height:auto;
  line-height:2.2;
  text-align:center;
  padding-top:0;
  position:fixed;
  right:0;
  top:0;
  width:100%;
  z-index:99!important;
  box-shadow:0 0 15px 3px #fff;
  -o-box-shadow:0 0 15px 3px #fff;
  -moz-box-shadow:0 0 15px 3px #fff;
  -webkit-box-shadow:0 0 15px 3px #fff;
}

#my_nav a {
  text-align:center!important;
  display:block;
  padding:0 1.5em;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}

#my_nav li {
  text-align:center;
}

#my_nav li:hover a {
  color:#000;
  background:#eee;
}

.nav_alt {
  color:#fff!important;
  background:#ff66cc;
  border-left:1px solid #000;
}

.nav_alt a {
  color:#fff!important;
}

#my_nav li.nav_alt:hover a {
  color:#000!important;
  background:#eee;
}

#my_nav ul li {
  display:inline-block;
  color:#ff66cc;
  position:relative;
}

#header_bar,#profile_header {
  display:none;
}

#profile_schedule,#username_container,#gender_container,#ethnicity_container,#country_container,#sexual_preference_container {
  display:none!important;
}

a:link,a:visited,a:active,a:hover {
  color:#fff;
}

.section h1 {
  margin-top:0;
  margin-left:12px;
  margin-bottom:24px;
}

.section ul {
  margin-top:24px;
}

.section ul li {
  display:inline-block;
}

#my_photos ul li,#my_videos ul li {
  display:inline-block;
}

#my_photos ul li:nth-of-type(2n) {
  margin-right:0!important;
}

#skype ul {
  width:50%;
}

#my_shop ul {
  width:100%;
}

#my_shop ul li {
  width:50%;
  text-align:left;
}

.profile_section_content ul {
  margin-bottom:40px;
}

#rules ul {
  list-style-position:outside!important;
  list-style-type:disc!important;
}

#rules ul li {
  display:block!important;
  margin-bottom:12px!important;
  min-height:none!important;
}

.profile_section_content ul li {
  margin-bottom:20px;
}

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

.content {
  padding:5px;
  margin:0 auto!important;
}

#profile_friends {
  color:#ff66cc;
  text-align:left;
}

#profile_friends a {
  color:#000;
}

/* Hide 2 Sub Sections in  Friends Section */
#friends_value,#favorite_models_container {
  display:none!important;
}

#new_comment input[type="submit"] {
  float:none!important;
}

ul {
  padding:0;
}

#my_videos {
  text-align:center;
  padding:3em 2.1em;
  color:#fff;
  background:#000;
}

#my_menu {
  padding:1em 2.1em;
  background:#000;
}

#photo_albums ul {
  max-width:90%;
  text-align:center;
  vertical-align:top;
}

li {
  font-size:1.1em;
}

#my_rules ul li {
  display:list-item;
  margin-bottom:.7em!important;
  margin-left:0!important;
  padding-left:1.4em;
  font-size:.9em;
  width:90%;
}

.movies_title {
  display:block!important;
  margin-bottom:12px!important;
}

.movies_thumb {
  width:80%;
  display:block!important;
}

.rulecake {
  float:right!important;
  position:relative;
  bottom:290px;
  right:-100px;
}

.whitecake {
  float:right!important;
  position:relative;
  bottom:120px;
  right:-40px;
}

.twitter {
  font-size:16px;
  line-height:28px;
}

.twitter img {
  width:30px!important;
  height:30px!important;
  float:left;
  margin-right:10px;
}

.buttons {
  float:right;
  position:relative;
  right:100px;
  top:4px;
}

.buttons a:hover {
}

#offline_tip {
  display:block!important;
  background-image:url(https://mfcfiles.files.wordpress.com/2016/08/btn_tip.png);
  background-repeat:no-repeat;
  width:162px;
  height:47px;
  margin-bottom:6px!important;
}

#offline_tip:hover {
  background-position:0 -50px;
}

#wishlist {
  display:block!important;
  background-image:url(https://mfcfiles.files.wordpress.com/2016/08/btn_wishlist.png);
  background-repeat:no-repeat;
  width:162px;
  height:47px;
  margin-bottom:6px!important;
}

#wishlist:hover {
  background-position:0 -50px;
}

#twitter {
  display:block!important;
  background-image:url(https://mfcfiles.files.wordpress.com/2016/08/btn_twitter.png);
  background-repeat:no-repeat;
  width:162px;
  height:46px;
  margin-bottom:6px!important;
}

#twitter:hover {
  background-position:0 -50px;
}

.shop_btns {
  display:block;
  width:100%;
  margin-top:2em!important;
  margin-bottom:2em;
}

.skype_list {
  margin-top:1em!important;
  margin-bottom:1.4em!important;
}

.video_list {
  margin-top:2em!important;
  margin-bottom:3em!important;
  text-align:left;
}

.video_list {
  width:100%;
  color:#fff!important;
  margin-bottom:1em!important;
  text-align:center;
}

.video_list h3 {
  margin-bottom:0!important;
  padding-top:.3em!important;
  color:#ff66cc;
}

.video_list h4 {
  margin-top:.1em!important;
  margin-bottom:.4em!important;
  color:#ff66cc!important;
  display:inline-block;
  font-size:.7em;
  background:#fff;
  padding:.1em .6em;
  border-radius:12px;
  -o-border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
}

.video_list h4 a {
  display:block;
  padding:.2em .3em;
  color:#ff66cc!important;
}

.video_list h5 {
  font-size:.8em;
  margin-bottom:.3em!important;
  color:#000;
}

.video_list span {
  display:block;
  color:#ff66cc;
  margin-bottom:.6em!important;
  margin-top:.4em!important;
}

.video_list li {
  margin-right:4%!important;
  margin-bottom:2em!important;
  width:30%;
  max-width:30%;
  color:#fff;
  border-radius:32px;
  -o-border-radius:32px;
  -moz-border-radius:32px;
  -webkit-border-radius:32px;
  text-align:center;
  vertical-align:top;
}

#my_videos ul.video_list li:nth-of-type(3n) {
  margin-right:0!important;
}

.video_data {
  border:1px solid #eee;
  border-top:none;
  border-radius:0 0 32px 32px;
  -o-border-radius:0 0 32px 32px;
  -moz-border-radius:0 0 32px 32px;
  -webkit-border-radius:0 0 32px 32px;
  color:#000;
}

.video_list img {
  width:100%;
  height:auto;
  display:block;
  padding:0;
  border-radius:32px 32px 0 0;
  -o-border-radius:32px 32px 0 0;
  -moz-border-radius:32px 32px 0 0;
  -webkit-border-radius:32px 32px 0 0;
}

.video_list li h5 {
  color:#fff;
}

.video_list li:hover {
  background:#fff;
  box-shadow:0 0 15px 3px #fff;
  -o-box-shadow:0 0 15px 3px #fff;
  -moz-box-shadow:0 0 15px 3px #fff;
  -webkit-box-shadow:0 0 15px 3px #fff;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}

.video_list li:hover h3 {
  color:#ff66cc;
}

.video_list li:hover h4 {
  color:#000!important;
  background:#ff66cc;
}

.video_list li:hover h5 {
  color:#000;
}

.skype_list ul,.shop_btns ul {
  display:inline-block!important;
  width:100%;
}

#my_skype img {
  margin:0 auto;
}

#profile_interests_content #know_me_label {
  display:none;
}

.shop_btns li {
  clear:both;
  margin:0 0 0 48px!important;
  padding:21px 0 0 160px;
  display:block!important;
  width:50%!important;
  background-image:url(http://s2.postimg.org/occrh50at/item_undies.png);
  background-repeat:no-repeat;
  background-size:100px;
  min-height:160px;
}

.skype_list li {
  clear:both;
  margin:0 auto 1em!important;
  padding:.3em .5em;
  width:60%!important;
  display:block!important;
  text-align:left;
  border:1px solid #eee;
  border-radius:16px;
  -o-border-radius:16px;
  -moz-border-radius:16px;
  -webkit-border-radius:16px;
}

.skype_list li:hover {
  background:#fff;
  color:#eee!important;
  cursor:pointer;
  box-shadow:0 0 15px 3px #fff;
  -o-box-shadow:0 0 15px 3px #fff;
  -moz-box-shadow:0 0 15px 3px #fff;
  -webkit-box-shadow:0 0 15px 3px #fff;
  -o-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}

.skype_list li:hover a,.skype_list li:hover h4 {
  color:#000!important;
}

.skype_list span,.shop_btns span {
  float:right;
  color:#fff;
  text-align:left!important;
}

.skype_list h3 {
  text-align:center;
  margin-bottom:0!important;
}

.skype_list h4 {
  text-align:center;
  color:#eee;
}

#comments {
  width:90%;
}

#new_homepage_friend {
  text-align:left;
}

textarea {
  margin-bottom:.2em!important;
  width:512px!important;
  min-height:112px!important;
  padding:.2em;
}

.wall_post_avatar,#wall_poster_username {
  display:none;
}

.preview_comment_btn {
  margin-right:20px!important;
}

.wall_post {
  padding:.3em .4em;
  text-align:left;
}

.wall_post_body {
  padding:0;
}

.wall_post_info {
  display:inline-block;
}

#new_comment_buttons input {
  font-size:.8em;
  color:#fff;
  background:#ff66cc;
  border:1px solid #eee;
}

#new_comment_buttons input:hover {
  color:#ff66cc;
  background:#fff;
  border:1px solid #eee;
}

.main_content {
  position:relative;
  top:-2px;
}

.main_header {
  font-size:64px;
  line-height:2;
  margin:0 auto!important;
  position:relative;
  padding:0!important;
  height:590px;
  width:100%;
  overflow:hidden;
}

.main_header img {
  position:absolute;
  left:0;
}

@-webkit-keyframes ImgFadeInOut {
  0% {
    opacity:0;
  }
  
  20% {
    opacity:1;
  }
  
  33% {
    opacity:1;
  }
  
  53% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

@-moz-keyframes ImgFadeInOut {
  0% {
    opacity:0;
  }
  
  20% {
    opacity:1;
  }
  
  33% {
    opacity:1;
  }
  
  53% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

@-o-keyframes ImgFadeInOut {
  0% {
    opacity:0;
  }
  
  20% {
    opacity:1;
  }
  
  33% {
    opacity:1;
  }
  
  53% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

@keyframes ImgFadeInOut {
  0% {
    opacity:0;
  }
  
  20% {
    opacity:1;
  }
  
  33% {
    opacity:1;
  }
  
  53% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

.main_header img {
  -webkit-animation-name:ImgFadeInOut;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-duration:6s;
  -moz-animation-name:ImgFadeInOut;
  -moz-animation-timing-function:ease-in-out;
  -moz-animation-iteration-count:infinite;
  -moz-animation-duration:6s;
  -o-animation-name:ImgFadeInOut;
  -o-animation-timing-function:ease-in-out;
  -o-animation-iteration-count:infinite;
  -o-animation-duration:6s;
  animation-name:ImgFadeInOut;
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite;
  animation-duration:6s;
}

.main_header img:nth-of-type(1) {
  -webkit-animation-delay:4s;
  -moz-animation-delay:4s;
  -o-animation-delay:4s;
  animation-delay:4s;
}

.main_header img:nth-of-type(2) {
  -webkit-animation-delay:2s;
  -moz-animation-delay:2s;
  -o-animation-delay:2s;
  animation-delay:2s;
}

.main_header img:nth-of-type(3) {
  -webkit-animation-delay:0;
  -moz-animation-delay:0;
  -o-animation-delay:0;
  animation-delay:0;
}