@charset "UTF-8";

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

@font-face {
  font-family:'Rubik';
  font-style:normal;
  font-weight:500;
  src:local('Rubik Medium'),local(Rubik-Medium),url(https://fonts.gstatic.com/s/rubik/v4/dr9AO_oRJOJvBo3VnoPe1_esZW2xOQ-xsNqO47m55DA.woff) format("woff");
}

@font-face {
  font-family:'Rubik';
  font-style:normal;
  font-weight:700;
  src:local('Rubik Bold'),local(Rubik-Bold),url(https://fonts.gstatic.com/s/rubik/v4/dwBNC4Sd5CDAYmaqw1hU7PesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}

@font-face {
  font-family:'Chewy';
  font-style:normal;
  font-weight:400;
  src:local(Chewy),url(https://fonts.gstatic.com/s/chewy/v7/nB-Yp57-ChbdqJ4CkQVXAQ.woff) format("woff");
}

@font-face {
  font-family:'Caveat Brush';
  font-style:normal;
  font-weight:400;
  src:local('Caveat Brush'),local(CaveatBrush-Regular),url(https://fonts.gstatic.com/s/caveatbrush/v2/_d7bgsk3hfC4DXnUEeYKs3hCUOGz7vYGh680lGh-uXM.woff) format("woff");
}

@font-face {
  font-family:'Chasing Hearts';
  font-style:normal;
  font-weight:400;
  src:local('Chasing Hearts'),url(https://www.dropbox.com/s/5677xplqmx9595y/Chasing%20Hearts%20-%20TTF%20%281%29.ttf) format("ttf");
}

*,::after,::before {
  margin:0 auto;
  padding:0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
}

body {
  color:#717171;
  font-family:'Rubik','Arial',sans-serif;
  font-size:1em;
  line-height:1.5;
  overflow-x:hidden;
  margin:0!important;
  padding:0!important;
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/bg70.png);
  background-attachment:fixed;
  background-repeat:repeat;
  background-color:#fff;
}

#fixed_background {
  width:100%;
  height:100%;
  position:absolute;
  background-attachment:fixed;
  top:0;
  left:0;
  background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(253,158,211,.5) 38%,rgba(253,158,211,.8) 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(253,158,211,.5) 38%,rgba(253,158,211,.8) 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(253,158,211,.5) 38%,rgba(253,158,211,.8) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
/* IE6-9 */
  display:block;
  position:fixed;
  background-attachment:fixed;
  overflow:hidden;
  background-position:bottom;
}

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

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

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

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

a:hover {
  text-decoration:underline;
}

.container {
  display:block!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
/* outline:2px solid #ffb6c1; */
}

.content {
  margin:0 auto!important;
  max-width:970px!important;
  height:auto;
  padding:0;
  display:block!important;
  text-align:center!important;
}

#about_me_value.value {
  display:block!important;
  background:none;
}

.profile_row,.profile_row.container {
  background:none;
}

#profile_about_me #profile_friends .heading {
  margin-bottom:.4em!important;
}

#profile_friends {
}

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

#wb_top {
  display:none;
}

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

.wb a {
  padding:0!important;
  margin:0!important;
  display:block!important;
  color:#fff!important;
}

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

.wb a span {
  font-size:.9em;
  font-weight:500;
  line-height:2.8;
  opacity:0;
  position:relative;
  left:-100px;
  top:0;
  padding-left:4px;
  vertical-align:top;
  z-index:6!important;
  background-color:#000;
}

.wb:hover {
  cursor:pointer;
}

.wb:hover > a img {
  -ms-transform:rotate(390deg)!important;
  -webkit-transform:rotate(390deg);
  -moz-transform:rotate(390deg);
  transform:rotate(390deg)!important;
  -o-transition:all .2s ease!important;
  -moz-transition:all .2s ease!important;
  -webkit-transition:all .2s ease!important;
  transition:all .2s ease!important;
}

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

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

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

h1,h2,h3,h4,h5,h6,.heading {
  color:#fff;
  font-family:'Chasing Hearts','Caveat Brush','Chewy','Arial',sans-serif!important;
  text-transform:uppercase!important;
  text-align:center!important;
  font-weight:400;
}

h1:before,h1:after,.heading:after,.heading:before {
  content:' * '!important;
  color:#fd9ed3;
  vertical-align:top;
}

h1,.heading {
  font-size:2em!important;
  margin-bottom:.8em!important;
  font-family:'Chasing Hearts','Caveat Brush','Chewy','Arial',sans-serif!important;
  font-weight:800!important;
  text-shadow:1px 2px 4px #fff;
  color:#FA81BC;
}

#profile_about_me .heading {
  padding-top:.5em;
  padding-bottom:.4em;
  margin-bottom:.4em!important;
}

#profile_about_me > .heading {
  display:none;
}

h2 {
  font-size:2.1em;
}

h3 {
  color:#fd9ed3;
  font-size:1.4em;
  margin-bottom:0!important;
  text-align:left!important;
  font-family:'Chewy','Arial',sans-serif!important;
}

h4 {
  font-size:1.2em;
  display:block!important;
}

p {
  font-size:1.2em;
  color:#fff;
}

.videos h3 {
  color:#ffb6c1;
  text-align:center!important;
}

.videos h4 {
  color:#000;
}

.videos h4 span {
  display:inline;
  font-size:1em;
}

