@charset "UTF-8";

/*! CSS Used from: https://img.mfcimg.com/profiles/prod/38183994904741120/css/profiles.css?nc=38183994904741120 */
#colorbox,#cboxOverlay,#cboxWrapper {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
}

#cboxOverlay {
  position:fixed;
  width:100%;
  height:100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
  clear:left;
}

#cboxContent {
  position:relative;
}

#cboxTitle {
  margin:0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#cboxPrevious,#cboxNext,#cboxSlideshow {
  cursor:pointer;
}

#colorbox,#cboxContent {
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}

#colorbox {
  outline:0;
}

#cboxContent {
  overflow:visible;
}

#cboxLoadingOverlay {
  background:#fff;
}

#cboxLoadingOverlay {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
}

#cboxTitle {
  position:absolute;
  bottom:-25px;
  left:0;
  color:#000;
}

#cboxCurrent {
  position:absolute;
  bottom:-26px;
  right:205px;
  text-indent:-9999px;
}

#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active {
  outline:0;
}

#cboxOverlay {
  background:green;
}

body {
  font-family:Verdana;
  font-size:12px;
  padding:0 40px;
  min-width:600px;
}

img {
  border:0;
}

input[type="password"] {
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border linear .2s,box-shadow linear .2s;
  -moz-transition:border linear .2s,box-shadow linear .2s;
  -o-transition:border linear .2s,box-shadow linear .2s;
  transition:border linear .2s,box-shadow linear .2s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"] {
  margin-top:3px;
  display:inline-block;
  padding:4px 12px;
  color:#333;
  background-color:#f5f5f5;
  background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image:-o-linear-gradient(top,#fff,#e6e6e6);
  background-image:linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat:repeat-x;
  cursor:pointer;
  border:1px solid #ccc;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  color:#333;
  background-color:#e6e6e6;
  *background-color:#d9d9d9;
  text-decoration:none;
  background-position:0 -15px;
  -webkit-transition:background-position .1s linear;
  -moz-transition:background-position .1s linear;
  -o-transition:background-position .1s linear;
  transition:background-position .1s linear;
}

#profile {
  display:table;
  width:100%;
  -webkit-overflow-scrolling:touch;
}

#fixed_background {
  z-index:-200;
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
}

.recent_photos {
  display:inline-block;
  width:250px;
}

.recent_photos img {
  float:left;
  margin:1px;
  width:80px;
  height:80px;
}

#average_rating_count {
  line-height:16px;
  font-size:10px;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-right:15px;
  width:90px;
  height:90px;
}

.profile_row {
  display:table-row;
}

.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
}

.profile_section .heading {
  margin-bottom:15px;
  padding:5px;
  font-size:17px;
  font-weight:bold;
}

.profile_section_content {
  z-index:1;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:5px;
  margin:5px;
}

.profile_section_background {
  z-index:-100;
  top:0;
  left:0;
  bottom:0;
  right:0;
  position:absolute;
  -webkit-border-radius:inherit;
  -moz-border-radius:inherit;
  border-radius:inherit;
}

.container {
  display:table-row;
  margin:7px 0 7px 20px;
}

.label {
  display:table-cell;
  text-align:left;
  min-width:175px;
  margin-right:10px;
  font-weight:bold;
}

.value {
  display:table-cell;
}

#schedule_converted {
  font-size:10px;
}

#main_photo {
  width:250px;
  margin-bottom:15px;
}

#profile_main_about_holder {
  display:table;
  width:100%;
  border-spacing:0;
}

#profile_main_photo {
  width:250px;
  display:table-cell;
  vertical-align:top;
}

#profile_about_me_friends {
  display:table-cell;
  width:100%;
  vertical-align:top;
}

#profile_header_container {
  margin-left:105px;
  min-height:90px;
}

#profile_header .label {
  min-width:95px;
}

#profile_header .label,#profile_header .value {
  font-size:10px;
}

#profile_schedule .label {
  min-width:90px;
}

#member_type_value {
  font-weight:bold;
  color:red;
}

