@charset "UTF-8";

UTF-8;
/* ==========================================================================
Url Styling
========================================================================== */
a,a:visited {
  color:#fff;
  -webkit-transition:all 250ms ease-in-out;
  -moz-transition:all 250ms ease-in-out;
  -ms-transition:all 250ms ease-in-out;
  -o-transition:all 250ms ease-in-out;
  transition:all 250ms ease-in-out;
}

a:hover,a:focus {
  color:#FFF;
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#header_bar,#footer_bar,#a bout_me_label,#profile_main_photo,#tags_label,#tags_value,#average_rating_count,#cam_score_container,#profile_about_me > div:nth-child(1),#username_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#sexual_preference_container,#marital_status_container,#marital_status_container,#gender_container,#country_container,#gender_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#favorite_food_container,#pets_container,#school_container,#automobile_container,#unix_last_broadcast_container,#avatar_holder,#profile_avatar,#status_container,#last_login_string_container,#unix_last_updated_container,#profile_header,#average_rating_count,#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#profile_friends,#profile_photo_galleries,#photo_gallery_control,#password_photo_galleries,#gallery_password_container,#gallery_password_form_modal,#profile_schedule,#profile_comments,#profile_password_photo_galleries,#username_value,#gender_value,#body_type_value,#ethnicity_label,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#marital_status_value,#camscore_value,#status_value {
  display:none;
}

.profile_section .heading,.friends_value,.admirers_value,.photo_gallery_name,.photo_gallery_link,.photo_gallery_count,.photo_gallery_preview {
  display:none;
}

.profile_section {
  border-spacing:0;
}

.profile_section_content {
  z-index:0;
  padding:0;
  margin:0;
}

#profile_about_me {
  margin:0;
}

#about_me_value {
  display:block;
  margin:0 auto;
  background:url(https://img.mfcimg.com/photos2/139/13918435/594-145-363-417-9914021.jpg);
  background-repeat:no-repeat;
  box-shadow:inset 0 0 15px #000;
  background-size:cover;
  background-color:#000;
  background-position:top center;
  width:100%;
  height:830px!important;
  max-height:830px!important;
}

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

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

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

.profile_section_content .value {
  font-family:Helvetica,Arial,sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  color:#E7E1DC;
}

.profile_subsection {
  z-index:0;
}

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

/* ==========================================================================
   Body
   ========================================================================== */
body {
  line-height:1;
  margin:0;
  min-width:100px;
  padding:0;
  font-family:Verdana,Tahoma;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  -ms-animation-duration:2s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  -o-animation-delay:1.5s;
  animation-delay:1.5s;
  -ms-animation-delay:1.5s;
  opacity:0;
  overflow:hidden;
}

#profile {
  margin:0 auto;
  background:white;
  font-size:.875em;
  line-height:1.25;
}

/* ==========================================================================
   Navbar
   ========================================================================== */
#Spacer {
  width:100%;
  height:47px;
  position:absolute;
  display:inline-block;
  background:rgba(0,0,0,0.4);
  box-shadow:0 3px 10px #000;
  left:0;
}

.tabs {
  position:fixed;
  -webkit-transform:translateZ(0);
  width:100%;
  text-align:center;
  z-index:1;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  -ms-animation-duration:1.8s;
  -webkit-animation-delay:1.8s;
  -moz-animation-delay:1.8s;
  -o-animation-delay:1.8s;
  animation-delay:1.8s;
  -ms-animation-delay:1.8s;
  opacity:0;
  animation-play-state:inherited;
}

.tabs > div {
  display:inline;
  margin:-2px;
}

