@charset "UTF-8";

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#666666;
  background-color:#F5F5F5;
/* #C2F5FF light blue color */
  background-image:url(https://img.mfcimg.com/photos2/127/12769589/875-777-552-667-12357800.png),url(https://img.mfcimg.com/photos2/127/12769589/673-233-658-633-12357418.png),url(https://401c1bbffbd4079bf023dc2975264f7f881dce70.googledrive.com/host/0B6ETuSl1xvFHNk05ekozU0Q2STA/pattern.png);
/* background PNG pics */
  background-position:bottom left -40px,bottom right 20px;
  background-repeat:no-repeat,no-repeat,repeat;
  background-attachment:fixed;
  padding:0;
  margin:0;
}

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile {
  width:940px;
  margin:54px auto -10px;
  background:#fff url(https://img.mfcimg.com/photos2/127/12769589/984-771-370-973-14018198.jpg) top center no-repeat;
/*HEADER*/
  box-shadow:0 0 20px 3px #333;
  font-size:.9em;
  line-height:1.25;
  border-radius:10px;
}

#profile_header {
  padding:450px 10px 0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#a67c00;
  color:#fff;
  height:40px;
  font-family:"Oswald",Helvetica,Arial,sans-serif;
  font-size:1.195rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
}

.about-me {
  padding:0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:-10px;
}

.boutme {
  margin-left:20px;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
  padding-top:20px;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  border-radius:0;
  box-shadow:none;
}

#img_preview {
  border-radius:0;
  box-shadow:none;
}

