@charset "utf-8";

/* Edge Chronicles website v1.0
* Author: Simon Wilkes / Moonage.co.uk
* Created: 17/04/2015
*/



/** HTML & BODY
===================================*/

html,body{
	 background-color:#000;
     font-family: 'Vollkorn', 'Apple Garamond', Georgia, 'Times New Roman',  serif;
	 color:#000;
	 font-size:1em;
	 font-weight:400;
	 margin:0px !important;
	 padding:0px;
	 height:100%;
	     transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;

 }


/** PALETTE
===================================*/

.base-bg,.menu{
	background-color: #f1f1f1;
}
.yellow-bg{

	background-color: #fdfbcd !important;
}
.green-bg{
	background-color: #d4dca1;
}
.red-bg{
	background-color: #4c252a;

}
.purple-bg{
	background-color: #9b9db6;
}
.orange-bg{
	background-color: #f8941d;
}
.blue-bg{
	background-color: #8eb4db;
}
.gold-bg{
	background-color: #a37f23;
}
.black-bg{
	background-color: #000;
}
.white-bg{
	background-color: #fff;
}
.pale-bg{
	background-color: #e5d28e;
}
.black-text{
color:#000;
}
.white-text{
color:#fff;	
}
.gold-text{
	color:#a37f23;
}


/** LINKS
===================================*/
 
 
 a, a:link, a:active, a:focus{
	 color:#a37f23;
	 text-decoration:none;

  }
   a:visited{
	 color:#a37f23;
	 text-decoration:none;

  }
  a:hover{
	 color:#a37f23;
	 text-decoration:none;
	 border-bottom:none;   
  }


/** USER AGENT OVERRIDES
===================================*/


ul, menu, dir {
display: block;
list-style-type: none;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
li{
display: block;
text-align:none;	
}
h1,h2, h3 {
display: block;
font-size: 1em;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight:normal;
}


/** TYPOGRAPHY
===================================*/
.uppercase{
text-transform: uppercase;	
}
.headline{
	font-size: 1em;
	color:#fff;
	text-transform: uppercase;
}

.wf-loading h1, .wf-loading p {
	visibility:hidden;
}

.billboard{
	width:auto;
	margin-right: auto;
    margin-left:auto;
    display: inline-block;
    height: auto;
}
.billboard h2{
	margin:0px;
}
h1,h2{

	font-size:2.2em;
	color: #000;
	font-weight:400;
	line-height:1em;
	letter-spacing:1px;
	text-transform: uppercase;
	position: relative;
	
}

h3{

	font-size:1.6em;
color:#000;	
font-weight:400;
	letter-spacing:1px;
text-transform: uppercase;
}

.creators h3{
	display: inline;
}
.small,.caption,.subheading{
font-size:.7em;	
}
.subheading{
	text-transform: uppercase;
	position: absolute;
	top:-30px;
	left: 0px;
	font-size:.5em;	
}



/** NAVIGATION
===================================*/

.mega-menu{
	width:100%;
	max-width: 900px;
	height: auto;
	max-height: 768px;

	color:#fff;
position: relative;
background-color: #363636;
overflow-y:auto;
overflow-x:hidden;
}

.mega-menu a{
	color:#fff;
	text-decoration: none;
	border-bottom:none;
		 font-weight:400;
}
.mega-menu a:hover{
	color:#fff;
	text-decoration: none;
	border-bottom:1px dotted #000;
		 font-weight:400;
}
.mega-menu ul li{
	display: inline;
	float: none;
	margin-left: 10px;
	margin-right: 10px;
}
.mega-menu ul li  b{
	margin-bottom: 10px;
}
.mega-menu ul li:first-of-type{
	display: none;
}

/** mobile specific mega-menu styles **/
.mega-menu .container{
	padding:0px;
}
.mega-menu ul{
	padding-left: 0px;
	margin-left:0px;
}
.mega-menu ul li{
	text-align: left;

}
.mega-menu ul li a, .mega-menu ul li  b{
	width:100%;
	display: block;
	border-bottom: 0px;
padding:10px 10px 10px 10px;
}
.mega-menu ul li a{
		 font-weight:400;
	background-color: #464646;
	border-bottom: 1px solid #363636;
}
.mega-menu ul li a:hover{
		 font-weight:400;
	width:100%;
	display: block;
	border-bottom: 0px;
	background-color: #000;
	border-bottom: 1px solid #363636;
}

.mega-menu .menu-title{
	color:#A37F23;
}
/** mobile specific mega-menu styles **/
.nav{
width:100%;
height:52px;

}
.nav .logo{
	position: relative;
	top:10px;
	left: 5px;
}

#nav-menu{
color:#a37f23;
margin-right:10px;	
cursor:pointer;
top:20px;
	right: 5px;
	position: relative;
}