.videos h5 {
  margin-top:.3em!important;
  margin-bottom:.4em!important;
  color:#ffb6c1;
  font-size:1.2em;
  color:#fff;
  display:inline-block;
  padding:.2em .8em;
  background:#fd9ed3;
  border-radius:24px;
  -o-border-radius:24px;
  -moz-border-radius:24px;
  -webkit-border-radius:24px;
}

#my_nav {
  text-align:center;
  color:#fff;
  background-color:#000;
  top:0;
  width:100%;
  display:block;
  z-index:99!important;
  height:3em!important;
  display:none;
}

#my_nav a {
  color:#fd9ed3;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}

#my_nav ul {
  margin:0 auto!important;
  padding:0!important;
  vertical-align:bottom!important;
/* border-bottom: 2px solid #ffb6c1;
        border-top: 2px solid #ffb6c1; */
  height:100%!important;
  display:block!important;
}

#my_nav li {
  display:inline-block;
  padding:0 .4em;
  color:#fff;
  font-family:'Rubik','Arial',sans-serif;
  font-size:1em;
  font-weight:500;
  line-height:3;
  text-align:left;
  text-transform:uppercase;
  height:100%!important;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}

#my_nav li:hover,#my_nav .active {
  color:#000;
  cursor:pointer;
  background:#fd9ed3;
  text-decoration:none!important;
}

#my_nav a:hover {
  color:#000;
  text-decoration:none!important;
}

#my_nav li:hover a {
  color:#fff;
}

.buttons {
/* max-width: 970px; */
/*background-color:#ffb6c1;*/
  margin:0 auto 1em!important;
  vertical-align:bottom;
  text-align:center;
  bottom:0;
  width:100%;
  z-index:9!important;
}

.buttons a {
  width:179px;
  height:175px;
  -webkit-perspective:1000;
  -moz-perspective:1000;
  -o-perspective:1000;
  perspective:1000px;
  margin:0 1em!important;
/*  -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; */
}

.buttons a:last-of-type {
  margin-right:0;
}

.btn_twitter span {
  background:url(https://mfcfiles.files.wordpress.com/2017/02/btn_twitter5.png);
}

.btn_wishlist span {
  background:url(https://mfcfiles.files.wordpress.com/2017/02/btn_wishlist4.png);
}

.btn_offline_tip span {
  background:url(https://mfcfiles.files.wordpress.com/2017/02/btn_tip4.png);
}

.btn_email span {
  background:url(../img/img/btn_mail.png);
}

.btn_wishlist span,.btn_twitter span,.btn_offline_tip span,.btn_email span {
  height:175px;
  width:179px;
  display:block;
  background-repeat:no-repeat;
  background-position:0 0;
}

.btn_wishlist,.btn_twitter,.btn_offline_tip,.btn_email {
  display:inline-block!important;
  height:175px;
  width:179px;
  display:block;
}

.buttons a span {
  height:100%;
  width:100%;
  display:block;
}

.buttons a span:hover {
  -webkit-transition:transform 1s ease-in-out;
  -moz-transition:transform 1s ease-in-out;
  -o-transition:transform 1s ease-in-out;
  transition:transform 1s ease-in-out;
  background-position:0 0;
  background-position:0 -175px;
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  transform:rotateY(180deg);
  -webkit-animation-name:examples;
  -webkit-animation-duration:1s;
  animation-name:examples;
  animation-duration:1s;
}

@keyframes examples {
  0% {
    background-position:0 0;
  }
  
  49% {
    background-position:0 0;
  }
  
  50% {
    background-position:0 -175px;
  }
  
  100% {
    background-position:0 -175px;
  }
}

@-webkit-keyframes examples {
  0% {
    background-position:0 0;
  }
  
  49% {
    background-position:0 0;
  }
  
  50% {
    background-position:0 -175px;
  }
  
  100% {
    background-position:0 -175px;
  }
}

.main_content {
  position:relative;
  top:-2px;
/*background:#ffb6c1; */
}

.main_header {
  font-size:64px;
  line-height:2;
/*margin: 48px auto 0 !important;*/
  margin:0 auto!important;
  position:relative;
  padding:0!important;
/*min-height: 850px;*/
  width:100%!important;
  overflow:hidden;
  top:0;
  display:block;
}

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

@-webkit-keyframes ImgFadeInOut {
  0% {
    opacity:1;
  }
  
  17% {
    opacity:1;
  }
  
  25% {
    opacity:0;
  }
  
  92% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-moz-keyframes ImgFadeInOut {
  0% {
    opacity:1;
  }
  
  17% {
    opacity:1;
  }
  
  25% {
    opacity:0;
  }
  
  92% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-o-keyframes ImgFadeInOut {
  0% {
    opacity:1;
  }
  
  17% {
    opacity:1;
  }
  
  25% {
    opacity:0;
  }
  
  92% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes ImgFadeInOut {
  0% {
    opacity:1;
  }
  
  17% {
    opacity:1;
  }
  
  25% {
    opacity:0;
  }
  
  92% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

.main_header img {
  width:100%;
  height:auto;
  -webkit-animation-name:ImgFadeInOut;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-duration:8s;
  -moz-animation-name:ImgFadeInOut;
  -moz-animation-timing-function:ease-in-out;
  -moz-animation-iteration-count:infinite;
  -moz-animation-duration:8s;
  -o-animation-name:ImgFadeInOut;
  -o-animation-timing-function:ease-in-out;
  -o-animation-iteration-count:infinite;
  -o-animation-duration:8s;
  animation-name:ImgFadeInOut;
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite;
  animation-duration:8s;
}

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

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

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

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

.main_img {
  display:block;
  margin:2em auto 0!important;
  max-width:660px;
  width:100%;
}

#section_about,#section_skype,#section_tipmenu,#profile_friends,#profile_password_photo_galleries,#profile_photo_galleries,#profile_schedule,#profile_comments {
  margin:0!important;
}

#profile_comments {
  margin-top:4em!important;
}

#profile_friends {
  margin:0 auto 3em!important;
  width:100%;
  max-width:550px!important;
}

#password_photo_galleries,#photo_galleries {
  margin-bottom:2em!important;
}

#section_about p {
  display:block;
  margin:0 auto 1.2em!important;
  line-height:1.4;
  max-width:800px;
  padding:0 .2em;
  text-align:center;
}

#section_about p:last-of-type {
  margin-bottom:0!important;
}

.img_wrapper_left {
}

.img_left {
  float:none;
  display:block;
  margin-right:3em!important;
  margin-bottom:1em!important;
  margin-right:2em!important;
}

.img_right {
  float:none;
  margin-right:0!important;
  margin-bottom:1em!important;
  margin-left:2em!important;
  width:300px;
  float:none;
  display:block;
}

.img_left,.img_right {
  box-shadow:0 0 0 4px #fff,0 0 0 12px #fd9ed3;
  box-shadow:0 0 0 4px #fff,0 0 0 12px #fd9ed3;
  -moz-box-shadow:0 0 0 4px #fff,0 0 0 12px #fd9ed3;
  -o-box-shadow:0 0 0 4px #fff,0 0 0 12px #fd9ed3;
  -webkit-box-shadow:0 0 0 4px #fff,0 0 0 12px #fd9ed3;
  border-radius:40px;
  -o-border-radius:40px;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
}

.img_panties {
  position:absolute;
  right:12px;
  top:12px;
  z-index:-1;
}

img.img_skype {
  display:block;
  float:none;
  display:block;
  margin-bottom:1em!important;
}

.section,#profile_password_photo_galleries,#profile_photo_galleries {
  padding:1em 0 3em;
}