.tabs > div > a {
  display:inline-block;
  position:relative;
  height:35px;
  font-size:20px;
  line-height:30px;
  margin-top:0;
  padding-left:30px;
  padding-right:30px;
  background:url(https://img.mfcimg.com/photos2/169/16969070/543-828-650-169-9519770.png);
  background-repeat:no-repeat;
  background-position:0 -2px;
  text-decoration:none;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.tabs > div:not(:target) > a {
  background:url(https://img.mfcimg.com/photos2/169/16969070/543-828-650-169-9519770.png);
  background-repeat:no-repeat;
  background-position:0 -2px;
}

.tabs > div:not(:target) > a:hover {
  background:url(https://img.mfcimg.com/photos2/169/16969070/411-992-484-636-9519771.png);
  background-repeat:no-repeat;
  background-position:0 -2px;
}

.tabs > div:target > a {
  background:url(https://img.mfcimg.com/photos2/169/16969070/411-992-484-636-9519771.png);
  background-repeat:no-repeat;
  background-position:0 -2px;
}

.tabs > div > div {
  left:0;
  top:50px;
  bottom:0;
  right:0;
}

.tabs > div:target > div {
  position:absolute;
  visibility:visible;
  -webkit-transition:Width .8s ease-in-out;
  -moz-transition:Width .8s ease-in-out;
  -o-transition:Width .8s ease-in-out;
  transition:Width .8s ease-in-out;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-play-state:inherited;
  width:100%;
}

.tabs > div:target > div > div {
  visibility:visible;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  -ms-animation-duration:2s;
  -webkit-animation-delay:1s;
  -moz-animation-delay:1s;
  -o-animation-delay:1s;
  animation-delay:1s;
  -ms-animation-delay:1s;
  opacity:0;
}

.tabs > div:not(:target) > div {
  display:none;
}

.tabs > div:not(:target) > div > div {
  display:none;
}

.tabs > div:not(:target) > div > div > div {
  display:none;
}

.tabs > div:not(:target) > div > div > div > a {
  display:none;
}

.tabs > div:not(:target) > div > div > div > div {
  display:none;
}

.tabs > div:not(:target) > div > div > a > img {
  display:none;
}

.tabs > div:not(:target) > div > div > div > div > a {
  display:none;
}

.tabs > div:not(:target) > div > div > div > div > a > span {
  display:none;
}

/* ==========================================================================
   Content - Home
   ========================================================================== */
#Logo {
  width:100%;
  height:200px;
  margin:110px auto 0;
  display:inline-block;
  position:absolute;
}

.LogoBg {
  background:url();
  background-repeat:no-repeat;
  background-size:404px 145px;
  background-position-x:-15px;
  width:600px;
  height:300px;
  margin:0 auto;
}

#SocialButtons {
  display:inline-block;
  width:45%;
  height:120px;
  padding-top:5px;
  margin:420px auto 0;
  overflow:hidden;
  z-index:0;
  text-align:center;
}

.SocialIcons {
  height:60px;
  width:60px;
  margin:7px;
  border-radius:28px;
  -webkit-border-radius:28px;
  -moz-border-radius:28px;
  -o-border-radius:28px;
  transition:.5s ease-in-out;
  -moz-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  -webkit-transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
}

.SocialIcons:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
}

/* ==========================================================================
   Content - About Me
   ========================================================================== */
#AboutWrapper {
  height:830px;
  margin:-50px auto;
  background:url(https://img.mfcimg.com/photos2/139/13918435/672-230-672-346-7529922.jpg);
  background-repeat:no-repeat;
  box-shadow:inset 0 0 15px #000;
  background-size:cover;
  z-index:-1;
}

#AboutContent {
  display:inline-block;
  width:800px;
  height:auto;
  margin:250px auto 0;
  background:rgba(0,0,0,0.65);
  border-radius:7px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -o-border-radius:7px;
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 10px #000;
  padding:10px 20px;
  text-align:left;
  z-index:-1;
}

#AboutHeader {
  background:url(https://img.mfcimg.com/photos2/169/16969070/707-693-121-919-9520010.png);
  background-repeat:no-repeat;
  height:120px;
  width:400px;
  display:inline-block;
  position:absolute;
  margin-top:-76px;
}

#AboutContent h3 {
  display:block;
  font-size:1.3em;
  font-weight:normal;
  -webkit-margin-before:1em;
  -webkit-margin-after:1em;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
}

#AboutContent h2 {
  display:block;
  font-size:1.7em;
  font-weight:bold;
  -webkit-margin-before:.83em;
  -webkit-margin-after:.83em;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
}

.yipee {
  height:31px;
  width:100px;
  display:inline-block;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/669-453-615-504-9519769.gif);
}

/* ==========================================================================
   Content - Raffle
   ========================================================================== */
#RaffleWrapper {
  height:830px;
  margin:-50px auto 0;
  background:url(https://img.mfcimg.com/photos2/139/13918435/317-833-803-189-9676992.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:inset 0 0 15px #000;
  z-index:-1;
}

#RaffleContent {
  display:inline-block;
  width:800px;
  height:auto;
  margin:160px auto 0;
  background:rgba(0,0,0,0.65);
  border-radius:7px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -o-border-radius:7px;
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 10px #000;
  padding:10px 20px 0;
  text-align:left;
  z-index:-1;
}

#RaffleHeader {
  background:url(https://img.mfcimg.com/photos2/169/16969070/110-278-792-785-9520015.png);
  background-repeat:no-repeat;
  height:120px;
  width:400px;
  display:inline-block;
  position:absolute;
  margin-top:-76px;
}