#close{
	padding-bottom: 40px;
}

.menu-header{
	color: #fff;
	display:block;
	padding:10px;
	cursor: pointer;
	font-size: 1.3em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}
/** OVERLAY
===================================*/

.overlay{
width:100%;
height:100%;
z-index:4000;
background-color:#000;
background: rgba(0, 0, 0, .9); 
display: none;
position: fixed;
top:0;
left:0;
			overflow-y: auto;
    -webkit-overflow-y-scrolling: auto;
}
.overlay .breather{
width:100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
display:block;
margin-top:3%;

}
.overlay .two-columns{
	 -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
.close-btn {
color:#fff;
position: fixed;
top:40px;
right:40px;
cursor: pointer;
z-index:5000;
}
.cover-target{
	margin-top: 10%;
}
.cover-target img{
width:auto;
	max-width: 640px;
}
/** IMAGES
===================================*/

.creator-image{
	width:185px;
	height: 185px;
	border-radius: 50% 50%;
	border: 5px solid #fff;
	overflow: hidden;
	float:none;
		margin-right: auto;
margin-left: auto;
}
.creator-image img{
	width: 185px;

}



/* zoom viewer (for documents)
===================================*/

.zoom-viewer{
    position: relative;
    width:100%;
    height:auto;
    min-height: 450px;
    max-width: 1280px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
    margin-top: 20px;
    border:10px solid #000;
}

.zoom-viewer img{
    /** chrome scaled image blur fix **/
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
}

.zoom-viewer .zoom-thumb{

    width:100% !important;
    height:auto !important;
}

.mag-lens {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mag-zoomed{
	min-height:2500px;
    height:auto !important;
}


.zoom-controls{
    display:none;
    width:60px;
    position: absolute;
    right: 15px;
    top:20px;
    background-color: rgba(0,0,0,0.8) !important;
    padding-top:10px;
    margin-left: auto;
    margin-right: auto;
    height:auto;
    overflow: hidden;
    z-index: 1000;
    text-align:center;
    border:1px solid #000;
}
.zoom-controls button{
    width:40px;
    height:40px;
    color:#5e5e60;
    background-color: transparent;
    border: 1px solid #5e5e60;
    margin-bottom: 10px;
}
.zoom-controls button:hover{
    color:#f1edea;
    border: 1px solid #5e5e60;
    background-color:#5e5e60;
}


/** WORDPRESS OVERRIDES
===================================*/

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100% !important;
}


/** SPRITES
===================================*/

.arrow-white-right-small{
background:url(../images/edge-chronicles-arrows-sprite.png);
background-repeat:no-repeat;
background-size: 200%;
width:32px;
height:11px;
background-position: -33px 0px;
display: inline-block;
margin-left: 5px;
}
.arrow-white-left-small{
	background:url(../images/edge-chronicles-arrows-sprite.png);
background-repeat:no-repeat;
background-size: 200%;
width:32px;
height:11px;
background-position: 0px 0px;
display: inline-block;
margin-right:5px;
}
.arrow-black-right-small{
background:url(../images/edge-chronicles-arrows-sprite.png);
background-repeat:no-repeat;
background-size: 200%;
width:32px;
height:11px;
background-position: -33px -12px;
display: inline-block;
margin-left: 5px;
}
.arrow-black-left-small{
	background:url(../images/edge-chronicles-arrows-sprite.png);
background-repeat:no-repeat;
background-size: 200%;
width:32px;
height:11px;
background-position: 0px -12px;
display: inline-block;
margin-right:5px;
}


.arrow-white-right-large{
background:url(../images/edge-chronicles-arrows-sprite.png);
background-repeat:no-repeat;
background-size: 180%;
width:64px;
height:22px;
background-position: -57px 2px;
display: inline-block;
margin-left: 10px;
}
.arrow-white-left-large{
background:url(../images/edge-chronicles-arrows-sprite.png);
background-repeat:no-repeat;
background-size: 180%;
width:64px;
height:22px;
background-position: 7px 2px;
display: inline-block;
margin-right: 10px;
}
.arrow-black-right-large{
background:url(../images/edge-chronicles-arrows-sprite.png);
background-repeat:no-repeat;
background-size: 180%;
width:64px;
height:22px;
background-position: -57px -20px;
display: inline-block;
margin-left: 10px;
}
.arrow-black-left-large{
background:url(../images/edge-chronicles-arrows-sprite.png);
background-repeat:no-repeat;
background-size: 180%;
width:64px;
height:22px;
background-position: 7px -20px;
display: inline-block;
margin-right: 10px;
}



/** BOOKS CAROUSEL
===================================*/


.slider-nav,#slider-next, #slider-prev{
display:none;
}

