@charset "UTF-8";

!OATHTAKER CODED ï¿½ 2014
/-------------------------------------------------------------------------------------------------------------------------
Copyright
This CSS code and the design/content of the profile is protected by copyright. All rights reserved.
For the stupid this means you cannot copy,modify or in any other way fuck around with this code
without prior permission. This means you MFCDesignMaker,MFCDesign,Spany82,Hankshill and anyone else who
would like their name added to the list and issued a DMCA notice by the relevant model.
-------------------------------------------------------------------------------------------------------------------------/
html {
  width:100%!important;
  height:100%;
  margin:0;
  padding:0;
  border:0;
}

@font-face {
  font-family:'Sansita One';
  font-style:normal;
  font-weight:400;
  src:url(http://fonts.gstatic.com/s/sansitaone/v6/r0cFg_5MCCA0Wi4i7AgXWOL2WfuF7Qc3ANwCvwl0TnA.woff2) format("woff2");
}

a:link {
  text-decoration:none;
  color:#8258FA;
  text-shadow:none;
}

a:visited {
  text-decoration:none;
  color:#FA58F4;
  text-shadow:none;
}

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

#nav {
  position:fixed;
  top:0;
  left:0;
  background-image:url(https://dl.dropbox.com/s/7t8ugmnfpw5rl5f/Audrina_BackgroundTexture.jpg?dl=0);
  line-height:40px;
  width:100%;
  text-align:center;
  z-index:999;
}

#nav a {
  text-decoration:none;
  font-family:'Sansita One',"Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
  font-size:13pt;
  font-weight:800;
  margin:0 10px;
  background:-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(top,rgba(246,96,241,1) 0%,rgba(246,96,241,1) 26%,rgba(246,96,241,1) 35%,rgba(246,96,241,1) 45%,rgba(250,60,244,1) 61%,rgba(250,88,172,1) 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  -webkit-transition:.6s ease-out;
  -moz-transition:.6s ease-out;
  -o-transition:.6s ease-out;
  transition:.6s ease-out;
}

#nav a:hover {
  color:#FFFFFF;
  -webkit-transition:.4s ease-out;
  -moz-transition:.4s ease-out;
  -o-transition:.4s ease-out;
  transition:.4s ease-out;
  text-shadow:0 0 1px #F34CC4;
}

#profile_avatar,#profile_main_photo,#header_bar,#footer_bar,#blurb_label,#blurb_value,#about_me_label {
  display:none;
}

#unix_last_login_label,#unix_last_login_value,#unix_last_updated_label,#unix_last_updated_value,#status_label {
  display:none;
}

#status_value {
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  z-index:1;
  position:absolute;
  top:110px;
  left:370px;
}

.heading {
  display:none;
}

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

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

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:.85rem;
  line-height:1;
  background-image:url(https://dl.dropbox.com/s/7t8ugmnfpw5rl5f/Audrina_BackgroundTexture.jpg?dl=0);
  background-repeat:repeat;
  background-attachment:fixed;
}

#profile {
  width:950px;
  margin:45px auto 10px;
  font-color:#FF4000;
  background:#FFFFFF url(https://dl.dropbox.com/s/o6gqfnt582ei55u/Audrina_Graphic_Main.jpg?dl=0) top center no-repeat;
  border-top-left-radius:.8em;
  border-top-right-radius:.8em;
  box-shadow:0 0 2px 2px #FBADDD;
  line-height:.9;
}

#profile_header {
  padding:510px 0 0;
}

.profile_section_content .label {
  color:#FD85CF;
  font-family:"Sansita One","Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.95rem;
}

.profile_section_content .value {
  color:#000;
  font-family:Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.95rem;
}

#profile_photo_galleries {
  position:relative;
  border-radius:5px;
  z-index:900;
}

.photo_gallery_image {
  border:2px solid #D358F7;
  border-radius:5px;
}

