@font-face {
  font-family: 'barstonregular';
  src: url('../fonts/barston-webfont.eot');
  src: url('../fonts/barston-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/barston-webfont.woff') format('woff'), url('../fonts/barston-webfont.ttf') format('truetype'), url('../fonts/barston-webfont.svg#barstonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #000000 url('../img/bg-main.jpg') no-repeat center top !important;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  min-height: 1450px;
  margin: 0;
}
#schlPageContent { 
  background: transparent !important;
}
/* additional styles */
.nomargins {
  margin: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

body.schlCoppa div#schlMainContent{
	padding: 0;
	margin: 0;
}
/* divider */
.divider {
  display: block;
  border: none;
  background: url("../img/divider.png") center no-repeat;
  height: 30px;
  margin: 0;
}
.copyright {
  color: #ffffff;
  text-align: center;
}
#header #header-left-column {
  width: 360px;
  padding: 0;
  margin: 15px 0 25px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #19341f;
  font-weight: bold;
}
#header #header-left-column .title-book-one {
  font-family: 'barstonregular', serif;
  font-size: 29px;
  font-weight: normal;
  line-height: 29px;
  margin: 0;
}
#header #header-left-column .title-brandon-mull {
  font-family: 'barstonregular', serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
}
#header #header-left-column .title-legends {
  margin: 10px 0 25px;
}
#main-content {
  height: 830px;
  overflow: hidden;
  color: #cc9f1a;
  text-shadow: 0 0 7px #000;
  line-height: 19px;
  font-weight: bold;
}
#main-content > div {
  float: left;
  min-height: 442px;
  text-align: center;
}
#main-content #content-left-column {
  margin: 35px 0 0 30px;
  width: 290px;
  background: url("../img/bg-left-block.png") center top no-repeat;
}
#main-content #content-left-column .content-wrapper {
  padding: 150px 30px 0;
}
#main-content #content-left-column .title-sign-up {
  font-family: 'barstonregular', serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  color: #f8f3de;
  margin: 0;
}
#main-content #content-left-column .title-newsletter {
  font-family: 'barstonregular', serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 34px;
  color: #f8f3de;
  margin: 0;
}
#main-content #content-right-column {
  margin: 35px 0 0 0;
  width: 582px;
  background: url("../img/bg-right-block.png") center top no-repeat;
}
#main-content #content-right-column .content-wrapper {
  padding: 50px 20px 0;
}
#main-content #content-right-column .title-be-the-first {
  font-family: 'barstonregular', serif;
  font-size: 27px;
  font-weight: normal;
  line-height: 34px;
  color: #f8f3de;
  margin: 0;
}
#main-content #content-right-column .title-play-the-beta {
  font-family: 'barstonregular', serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
  color: #f8f3de;
  width: 285px;
  margin: 15px 0;
}
#main-content #content-right-column .title-quest-begins {
  font-family: 'barstonregular', serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  color: #f8f3de;
  width: 200px;
  margin: 23px 5px 23px 50px;
}
#main-content #content-right-column .text-column {
  width: 255px;
}
#main-content #content-right-column .text-column p {
  margin: 0;
}
.container {
  width: 970px;
  margin: 0 auto;
}
#schl3o a.btn,
button.btn {
  display: block;
  margin: 0 auto;
  width: 215px;
  height: 52px;
  border: none;
  cursor: pointer;
  background: url('../img/btn-sprite.png') no-repeat;
  font-size: 15px;
  line-height: 52px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 6px #000;
  outline: none;
}
#schl3o a.btn:hover,
button.btn:hover,
#schl3o a.btn:focus,
button.btn:focus {
  background-position: 0 -52px;
  color: #cdf5ff;
  text-decoration:none!important;
}
#schl3o a.btn:active,
button.btn:active {
  background-position: 0 -104px;
  text-decoration:none!important;
}
/* popup's styles */
.popup-entity {
  display: none;
}
.popup-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.popup-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  overflow-y: scroll;
  cursor: pointer;
}
.popup-container .popup {
  width: 840px;
  height: 876px;
  margin: 40px auto;
  background: url("../img/bg-fabric-popup.png") center top no-repeat;
  cursor: default;
}
.popup-container .popup .content {
  padding: 110px 120px 0;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.popup-container .popup .content .main-logo {
  margin-left: -30px;
}
.popup-container .popup .content a {
  color: #fff;
}
.popup-container .popup .content form .row {
  overflow: hidden;
}
.popup-container .popup .content form .row label {
  width: 175px;
  height: 50px;
  line-height: 17px;
  padding-top: 6px;
  float: left;
  text-align: left;
}
.popup-container .popup .content form .row input {
  width: 370px;
  float: left;
  padding: 5px;
  border: none;
  box-sizing: content-box;
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3);
}
body.noscroll {
  overflow: hidden;
}