#RaffleContent li {
  text-align:center;
  font-size:1.3em;
  -webkit-margin-before:1em;
  -webkit-margin-after:1em;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
  font-weight:normal;
}

#RaffleContent h3 {
  display:block;
  width:510px;
  padding-top:20px;
  font-size:1.3em;
  -webkit-margin-before:1em;
  -webkit-margin-after:0;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
  font-weight:normal;
}

#RaffleContent h4 {
  display:block;
  width:800px;
  font-size:1.3em;
  -webkit-margin-before:0;
  -webkit-margin-after:0;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
  font-weight:normal;
  font-style:italic;
  text-align:center;
}

#RaffleTimer {
  display:block;
  left:66%;
  position:relative;
  -ms-transform:rotate(6deg);
  -webkit-transform:rotate(6deg);
  transform:rotate(6deg);
  margin-bottom:-190px;
  margin-top:40px;
}

.RafflePrice {
  width:33%;
  display:inline-block;
  text-align:center;
  font-size:1.3em;
  font-weight:normal;
  -webkit-margin-before:1em;
  -webkit-margin-after:.1em;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
}

.RaffleBuyBox {
  width:33%;
  display:inline-block;
  text-align:center;
  font-size:1.3em;
  font-weight:normal;
}

.RaffleBuy {
  background:#ff6600;
  border-radius:10px;
  display:inline-block;
  width:110px;
  margin:0 auto 5px;
  padding:2px 0;
  box-shadow:1px 1px 6px rgba(0,0,0,0.80);
  border:1px solid rgba(0,0,0,0.3);
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.RaffleBuy:hover {
  transform:scale(1.15);
  -webkit-transform:scale(1.15);
  background:#cc6633;
}

.RaffleBuy a,a:visited {
  text-decoration:none;
}

/* ==========================================================================
   Content - Tip Menu
   ========================================================================== */
#TipWrapper,#TipWrapperTwo {
  height:830px;
  margin:-50px auto 0;
  background:url(https://img.mfcimg.com/photos2/139/13918435/231-217-502-155-9891152.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:inset 0 0 15px #000;
  z-index:-1;
}

#TipContent,#TipContentTwo {
  display:inline-block;
  width:850px;
  height:450px;
  overflow:auto;
  margin:100px auto 0;
  border-radius:7px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -o-border-radius:7px;
  padding:3px 7px 8px;
  text-align:center;
  z-index:-1;
}

#TipContentChoice,#TipContentChoiceTwo {
  height:40px;
  width:550px;
  margin:20px auto;
  box-shadow:0 0 2px #000;
  -webkit-box-shadow:0 0 2px #000;
  -moz-box-shadow:0 0 2px #000;
  background:-moz-linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(103,103,103) 50%,rgba(0,0,0,0) 100%);
  background:-webkit-linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(103,103,103) 50%,rgba(0,0,0,0) 100%);
  background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(103,103,103) 50%,rgba(0,0,0,0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)',endColorstr='rgba(0,0,0,0)',GradientType=1);
}

.TipChoice {
  font-size:23px;
  padding-top:5px;
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/657-505-519-711-9756533.png);
  background-size:8%;
  background-repeat:no-repeat;
  background-position:250px -3px;
}

#TipContentChoice a:hover,#TipContentChoiceTwo a:hover {
  text-decoration:underline;
}

#TipContent a,a:visited,#TipContentTwo a,a:visited {
  text-decoration:none;
}

.Slash {
  color:black;
  font-size:20px;
}

.TipBlock {
  width:130px;
  height:130px;
  margin:4px 2.2px;
  display:inline-block;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.TipBlock:hover {
  transform:scale(1.10);
  -webkit-transform:scale(1.10);
}

.Item {
  display:block;
  font-size:17px;
  font-weight:bold;
  margin:5px 0 63px;
}

.LineOne {
  display:block;
  font-size:15px;
  font-weight:bold;
}

.LineTwo {
  display:block;
  font-size:15px;
  font-weight:bold;
}

.Block1,.Block2,.Block3,.Block4 .Block5,.Block6,.Block7,.Block8,.Block9,.Block10,.Block11,.Block12,.Block13,.Block14,.Block15,.Block16,.Block17,.Block18,.Block19,.Block20,.Block21,.Block22,.Block23,.Block24 {
  box-shadow:inset 0 0 3px #FFF;
}

.HiddenBlock {
  background-image:url();
  background-color:rgba(0,0,0,0);
  background-repeat:no-repeat;
  background-position:center;
}

.Block1 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/178-818-766-981-9519785.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:90px;
  background-position:center;
}

.Block2 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/446-621-890-392-9519793.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:65px;
  background-position:center;
}