.photo_gallery_name {
  display:block;
  width:auto;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  text-decoration:none;
  color:#D358F7;
  width:auto;
  height:auto;
  font-weight:bold;
  font-family:"Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
  font-size:12px;
}

.photo_gallery_count {
  text-decoration:none;
  color:#D358F7;
  font-size:.75rem;
  font-weight:500;
}

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

#favorite_models_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#favorite_models_container .value a {
  text-decoration:none;
  background:#F781F3;
  color:#000;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
}

#favorite_models_container a:last-child {
  border:none;
}

#favorite_models_container a:hover {
  background:#0B610B;
  color:#FFFFFF;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  font-style:italic;
}

#friends_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#friends_container .value a {
  text-decoration:none;
  background:#F781F3;
  color:#000;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
}

#friends_container a:last-child {
  border:none;
}

#friends_container .value a:hover {
  background:#0B610B;
  color:#FFFFFF;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  font-style:italic;
}

.link-amazon a {
  display:inline-block;
  position:absolute;
  width:162px;
  height:67px;
  top:30px;
  left:400px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/swlm1gfo8z2hwg3/Audrina_ButtonAmazon.png?dl=0) no-repeat;
}

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

.link-twitter a {
  display:inline-block;
  position:absolute;
  width:162px;
  height:67px;
  top:30px;
  left:570px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/h10huubav5chq5u/Audrina_ButtonTwitter.png?dl=0) no-repeat;
}

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

.link-instagram a {
  display:inline-block;
  position:absolute;
  width:162px;
  height:67px;
  top:30px;
  left:740px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/u4a9vggl6xbme8k/Audrina_ButtonInstagram.png?dl=0) no-repeat;
}

.link-instagram a:hover {
  background-position:0 -67px;
}

.link-tumblr a {
  display:inline-block;
  position:absolute;
  width:162px;
  height:67px;
  top:100px;
  left:400px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/uxsc9km46u6aa9y/Audrina_ButtonTumblr.png?dl=0) no-repeat;
}

.link-tumblr a:hover {
  background-position:0 -67px;
}

.link-offline a {
  display:inline-block;
  position:absolute;
  width:162px;
  height:67px;
  top:100px;
  left:570px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/6f2jx2klh23pphh/Audrina_ButtonOffline.png?dl=0) no-repeat;
}

.link-offline a:hover {
  background-position:0 -67px;
}

.link-rate a {
  display:inline-block;
  position:absolute;
  width:162px;
  height:67px;
  top:100px;
  left:740px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/aa1oft2zk1cfwup/Audrina_ButtonRate.png?dl=0) no-repeat;
}

.link-rate a:hover {
  background-position:0 -67px;
}

.link-highesttipper a {
  display:inline-block;
  position:absolute;
  width:162px;
  height:67px;
  top:170px;
  left:570px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/7lb97urvy0eaqe2/Audrina_ButtonTipper.png?dl=0) no-repeat;
}

.link-highesttipper a:hover {
  background-position:0 -67px;
}

#audrina_welcome {
  width:940px;
  margin:10px auto;
  background:transparent;
  z-index:99;
}

#audrina_aboutme {
  width:850px;
  height:405px;
  margin:auto;
  margin-bottom:10px;
  font-weight:600;
  background:url(https://dl.dropbox.com/s/w8av10x962neemh/Audrina_PanelWelcome.jpg?dl=0) top center no-repeat;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #EBBBEF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#audrina_aboutme_container {
  position:relative;
  display:inline-block;
  left:20px;
  vertical-align:top;
  width:830px;
  height:270px;
  top:-10px;
  margin:auto;
  margin-bottom:10px;
}

#audrina_tipmenu_title {
  width:940px;
  margin:10px auto;
  background:transparent;
  z-index:99;
}

