@charset "UTF-8";

UTF-8;
UTF-8;
body {
  margin:0 auto;
  width:98%;
  background:background-color white;
  background-repeat:no-repeat;
  background-position:top center;
  background-attachment:fixed;
  background-size:100%;
  background-color:#fff;
  color:#036;
}

.profile_section_background {
  background-color:transparent;
  background-color:rgba(255,255,255,.0);
  filter:alpha(opacity=100);
  opacity:1;
}

input::-moz-focus-inner {
  border:0;
}

div#status_container.container {
  display:block;
  margin-top:-5px;
  position:relative;
  margin-left:60px;
  height:20px;
  overflow:hidden;
  z-index:500;
}

#member_status_value:nth-child(1) {
  padding-left:3px;
  padding-right:3px;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position:-100px top;
  background-repeat:no-repeat;
  background-color:#222;
  color:#fff;
  border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  -webkit-border-radius:3px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

#member_status_value:nth-child(1):hover {
  padding-left:3px;
  padding-right:3px;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position:100px top;
  background-repeat:no-repeat;
  background-color:#DDC185;
  color:#fff;
}

#member_status_value a:link,#member_status_value a:visited {
  color:#fff;
}

#member_status_value a:hover {
  color:#ddc185;
}

#member_status_value:nth-child(1):hover {
  padding-left:3px;
  padding-right:3px;
  color:#222;
}

#member_type_value {
  display:none;
}

div#status_container.container a:hover {
  color:#666;
}

#status_label {
  display:none;
}

#photo_gallery_previews a {
  color:#555;
}

.photo_gallery_image {
  border:0 solid #555;
}

.photo_gallery_image:hover {
  border:0 solid #e1d66b;
  box-shadow:0 0 3px #666;
  -webkit-box-shadow:0 0 3px #666;
}

#profile {
  background:none;
}

.profile_section_content .heading {
  display:none;
}

.wall_post_time,.convert-time {
  display:none;
}

#profile_main_photo,#tags_container,#about_me_label {
  display:none;
}

.content {
  display:block;
}

#profile_interests_content .label {
  display:block;
}

.container > .label {
  font-weight:bold;
  font-family:Cinzel;
  color:#DDC185;
  font-size:22px;
}

#profile_friends .label {
  font-family:Gabriela;
  color:#555;
  font-size:18px;
}

#profile_main_about_holder {
  color:#f1f1f1;
  font-size:13px;
}

#avatar_holder {
  background:none;
}

#profile_avatar {
  display:none;
}

#avatar_holder {
  background:none;
}

#footer_bar {
  text-align:center;
  font-size:12px;
  font-family:Cinzel;
  margin-top:3px;
  transition:all .3s;
  -webkit-transition:all .3s;
}

#footer_bar a:hover {
  color:#555;
}  
}

#profile_header_container {
  display:none;
}

#unix_last_updated_container {
  display:none;
}

#blurb_label {
  display:none;
}

#blurb_value {
  display:none;
}

img#wall_poster_avatar,#wall_poster_username {
  display:none;
}

#last_login_string_container {
  display:none;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  color:#ddc185;
  text-decoration:none;
  font-size:14px;
}

.photo_gallery_name a:hover {
  color:#ddc185;
}

#header_bar {
  display:none;
}

#username_container,#cam_score_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#marital_status_container,#be_anywhere_container,#occupation_container,#city_container,#drugs_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#gender_container,#body_type_container {
  display:none;
}

.profile_row #profile_about_me {
}

#photo_gallery_previews {
  display:block;
  position:relative;
  margin:0 auto;
  padding:15px;
  background:rgba(255,255,255,.10);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin-bottom:5px;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:850px;
  height:100px;
  -webkit-transition:width .4s ease-in-out;
  transition:width .4s ease-in-out;
  padding:12px;
  margin:10px auto;
  background:rgba(255,255,255,.30);
}

textarea:focus {
  -webkit-transition:height .4s ease-in-out;
  transition:height .4s ease-in-out;
}

.user_comment_textarea_big {
  width:850px;
  height:150px;
  padding:15px;
  background:rgba(255,255,255,.70);
  color:#000;
  margin:10px auto;
  font-family:"Gabriela","Palatino Linotype","Book Antiqua",Palatino,serif;
  outline:none;
  outline-style:none;
  font-size:18px;
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  margin-top:1px;
  margin-left:-5px;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  border:2px solid rgba(255,255,255,0.0);
  width:70px;
  height:70px;
}

