body, html {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
header {
	background: #F8F1E8;
}
header h1 {
	margin: 0px;
	text-align: center;
	padding: 15px 0;
	font-size: 75px;
	color: #085766;
	text-transform: uppercase;
}
section.main_wrap {
	margin: 0;
	padding: 0;
	background: #C5BFB8;
}
.poster_wrap {
	margin: 0 auto;
}
.poster_top img {
	display: inline-block;
	width: 100%;
}
.poster_top p {
	display: inline-block;
	color: white;
	white-space: pre-line;
	font-size: 16px;
	text-align: left;
	margin: 0;
	padding: 25px 7%;
}
.poster_top {
	padding-top: 60px;
	width: 100%;
        max-width: 1410px;
        margin: 0 auto;
}
.poster_top .img_wrap {
	display: inline-block;
	width: 45%;
	/*max-width: 500px;*/
	position: relative;
	margin-left: 6%;
    z-index:2;
}
.poster_bottom {
	text-align: right;
	margin: 50px auto;
	width:92%;
	max-width: 1280px;
}
.poster_bottom img {
	max-width: 100%;
}
.poster_footer {
	background: #DCD8D3;
	padding: 10px 0;
	text-align: left;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}
.poster_footer p {
	max-width: 900px;
	margin: 0px auto;
	font-size: 30px;
	font-weight: 600;
	color: #075664;
	padding: 15px 40px;
}
#look_inside{
	color: #075664;
	display: block;
    width: 92%;
    max-width: 1182px;
    margin: 6px auto;
    text-align: right;
	cursor:pointer;
}
.hide{
	display:none !important;
}
span.ship,
#look_inside span{
	color: #0090A8;
}
a.page{
	height:18px;
	width:18px;
	background-color:#075664;
	border-radius: 50%;
	display:inline-block;
	margin-left: 10px;
	cursor:pointer;
}
a.page.current{
	background-color: #0090A8;
}
img.spread{
	display:block;
}
#look_inside img{
	vertical-align: middle;
}
.order_wrap {
	background: #F8F1E8;
	padding: 25px 50px;
	text-align: center;
	color: #075664;
	font-size: 38px;
	font-weight: 700;
}
.order_wrap select{
    display: block;
    margin: 10px auto;
    width:100%;
    max-width: 450px;
    height: 40px;
    text-indent: 10px;
}
#customButton {
	background: #0090A8;
	height: 70px;
	line-height: 50px;
	display: inline-block;
	padding: 10px;
	color:white;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
	font-size: 16px;
}
#customButton img{
	vertical-align: middle;
	padding-left: 10px;
}
#customButton.processing img,
#customButton.error img,
#customButton.success img{
	display:none;
}
#customButton.processing{
	background:#C5BFB8;
	padding: 10px 20px;
}
#customButton.error{
	background:#a80000;
	padding: 10px 20px;
}
#customButton.success{
	background:#218110;
}

#buy_book{
	background: #075664;
    display: inline-block;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor:pointer;
}
.order_wrap input {
	border: 0;
	height: 38px;
	vertical-align: middle;
	padding: 10px 10px;
	width: 40px;
	font-size: 33px;
	margin: 0 10px;
}
.poster_p_wrap {
    position:absolute;
    right:0;
    z-index:1;
	display: inline-block;
	background: #085765;
	vertical-align: top;
	text-align: left;
	width: 55%;
	margin-top: 4%;
}

#payment-form{
	font-size: 14px;
}
#payment-form fieldset{
	border:0;
}
#payment-form fieldset h2{
	text-align:left;
}
#payment-form input{
	height:auto;
	width:auto;
	font-size:24px;
	margin:0 0 1px 0;
	width:300px;
}
#payment-form input[type="checkbox"]{
	width:auto;
}
#payment-form select{
	border:0;
	margin:0;
	width:300px;
}
.address, fieldset{
	margin:0 auto;
	width:300px;
}
.has-error{
  border-right: 4px solid red !important;
}
.no-error{
  border-right: 4px solid #8ccd3e !important;
}
label{
	display:none;
}
label.show{
	display:block;
}
#abook{
  	display: block;
	text-align: center;
	color: #075664;
	text-decoration: none;
	line-height: 90px;
	background: #e9e3dc;
	font-size: 24px;
	font-weight: 600;
}
@media screen and (max-width: 840px) {
    .poster_p_wrap {
        position: relative;
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	.poster_top .img_wrap {
	    display: block;
	    width: 100%;
	}
	.poster_footer{
		text-align: center;
	}
	.poster_footer div{
		float: none;
	}
}
@media screen and (max-width: 540px) {
	header h1{
		font-size: 62px;
	}
	.poster_footer{
		text-align: center;
	}
	.poster_footer div{
		float: none;
	}
	.poster_footer p {
		padding: 15px 10px;
	}
	.order_wrap {
	    padding: 25px 10px;
	}
	#customButton {
		font-size: 18px;
		width: 90%;
	    margin: 30px 10px;
	}
	#customButton img {
	    width: 60px;
	}
}