#server_time {
  visibility:hidden;
  float:right;
  font-weight:bold;
  font-size:9px;
}

#protected_gallery_instructions {
  padding:5px 0;
}

#protected_gallery_name {
  font-weight:bold;
  color:#008000;
  padding:5px 0;
  font-size:16px;
}

#gallery_password_form {
  padding-top:5px;
}

#gallery_password_form_modal {
  font-size:14px;
  padding:40px 0 0 10px;
  color:#000;
  background-color:#fff;
}

#gallery_password_form_error,#send_message_form_error {
  padding-top:5px;
  color:red;
  font-weight:bold;
}

#send_message_form_success {
  text-align:center;
  color:#008000;
  font-weight:bold;
}

#send_message_form_modal {
  color:#000;
  background-color:#fff;
}

#header_bar {
  padding:5px 20px 10px 10px;
}

#footer_bar {
  padding:10px 20px 20px 10px;
}

.header_links,.footer_links {
  float:left;
  font-size:14px;
}

#img_preview {
  background-color:#000;
  padding:4px;
  z-index:100;
  border:0;
  display:none;
}

#img_preview {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

.emphasis {
  font-weight:bold;
}

.hidden {
  display:none;
}

.notice {
  color:green;
}

/*! CSS Used from: https://profiles.myfreecams.com/IvyGrace/css?nc=1979667567 */
@media only all and (max-width: 640px) and (max-height: 480px) {
  body {
    background-size:640px 480px;
    -moz-background-size:640px 480px;
    -webkit-background-size:640px 480px;
  }
}

@media only screen and (orientation: portrait) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:auto 100%;
  }
}

@media only screen and (orientation: landscape) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:100% auto;
  }
}

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

a:hover,a:focus {
  color:#088A08;
  text-decoration:none;
}

.IG-Spacer {
  display:inline-block;
  width:900px;
  margin:10px auto;
  height:10px;
}

.nav {
  margin:0;
  padding:0;
  list-style:none;
}

body {
  margin:0;
  padding:0;
  font-family:Helvetica,Arial,sans-serif;
  font-size:1rem;
  line-height:1.25;
  background:url(https://highwebservices.ro/imagini/s3.jpg)no-repeat;
  font-smooth:always;
  font-smoothing:antialiased;
  background-attachment:fixed;
  -moz-font-smoothing:antialiased;
  -webkit-font-smoothing:antialiased;
  -webkit-font-smoothing:subpixel-antialiased;
}

#profile {
  width:940px;
  margin:0 auto 40px;
  background:#f9f6ef url(https://highwebservices.ro/imagini/s.png) top center no-repeat;
  -webkit-box-shadow:0 0 7px 3px rgba(0,0,0,.45);
  -moz-box-shadow:0 0 7px 3px rgba(0,0,0,.45);
  border:solid 1px rgba(0,0,0,.45);
  line-height:1;
  z-index:300;
}

#profile_header {
  padding:450px 0 0;
}

.IG-HdrT-Img {
  display:none!important;
  width:980px;
  margin:8px 0 0 -40px;
}

.nav {
  position:fixed;
  top:0;
  margin:12px -30px auto;
  vertical-align:top;
  z-index:9999;
  height:46px;
  width:942px;
  text-align:center;
  background-image:url(https://dl.dropbox.com/s/upoa8xtecj6ullh/IGMnBg.jpg);
  background-position:top left;
  background-repeat:no repeat;
  -webkit-box-shadow:inset 0 -15px 20px rgba(0,0,0,.1),inset 0 0 0 2px rgba(0,0,0,.1);
  -moz-box-shadow:inset 0 -15px 20px rgba(0,0,0,.1),inset 0 0 0 2px rgba(0,0,0,.1);
}

.IG-HdrA-Img {
  display:inline-block;
  width:940px;
  margin:30px 0 0 -10px;
}

#Month {
  position:absolute;
  margin-top:60px;
}

#Rules,#Snapchat {
  position:absolute;
  margin-top:-60px;
}