.bookslider h2{
	color: #fff;
	font-size: .7em;
}
.bookslider li{
	padding-bottom: 20px;
}
.bookslider a{
	 opacity: 0.7;
	 transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.bookslider a:hover{
	 opacity: 1;
	   transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}


.bookslider .book-current {
 	 opacity: 1;
}

.bookslist{
	margin-right: 0px;
}
.bookslist h2{
	color:#000;
	font-size: .7em;
	margin-top: 20px;
}
.bookslist img{
	width:100%;
	max-width: 260px;
	-webkit-transition: -webkit-transform 0.5s ease;
-moz-transition: -moz-transform 0.5s ease;
transition: transform 0.5s ease;

}
.bookslist img:hover{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}


/**  SLIDER OPTIONS
===================================*/

.reviews-bg .bx-pager, .books-bg .bx-pager {
 margin-top:20px;
 position: relative;
 bottom:0px;
}

/** CHARACTER SLIDER
===================================*/

 .bx-pager, .bx-controls-auto {
 		display: block;
	position: relative;
	top:-30px;
	width: 100%;
	height:50px;
}

.bx-wrapper{
	margin: 0px;
}
.characters .bx-pager{
	top:-50px;
}
.characters #slider-next{

   display: none; 
}
.characters #slider-prev{
display: none;
}
.creatures-pic{
	border-radius: 50% 50%;
border:5px solid #fff;
width:100%;
max-width: 155px;
}
.creatures .one-third{
	width: 50%;
}


/** MAPS
===================================*/

.map-thumbnail{
	width:auto;
max-width: 100%;
	border:5px solid #000;
}


/** BACKGROUNDS
===================================*/

.hero{
background-repeat:no-repeat !important;
background-size: cover !important;
width: 100% !important;
height: 300px;
max-height: 300px;
background-position: center !important;
}



.books-bg{
background:url(../images/edge-chronicles-backgrounds-books-m.jpg);
background-repeat:no-repeat;
background-size: cover;
background-position: center;
}

.maps{
background-repeat:no-repeat;
background-size: cover;
background-position: center;
}
.characters-creatures{
	background-size: cover;
background-repeat:no-repeat;
background-position: bottom center;

}
.timeline{
background-repeat:no-repeat;
background-size: cover;
background-position: bottom right;

}
.flight{
	background-size: cover;
background-repeat:no-repeat;
background-position: top center;

}


/** FEATURED BOOK
===================================*/


.featured-art{
	background-image: none;
	display: none;
}

.featured-cover, .additional-cover{
	width:140px;
	-webkit-transition: -webkit-transform 0.5s ease;
-moz-transition: -moz-transform 0.5s ease;
transition: transform 0.5s ease;
margin-right: 10px;
margin-bottom: 20px;
}
.featured-cover:hover, .additional-cover:hover{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

/** BOOK DETAILS
===================================*/


.book-meta{
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
}

.current-cover{
	width:200px;
	-webkit-transition: -webkit-transform 0.5s ease;
-moz-transition: -moz-transform 0.5s ease;
transition: transform 0.5s ease;
}
.current-cover:hover{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.alt-cover, .int-cover{
	width:90px;

}
.int-cover{
	margin-top: 5px;
	margin-bottom: 5px;
}
 .alt-cover,  .int-cover{
	
  -webkit-transition: -webkit-transform 0.5s ease;
-moz-transition: -moz-transform 0.5s ease;
transition: transform 0.5s ease;
 
}

.alt-cover:hover{
	 opacity: 1;
	  -webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);

}
.int-cover:hover{
	 opacity: 1;
	  -webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);

}

.reviews-bg{
	background:url(../images/edge-chronicles-backgrounds-reviews.jpg);
background-repeat:no-repeat;
background-position: center;
}

.reviewslider p{
font-size: 1.4em;
}


.cover-info{
height:75px;
display:inherit;
overflow:hidden;
}

.buy-container{

	background-color: #363636;
	width:100%;
	height: auto;
	position: absolute;
	top:0px;
	z-index: 3000;
	color:#fff;
}
.buy-container h2{
	color:#fff;
}

