@charset "UTF-8";

a:link,a:visited,a:active {
  outline:0;
  color:#669;
  text-decoration:none;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  outline:none;
  outline-style:none;
}

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

body {
  margin:0 auto;
  width:900px;
  margin-bottom:150px;
  background:url(http://app.xniteproductions.com/wp-content/uploads/2014/09/bg1.png),url(http://app.xniteproductions.com/wp-content/uploads/2014/09/bg2.png);
  background-size:100%,100%;
  background-repeat:no-repeat,no-repeat;
  background-position:right top,bottom;
  background-attachment:scroll,fixed;
  background-color:#f1f1f1;
}

input::-moz-focus-inner {
  border:0;
}

.profile_section_content {
  color:#666;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

#photo_gallery_previews {
  background:rgba(255,255,255,0.0);
}

#profile {
  background:none;
}

.profile_section_background {
  background-color:transparent;
  background-color:#F1F1F1;
  filter:alpha(opacity=100);
  opacity:1;
}

.profile_section_background {
  background-color:transparent;
  background-color:rgba(255,255,255,0.0);
  filter:alpha(opacity=0);
  opacity:0;
}

.profile_section_content .heading {
  display:none;
}

.wall_post_time,.convert-time {
  display:none;
}

#profile_main_photo,#tags_container,#average_rating_container,#about_me_label {
  display:none;
}

.content {
  padding:5px;
}

#profile_interests_content .label {
  display:none;
}

#rate_label {
  display:block;
  text-align:left;
  text-indent:10px;
  font-weight:normal;
}

#rate_container {
  width:350px;
  height:auto;
  position:fixed;
  top:60px;
  left:-270px;
  background:url(https://dexdan.files.wordpress.com/2015/05/rate.png);
  background-size:auto;
  background-repeat:no-repeat;
  background-position:right top;
  display:inline-block;
  text-align:center;
  padding:11px 7px;
  -webkit-transition:all .75s;
  -moz-transition:all .75s;
  -ms-transition:all .75s;
  -o-transition:all .75s;
  transition:all .75s;
}

#rate_container:hover {
  color:#333;
  top:60px;
  left:-20px;
  width:300px;
  height:auto;
  position:fixed;
  background:url(https://dexdan.files.wordpress.com/2015/05/rate2.png);
  background-size:auto;
  background-repeat:no-repeat;
  background-position:right top;
  z-index:99999;
}

#new_rating {
  display:inline-block;
  text-align:center;
  margin-left:15px;
  margin-top:5px;
  padding-left:5px;
  padding-right:5px;
  width:140px;
}

#rating_value_bar {
  display:inline-block;
  padding:27px 14px;
  text-align:center;
  width:150px!important;
}

#profile_main_about_holder {
  width:500px;
  line-height:13px;
  margin-right:-155px;
  margin-top:100px;
  height:auto;
  padding:70px 130px;
  background:url(http://app.xniteproductions.com/wp-content/uploads/2014/09/abm.png),url(http://app.xniteproductions.com/wp-content/uploads/2014/09/2abm.png);
  background-size:96%,96%;
  background-position:top left,bottom left;
  background-repeat:no-repeat,no-repeat;
  float:right;
}

#avatar_holder {
  background:none;
}

#profile_avatar {
  position:fixed;
  bottom:105px;
  right:8px;
  z-index:9999;
  background:transparent;
  border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  border:1px solid #ccc;
}

#profile_header_container {
  position:fixed;
  padding-top:33px;
  padding-left:14px;
  padding-bottom:6px;
  right:-15px;
  bottom:7px;
  width:350px;
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #ccc;
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -webkit-transition:all .75s;
  -moz-transition:all .75s;
  -ms-transition:all .75s;
  -o-transition:all .75s;
  transition:all .75s;
  opacity:0;
}

#profile_header_container:hover {
  position:fixed;
  padding-top:33px;
  padding-left:14px;
  padding-bottom:6px;
  right:5px;
  bottom:7px;
  width:350px;
  opacity:1;
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #ccc;
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -ms-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow:0 0 3px rgba(0,0,0,0.3);
  z-index:999;
}