.Block3 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/982-729-960-580-9519784.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:80px;
  background-position:center 30px;
}

.Block4 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/368-775-478-294-9519795.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:70px;
  background-position:center;
}

.Block5 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/109-793-835-787-9519799.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:80px;
  background-position:center;
}

.Block6 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/338-620-986-361-9519776.png),url(https://img.mfcimg.com/photos2/169/16969070/359-662-729-226-9519780.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:70px,40px;
  background-position:center;
}

.Block7 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/152-781-549-110-9519782.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:55px;
  background-position:center 30px;
}

.Block8 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/451-306-263-833-9519794.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:70px;
  background-position:center;
}

.Block11 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/746-229-107-746-9519788.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:100px;
  background-position:center;
}

.Block12 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/441-816-769-540-9519796.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:100px;
  background-position:center 8px;
}

.Block13 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/726-283-963-649-9519797.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:70px;
  background-position:center;
}

.Block14 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/404-968-473-240-9519787.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:80px;
  background-position:center;
}

.Block15 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/254-228-698-185-9519798.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:70px;
  background-position:center;
}

.Block16 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/876-547-777-167-9519791.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:65px;
  background-position:center 35px;
}

.Block17 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/125-271-280-788-9519786.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:60px;
  background-position:center;
}

.Block18 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/878-675-625-459-9519777.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:80px;
  background-position:center 18px;
}

.Block19 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/524-699-582-289-9519783.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:75px;
  background-position:center;
}

.Block20 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/178-231-464-538-9519789.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:75px;
  background-position:center;
}

.Block21 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/815-817-636-759-9519792.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:65px;
  background-position:center;
}

.Block22 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/942-808-245-527-9519779.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:120px;
  background-position:center;
}

.Block23 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/803-683-254-701-9519790.png);
  background-color:rgba(132,104,104,0.6);
  background-repeat:no-repeat;
  background-size:110px;
  background-position:center;
}

.Block24 {
  background-image:url(https://img.mfcimg.com/photos2/169/16969070/138-549-667-481-9519778.png);
  background-color:rgba(0,0,0,0.6);
  background-repeat:no-repeat;
  background-size:90px;
  background-position:center 30px;
}

/* ==========================================================================
   Questionmark & Notice
   ========================================================================== */
.questionmark {
  cursor:pointer;
  background:url(https://img.mfcimg.com/photos2/169/16969070/691-430-592-195-9519976.png) no-repeat;
  background-size:16px 16px;
  width:20px;
  height:20px;
  margin:-17px 0 0;
  float:right;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.questionmark:hover .questionmark-popup {
  display:block;
}

.questionmark-popup {
  display:none;
  position:absolute;
  background:#E1EBF7;
  box-shadow:inset 0 0 3px #000;
  color:#520000;
  font-size:14px;
  font-style:italic;
  height:auto;
  padding:3px;
  width:120px;
  margin:-106px 0 0 -108px;
}

/* ==========================================================================
   Content - Teams
   ========================================================================== */
#TeamWrapper {
  height:830px;
  margin:-50px auto 0;
  background:url(https://img.mfcimg.com/photos2/139/13918435/231-217-502-155-9891152.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:inset 0 0 15px #000;
  z-index:-1;
}

#TeamContent {
  display:inline-block;
  width:820px;
  height:485px;
  margin:160px auto 0;
  background:rgba(0,0,0,0.65);
  border-radius:7px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -o-border-radius:7px;
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 10px #000;
  z-index:-1;
}

#TeamHolder {
  display:inline-block;
  margin-bottom:25px;
}

.TeamOne,.TeamTwo,.TeamThree,.TeamFour {
  width:185px;
  height:auto;
  display:block;
  float:left;
  background:rgba(132,104,104,0.6);
  margin:-60px 4px 0;
  border:1px solid black;
  box-shadow:inset 0 0 3px #000;
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-bottom-right-radius:10px;
  -o-border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-bottom-left-radius:10px;
  -o-border-bottom-left-radius:10px;
}

.TeamOne:hover,.TeamTwo:hover,.TeamThree:hover,.TeamFour:hover {
  transform:scale(1.10);
  -webkit-transform:scale(1.10);
}

.TeamOne ul,.TeamTwo ul,.TeamThree ul,.TeamFour ul {
  -webkit-margin-before:0;
  -webkit-margin-after:0;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
  -webkit-padding-start:0;
  list-style:none;
  padding-left:0;
  margin:0;
}

.TeamOne ul li,.TeamTwo ul li,.TeamThree ul li,.TeamFour ul li {
  display:list-item;
  text-align:-webkit-match-parent;
  padding:5px;
  margin:0;
}

.TeamOneHeader,.TeamTwoHeader,.TeamThreeHeader,.TeamFourHeader {
  width:185px;
  height:58px;
  border-bottom:1px solid rgba(0,0,0,0.3);
  margin-bottom:10px;
  transition:2s ease-out;
  -moz-transition:2s ease-out;
  -o-transition:2s ease-out;
  -webkit-transition:2s ease-out;
  -ms-transition:2s ease-out;
}

.TeamOne:hover .TeamOneHeader,.TeamTwo:hover .TeamTwoHeader,.TeamThree:hover .TeamThreeHeader,.TeamFour:hover .TeamFourHeader {
  border-bottom:1px solid rgba(0,0,0,0);
}

.TeamOneHeader {
  background:url(https://img.mfcimg.com/photos2/169/16969070/167-756-373-171-9519983.png);
  background-repeat:no-repeat;
  background-size:185px 58px;
}

.TeamTwoHeader {
  background:url(https://img.mfcimg.com/photos2/169/16969070/226-658-542-787-9519984.png);
  background-repeat:no-repeat;
  background-size:185px 58px;
}

.TeamThreeHeader {
  background:url(https://img.mfcimg.com/photos2/169/16969070/725-542-139-217-9519981.png);
  background-repeat:no-repeat;
  background-size:185px 58px;
}

.TeamFourHeader {
  background:url(https://img.mfcimg.com/photos2/169/16969070/713-166-557-259-9519982.png);
  background-repeat:no-repeat;
  background-size:185px 58px;
}

.TeamPrice {
  font-size:14px;
  margin-top:-10px;
}

#TeamBuyOne,#TeamBuyTwo,#TeamBuyThree,#TeamBuyFour {
  padding:1px;
  margin:10px 0 17px;
  box-shadow:0 0 2px #000;
  -webkit-box-shadow:0 0 2px #000;
  -moz-box-shadow:0 0 2px #000;
  background:-moz-linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0,0,0) 50%,rgba(0,0,0,0) 100%);
  background:-webkit-linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0,0,0) 50%,rgba(0,0,0,0) 100%);
  background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0,0,0) 50%,rgba(0,0,0,0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)',endColorstr='rgba(0,0,0,0)',GradientType=1);
}