#profile_password_photo_galleries {
  padding-top:3em!important;
}

.section {
  padding-bottom:3em;
}

#stats {
  margin:0 auto 2em!important;
  max-width:700px;
}

#stats li {
  width:50%;
  display:inline-block;
  text-align:left;
}

#stats li h5 {
  display:inline-block;
  color:#fd9ed3;
  width:190px;
  text-align:right!important;
  font-size:18px;
  font-weight:500;
  padding-right:10px;
}

#stats li span {
  font-size:18px;
}

#about-notice {
  color:#fff;
  text-align:center;
  width:90%;
  max-width:740px;
  padding:1em;
  margin:1em auto 3em!important;
  background-color:#fdb4dd;
  position:relative;
  border-radius:84px;
  -o-border-radius:84px;
  -moz-border-radius:84px;
  webkit-border-radius:84px;
  border:8px solid #fd9ed3;
  box-shadow:0 0 10px 5px #fff;
  -moz-box-shadow:0 0 10px 5px #fff;
  -o-box-shadow:0 0 10px 5px #fff;
  -webkit-box-shadow:0 0 1px 5px #fff;
  background:#fa81bc;
  background:-moz-linear-gradient(top,#fcecfc 0%,#fba6e1 30%,#fba6e1 70%,#fa81bc 100%);
  background:-webkit-linear-gradient(top,#fa81bc 0%,#fba6e1 30%,#fba6e1 70%,#fcecfc 100%);
  background:linear-gradient(to bottom,#fcecfc 0%,#fba6e1 30%,#fba6e1 70%,#fa81bc 100%);
  z-index:6;
}

#about-notice h3 {
  margin:0 0 1em!important;
  font-size:2.2em;
  line-height:1.4;
  margin-bottom:.5em!important;
  max-width:450px;
}

#about-notice a {
  color:#626262;
  text-shadow:1px 1px 1px #fff;
}

#about-notice a:hover {
  -webkit-column-rule:#fdb4dd;
  -moz-column-rule:#fdb4dd;
  -o-column-rule:#fdb4dd;
  column-rule:#fdb4dd;
  text-shadow:1px 1px 6px #fff;
  text-shadow:1px 1px 3px #FA81BC;
  text-decoration:none;
}

#about-notice h3 {
  color:#fff;
  margin:0 0 .5em!important;
  font-size:2.2em;
  font-family:'Chasing Hearts','Caveat Brush','Chewy','Arial',sans-serif!important;
  line-height:1.4;
  text-align:center!important;
  text-shadow:2px 2px 1px #69757f;
  text-transform:capitalize!important;
  max-width:450px;
  z-index:9;
}

#about-notice h3:nth-of-type(2) {
  margin-bottom:0!important;
}

.tip-list ul {
  display:inline-block;
  list-style-type:none;
  margin-top:1em!important;
/* outline: 2px solid #ffb6c1;*/
  text-align:left;
  vertical-align:top;
  margin:auto;
  width:80%;
}

