/*
Theme Name: Richard Schwartz
Author: Danny Moore
Author URI: http://www.mascotbooks.com
Description: This theme is a basic blog based book website.
Version: 1.0
License: ©2020 Danny Moore
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: richardschwartz
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/******************** body *******************/

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#000;
	border:0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family:'palatino', serif;
	font-size:21px;
	line-height:1.55;
	color:#000000;
}

img{ border:0px; }

h1, h2, .h1, .h2, .h3, h3, .h4, h4, .h6{
	font-size:1.9em;
	line-height:1.05;
	margin:1.1em 0 .5em 0;
	clear:both;
	width:100%;
	font-weight:bold;
}

h1, .h1{
	font-size:2.4em;
	font-weight:normal;
	font-family:'baskerville', serif;
	letter-spacing:.03em;
	-ms-transform:scaleX(.8);
	transform:scaleX(.8);
	-ms-transform-origin:left;
	transform-origin:left;
	text-transform:uppercase;
}

h3, .h3{
	font-size:1.5em;
	margin-bottom:0;
}

h3 a{
	color:#e5aa47;
	transition:.4s color;
}

.h4, h4{
	margin:.3em 0 .6em 0;
	text-align:center;
}

p{ margin:0 0 1em 0; }
em, i{ font-style:italic; }
strong, b{ font-weight:bold; }

a{
	text-decoration:none;
	color:#C58926;
	transition:.4s color;
}

a:hover{
	color:#A65C1F;
}

#outside{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}

#inside{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}

#top{
	width:100%;
	height:auto;
	position:relative;
	z-index:100;
	clear:both;
	float:left;
	background:url(images/top.jpg) no-repeat;
	background-size:cover;
	background-position:center 20%;
}

#navMenu, #navMenuSm{
	width:100%;
	margin:-4em 0 0 0;
	padding:2.5em 0 1.65em 0;
	clear:both;
	float:left;
	position:relative;
	z-index:200;
	background:#000;
    background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 45%, rgba(0,0,0,1) 100%);
    background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 45%,rgba(0,0,0,1) 100%);
    background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 45%,rgba(0,0,0,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

#navMenuSm{
	display:none;
	height:auto;
	padding:1.5em 0 0 0;
	margin:0;
}

#content{
	width:100%;
	height:auto;
	padding:1em 0 1em 0;
	margin:0 auto 0 auto;
	clear:both;
	float:left;
	position:relative;
	z-index:350;
	background:#fff;
}

/******************** insides ********************/

#topinside, #toprightoutside{
	width:100%;
	padding:2em 0 4em 0;
	margin:0 auto 0 auto;
	position:relative;
}

#navMenuinside{
	width:100%;
	margin:0 auto;
	text-align: center;
}

#navMenuinside div:nth-child(2){ display:inline-block; }

#topinside, #navMenuinside, #bottomInside, #mainContent, #toprightoutside{
	max-width:1100px !important;
}

/********************* Top ************************/

#head{
	width:80%;
	text-align: center;
	padding:0;
	margin:1em -12% 1.15em -2%;
}

#title{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	font-family:'baskerville', serif;
	font-size:3.3em;
	letter-spacing:.1em;
	color:#000;
	line-height:1;
	-ms-transform:scaleX(.8);
	transform:scaleX(.8);
}

#subtitle{
	font-style:italic;
	color:#fff;
	text-shadow:1px 3px 4px rgba(45,25,10,0.7), 1px 7px 8px rgba(45,25,10,0.4);
	font-size:1.8em;
	width:100%;	
}

.bigger{ font-size:1.4em; }

#topright{
	position:absolute;
	width:34%;
	height:1px;
	right:0;
	top:.5em;
	z-index:500;
	pointer-events:none;
}

#topright img{
	width:100%;
	height:auto;
}

/******************** Nav **************************/

#smNavShow{ 
	display:none;
}

#navMenu .menu, #navMenu ul, #navMenuSm .menu, #navMenuSm ul{
	list-style:none;
	padding:0;
	position:relative;
	z-index:900;
	margin:0;
}

#navMenuSm .menu, #navMenuSm ul{
	width:100%;
	margin:0 0 0 0;
	padding:1em 0;
}

#navMenu ul li, #navMenuSm ul li{
	display:inline-block;
	padding:0;
	margin:0;
}

#navMenuSm ul li{
	width:100%;
	height:auto;
}

#navMenu ul li a, #navMenuSm ul li a{
	text-decoration:none;
	color:#e5aa47;
	display:inline-block;
	padding:0 .75em;
	width:auto;
	height:auto;
	position:relative;
	line-height:1;
	font-size:1.25em;
	font-weight:bold;
	transition:.5s color;
}