#HTips {
  position:absolute;
  margin-top:5px;
}

.IG-Generic-Img {
  display:block;
  width:940px;
  margin:20px 0 30px -10px;
}

.nav>li>a {
  display:inline-block;
  padding:16px 5px;
  position:relative;
  font-family:'Oswald',sans-serif;
  font-size:1rem;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:400;
  color:#fff;
  -webkit-transition:color .1s linear;
  -moz-transition:color .1s linear;
  -o-transition:color .1s linear;
  -ms-transition:color .1s linear;
  transition:color .1s linear;
}

.profile_section_content {
  z-index:auto;
}

#TipMenu {
  position:absolute;
  margin-top:-40px;
}

#Crews {
  position:absolute;
  margin-top:-10px;
}

#Videos {
  position:absolute;
  margin-top:-50px;
}

.container {
  display:block;
  margin:0 0 0 20px;
  -webkit-backface-visibility:hidden;
}

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

#profile_avatar,#avatar_holder,#profile_main_photo,#header_bar,#footer_bar,#blurb_label,#about_me_label,#status_label,#member_type_value,#member_message_value,#unix_last_updated_container,#show_message_dialog {
  display:none;
}

#username_container,#cam_score_container,#gender_container,#age_container,#country_container,#ethnicity_container,#sexual_preference_container,#marital_status_container,#height_container,#hair_container,#eyes_container {
  display:none;
}

.heading {
  display:none!important;
}

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

#profile_about_me {
  width:920px;
  padding-top:820px;
  z-index:3;
}

.nav>li {
  margin:0;
  line-height:1;
  padding:0;
  display:inline;
  position:relative;
  margin:0 8px;
}

.nav>li>a:hover,.nav>li:hover>a {
  color:#FA8795;
}

#ot_logo {
  position:fixed;
  top:1%;
  right:1%;
}

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

#profile_header {
  padding:0;
}

#profile_header_container {
  min-height:0;
}

.nav>li:last-child>a::after {
  display:none;
}

.nav>li>a::after {
  content:"";
  width:10px;
  height:10px;
  background-image:url(https://dl.dropbox.com/s/ypa1fl2xlqbpytu/IGMImg.png);
  position:absolute;
  right:-16px;
  top:1.2rem;
  display:block;
}

.nav>li:last-child>a::after {
  display:none;
}

.profile_section_content {
  border-spacing:0;
  top:-7px;
  z-index:auto;
}

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

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

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

#blurb_container #blurb_value {
  width:940px;
  position:absolute;
  top:680px;
  left:-5px;
  text-align:center;
  font-family:"Nunito",Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-size:1.1rem;
  font-style:italic;
  color:rgba(222,49,69,1);
  text-transform:capitalize;
  -webkit-animation-delay:1.5s;
  animation-delay:1.5s;
  -webkit-animation-name:pulse;
  -webkit-animation-duration:1.25s;
  -webkit-animation-iteration-count:1;
}

#unix_last_broadcast_label {
  display:none;
}

.profile_section_content .label {
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.85rem;
  line-height:1rem;
  color:#1e1e1e;
}

@media all and (max-width: 1024px) {
  #ot_logo {
    display:none;
  }
}

.profile_section_content .value {
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.85rem;
  line-height:1rem;
  color:#1e1e1e;
}

#unix_last_broadcast_container #unix_last_broadcast_value {
  width:940px;
  position:absolute;
  top:720px;
  margin:0;
  left:-5px;
  text-align:center;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.8rem;
  color:#1e1e1e;
  text-shadow:none;
  text-transform:capitalize;
  z-index:1;
}

#Display {
  width:1000px;
  height:5px;
  position:fixed;
  top:0;
  margin:-10px 0 0 -10px;
  list-style:none;
  z-index:99999;
}

#profile_friends {
  width:900px!important;
  position:relative;
}

#favorite_models_container .value {
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.85rem;
}

#Display li {
  position:relative;
  padding:0 0 10px;
  text-align:center;
}

