@charset "UTF-8";

a:link,a:visited {
  color:#09c;
  text-decoration:none;
}

a:hover {
  color:#cc4ff2;
}

body {
  width:80%;
  margin:0 auto;
  background-color:#f1f1f1;
  color:#666;
  font-family:'Abel',Arial,Helvetica,sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  background-image:url(https://3.bp.blogspot.com/-84Dx2h289uA/WZKxT-bEzkI/AAAAAAAAGXI/_cce1QIPzJY40NVyDv4C71Qrz5tikSA2QCLcBGAs/s1600/cledex_anim_purple2.gif);
  background-size:cover;
  -webkit-background-size:cover;
  background-repeat:no-repeat;
  background-position:0 0;
  background-attachment:fixed;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

.profile_section_content {
  color:#666;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777;
  -moz-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
}

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

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

.profile_section_content .heading {
  padding:5px;
  background-color:gray;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777;
  -moz-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
  -webkit-text-shadow:0 0 0 #777;
  -moz-text-shadow:0 0 0 #777;
  text-shadow:0 0 0 #777;
}

.content {
  padding:0;
  -webkit-box-shadow:0 0 0 #999;
  -moz-box-shadow:0 0 0 #999;
  box-shadow:0 0 0 #999;
  -webkit-text-shadow:0 0 0 #999;
  -moz-text-shadow:0 0 0 #999;
  text-shadow:0 0 0 #999;
}

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

#profile_header_container {
}

#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:#fff;
  text-decoration:none;
  font-size:14px;
}

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

#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;
  width:90%;
  position:relative;
  margin:0 auto;
  background-color:#f1f1f1;
  border:1px solid #ccc;
  margin:25px auto;
  padding:10px 17px;
  color:#555;
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-radius:7px;
  font-family:Arial,Helvetica,sans-serif;
}

.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:#f1f1f1;
  border:1px solid #ccc;
  color:#444;
}

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(0,0,0,.50);
  color:#fff;
  margin:10px auto;
  font-family:Arial,Palatino,serif;
  outline:none;
  outline-style:none;
  font-size:18px;
}

.wall_post_avatar img {
  background-color:#f1f1f1;
  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);
  width:70px;
  height:70px;
}

#no_profile_avatar {
  display:none;
}

.wall_post_avatar:hover img {
  background-color:#ccc;
  box-shadow:0 0 6px #cc4ff2;
  -ms-box-shadow:0 0 6px #cc4ff2;
  -o-box-shadow:0 0 6px #cc4ff2;
  -webkit-box-shadow:0 0 6px #cc4ff2;
}

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

.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;
  background-color:rgba(255,255,255,.70);
  border:1px solid #ccc;
  margin:25px auto;
  padding:10px 17px;
  color:#666;
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-radius:7px;
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:Arial,serif;
}

div#profile_about_me.profile_subsection {
  text-indent:2px;
  background:transparent rgba(0,0,0,.0);
  background-repeat:no-repeat;
  background-position:top right;
}

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

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

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

form#new_comment.hidden {
  padding:10px;
  background:rgba(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;
  background-color:#f1f1f1;
  color:#666;
  border-radius:5px;
  -webkit-border-radius:5px;
  border:4px solid #ceceff;
  margin:10px auto 4px;
}

p {
  font-family:Arial,serif;
  font-weight:300;
}

#profile_about_me {
  padding:0;
  margin:0 auto;
}

.photo_gallery_count {
  color:#cc4ff2;
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  color:#ccc;
  font-family:'Arial',PalatinoLinotype,Book Antiqua,Palatino,serif;
  font-weight:300;
}

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

#profile_friends {
  display:block;
  width:90%;
  margin:10px auto 30px!important;
  color:#666;
  padding:10px 13px;
  background-color:#fff;
  border:1px solid #ceceff;
  font-size:15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding:11px 22px;
  text-decoration:none;
  border:1px solid #ccc;
  background-color:#111;
  color:#444;
  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:#cc4ff2;
  color:#fff;
}

.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;
  padding:0;
}

#profile_interests_content .label {
  display:block;
  width:90%;
  height:auto;
  margin:4px auto 7px;
  padding:3px 15px;
}

.hide,#profile_header,#profile_main_photo,#header_bar,#footer_bar,#server_time,#profile_schedule {
  display:none;
}