#navMenu ul li a:hover, #navMenuSm ul li a:hover{ color:#fff; }

#navMenu .current_page_item a, #navMenuSm .current_page_item a{ color:#fff !important; }

/****** sub menu ******/

#navMenu ul ul{
	opacity:0;
	display:none;
	position:absolute;
	z-index:1999;
	margin-top:.5em;
	width:200px;
	background:#000;
	background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%);
	background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%);
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000ff',GradientType=0 );
	box-shadow:0 6px 16px rgba(0,0,0,0.2);
}

#navMenu ul ul ul{
	left:200px;
	width:230px;
	margin-top:-2.5em;
}

#navMenu ul ul li{
	clear:both;
	float:left;
	margin:0;
	text-align:left;
	width:100%;
	transition:.5s background;
}

#navMenu ul li ul a{
	font-size:1.25em;
	display:block;
	line-height:1.15;
	font-style:italic;
	font-weight:normal;
	padding:.3em 1em .3em 1em;
	width:100%;
}

#navMenu ul li ul a:hover{ color:#000 !important; }	

#navMenu ul ul li:hover{
	background:#e5aa47;
}

#navMenuSm ul ul{
	opacity:1;
	position:relative;
	display:block;
	margin:0;
	border-radius:0;
	box-shadow:none;
	padding:0;
	backfgound:#ddd;
}

/*************** Social ****************/

#social{
	position:relative;
	display:inline-block;
	margin:.25em 0 0 0.7em;
	top:.1em;
}

#social a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
}

.iconDiv{
	width:1.2em;
	height:1.2em;
	float:left;
	margin:0 1.3em 0 0;
	position:relative;
	display:inline-block;
	text-align:center;
	cursor:pointer;
}

.iconDiv svg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100% !important;
}


.iconDiv svg{
	fill:#e5aa47;
	transition:.3s fill;
}

.iconDiv:hover svg{
	fill:#fff;
}

/******************** Main Content *******************/

#mainContent{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}

#mainText{
	width:56%;
	float:left;
	margin-left:0;
	min-height:300px;
}

.noright{
	width:86% !important;
	margin-left:7% !important;
}

#rightsidecont{
	width:29%;
	min-width:313px;
	height:auto;
	margin:-2em 0 0 0;
	float:right;
}

#mainContent ul, #mainContent ol{
	list-style:none;
	margin:16px 0 12px 0;
}

#mainContent ol{
	list-style:decimal;
}

#mainContent ol ol{
	list-style:lower-latin;
}

#mainContent ul li, #mainContent ol li{
	padding:0 0 8px 0;
	margin-left:20px;
}

#mainContent ul li{
	text-indent:-1em;
	line-height:1.3;
	margin-bottom:.35em;
}

#mainContent ul.boldlist{
	margin-top:0;
}

#mainContent ul.boldlist li{
	margin-bottom:0;
	line-height:1.05;
	color:#1d1d1e;
	font-size:1.25em;
}

#mainContent ul li:before{
	color:#1d1d1e;
	content:'\00BB';
	margin-right:.4em;
	font-size:1.25em;
}

/******************* Bottom **********************/

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	padding:0 0 2em 0;
	position:relative;
}

#bottomInside{
	width:100%;
	padding:1.15em 0 0 0;
	margin:0 auto;
	position:relative;
	text-align:center;
}

#bottomMenu{
	width:auto;
	display:inline-block;
	margin:0 auto;
}

#bottomMenu .menu, #bottomMenu ul{
	list-style:none;
	clear:both;
	padding:0;
	margin:0 -1.8em 0 0;
}

#bottomMenu ul li{
	display:inline-block;
	padding:0;
	margin:0 1.8em 0 0;
}

#bottomMenu ul li a{
	text-decoration:none;
	color:#e5aa47;
	line-height:1;
	font-size:1.15em;
	display:inline-block;
	padding:0 0 0 0;
	width:auto;
	position:relative;
	transition:.5s color;
}

#bottomMenu ul li a:hover{ color:#fff; }

#bottomMenu .current_page_item a{ color:#fff !important; }

#bottomMenu ul ul{ display:none; }

#copyright{
	width:100%;
	clear:both;
	font-size:.7em;
	line-height:1;
	text-align:center;
	color:rgba(255,255,255,1);
	margin:3em 0 0 0;
}

/******************* Blog Posts *************************/

.postInfo, .postInfo2{
	display:block;
	margin:0 0 .5em 0;
	color:rgba(0,0,0,.45);
	font-size:.95em;
	font-style:italic;
}