#TeamBuyOne a:link,#TeamBuyOne a:visited,#TeamBuyTwo a:link,#TeamBuyTwo a:visited,#TeamBuyThree a:link,#TeamBuyThree a:visited,#TeamBuyFour a:link,#TeamBuyFour a:visited {
  text-decoration:none;
  font-size:18px;
  color:#FFA458;
  line-height:25px;
}

#TeamBuyOne a:hover,#TeamBuyOne a:focus,#TeamBuyTwo a:hover,#TeamBuyTwo a:focus,#TeamBuyThree a:hover,#TeamBuyThree a:focus,#TeamBuyFour a:hover,#TeamBuyFour a:focus {
  text-decoration:none;
  font-size:18px;
  color:#E7E1DC;
  line-height:25px;
}

.TeamListBox {
  display:inline-block;
  padding-top:15px;
  height:215px;
  width:770px;
  background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(132,104,104,0.6) 3%,rgba(132,104,104,0.6) 97%,rgba(0,0,0,0) 100%);
  background:-webkit-linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(132,104,104,0.6) 3%,rgba(132,104,104,0.6) 97%,rgba(0,0,0,0) 100%);
  background:-moz-linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(132,104,104,0.6) 3%,rgba(132,104,104,0.6) 97%,rgba(0,0,0,0) 100%);
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  box-shadow:inset 0 0 5px #000;
  cursor:pointer;
}

#SliderHolder {
  width:700px;
  overflow:hidden;
  margin:0 auto;
}

#slider-box {
  left:-5px;
  position:absolute;
  top:17px;
}

#imageslider {
  width:700px;
  height:200px;
  margin:0 auto;
  overflow:visible;
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  position:relative;
}

#holder {
  overflow:hidden;
  height:200px;
}

#holder > ul > li > img {
  height:200px;
  width:700px;
}

#imageslider:hover ul {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

#imageslider ul {
  width:2800px;
  height:200px;
  list-style:none;
  padding:0;
  margin:0;
  -moz-animation:slide-animation 18s infinite;
  -webkit-animation:slide-animation 18s infinite;
  position:relative;
  right:0;
  float:right;
}

#imageslider li {
  display:inline;
  width:700px;
  height:200px;
  margin:0;
  padding:0;
  float:left;
  position:relative;
}

#imageslider li a {
  display:block;
  text-decoration:none;
}

.NameHolder {
  display:inline;
  position:absolute;
  width:700px;
  height:100px;
  left:0;
  top:100px;
}