.container >.label {
  font-weight:normal;
  color:#333;
  font-size:15px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

.container >.value {
  font-weight:normal;
  color:#333;
  font-size:15px;
  text-shadow:0 1px 0 #fff;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

.container:hover >.value {
  text-shadow:none;
}

.container:hover >.label {
  text-shadow:none;
}

#avatar_holder {
  background:none;
}

#profile_avatar {
  position:fixed;
  bottom:105px;
  right:8px;
  z-index:9999;
  background:transparent;
  border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  border:1px solid #ccc;
}

#profile_header_container {
  position:fixed;
  padding-top:33px;
  padding-left:14px;
  padding-bottom:6px;
  right:-15px;
  bottom:7px;
  width:350px;
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #ccc;
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -ms-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow:0 0 3px rgba(0,0,0,0.3);
  z-index:999;
  -webkit-transition:all .75s;
  -moz-transition:all .75s;
  -ms-transition:all .75s;
  -o-transition:all .75s;
  transition:all .75s;
  opacity:0;
}

#profile_header_container:hover {
  position:fixed;
  padding-top:33px;
  padding-left:14px;
  padding-bottom:6px;
  right:5px;
  bottom:7px;
  width:350px;
  opacity:1;
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #ccc;
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -ms-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow:0 0 3px rgba(0,0,0,0.3);
  z-index:999;
}

#designer {
  display:inline-block;
  width:200px;
  height:30px;
  position:fixed;
  bottom:0;
  left:0;
  opacity:0;
}

.user_comment_textarea_small {
  width:300px;
  height:20px;
  font-size:14px;
  background:rgba(255,255,255,.5);
  color:#000;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  margin-top:12px;
  padding:15px;
  outline:none;
  outline-style:none;
}

.user_comment_textarea_big {
  width:580px;
  height:100px;
  padding:15px;
  background:rgba(255,255,255,.5);
  color:#333;
  margin-top:12px;
  -webkit-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  -moz-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  outline:none;
  outline-style:none;
}

input {
  color:#069;
  text-shadow:0 1px 7px #666;
  border:1px solid #333;
  outline:none;
  outline-style:none;
}

.photo_gallery_image {
  padding:5px;
  width:80px;
  height:80px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background:rgb(136,137,137);
  background:-moz-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(136,137,137,1)),color-stop(1%,rgba(246,248,249,1)),color-stop(50%,rgba(229,235,238,1)),color-stop(51%,rgba(190,198,198,1)),color-stop(99%,rgba(245,247,249,1)),color-stop(100%,rgba(136,137,137,1)));
  background:-webkit-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:-o-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:-ms-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:linear-gradient(to bottom,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888989',endColorstr='#888989',GradientType=0);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}

.photo_gallery_image:hover {
  padding:5px;
  width:80px;
  height:80px;
  background:rgb(136,137,137);
  background:-moz-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(136,137,137,1)),color-stop(1%,rgba(186,187,188,1)),color-stop(50%,rgba(195,201,200,1)),color-stop(52%,rgba(81,81,81,1)),color-stop(99%,rgba(171,172,173,1)),color-stop(100%,rgba(136,137,137,1)));
  background:-webkit-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  background:-o-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  background:-ms-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  background:linear-gradient(to bottom,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888989',endColorstr='#888989',GradientType=0);
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  border:4px solid #FFFFFF;
  border-radius:50%;
  margin-top:30px;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  border:2px solid rgba(255,255,255,0.0);
}

.wall_post_avatar:hover img {
  border:2px solid #f1f1f1;
  box-shadow:0 0 2px #333;
  -ms-box-shadow:0 0 2px #333;
  -o-box-shadow:0 0 2px #333;
  -webkit-box-shadow:0 0 2px #333;
}

.wall_post_info {
  height:22px;
  border-radius:12px 2px 0 0;
  -moz-border-radius:12px 2px 0 0;
  -ms-border-radius:12px 2px 0 0;
  -o-border-radius:12px 2px 0 0;
  -webkit-border-radius:12px 2px 0 0;
  padding-top:4px;
  text-indent:11px;
  width:600px;
  font-weight:normal;
  background:none;
}

.wall_post_body {
  height:auto;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  margin-top:0;
  text-indent:11px;
  border-bottom:1px solid rgba(102,102,102,0.5);
  width:513px;
  margin-left:70px;
  font-size:12px;
  color:#222;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #ccc;
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -ms-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow:0 0 3px rgba(0,0,0,0.3);
  border-top:6px solid #333;
}