.more_soon {
  color:#fd9ed3;
  font-size:1.4em;
  text-transform:uppercase;
  font-weight:500;
}

.tip-list {
  padding:1em 1em 2em;
}

.tip-list li {
  display:inline-block;
  width:49%;
  margin-right:2%;
  vertical-align:top;
}

.tip-list li:nth-of-type(2n) {
  margin-right:0!important;
}

.tip-list li span {
  font-size:2em;
  font-weight:700;
}

.tip-list h3 {
  font-size:1.3em;
  line-height:1.2;
  color:#FA81BC;
  text-shadow:1px 1px 3px #fff;
  font-family:'Chasing Hearts','Caveat Brush','Chewy','Arial',sans-serif!important;
  font-weight:900;
}

.tip-list h3 span,.tip-list li span.special {
  display:block;
  font-size:1.8em;
  margin-bottom:.2em!important;
  line-height:1.1;
  font-weight:500;
}

.tip-list li span,#profile_friends .label {
  color:#fff;
  font-family:'Chasing Hearts','Caveat Brush','Chewy','Arial',sans-serif!important;
}

.tip-list ul {
  margin-top:0!important;
  width:100%;
  vertical-align:top;
}

.tip-list li {
  width:100%;
  border:2px solid rgba(255,255,255,.6);
  position:relative;
  margin-bottom:1em!important;
  background:#ffffff;
/* Old browsers */
  background:-moz-linear-gradient(top,#ffffff 0%,#fd9ed3 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#ffffff 0%,#fd9ed3 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#ffffff 0%,#fd9ed3 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fd9ed3',GradientType=0);
/* IE6-9 */
}

.tip-list li,.option {
  border:3px solid rgba(255,255,255,1);
  border-radius:24px;
  -o-border-radius:24px;
  -moz-border-radius:24px;
  -webkit-border-radius:24px;
  background:#fd9ed3;
  background:-moz-linear-gradient(top,#ffffff 0%,#fd9ed3 100%);
  background:-webkit-linear-gradient(top,#ffffff 0%,#fd9ed3 100%);
  background:linear-gradient(to bottom,#ffffff 0%,#fd9ed3 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fd9ed3',GradientType=0);
}

.option {
  width:100%;
  clear:none;
  font-size:1.4em;
  padding:.6em 1em;
  margin-bottom:1.6em!important;
  margin-left:0;
  background:#fa81bc;
  background:-moz-linear-gradient(top,#fcecfc 0%,#fba6e1 80%,#fa81bc 100%);
  background:-webkit-linear-gradient(top,#fa81bc 0%,#fba6e1 80%,#fcecfc 100%);
  background:linear-gradient(to bottom,#fcecfc 0%,#fba6e1 80%,#fa81bc 100%);
  font-family:"Caveat Brush"!important;
}

.option:hover {
  background:-moz-linear-gradient(top,#fd9ed3 0%,#ffffff 100%);
  background:-webkit-linear-gradient(top,#fd9ed3 0%,#ffffff 100%);
  background:linear-gradient(to bottom,#fd9ed3 0%,#ffffff 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd9ed3',endColorstr='#ffffff',GradientType=0);
  border-color:#FA81BC;
  transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  -webkit-transition:transform .5s ease;
  -moz-transition:transform .5s ease;
  -o-transition:transform .5s ease;
  transition:transform .5s ease;
}

.option:nth-of-type(2) {
  margin-top:2em!important;
}

.tip-list li:hover {
  background-color:#fff;
  background:-moz-linear-gradient(top,#fd9ed3 0%,#ffffff 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#fd9ed3 0%,#ffffff 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#fd9ed3 0%,#ffffff 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd9ed3',endColorstr='#ffffff',GradientType=0);
/* IE6-9 */
  border-color:#FA81BC;
  transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  -webkit-transition:transform .5s ease;
  -moz-transition:transform .5s ease;
  -o-transition:transform .5s ease;
  transition:transform .5s ease;
}

.tip-list li a {
  padding:4px 0 4px 74px;
  position:relative;
  display:block;
  top:0;
  left:0;
  background-position:12px 12px;
  background-repeat:no-repeat;
  background-size:47px 41px;
}

.tip-list li a:hover {
  text-decoration:none;
}

.tip-list li:hover h3 {
  color:#fff;
}

.option a:hover {
  text-decoration:none;
}

.option h3 {
  text-shadow:1px 1px 2px #3a454e;
  font-size:1.8em!important;
  color:#FA81BC;
  font-family:'Chasing Hearts','Caveat Brush','Chewy','Arial',sans-serif!important;
  font-weight:900;
}

.option h3.emphasis {
  position:relative;
  color:#fff;
  text-shadow:2px 2px 2px #fd9ed3!important;
}

.option:hover h3.emphasis {
  color:#fd9ed3;
  text-shadow:2px 2px 2px #fff!important;
}

.option:hover h3 {
  color:#FA81BC;
  text-shadow:2px 2px 2px #000;
}

.option .special {
  color:#626262;
  font-size:.67em!important;
}

.tip_item:hover h3 {
  color:#fd9ed3;
  text-shadow:2px 2px 2px #000;
}

.skype-list li:hover span,.group-list li:hover span,.tip-list li:hover span {
  color:#000;
}

.skype-list li span,.group-list-list li span,.tip-list li span {
  font-size:1.4em;
}

.skype-list li span
.group-list li span,.tip-list li span {
  color:#000;
  line-height:1.3;
}

.group-list h1 {
  display:block;
  margin-bottom:0!important;
}

.group-list img {
  max-width:200px;
}

.group-list ul {
  list-style:none;
  text-align:center;
}

.group-list ul li {
  display:inline-block;
  max-width:200px;
  margin-bottom:1em;
  width:28%;
}

.group-list ul img {
  overflow:visible;
}

.group-list h3 {
  font-size:1.6em;
  font-weight:500;
  margin-bottom:0!important;
  text-align:center!important;
  color:#fff;
  text-shadow:2px 2px 1px #3a454e;
}

.skype-list h3,.skype-list h4,.skype-list h5 {
  margin:0!important;
  text-align:center!important;
}

#section_group .group-list img {
  float:none;
}

#section_group .group-list ul li {
  width:100%;
}

#section_group_jb li,#section_group_bb li {
  width:49%;
}

#section_group_prince .group-list,#section_group_king .group-list {
  padding:0;
}

#section_group_king li .group-list li {
  display:block!important;
  margin:0 .2em 1em!important;
  width:100%;
  background:lime;
}

#section_group_daddy li {
  width:100%;
}

#section_group_daddy h3 {
  margin-bottom:1em!important;
  color:#fff;
  font-size:1.8em;
}

#section_group_daddy h2 {
  font-size:2em;
  font-weight:900;
  text-shadow:2px 2px 1px #3a454e;
}

.imcute,.lustme,.imsexy,.flash,.treat,.dildofun,.yogapose,.kitty_flash,.friendadd,.spanks,.snapchat,.panties {
  background-repeat:no-repeat;
  background-position:10px 10px;
}

.whatsapp {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/01/whatsapp.png);
}

.snapchat {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/snapchat.png);
}

.imcute {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/imcute.png);
}