.wall_post_avatar:hover img {
  box-shadow:0 0 6px #666;
  -ms-box-shadow:0 0 6px #666;
  -o-box-shadow:0 0 6px #666;
  -webkit-box-shadow:0 0 6px #666;
}

.wall_post_info {
  width:700px;
  margin-left:42px;
  border-bottom:1px dotted #ccc;
}

.img_radius_shadow {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:18px;
  color:#666;
  padding:8px 12px;
  border:1px solid #ccc;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -ms-border-radius:0 0 5px 5px;
  -o-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  background:rgba(255,255,255,0.50);
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:"Titillium Web","Palatino Linotype","Book Antiqua",Palatino,serif;
}

div#profile_about_me.profile_subsection {
  background:transparent rgba(0,0,0,0.0);
  background-repeat:no-repeat;
  background-position:top right;
  width:107%;
  margin-left:-40px;
}

.wall_post a,.wall_post a:visited {
  color:#666;
  text-decoration:none;
}

.wall_post a:hover {
  color:#e1d66b;
  text-decoration:none;
}

div#comments {
  padding:10px;
  margin-top:30px;
  background:none;
}

form#new_comment.hidden {
  padding:10px;
  background:rgba(0,0,0,0.0);
  border:0 solid #fff;
  border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  -webkit-border-radius:8px;
  height:auto;
  margin-top:60px;
}

#craziest_thing_label.label {
  display:block;
}

#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#five_things_container,#know_me_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#favorite_books_container,#meaning_life_container,#know_me_container {
  display:block;
  padding:5px 15px;
  background:rgba(255,255,255,.50);
  border:1px solid #777;
  margin-bottom:20px;
  visibility:visible;
  font-size:19px;
  color:#444;
  font-family:'Gabriela',Palatino Linotype,Book Antiqua,Palatino,serif;
  margin-left:0;
}

p {
  font-family:Helvetica Neue,serif;
}

#profile_about_me {
}

.photo_gallery_count {
  color:#666;
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
}

#about_me_container,#about_me_value {
  visibility:visible!important;
  font-family:'Gabriela';
}

#profile_friends {
  display:block;
  margin-top:10px;
  color:#444;
  margin-bottom:30px;
  padding:10px 13px;
  background:transparent;
  background-repeat:no-repeat;
  background-position:top right;
  background-color:rgba(255,255,255,.10);
  font-size:14px;
  border:1px solid #ccc;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_photo_galleries,#profile_comments,#avatar_holder,#profile_interests_content,#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,#blurb_container,#last_login_string_container,#unix_last_broadcast_label,#unix_last_updated_container,#unix_last_broadcast_container,#tags_container,#profile_friends {
  display:none;
}

#profile_about_me div.heading {
  display:none;
}

#profile_header_container #blurb_container,#profile_header_container #unix_last_updated_container,#profile_header_container div.heading {
  display:none;
}

#status_container a[href="#wall"] {
  display:none;
}

#profile_schedule div.heading {
  display:none;
}

#profile_header_container {
  min-height:0;
}

#profile_header_container #blurb_container,#profile_header_container #unix_last_updated_container,#profile_header_container div.heading {
  display:none;
}

/*** new  ***/
/*** new  ***/
input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding:11px 22px;
  text-decoration:none;
  background:url(https://mfcpro.files.wordpress.com/2015/11/bg-pattern.png) repeat;
  background-color:#111111;
  color:#ffffff;
  font-size:16px;
  text-align:center;
}

input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  padding:11px 22px;
  text-decoration:none;
  background:#ddc185;
  color:#ffffff;
}