#unix_last_broadcast_value::before {
  content:'My last broadcast was: ';
}

#member_status_value:before {
  color:#1e1e1e!important;
  content:'I am ';
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.8rem;
  color:#1e1e1e;
}

#friends_container .value {
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.85rem;
}

#admirers_container a,#friends_container a {
  text-transform:capitalize;
}

#tags_container {
  display:inline-block;
  width:850px;
  margin:0 0 0 20px;
}

#member_status_value:after {
  color:#1e1e1e!important;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.8rem;
  color:#1e1e1e;
  content:' Now';
}

#status_container {
  position:absolute;
  width:940px;
  top:736px;
  margin:0;
  left:-5px;
  text-align:center;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.8rem;
  color:#1e1e1e;
  text-shadow:none;
  text-transform:capitalize;
  z-index:1;
}

#tags_container .value {
  font-family:'Nunito',sans-serif;
  font-weight:500;
  font-size:.8rem;
  line-height:1.1rem;
  color:#1c1c1c;
}

#Links-Cont {
  position:absolute;
  width:920px;
  top:722px;
  margin:10px auto;
}

#member_status_value {
  display:inline-block;
  width:940px;
  margin:0 auto;
  left:-5px;
  text-align:center;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.8rem;
  color:#1e1e1e;
  text-shadow:none;
  text-transform:capitalize;
  z-index:1;
}

#status_value {
  font-size:0!important;
}

.IG-GCards-Text {
  width:940px;
  margin:70px 0 0 -10px;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.83rem;
  font-style:italic;
  line-height:1.1rem;
  color:#1e1e1e;
  text-align:center;
}

.Link-Amazon a {
  display:inline-block;
  float:left;
  width:65px;
  height:70px;
  margin:0 0 0 287px;
  padding:0 0 0 5px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/y1dlyle5zzml0mc/IGL1Ama.png) no-repeat;
}

.Link-Amazon a:hover {
  -webkit-transform:rotateY(360deg);
  -moz-transform:rotateY(360deg);
  -ms-transform:rotateY(360deg);
  transform:rotateY(360deg);
  -webkit-transition:all .9s ease;
  -moz-transition:all .9s ease;
  transition:all .9s ease;
}

.Link-Note a {
  display:inline-block;
  float:left;
  width:65px;
  height:70px;
  padding:0 0 0 5px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/2y61mmfa9lgc9fp/IGL2Nte.png) no-repeat;
}

.Link-Note a:hover {
  -webkit-transform:rotateY(360deg);
  -moz-transform:rotateY(360deg);
  -ms-transform:rotateY(360deg);
  transform:rotateY(360deg);
  -webkit-transition:all .9s ease;
  -moz-transition:all .9s ease;
  transition:all .9s ease;
}

.Link-Offline a {
  display:inline-block;
  float:left;
  width:65px;
  height:70px;
  padding:0 0 0 5px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/q0ru6qpbhp4ks18/IGL3Oline.png) no-repeat;
}

.Link-Offline a:hover {
  -webkit-transform:rotateY(360deg);
  -moz-transform:rotateY(360deg);
  -ms-transform:rotateY(360deg);
  transform:rotateY(360deg);
  -webkit-transition:all .9s ease;
  -moz-transition:all .9s ease;
  transition:all .9s ease;
}

#status_value a {
  display:none;
  color:#DE3145!important;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.8rem;
  text-transform:uppercase;
}

.Link-Room a {
  display:inline-block;
  float:left;
  width:65px;
  height:70px;
  padding:0 0 0 5px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/sar6zhkkk7l7y0o/IGL4Room.png) no-repeat;
}

.Link-Room a:hover {
  -webkit-transform:rotateY(360deg);
  -moz-transform:rotateY(360deg);
  -ms-transform:rotateY(360deg);
  transform:rotateY(360deg);
  -webkit-transition:all .9s ease;
  -moz-transition:all .9s ease;
  transition:all .9s ease;
}

