@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}

body {
  line-height:1;
  background:#999;
}

ol,ul {
  list-style:none;
}

blockquote,q {
  quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content:'';
  content:none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* - - - - - - - - - - - - - - - - - - - -  Custom MFC - - - - - - - - - - - - - - - - - - - - */
#profile_friends {
  padding:.5em;
  width:96%;
  height:auto;
  margin:10px;
  background:rgba(122,122,122,.5);
}

#profile_password_photo_galleries > .profile_section_content,#profile_photo_galleries > .profile_section_content {
  padding:.5em;
  height:auto;
  margin:10px;
  background:rgba(122,122,122,.5);
}

#profile_password_photo_galleries a,#profile_photo_galleries a,#profile_friends a {
  color:#e09828;
  text-decoration:none;
}

/* -------------------------------Nav */
/* -------------------------------About */
.topheader {
  width:900px;
  margin:auto;
  margin-top:15%;
  padding:50px 0;
  text-align:center;
  border-bottom:1px solid #fff;
}

.topheader h1 {
  position:relative;
  left:25px;
  font-size:4em;
  font-family:'Didact Gothic';
  text-transform:uppercase;
  letter-spacing:55px;
  color:#fff;
  text-shadow:0 0 6px rgba(255,255,255,0.9);
  text-align:center;
  margin:auto;
}

.about {
  display:flex;
  padding:50px 0;
}

.flexitem {
  flex:1;
  padding:0 20px;
}

.righty {
  border-left:1px solid #fff;
  text-align:center;
}

.righty img {
  width:60px;
}

.lefty {
  text-align:center;
}

.about h2 {
  font-family:'Shrikhand';
  font-size:2em;
  color:#e09828;
  padding:10px 0;
  text-shadow:0 4px 3px rgba(0,0,0,0.4),0 8px 13px rgba(0,0,0,0.1),0 18px 23px rgba(0,0,0,0.1);
}

.about p {
  padding:10px 0;
  color:#fff;
  text-shadow:0 0 6px rgba(255,255,255,0.6);
  text-shadow:5px 5px 2px rgba(0,0,0,0.8);
  font-family:'Didact Gothic';
  line-height:25px;
}

.linkflex {
  display:flex;
  justify-content:center;
}

.about a {
  padding:0 .5em;
}

/* -------------------------------Menu */
.menucon {
  padding-bottom:1em;
}

.menu {
}

.menu h2 {
  margin:auto;
  text-align:center;
  font-family:'Shrikhand';
  font-size:2em;
  color:#fff;
  padding:1em 0;
  text-shadow:0 4px 3px rgba(0,0,0,0.4),0 8px 13px rgba(0,0,0,0.1),0 18px 23px rgba(0,0,0,0.1);
}

.menu ul {
  display:flex;
  flex-wrap:wrap;
  margin:auto;
  justify-content:center;
  width:100%;
}