.NameBlock {
  width:225px;
  display:inline-block;
  font-size:25px;
  color:#FFF;
}

/* ==========================================================================
   Content - Room Rules
   ========================================================================== */
#RoomWrapper {
  height:830px;
  margin:-50px auto 0;
  background:url(https://img.mfcimg.com/photos2/139/13918435/231-217-502-155-9891152.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:inset 0 0 15px #000;
  z-index:-1;
}

#RoomHeader {
  background:url(https://img.mfcimg.com/photos2/169/16969070/490-649-727-458-9520013.png);
  background-repeat:no-repeat;
  height:120px;
  width:420px;
  display:inline-block;
  position:absolute;
  margin-top:-76px;
}

#RoomContent {
  display:inline-block;
  width:600px;
  height:auto;
  margin:250px auto 0;
  background:rgba(0,0,0,0.5);
  border-radius:7px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -o-border-radius:7px;
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 10px #000;
  padding:10px 20px 0;
  text-align:left;
  z-index:-1;
}

#RoomContent li {
  font-size:1.3em;
  font-weight:normal;
}

#RoomContent ul li {
  list-style:disc;
}

#RoomContent h2 {
  display:block;
  font-size:1.5em;
  -webkit-margin-before:.83em;
  -webkit-margin-after:.83em;
  -webkit-margin-start:40px;
  -webkit-margin-end:0;
  font-weight:normal;
}

#RoomContent ul,ol {
  padding-top:15px;
}

/* ==========================================================================
   Content - High Tip
   ========================================================================== */
#HTWrapper {
  height:830px;
  margin:-50px auto 0;
  background:url(https://img.mfcimg.com/photos2/139/13918435/672-230-672-346-7529922.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:inset 0 0 15px #000;
  z-index:-1;
}

#HTContent {
  display:inline-block;
  width:820px;
  height:420px;
  margin:250px auto 0;
  background:rgba(0,0,0,0.65);
  border-radius:7px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -o-border-radius:7px;
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 10px #000;
  z-index:-1;
  border-top-right-radius:35%;
  border-top-left-radius:35%;
}

#HTHolder {
  display:block;
  left:10px;
  margin-top:-150px;
}

.HTEver {
  width:300px;
  height:300px;
  display:block;
  float:left;
  background:url(https://img.mfcimg.com/photos2/169/16969070/627-879-257-893-9519993.png);
  background-repeat:no-repeat;
  background-size:300px 300px;
  background-position:center;
}

.HTEverName {
  Font-size:42px;
  margin-top:70px;
  font-weight:bold;
  letter-spacing:2px;
}

.HTEverAmount {
  Font-size:40px;
  margin-top:-12px;
}

.HTTokens {
  font-size:20px;
  letter-spacing:10px;
  margin-left:8px;
  margin-top:-10px;
}

.HTDeal {
  display:inline-block;
  margin:160px 0 0;
  height:auto;
  float:left;
}

.HTDealHeader {
  font-size:25px;
  width:420px;
  text-transform:uppercase;
  letter-spacing:-1px;
  margin-bottom:10px;
  margin-left:-40px;
  border-top-right-radius:30px;
  -webkit-border-top-right-radius:30px;
  -moz-border-top-right-radius:30px;
  -o-border-top-right-radius:30px;
  background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0,0,0) 50%,rgba(0,0,0,0) 100%);
  color:#F89F55;
}

.HTDealContent {
  width:480px;
  font-size:18px;
  margin-left:-70px;
  text-align:center;
}

.DealNames {
  background:rgba(117,103,103,0.23);
  height:auto;
  width:auto;
  line-height:30px;
  margin-top:5px;
  padding:3px 30px;
  border-radius:20px;
  -webkit-border-top-right-radius:20px;
  -moz-border-top-right-radius:20px;
  -o-border-top-right-radius:20px;
  display:inline-block;
  box-shadow:0 0 3px rgba(0,0,0,0.8);
}

#HTMonthHolder {
  display:inline-block;
  margin:15px 0 10px;
}

.HTMonthBlock {
  height:35px;
  width:520px;
  display:block;
  line-height:37px;
  font-size:20px;
  text-transform:uppercase;
  letter-spacing:-1px;
  color:#F89F55;
  background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0,0,0) 50%,rgba(0,0,0,0) 100%);
  margin:0 30px 10px;
}

.HTMonth {
  width:182px;
  height:auto;
  display:block;
  float:left;
  background:rgba(132,104,104,0.6);
  margin:0 4px;
  border:1px solid black;
  box-shadow:inset 0 0 3px #000;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-bottom-right-radius:10px;
  -o-border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-bottom-left-radius:10px;
  -o-border-bottom-left-radius:10px;
}