.Link-Twitter a {
  display:inline-block;
  float:left;
  width:65px;
  height:70px;
  padding:0 0 0 5px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/j3z2djy3pu0szg5/IGL5Twt.png) no-repeat;
}

.Link-Twitter a:hover {
  -webkit-transform:rotateY(360deg);
  -moz-transform:rotateY(360deg);
  -ms-transform:rotateY(360deg);
  transform:rotateY(360deg);
  -webkit-transition:all .9s ease;
  -moz-transition:all .9s ease;
  transition:all .9s ease;
}

#IG-Rules-Body {
  display:block;
  width:940px;
  margin:20px 0 0 -30px;
  min-height:100px;
  background:url(https://dl.dropbox.com/s/zpj1j30ue01jxl8/IGP1Rules.jpg) top center no-repeat;
}

#status_value span a {
  display:inline-block!important;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.8rem;
  color:#DE3145;
  text-transform:uppercase;
}

#status_value span:nth-child(3) {
  margin-left:10px;
}

#IG-Rules-Container {
  display:block;
  width:920px;
  margin:0 auto;
  padding:50px 0 0;
}

#IG-TM-Body {
  display:inline-block;
  width:940px;
  margin:30px 0 0 -30px;
  background:url(https://dl.dropbox.com/s/y9f2xg9s8dar8k6/IGP2.jpg) top center no-repeat;
}

#IG-TM-Cont {
  display:inline-block;
  width:940px;
  margin:60px auto;
}

#member_type_value {
  display:none;
}

#status_value #member_message_value {
  display:none!important;
}

dl.Rules-Section {
  float:left;
  width:840px;
  margin:10px 0 0 50px;
  padding:0;
}

.Rules-Section dt {
  clear:left;
  float:left;
  width:180px;
  margin:0;
  padding:8px;
  border-top:1px solid #000;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.98rem;
  line-height:1.15rem;
  color:#000;
}

#status_label {
  display:none!important;
}

.TTM-Clms {
  display:inline-block;
  width:930px;
  margin:0 auto;
  padding:5px;
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
}

.Rules-Section dd {
  float:left;
  width:600px;
  margin:0;
  padding:8px 5px 8px 10px;
  border-top:1px solid #000;
  font-family:'Nunito',sans-serif;
  font-weight:500;
  font-size:.98rem;
  line-height:1.15rem;
  color:#1e1e1e;
}

#IG-Snapchat-Body {
  display:inline-block;
  width:940px;
  height:500px;
  margin:0 0 0 -30px;
  background:url(https://dl.dropbox.com/s/8ahvycuehflqx5d/IGP4Snap.jpg) top center no-repeat;
}

#Snapchat-Text {
  display:inline-block;
  width:350px;
  float:left;
  margin:60px 0 0 150px;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:1.1rem;
  line-height:1.3rem;
  color:#1c1c1c;
  text-align:center;
  vertical-align:top;
}

.IG-TM-Value {
  display:inline-block;
  padding:0 0 0 5px;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.9rem;
  color:#FE2E2E;
}

.TSbn,.TSbn:link,.TSbn:visited {
  display:inline-block;
  width:270px;
  margin:8px 0 0;
  padding:6px 15px;
  font-family:'Nunito',sans-serif;
  font-weight:500;
  font-size:.8rem;
  font-size:1rem;
  color:#fff;
  text-decoration:none;
  text-align:center;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
  background:#000;
  border:1px solid #F1F1F1;
}

.IG-SnapchatFX {
  display:inline-block;
  float:left;
  margin:75px 0 0 157px;
  width:197px;
  height:351px;
  border:solid 1px #000;
  -webkit-transform:rotate(-11.8deg);
  -moz-transform:rotate(-11.8deg);
  -ms-transform:rotate(-11.8deg);
  transform:rotate(-11.8deg);
}

#IG-SButton-Body {
  display:block;
  width:535px;
  margin:0 0 0 385px;
}