.menu li {
  width:220px;
  text-align:center;
  text-shadow:5px 5px 2px rgba(0,0,0,0.8);
  background:#d8d5e2;
  background:-moz-linear-gradient(top,#d8d5e2 0%,#9b8ec7 100%);
  background:-webkit-linear-gradient(top,#d8d5e2 0%,#9b8ec7 100%);
  background:linear-gradient(to bottom,#d8d5e2 0%,#9b8ec7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d5e2',endColorstr='#9b8ec7',GradientType=0);
  margin:5px;
  padding:5px;
  border-radius:5px;
}

.menu a {
  text-decoration:none;
  color:#fff;
  font-family:'Didact Gothic';
  text-shadow:0 4px 3px rgba(0,0,0,0.4),0 8px 13px rgba(0,0,0,0.1),0 18px 23px rgba(0,0,0,0.1);
  text-shadow:3px 3px 2px rgba(0,0,0,0.8);
}

/* -------------------------------Moregooooods */
.moregoods {
  display:flex;
  justify-content:center;
  font-family:'Didact Gothic';
}

.moregoods div {
  padding:.5em;
  text-align:center;
  width:33%;
  height:auto;
  margin:10px;
  background:rgba(122,122,122,.5);
}

.moregoods ul {
  color:#fff;
  text-shadow:0 0 6px rgba(255,255,255,0.6);
  line-height:25px;
}

.moregoods h2 {
  margin:auto;
  text-align:center;
  font-family:'Shrikhand';
  font-size:2em;
  color:#fff;
  padding:1em 0;
  text-shadow:0 4px 3px rgba(0,0,0,0.4),0 8px 13px rgba(0,0,0,0.1),0 18px 23px rgba(0,0,0,0.1);
}

.snap li,.skype li,.sale li {
  padding:1em 0;
  text-shadow:5px 5px 2px rgba(0,0,0,0.8);
}

.snap {
  border-top:2px solid #E09828;
}

.skype {
  border-top:2px solid #072751;
}

.sale {
  border-top:2px solid #490E5A;
}

.snapfam {
  border-bottom:1px solid;
  margin-bottom:10px;
}

.snap a,.skype a,.sale a {
  text-decoration:none;
  color:#fff;
  font-family:'Didact Gothic';
  text-shadow:0 4px 3px rgba(0,0,0,0.4),0 8px 13px rgba(0,0,0,0.1),0 18px 23px rgba(0,0,0,0.1);
  background:#d8d5e2;
  background:-moz-linear-gradient(top,#d8d5e2 0%,#9b8ec7 100%);
  background:-webkit-linear-gradient(top,#d8d5e2 0%,#9b8ec7 100%);
  background:linear-gradient(to bottom,#d8d5e2 0%,#9b8ec7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d5e2',endColorstr='#9b8ec7',GradientType=0);
  padding:5px;
  border-radius:5px;
}

.skypethirty {
  border-top:1px solid;
  margin-top:10px;
}

.panty,.pola {
  border-bottom:1px solid;
  margin-bottom:10px;
}

.moregoods {
}

.moregoods {
}

.moregoods {
}

.moregoods {
}

/* -------------------------------Photoset */
.photoset {
  border-top:2px solid #fff;
  margin:10px;
  background:rgba(122,122,122,.5);
  font-family:'Didact Gothic';
}

.photoset ul {
  display:flex;
  justify-content:center;
  color:#fff;
  text-shadow:5px 5px 2px rgba(0,0,0,0.8);
  line-height:25px;
}

.photoset li {
  padding:1em;
  text-shadow:5px 5px 2px rgba(0,0,0,0.8);
}

.photoset h2 {
  margin:auto;
  text-align:center;
  font-family:'Shrikhand';
  font-size:2em;
  color:#e09828;
  padding:1em 0;
  text-shadow:0 4px 3px rgba(0,0,0,0.4),0 8px 13px rgba(0,0,0,0.1),0 18px 23px rgba(0,0,0,0.1);
}

.photoset a {
  text-decoration:none;
  color:#fff;
  font-family:'Didact Gothic';
  text-shadow:5px 5px 2px rgba(0,0,0,0.8);
  text-shadow:0 4px 3px rgba(0,0,0,0.4),0 8px 13px rgba(0,0,0,0.1),0 18px 23px rgba(0,0,0,0.1);
  background:#d8d5e2;
  background:-moz-linear-gradient(top,#d8d5e2 0%,#9b8ec7 100%);
  background:-webkit-linear-gradient(top,#d8d5e2 0%,#9b8ec7 100%);
  background:linear-gradient(to bottom,#d8d5e2 0%,#9b8ec7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d5e2',endColorstr='#9b8ec7',GradientType=0);
  padding:5px;
  border-radius:5px;
}

/* - - - - - - - - - - - - - - - - - - - -  FONTS - - - - - - - - - - - - - - - - - - - - */
/* -------------------------------Heading font */
/* gujarati */
@font-face {
  font-family:'Shrikhand';
  font-style:normal;
  font-weight:400;
  src:local('Shrikhand Regular'),local(Shrikhand-Regular),url(https://fonts.gstatic.com/s/shrikhand/v3/gAG9PY273yLDV-zH9stnPRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:U+0964-0965,U+0A80-0AFF,U+200B-200D,U+20B9,U+25CC,U+A830-A839;
}

/* latin-ext */
@font-face {
  font-family:'Shrikhand';
  font-style:normal;
  font-weight:400;
  src:local('Shrikhand Regular'),local(Shrikhand-Regular),url(https://fonts.gstatic.com/s/shrikhand/v3/K9FQo354tLl02a3s6NMmChJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Shrikhand';
  font-style:normal;
  font-weight:400;
  src:local('Shrikhand Regular'),local(Shrikhand-Regular),url(https://fonts.gstatic.com/s/shrikhand/v3/JyWweKXulPH__9al48I7XltXRa8TVwTICgirnJhmVJw.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;
}

/* -------------------------------body font */
/* cyrillic-ext */
@font-face {
  font-family:'Didact Gothic';
  font-style:normal;
  font-weight:400;
  src:local('Didact Gothic Regular'),local(DidactGothic-Regular),url(https://fonts.gstatic.com/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWrvyoBhTDX6xHW8QOb1GM7Y.woff2) format("woff2");
  unicode-range:U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F;
}

/* cyrillic */
@font-face {
  font-family:'Didact Gothic';
  font-style:normal;
  font-weight:400;
  src:local('Didact Gothic Regular'),local(DidactGothic-Regular),url(https://fonts.gstatic.com/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWtNWGkeg1LyFsXzbZA1bkTQ.woff2) format("woff2");
  unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* greek-ext */
@font-face {
  font-family:'Didact Gothic';
  font-style:normal;
  font-weight:400;
  src:local('Didact Gothic Regular'),local(DidactGothic-Regular),url(https://fonts.gstatic.com/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWpoN9YtdppI3iZaqWmzbQxo.woff2) format("woff2");
  unicode-range:U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family:'Didact Gothic';
  font-style:normal;
  font-weight:400;
  src:local('Didact Gothic Regular'),local(DidactGothic-Regular),url(https://fonts.gstatic.com/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWq3U1TLxoQk6-OAqjZFIaJc.woff2) format("woff2");
  unicode-range:U+0370-03FF;
}

/* latin-ext */
@font-face {
  font-family:'Didact Gothic';
  font-style:normal;
  font-weight:400;
  src:local('Didact Gothic Regular'),local(DidactGothic-Regular),url(https://fonts.gstatic.com/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWv_TTS9ENtVKaiibjCpIzfo.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Didact Gothic';
  font-style:normal;
  font-weight:400;
  src:local('Didact Gothic Regular'),local(DidactGothic-Regular),url(https://fonts.gstatic.com/s/didactgothic/v11/v8_72sD3DYMKyM0dn3LtWmYKogTrBb-Yb2DFwx30qLM.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;
}

/* - - - - - - - - - - - - - - - - - - - -  DEFAULT MFC - - - - - - - - - - - - - - - - - - - - */
#profile_main_photo,#about_me_label,#marital_status_container,#sexual_preference_container,#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#username_container,#tags_container,#tbody,#header_bar,#city_container,#profile_header,#profile_about_me > .heading,#footer_bar,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#drugs_container,#drink_container,#smoke_container,#country_container,#cam_score_container,#country_container,#drugs_container,#username_container,#profile_interests_content,#profile_comments,#profile_schedule {
  display:none;
}

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

a:visited {
  color:#;
}

body {
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  width:900px;
  margin:auto;
  font-family:'Didact Gothic';
  text-shadow:0 0 6px rgba(255,255,255,0.6);
}

.profile_section_content {
  color:#fff;
  border:px #;
  padding:0;
  margin:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#;
  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 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  margin:auto;
  text-align:center;
  font-family:'Shrikhand';
  font-size:2em;
  color:#fff;
  padding:1em 0;
  text-shadow:0 4px 3px rgba(0,0,0,0.4),0 8px 13px rgba(0,0,0,0.1),0 18px 23px rgba(0,0,0,0.1);
}

.content {
  padding:0;
}

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