#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #cam_score_container,#profile_about_me #gender_container,#profile_about_me #ethnicity_container,#profile_about_me #hair_container,#profile_about_me #eyes_container,#profile_about_me #height_container,#profile_about_me #country_container,#profile_about_me #sexual_preference_container,#profile_about_me #smoke_container,#profile_about_me #drink_container,#profile_about_me #drugs_container,#profile_about_me #occupation_container,#profile_about_me #pets_container,#tags_container {
  display:none;
}

#about_me_container {
  display:inline-block;
  width:100%;
  margin:0;
}

#about_me_container .value {
  display:inline-block;
  width:100%;
  margin:0;
}

h1,h2,h3,h4,h5,h6 {
  font-family:'Play';
  font-style:normal;
  font-weight:400;
}

iframe,embed,frame {
  display:block;
  width:90%;
  height:450px;
  margin:10px auto 20px;
}

@font-face {
  font-family:'Play';
  font-style:normal;
  font-weight:400;
  src:local('Play Regular'),local(Play-Regular),url(https://fonts.gstatic.com/s/play/v8/YjD7Z5idi6Khm_WnIgFa0Q.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:'Play';
  font-style:normal;
  font-weight:400;
  src:local('Play Regular'),local(Play-Regular),url(https://fonts.gstatic.com/s/play/v8/ZNo-5SxCwH1CXgZ-n3bt2g.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;
}

@font-face {
  font-family:'Abel';
  font-style:normal;
  font-weight:400;
  src:local('Abel Regular'),local(Abel-Regular),url(https://fonts.gstatic.com/s/abel/v7/brdGGFwqYJxjg2CD1E9o7g.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;
}

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

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

.xcr::-webkit-scrollbar-thumb {
  background:#cc4ff2;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);
}

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

* {
  box-sizing:border-box;
}

.leo-1 {
  width:8.33%;
}

.leo-2 {
  width:16.66%;
}

.leo-3 {
  width:25%;
}

.leo-4 {
  width:33.33%;
}

.leo-5 {
  width:41.66%;
}

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

.leo-6 {
  width:50%;
}

.leo-7 {
  width:58.33%;
}

.leo-8 {
  width:66.66%;
}

.leo-9 {
  width:75%;
}

.leo-10 {
  width:83.33%;
}

.leo-11 {
  width:91.66%;
}

.leo-12 {
  width:100%;
}

[class*="leo-"] {
  float:left;
  padding:15px;
  border:0 solid #ccc;
  color:#444;
}

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

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

.roz:after {
  content:"";
  clear:both;
  display:table;
}

.tcenter {
  text-align:center;
}

.tleft {
  text-align:left;
}

.tright {
  text-align:right;
}

.imgresponsive img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}

.dxheader {
  margin:50px auto 30px;
  border:8px solid #fff;
  box-shadow:0 6px 8px -5px #9340ad;
  -webkit-box-shadow:0 6px 8px -5px #9340ad;
}

.dxwrapper {
  background-color:rgba(255,255,255,.70);
  box-shadow:-3px 0 6px #9340ad,3px 0 6px #9340ad;
  -webkit-box-shadow:-3px 0 6px #9340ad,3px 0 6px #9340ad;
  margin:10px auto 8px;
  color:#666;
}

.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:Arial,Helvetica,sans-serif;
}

.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,.90);
  z-index:1001;
}

.additional {
  padding:25px;
}

#hire .close a:link,#hire .close a:visited {
  right:0;
  top:0;
  width:40px;
  height:30px;
  padding:5px 0;
  overflow:hidden;
  line-height:normal;
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  color:rgba(255,255,255,.0);
  opacity:.5;
  margin-top:6px;
  position:relative;
  text-decoration:none;
  text-align:left;
  background-image:url(https://leroy799.files.wordpress.com/2017/02/6a6e221a933d3e56b37aeaebd457d175.png);
  background-repeat:no-repeat;
  background-size:20px 20px;
  background-position:0 0;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

#hire .close a:hover {
  width:40px;
  height:30px;
  color:#000;
  text-decoration:none;
  opacity:1;
  background-image:none;
  text-align:left;
  padding-right:10px;
}

.designer h1 {
  display:block;
  font-size:30px;
  color:#666;
  font-family:Tahoma,Geneva,sans-serif;
  line-height:normal;
  margin:0;
  text-indent:28px;
  text-transform:uppercase;
}