.photo_gallery_image {
  padding:5px;
  width:80px;
  height:80px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background:#e1d66b;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}

.photo_gallery_image:hover {
  padding:5px;
  width:80px;
  height:80px;
  background:#DDC185;
}

.wall_post iframe,.wall_post frame,.wall_post embed {
  display:block;
  width:99%;
  height:450px;
  margin:10px auto;
}

/*** Self-hosted fonts  ***/
@font-face {
  font-family:'Cinzel';
  font-style:normal;
  font-weight:400;
  src:local(Cinzel-Regular),url(https://fonts.gstatic.com/s/cinzel/v4/zOdksD_UUTk1LJF9z4tURA.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:'Cinzel';
  font-style:normal;
  font-weight:700;
  src:local(Cinzel-Bold),url(https://fonts.gstatic.com/s/cinzel/v4/L74890HNVnUypqWjqGUt1VtXRa8TVwTICgirnJhmVJw.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:'Gabriela';
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(https://fonts.gstatic.com/s/gabriela/v4/RDBxMrJQwQghHy7ApC2QuRTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:'Gabriela';
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(https://fonts.gstatic.com/s/gabriela/v4/CO6bIpNvGrJRZDx3xfggGvesZW2xOQ-xsNqO47m55DA.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:'Titillium Web';
  font-style:normal;
  font-weight:400;
  src:local('Titillium Web'),local(TitilliumWeb-Regular),url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcSo_WB_cotcEMUw1LsIE8mM.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  src:local('Titillium Web'),local(TitilliumWeb-Regular),url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.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;
}

#Top {
  margin-top:-160px;
}

* {
  box-sizing:border-box;
}

html {
}

h1 {
  font-size:44px;
  font-family:'Cinzel',sans-serif;
}

h2 {
  font-size:37px;
  font-family:'Cinzel',sans-serif;
}

h3 {
  font-size:34px;
  font-family:'Cinzel',sans-serif;
}

h4 {
  font-size:32px;
  font-family:'Cinzel',sans-serif;
}

h5 {
  font-size:26px;
  font-family:'Titillium Web',sans-serif;
}

h6 {
  font-size:20px;
  font-family:'Titillium Web',sans-serif;
}

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

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

a:hover {
  color:#666;
  text-decoration:none;
}

a:active {
  color:#666;
  text-decoration:none;
}

a:focus {
  color:#ddc185;
  text-decoration:none;
}

.col-1 {
  width:8.33%;
}

.col-2 {
  width:16.66%;
}

.col-3 {
  width:25%;
}

.col-4 {
  width:33.33%;
}

.col-5 {
  width:41.66%;
}

.col-5-half {
  width:47.66%;
}

.col-6 {
  width:50%;
}

.col-7 {
  width:58.33%;
}

.col-8 {
  width:66.66%;
}

.col-9 {
  width:75%;
}

.col-10 {
  width:83.33%;
}

.col-11 {
  width:91.66%;
}

.col-12 {
  width:100%;
}

[class*="col-"] {
  float:left;
  padding:10px;
/*** pad column ***/
  border:0 solid #ccc;
  color:#444;
}

[class*="no"] {
  float:left;
  padding:0;
}

[class*="padd20"] {
  display:block;
  padding:20px;
}

.row:after {
  content:"";
  clear:both;
  display:block;
}

.upper {
  margin-top:-91px;
}

.hr {
  border:none;
  clear:both;
  height:1px;
  line-height:0;
  width:100%;
  font-size:0;
  padding:0;
  margin-bottom:0;
  box-shadow:0 0 3px #fff;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

/*.dotted {
    border-bottom: 1px dashed #999;
    border-left: 0;
    border-right: 0;
    margin-bottom: 10px;
}*/
/***Here ya go***/
.navigation {
  background-color:#222;
  border-radius:8px 8px 0 0;
  -moz-border-radius:8px 8px 0 0;
  -ms-border-radius:8px 8px 0 0;
  -o-border-radius:8px 8px 0 0;
  -webkit-border-radius:0 0 0 0;
  box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  -moz-box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  -ms-box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  -o-box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  -webkit-box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  border-bottom:3px solid #ddc185;
  margin:0 auto;
  text-align:center;
  font-size:18px;
  height:100px;
  padding:20px 8px;
  box-sizing:border-box;
  height:auto;
}

.menu {
}

.menu a:link,.menu a:visited {
  display:inline-block;
  padding:8px 22px;
  text-align:left;
  font-size:19px;
  color:#ddc185;
  text-decoration:none;
  transition:all .3s;
  -webkit-transition:all .3s;
  font-family:Titillium Web,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.menu a:hover {
  background:#000;
  color:#fff;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
}

.wrapper {
  background-color:#fff;
  box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  -moz-box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  -ms-box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  -o-box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  -webkit-box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  margin:0 auto;
/*font-family: Gabriela, Palatino Linotype, Book Antiqua, Palatino, serif;*/
  font-family:helvetica;
}

.footer {
  background:url(https://mfcpro.files.wordpress.com/2016/05/footer.png) no-repeat;
  background-size:100%;
  background-position:0 0;
  background-color:#222;
  border-radius:0 0 8px 8px;
  -moz-border-radius:0 0 8px 8px;
  -ms-border-radius:0 0 8px 8px;
  -o-border-radius:0 0 8px 8px;
  -webkit-border-radius:0 0 8px 8px;
  box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  -moz-box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  -ms-box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  -o-box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  -webkit-box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  border-top:3px solid #ddc185;
  margin:0 auto;
  color:#999;
}

/***Slider***/
.model_image_big {
  display:block;
  margin:0 auto;
  height:400px;
  overflow:hidden;
  background:url(https://mfcpro.files.wordpress.com/2016/04/slide_4.jpg);
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-color:#000000;
}

.model_image_big img {
  width:100%;
  height:400px;
  margin-bottom:-4px;
}

#slider {
  background:#000;
  overflow:visible;
  position:relative;
}

#mask {
  overflow:hidden;
  height:400px;
}

#slider ul {
  margin:0;
  padding:0;
  position:relative;
}

#slider li {
  width:100%;
  height:400px;
  position:absolute;
  top:-325px;
  list-style:none;
}

#slider li.firstanimation {
  -moz-animation:cycle 35s linear infinite;
  -webkit-animation:cycle 35s linear infinite;
}

#slider li.secondanimation {
  -moz-animation:cycletwo 35s linear infinite;
  -webkit-animation:cycletwo 35s linear infinite;
}

#slider li.thirdanimation {
  -moz-animation:cyclethree 35s linear infinite;
  -webkit-animation:cyclethree 35s linear infinite;
}

#slider li.fourthanimation {
  -moz-animation:cyclefour 35s linear infinite;
  -webkit-animation:cyclefour 35s linear infinite;
}