.images {
  margin-top:20px;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
/* required for webkit browsers */
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

.social-links {
  margin:20px 0;
  text-align:center;
}

.round {
  border-radius:50%;
}

.about-me {
  padding:0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:-10px;
}

.whats-new {
  margin-bottom:20px;
}

.store {
  font-size:1rem;
  line-height:1;
}

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

.store-header {
  background:#a67c00;
  color:#fff;
  font-weight:bold;
  margin:auto;
  height:40px;
  font-family:"Oswald",Helvetica,Arial,sans-serif;
  font-size:1.195em;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-list {
  background-color:#ccc;
  border:5px solid #ccc;
  margin:auto;
  height:432px;
  overflow:auto;
}

.three-plus-half-rows {
  height:500px;
}

.four-rows {
  height:575px;
}

.four-plus-half-rows {
  height:655px;
}

.store-footer {
  background-color:#990067;
  color:#fff;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-footer-message {
  background:#990067;
  color:#fff;
  margin:auto;
  height:30px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  border:7px solid #000;
  background-color:#ddd;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item:hover {
  border:7px solid #a67c00;
}

.store-item .image {
  width:50px;
  height:121px;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
  width:185px;
}

.store-item .desc {
  width:55.7%;
  height:100%;
  background-color:#ddd;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.title:hover {
  color:#a67c00;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.desc-footer {
  color:#FF0000;
  font-weight:bold;
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#FF0000;
  font-weight:bold;
  background-color:#b2b2b2;
  padding:2px 10px;
  border-style:solid;
  border-color:#FF0000;
  border-radius:4px;
}

.purchase {
  background-color:#990067;
}

.purchase:hover {
  background-color:#cc3399;
}

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:#07BAF5;
}

.footer {
  background-color:#990067;
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  z-index:500;
  box-shadow:0 -3px 10px 1px rgba(0,0,0,.8);
  color:#fff;
  display:block;
  height:20px;
}

.link-amazon a {
  display:block;
  width:172px;
  height:163px;
  float:left;
  background:transparent url(http://store.picbg.net/pubpic/79/19/90384c0039077919.png) no-repeat;
  position:relative;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -163px;
}

.link-vs a {
  display:block;
  width:172px;
  height:163px;
  float:left;
  background:transparent url(http://store.picbg.net/pubpic/53/C1/121f5d3ac64e53c1.png) no-repeat;
  position:relative;
  text-indent:-3000px;
}

.link-vs a:hover {
  background-position:0 -163px;
}

.link-twitter a {
  display:block;
  width:172px;
  height:163px;
  float:left;
  background:transparent url(http://store.picbg.net/pubpic/53/2E/6121ca2bff0f532e.png) no-repeat;
  position:relative;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -163px;
}

.frame {
  width:900px;
  height:500px;
  overflow:auto;
  background:#e5e5e5;
  position:relative;
}

.frame-border {
  width:900px;
  height:500px;
  background:#e5e5e5;
  padding:10px;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:0 0 0 10px;
}

.firstvid {
  margin-right:20px;
}

div.hover_icon_container {
  width:430px;
  height:107px;
  position:relative;
  float:left;
  margin-bottom:10px;
}

div.hover_icon_container a.hover_icon {
  display:none;
  width:430px;
  height:107px;
  position:absolute;
  top:0;
  left:0;
}

div.hover_icon_container:hover a.hover_icon {
  display:block;
}

.frame::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.frame::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:#a67c00;
}

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

a:hover,a:focus {
  color:#a67c00;
  text-decoration:underline;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.Nav {
  background-color:rgba(0,0,0,1);
  position:fixed;
  display:block;
  width:985px;
  top:0;
  margin:0 -10px auto;
  vertical-align:top;
  z-index:9999;
  text-align:center;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
}

.Nav ul {
  padding:0 0 0 18px;
  margin:0;
  list-style:none;
}

.Nav > li > a {
  text-decoration:none;
  color:#FFF;
  font-family:"Oswald",Helvetica,Arial,sans-serif;
  font-weight:600;
  font-size:1rem;
  font-style:normal;
  padding:1.09rem;
  text-transform:uppercase;
  background:#000;
}

.Nav li a:hover {
  background-color:#a67c00;
  font-size:1.2rem;
  color:##ffffff;
  text-decoration:underline overline wavy;
}

.Nav a {
  display:block;
  background:#000;
  color:#FFF;
  text-decoration:none;
  padding:.5em;
  text-transform:uppercase;
  font-family:"Oswald",Helvetica,Arial,sans-serif;
  font-style:normal;
  font-size:.75rem;
  letter-spacing:.12rem;
}

.Nav li {
  position:relative;
}

.Nav > li {
  float:left;
  margin-left:15px;
}

.Nav > li:first-child {
}

.Nav > li:first-child>a {
}

.Nav > li:last-child {
  margin-right:0;
}

.Nav > li:last-child >a {
}

.Nav li li a {
}

.Nav li a:first-child:nth-last-child(2):before {
  content:"";
  position:absolute;
  height:0;
  width:0;
  top:50%;
  right:10%;
}

.Nav ul {
  position:absolute;
  white-space:nowrap;
  left:-99999em;
  padding:0;
  z-index:1;
}

.Nav > li:hover > ul {
  background-color:#a67c00;
  left:auto;
  padding-top:0;
  min-width:100%;
}

.Nav li li a:hover {
  color:#ffffff;
  text-decoration:underline;
}

.Nav > li li:hover > ul {
  left:100%;
  top:-4px;
}

.design a {
  text-decoration:none;
  text-align:center;
}

#Date,#TipMenuW,#Hero {
  position:absolute;
  margin-top:-75px;
  height:0;
  width:0;
}

.design h1 {
  text-align:center;
  display:block;
  font-size:12px;
  font-family:Century Gothic;
}

.boutme {
  margin-left:20px;
}

.store-item:hover .desc,.store-item:hover .desc a {
  background-color:rgba(128,128,128,.8);
  color:#eee;
  width:100%;
  padding:0 40px;
}

.design h1 {
  font-size:12px;
  font-family:"Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
}

@font-face {
  font-family:'Oswald';
  src:url(http://fonts.gstatic.com/s/oswald/v10/qpy-UiLNKP-VfOdbcs6r6-vvDin1pK8aKteLpeZ5c0A.woff),url(http://fonts.gstatic.com/s/oswald/v10/Y_TKV6o8WovbUd3m_X9aAA.ttf),local(Oswald-Regular),local(Oswald-regular);
}

#profile_password_photo_galleries .photo_gallery_link img {
  display:block;
  background-image:url(https://img.mfcimg.com/photos2/127/12769589/428-706-969-904-9495453.png);
  background-repeat:no-repeat;
  background-position:0 0;
  width:85px;
  height:80px;
  margin-left:15px;
  padding-top:0!important;
  padding-right:0!important;
  padding-bottom:0!important;
  padding-left:120px!important;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:0 0 0 #A09C94;
  -moz-box-shadow:0 0 0 #A09C94;
  -o-box-shadow:0 0 0 #A09C94;
  box-shadow:0 0 0 #A09C94;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2) {
  display:block;
  background-image:url(http://manolov.co/mfc/nadiarachel/key.png);
  background-position:top right;
  background-repeat:no-repeat;
  width:76px;
  height:90px;
  margin-left:10px;
  background-position:26px 106px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2):hover {
  background-position:30px 40px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

.photo_gallery_image {
  width:70px;
  height:70px;
  border:6px solid #000;
  border-radius:8px;
  borderradius:8px;
  -moz-border-radius:8px;
  -moz-border-radius:8px;
  margin:0 10px 4px -6px;
  -webkit-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -moz-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -ms-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -o-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
}

.photo_gallery_image:hover {
  border:6px solid #a67c00;
  -webkit-border-top-left-radius:50px;
  border-top-left-radius:50px;
  -webkit-border-bottom-right-radius:60px;
  border-bottom-right-radius:60px;
}

.images {
  margin-top:20px;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
/* required for webkit browsers */
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

.social-links {
  margin:20px 0;
  text-align:center;
}

.round {
  border-radius:50%;
}

.books img,.movies img {
  margin:4px;
  border:1px solid #666;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store {
  font-size:1rem;
  line-height:1;
}

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

.store-header {
  background:#a67c00;
  color:#fff;
  margin:auto;
  height:40px;
  font-family:"Oswald",Helvetica,Arial,sans-serif;
  font-size:1.195em;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-list {
  background-color:#ccc;
  border:5px solid #ccc;
  margin:auto;
  height:432px;
  overflow:auto;
}

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:#a67c00;
}

.three-plus-half-rows {
  height:500px;
}

.four-rows {
  height:575px;
}

.four-plus-half-rows {
  height:655px;
}

.store-footer {
  background-color:#990067;
  color:#fff;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-footer-message {
  background:#990067;
  color:#fff;
  margin:auto;
  height:30px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  border:7px solid #000;
  background-color:#ddd;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item:hover {
  border:7px solid #a67c00;
}

.store-item .image {
  width:50px;
  height:121px;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
  width:185px;
}

.store-item .desc {
  width:55.7%;
  height:100%;
  background-color:#ddd;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.title:hover {
  color:#a67c00;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.frame {
  width:900px;
  height:500px;
  overflow:auto;
  background:#e5e5e5;
  position:relative;
}

.frame-border {
  width:900px;
  height:500px;
  background:#e5e5e5;
  padding:10px;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:0 0 0 10px;
}

.firstvid {
  margin-right:20px;
}

div.hover_icon_container {
  width:430px;
  height:107px;
  position:relative;
  float:left;
  margin-bottom:10px;
}

div.hover_icon_container a.hover_icon {
  display:none;
  width:430px;
  height:107px;
  position:absolute;
  top:0;
  left:0;
}

div.hover_icon_container:hover a.hover_icon {
  display:block;
}

.frame::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.frame::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:#a67c00;
}

.store-item:hover .desc,.store-item:hover .desc a {
  background-color:rgba(128,128,128,.8);
  color:#eee;
  width:100%;
  padding:0 40px;
}

.design a {
  text-decoration:none;
}

.design h1 {
  font-size:12px;
  font-family:"Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
}

@font-face {
  font-family:'Oswald';
  src:url(http://fonts.gstatic.com/s/oswald/v10/qpy-UiLNKP-VfOdbcs6r6-vvDin1pK8aKteLpeZ5c0A.woff),url(http://fonts.gstatic.com/s/oswald/v10/Y_TKV6o8WovbUd3m_X9aAA.ttf),local(Oswald-Regular),local(Oswald-regular);
}

/* Color change for the scroll bar and sub header 5/29/2019 */
.profile_section .heading,.store-list::-webkit-scrollbar-thumb {
  background:#a67c00;
  font-weight:bold;
}

body {
  background-position:bottom left -2px,bottom right 80px;
}

#return-to-top {
  position:fixed;
  top:0;
  right:20px;
  background-image:url(https://img.mfcimg.com/photos2/127/12769589/705-271-107-514-12358268.png);
  width:110px;
  height:80px;
  display:block;
  text-decoration:none;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  border-radius:35px;
  display:none;
  -webkit-transition:all .3s linear;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}

#return-to-top i {
  color:#fff;
  margin:0;
  position:relative;
  left:16px;
  top:13px;
  font-size:19px;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}

.coin-jar {
  background:url(https://img.mfcimg.com/photos2/127/12769589/141-889-473-933-12367049.png) no-repeat;
}

.coin-jar {
  background:url(https://img.mfcimg.com/photos2/127/12769589/141-889-473-933-12367049.png) no-repeat;
  width:125px;
  height:150px;
}

.coin-jar-a,.mfc-share-nt-a {
  display:inline-block;
}

.coin-jar {
  background:url(https://img.mfcimg.com/photos2/127/12769589/141-889-473-933-12367049.png) no-repeat;
  width:125px;
  height:100px;
}

.coin-jar:hover {
  background:url(https://img.mfcimg.com/photos2/127/12769589/860-674-332-729-12361688.png) no-repeat;
}

.mfc-share-nt {
  background:url(https://img.mfcimg.com/photos2/127/12769589/693-427-616-362-11301206.png) no-repeat;
  width:125px;
  height:100px;
}

.mfc-share-nt:hover {
  background:url(https://img.mfcimg.com/photos2/127/12769589/759-267-622-896-12361687.png) no-repeat;
}

#age_container,#birthdate_container {
  display:none;
}

@media only screen and (max-width: 500px) {
  .boutme {
    font-size:10px;
  }
}