.wrp {
  display:table;
  width:100%;
  background-color:#f1f1f1;
  border-bottom:1px solid #ccc;
}

.wrp h1 {
  padding:5px 0 6px;
}

.designer {
  display:table;
  width:80%;
  height:auto;
  float:none;
  clear:both;
  position:relative;
  margin:3% auto 2%;
  background-color:#fff;
  padding:0;
  box-shadow:0 6px 7px -6px #000;
}

.designer p {
  font-size:16px;
  font-family:Arial,Helvetica,sans-serif;
}

.clesas {
  height:50px;
  overflow:hidden;
  font-size:11px;
  color:#666;
  font-family:Tahoma,Geneva,sans-serif;
  opacity:0;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.seal:hover .clesas {
  opacity:1;
}

.clesas p {
  display:block;
  width:90%;
  height:20px;
  margin:0 -400px auto auto;
  font-size:11px;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.seal:hover .clesas p {
  display:block;
  width:90%;
  height:20px;
  margin:0 auto;
}

.topbutton img {
  margin:40px auto 10px;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.topbutton img:hover {
  margin:30px auto 20px;
  -webkit-box-reflect:below -7px -webkit-linear-gradient(bottom,rgba(255,255,255,.9) 0%,transparent 50%,transparent 100%);
}

.dexfooter {
  margin:10px auto 30px;
  background:url(https://mfcpro.files.wordpress.com/2016/05/footer.png);
  background-repeat:no-repeat;
  background-size:100%;
  background-position:0 0;
  background-color:#cc4ff2;
  color:#fff;
  text-align:center;
  font-size:15px;
  box-shadow:-3px 0 6px #9340ad,3px 0 6px #9340ad;
}

#credits a:link,#credits a:visited {
  color:#f1f1f1;
}

#credits a:hover {
  color:#fff;
}

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

.reflect img {
  -webkit-box-reflect:below -17px -webkit-linear-gradient(bottom,rgba(255,255,255,.3) 0%,transparent 50%,transparent 100%);
}

.dxmenu {
  margin:10px auto 20px;
  text-align:center;
  background:#e570e7;
  background:-moz-linear-gradient(top,rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%);
  background:-webkit-linear-gradient(top,rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%);
  background:linear-gradient(to bottom,rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e570e7',endColorstr='#a849a3',GradientType=0);
}

.dxmenu a,.dxmenu a:visited {
  display:inline-block;
  padding:11px 22px;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.dxmenu a:hover,.dxmenu a:focus {
  background-color:rgba(0,0,0,.70);
  color:#fff;
  text-decoration:none;
}

.rrules {
  display:block;
  width:60%;
  margin:10px auto 20px;
  text-align:center;
}

.tmenu {
  display:block;
  width:80%;
  margin:10px auto 20px;
  text-align:center;
}

.box {
  height:300px;
  overflow:auto;
}

.vidbox {
  height:600px;
  overflow:auto;
  margin:20px auto 22px;
  text-align:center;
}

.vds {
  text-align:center;
  overflow:hidden;
}

.vds img {
  background-color:#222;
}

.vds .buy {
  position:relative;
  margin:4px 5px auto -30px;
  transform:skew(20deg,10deg);
  -webkit-transform:skew(20deg,10deg);
  opacity:0;
  transition:all .5s;
  -webkit-transition:all .5s;
}

.vds:hover .buy {
  position:relative;
  margin:4px 5px auto 10px;
  transform:none;
  opacity:1;
}

.aboutmeimg {
  max-height:450px;
  overflow:hidden;
  text-align:center;
}

.social a:link,.social a:visited {
  display:inline-block;
  padding:11px 22px;
  text-align:center;
  background-color:#09c;
  color:#f1f1f1;
  border-radius:4px;
  -webkit-border-radius:4px;
  text-decoration:none;
  font-size:16px;
  border-bottom:1px solid #0cc;
  box-shadow:0 4px 0 #39C,0 3px 5px #000;
  -webkit-box-shadow:0 4px 0 #39C,0 3px 5px #000;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.social a:hover,.social a:focus {
  background-color:#cc4ff2;
  color:#fff;
  text-decoration:none;
  border-bottom:1px solid #ecafff;
  box-shadow:0 2px 0 #9340ad,0 0 6px #999;
  -webkit-box-shadow:0 2px 0 #9340ad,0 0 6px #999;
}

.treq {
  border-bottom:1px solid #f1f1f1;
  color:#777;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.treq:hover {
  background-color:#f1f1f1;
  color:#666;
}

.trequest {
  display:block;
  width:80%;
  height:auto;
  padding:7px 11px;
  text-align:left;
  font-size:17px;
  float:left;
  margin:0 auto;
}

.buy a:link,.buy a:visited {
  padding:7px 11px;
  text-align:center;
  font-size:17px;
  float:left;
  margin:0 auto;
  background-color:#09c;
  color:#fff;
  border-bottom:1px solid #0cc;
  box-shadow:0 4px 0 #39c;
  -webkit-box-shadow:0 4px 0 #39c;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.buy a:hover {
  background-color:#cc4ff2;
  color:#fff;
  border-bottom:1px solid #ecafff;
  box-shadow:0 2px 0 #9340ad;
  -webkit-box-shadow:0 2px 0 #9340ad;
}

.zina img {
  background-color:#111;
}

.featured {
  display:block;
  width:200px;
  padding:8px 11px;
  text-align:left;
  background-color:#cc4ff2;
  color:#fff;
  font-size:13px;
  margin:0 -8px -43px 0;
  -webkit-clip-path:polygon(0% 0%,100% 0,90% 49%,100% 100%,0% 100%);
  clip-path:polygon(0% 0%,100% 0,90% 49%,100% 100%,0% 100%);
  position:relative;
  border-left:5px solid #cc4ff2;
}

.newvid {
  display:block;
  width:70px;
  padding:8px 11px;
  text-align:left;
  background-color:#222;
  color:#fff;
  font-size:12px;
  margin:0 -8px -43px 0;
  -webkit-clip-path:polygon(0% 0%,100% 0,90% 49%,100% 100%,0% 100%);
  clip-path:polygon(0% 0%,100% 0,90% 49%,100% 100%,0% 100%);
  position:relative;
  border-left:5px solid #000;
  border-top:1px solid #cc4ff2;
  border-bottom:1px solid #cc4ff2;
}

.premiumsz .leo-4 {
  font-size:18px;
  border-bottom:1px solid #cc4ff2;
}

.premiumsz .leo-3:hover {
  background-color:#f1f1f1;
  color:#000;
  border-bottom:1px solid #cc4ff2;
}

.premiumsz .leo-4:hover {
  background-color:#222;
  color:#cc4ff2;
  border-bottom:1px solid #f6c;
}

.premiumsz .leo-3 {
  font-size:15px;
  color:#666;
  border-bottom:1px solid #f1f1f1;
}

.prms img {
  text-align:center;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.prms:hover img {
  background-color:#cc4ff2;
  border-radius:6px;
  -webkit-border-radius:6px;
  box-shadow:0 5px 6px -5px #999;
}

@media only screen and (max-width:768px) {
  [class*="leo-"] {
    width:100%;
  }

  .social a:link,.social a:visited,.social a:hover,.social a:focus {
    display:block;
    width:60%;
    height:auto;
    margin:7px auto;
  }

  .featured {
    display:block;
    width:100px;
  }

  .dxmenu a,.dxmenu a:visited,.dxmenu a:hover,.dxmenu a:focus,.dxmenu a:active {
    display:block;
    margin:5px auto;
    font-size:14px;
  }
}

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

@-webkit-keyframes spinner {
  from {
    -webkit-transform:rotate(360deg);
  }

  to {
    -webkit-transform:rotate(-360deg);
  }
}

@-moz-keyframes spinner {
  from {
    -moz-transform:rotate(360deg);
  }

  to {
    -moz-transform:rotate(-360deg);
  }
}

@-ms-keyframes spinner {
  from {
    -ms-transform:rotate(360deg);
  }

  to {
    -ms-transform:rotate(-360deg);
  }
}

@-o-keyframes spinner {
  from {
    -o-transform:rotate(360deg);
  }

  to {
    -o-transform:rotate(-360deg);
  }
}

@keyframes spinner {
  from {
    transform:rotate(360deg);
  }

  to {
    transform:rotate(-360deg);
  }
}

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

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

* html .clearfix {
  height:1%;
}