.wall_post_info a:link {
  color:#036;
  text-decoration:none;
  font-size:14px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
}

.wall_post_info a:hover {
  color:#C00;
  text-decoration:none;
  font-size:14px;
}

.wall_post_info a:hover:after {
  content:'Â« Visit Profile';
  width:110px;
  height:20px;
  margin-left:2px;
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  text-indent:5px;
  font-size:11px;
  color:#222;
}

#footer_bar {
  display:none;
}

#header_bar {
  display:none;
}

#unix_last_login_container {
  display:none;
}

#unix_last_updated_container {
  display:none;
}

#Menu {
  display:inline-block;
  position:absolute;
  top:-150px;
  left:-380px;
  width:900px;
  height:80px;
  text-align:center;
  padding-top:5px;
  background:url(https://dexdan.files.wordpress.com/2015/05/menu.png) no-repeat;
  background-position:0 0;
  background-size:auto;
  z-index:999;
}

.mlik:link,.mlik:visited,.mlik:active {
  display:inline-block;
  padding:8px 20px;
  color:#06C;
  text-decoration:none;
  font-size:14px;
  font-family:Tahoma,Geneva,sans-serif;
  margin-top:18px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  border-radius:15px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
}

.mlik:hover {
  display:inline-block;
  padding:8px 20px;
  color:#333;
  box-shadow:inset 0 0 8px #333,0 1px 0 #ccc;
  -moz-box-shadow:inset 0 0 8px #333,0 1px 0 #ccc;
  -ms-box-shadow:inset 0 0 8px #333,0 1px 0 #ccc;
  -o-box-shadow:inset 0 0 8px #333,0 1px 0 #ccc;
  -webkit-box-shadow:inset 0 0 8px #333,0 1px 0 #ccc;
}

#corp-slider {
  width:400px;
  height:660px;
  margin-left:-555px;
  position:absolute;
  margin-top:-430px;
  background:url(https://dexdan.files.wordpress.com/2015/05/slbg.png);
  background-repeat:no-repeat;
  background-position:right 33px;
  background-size:80%;
}

#slicor {
  position:static;
  margin:10px auto 0;
  width:90%;
  z-index:-1;
}

#slider {
  width:450px;
  height:550px;
  overflow:hidden;
  position:relative;
  margin:1px auto;
}

#slider div {
  width:450px;
  height:550px;
  position:absolute;
  top:20px;
  left:-400px;
  z-index:1;
  opacity:0;
  transition:all linear 500ms;
  -o-transition:all linear 500ms;
  -moz-transition:all linear 500ms;
  -webkit-transition:all linear 500ms;
}

#slider div:target {
  left:0;
  z-index:2;
  opacity:1;
}

#slider div:first-child {
  left:0;
}

#slider img {
  position:absolute;
  top:10px;
}

#change_image a {
  display:inline-block;
  width:10px;
  height:10px;
  text-align:center;
  background:#ccc;
  border:1px solid #333;
  border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  color:#06C;
  padding:3px;
  box-shadow:0 1px 2px #333;
  -moz-box-shadow:0 1px 2px #333;
  -ms-box-shadow:0 1px 2px #333;
  -o-box-shadow:0 1px 2px #333;
  -webkit-box-shadow:0 1px 2px #333;
  text-decoration:none;
}

#change_image a:hover {
  background:#333;
  color:#fff;
  box-shadow:0 0 4px #09C;
  -moz-box-shadow:0 0 4px #09C;
  -ms-box-shadow:0 0 4px #09C;
  -o-box-shadow:0 0 4px #09C;
  -webkit-box-shadow:0 0 4px #09C;
  text-decoration:none;
}

#cge-cor {
  display:inline-block;
  width:90%;
  text-align:center;
  z-index:10;
}

::-webkit-scrollbar {
  width:8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-border-radius:10px;
  border-radius:10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#333;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(102,0,102,.3);
  border:1px solid #FFF;
}