.HTMonth:last-child {
  margin:-15px 15px;
  transform:scale(1.15);
  -webkit-transform:scale(1.15);
}

.HTMonth ul {
  -webkit-margin-before:0;
  -webkit-margin-after:0;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
  -webkit-padding-start:0;
  list-style:none;
  margin:0 0 3px;
  width:182px;
  text-align:center;
  padding:0;
}

.HTMonth ul li {
  display:list-item;
  text-align:-webkit-match-parent;
  padding:5px;
  margin:0;
}

.HTMonthHeader {
  width:182px;
  height:40px;
  background:rgba(255,255,255,0.15);
  margin:0 0 5px;
  border-bottom:1px solid rgba(0,0,0,0.60);
  font-size:22px;
  padding-top:10px;
}

.HTimg {
  height:20px;
  margin-top:-7px;
}

/* ==========================================================================
   Copyright Disclaimer   ========================================================================== */
.Copyright {
  position:fixed;
  height:20px;
  width:100%;
  text-align:center;
  color:#D2D2D2;
  padding-top:3px;
  bottom:0;
  z-index:10;
  background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(35,31,31) 50%,rgba(0,0,0,0) 100%);
  background:-moz-linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(35,31,31) 50%,rgba(0,0,0,0) 100%);
  background:-webkit-linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(35,31,31) 50%,rgba(0,0,0,0) 100%);
}

/* ==========================================================================
   Pulse Effect
   ========================================================================== */
.pulse {
  -webkit-animation:pulse 1.5s linear infinite;
  -moz-animation:pulse 1.5s linear infinite;
  -ms-animation:pulse 1.5s linear infinite;
  -o-animation:pulse 1.5s linear infinite;
  animation:pulse 1.5s linear infinite;
}