.retail-detail, .additional-detail {
    border-radius: .3em;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.retail-detail h2, .additional-detail h2{
	color: #000;
	margin:0px;
	margin-bottom: 5px;
}

.retail-links{
	width:100%;
	height:auto;
position:absolute;
top:0;
left:0;
z-index:2000;
}
.retail-links a:link, .retail-links a:active{
background-color:#d7a329;
color:#fff;
padding:3px 5px 3px 5px;
cursor:pointer;
border-radius:.2em;	
text-decoration:none;
margin-top:3px;
margin-bottom:5px;
display:inline-block;
margin-right:10px;
}
.retail-links a:hover, .retail-links a:visited{
background-color:#6d6d6d;
webkit-transition: background-color 180ms linear;
-moz-transition: background-color 180ms linear;
-o-transition: background-color 180ms linear;
-ms-transition: background-color 180ms linear;
transition: background-color 180ms linear;
cursor:pointer;
border-radius:.2em;	
text-decoration:none;
color:#fff;
}
.additional-detail{
	width:100%;
	max-width: 450px;
}

/** SOCIAL
===================================*/

.social-container{
width:100%;
	max-width:450px;
	height:auto;
	min-height: 520px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
}
.social-bg{
background:url(../images/edge-chronicles-backgrounds-social-m.jpg);
background-repeat:no-repeat;
background-size: cover;
}


/** THE GRID
===================================*/

.wrapper{
width:100%;
text-align:center;	
}
.one-third{
width:100%;
height:auto;

}
.two-thirds{
width:100%;	
height:auto;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;

}
div.fluid-width-video-wrapper{

	width:100% !important;
}
.full,.row{
width:100%;	

}

.half{
width:100%;	
display:inline-block;
float:left;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;
}
.quarter,.three-quarters{
width:100%;
display:inline-block;
float:left;
margin-bottom:0px;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;
}
.fifth{
width:100%;	
display:inline-block;
float:left;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;
}
	.sixth{
width:33.33%;	
display:inline-block;
float:left;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;
}
.ninety{
width:90%;	
margin:0 auto;
}
.forty{
width:40%;
	height:auto;
}
.forty-nine{
width:100%;	
}

.container{
	width:100%;
	max-width:1600px;
margin:0 auto 0;
padding:30px 20px 30px 20px;
}


/** HEADER
===================================*/


#header-desktop{
display:none;	
}
#header-device{
display:block;	
height: 70px;
overflow: hidden;
}
.logo{
max-width:100px;
min-height: 90px;
width:100px;
height:auto;
background:url(../images/edge-chronicles-main-title.png);
background-repeat:no-repeat;
background-size: 100%;
margin-right: auto;
margin-left: auto;
    -webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;

}

#discover, #explore{
	margin-top: 25px;
}

/** FOOTER
===================================*/


.footer{
display:block;
color:#fff;
}
.footer a:link,.footer a:active, .footer a:visited, .footer a:focus {
color:#a37f23;	
text-decoration:underline;	
}
.footer a:hover{
color:#a37f23;
text-decoration:none;
}
.footer p{
text-align:center;	
}
.footer img{
	width:auto;
	max-width: 24px;
}
.footer span{
	line-height: 1em;
	color:#fff;
	text-align: left;
	font-size: 1em;
}
.footer .logo{
	width: 200px;
	min-width: 200px;
	height:120px;
		min-height: 120px;
}
.footer .authors{
		width: 170px;
	min-width: 170px;
	height:80px;

	background:url(../images/edge-chronicles-main-authors.png);
background-repeat:no-repeat;
background-size: 100%;
margin-right: auto;
margin-left: auto;
}
/** BREATHER
===================================*/


.breather{
width:100%;
padding:10px;
height:auto;
text-align:left;
position:relative;	
display:inline-block;
}

/** HEIGHTS AND WIDTHS
===================================*/


.height-auto{
	min-height:0px;
height:auto;	
}
.height-pc{
height:100%;	
}
.width-auto{
width:auto;	
}
.min-height-400px{
	min-height: 400px;
}

/** DISPLAY
===================================*/


.display-none{
display:none;	
}
.display-block{
display:block;	
}
.display-inline{
display:inline;	
}
.hide-on-mobile{
		display: none;
	}


/** ALIGNMENTS & POSITIONING
===================================*/

.position-relative{
position:relative;
}