#slider li.fifthanimation {
  -moz-animation:cyclefive 35s linear infinite;
  -webkit-animation:cyclefive 35s linear infinite;
}

#slider .tool {
  background:rgba(0,0,0,0.0);
  width:100%;
  height:auto;
  position:relative;
  bottom:100px;
  -moz-transition:all .7s ease-in-out;
  -webkit-transition:all .7s ease-in-out;
  left:-70%;
}

#slider .capt {
  display:block;
  color:#ddc185;
  padding:9px 11px;
  font-size:16px;
  margin-top:-11px;
}

#slider .tool h1 {
  color:#fff;
  font-size:24px;
  font-weight:300;
  line-height:90%;
  padding:10px 0 0 20px;
}

#slider li#first:hover .tool,#slider li#second:hover .tool,#slider li#third:hover .tool,#slider li#fourth:hover .tool,#slider li#fifth:hover .tool {
  left:0;
}

#slider:hover li,#slider:hover .progress-bar {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

.progress-bar {
  position:relative;
  top:-5px;
  width:100%;
  height:5px;
  background:#000;
  -moz-animation:fullexpand 35s ease-out infinite;
  -webkit-animation:fullexpand 35s ease-out infinite;
  border-right:2px solid #ffffff;
}

.fani {
  display:block;
  width:70%;
  height:370px;
  margin-bottom:-370px;
  color:#fff;
/*background: rgba(0, 0, 0, 0.0);*/
  top:30px;
  margin-right:2%;
  padding:10px;
  position:relative;
  float:right;
  overflow:hidden;
}

.forkcontent {
  display:block;
  padding:10px;
  width:100%;
  height:275px;
  overflow:auto;
/*background: rgba(0, 0, 0, 0.50);*/
  color:#ddc185;
  font-size:22px;
}

.forkcontent h3 {
  display:block;
  line-height:90%;
  margin:-5px auto;
  text-align:center;
}

.lord p {
  display:block;
  line-height:normal;
  margin:0 auto;
  height:auto;
  color:#ddc185;
}

.lord {
  display:block;
  height:220px;
  overflow:auto;
  margin-bottom:10px;
  font-size:18px;
  text-shadow:0 1px 0 #000;
  color:#ddc185;
  text-align:center;
}