.postInfo2{
	margin:0 0 1em 0;
}

#pagination{
	width:80%;
	text-align:center;
	font-size:1.25em;
}

/***************** reset styles for contat form ****************/

label{
	font-size:1em;
	font-weight:bold;
	vertical-align:top;
}

input, textarea{
	font-family:inherit;
	font-size:1.4em;
	border:1px solid #ccc;
	width:calc(100% - 2.4em) !important;
}

input[type="submit"], .backToBlog a, .button, input[type="button"]{
	cursor:pointer;
	width:auto !important;
	clear:both;
	border:0px;
	margin:.2em 0 0 0;
	padding:.6em 1.2em .65em 1.2em;
	line-height:1;
	display:inline-block;
	font-size:1.35em;
	transition:.5s color, .5s background;
	color:#e5aa47;
	background:#000;
	font-weight:normal;
	font-family:'baskerville', serif;
	letter-spacing:.03em;
	-ms-transform:scaleX(.8);
	transform:scaleX(.8);
	-ms-transform-origin:left;
	transform-origin:left;
	text-transform:uppercase;
}

.backToBlog a{
	margin:3em 0 35px 0;
	font-size:1.2em;
	transition:.5s background;
}

#pagination .next, #pagination .prev, .read-more{
	padding:.2em .4em .2em .4em;
	margin:0 .3em;
	font-size:.9em;
	display:inline-block;
	transition:.5s color, .5s background;
	color:#e5aa47;
	background:#000;
}

.read-more{
	font-size:.85em;
	padding:.25em .8em .25em .8em;
}

#pagination .next:hover, #pagination .prev:hover, .read-more:hover{
	color:#1d1d1e;
	background:#e5aa47;
}

input[type="submit"]:hover, .backToBlog a:hover, .button:hover, input[type="button"]:hover{
	color:#1d1d1e;
	background:#e5aa47;
}


/********************** Press *********************************/

.pressb{
	width:calc(100% - 2em);
	clear:both;
	float:left;
	padding:.75em 1em;
	background:#ccc;
	transition:.5s background;
	display:table;
	margin:.1em 0 .2em 0;
}

.pressb:hover{
	background:#efc511;
}

.pressl{
	width:20%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	top:.1em;
	border-right:1px solid rgba(0,0,0,0.25);
}

.pressl img{
	width:85%;
	height:auto;
}

.presst{
	width:calc(80% - 1em);
	padding-left:1em;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	color:#000;
}

/********************** Buy Now Button ***********************/

.buyNowArea, .buyNowArea2{
	width:100%;
	height:auto;
	text-align:center;
	line-height:1;
}

.buyNowArea2{
	margin:-1.5em 0 0 10%;
	width:78%;
}

