html,
body {
  height: 100%;
}
body {
  background: #f5f5f5;
  color: #888888;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 100%;
  line-height: 200%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 60%;
  }
}
body:before {
  content: "";
  width: 0;
  height: 100%;
  float: left;
  margin-top: -32767px;
}
a {
  color: #185A90;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.social a{
	border: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.clearfix {
  clear: both;
}
#wrap {
  min-height: 100%;
}
.main {
  overflow: auto;
  padding-bottom: 40px;
}
.main .header {
	background: #f5f5f5;
}
.main .header .head {
  width: 100%;
  max-width: 900px;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.main .header .head .logo {
}
@media screen and (max-width: 900px) {
  .main .header .head .logo {
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
}
.main .header .head .line {
  background: #fff;
  width: 600px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -1px;
}
@media screen and (max-width: 900px) {
  .main .header .head .line {
    background: none;
  }
}
.main .header h1 {
  color: #000;
  font-size: 3.5em;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  padding: 0px;
  margin: 20px 0 0 0;
}
.main .header h2{
	font-size: 2.5em;
	text-align: center;
	margin: 0 0 20px 0;
  line-height: 1em;	
  color:#185A90;
}
@media screen and (max-width: 900px) {
  .main .header h1 {
    margin: 0 5px;
  }
}
.main .header .social {
  color:#000;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0;
}
.main .header .counter {
  background: black;
  height: 10px;
  margin: 70px 0;
  position: relative;
}
.main .header .counter .timer {
  background: black;
  width: 254px;
  height: 68px;
  position: absolute;
  top: -38px;
  left: 50%;
  padding: 10px;
  margin-left: -137px;
  -webkit-box-shadow: inset 0 2px 6px -3px #999999;
  -moz-box-shadow: inset 0 2px 6px -3px #999999;
  -o-box-shadow: inset 0 2px 6px -3px #999999;
  box-shadow: inset 0 2px 6px -3px #999999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.main .header .counter .timer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main .header .counter .timer ul li {
  background: url('../images/digit.png') no-repeat;
  width: 56px;
  float: left;
  text-align: center;
}
.main .header .counter .timer ul li.seperator {
  background: none;
  width: 10px;
  font-size: 25px;
  line-height: 68px;
}
.main .header .counter .timer ul li span {
  color: #ccc;
  font-size: 30px;
  line-height: 68px;
  text-shadow: 0px 1px 1px #222;
}
.main .header .counter .timer ul li p {
  color: #222;
  font-size: 11px;
}
.main .content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 27px;
  padding: 10px 0 40px 0;
}
@media screen and (max-width: 900px) {
  .main .content {
    margin: 0 10px;
  }
}
.main .content a {
  color: #185A90;
  text-decoration: none;
}
.main .content a:hover {
  color: #000;
  text-decoration: none;
}
.main .content .ditch {
  padding: 10px;
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: inset 0 1px 6px -2px #999999;
  -moz-box-shadow: inset 0 1px 6px -2px #999999;
  -o-box-shadow: inset 0 1px 6px -2px #999999;
  box-shadow: inset 0 1px 6px -2px #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.main .content .loader{
  width: 100%;
  height: 100%;
  padding: 10px;
  margin:0 auto;
  position: absolute;
  top:0;
  left: 0;
  background: #f5f5f5; 
  text-align: center;
  opacity: .5;   
}
.main .content .loader .load{
   top: 50%;
   left: 50%;
   width: 27px;
   height: 27px;
   margin-top: -27px;
   margin-left: -13px;
   position: absolute;
}
.main .content .ditch .error_alert {
  position: absolute;
  background: #d35959;
  display: none;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 32px;
  left: -10px;
  margin-top: -5px;
  padding:0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.main .content .ditch .error_alert::after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.main .content .ditch .error_alert:after {
  border-color: rgba(211, 89, 89, 0);
  border-bottom-color: #d35959;
  border-width: 6px;
  left: 50%;
  margin-left: -3px;
}
.main .content .ditch strong {
  text-transform: uppercase;
  margin-right: 15px;
}
.main .content .ditch form {
  display: inline;
  width: 100%;
}
.main .content .ditch form .input {
  padding: 0 15px;
  margin: 0 10px;
  border: 1px solid #ccc;
  width: 250px;
  background: white;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.main .content .ditch form .prepend{
	padding-left: 0;
}
@media screen and (max-width: 900px) {
  .main .content .ditch form .input {
    width: auto;
    margin: 0 0 10px;
    display: block;
  }
}
.main .content .ditch form .input input {
  border: 0;
  width: 100%;
  line-height: 17px;
  font-size: 14px;
  outline: none;
}
.main .content .ditch form .prepend input{
	width: 90%;
}
.main .content .ditch form .input.error {
  border-color: #d35959;
}
.main .content .ditch form button {
  background: #185A90;
  border: 0px;
  color: white;
  padding: 5px 20px;
  line-height: 17px;
  font-size: 14px;
  margin: 0 0 0 10px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.main .content .ditch form button:hover {
  background: #000;
  border-color: #70af80;
}
@media screen and (max-width: 900px) {
  .main .content .ditch form button {
    width: 100%;
    margin-left: 0px;
  }
}
.main .content .left {
  margin-top: 50px;
  float: left;
  width: 539px;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .main .content .left {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}
.main .content .left .about {
  margin-top: 50px;
}
.main .content .left .features ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}
.main .content .left .features ul.one {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .main .content .left .features ul.one {
    margin-right: 0px;
  }
}
.main .content .left .features ul li {
  width: 257px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .main .content .left .features ul li {
    width: 100%;
  }
}
.main .content .left .features ul li span {
  color: #333;
}
.main .content .left .features ul li p {
  margin: 0;
}
.main .content .left .features ul li img {
  float: left;
  margin: 5px 10px 0 0;
}
.main .content .right {
  margin-top: 50px;
  float: right;
  width: 300px;
  border-left: 1px solid #e4e4e4;
  padding-left: 30px;
}
.twitter,.girls{
	text-align: center;
}
#tweets{
	text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;		
}
.tweet{
	display:block;
	clear:both;
	width: 90%;
	background: #fff;
	padding: 20px;
	text-align: left;
	margin:0 auto 10px auto;
	border:1px solid #eee;
}
.tweet_avatar{
	width:48px;
	height: 48px;
	border:1px solid #ccc;
	float: left;
	margin: 3px 10px -58px 0;
}
.tweet_info{
	text-align: left;
}
.tweet_info h3,.tweet_info h4{
	margin:0;
	padding:0 0 0 58px;	
	float: left;
}
.tweet_info h3{
	color:#185A90;
	font-size: 18px;
}
.tweet_info h4{
	color:#ccc;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	padding: 0;
}
.tweet_info abbr{
	float: right;
	font-size: 10px;
	position: relative;
}
.tweet_content{
	padding:0 0 0 58px;		
}
#girls{
	text-align: center;	
}
.girls{
	margin:0 auto;
  list-style: none;
  padding: 0px;
  margin: 0px;		
}
.girls li{
	margin:0 10px 0 0;
  list-style: none;
  display: inline;	
}
.girls li:nth-child(3n) {
	margin-right: 0;
}
a.pics img{
	width:32%;
	opacity: 1;
}
a.pics:hover img{
	opacity: .8;
}
@media screen and (max-width: 900px) {
  .main .content .right {
    float: none;
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }
}
.main .content .right #tweets ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main .content .right #tweets ul li {
  min-height: 33px;
  font-size: 12px;
  line-height: 22px;
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.main .content .right #tweets ul li .tweet_avatar {
  float: left;
  border: 5px solid white;
  margin-right: 10px;
  line-height: 0px;
}
.main .content .right #tweets ul li .tweet_avatar img {
  width: 24px;
  height: 24px;
}
.main .content h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
  text-transform: none;
  text-decoration: none;
  color: #222222;
}
.footer {
  background: #181818;
  padding: 10px 0;
  color: #ccc;
  font-size: 11px;
  position: relative;
  margin-top: -52px;
  clear: both;
  text-align:center;
}
a.btn{
	width:100%;
	text-align:center;
	background:#185A90;
	color:#fff!important;
	display:block;
	height:40px;
	line-height:40px;
}
@media screen and (max-width: 900px) {
  .footer {
    text-align: center;
  }
}
.footer > div {
  max-width: 900px;
  margin: 0 auto;
}
.footer > div ul {
  padding: 0;
  margin: 0;
  float: right;
  list-style: none;
}
@media screen and (max-width: 900px) {
  .footer > div ul {
    margin: 0 auto;
    float: none;
  }
}
.footer > div ul li {
  display: inline-block;
  padding-left: 15px;
}
.footer > div ul li:first-child {
  padding-left: 0px;
}
.footer > div ul li a,.footer a {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
}
.footer > div ul li a:hover,.footer a:hover{
	color:#fff;
	border-color: #fff;
  text-decoration: none;	
}

.prepend{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.prepend .add-on:first-child{
    border-radius: 4px 0 0 4px;
}
.prepend .add-on {
    margin-right: -1px;
}
.prepend .add-on {
    vertical-align: top;
    background-color: #eee;
    border-right: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 22px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: auto;
}
.preprend input{
	display:inline-block;
	width:90%!important;
	margin-bottom: 0;
	vertical-align: bottom;
}
.success{
	font-size: 2em;
}
#sthoverbuttons{top:45%!important}