.cal2a a:link,.cal2a a:visited {
  padding:14px 43px;
  font-size:25px;
  color:#fff;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position:-70px 0;
  background-repeat:no-repeat;
  background-color:#222;
  text-align:center;
  border-radius:7px;
  -webkit-border-radius:7px;
  box-shadow:0 1px 3px #444;
  -webkit-box-shadow:0 1px 3px #444;
  border:1px solid #ddc185;
  transition:linear .3s;
  -webkit-transition:linear .3s;
}

.cal2a a:hover {
  padding:14px 43px;
  font-size:25px;
  color:#000;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position:550px 0;
  background-repeat:no-repeat;
  background-color:#ddc185;
  text-align:center;
  border-radius:7px;
  -webkit-border-radius:7px;
  box-shadow:0 1px 0 #444;
  -webkit-box-shadow:0 1px 0 #444;
  border:1px solid #222;
}

.social {
  background:url(https://mfcpro.files.wordpress.com/2016/05/patt_hover.gif) repeat;
  background-color:#222;
  border-top:3px solid #000;
  border-bottom:3px solid #ddc185;
}

.social a:link,.social a:visited {
  display:inline-block;
  padding:8px 22px;
  text-align:left;
  font-size:19px;
  color:#ddc185;
  text-decoration:none;
  transition:all .3s;
  -webkit-transition:all .3s;
  font-family:Titillium Web,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.social a:hover {
  background:#000;
  color:#fff;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
}

.social i,.menu i {
  display:block;
  text-align:left;
  border-top:1px solid #ddc185;
  color:#ddc185;
  text-decoration:none;
  font-size:13px;
  opacity:.7;
  height:20px;
  font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
  font-variant:small-caps;
  font-style:normal;
  overflow:hidden;
  position:relative;
}

.social a:hover i,.menu a:hover i {
  display:block;
  opacity:1;
}

.social span,.menu span {
  display:block;
  height:15px;
  overflow:hidden;
  margin-top:-75px;
  transition:ease-in-out .4s;
  -webkit-transition:ease-in-out .4s;
}

/*//////// esaki mi a cambia \\\\\\\\\\*/
.navi {
/* display:block; */
  height:auto;
  width:160px;
  text-decoration:none;
  list-style-type:none;
  cursor:pointer;
  text-align:center;
  padding:8px;
  width:100%;
}

.navi a {
  color:#ddc185;
}

.navi span {
/* display:block; */
  opacity:0;
  height:15px;
  font-size:6px;
/*new was 12px before*/
  transition:ease-in-out .4s;
  -webkit-transition:ease-in-out .4s;
  overflow:hidden;
  color:white;
}

.navi li {
/*display:inline-block!important; */
  padding-left:10px;
  padding-right:10px;
}

.navi li:hover span {
/*display:block; */
  opacity:1;
  color:#ddc185;
}

.navi li:hover a {
  opacity:.7;
}

/*//////// responinsive pa mobile \\\\\\\\\\*/
@media screen and (max-width: 750px) {
  .navi li {
  /*display:block!important; */
    width:100%!important;
    padding-bottom:10px;
  }
  
  .navi {
    height:auto;
  }
}

/*//////// end \\\\\\\\\\*/
.social a:hover span,.menu a:hover span {
  margin-top:2px;
}

.abme {
  padding:8px 11px;
  height:auto;
  overflow:hidden;
  border-bottom:1px solid #ddc185;
  font-size:20px;
}

.mod_main {
  display:block;
  text-align:center;
}

.footer {
  font-size:14px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -o-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  box-shadow:0 3px 8px #000;
  -webkit-box-shadow:0 3px 8px #000;
}

.go:link,.go:visited {
  color:#ddc185;
  text-decoration:underline;
}

.go:hover {
  color:#000;
  text-decoration:underline;
}

.footer h1 {
  color:#666;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  text-shadow:0 1px 0 #000;
}

.goup p {
  display:block;
  text-align:center;
  clear:both;
  margin:0 auto;
}

.goup a:link,.goup a:visited {
  display:inline-block;
  width:30px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2014/06/top1.png);
  background-size:100%;
  background-repeat:no-repeat;
  border-radius:20px;
  text-align:center;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  -webkit-border-radius:20px;
  border:1px dotted #000;
  top:10px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  overflow:hidden;
  opacity:.7;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}

.goup a:hover {
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  -webkit-border-radius:20px;
  border:1px solid #000;
  top:-5px;
  opacity:1;
  -webkit-filter:none;
  filter:none;
  box-shadow:0 3px 8px #000;
  -webkit-box-shadow:0 3px 8px #000;
}

.footer {
  overflow:hidden;
}

.footer h1 {
  position:relative;
  margin-left:-3000px;
  opacity:0;
  -webkit-transition:1s ease-in-out;
  transition:1s ease-in-out;
}

.footer:hover h1 {
  color:#ddc185;
  margin-left:0;
  opacity:1;
}

.footer h3 {
  font-family:Cinzel,Gabriela,sans-serif;
  color:#ddc185;
  font-size:20px;
}

.footer_par {
  font-size:18px;
  color:#999;
  text-align:center;
}

hr {
  display:block;
  height:1px;
  background:#ccc;
  border:none;
  overflow:hidden;
  outline:none;
  box-shadow:0 0 3px #f1f1f1;
  clear:both;
}

.footer .hr {
  display:block;
  height:1px;
  background:#111;
  border:none;
  overflow:hidden;
  outline:none;
  box-shadow:0 1px 3px #444;
  clear:both;
  margin-top:10px;
  margin-bottom:4px;
}

.mlogo {
  display:inline-block;
  width:70px;
  height:77px;
  text-align:center;
  background:url(https://mfcpro.files.wordpress.com/2016/05/crown_black.png);
  background-size:100%;
  background-repeat:no-repeat;
  opacity:.5;
  background-position:0 0;
  margin-right:5px;
  float:left;
  -webkit-transition:1s ease-in-out;
  transition:1s ease-in-out;
}

.mlogo:hover {
  background:url(https://mfcpro.files.wordpress.com/2016/05/crown_pink.png);
  background-size:100%;
  background-repeat:no-repeat;
  opacity:1;
}

.crown {
  cursor:pointer;
  -webkit-animation-name:crown;
  -webkit-animation-timing-function:rotation 8s infinite linear;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-duration:8s;
  -webkit-transform-style:preserve-3d;
  -moz-animation-name:crown;
  -moz-animation-timing-function:rotation 8s infinite linear;
  -moz-animation-iteration-count:infinite;
  -moz-animation-duration:8s;
  -moz-transform-style:preserve-3d;
  animation-name:crown;
  -animation-timing-function:rotation 8s infinite linear;
  animation-iteration-count:infinite;
  animation-duration:8s;
  transform-style:preserve-3d;
  -ms-animation-name:crown;
  -ms-animation-timing-function:rotation 8s infinite linear;
  -ms-animation-iteration-count:infinite;
  -ms-animation-duration:8s;
  -ms-transform-style:preserve-3d;
  -o-animation-name:crown;
  -o-animation-timing-function:rotation 8s infinite linear;
  -o-animation-iteration-count:infinite;
  -o-animation-duration:8s;
  -o-transform-style:preserve-3d;
}

.help .col-12:hover .crown {
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  animation-play-state:paused;
  -ms-animation-play-state:paused;
  -o-animation-play-state:paused;
}

.help .col-12:hover .mlogo {
  background:url(https://mfcpro.files.wordpress.com/2016/05/crown_pink.png);
  background-size:100%;
  background-repeat:no-repeat;
  opacity:1;
}

.noise img {
  display:block;
  width:350px;
  height:250px;
  opacity:.3;
  box-shadow:inset 0 3px 6px #000;
}

.tab #hire {
  display:none;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
  z-index:500;
  font-size:20px;
  color:#888;
  font-family:Gabriela;
}

.tab #hire:target {
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(https://mfcpro.files.wordpress.com/2015/12/overley_grid.png) repeat;
  background-color:rgba(0,0,0,0.90);
  z-index:500;
}

#hire .close:link,#hire .close:visited {
  display:block;
  width:30px;
  height:30px;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/close.png) no-repeat;
  background-size:100%;
  background-position:0 0;
  position:fixed;
  top:10%;
  right:14%;
  opacity:.7;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}

#hire .close:hover {
  display:block;
  width:30px;
  height:30px;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/close.png) no-repeat;
  background-size:100%;
  background-position:0 0;
  opacity:1;
}