.SButton {
  display:inline-block;
  width:140px;
  margin:0 0 0 10px;
  box-shadow:inset 0 1px 0 0 #FFF6AF;
  -webkit-box-shadow:inset 0 1px 0 0 #FFF6AF;
  -moz-box-shadow:inset 0 1px 0 0 #FFF6AF;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.8rem;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
  color:#1c1c1c;
  border:solid 1px rgba(0,0,0,0.35);
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  padding:6px 10px;
  background:rgba(254,182,69,1);
  background:-moz-linear-gradient(top,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(254,182,69,1)),color-stop(100%,rgba(241,231,103,1)));
  background:-webkit-linear-gradient(top,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  background:-o-linear-gradient(top,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  background:-ms-linear-gradient(top,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  background:linear-gradient(to bottom,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb645',endColorstr='#f1e767',GradientType=0);
}

.TSbn:hover {
  background:#0B570B;
  color:#FFF;
  border:1px solid #F1F1F1;
}

.TSbn {
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

.SButton:hover {
  color:#1c1c1c;
  background:#90C261;
}

#IG-HEver-Body {
  display:inline-block;
  width:940px;
  height:600px;
  margin:60px 0 0 -30px;
  background:url(https://dl.dropbox.com/s/esuw8gts91hz4lr/IGP5.jpg) top center no-repeat;
}

#HEver-Names-Container {
  display:block;
  width:440px;
  margin:0 0 0 480px;
  padding:105px 0 0;
  height:50px;
}

#HTEClms {
  column-count:1;
  padding:20px 0;
}

.SButton:active {
  position:relative;
  top:1px;
  color:#1c1c1c;
}

.SButton:visited {
  color:#1c1c1c;
}

.HTps {
  display:flex;
}

.HTipperE-Name {
  white-space:nowrap;
  font-family:'Nunito',sans-serif;
  font-weight:500;
  font-size:1.4rem;
  line-height:2.5rem;
  font-style:italic;
  color:#1e1e1e;
  margin-right:5px;
}

.SpcrE {
  width:100%;
  font-family:'Nunito',sans-serif;
  font-weight:500;
  font-size:1.4rem;
  line-height:2.5rem;
  border-bottom:1px dotted #1e1e1e;
  margin-bottom:8px;
}

.HTipperE-Tks {
  white-space:nowrap;
  font-family:'Nunito',sans-serif;
  font-weight:500;
  font-size:1.4rem;
  line-height:2.5rem;
  font-style:italic;
  color:#1e1e1e;
  width:auto;
  margin:0 0 0 5px;
  text-align:right;
}

.HTps {
  display:flex;
}

#Crews-Body {
  width:940px;
  margin:50px 0 0 -30px;
  height:735px;
}

.Tier1Names li {
  list-style:disc outside;
  font-family:"Nunito","Franklin Gothic",Arial,sans-serif;
  font-size:.95rem;
  line-height:1.15rem;
  font-weight:500;
  color:#000;
  margin:0 0 0 5px;
}

.Tier2Names li {
  list-style:disc outside;
  font-family:"Nunito","Franklin Gothic",Arial,sans-serif;
  font-size:.95rem;
  line-height:1.15rem;
  font-weight:500;
  color:#000;
  margin:0 0 0 5px;
}

#Crews-First-Cont {
  display:block;
  float:left;
  width:395px;
  height:165px;
  margin:150px 0 0 52px;
}

#Crews-FirstN-Left {
  display:inline-block;
  float:left;
  width:170px;
  margin:0 0 0 20px;
}

#Crews-FirstN-Right {
  display:inline-block;
  float:left;
  width:170px;
  margin:0 0 0 20px;
}

#Crews-Second-Cont {
  display:block;
  float:left;
  width:395px;
  height:165px;
  margin:150px 0 0 54px;
}

#Crews-SecondN-Left {
  display:inline-block;
  float:left;
  width:170px;
  margin:0 0 0 20px;
}

#Crews-SecondN-Right {
  display:inline-block;
  float:left;
  width:170px;
  margin:0 0 0 20px;
}