#Video,#Store,#Wall-of-Fame,#Club,#Tipper-of-The-Month,#RoomRules {
  display:inline-block;
  width:900px;
  margin:0 auto;
  background:url(http://app.xniteproductions.com/wp-content/uploads/2014/09/bgw.png) no-repeat;
  background-position:0 0;
  background-size:auto;
  height:600px;
  overflow:hidden;
}

#RoomRules > h1 {
  display:block;
  width:600px;
  text-indent:150px;
  font-size:22px;
  height:auto;
  color:#090;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  text-shadow:0 1px 0 #fff;
}

#Video > h1 {
  display:block;
  width:600px;
  text-indent:150px;
  font-size:22px;
  height:auto;
  color:#333;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  text-shadow:0 1px 0 #fff;
}

#Store> h1 {
  display:block;
  width:600px;
  text-indent:150px;
  font-size:22px;
  height:auto;
  color:#900;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  text-shadow:0 1px 0 #fff;
}

#Wall-of-Fame > h1 {
  display:block;
  width:600px;
  text-indent:150px;
  font-size:22px;
  height:auto;
  color:#606;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  text-shadow:0 1px 0 #fff;
}

#Club> h1 {
  display:block;
  width:600px;
  text-indent:150px;
  font-size:22px;
  height:auto;
  color:#F60;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  text-shadow:0 1px 0 #fff;
}

#Tipper-of-The-Month > h1 {
  display:block;
  width:600px;
  text-indent:150px;
  font-size:22px;
  height:auto;
  color:#00F;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  text-shadow:0 1px 0 #fff;
}

.rcorps {
  display:inline-block;
  width:800px;
  height:400px;
  margin-left:50px;
  margin-top:76px;
  text-align:left;
  padding:5px;
  text-indent:5px;
  background:rgba(0,0,0,.1);
  overflow:auto;
  position:relative;
  border-radius:0 0 20px 20px;
  -moz-border-radius:0 0 20px 20px;
  -ms-border-radius:0 0 20px 20px;
  -webkit-border-radius:0 0 20px 20px;
  box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  -moz-box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  -ms-box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  -webkit-box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  border-top:1px solid #ccc;
}

.infoz {
  width:700px;
  height:100px;
  padding:8px;
  margin-left:100px;
  margin-top:80px;
  background:rgba(0,0,0,.1);
  overflow:auto;
  text-align:center;
  font-size:16px;
  color:#333;
  text-shadow:0 1px 0 #fff;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  -moz-box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  -ms-box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  -webkit-box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  border-top:1px solid #ccc;
}

.wcorps {
  display:inline-block;
  width:810px;
  height:300px;
  margin-left:50px;
  margin-top:8px;
  text-align:center;
  background:rgba(0,0,0,.1);
  overflow:auto;
  position:relative;
  border-radius:0 0 20px 20px;
  -moz-border-radius:0 0 20px 20px;
  -ms-border-radius:0 0 20px 20px;
  -webkit-border-radius:0 0 20px 20px;
  box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  -moz-box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  -ms-box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  -webkit-box-shadow:inset 0 1px 15px #ccc,0 1px 0 #fff;
  border-top:1px solid #ccc;
}

.bitm {
  display:inline-block;
  width:250px;
  height:280px;
  margin:5px;
  background:#f1f1f1;
}