.help {
  overflow:auto;
}

.help {
  display:block;
  padding:30px;
  width:70%;
  height:80%;
  margin:4% auto;
  background:url(https://mfcpro.files.wordpress.com/2015/01/coupon_bg.png) no-repeat;
  background-size:100% 100%;
  text-align:center;
}

#hire h1 {
  font-size:30px;
  color:#666;
  font-family:Cinzel,Gabriela,Tahoma,Geneva,sans-serif;
}

#credits a:link,#credits a:visited {
  display:inline-block;
  width:300px;
  height:80px;
  background:url(https://mfcpro.files.wordpress.com/2016/06/xnitpro.png);
  background-repeat:no-repeat;
  background-size:100%;
  transition:all 1s;
}

#credits a:hover {
  background:url(https://mfcpro.files.wordpress.com/2016/06/xnitpro_hover.png);
  background-repeat:no-repeat;
  background-size:100%;
  transform:rotateY(360deg);
}

.dasinfo {
  display:block;
  width:90%;
  height:auto;
  text-align:center;
  font-size:20px;
  color:#666;
  margin:3px auto 5px;
}

#RoomRules h1,#TopTippers h1,#Club h1,#Store h1,#TipMenu h1 {
  display:block;
  text-align:center;
}

.dasdisplay {
  height:auto;
  overflow:hidden;
  font-size:20px;
}

