@import url('/niteflirt/stylesheets/redesign/listings.css');

/* LANDING > 3
------------------------------------------------------ */

/* Top area */

.landing3 #header {
  margin: 0;
  padding: 0;
  color: #fff;
}

.landing3 #header .logo {
  float: left;
  padding: 10px 0 0 0;
  margin-left: -10px;
}

.landing3 #header .signin {
  float: right;
  padding: 22px 0 0 0;
  margin-right: 0;
  font-size: 13px;
  z-index: 999;
  position: relative;
}

.landing3 #header .signin a:link,
.landing3 #header .signin a:visited {
  color: #D3A9CC;
  text-decoration: underline;
}

.landing3 #header .signin a:hover {
  text-decoration: none;
  color: #fff;
}


.landing3 #main #top h1 {
  width: 522px;
  height: 150px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent url(/niteflirt/images/landing/title-2.png) left 40px no-repeat;
  z-index: 999;
  text-indent: -5000px;
}

.landing3 #main .features-wrap {
  display: block;
  clear: both;
  margin: 30px 0 0 0;
}

.landing3 #main .features-wrap .box {
  float: left;
  margin-right: 14px;
  padding: 0;
  background: #000 url(/niteflirt/images/landing/bg-boxes2.jpg) left 105px repeat-x;
  width: 165px;
  height: 335px;
  -webkit-border-bottom-right-radius: 11px;
  -webkit-border-bottom-left-radius: 11px;
  -moz-border-radius-bottomright: 11px;
  -moz-border-radius-bottomleft: 11px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-top: 5px solid #63177A;
}

.landing3 #main .features-wrap .box h2 {
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 1px 0 #000;
  margin: 8px 12px;
  line-height: 20px;
}

.landing3 #main .features-wrap .box ul {
  list-style-type: disc;
  margin: 0 0 0 27px;
  padding: 0;
}

.landing3 #main .features-wrap .box ul li {
  color: #eee;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 7px;
}

.landing3 #main #top .girl {
  width: 424px;
  height: 844px;
  overflow: hidden;
  position: absolute;
  margin: -54px 0 0 542px;
  background: transparent url(/niteflirt/images/landing/girl2.jpg) left top no-repeat;
  z-index: 1;
}

.landing3 #main .action-btn {
  width: 522px;
  height: 61px;
  z-index: 999;
  position: absolute;
  margin: -32px 0 0 118px;
  clear: both;
}

/* Footer */


div#footer {
  text-align:center;
  padding:25px 0;
  width: 522px;
  margin-top: 50px;
}

div#footer p.copy {
  color: #666;
  font-size:11px;
  margin-bottom: 20px;
  line-height: 16px;
}

@media all and (max-width: 360px) and (orientation: portrait), all and (max-width: 375px) and (orientation: portrait), all and (max-width: 411px) and (orientation: portrait), all and (max-width: 412px) and (orientation: portrait), all and (max-width: 414px) and (orientation: portrait), all and (max-width: 384px) and (orientation: portrait) {
  #content {
    width: auto; overflow: hidden; padding: 20px;
  }
  .landing3 #header .logo, .landing3 #header .signin { padding: 0; }
  .landing3 #main #top h1 {
    width: auto; 
    background-size: 90%; 
    background-position: left 30px; 
    height: 110px;
  }
  .landing3 #main #top .girl { display: none; }
  .landing3 #main .features-wrap .box { width: 100%; height: 235px; margin-bottom: 10px; }
  .landing3 #main .action-btn { width: 90%; margin: 0; text-align: center; }
  div#footer { width: auto; }
}
@media all and (max-width: 640px) and (orientation: landscape), all and (max-width: 667px) and (orientation: landscape), all and (max-width: 731px) and (orientation: landscape), all and (max-width: 732px) and (orientation: landscape), all and (max-width: 736px) and (orientation: landscape), all and (max-width: 740px) and (orientation: landscape), all and (max-width: 812px) and (orientation: landscape), all and (max-width: 823px) and (orientation: landscape), all and (max-width: 846px) and (orientation: landscape), all and (max-width: 896px) and (orientation: landscape) {
  .landing3 #header .logo { margin-top: -10px; }
  #content { width: auto; overflow: hidden; padding: 20px; }
  .landing3 #header .logo, .landing3 #header .signin { padding: 0; }
  .landing3 #main #top h1 {
    width: auto; 
    background-size: 50%; 
    background-position: left 20px; 
    height: 130px;
  }
  .landing3 #main #top .girl { display: none; }
  .landing3 #main .features-wrap { margin-top: 0px; }
  .landing3 #main .features-wrap .box { width: 182px; height: 280px; }
  .landing3 #main .action-btn { width: 90%; margin: 20px 0 0 0; text-align: center;}
  div#footer { width: 96%; margin-top: 90px; }
}