/**
 * Warhunger LP styles
 */

body {
  background: url(../images/blurbg.jpg) center center no-repeat;
  padding: 0;
  margin: 0;
}

.b-overlay {
  background-color: #ecf0f1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1080px;
  z-index: 99999;
}

.b-overlay img {
  display: block;
  width: 32px;
  height: 32px;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 999999;
}

.b-page {
  background: url(../images/bg.jpg) top center no-repeat;
  width: 100%;
  height: 1080px;
  opacity: 1;
  -webkit-transition: opacity 190ms linear;
  -moz-transition: opacity 190ms linear;
  -ms-transition: opacity 190ms linear;
  -o-transition: opacity 190ms linear;
  transition: opacity 190ms linear;
}

.b-border {
  background: url(../images/border.png) left top no-repeat;
  position: absolute;
  width: 632px;
  height: 451px;
  top: 288px;
  left: 50%;
  margin-left: -316px;
  z-index: 3;
  pointer-events: none;
}

.b-slider {
  background: #000000;
  position: absolute;
  top: 303px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  height: 402px;
}

.buttonanimate {
  -webkit-transition: background 90ms linear;
  -moz-transition: background 90ms linear;
  -ms-transition: background 90ms linear;
  -o-transition: background 90ms linear;
  transition: background 90ms linear;
}

.b-appstore {
  display: block;
  position: absolute;
  background: url(../images/badge.png) center center no-repeat;
  background-size: 100% 100%;
  width: 367px;
  height: 131px;
  top: 849px;
  left: 50%;
  margin-left: -173px;
  text-decoration: none;
  border: none;
}

.b-appstore:hover {
  background-size: 99% 99%;
}

.b-appstore:active {
  background-size: 97% 97%;
}

.b-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 738px;
}

.b-form {
  position: absolute;
  width: 649px;
  height: 91px;
  top: 777px;
  left: 50%;
  margin-left: -306px;
}

.b-form-label {
  float: left;
  margin-right: 12px;
  margin-top: 8px;
}

.b-form-input {
  background: rgba(255, 255, 255, .46);
  border: 1px #000000 solid;
  outline: none;
  width: 306px;
  height: 52px;
  font-size: 22px;
  margin-right: 15px;
  padding-left: 8px;
  border-radius: 3px;
  float: left;
}

.b-form-button {
  position: absolute;
  background: url(../images/go.png) center center no-repeat;
  background-size: 100% 100%;
  width: 161px;
  height: 78px;
  border: none;
  outline: none;
  right: 12px;
  top: -9px;
  cursor: pointer;
}

.b-form-button:hover {
  background-size: 100% 100%;
}

.b-form-button:active {
  background-size: 97% 97%;
}


.b-social {
  position: absolute;
  top: 999px;
  left: 50%;
  height: 68px;
  left: 50%;
  widows: 300px;
  height: 80px; 
  margin-left: -322px;
}

.b-social-button {
  width: 68px;
  height: 68px;
  display: block;
  text-decoration: none;
  border: none;
  margin-top: -8px;
  float: left;
}

.b-social-button.fb {
  background: url(../images/fb.png) center center no-repeat;
  background-size: 93% 93%;
}

.b-social-button.tw {
  background: url(../images/tw.png) center center no-repeat;
  background-size: 93% 93%;
}

.b-social-button.gp {
  background: url(../images/gp.png) center center no-repeat;
  background-size: 93% 93%;
}


.b-social-button:hover {
  background-size: 100% 100%;
}


.b-popup-overlay {
  background: rgba(0, 0, 0, .19);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1080px;
}

.b-popup-content {
  font-family: Arial;
  background: #ffffff;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 300px;
  font-size: 16px;
  margin-left: -150px;
  padding-top: 36px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
  opacity: 0;
  -webkit-transition: opacity 190ms linear;
  -moz-transition: opacity 190ms linear;
  -ms-transition: opacity 190ms linear;
  -o-transition: opacity 190ms linear;
  transition: opacity 190ms linear;
}

.b-popup-content a {
  color: #2980b9;
}

.b-popup-content a:hover {
  color: #d35400;
}

.show {
  opacity: 1;
}

.close {
  position: absolute;
  top: 3px;
  right: 6px;
  font-size: 23px;
  padding: 4px;
  cursor: pointer;
  color: rgba(0, 0, 0, .7);
}

.close:hover {
  color: rgba(0, 0, 0, 1);
}


.blur {
  opacity: 0;
}

.error {
  color: #c0392b;
  font-weight: bold;
}

.b-copyright {
  font-family: Arial;
  position: absolute;
  top: 1050px;
  left: 40px;
  width: 300px;
  font-size: 13px;
  color: #ffffff;
  opacity: .8;
}

.b-copyright a {
  color: #ffffff;
}

.b-copyright a:hover {
  opacity: .7;
}


.b-realorelink {
  color: #1d1d1d;
}

.b-realorelink:hover {
  opacity: .7;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #181818;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #181818;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #181818;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #181818;
}

.fotorama__fullscreen-icon {
  top: 12px;
  right: 12px;
}