.tmenu p {
  display:block;
  margin:0 auto;
  padding:7px 17px;
  border-bottom:1px solid #f1f1f1;
  font-size:20px;
}

.tmenu p:hover {
  border-bottom:1px solid #ccc;
}

.tmenu a:link,.tmenu a:visited {
  display:inline-block;
  padding:6px 18px;
  text-align:center;
  background-color:#222;
  color:#fff;
  text-decoration:none;
  font-size:17px;
  font-family:'Titillium Web',sans-serif;
  float:right;
  margin-top:-6px;
  width:150px;
}

.tmenu a:hover {
  background-color:#ddc185;
  color:#000;
}

.sitem {
  height:250px;
  margin:10px auto;
  border:1px solid #ddc185;
  overflow:hidden;
}

.itminfo {
  height:150px;
  overflow:auto;
  font-size:17px;
}

.sititle {
  display:block;
  font-size:22px;
  font-weight:bold;
  margin-top:4px;
}

.buy a:link,.buy a:visited {
  padding:6px 18px;
  text-align:center;
  background-color:#222;
  color:#fff;
  text-decoration:none;
  font-size:17px;
  font-family:'Titillium Web',sans-serif;
}

.buy a:hover {
  background-color:#ddc185;
  color:#000;
}

/*** new modify image height here***/
.sitem {
  height:200px;
  margin:10px auto;
  border:1px solid #ddc185;
}

.simage img {
  width:90%;
  height:200px;
  margin:0 auto;
}

.club {
  border-bottom:1px solid #ddc185;
  margin:0 auto;
}

.cbimage img {
  width:100%;
  height:250px;
  margin:0 auto;
}

.moreclub {
  height:680px;
  overflow:auto;
}

.club:hover {
  box-shadow:0 1px 5px #999;
}

.listed {
  height:500px;
  overflow:auto;
}

.listed p {
  display:block;
  width:80%;
  height:auto;
  margin:0 auto;
  border-bottom:1px solid #fff;
  padding-left:15px;
  font-size:20px;
}

.listed p:hover {
  border-bottom:1px solid #ddc185;
}

.listed p:before {
  content:'\2606';
  margin-right:12px;
  color:#333;
  unicode:U+2606;
}

.listed p:hover:before {
  content:'\2605';
  margin-right:12px;
  color:#ddc185;
  unicode:U+2605;
}

.join img {
  width:90%;
  height:auto;
  margin:0 auto;
}

/*** flip***/
.flipper {
  display:inline-block;
  width:90%;
  height:400px;
  margin:5px 5px 5px 18px;
}

.shadow2 {
  -webkit-box-shadow:0 5px 10px -3px #333;
  -moz-box-shadow:0 5px 10px -3px #333;
  box-shadow:0 5px 10px -3px #333;
}

.f1_container {
  display:inline-block;
  position:relative;
  margin:1px auto;
  width:100%;
  height:100%;
}

.face.back {
  display:none;
}

.f1_container {
  -webkit-perspective:1000;
}

