body {
	font-size:18px;
	line-height:26px;
	color:#323232;
}
header .logo {
	padding-top:30px;
	padding-bottom:30px;
}

.mainmessage {
	padding:50px 0 70px 0;
	background:#0497c5 url(../images/landing-header.jpg) no-repeat center center;
	background-size:cover;
	color:#ffffff;
}
.mainmessage h1 {
	color:#ffffff;
	font-size:56px;
	line-height:64px;
	font-weight:900;
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
}
.mainmessage h1:before {
	content:"";
	height:8px;
	background:#ffffff;
	width:140px;
	transform:translateX(-70px);
	position:absolute;
	bottom:0px;
	left:50%;
}
.mainmessage h2 {
	color:#ffffff;
	font-size:26px;
	line-height:30px;
	font-weight:300;
	margin-bottom:0px;
	font-family: 'Roboto', sans-serif;
}

.bookblock {
	padding:40px 0;
	margin-bottom:40px;
}
.bookblock .container {
	position:relative;
}
.bookblock .book {
	position:absolute;

	top:-60px;
}
.bookblock .book img {
	max-width:100%;
}
.bookblock ul li {
	font-size:20px;
	line-height:24px;
	margin-bottom:20px;
	background:url(../images/ldcheck.png) no-repeat left top;
	padding-left:60px;
	font-weight:300;
}
.bookblock .pdfform {
	border-radius:8px;
	padding:15px 25px;
	background:#59c89a;
}
.bookblock .pdfform h3 {
	font-size:36px;
	line-height:36px;
	font-weight:900;
	color:#ffffff;
	margin-bottom:20px;
}
.bookblock .formmsg {
	color:#000000;
	font-size:20px;
	line-height:26px;
	text-align:center;
	padding:40px 0;
}
.bookblock .errormsg {
	font-size:14px;
	text-align:center;
	color:#F33;
	padding-top:15px;
}
.bookblock .pdfform h3 {
	font-size:34px;
	line-height:36px;
	font-weight:900;
	color:#ffffff;
	margin-bottom:20px;
}
.bookblock .formrow {
	margin-bottom:10px;
}
.bookblock input[type=text],
.bookblock input[type=email] {
	background:#ffffff;
	border:none;
	box-sizing:border-box;
	padding:10px 15px;
	width:100%;
	font-size:18px;
	font-weight:300;
	border-radius:5px;
}
.bookblock .error input[type=text],
.bookblock .error input[type=email] {
	border:2px solid #F33;
}
.bookblock input[type=text]:focus,
.bookblock input[type=email]:focus {
	box-shadow:3px 3px 3px rgba(0,0,0,0.2) ;
}

.bookblock input[type=checkbox] {
	float:left;
	margin-right:5px;
}
.bookblock .error input[type=checkbox] {
	outline:1px solid #e05962;
}
.bookblock .formrow label {
	font-size:12px;
	line-height:14px;
	font-weight:300;
	color:#ffffff;
	overflow:hidden;
	width:90%;
}
.bookblock .formrow a {
	color:#ffffff !important;
	text-decoration:underline;
}
.bookblock .formrow a:hover {
	color:#f2f2f2 !important;
	text-decoration:none;
}
.bookblock button {
	background:#fe6e1f;
	border:none;
	box-sizing:border-box;
	padding:15px 20px;
	width:auto;
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	border-radius:5px;
	text-transform:uppercase;
}
.bookblock button:hover {
	background:#de5002;
}

.aboutbook {
	padding:20px 0 50px 0;
}
.aboutbook h2 {
	color:#545454;
	font-size:38px;
	line-height:44px;
	font-weight:700;
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
	margin-top:30px;
	text-align:center;
}
.aboutbook h2:before {
	content:"";
	height:5px;
	background:#129ec8;
	width:100px;
	transform:translateX(-50px);
	position:absolute;
	bottom:0px;
	left:50%;
}
.aboutbook h3 {
	color:#545454;
	font-size:30px;
	line-height:34px;
	font-weight:700;
	position:relative;
	padding-bottom:30px;
	margin-bottom:30px;
	margin-top:30px;
	text-align:center;
}
.aboutbook h3:before {
	content:"";
	height:5px;
	background:#129ec8;
	width:100px;
	transform:translateX(-50px);
	position:absolute;
	bottom:0px;
	left:50%;
}

.hurryup {
	background:#e9eef1;
	padding:40px 0 20px;
}
.hurryup .hurrymsg {
	font-size:34px;
	line-height:38px;
	font-weight:400;
}
.hurryup .hurrymsg strong {
	display:block;
	color:#129ec8;
	font-weight:400;
}

@media only screen and (min-width: 993px) and (max-width: 1200px){

.bookblock {
	margin-bottom:0px;
}
.bookblock ul li {
	font-size:18px;
	line-height:22px;
}
.bookblock .pdfform h3 {
	font-size:26px;
	line-height:30px;
}
.main-example {
	padding-top:40px;
}
.bookblock .formmsg {
	padding:20px 0 40px;
}

}
@media only screen and (min-width: 769px) and (max-width: 992px){

.bookblock .book {
	position:relative;
	top:0px;
	margin-top:-60px;
	margin-bottom:20px;
}
.bookblock {
	margin-bottom:0px;
	padding:40px 0 20px 0;
}
.bookblock ul li {
	font-size:18px;
	line-height:22px;
}
.bookblock .pdfform h3 {
	font-size:28px;
	line-height:32px;
}
.main-example {
	padding-top:40px;
}

.bookblock .formmsg {
	padding:20px 0 40px;
}

}

@media (max-width: 768px) {
	
.bookblock .book {
	position:relative;
	top:0px;
	margin-top:-60px;
	margin-bottom:20px;
}

.bookblock {
	margin-bottom:0px;
	padding:40px 0 20px 0;
}
.bookblock ul li {
	font-size:18px;
	line-height:22px;
}
.bookblock .pdfform h3 {
	font-size:28px;
	line-height:32px;
}
.main-example {
	padding-top:40px;
}
.mainmessage h1 {
	font-size:36px;
	line-height:40px;
	padding-bottom:20px;
	margin-bottom:20px;
}
.mainmessage h1:before {
	height:5px;
}
.mainmessage h2 {
	font-size:22px;
	line-height:28px;
}

.aboutbook h2 {
	font-size:32px;
	line-height:36px;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:30px;
}
.aboutbook h3 {
	color:#000000;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:30px;
}
.bookblock .formmsg {
	padding:10px 0 30px 0;
}

}

@media (max-width: 480px) {

}

.main-example {
  margin: -10px auto 0 auto;
  width: 355px;
}
.main-example .countdown-container {
  height: 130px;
}
.main-example .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;

  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.main-example .count {
  background: #129ec8;
  color: #ffffff;
  display: block;
  font-weight:600;
  letter-spacing:-1px;
  font-size: 50px;
  line-height: 58px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 0;
  width: 100%;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.main-example .count.top {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;

  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.main-example .count.bottom {
  background-image: linear-gradient(rgba(255,255,255,0.4), transparent);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.4), transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.4), transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.4), transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.4), transparent);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  line-height: 0px;
  height: 50%;
  top: 47%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.main-example .count.next {

}
.main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
  color:#000000;
}
/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3000;
}
.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;

  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;

  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 48em) {
  .main-example {
    width: 100%;
  }
  .main-example .countdown-container {
    height: 100px;
  }
  .main-example .time {
      height: 70px;
      width: 48px;
  }
  .main-example .count {
    font-size: 1.5em;
    line-height: 38px;
  }
  .main-example .label {
    font-size: 0.8em;
    top: 72px;
  }
}