.gri:before {
  content:'';
  background:url(https://mfcpro.files.wordpress.com/2014/09/star2.png);
  display:inline-block;
  width:20px;
  height:15px;
  margin-right:8px;
}

.gri {
  display:block;
  background:rgba(0,0,0,.0);
  color:#444;
  font-size:15px;
  font-family:Century Gothic;
  text-decoration:none;
  padding-top:6px;
  padding-bottom:6px;
}

.gri:hover:before {
  content:'';
  background:url(https://mfcpro.files.wordpress.com/2014/09/star.png);
  display:inline-block;
  width:20px;
  height:15px;
}

.gri:hover,.gri:focus {
  background:rgba(0,0,0,0.6);
  font-size:15px;
  color:#FFF;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
}

.buy:link,.buy:visited,.buy:active {
  padding:5px 18px;
  background:#069;
  color:#fff;
  text-decoration:none;
  border-radius:15px;
  -moz-border-radius:15px;
  -ms-border-radius:15px;
  -webkit-border-radius:15px;
  text-align:center;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
  border:1px solid #f1f1f1;
  box-shadow:0 1px 0 #333,inset 0 3px 6px rgba(0,204,204,1);
  -moz-box-shadow:0 1px 0 #333,inset 0 3px 6px rgba(0,204,204,1);
  -ms-box-shadow:0 1px 0 #333,inset 0 3px 6px rgba(0,204,204,1);
  -webkit-box-shadow:0 1px 0 #333,inset 0 3px 6px rgba(0,204,204,1);
}

.buy:hover {
  background:#609;
  color:#fff;
  border:1px solid #f1f1f1;
  box-shadow:0 0 3px #333,inset 0 3px 6px rgba(0,0,0,1);
  -moz-box-shadow:0 0 3px #333,inset 0 3px 6px rgba(0,0,0,1);
  -ms-box-shadow:0 0 3px #333,inset 0 3px 6px rgba(0,0,0,1);
  -webkit-box-shadow:0 0 3px #333,inset 0 3px 6px rgba(0,0,0,1);
}

.bitm> ul li {
  list-style:none;
}

.cen {
  text-align:left;
}

.ttotm {
  display:inline-block;
  width:700px;
  height:200px;
  background:url(https://fotodex.files.wordpress.com/2015/05/tiprs2.png) no-repeat;
  margin-top:15px;
  overflow:hidden;
  text-align:left;
}

.ttnum {
  display:inline-block;
  width:100px;
  height:50px;
  text-align:center;
  font-size:34px;
  color:#fff;
  margin-left:77px;
  margin-top:88px;
  margin-right:22px;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
  position:relative;
}

.ttotm:hover {
  text-shadow:0 0 8px #fff;
}

.insi {
  display:inline-block;
  width:400px;
  height:80px;
  padding:10px 8px;
  text-align:left;
  margin-top:-50px;
  overflow:hidden;
  color:#000;
  position:relative;
  margin-right:55px;
  float:right;
  opacity:0;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
}

.ttotm:hover >.insi {
  display:inline-block;
  width:400px;
  height:80px;
  padding:10px 8px;
  text-align:left;
  margin-top:50px;
  overflow:hidden;
  color:#FFF;
  position:relative;
  margin-right:55px;
  float:right;
  opacity:1;
  background:rgba(0,0,0,.7);
  border-radius:6px;
}

#social {
  display:inline-block;
  position:absolute;
  top:-222px;
  left:-400px;
  width:900px;
  height:98px;
  text-align:center;
  padding-top:5px;
  overflow:hidden;
}

.offtip {
  display:inline-block;
  width:140px;
  height:80px;
  background:url(http://app.xniteproductions.com/wp-content/uploads/2014/09/s0.png) no-repeat;
  background-position:0 0;
  position:relative;
  top:11px;
}

.offtip:hover {
  display:inline-block;
  width:140px;
  height:80px;
  background:url(http://app.xniteproductions.com/wp-content/uploads/2014/09/s1.png) no-repeat;
  background-position:0 0;
  position:relative;
  top:1px;
}

.amazon {
  display:inline-block;
  width:140px;
  height:80px;
  background:url(http://app.xniteproductions.com/wp-content/uploads/2014/09/s0.png) no-repeat;
  background-position:-140px 0;
  position:relative;
  top:11px;
}

.amazon:hover {
  display:inline-block;
  width:140px;
  height:80px;
  background:url(http://app.xniteproductions.com/wp-content/uploads/2014/09/s1.png) no-repeat;
  background-position:-140px 0;
  position:relative;
  top:1px;
}

.dmme {
  display:inline-block;
  width:140px;
  height:80px;
  background:url(http://app.xniteproductions.com/wp-content/uploads/2014/09/s0.png) no-repeat;
  background-position:-280px 0;
  position:relative;
  top:11px;
}

.dmme:hover {
  display:inline-block;
  width:140px;
  height:80px;
  background:url(http://app.xniteproductions.com/wp-content/uploads/2014/09/s1.png) no-repeat;
  background-position:-280px 0;
  position:relative;
  top:1px;
}

.amazon,.offtip,.dmme {
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  transition:all .4s;
  border-radius:18px;
  -moz-border-radius:18px;
  -ms-border-radius:18px;
  -o-border-radius:18px;
  -webkit-border-radius:18px;
}