.f1_card {
  width:98%;
  height:98%;
  -webkit-transform-style:preserve-3d;
  -webkit-transition:all 1s linear;
  -moz-transform-style:preserve-3d;
  -moz-transition:all 1s linear;
  -o-transform-style:preserve-3d;
  -o-transition:all 1s linear;
  -ms-transform-style:preserve-3d;
  -ms-transition:all 1s linear;
  transform-style:preserve-3d;
  transition:all 1s linear;
  background:none;
  border:0 ridge rgba(51,51,51,0.0);
  border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
}

.f1_container:hover .f1_card,.f1_container.hover_effect .f1_card {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  transform:rotateY(180deg);
}

.face {
  position:absolute;
  width:100%;
  height:100%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;
}

.back {
  position:absolute;
  width:90%;
  height:100%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;
  background:url(https://mfcpro.files.wordpress.com/2015/06/bg21.png) repeat;
  background-color:rgba(255,255,255,0.2);
  text-shadow:none;
  padding:7px;
}

.face.back {
  display:block;
  -webkit-transform:rotateY(180deg);
  -webkit-box-sizing:border-box;
  -moz-transform:rotateY(180deg);
  -moz-box-sizing:border-box;
  -o-transform:rotateY(180deg);
  -o-box-sizing:border-box;
  -ms-transform:rotateY(180deg);
  -ms-box-sizing:border-box;
  transform:rotateY(180deg);
  box-sizing:border-box;
  padding-bottom:auto;
  color:#ddc185;
  text-align:center;
  margin-top:5px;
  padding-top:5px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border:1px solid #ccc;
  box-shadow:0 3px 5px #000;
}

.let h5 {
  font-size:30px;
  margin:0 auto;
  color:#ddc185;
}

.addtext {
  height:240px;
  overflow:auto;
  color:#000;
  text-align:center;
  padding:3px 8px;
  font-family:Titillium Web,Tahoma,Geneva,sans-serif;
}

.banner img {
  width:100%;
  height:auto;
  margin:0 auto;
}

.xcr::-webkit-scrollbar {
  width:8px;
}

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

.xcr::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#222;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.xcr::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(204,0,0,.4);
  border:1px solid #ccc;
}

.up {
  display:block;
  padding:4px 11px 6px;
  text-align:center;
  background:#333;
  color:#fff;
  position:fixed;
  bottom:10px;
  right:7px;
  border-radius:5px;
}

.up:hover {
  background:#000;
}

.up:link,.up:visited {
  color:#fff;
}

.up:hover {
  color:#fff;
  text-shadow:0 0 4px #fff;
}

.up:before {
  content:'\2191';
  unicode:U+2191;
  color:#fff;
}

@-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;
  }
}

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform:scale(0.6);
  }
  
  100% {
    -webkit-transform:scale(1);
  }
}

@-moz-keyframes fadeInScale {
  0% {
    -moz-transform:scale(0.6);
  }
  
  100% {
    -moz-transform:scale(1);
  }
}

@-o-keyframes fadeInScale {
  0% {
    -o-transform:scale(0.6);
  }
  
  100% {
    -o-transform:scale(1);
  }
}

@-ms-keyframes fadeInScale {
  0% {
    -ms-transform:scale(0.6);
  }
  
  100% {
    -ms-transform:scale(1);
  }
}

@keyframes fadeInScale {
  0% {
    transform:scale(0.6);
  }
  
  100% {
    transform:scale(1);
  }
}

@-webkit-keyframes crown {
  from {
    -webkit-transform:rotateY(360deg);
  }
  
  to {
    -webkit-transform:rotateY(0deg);
  }
}

@-moz-keyframes crown {
  from {
    -moz-transform:rotateY(360deg);
  }
  
  to {
    -moz-transform:rotateY(0deg);
  }
}

@-ms-keyframes crown {
  from {
    -ms-transform:rotateY(360deg);
  }
  
  to {
    -ms-transform:rotateY(0deg);
  }
}

@-o-keyframes crown {
  from {
    -o-transform:rotateY(360deg);
  }
  
  to {
    -o-transform:rotateY(0deg);
  }
}

@keyframes crown {
  from {
    transform:rotateY(360deg);
  }
  
  to {
    transform:rotateY(0deg);
  }
}

.clearfix:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clearfix {
  height:1%;
}