.IG-Benefits-Text {
  width:393px;
  height:165px;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.9rem;
  line-height:1.1rem;
  color:#1e1e1e;
  text-align:center;
  overflow:auto;
}

.heading {
  text-align:center;
  color:green;
}

.IG-Benefits-Text p {
  margin:.5rem;
  padding:0;
}

.IG-Benefits-Text::-webkit-scrollbar {
  -webkit-appearance:none;
  width:8px;
}

.IG-Benefits-Text::-webkit-scrollbar-thumb {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  background-color:#000;
}

.IG-Benefits-Text::-webkit-scrollbar-track-piece {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
}

#Crews-FirstN-Cont {
  display:inline-block;
  float:left;
  width:395px;
  height:355px;
  margin:40px 0 0 52px;
  vertical-align:top;
  overflow-y:auto;
  overflow-x:hidden;
}

#Crews-SecondN-Cont {
  display:inline-block;
  float:left;
  width:395px;
  height:355px;
  margin:40px 0 0 52px;
  vertical-align:top;
  overflow-y:auto;
  overflow-x:hidden;
}

#Crews-FirstN-Cont::-webkit-scrollbar,#Crews-SecondN-Cont::-webkit-scrollbar {
  -webkit-appearance:none;
  width:8px;
}

#Crews-FirstN-Cont::-webkit-scrollbar-thumb,#Crews-SecondN-Cont::-webkit-scrollbar-thumb {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  background-color:#000;
}

#Crews-FirstN-Cont::-webkit-scrollbar-track-piece,#Crews-SecondN-Cont::-webkit-scrollbar-track-piece {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
}

.IG-T-Buy,.IG-T-Buy:link,.IG-T-Buy:visited {
  display:inline-block;
  width:180px;
  margin:5px auto;
  background:#000;
  color:#FFF;
  padding:5px;
  font-family:'Nunito',sans-serif;
  font-weight:600;
  font-size:.9rem;
  font-style:normal;
  text-align:center;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
}

.IG-T-Buy:hover {
  background:#298A08;
  color:#FFF;
}

#profile_schedule {
  position:relative;
  margin:0 auto;
}

#profile_schedule .container {
  position:relative;
  display:inline-block;
  margin:0 auto;
  left:5px;
  width:118px;
  height:80px;
  background:#F0EDED;
  border:double 4px rgba(46,46,46,0.25);
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}

#schedule_converted {
  text-align:center;
  font-size:15px;
  margin:10px auto;
}

#profile_schedule .heading {
  display:block;
  margin:20px auto;
  padding:8px 0 0;
  font-family:Futura,"Trebuchet MS",Arial,sans-serif;
  font-size:1rem;
  font-weight:600;
  line-height:1rem;
  color:#1e1e1e;
  text-decoration:none;
  white-space:nowrap;
  text-align:center;
}

#profile_schedule .label {
  display:block;
  width:100%;
  margin:5px 0 0;
  font-size:.95rem;
  line-height:1.12rem;
  text-align:center;
}

#profile_schedule .value {
  position:absolute;
  display:inline-block;
  width:115px;
  left:3px;
  font-size:.8rem;
  line-height:.95rem;
  top:30px;
  color:#2e2e2e;
  text-align:center;
}

#schedule_converted {
  text-align:center;
}

#IG-MonthTippers-Body {
  display:inline-block;
  width:920px;
  height:50px;
  background:url(https://dl.dropbox.com/s/zonc0kipl2xmrul/IGP10T3.jpg) top center no-repeat;
}

/*! CSS Used keyframes */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  
  50% {
    -webkit-transform:scale3d(1.1,1.1,1.1);
    transform:scale3d(1.1,1.1,1.1);
  }
  
  100% {
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform:scale3d(1,1,1);
    -ms-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
  
  50% {
    -webkit-transform:scale3d(1.1,1.1,1.1);
    -ms-transform:scale3d(1.1,1.1,1.1);
    transform:scale3d(1.1,1.1,1.1);
  }
  
  100% {
    -webkit-transform:scale3d(1,1,1);
    -ms-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
  }
}

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

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