.buyNowArea img, .buyNowArea2 img{
	width:70%;
	height:auto;
	position:relative;
	z-index:400;
	margin:0 auto;
	top:50%;
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.buyNowArea2 img{
	-ms-transform:none; 
	transform: none;
}

.buyNowButton{
	margin:.24em 0;
	border-radius:.3em;
	width:100%;
	cursor:pointer;
	clear:both;
	position:relative;
	background:#000;
	transition:.5s background;
	height:3.6em;
	padding:0;
}

.buyNowArea2 .buyNowButton{
	height:auto;
	padding:.6em 0;
}

.buyNowButton:hover{
	background:#A65C1F;
}

.buyNowButton a{
	display:inline-block;
	width:100%;
	height:100%;
}

/********************************** Rotating Images **********************/

.rotatorImgs{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.rotatorImgs img{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:auto;
	margin:0;
}

/********************************** 404 *********************************/

.lost{
	margin:0;
	padding:0;
}

.lostH{
	font-size:6em;
	margin:0 0 0 0;
	line-height:1;
}

.lostP{
	margin:0;
}

/********************************* Events Calendar **********************/

.mbecout{ 
	border-width:3px;
	margin:2em 0 2.75em 0;
}
.mbecout, .edate{ border-color:#eee; }
.mbectop, .calendar-day-np, .elocation{ background:#eee; }
.npbut, .mbecbutton, .mbecout .h3, a.mbeca{ 
	color:black;
	background:transparent;
}
.mbeccloseButton svg{ fill:black; }
table.mbeccalendar, .mbeccalendar td{ border-color:#ddd; }
.calendar-day-head th{
	border-bottom-color:#ddd;
	background:#000 !important;
	color:#fff;
}
.calendar-day-head th:last-child{ border-right-color:#ddd; }
.mbcalevent{ background:white; }
.mbeccloseButton{ top:-30px; }

/*************************** Book Covers *************************/

.bookcover{
	width:100%;
	height:auto;
	margin:3% auto -4% auto;
	padding:0 0 7% 0;
	position:relative;
	background:url("images/bookshadow.png") no-repeat;
	background-size:93% 100%;
	background-position:80% top;
}

.coverdiv{
	position:relative;
	width:77%;
	height:auto;
	z-index:1;
	top:0;
	left:10%;
	line-height:0;
	border-radius:3px;
	overflow:hidden;
	border-top:1px solid rgba(0,0,0,0.13);
	border-bottom:1px solid rgba(0,0,0,0.4);
}

.cover{
	position:relative;
	z-index:1;
	width:100%;
	top:0;
	left:0;
	height:100%;
}

.overcover{
	position:absolute;
	top:0;
	left:0;
	z-index:30;
	width:100%;
	height:100%;
	pointer-events:none;
	box-shadow:inset 0 0 2px rgba(0,0,0,0.1);
}

.coverhover{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(180,195,220,0);
	z-index:10000;
	transition:.5s background;
}

.coverhover:hover{ background:rgba(180,195,220,0.4); }

/********************************** Testimonials **********************/

.testimonials{
	clear: both;
	float:left;
	width:100%;
	padding:1em 0;
	height:auto;
	position:relative;
}

.testimonials .h1{
	text-transform:uppercase;
}

.testimonialsinside{
	padding:0 5em;
	height:auto;
	position:relative;
}

.testimonial{
	position:absolute;
	font-size:1.05em;
	line-height:1.6;
	display:none;
}

.testimonial:first-child{ display:block; }

.testimonial p{ margin-bottom:.35em; }

.quoter{
	font-size:1.5em;
	text-transform:uppercase;
	color:#0f426b;
	font-weight:bold;
	letter-spacing:.02em;
}

.testimonialbuttons{
	width:100%;
	margin:.25em auto 0.75em auto;
	display:inline-block;
	text-align:center;
	position:relative;
	z-index:1000;
}

.testimonialbutton{
	display:inline-block;
	width:.5em;
	height:.5em;
	border-radius:.5em;
	margin:0 .3em;
	text-align:center;
	line-height:1;
	background:#000;
	opacity:.15;
}

.testimonialbutton:first-child{ opacity:1; }

/******************************* Extras *******************************/

.intext{
	width:38%;
	height:auto;
	margin:0 0 .5em 1em;
	float:right;
}

.quote{
	margin:1em 0 .65em 0;
	font-family: myriad-pro, sans-serif;
	text-align: center;
	font-style:italic;
	font-size:1.15em;
}

.quoted{
	text-align:center;
	font-family: myriad-pro, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.27em;
	margin-bottom:2em;
}

.quote em, .quote i, .quoted em, .quoted i{ font-style:normal; }

.review{
	margin:0 0 .4em 0;
}

.reviewed{
	font-weight:bold;
	margin:0 0 2.5em 70%;
	text-indent:-.98em;
	line-height:1.3;
}

.shadowFrame{
	border:10px solid #fff;
	background:#fff;
	margin-bottom:20px;
	box-shadow:0px 2px 9px 2px rgba(0,0,0,0.3);
	position:relative;
}

.rot{
	-ms-transform:rotate(-10deg);
	transform:rotate(-10deg);
	margin-top:-1.6em;
	margin-bottom:-2em;
}

.wide{
	width:100%;
	margin:1.5em 0;
	padding:1.5em 0;
	clear:both;
	float:left;
}

.tan{ background:#d4af6c; }

.table{
	display:table;
}

.left, .right{ 
	display:table-cell;
	vertical-align:middle;
}

.right{
	width:45%;
	padding-left:10%;
}

.right img{
	width:100%;
	height:auto;
	pointer-events:none;
}

.third{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	padding:0 1.5%;
	text-align:center;
	line-height:1;
}

.third p{ margin-bottom:.6em; }

.third .bigger{ 
	font-weight:bold;
	font-size:1.6em;
	margin-top:1em;
}
.third .bigger .bigger{ font-size:1.5em; } 

.cover img{
	width:160%;
	height:auto;
	margin:-5em 0 -5em -33%;
}

.break{ 
	clear:both;
	float:left;
	margin-top:2em;
	margin-left:10%;
	margin-right:10%;
}

hr{
	height:1px;
	border:0px;
	background:rgba(0,0,0,0.1);
	margin:2.2em 0 2.3em 0;
	clear:both;
}

.short{
	margin:2em 40%;
	background:rgba(0,0,0,0.5);
}

.sicon{
	display:inline-block;
	width:1em;
	height:1em;
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:center;
}

.facebook{
	background-image:url(images/facebook.svg);
}

.center{ text-align: center; }

.vid{
	width:700px;
	height:392px;
	margin:.5em auto 1.5em auto;
}

.tan a{ color:#fff; }
.tan a:hover{ color:#A65C1F; }

.clear{
	clear:both;
	height:3em;
}

/********************************** Resized CSS *************************/

@media all and (max-width: 1100px){
	#head{ font-size:1.8vw; }
	#mainText{ margin:0 0 0 4%; }
	.noright{
        width:92% !important;
        margin-left:4% !important;
    }
	#rightsidecont{ margin:0 2% 0 0; }
	.rot{
        margin-top:-2.4vw;
        margin-bottom:-4vw;
    }
}

@media all and (max-width:980px){
	#topinside{ 
		width:100%;
	}
	#navMenu ul li a{
		font-size:2.5vw;
		padding:0 1.5vw;
		top:.05em;
	}
	.iconDiv{
		width:2.2vw;
		height:2.2vw;
	}
	#content{ padding-bottom: 2em; }
	#mainText, .noright{
		width:80% !important;
		margin:0 10% !important;
	}
	#rightsidecont{
		width:80%;
		margin:0 10%;
		min-width:0;
		text-align:center;
	}
	.quote{ font-size:1em; }
	.quoted{ 
		font-size:1.2em;
		margin-bottom: 0;
	}
	.right{ width:54%; }
	.break{
		margin-top:1em;
	}
	#bottomMenu{ margin-left:0 !important; }
	#bottomMenu ul li a{
		font-size:1.1em;
		float:none;
	}
	#bottomMenu ul li{
		clear:both;
		width:100%;
		text-align:center;
		margin:.1em 0;
	}
	#bottomMenu .menu, #bottomMenu ul{
		margin:0 0 0 0;
	}
	.vid{
		width:75vw;
		height:42vw;
	}
}

@media all and (max-width:860px){
	.quote{ line-height:1.3; }
	#navMenu{ padding-bottom:3.5vw; }
}

@media all and (max-width:800px){
	#topinside{ padding-top:3vw; }
	#head{
		font-size:2.3vw;
		width:100%;
		margin:0 0 5vw 0;
	}
	#topright{
		width:38%;
		top:19vw;
	}
	#content{
		padding-top:8vw;
	}
	#navMenuinside .menu{ display:none; }
	#smNavShow{ 
		display:inline-block; 
		width:28px;
		height:20px;
		margin:0 0 0 -19%;
		background:url(images/hamburger.svg) no-repeat;
		background-size:auto 90%;
		background-position:center;
		cursor:pointer;
		position:relative;
		z-index:1100;
	}
	#social{ top:0; }
	.iconDiv{
		width:1.1em;
		height:1.1em;
	}
	#navMenuSm ul li a{
		width:100%;
		padding:.45em 0 .4em 0;
		font-size:1.25em;
		height:auto;
		top:0;
		text-align:center;
	}
	.left, .right{
		display:block;
		clear:both;
		float:left;
		width:100%;
		padding:0;
		margin:-1em 0 1em 0;
	}
	.right img{
		max-width:300px;
		margin:0 auto;
		display:block;
	}
	.rot{
        margin-top:2em !important;
        margin-bottom:0;
    }
	.third p{ font-size:2.33vw; }
	.third .bigger{ font-size:1.3em; }
	.break{ margin-top:0.6em; }
	.reviewed{ margin-left:30%; }
}

@media all and (max-width:580px){
	#head{ margin-bottom:20vw; }
	#title{ font-size:12vw; }
	#subtitle{ font-size:5vw; }
	#content{ padding-top:15vw; }
	#smNavShow{ margin-left:-50%; }
	#topright{
		width:70%;
		top:40vw;
	}
	.third{
		width:90%;
		margin:0 0 1em 0;
		display:block;
		clear: both;
		float:left;
	}
	.cover img{
        width:120%;
        height:auto;
        margin:0 0 -4vw -10%;
	}
	.buyNowArea{ 
		width:100%;
	}
	.buyNowArea2{ margin-left:0; }
	.buyNowButton{
		width:100%;
		padding:4vw 0;
		height:auto;
	}
	.buyNowArea img{
		width:85%;
		-ms-transform:none; 
		transform: none;
	}
	.buyNowArea2{ 
		margin-top:-2vw;
		width: 100%;
	}
	.third p{ 
		font-size:5vw;
		margin-bottom:2vw;
	}
	.third .bigger{ 
		margin-top:0;
		font-size:9vw;
	}
	.intext{
		width:90%;
		float:left;
		margin:0 0 1em 3%;
	}
}