.footer-right-align, .footer-left-align{

	text-align:left;
}
.quote-align{
text-align:right;
}
.align-middle,.align-center{
text-align:center;
margin-left: auto;
margin-right: auto;
}
.align-left, .align-right-to-left{
text-align:left;	
}
.align-right{
text-align:right;	
}
.v-align-middle{
   text-align: center;
   vertical-align: middle;
}
.newsletter-half{
padding-top:0px;	
}
.align-heading{
	display:table;
vertical-align: middle;
}
	 .align-right-to-center,  .align-left-to-center{
	 	text-align:center;
	 }


/** CALL-TO-ACTION BUTTONS
===================================*/

 .buy-btn{
width:100%;
max-width:300px;	
}
.call-to-action, .call-to-action-black, .call-to-action-white{

	font-size:1.1em;
	width:auto;
	height:auto;
color:#a37f23 !important;
text-decoration: none;
text-transform: uppercase;
padding:5px;
cursor: pointer;
background-color: transparent;
display: inline-block;
margin-bottom: 5px;
border: 1px solid #a37f23;

}
.call-to-action:hover, .call-to-action-black:hover, .call-to-action-white:hover{

	font-size:1.1em;
	width:auto;
	height:auto;

color:#000 !important;
background-color: #a37f23;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
border: 1px solid #a37f23;
	webkit-transition: background-color 180ms linear;
-moz-transition: background-color 180ms linear;
-o-transition: background-color 180ms linear;
-ms-transition: background-color 180ms linear;
transition: background-color 180ms linear;
}
.call-to-action-black{
border: 1px solid #000;
		color:#fff !important;
background-color: #000;
padding:10px;
}

.call-to-action-black:hover{
border: 1px solid #363636;
		color:#fff !important;
background-color: #363636;
	webkit-transition: background-color 180ms linear;
-moz-transition: background-color 180ms linear;
-o-transition: background-color 180ms linear;
-ms-transition: background-color 180ms linear;
transition: background-color 180ms linear;
}
.call-to-action-white{
border: 1px solid #fff;
		color:#fff !important;
background-color: transparent;
padding:10px;
}

.call-to-action-white:hover{
border: 1px solid #fff;
		color:#000 !important;
background-color: #fff;
	webkit-transition: background-color 180ms linear;
-moz-transition: background-color 180ms linear;
-o-transition: background-color 180ms linear;
-ms-transition: background-color 180ms linear;
transition: background-color 180ms linear;
}

.call-to-action-black img{
	max-height:20px;
	position: relative;
	top:4px;
}

/** ICONS
===================================*/

