/* fonts */
@font-face {
    font-family: 'gotham-black';
    src: url('../fonts/gotham/Gotham-Black.otf');
    font-weight: 900;
}
@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/gotham/Gotham-Book.otf');
    font-weight: 300;
}

/* additional */
body {
	display: none;
}
.content-book {
	font-family: 'gotham-book';
	font-weight: 300;
}
#error,
#success {
	display: none;
}
.well {
	background: rgba(255,255,255,0.9);
	border-radius: 0;
	position: relative;
	z-index: 15;
}
.error {
	border: 4px solid rgb(44,69,120);
}

/* top */
#top {
	background: url(../img/bg-min.jpg) no-repeat scroll center -250px /cover;
}
#top .wrap {
	background: rgba(44,69,120,0.8);
	height: inherit;
	width: inherit;
	padding: 0 0 80px;
}
#top .heading {
	font-family: 'gotham-black', sans-serif;
	font-weight: 900;
	color: #fff;
}
#top h1.heading {
	font-size: 30pt;
	line-height: 28pt;
	width: 60%;
	margin: 40px 0 0;
}
#top h2.heading .object {
	float: left;
	display: block;
}
#top h2.heading .first {
	font-size: 82pt;
	line-height: 67pt;
}
#top h2.heading .second {
	font-size: 64pt;
	line-height: 53pt;
}
#top h2.heading .third {
	font-size: 181pt;
	line-height: 155pt;
}
#top h2.heading .four {
	font-size: 44pt;
	line-height: 50px;
	margin-top: -18px;
}
#top .invite-group {
	float: left;
	border: 1px solid rgba(255,255,255,0.9);
	background: rgba(255,255,255,0.7);
	color: #fff;
	font-size: 15pt;
	line-height: 25pt;
	height: 36px;
	text-align: center;
	margin: 30px 0 50px;
}
#top .invite-group a {
	font: 900 15pt/25pt 'gotham-black', sans-serif;	
	margin: 0 38px;
	letter-spacing: 1px;
  background: transparent none repeat scroll 0% 0%;
  border: 0px none;
}

#top .right-column {
	background: rgba(197,35,40,0.8);
	padding: 0;
}
#top .right-column .heading {
	background: #fff;
	color: rgb(197,35,40);
	margin: 0;
	padding: 15px;
}
#top .right-column .heading .top,
#top .right-column .heading .bottom {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#top .right-column .heading .top {
	font-size: 20pt;
	padding: 0 115px;
	margin: 0 0 15px;
}
#top .right-column .heading .bottom {
	font-size: 16pt;
}
#top .right-column .form {
	padding: 20px;
}
#top .right-column .form .form-control {
	border-radius: 0;
}
#top .right-column .form label {
	color: #fff;
	text-transform: uppercase;
}
#top .right-column .form button {
	background: rgb(44,69,120);
	border: 0 none;
	color: #fff;
	font: 900 12pt/12pt 'gotham-black', sans-serif;
	padding: 15px 15px 12px;
	display: block;
	margin: 0 auto;
}

/* content */
#content {
	border-top: 20px solid #e6e7e8;
	padding-top: 20px;
}
#content p {
	font-size: 14pt;
	margin-bottom: 25px;
}
#content ul {
	margin-bottom: 50px;
}
#content li {
	font-size: 12pt;
	margin-bottom: 5px;
}
#content .heading {
	display: block;
	background: #231f20;
	color: #fff;
	font: 900 18pt/24pt 'gotham-black', sans-serif;		
	transform:skew(-20deg,0);
	margin-left: -15px;
	text-align: center;
}
#content .heading .wrap {
	display: block;
	transform:skew(20deg,0);
	padding: 15px;
}
#content .intro {
	font-style: italic;
	font-weight: 700;
	font-size: 21px;
	text-align: center;
	margin: 15px 0;
}
#content .devices {
	display: block;
	margin: 0 auto;
	text-align:center;
}
#content .right-column .banner {
	margin-top: 20px;
	text-align: right;
}
#content .right-column .link {
	float: right;
	display: block;
	color: #fff;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 271px;
	padding: 15px 25px;
	font: 900 14pt/16pt 'gotham-black', sans-serif;	
}
#content .right-column .outlook-invite {
	background: rgb(197,35,40);
}
#content .right-column .gmail-invite {
	background: rgb(44,69,120);	
}
#content span.descr {
	color: #a7a9ac;
	font: 900 14pt/16pt 'gotham-black', sans-serif;	
	position: absolute;
	z-index: 15;
	margin-top: -230px;
	margin-left: 70px;
}
#content span.descr.ds{
	margin-left: 500px;
}


/* footer */
#footer {
	float: left;
	background: #e6e7e8;
	padding: 25px 0 10px;
	margin-top: -100px;
	position: relative;
	z-index: 10;
	margin-top: -120px;
	width: 100%;
}
#footer .scantexas {
	float: left;
	text-align: center;
}
#footer .scantexas img {
	margin-bottom: 10px;
}
#footer .zebra-partner {
	float: right;
	margin-top: 15px;
}
#footer .bottom {
	padding-top: 25px;
	text-align: center;
	font-size: 11px;
}

@media only screen and (max-width: 1920px) {
	#top {
		background: url(../img/bg-min.jpg) no-repeat scroll center top /cover;
	}	
}