#audrina_tipmenu {
  width:850px;
  height:405px;
  margin:auto;
  margin-bottom:10px;
  font-weight:600;
  background:url(https://dl.dropbox.com/s/lwmd1a3yp5hghsd/Audrina_PanelTipMenu.jpg?dl=0) top center no-repeat;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #EBBBEF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#audrina_tipmenu_container {
  position:relative;
  display:inline-block;
  left:470px;
  vertical-align:top;
  font-family:"Sansita One","Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
  width:400px;
  height:270px;
  top:-10px;
  margin:auto;
  margin-bottom:10px;
}

.tokens_list {
  color:#FF4000;
  font-size:.95rem;
  line-height:1.5em;
  font-weight:600;
}

#tipmenu_list li,#tipmenu_list2 li {
  font-family:"Sansita One","Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
  list-style-image:url(https://dl.dropbox.com/s/qjrj0shayktwqsl/EmilyH_Coins.png);
  line-height:1.5em;
  color:#000;
}

#audrina_videostitle {
  width:940px;
  margin:10px auto;
  background:transparent;
  z-index:99;
}

#audrina_goldclubbers {
  width:940px;
  margin:10px auto;
  background:transparent;
  z-index:99;
}

#audrina_goldclubbers_container {
  position:relative;
  width:850px;
  height:552px;
  margin:auto;
  margin-bottom:10px;
  font-weight:600;
  color:#2E6180;
  background:url(https://dl.dropbox.com/s/h90khh2yf9f4eci/Audrina_PanelGoldClub.jpg?dl=0) top center no-repeat;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #EBBBEF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#audrina_executives {
  width:940px;
  margin:10px auto;
  background:transparent;
  z-index:99;
}

#audrina_executives_container {
  position:relative;
  width:850px;
  height:552px;
  margin:auto;
  margin-bottom:10px;
  font-weight:600;
  color:#2E6180;
  background:url(https://dl.dropbox.com/s/vsbb5q9299dmpft/Audrina_PanelExecutiveClub.jpg?dl=0) top center no-repeat;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #EBBBEF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#audrina_spacer1,#pamh_spacer2 {
  width:940px;
  margin:10px auto;
  background:transparent;
  z-index:99;
}

.simplex {
}

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

#tags_container .value {
  color:#000;
  font-size:14px;
}

#profile_comments {
  position:relative;
  top:10px;
}

#wall_poster_username {
  display:none;
}

.wall_post_info a:link {
  text-decoration:none;
  color:#DF0101;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.9rem;
  text-shadow:1px 1px 0 rgb(136,106,8);
}

.wall_post_info a:visited {
  text-decoration:none;
  color:#8000FF;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.9rem;
  text-shadow:1px 1px 0 rgb(136,106,8);
}

.wall_post_time {
  display:inline-table;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.75rem;
  color:#000;
  background-color:transparent;
  padding:5px;
}

.wall_post_body {
  width:auto;
  font-family:"Gill Sans","Gill Sans MT",Calibri,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.95rem;
  color:#000;
  line-height:1.2em;
  background:#FFCEEC;
  border-left:2px solid #D358F7;
  border-bottom:2px solid #D358F7;
  border-right:2px solid #D358F7;
  border-top:2px solid #D358F7;
  border-bottom-left-radius:4px;
  -moz-border-radius-bottomleft:4px;
  -webkit-border-bottom-left-radius:4px;
  border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px;
  padding-top:10px;
  padding-left:5px;
  margin:0 0 3px 10px;
}

.wall_post_info {
  display:inline-table;
  width:auto;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:800;
  font-style:normal;
  font-size:.85rem;
  font-color:#FF4000;
  text-decoration:none;
  text-transform:capitalize;
  background:#FFCEEC;
  padding:5px;
  border-left:2px solid #D358F7;
  border-top:2px solid #D358F7;
  border-right:2px solid #D358F7;
  border-top-left-radius:4px;
  -moz-border-radius-topleft:4px;
  -webkit-border-top-left-radius:4px;
  border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;
}