.sn-icon-container{
	width:100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.sn-icon{
width:70px;
height:70px;
cursor:pointer;
text-align:center;
vertical-align:middle;
background-color:#fff;
color:#000;
float: left;
margin-right: 10px;
padding-top:19px;
display: inline;
border-radius: 50% 50%;
}
.sn-icon i{
text-align:center;
color:#000;	
margin-right: auto;
margin-left: auto;
}
.sn-icon:hover{
	webkit-transition: background-color 180ms linear;
-moz-transition: background-color 180ms linear;
-o-transition: background-color 180ms linear;
-ms-transition: background-color 180ms linear;
transition: background-color 180ms linear;
background-color:#3f3f3f;	
color:#fff;
}
.sn-icon i:hover{
color:#fff;
}

/** FORMS
===================================*/

select{
padding:3px;
font-size:12pt;
border-radius:.3em;	
border:2px solid #adadad;
color:#adadad;
}

input[type="submit"] { -webkit-appearance:none; -webkit-border-radius:.3em; }
input[type="email"] { -webkit-appearance:none; -webkit-border-radius:.3em; }

.submit-btn{
width:auto;
height:auto;
color:#fff !important;
font-size:14pt;
vertical-align:central;
padding:10px 10px 10px 10px;
position:relative;
top:3px;
cursor:pointer;
border-radius:.3em;
border:0px;
}
.submit-btn:hover{
background-color:#6d6d6d;
webkit-transition: background-color 180ms linear;
-moz-transition: background-color 180ms linear;
-o-transition: background-color 180ms linear;
-ms-transition: background-color 180ms linear;
transition: background-color 180ms linear;

}



/** FLOATS
===================================*/


.float-left{

float:left;	
}
.float-right{
float:right;
}
.float-right-to-left{

float:none;
margin-right: auto;
margin-left: auto;	
}

.float-left-to-center{
float:none;
margin-left: auto;
margin-right: auto; 
}
.float-right-to-center{
float:none;
margin-left: auto;
margin-right: auto; 
}


/** CLEARS
===================================*/

.clear-both{
clear:both;	
height:40px;	
}
.clear-zero{
clear:both;
height:0px;	
}
.clear-mini{
clear:both;
height:10px;	
}
.clear-big{
clear:both;	
height:100px;	
}

/** PADDING
===================================*/

.no-padding{
padding:0px !important;	
}
.padding-5px{
padding:5px;	
}
.padding-10px{
padding:10px;	
}
.padding-50px{
padding:50px;	
}
.padding-top-10{
padding-top:10px;	
}
.padding-top-20{
padding-top:20px;	
}
.padding-top-30{
padding-top:30px;	
}
.padding-top-40{
padding-top:40px;	
}
.padding-bottom-40{
padding-bottom:40px;	
}
.padding-top-50{
padding-top:50px;	
}
.padding-top-130{
padding-top:130px;	
}
.padding-right-large{
	padding-right: 0px;
}
.padding-left-large{
	padding-left: 10px;
}

/** MARGINS
===================================*/

.margin-top-small{
margin-top:10px;	
}
.margin-top-medium{
margin-top:20px;	
}
.margin-top-large{
margin-top:40px;	
}
.margin-bottom-small{
margin-bottom:10px;	
}
.margin-bottom-medium{
margin-bottom:20px;	
}
.margin-bottom-large{
margin-bottom:40px;	
}

.margin-left-small{
margin-left:10px;	
}
.margin-left-medium{
margin-left:20px;	
}
.margin-left-large{
margin-left:40px;	
}

.margin-right-small{
margin-right:10px;	
}
.margin-right-medium{
margin-right:20px;	
}
.margin-right-large{
margin-right:40px;	
}

.margin-left-10px{
margin-left:10px;	
}
.margin-right-10px{
margin-right:10px;	
}
.no-margin{
	margin:0px !important;
}
.margin-20px{
margin:20px;
display:block;	
}


/** IMAGE STYLES
===================================*/


.cover{
	width:100%;
	max-width:240px;
}

.author-pic{

width:120px;
height:120px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
overflow:hidden;
background-size:cover;
}
.photo{
	max-width: 460px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.photo img{
	width: 96%;
	height: auto;
	border:10px #fff solid;
}


/** BREADCRUMBS
===================================*/

.breadcrumbs{
padding:5px;
margin:0px;
	font-size: .8em;
	text-align:left;
	color:#000;
	width:100%;
	border-top:1px solid #cacaca;
	background-color: #f1f1f1;
}
.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:focus, .breadcrumbs a:visited{
	color:#000;
}


/** BORDERS
===================================*/
.gold-border-bottom{
	border-bottom:2px solid #a37f23;
}
.gold-border-top{
	border-top:2px solid #a37f23;
}


/** SUNDRY STYLES
===================================*/


.emoji{
	background-color: transparent !important;
	color: #fff;
}

.pointer,.clickable{
cursor:pointer;	
}


blockquote{
	color:#a37f23;
	padding: 0px;
	margin: 0px;
}
.opacity{

		background-color:#000;
background-color: rgba(0, 0, 0, 0.7); 
}

div{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	*behaviour: url(../js/boxsizing.htc);
	}


::selection {
background-color:#000;
color:#fff;
}
::-moz-selection {
background-color:#000;
color:#fff;
}



/** MEDIA QUERIES
===================================*/

/** SMARTPHONE +
===================================*/

@media only screen and (min-width: 480px){
	.cover-thumbnail, .cover-thumbnail img{
width:auto !important;
max-height:300px;	
margin-bottom:10px;
text-align:center;
margin-right:10px;
display:inline-block;
}


.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 50% !important;
}
.social-bg{
background:url(../images/edge-chronicles-backgrounds-social.jpg);
background-repeat:no-repeat;
background-size: cover;
}
}


/** TABLET +
===================================*/


@media only screen and (min-width: 900px)  {

	.book-content{
	min-height: 740px;
}

		.mega-menu #explore-edge li{
width:12%;
	}

	.featured-cover, .additional-cover{
margin-bottom: 5px;
}

	.characters #slider-next{
    right:10px;
    	top:25%;
   display: block; 
}
.characters #slider-prev{
	left:10px;
	top:25%;