.lustme {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/lust.png);
}

.imsexy {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/imsexy.png);
}

.treat {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/treat1.png);
}

.dildofun {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/dildofun.png);
}

.yogapose {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/yogapose.png);
}

.kitty_flash {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/kitty_flash.png);
}

.flash {
  background-image:url(img/icons/flash.jpg);
}

.flash2 {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/01/flash.png);
}

.friendadd {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/friendadd.png);
}

.song_request {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/song_request.png);
}

.polaroids {
  background-image:url(img/icons/polaroids.png);
}

.phone_number {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/phone_number.png);
}

.pm {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/pm.png);
}

.private {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/private.png);
}

.nameonwall {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/nameonwall.png);
}

.instacum {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/instacum.png);
}

.friend_add {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/friendadd.png);
}

.jellybean {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/jellybean1.png);
}

.sugar_baby {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/sugar_baby2.png);
}

.candy_prince {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/candy_prince1.png);
}

.candy_king {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/candy_king2.png);
}

/*    #photo_galleries */
#profile_friends,#profile_password_photo_galleries,#profile_photo_galleries,#profile_schedule,#profile_comments,.photo_gallery {
  max-width:970px!important;
  z-index:0;
}

#profile_friends {
  margin:0 auto!important;
}

#profile_schedule .label {
  color:#fff;
  display:block;
  font-weight:600;
  font-size:1.1em;
}

#profile_friends,.photo_gallery {
  margin-top:4em!important;
  padding:0 2em 1.5em!important;
}

#profile_friends {
  width:100%;
  max-width:700px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.photo_gallery {
  margin:1em auto 2em!important;
  z-index:0;
  display:block;
  position:relative;
  text-align:center;
  background:#fa81bc;
  background:-moz-linear-gradient(top,#fcecfc 0%,#fba6e1 80%,#fa81bc 100%);
  background:-webkit-linear-gradient(top,#fa81bc 0%,#fba6e1 80%,#fcecfc 100%);
  background:linear-gradient(to bottom,#fcecfc 0%,#fba6e1 80%,#fa81bc 100%);
}

.photo_gallery .images a {
  margin-right:15px!important;
}

.photo_gallery .images a:last-of-type {
  margin-right:0!important;
}

.photo_gallery_count {
  margin-top:.2em!important;
}

#password_photo_galleries,#photo_galleries {
  display:block;
  position:relative;
  z-index:0;
}

.hidden,#password_photo_galleries.hidden,#photo_galleries.hidden {
  display:none;
}

#wall_poster_username {
  margin-bottom:.3em;
}

#profile_schedule .profile_section_content,#profile_comments .profile_section_content {
  padding:0 2em!important;
}

#profile_schedule .profile_section_content {
  padding:0!important;
}

#profile_schedule .container {
  width:100%;
}

#profile_comments .profile_section_content {
  margin-bottom:0!important;
  padding-bottom:.5em!important;
}

#profile_comments {
  margin-top:2em!important;
  margin-bottom:5em!important;
}

#new_comment_inputs {
  width:100%;
}

#profile_comments textarea,#new_comment_inputs textarea {
  outline:2px solid #ffb6c1;
  padding:.4em;
  width:100%;
  min-height:6em;
  width:100%;
  background:#fff;
  color:#fd9ed3;
}

#profile_comments textarea:focus,#new_comment_inputs textarea:focus {
  outline-color:#fd9ed3;
  background:#fff;
}