@-moz-keyframes pulse {
  0% {
    -moz-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  50% {
    -moz-transform:scale(0.8);
    transform:scale(0.8);
  }
  
  100% {
    -moz-transform:scale(1);
    transform:scale(1);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  50% {
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
  }
  
  100% {
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  50% {
    -ms-transform:scale(0.8);
    transform:scale(0.8);
  }
  
  100% {
    -ms-transform:scale(1);
    transform:scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  50% {
    -o-transform:scale(0.8);
    transform:scale(0.8);
  }
  
  100% {
    -o-transform:scale(1);
    transform:scale(1);
  }
}

@keyframes pulse {
  0% {
    -ms-transform:scale(1.1);
    transform:scale(1.1);
  }
  
  50% {
    -ms-transform:scale(0.8);
    transform:scale(0.8);
  }
  
  100% {
    -ms-transform:scale(1);
    transform:scale(1);
  }
}

/* ==========================================================================
   Mobile & Font Face & Style
   ========================================================================== */
@-ms-viewport {
  width:100%;
/* the viewport for small devices is set to 320px  */
}  
}

@-o-viewport {
  width:device-width;
}

@viewport {
  width:device-width;
  initial-scale:1;
}  
}

UTF-8;
@font-face {
  font-weight:normal;
  font-style:normal;
}

/* latin */
@font-face {
  font-family:'Nunito';
  font-style:normal;
  font-weight:300;
  src:local(Nunito-Light),url(http://fonts.gstatic.com/s/nunito/v7/1TiHc9yag0wq3lDO9cw0vpBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

/* ==========================================================================
   Fade in effect
   ========================================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-o-animation fadeIn {
  fromopacity:0;
}

to {
  opacity:1;
}  
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

.fade-in {
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-play-state:inherited;
}

/* ==========================================================================
   Team Slider Animation
   ========================================================================== */
@keyframes slide-animation {
  0% {
    right:0;
    opacity:0;
  }
  
  1% {
    right:0;
    opacity:1;
  }
  
  21% {
    right:0;
    opacity:1;
  }
  
  23% {
    right:0;
    opacity:0;
  }
  
  25% {
    right:-700px;
    opacity:0;
  }
  
  26% {
    right:-700px;
    opacity:1;
  }
  
  46% {
    right:-700px;
    opacity:1;
  }
  
  47% {
    right:-700px;
    opacity:0;
  }
  
  50% {
    right:-1400px;
    opacity:0;
  }
  
  51% {
    right:-1400px;
    opacity:1;
  }
  
  71% {
    right:-1400px;
    opacity:1;
  }
  
  72% {
    right:-1400px;
    opacity:0;
  }
  
  75% {
    right:-2100px;
    opacity:0;
  }
  
  76% {
    right:-2100px;
    opacity:1;
  }
  
  96% {
    right:-2100px;
    opacity:1;
  }
  
  97% {
    right:-2100px;
    opacity:0;
  }
  
  100% {
    right:0;
    opacity:0;
  }
}

@-webkit-keyframes slide-animation {
  0% {
    right:0;
    opacity:0;
  }
  
  1% {
    right:0;
    opacity:1;
  }
  
  21% {
    right:0;
    opacity:1;
  }
  
  23% {
    right:0;
    opacity:0;
  }
  
  25% {
    right:-700px;
    opacity:0;
  }
  
  26% {
    right:-700px;
    opacity:1;
  }
  
  46% {
    right:-700px;
    opacity:1;
  }
  
  47% {
    right:-700px;
    opacity:0;
  }
  
  50% {
    right:-1400px;
    opacity:0;
  }
  
  51% {
    right:-1400px;
    opacity:1;
  }
  
  71% {
    right:-1400px;
    opacity:1;
  }
  
  72% {
    right:-1400px;
    opacity:0;
  }
  
  75% {
    right:-2100px;
    opacity:0;
  }
  
  76% {
    right:-2100px;
    opacity:1;
  }
  
  96% {
    right:-2100px;
    opacity:1;
  }
  
  97% {
    right:-2100px;
    opacity:0;
  }
  
  100% {
    right:0;
    opacity:0;
  }
}

@-moz-keyframes slide-animation {
  0% {
    right:0;
    opacity:0;
  }
  
  1% {
    right:0;
    opacity:1;
  }
  
  21% {
    right:0;
    opacity:1;
  }
  
  23% {
    right:0;
    opacity:0;
  }
  
  25% {
    right:-700px;
    opacity:0;
  }
  
  26% {
    right:-700px;
    opacity:1;
  }
  
  46% {
    right:-700px;
    opacity:1;
  }
  
  47% {
    right:-700px;
    opacity:0;
  }
  
  50% {
    right:-1400px;
    opacity:0;
  }
  
  51% {
    right:-1400px;
    opacity:1;
  }
  
  71% {
    right:-1400px;
    opacity:1;
  }
  
  72% {
    right:-1400px;
    opacity:0;
  }
  
  75% {
    right:-2100px;
    opacity:0;
  }
  
  76% {
    right:-2100px;
    opacity:1;
  }
  
  96% {
    right:-2100px;
    opacity:1;
  }
  
  97% {
    right:-2100px;
    opacity:0;
  }
  
  100% {
    right:0;
    opacity:0;
  }
}

@-ms-keyframes slide-animation {
  0% {
    right:0;
    opacity:0;
  }
  
  1% {
    right:0;
    opacity:1;
  }
  
  21% {
    right:0;
    opacity:1;
  }
  
  23% {
    right:0;
    opacity:0;
  }
  
  25% {
    right:-700px;
    opacity:0;
  }
  
  26% {
    right:-700px;
    opacity:1;
  }
  
  46% {
    right:-700px;
    opacity:1;
  }
  
  47% {
    right:-700px;
    opacity:0;
  }
  
  50% {
    right:-1400px;
    opacity:0;
  }
  
  51% {
    right:-1400px;
    opacity:1;
  }
  
  71% {
    right:-1400px;
    opacity:1;
  }
  
  72% {
    right:-1400px;
    opacity:0;
  }
  
  75% {
    right:-2100px;
    opacity:0;
  }
  
  76% {
    right:-2100px;
    opacity:1;
  }
  
  96% {
    right:-2100px;
    opacity:1;
  }
  
  97% {
    right:-2100px;
    opacity:0;
  }
  
  100% {
    right:0;
    opacity:0;
  }
}

@-o-animation slide-animation {
  0right:0;
  opacity:0;
}

1% {
  right:0;
  opacity:1;
}

21% {
  right:0;
  opacity:1;
}

23% {
  right:0;
  opacity:0;
}

25% {
  right:-700px;
  opacity:0;
}

26% {
  right:-700px;
  opacity:1;
}

46% {
  right:-700px;
  opacity:1;
}

47% {
  right:-700px;
  opacity:0;
}

50% {
  right:-1400px;
  opacity:0;
}

51% {
  right:-1400px;
  opacity:1;
}

71% {
  right:-1400px;
  opacity:1;
}

72% {
  right:-1400px;
  opacity:0;
}

75% {
  right:-2100px;
  opacity:0;
}

76% {
  right:-2100px;
  opacity:1;
}

96% {
  right:-2100px;
  opacity:1;
}

97% {
  right:-2100px;
  opacity:0;
}

100% {
  right:0;
  opacity:0;
}  
}