display: block;
}

	 .bx-pager, .bx-controls-auto {
	display: none;
}
.bx-wrapper .bx-pager {
    padding-top: 10px;
    margin-top: 20px;
}
	.map-thumbnail{
	width:auto;
max-width: 70%;
	border:5px solid #000;
}

	.hide-on-mobile{
		display: inline-block;
	}

	.zoom-viewer{
        position: relative;
        width:100%;
        height:auto;
        min-height: 760px;
        max-width: 1600px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:20px;
        margin-top: 20px;
        border:10px solid #000;
    }

    .zoom-controls{
        width:60px;
        position: absolute;
        right: 15px;
        top:20px;
        background-color: rgba(0,0,0,0.8) !important;
        padding-top:10px;
        margin-left: auto;
        margin-right: auto;
        height:auto;
        overflow: hidden;
        z-index: 1000;
        text-align:center;
        border:1px solid #000;
        display:block;
    }

    .zoom-viewer {
        height: 640px;

    }

	#close{
	padding-bottom: 10px;
}
.menu-header{
	display:none;
}
.headline{
	font-size: .9em;
}

.bookslider h2, .bookslist h2{
	font-size: 1em;
}

	.slider-nav{
background-color:#4c252a;
position: absolute;
top:350px;
width:75px;
height: 75px;
border-radius: 3em;
padding-top: 25px;
z-index: 2000;
cursor: pointer;
display: block;
}
#slider-next{
    right:10px;
   display: block; 
}
#slider-prev{
	left:10px;
display: block;
}

.creator-image{

	float:left;
	margin-right: 20px;
}

.characters-creatures{

background-position: center;

}

.flight{

background-position: top left;

}
.featured-art{
background-repeat:no-repeat !important;
background-size: 100% !important;
background-position: bottom !important;
width:400px;
height: 420px;
display: block;
	position: absolute;
	left:0px;
	bottom: -2px;
	padding:0px;
	margin:0px;
}
.featured-book,.book-content{
	padding-left:400px !important;
}

.container{
	width:100%;
	max-width:1600px;
margin:0 auto 0;
padding:50px 100px 50px 100px;
}
#header-desktop .container{
padding:10px;}

.hero{
		background:url(../images/edge-chronicles-hero-sky-galleons.jpg);
background-repeat:no-repeat;
background-size: cover;
width: 100%;
height: 445px;
max-height: 445px;
background-position: center;
}

.books-bg{
	background-repeat:no-repeat !important;
background-size: cover !important;
background:url(../images/edge-chronicles-backgrounds-books.jpg);

}



.mega-menu ul li{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;

}
.mega-menu{
	width:100%;
	min-width: 900px;
	max-width: 100%;
	height: auto;
	max-height: 768px;
	color:#000;
background-color: #f1f1f1;
position: relative;
}
.mega-menu ul li:first-of-type{
	display: block;
}
.mega-menu ul li a, .mega-menu ul li a:hover{
	border-bottom: none;

}
.mega-menu ul li a{
	background-color: transparent;
	}
	.mega-menu .container{
	padding:20px;
}
.mega-menu ul li a, .mega-menu ul li  b{
	width:100%;
	display: block;
	border-bottom: 0px;
padding:10px 10px 10px 10px;
}
.mega-menu ul li a{
	color:#000;
	background-color: transparent;
	border-bottom: none;
	border-bottom: 1px solid #f1f1f1;
}
.mega-menu ul li a:hover{
	width:100%;
	display: block;
		color:#000;
	border-bottom: 0px;
	background-color: #cacaca;
	border-bottom: 1px solid #cacaca;
}

.logo{
max-width:274px;
min-height: 138px;
width:274px;
height:auto;
background:url(../images/edge-chronicles-main-title.png);
background-repeat:no-repeat;
background-size: 100%;
margin-right: auto;
margin-left: auto;
    -webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;
}
	/**{
			webkit-transition: all 240ms linear;
-moz-transition: all 240ms linear;
-o-transition: all 240ms linear;
-ms-transition: all 240ms linear;
transition: all 240ms linear;
}*/
.float-left-to-center{
float:left;
}
.float-right-to-center{
float:right;
}
	 .align-right-to-center{
	 	text-align:right;
	 }
	 .align-left-to-center{
text-align:left;
	 }


.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25% !important;
}


	.padding-right-large{
	padding-right: 110px;
}
.padding-left-large{
	padding-left: 80px;
}

.intro-bg::after{
	clear:both;

}
	.float-right-to-left{
float:right;
}

.call-to-action, .call-to-action-red{
	padding: 10px;
	font-size:1.2em;
	margin-bottom: 5px;
	
}
.call-to-action:hover, .call-to-action-red:hover{
	font-size:1.2em;
	padding: 10px;
	margin-bottom: 5px;
}



	.cover{
	width:100%;
	max-width:348px;
}


.intro{
	position: fixed;
	  top:0;
  left:0;
}



		#header-desktop{
display:block;
z-index: 3000;
background-color: #000;	
height: auto;
}
	.header-bg{
height:auto;
min-height: 70px;
border-bottom: 1px solid #EFEBE2;	

}