textarea#user_comment_comment {
  font-size:1.4em;
  height:160px;
  margin-bottom:.5em;
  width:100%!important;
  color:#fd9ed3;
  border:none;
  border-radius:0;
  -o-border-radius:0!important;
  -moz-border-radius:0!important;
  -webkit-border-radius:0!important;
  outline:none;
}

#new_comment input[type="submit"] {
  float:right;
  margin-left:15px;
  background:#fff;
}

#new_comment_buttons input {
  background:#fd9ed3;
  padding:.4em .6em!important;
  outline:none;
  line-height:1.7;
  border:2px solid #fff;
  color:#fd9ed3;
  font-weight:600;
}

#new_comment_buttons input:hover {
  background:#fd9ed3;
  color:#fff;
  cursor:pointer;
  outline:2px solid #FA81BC;
}

#new_comment_buttons input:focus {
  outline:2px solid #FA81BC;
}

#comments {
  margin:1em 0!important;
}

#strip_links_popup {
  background:#fd9ed3;
  display:none;
  padding:10px;
  border:2px solid #fd9ed3;
  position:absolute;
  z-index:9;
  background-color:#fff;
  color:#000;
}

#wall_poster_username,#comment_preview,#new_comment .wall_post_avatar img {
  display:none;
}

.wall_post {
  clear:both;
  padding-bottom:30px;
}

.wall_post_avatar {
  float:left;
  margin-right:10px;
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #fd9ed3;
  border:4px solid #fba6e1;
  border-radius:50%;
  -o-border-radius:50%!important;
  -moz-border-radius:50%!important;
  -webkit-border-radius:50%!important;
  margin-top:37px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
  width:50px;
  height:50px;
}

.wall_post_info,.wall_post_info a {
  padding:5px 0;
  font-weight:500;
  color:#000;
  display:inline-block;
}

.wall_post_body {
  background:#fd9ed3;
  color:#fff;
  border:2px solid #fff;
  overflow:auto;
  padding:20px 4px 20px 15px;
  border-radius:;
  border-radius:24px;
  -o-border-radius:24px;
  -moz-border-radius:24px;
  -webkit-border-radius:24px;
}

.wall_post_body:hover {
  border:2px solid #fd9ed3;
  background:#fff;
  color:#fd9ed3;
}

.wall_post_body iframe {
  width:100%;
}

#admirers_container a,#friends_container a {
  color:#000;
}

.about-content,#profile_friends,#profile_password_photo_galleries .profile_section_content,#profile_photo_galleries .profile_section_content,#profile_schedule .profile_section_content,#profile_comments .profile_section_content,.skype-list,.group-list,.skype-list,.tip-list,.photo_gallery {
/* width: 100%; */
  margin:0 20px!important;
  padding:1em 2em 2em;
  position:relative;
  border-radius:40px;
  -o-border-radius:40px;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  border:8px solid #fd9ed3;
  box-shadow:0 0 10px 5px #fff;
  -o-box-shadow:0 0 10px 5px #fff;
  -webkit-box-shadow:0 0 1px 5px #fff;
}

#profile_comments {
  margin-top:2em!important;
}

#section_group_king li {
  width:40%;
  margin:0 .2em 1em!important;
}

.about-content img {
  margin:1em auto 1.6em!important;
  max-width:100%;
  overflow:hidden;
}

.about-content p:nth-of-type(3) {
}

.skype-list .img_right {
  margin:0 auto 2em!important;
}

#profile {
  margin:0 auto;
  color:#fff;
  max-width:970px!important;
/*  border-left:1px solid #ffb6c1;
  border-right:1px solid #ffb6c1;*/
}

#password_photo_gallery_previews,#photo_gallery_previews {
  font-family:'Rubik','Arial',sans-serif;
  font-weight:500;
  text-align:center;
  min-height:0;
  height:auto!important;
}

#password_photo_gallery_previews li,#photo_gallery_previews li {
  width:160px;
  text-align:center;
  vertical-align:top;
}

#password_photo_gallery_previews,#photo_gallery_previews,#profile_schedule {
  padding-bottom:1.5em!important;
}

.photo_gallery_lock {
  visibility:hidden;
}

#password_photo_gallery_previews .photo_gallery_preview > .photo_gallery_link {
  background-image:url(https://mfcfiles.files.wordpress.com/2017/02/lock1.png);
  background-repeat:no-repeat;
  background-position:50%;
}

#profile_schedule {
  padding-bottom:2.5em!important;
  text-align:center;
}

.photos_container a {
  display:inline-block;
  max-height:358px;
  overflow:hidden;
  margin-right:24px;
  margin-bottom:24px;
  box-shadow:2px 2px 5px 1px #000;
  -moz-box-shadow:2px 2px 5px 1px #000;
  -o-box-shadow:2px 2px 5px 1px #000;
  -webkit-box-shadow:2px 2px 5px 1px #000;
}

.photos_container a:nth-of-type(3n) {
  margin-right:0;
}

.photos_container a:hover {
  outline:2px solid #fd9ed3;
}

.photo_gallery_previews {
  padding:0 1em;
}

.photo_gallery_name {
  font-size:1.2em;
  margin-bottom:0!important;
  vertical-align:bottom;
  color:#fd9ed3;
}

.photo_gallery_name a {
  vertical-align:middle;
  color:#fff;
  overflow:hidden;
}