.wall_post_avatar {
  float:left;
  margin-top:-3px;
  width:80px;
  height:68px;
  background:url(https://dl.dropbox.com/s/et44p8hqzm9pdhp/Audrina_MsgWallThmb.png?dl=0);
  z-index:98;
}

.wall_post_avatar img {
  width:49px;
  height:49px;
  border:none;
  border-radius:1px;
  padding:10px 0 0 9px;
}

#new_comment_buttons input[type='submit'] {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #F0B920;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#FFFFFF;
  text-shadow:1px 1px 5px #000000;
  border:solid 1px #fc4be7;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  background-color:#fc4bd9;
  background-image:-moz-linear-gradient(top,#fc4bd9 0%,#faafeb 100%);
  background-image:-webkit-linear-gradient(top,#fc4bd9 0%,#faafeb 100%);
  background-image:-o-linear-gradient(top,#fc4bd9 0%,#faafeb 100%);
  background-image:-ms-linear-gradient(top,#fc4bd9 0%,#faafeb 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#faafeb',endColorstr='#faafeb',GradientType=0);
  background-image:linear-gradient(top,#fc4bd9 0%,#faafeb 100%);
  -webkit-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  -moz-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
}

#new_comment_buttons input[type='submit']:hover,#new_comment_buttons input[type='submit']:focus {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #0B610B;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#FFFFFF;
  background:#53922A;
  -webkit-box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFFFFF;
  -moz-box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFFFFF;
  box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFFFFF;
  text-shadow:1px 1px 5px #000000;
  filter:dropshadow(color=#000000,offx=1,offy=1);
}

#profile_password_photo_galleries .photo_gallery_link img {
  display:block;
  background-image:url(https://dl.dropbox.com/s/gs7g5mkoph4uyhp/Audrina_LockedFolderIcon.png?dl=0);
  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(https://dl.dropbox.com/s/ss086ppj7f9ehkp/Audrina_Key.png?dl=0);
  background-position:top right;
  background-repeat:no-repeat;
  width:70px;
  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:20px 60px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

#frame_videos {
  width:845px;
  height:538px;
  overflow:auto;
  background:#F4CED9;
  position:relative;
  left:45px;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #EBBBEF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #EBBBEF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#frame_videos::-webkit-scrollbar {
  -webkit-appearance:none;
  width:10px;
  height:10px;
}

#frame_videos::-webkit-scrollbar-thumb {
  border-radius:8px;
  height:10px;
  border:2px solid #000;
  background-color:#DA984A;
}

h1 {
  padding:20px 0 0;
  color:#C11010;
  font-weight:normal;
  font-family:"Arial Black","Arial Bold",Gadget,sans-serif;
  font-size:18px;
  line-height:20px;
  text-transform:uppercase;
  text-shadow:0 2px white,0 3px #777;
}

h2 {
  color:#F5A9BC;
  font-family:"Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight:900;
  font-style:normal;
  font-size:15px;
  line-height:.45em;
  text-transform:uppercase;
  text-shadow:1px 1px 2px #000;
}

h3 {
  color:#FFFFFF;
  font-family:"Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:11px;
}

h4 {
  color:#FFBF00;
  font-family:"Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:13px;
  padding:0 0 7px;
  line-height:14px;
  text-shadow:1px 1px 2px #000;
}

h5 {
  font-color:#F5A9BC;
}

p {
  color:#000;
  font-weight:normal;
  font-size:15px;
  line-height:16px;
  font-family:"Sansita One","Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
}

/---------------------------------------------------
#audrina_video_container {
  width:890px;
  height:650px;
  margin:auto;
  position:relative;
}

.video_item {
  width:180px;
  height:118px;
  margin-left:22px;
  margin-top:10px;
  float:left;
  border:none;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
  background:transparent;
  border:2px solid #9A9699;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -o-border-radius:4px;
  z-index:998;
}

.video_item .mask,.view {
  width:176px;
  height:114px;
  border:2px solid #DF0101;
  border-radius:60px;
  -moz-border-radius:10px;
  -webkit-border-radius:2px;
  -o-border-radius:5px;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
}

.video_item img {
  display:block;
  position:relative;
}

.video_item p {
  font-family:"century gothic";
  position:relative;
  bottom:5px;
  line-height:.75;
  font-size:14px;
  position:relative;
  color:#FFFFFF;
  padding:10px;
  text-align:center;
}

.video_item a.info {
  text-decoration:none;
  position:relative;
  bottom:40px;
  padding:0 12px;
  background:#F5A9E1;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -o-border-radius:5px;
  color:#000;
  font-family:"century gothic";
  font-size:12px;
  font-weight:700;
  text-align:center;
  text-transform:uppercase;
  box-shadow:0 0 1px #FFFFFF;
}

.video_item img {
  transition:all .2s linear;
}

.video_item .mask {
  opacity:0;
  background-color:rgba(138,135,135,0.7);
  border-radius:2px;
  transition:all .4s ease-in-out;
}

.video_item p {
  transform:translateY(100px);
  opacity:0;
  transition:all .2s linear;
}

.video_item a.info:hover {
  background:#298A08;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -o-border-radius:5px;
  box-shadow:0 0 5px #000;
}

.video_item:hover img {
  transform:scale(1.5);
}

.video_item:hover .mask {
  opacity:1;
}

.video_item:hover h2,.video_item:hover p,.video_item:hover a.info {
  opacity:1;
  transform:translateY(0px);
}

@-webkit-keyframes rotateshine {
  0% {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(-0deg);
    transform:rotate(-0deg);
  }
  
  100% {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@-moz-keyframes rotateshine {
  0% {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(-0deg);
    transform:rotate(-0deg);
  }
  
  100% {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@-o-keyframes rotateshine {
  0% {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(-0deg);
    transform:rotate(-0deg);
  }
  
  100% {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

@keyframes rotateshine {
  0% {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(-0deg);
    transform:rotate(-0deg);
  }
  
  100% {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}

img.starfx {
  width:200px;
  position:absolute;
  left:790px;
  top:-380px;
  border:0;
  -webkit-animation:rotateshine 10s infinite;
  -moz-animation:rotateshine 10s infinite;
  -o-animation:rotateshine 10s infinite;
  animation:rotateshine 10s infinite;
}

.goldclubber {
  border-collapse:collapse;
  border-spacing:0;
  border-color:#aabcfe;
  border:none;
  margin-left:440px;
}

.goldclubber td {
  font-family:Arial,sans-serif;
  font-size:14px;
  padding:3px 15px;
  border:none;
  border-width:0;
  overflow:hidden;
  word-break:normal;
  color:#788DCB;
  background-color:transparent;
}

.goldclubber th {
  font-family:Arial,sans-serif;
  font-size:14px;
  font-weight:normal;
  padding:5px 20px;
  border:none;
  border-width:0;
  overflow:hidden;
  word-break:normal;
  color:#000;
  background-color:transparent;
}

.executives {
  border-collapse:collapse;
  border-spacing:0;
  border:none;
}

.executives td {
  font-family:Arial,sans-serif;
  font-size:14px;
  padding:10px 5px;
  border-style:solid;
  border-width:0;
  overflow:hidden;
  word-break:normal;
}

.executives tbs {
  font-family:Arial,sans-serif;
  font-size:14px;
  font-weight:normal;
  padding:10px 5px;
  border-style:solid;
  border-width:0;
  overflow:hidden;
  word-break:normal;
}

.executives .tbs-name {
  font-weight:bold;
  font-size:22px;
  background:-webkit-linear-gradient(transparent,transparent),-webkit-linear-gradient(top,rgba(164,164,164,1) 0%,rgba(164,164,164,1) 26%,rgba(164,164,164,1) 35%,rgba(164,164,164,1) 45%,rgba(133,133,133,1) 61%,rgba(88,88,88,1) 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;