.nav ul li a{
	margin-right:10px;
}


	.first-row{
	margin-top:50px !important;
	position: relative;
	top:10px;
}
.quote-box .slider{
font-size: 1.4em;
	color: #000;
	font-style:italic;
	text-align: center;
width:100%;
}
.quote-box .slider p{
padding-left:20px;
padding-right: 20px;
width: 70%;
margin-right: auto;
margin-left: auto;
}

div.fluid-width-video-wrapper{
margin:0 auto;
	width:70% !important;
}


	.footer-right-align{
	text-align:right;
}

	a.call-to-action, a.call-to-action-white, a.call-to-action-share{
width:auto;
max-width: 300px;
}
	
	h1, h2, h3{


	line-height:1em;
	
}

	.forty-nine{
width:49%;	
}

	.thirty-three{
width:33% !important;	
}
.sixty-six{
width:66% !important;	
}

	.newsletter-half{
padding-top:40px;	
}

	.nav-expand{
	display:none;	
	}
	#header-desktop{
display:block;

}
	#header-device{
display:none;	
}
.m-margin-bottom{
margin-bottom:0px;	
}	

	.one-third{
width:33.33%;
display:inline-block;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;

}
.two-thirds{
width:66.66%;	
display:inline-block;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;
}
.half{
width:50%;
display:inline-block;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;
}
.quarter{
width:25%;	
display:inline-block;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;

}
.three-quarters{
width:75%;	
display:inline-block;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;	
}
.fifth{
width:20%;
display:inline-block;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;	
}
	
	.sixth{
width:16.6%;	
display:inline-block;
-webkit-transition: -webkit-transform 0.3s linear;
-moz-transition: -moz-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
transition: transform 0.3s linear;
float:left;
}
.submit-btn{
width:auto;
height:auto;
color:#fff !important;
font-size:14pt;
vertical-align:central;
padding:10px 10px 10px 10px;
position:relative;
top:3px;
cursor:pointer;
border-radius:.3em;
border:0px;
}
}



/** DESKTOP BELOW 1200PX
===================================*/


@media only screen and (max-width:1200px){


		.mega-menu #explore-edge li{
width:14%;
	}
.home-books{
display:block;
position:relative;
top:0px;
height:280px;
overflow:hidden;
}
	
.nav a:link, .nav a:active, .nav a:visited, .nav a:focus, #nav-on{
	font-size:.8em;
}	
.search-text{
	max-width:140px ;

}


.sn-icon{
margin:24px 5px 5px 5px;	
}

}

/** SMARTPHONE PORTRAIT
===================================*/

@media only screen and (max-width:480px){


		.slide h1, .slide h2 {

position:absolute;
z-index:4000;
top:30%;
left:5%;
color:#fff;
	display:block;
	text-align:left;
	}

	.focus-box{
width:100%;
text-align:center;
}
	.sixth{
width:50%;	
}	
.subscribe-btn{
margin-top:0px;	
}
.author-pic{

width:100px;
height:100px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
overflow:hidden;
}
.quote-align{
text-align:left;	
}	
p{
	margin-top:20px;
	margin-bottom:20px;
}
}

/** IPAD PORTRAIT
===================================*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 1) {

	.first-row{
	margin-top:30px !important;
}
p{
	margin-top:20px;
	margin-bottom:20px;
}

}


/** IPAD LANDSCAPE
===================================*/


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

	.first-row{
	margin-top:100px !important;
}
p{
	margin-top:20px;
	margin-bottom:20px;
}
h1{
	margin-top:20px;
}
#header-desktop,.nav {
padding-top: 10px;

}
.nav{
	position:relative;
	top:-5px;
}

.first-row {
    margin-top: 20px !important;
    position: relative;
    top: 10px;
}

.padding-right-large{
	padding-right: 10px;
}





}

/** TABLET PORTRAIT
===================================*/


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { 
p{
	margin-top:20px;
	margin-bottom:20px;
}

}

/** DESKTOP 1280PX +
===================================*/

@media only screen and (min-width:1280px){
.headline{
	font-size: 1em;
}
.featured-art{
background-repeat:no-repeat !important;
background-position: bottom !important;
width:500px;
height: 520px;
display: block;
	position: absolute;
	left:0px;
	bottom: -2px;
	padding:0px;
	margin:0px;
}

.featured-book,.book-content{
	padding-left:510px !important;
}


#slider-next{
    right:40px;
   display: block; 
}
#slider-prev{
	left:40px;
display: block;
}


}