.photo_gallery_link {
  color:#fd9ed3;
  font-size:1.2em;
  margin-bottom:.2em!important;
  display:block;
  vertical-align:middle;
}

a.photo_gallery_link:hover {
  color:#000!important;
}

.photo_gallery_preview {
  text-align:center;
  display:inline-block;
  width:140px;
  margin:0 1em!important;
}

.photo_gallery_previews {
  overflow:auto;
  list-style-type:none;
  padding:0;
  padding-bottom:1em!important;
}

.photo_gallery_previews a:hover {
  color:#fd9ed3;
}

.photo_gallery_previews a {
}

.photo_gallery_image {
  border:4px solid #fd9ed3;
  margin-top:10px!important;
  width:160px;
  height:160px;
  border-radius:124px;
  -o-border-radius:124px;
  -moz-border-radius:124px;
  -webkit-border-radius:124px;
  border:4px solid #fff;
  text-shadow:rgba(255,194,211,.4) 3px 3px 3px;
}

.photo_gallery_image:hover {
  border:4px solid #fff;
  box-shadow:0 0 0 4px #fd9ed3,0 0 0 6px #fff;
  -moz-box-shadow:0 0 0 8px #fd9ed3,0 0 0 6px #fff;
  -o-box-shadow:0 0 0 8px #fd9ed3,0 0 0 6px #fff;
  -webkit-box-shadow:0 0 0 4px #fd9ed3,0 0 0 6px #fff;
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
  -webkit-transition:scale .6s ease;
  -moz-transition:scale .6s ease;
  -o-transition:scale .6s ease;
  -ms-transition:scale .6s ease;
  transition:scale .6s ease;
}

#photo_gallery_control {
  display:block;
  height:3em;
  padding:0 2em;
  display:none;
}

.jp-previous,.jp-next {
  font-size:1.4em;
  color:#000;
}

.jp-previous:hover,.jp-next:hover {
  color:#fd9ed3;
  cursor:pointer;
  text-decoration:none;
}

.jp-previous {
  float:left;
}

.jp-next {
  float:right;
}

.jPagesPageNumber,.jp-current,.jPagesPageNumber,.jp-hidden {
  display:none;
}

.profile_section {
  display:block!important;
  position:relative;
/* width: 100%; */
}

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

.profile_section .heading {
  padding-top:16px;
}

.emphasis {
  color:#69757f;
  font-family:'Chasing Hearts','Caveat Brush','Chewy','Arial',sans-serif!important;
  font-weight:900;
}

.special {
  color:#000!important;
  font-weight:600;
  text-shadow:none!important;
  display:block;
}

.special span {
  display:block;
}

#profile_friends {
  margin:0!important;
}

#profile_friends .label {
  display:inline-block;
  min-width:175px;
  margin-right:10px;
  font-weight:500;
  text-align:left;
}

#profile_friends .value {
  display:inline-block;
}

#profile_schedule .container {
  margin:0 auto .6em!important;
  width:90%!important;
  text-align:center!important;
  font-size:1.3em;
}

#schedule_converted {
  font-size:.8em;
  margin:1em 0 0!important;
  padding-bottom:1em;
}

#body_type_container,#weight_container,#age_container,#height_container,#pets_container,#martial_status_container,#drugs_container,#city_container,#smoke_container,#drink_container,#favorite_food_container,#automobile_container,#header_bar,#profile_header,#username_container,#gender_container,#ethnicity_container,#country_container,#sexual_preference_container,#header_bar,#profile_main_photo,#avatar_holder,#footer_bar,#profile_main_photo,#hair_container,#eyes_container,#age_container,#marital_status_container,#tags_container,#profile_interests_content,#username_label,#username_value,#gender_container,#ethnicity_container,#country_container,#sexual_preference_container,#about_me_label,#occupation_container {
  display:none!important;
  visibility:none;
}

.about-content,.group-list,.skype-list,.tip-list,#profile_friends,#profile_password_photo_galleries .profile_section_content,#profile_photo_galleries .profile_section_content,#profile_schedule .profile_section_content,#profile_comments .profile_section_content {
  background:#fdb4dd;
  background:#fcecfc;
/* Old browsers */
  background:-moz-linear-gradient(top,#fcecfc 0%,#fba6e1 50%,#fa81bc 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#fcecfc 0%,#fba6e1 50%,#fa81bc 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#fcecfc 0%,#fba6e1 50%,#fa81bc 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcecfc',endColorstr='#fa81bc',GradientType=0);
/* IE6-9 */
}

#profile_load_more_comments {
  display:block;
  text-align:center;
  color:#fff!important;
}

@media (min-width: 550px) {
  #wb_bottom {
    display:inline-block;
  }
  
  #profile_friends {
    margin:0 auto!important;
    width:100%;
    max-width:500px!important;
  }
  
  #admire,#new_homepage_friend,#make_friend,#visit_room,#show_message_dialog {
    text-align:left!important;
  }
  
  #admire,#new_homepage_friend,#make_friend,#visit_room,#show_message_dialog {
    display:inline-block!important;
  }
}

@media (min-width: 550px) {
  
}

@media (min-width: 650px) {
  .group-list h3,.tip-list h3,.skype-list h3 {
    font-size:1.2em;
  }
  
  .group-list h3 span,.group-list li span.special,.tip-list h3 span,.tip-list li span.special,.skype-list h3 span,.skype-list li span.special {
    display:block;
    font-size:.8em;
    margin-bottom:.2em!important;
    line-height:1.1;
  }
}

@media (min-width: 750px) {
  #wb_top {
    display:inline-block;
  }
  
  .about-content img {
    float:left;
    width:50%;
    max-width:340px;
    margin-right:2em!important;
  }
  
  .group-list li,.tip-list li,.skype-list li {
    width:48%;
    margin-right:4%;
  }
  
  .group-list h3,.tip-list h3,.skype-list h3 {
    font-size:1.4em;
  }
  
  .tip-list h3 {
    font-size:1.6em;
  }
  
  .group-list h3 span,.group-list li span.special,.tip-list h3 span,.tip-list li span.special,.skype-list h3 span,.skype-list li span.special {
    display:block;
    font-size:.8em;
    margin-bottom:.2em!important;
    line-height:1.1;
  }
  
  .group-list li span.special,.skype-list li span.special,.tip-list li span.special {
    display:inline-block;
    font-size:.9em;
  }
}

@media (max-width: 786px) {
  .option {
    margin:0 auto 1.6em!important;
  }
}

@media (min-width: 800px) {
  .wblogo,.wblogo a img {
    height:66px;
    width:66px;
  }
  
  h1,.heading {
    font-size:3em!important;
  }
  
  .img_right {
    float:right;
    display:inline-block;
  }
  
  .about-content img {
    margin-bottom:.6em!important;
  }
  
  .group-list {
    padding-bottom:1.4em!important;
    overflow:visible;
    text-align:center;
  }
  
  #section_group_jb li,#section_group_bb li {
    width:25%;
  }
  
  #section_group_daddy li {
    max-width:200px;
    margin-bottom:0!important;
  }
  
  #section_group .group-list ul li {
    max-width:220px;
    width:30%;
    vertical-align:bottom!important;
  }
  
  #section_group .group-list ul li:nth-of-type(1),#section_group .group-list ul li:nth-of-type(2) {
    max-width:300px;
    width:100%!important;
    vertical-align:bottom!important;
  }
  
  #section_group .group-list ul li:nth-of-type(3) img,#section_group .group-list ul li:nth-of-type(4) img,#section_group .group-list ul li:nth-of-type(5) img {
    max-height:260px!important;
  }
  
  #section_group .group-list ul li:nth-of-type(3) {
    margin-right:0!important;
  }
  
  .group-list h2 {
    text-align:center!important;
    display:block;
    width:100%;
  }
  
  .group-list h3 {
  }
  
  #section_group .group-list h3 {
    color:#fff;
    text-shadow:2px 2px 1px #000;
  }
  
  #section_group img {
    height:310px!important;
    max-height:100px;
    vertical-align:bottom!important;
  }
  
  .group-list img {
    display:block;
  }
  
  .group-list h4 {
    display:block;
    position:relative;
    font-size:1.9em;
    text-shadow:2px 2px 4px #000;
  }
  
  #section_group .group-list h4:last-of-type {
    margin-bottom:1em!important;
  }
  
  .about-content h3 {
    text-align:center!important;
    padding:1em 8%;
    margin-top:4em!important;
    background-color:#fd9ed3;
    display:inline-block;
    color:#fff;
  }
  
  .about-content h3 a {
    color:#fff;
  }
  
  #about-notice {
    padding:1em 0 1em 3em;
  }
  
  .skype_options {
    width:53%;
    margin:0!important;
  }
  
  .option {
    width:100%;
    margin:0 auto 1.6em!important;
    max-width:420px;
  }
  
  .skype-list {
    text-align:center!important;
  }
  
  .skype-list h1 {
    vertical-align:top;
  }
  
  .tip-list,.skype-list {
    padding:1em 2em 2em;
    overflow:auto;
  }
  
  .skype-list img {
  }
  
  .skype-list a:hover {
    text-decoration:none;
  }
  
  .skype-list h4 {
    margin:.3em 0!important;
    font-size:3em;
  }
  
  .skype-list ul,.tip-list ul, {
    width:100%;
    display:inline-block;
  }
}

@media (min-width: 909px) {
  .wblogo,.wblogo a img {
    height:120px;
    width:120px;
  }
  
  h1,.heading {
    font-size:3.3em!important;
  }
  
  .skype_options {
    width:64%;
    margin:0!important;
  }
  
  .option {
    width:100%;
    margin:0 auto 1.6em!important;
    max-width:420px;
  }
  
  #profile_about_me_friends {
    margin-bottom:1em!important;
  }
  
  #profile_friends,#profile_password_photo_galleries,#profile_photo_galleries,#photo_galleries,#profile_schedule,#profile_comments {
    margin:0 auto!important;
    max-width:870px;
  }
  
  #photo_galleries {
    margin-bottom:3em!important;
  }
  
  #profile_friends {
    margin:0 auto!important;
  }
  
  #password_photo_gallery_previews,#photo_gallery_previews,#profile_schedule {
    margin:0 auto 3em!important;
  }
  
  #profile_schedule {
    margin:1em auto 1.5em!important;
  }
  
  #profile_comments {
    margin-top:2em!important;
    margin-bottom:7em!important;
  }
}

@media (min-width: 1000px) {
  h1,.heading {
    font-size:3.5em!important;
  }
}