/**
	Table of Contents
	updated on 2015-04-10 17:42:52

	01. Reset ----------------------------------------- (line 29)
	02. Base ------------------------------------------ (line 35)
	03. Helpers --------------------------------------- (line 82)
	04. Sprites --------------------------------------- (line 98)
	    Icons ----------------------------------------- (line 107)
	    Socials --------------------------------------- (line 113)
	05. Buttons --------------------------------------- (line 127)
	06. Contaienrs ------------------------------------ (line 175)
	07. Header ---------------------------------------- (line 183)
	08. Slider ---------------------------------------- (line 199)
	09. Sections -------------------------------------- (line 233)
	    Section About --------------------------------- (line 236)
	    Main ------------------------------------------ (line 245)
	    Section Featured ------------------------------ (line 249)#
	    Featured -------------------------------------- (line 256)
	    Section New releases -------------------------- (line 270)
	    Slider Carousel ------------------------------- (line 278)
	    Section Updates ------------------------------- (line 297)
	    Updates --------------------------------------- (line 305)
	10. Footer ---------------------------------------- (line 319)
	11. Responsive Small Desktop ---------------------- (line 332)
	12. Responsive Tablet ----------------------------- (line 346)
**/

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { min-width: 320px; background: #0084ae; font-family: 'Pluto', sans-serif; font-size: 14px; line-height: 1.3; color: #000; -webkit-font-smoothing:antialiased; }

a { text-decoration: none; color:#00a1b0 }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

h2 { color: #e64461; font-size: 37px; text-transform: uppercase; font-weight: normal; margin-bottom: 6px; }
p { font-family: 'MissionGothic', sans-serif; font-size: 16px; line-height: 1.5; margin-bottom: 24px; }
h3{margin-bottom:20px;}
h4 { color: #00a1b0; text-transform: uppercase; font-size: 27px; font-weight: normal; margin-bottom: 7px; }
h5{ font-size:16px;margin-bottom:10px;}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.alignleft { float: left; padding-right:20px;}
.alignright { float: right;padding-left:20px; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.clear{clear:both}

.slider{margin-top:95px;}
.container{margin-top:125px;}
.container.no-margin-top{margin-top:0px;}

.fsr-container { overflow: hidden; background-repeat: no-repeat; background-size: cover; }
.fsr-image { position: absolute; }
.fsr-hidden { display: none; }

.loading {background-image: url(images/loader.gif);width:128px;height:128px;position: absolute;left: 50%;top: 165px;margin-left: -68px; /* -1 * image width / 2 */margin-top: -64px; /* -1 * image height / 2 */}

.group:after,
.row:after {content: "";display: table;clear: both;}

.column{float:left;padding:10px}

.book-app{min-height:250px;}

/* ------------------------------------------------------------ *\
	Sprites
\* ------------------------------------------------------------ */

.ico,
.logo,
.socials a,
.footer-logo,
.slider .btn-scroll, .hero .btn-scroll{ background-image: url(images/sprite-v2.png); background-repeat: no-repeat; }

/*  Icons  */

.ico { display: inline-block; vertical-align: middle; }

.ico-search { width: 24px; height: 24px; background-position: -880px -5px;position:absolute;right:10px;top:42px; }
.ico-search:hover{opacity:0.7;}
/*  Socials  */

.socials ul { list-style: none outside none; overflow: hidden; }
.socials li { float: left; }
.socials li ~ li { margin-left: 13px; }
.socials a { display: block; width: 45px; height: 45px; font-size: 0; line-height: 0; text-indent: -4000px;}
.socials a:hover { opacity: 0.7; }
.socials .link-facebook { width: 45px; height: 45px; background-position: -940px -5px; }
.socials .link-googleplus { width: 45px; height: 45px; background-position: -995px -5px; }
.socials .link-pinterest { width: 45px; height: 45px; background-position: -1050px -5px; }
.socials .link-twitter { width: 45px; height: 45px; background-position: -1105px -5px; }
.socials .link-instagram { width: 45px; height: 45px; background-position: -1050px -55px; }
.socials .link-youtube { width: 45px; height: 45px; background-position: -1160px -5px; }

/* ------------------------------------------------------------ *\
	FORMS
\* ------------------------------------------------------------ */


button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

button.btn{background:transparent;}

textarea{padding:10px;}
select{cursor: pointer;background:transparent;}
input[type="text"],input[type="email"], select {
    
    padding: 15px;
    border: 1px solid #75c8cc;
    color: #00a1b0;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
select:hover { border-color: #00a1b0; }

.gform_wrapper input[type=submit],.gform_wrapper .gform_button{background:#ffffff;cursor:pointer; display: inline-block; border-radius: 8px; border: 1px solid #00a1b0; line-height: 28px; padding: 10px; color: #00a1b0; }
.gform_wrapper input[type=submit]:hover,.gform_wrapper .gform_button:hover { background:#00a1b0; border-color: #00a1b0o; color:#fff;text-decoration: none; }
.gform_fields li{padding-bottom:20px;}
.gform_wrapper input[type=text]{padding:10px!important;}
.gform_wrapper select{padding:8px;background:#fff;}

.mc-field-group input[type=text],.mc-field-group input[type=email] {width:50%;margin-bottom:10px;}
.btn { cursor:pointer; ;display: inline-block; border-radius: 8px; background:transparent; border: 1px solid #ed887a; line-height: 28px; padding: 10px; color: #e64461; text-transform: uppercase; text-transform: uppercase; }
.btn:hover { border-color: #e64461; text-decoration: none; }

.btn-blue, { color: #00a1b0; border-color: #75c8cc; }
.btn-blue:hover { background:#00a1b0;color:#ffffff;border-color: #00a1b0; }

.btn-white { border-color: #fff; color: #fff; }
.btn-white:hover { border-color: #eee; }

.btn-solid{color:#fff;background:#00a1b0 !important;border-color: #75c8cc;}
.btn-solid:hover{background:#75c8cc !important;border-color:#00a1b0}
.btn-medium { font-size: 18px; padding: 3px 10px; line-height: 32px; }
.btn-large { font-size: 24px; padding: 0 20px; line-height: 48px;margin-right:10px; }

.btn-huge{width:250px;height:150px;font-size:26px;}

.btn-menu { display: inline-block; height: 9px; padding-top: 9px; }
.btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #00a1b0; }
    
.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 3px; background: #00a1b0; content: ''; }

.btn-menu span:before { top: -9px; }
.btn-menu span:after { top: 3px; }

.btn-menu span:before,
.btn-menu span:after,
.btn-menu span { 
    -webkit-transition: all .3s linear; 
       -moz-transition: all .3s linear; 
            transition: all .3s linear; 
 }

.btn-menu.active span { border-color: transparent; }

.btn-menu.active span:before { 
-webkit-transform: rotate(45deg) translate(2.5px, 6px);
    -ms-transform: rotate(45deg) translate(2.5px, 6px);
   -moz-transform: rotate(45deg) translate(2.5px, 6px);
        transform: rotate(45deg) translate(2.5px, 6px);

}
.btn-menu.active span:after { 
-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
    -ms-transform: rotate(-45deg) translate(2.5px, -6px);
   -moz-transform: rotate(-45deg) translate(2.5px, -6px);
        transform: rotate(-45deg) translate(2.5px, -6px); 
}



.no-results{padding:10px;}

/* ------------------------------------------------------------ *\
	Contaienrs
\* ------------------------------------------------------------ */

.wrapper { background: url(images/pattern-yellow.jpg) repeat 0 0; overflow: hidden; }
.shell { max-width: 1185px; margin: 0 auto; padding: 0 10px; margin-top:50px;}

.header .shell {margin-top:0px;}

.page-id-27 .wrapper {background: url("images/pattern-pink.jpg" )repeat 0 0 ;background-size:cover}
body#search .wrapper {background: url("images/pattern-purple.jpg") repeat 0 0;}
.page-id-238 .wrapper {background: url("images/pattern-purple.jpg") repeat 0 0;}


/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { background: #fff; position:fixed;z-index:999;width:100%;height:100px;}
.logo { float: left;  width: 411px; height: 31px; background-position: -5px -5px; margin: 38px 0 34px 2px; font-size: 0; line-height: 0; text-indent: -4000px; }

.header .btn-menu { display: none; }

.nav { float: right; margin-top: 38px;margin-right:40px; }
.nav ul { list-style: none outside none; overflow: hidden; }
.nav li { float: left; font-size: 26px; text-transform: uppercase; font-weight: normal; }
.nav li ~ li { margin-left: 36px; }
.nav a { color: #00a1b0; }
.nav a:hover { text-decoration: none; color: #00747f; }
.nav ul ul {
  visibility: hidden;
  padding: 10px;
  background: #ffffff;
  width: 180px;
  height: auto;
  margin-left: -20px;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index:100
  }
  
.nav ul li:hover ul {visibility: visible;}
.nav li ul.sub-menu li {float: none;margin-left: 10px;padding-bottom: 10px;line-height:.7em;}
.nav li ul.sub-menu li a {font-size:14px;}

@media (max-width: 1023px) {

  .nav { display:none;position: absolute; top: 100%; right: -100%; width: 100%; margin: 0; background-color: #fff; transition: right .4s; }  
  .nav.expand { right: 0;display:block; } 
  .nav > ul > li { float: none; display: block; } 
  .nav > ul > li + li { margin-left: 0; } 
  .nav > ul > li > a { display: block; font-size: 18px; border-radius: 0; } 

  ul.sub-menu { visibility: visible; position: static; display: none; width: 100%; opacity: 1; }
  ul.sub-menu{ margin-top: 0; box-shadow: none; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider,
.slider .slides,
.slider .slide { position: relative; height: 800px;margin-left:0px }
.slider .slide-image { position: absolute; left: 0; width: 100%; height: 100%; }
.slider .slide-content { position: absolute; z-index: 10; width: 100%; }
.slider .bx-controls { position: absolute; z-index: 500;left: 0; top: 45%; width: 100%;}
.slider .bx-controls-direction { position: relative; margin: 0px auto 0;max-width:1500px;  }
.slider .bx-prev,
.slider .bx-next { position: absolute; height: 0; width: 0; border-style: solid; border-color: transparent #fff; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider .bx-prev { left: 10px; border-width: 40px 40px 40px 0; }
.slider .bx-next { right: 10px; border-width: 40px 0 40px 40px; }
.slider .bx-prev:hover,
.slider .bx-next:hover { opacity: 0.7; }
.slider .btn-scroll { position: absolute; z-index: 500; bottom: 75px; left: 50%; display: block; width: 92px; height: 92px; margin-left: -56px; background-position: -728px -5px; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider .btn-scroll:hover { opacity: 0.8; }

.slider .slide-simple { text-align: center; padding-top: 100px; }
.slider .slide-simple h1 { color: #fff; text-align: center; margin: 20px 0px 10px 0px; font-weight: normal; text-transform: uppercase; font-size: 37px; }
.slider .slide-simple h2 {color:#fff;}

.slider .slide-book { max-width: 900px; overflow: hidden; margin: 170px auto 0; }
.slider .slide-book-image { float: left; margin-right: 80px; padding: 0px; }
.slider .slide-book-content { overflow: hidden; text-align:center;padding:20px;}
.slider .drop-shadow { box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); }
.slider .slide-book-content img { margin-bottom: 30px; }
.slider .slide-book-content p {color:#ffffff;}
.slider .slide-book h1 {color: #fff; font-size: 36px; font-weight: normal; text-transform: uppercase; margin-bottom: 10px; }
.slider .slide-book h4 {color:#fff;font-size:24px}

.slider .slide-book-alt { max-width: none; text-align: center; padding-top: 10px; margin: 0; }
.slider .slide-book-alt .slide-book-image { float: none; margin-right: 0; }
.slider .slide-book-alt img { display: block; margin: 15px auto 26px; }


/* ------------------------------------------------------------ *\
  Hero
\* ------------------------------------------------------------ */

/*.hero.small{margin-top:100px;}*/
.hero.small{height:200px;}
/*.hero.small .hero-dm{top:90px;}*/
.hero.small .hero-dm{top:0px;}
.hero.small .hero-text{margin-top:140px;}

.hero .hero-text{position:absolute;width:100%;text-align:center;margin-top:170px;color:#fff;font-size:30px;z-index:2;}
.hero .hero-text div{padding:20px;opacity:1;}
.hero .hero-text img{width:200px;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);opacity:1;}

.logo.hero-dm{z-index:1;position:absolute;left:22px;top:-12px;width: 78px;height: 78px;background-position: -641px -5px;font-size: 0;line-height: 0;text-indent: -4000px;}

.hero .hero-dm{z-index:1;position:absolute;left:50%;margin-left:-45px;top:10px;width: 78px;height: 78px;background-position: -641px -5px;font-size: 0;line-height: 0;text-indent: -4000px;}

.hero .badge{z-index:1;position:absolute;left:50%;margin-left:-70px;top:0px;width: 125px;height: 102px;background-position: -1717px 0px;font-size: 0;line-height: 0;text-indent: -4000px;}
.badge.new-release{background-position: -1205px 0px !important;}
.badge.new-paperback{background-position: -1334px 0px !important;}
.badge.new-trade-paperback{background-position: -1462px 0px !important;}
.badge.original{background-position: -1590px 0px !important;}
.badge.reissue{background-position: -1717px 0px !important;}
.badge.ebook{background-position: -1841px 0px !important;}

/*.hero.no-hero{height:600px;}*/
.hero.small img{min-width:1400px;}
.hero{max-height:1000px;margin-top:100px;overflow:hidden;background:#000000;position:relative;}
.hero img{width:100%;height:auto;z-index:1;}
.hero .btn-scroll {  cursor:pointer;position: absolute; z-index: 500; bottom:10px; left: 50%; display: block; width: 92px; height: 92px; margin-left: -50px; background-position: -728px -5px; font-size: 0; line-height: 0; text-indent: -4000px; }
.hero .btn-scroll:hover { opacity: 0.8; }
.page-id-10 .hero img{opacity: .6;}
.page-id-10  .hero-text div{opacity: 1;}
.page-id-10  .hero-text img{opacity: 1;}
#book-top.hero{max-height:800px;}

.hero .title{ text-align:right;position: absolute;top: 50px;background-color: rgba(123,198,238,.8);width: 100%;padding: 20px;}
h1{max-width:1185px;margin:auto 0;font-weight: 400;text-transform: uppercase;color:#fff;font-size:50px;}
@media only screen and (max-width: 767px) {

  .hero{margin-top:0px;background:#00a1b0;}
  .hero .hero-dm{margin-top:0px;}
  .hero .hero-text{font-size:16px;margin-top:100px;position:relative;}
  .hero .hero-text img{display:none;}
  .hero.no-hero{height:auto}
  .hero .logo.badge{margin-top:0px;}
  .hero .book-title{width:auto}
  .hero .btn-scroll {display:none;}
  .page-id-10 .hero img{display:none;}

}

@media only screen and (max-width: 1100px) {
  .hero .hero-text img{height:200px;width:auto;}
  .hero.no-hero{height:auto}
}

/*@media only screen and (min-width: 1101px) {
  .hero {max-height:800px;}
}*/

.bsb_header{margin-left:20%;margin-top:30px}
.store_popup_wrapper {position:relative}
.store_popup {position:absolute}

/* Pop Over */

.pop {position:relative;}
.pop .popover {background-color: rgba(115, 169, 60, 0.9);border-radius: 5px;bottom: 52px;box-shadow: 0 0 5px rgba(134, 203, 89, 0.7);color: #fff;font-size: 12px;font-family: 'Helvetica',sans-serif;left: 92px;top:-125px;padding: 10px;height:150px;width:350px;display:none;position:absolute;}
.pop .popover a{display:inline-block;height:30px;padding:0px 10px 7px;}
.pop .popover img:hover { opacity: 0.7; }
.popover:after, .popover:before {right: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.popover:after { border-color: rgba(136, 183, 213, 0); border-right-color: #73a950;border-width: 10px;margin-top: 45px;}
.popover:before {border-color: rgba(194, 225, 245, 0);border-right-color: #86cb59; border-width: 11px;margin-top: 46px;}
.pop:hover .popover {display: block;-webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;-moz-animation: fade-in .3s linear 1, move-up .3s linear 1;-ms-animation: fade-in .3s linear 1, move-up .3s linear 1;}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes move-up {
  from {
    left: 0px;
  }
  to {
    left: 90px;
  }
}
@-moz-keyframes move-up {
  from {
    left: 0px;
  }
  to {
    left: 90px;
  }
}
@-ms-keyframes move-up {
  from {
    left: 0px;
  }
  to {
    left: 90px;
  }
}

/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */

/* Search */
#search-box{ padding:30px;}
#search-box input[type="text"]{width:70%;}

/* Image wrap */
.section-about .section-image { float: left; margin-right: 32px; padding: 14px 13px; border-radius: 10px; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.31); }

/*  Section Inner  */

.single-post .section-inner{padding-top:30px;}
.book-title{position: relative;display: block;font-size: 32px;text-align:center;font-weight: normal;color: #fff;text-transform: uppercase;margin:0 auto;width:700px;padding: 0 30px 0 50px;line-height: 55px;border-radius: 10px;background: #00a1b0;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.58);}

/*  Section Page  */

.section-page { padding: 67px 65px; overflow: hidden; }
.section-page img { float: left; margin-right: 32px; padding: 14px 13px; border-radius: 10px; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.31); }
.section-page img:hover{opacity: .6;}
.section-page .section-content { overflow: hidden; padding: 32px 0; }

.section-page .section-actions { margin-top: -4px; }

/*  Main  */

.main { background: #faf3eb url(images/main-bg.jpg) repeat 0 0; border-radius: 10px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); padding-bottom: 23px; margin-bottom: 44px; }
.main .top-back:hover{background-color:#75c8cc;color:#fff;}
.main .top-back{padding:18px;float:right;text-decoration:none;text-transform: uppercase;border: 1px solid #75c8cc;color: #00a1b0;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;-webkit-border-radius: 8px;-moz-border-radius: 8px;-ms-border-radius: 8px;-o-border-radius: 8px;border-radius: 8px;}

.main .subcat{height:20px;}
.main .subcat span{float:left;padding:5px;}
.main .subcat ul{float:left;padding:5px;}
.main .subcat li{list-style-type: none;float:left;}
.main .subcat li:after{padding:5px;content:'/';}
.main .subcat li:last-child:after{content:'';}
.main .subcat li.current{font-weight:bold;}

ul{margin-left:20px;}
ul.recent_posts li{  float: left;margin-right: 32px;padding: 10px 3% 10px 3%;border-radius: 10px;background: #fff;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.31);list-style-type:none;height:100px;width:30%}

.page .page-title {position: relative;display: inline-block;font-size: 31px;font-weight: normal;color: #fff;text-transform: uppercase;margin-left: -87px;}
.page .page-title span { position: relative; z-index: 10; display: block; padding: 0 30px 0 50px; line-height: 55px; border-radius: 10px; background: #e64461; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.58); }
.page .page-title:before { content: ''; position: absolute; left: 2px; top: 100%; margin-top: -5px; border-width: 23px 0 0 20px; border-style: solid; border-color: #b2354b transparent; }

/*  Section Featured  */

.section-featured { padding: 45px 65px;min-height:200px; }
.section-featured .section-title { position: relative; display: inline-block; font-size: 31px; font-weight: normal; color: #fff; text-transform: uppercase; margin-left: -87px; }
.single .section-featured .section-title {max-width:90%;}
.section-featured .section-title span { position: relative; z-index: 10; display: block; padding: 0 30px 0 50px; line-height: 55px; border-radius: 10px; background: #00a1b0; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.58); }
.section-featured .section-title:before { content: ''; position: absolute; left: 2px; top: 100%; margin-top: -5px; border-width: 23px 0 0 20px; border-style: solid; border-color: #007782 transparent; }

/*  Featured  */

.featured { padding: 35px 0 15px; }
.featured-title { font-size: 35px; color: #00a1b0; font-weight: normal; font-style: italic; text-transform: uppercase; margin-bottom: 16px; }
.featured-video { position: relative; height: 0; padding-bottom: 47.166%; }
.featured-video-inner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 10px; overflow: hidden; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.31); }
.featured-video iframe { width: 100%; height: 100%; }
.featured-head { margin-bottom: 37px; }
.featured-body { overflow: hidden; }
.featured-image { float: left; margin: 30px 50px 0 46px; }
.featured-image img{box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.31); }
.featured-content { overflow: hidden; padding-top: 20px; }
.featured-content p { font-family: 'MissionGothic', sans-serif; line-height: 1.5; font-size: 16px; margin-bottom: 27px; }
#featured-learn-more {margin-top:10px;}
/*  Section New releases  */

.section-new-releases { position: relative; background: #ffffff; margin: 0 -35px; border-radius: 10px; padding: 20px 98px;margin-bottom:70px }
.section-new-releases .section-title { color: #e64461; text-transform: uppercase; font-size: 27px; font-weight: normal; margin-bottom: 7px; }
.section-new-releases .section-corner-left,
.section-new-releases .section-corner-right { position: absolute; left: 12px; top: 100%; border-width: 23px 0 0 23px; border-style: solid; border-color: #b3b3b3 transparent; }
.section-new-releases .section-corner-right { left: auto; right: 12px; border-width: 23px 23px 0 0; }

/*  Slider Carousel  */

.slider-carousel { position: relative; margin-bottom: 19px; }
.slider-carousel .slides { list-style: none outside none; }
.slider-carousel .slide { padding: 10px 0; text-align: center; }
.slider-carousel .slide-image { display: inline-block; box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); }
.slider-carousel .slide-image img { max-width: 100%; height: auto !important; }

.slider-carousel .bx-controls { position: absolute; z-index: 500; left: 0; top: 50%; width: 100%; }
.slider-carousel .bx-controls-direction { position: relative; max-width: 1185px; margin: -27px auto 0; }
.slider-carousel .bx-prev,
.slider-carousel .bx-next { position: absolute; height: 0; width: 0; border-style: solid; border-color: transparent #e64461; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider-carousel .bx-prev { left: -60px; border-width: 25px 25px 25px 0; }
.slider-carousel .bx-next { right: -60px; border-width: 25px 0 25px 25px; }
.slider-carousel .bx-prev:hover,
.slider-carousel .bx-next:hover { opacity: 0.7; }
.slider-carousel .btn-scroll { position: absolute; z-index: 500; bottom: 57px; left: 50%; display: block; width: 92px; height: 92px; margin-left: -56px; background-position: -728px -5px; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider-carousel .btn-scroll:hover { opacity: 0.8; }

/*  Section Updates  */

.section-updates { padding: 50px 65px 0px 65px;}
.section-updates .section-title { position: relative; display: inline-block; font-size: 31px; font-weight: normal; color: #fff; text-transform: uppercase; margin-left: -87px; }
.section-updates .section-title span { position: relative; z-index: 10; display: block; padding: 0 30px 0 50px; line-height: 55px; border-radius: 10px; background: #e64461; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.58); }
.section-updates .section-title:before { content: ''; position: absolute; left: 2px; top: 100%; margin-top: -5px; border-width: 23px 0 0 20px; border-style: solid; border-color: #b2354b transparent; }
.section-updates .section-actions { text-align: center; }

/* Section Film & TV */
section#film-tv{padding-bottom:10px;}
section#film-tv .update { padding: 0px 5px 0px 5px; width:100%;}
section#film-tv .update-image { float: left; border-radius: 100%; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); margin: 12px 30px 0 30px; }
section#film-tv .update-content { float:left; width:65%;margin-top:20px;}
section#film-tv .update-content h4 { color: #e64461; font-size: 20px; font-weight: normal; text-transform: uppercase; margin-bottom: 8px; }
section#film-tv .update-content p { font-family: 'MissionGothic', sans-serif; font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
section#film-tv .update-content a { color: #e64461; }

/* Section Quotes */
section#quotes .update { padding: 0px 5px 65px 5px; width:100%;}
section#quotes .update-image { float: left; border-radius: 100%; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); margin: 12px 30px 0 30px; }
section#quotes .update-content { float:left; width:65%;margin-top:20px;}
section#quotes .update-content h4 { color: #e64461; font-size: 20px; font-weight: normal; text-transform: uppercase; margin-bottom: 8px; }
section#quotes .update-content p { font-family: 'MissionGothic', sans-serif; font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
section#quotes .update-content a { color: #e64461; }
section#quotes .quotes_featured {width:48%;height:auto;float:left;padding:0px 15px 15px 0px}
section#quotes .quotes_featured img {width:100%;height:auto}

/*  Updates Front */

.updates { list-style: none outside none; padding: 36px 0 36px; overflow: hidden; }
.update { float: left; width: 50%; overflow: hidden; padding: 20px 0; }
.update-image { float: left; border-radius: 50%; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); margin: 12px 28px 0 5px; }
.update-content { overflow: hidden; padding-right: 30px; }
.update-content h4 { color: #e64461; font-size: 20px; font-weight: normal; text-transform: uppercase; margin-bottom: 8px; }
.update-content p { font-family: 'MissionGothic', sans-serif; font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
.update-content a { color: #e64461; }
.update-meta { font-size: 13px; }
.update-date { display: inline; color: #e64461; }
.update .update-comments { display: inline; color: #363a36; }

/* ------------------------------------------------------------ *\
  Book Search
\* ------------------------------------------------------------ */

#book-list .book{float:left;padding:20px 15px 5px 15px;width:230px;height:375px;overflow:hidden;position:relative;}
#series-list .book{height:400px;}
#book-list .book .image{/*box-shadow: 3px 3px 3px #888888*/;height:360px;overflow:hidden;}
#book-list .book .name{text-align:center;}
/*#book-list .book img{width:230px;height:auto;}*/
#book-list .book img{height:auto;width:100%;}
#book-list input[type=text]{width:95%;text-align:center;}
#book-list #show-advanced{cursor: pointer;}
#book-list #search-advanced{padding-top:10px;width:100%;text-align:center;}
#book-list:after{content: "";display: table;clear: both;}
.book-included,.book-description{margin-bottom:20px;}

#book-list .badges{margin-top:30px;}
#book-list .book-badge{position:relative;padding:10px 0px;width:100%;height:auto;}
#book-list .book-badge:after{content: "";display: table;clear: both;}
#book-list .book-badge .badge{z-index:1;position:absolute;left:50%;margin-left:-70px;top:0px;width: 125px;height: 102px;margin-bottom:100px;background-position: -1717px 0px;font-size: 0;line-height: 0;text-indent: -4000px;}
#book-list .logo-top{height:100px;margin-bottom:20px;background:#e64461;}
.book .book-details{position:absolute;background:#000000;padding:5px;margin:5px 5px 5px 0px;opacity:.7;width:195px;bottom:55px;color:#fff;display:none;}
.book .book-details .book-text{opacity:1;}
.book a:hover .book-details{display:block;}

.book-section {padding-top:30px;padding-bottom:0px;}

.book-series{padding-bottom:20px;}
.book-editions li{list-style-type: none;float:left;padding:5px 5px 5px 0px;position:relative;}
.book-editions li img{width:200px;height:auto}
.book-editions .edition-details{position:absolute;background:#000000;padding:5px;margin:5px 5px 5px 0px;opacity:.8;width:190px;bottom:0px;color:#fff;display:none;}
.book-editions li:hover .edition-details{display:block;}

#book-tabs {width:100%;list-style: none;margin: 20px 0 20px;padding: 0;line-height: 35px;height: 37px;overflow: hidden;font-size: 12px;position: relative;border-bottom:1px solid #ccc;}
#book-tabs li {border: 1px solid #0084ae;background: #fff;display: inline-block;position:relative;z-index: 0;border-top-left-radius: 6px;border-top-right-radius: 6px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;text-shadow: 0 1px #FFF;margin: 0 5px;padding: 0 30px;}
#book-tabs a {color: #000000;text-decoration: none;}
#book-tabs li.active {background: #0084ae;z-index: 2;}
#book-tabs li.active a {color: #ffffff;}
#book-tabs li:hover{background:#0084ae;}
#book-tabs li:hover a{color:#ffffff;}

.best-seller-list{padding-top:10px;}
.best-seller-list strong{text-transform: uppercase;}
.testimonial_left {width:45%;float:left}
.testimonial_right{width:45%;float:right}

#scroll-slides{width:auto;height:310px;overflow:hidden;}
#scroll-slides:after{content: "";display: table;clear: both;}
#scroll-container{width:100%;overflow:hidden;height:320px;}
.scroll-slide{float:left;padding:5px;}
.scroll-slide img{width:200px;/*height:300px;*/;height:auto;box-shadow: 3px 3px 3px #888888}

#scroll-control {position: absolute;z-index: 500;left: 0;top: 50%;width: 100%;}
#scroll-direction { position: relative;max-width: 1185px;margin: -27px auto 0;}
#scroll-direction .bx-prev,
#scroll-direction .bx-next { position: absolute; height: 0; width: 0; border-style: solid; border-color: #fff #e64461; font-size: 0; line-height: 0; text-indent: -4000px; }
#scroll-direction .bx-prev { left: 20px; border-width: 25px 25px 25px 0; }
#scroll-direction .bx-next { right: 20px; border-width: 25px 0 25px 25px; }
#scroll-direction .bx-prev:hover,
#scroll-direction .bx-next:hover { opacity: 0.7; }

@media only screen and (max-width: 767px) {
  #book-tabs li {padding:5px;margin:0px;}
  #book-tabs li a{font-size:10px;}
}

/* ------------------------------------------------------------ *\
  Blog Page
\* ------------------------------------------------------------ */

  section#blog .update { padding: 5px 0; width:100%;}
  section#blog .update-image { float: left; border-radius: 100%; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, 0.31); margin: 12px 30px 0 30px; }
  section#blog .update-content { float:left; width:75%;margin-top:20px;}
  section#blog .update-content h4 { color: #e64461; font-size: 20px; font-weight: normal; text-transform: uppercase; margin-bottom: 8px; }
  section#blog .update-content p { font-family: 'MissionGothic', sans-serif; font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
  section#blog .update-content a { color: #e64461; }
  section#blog .section-inner{padding-top:20px;}
  section#blog .section-inner .blog-single div{margin-bottom:20px;}
  .single-giveaways section#blog .gform_wrapper div{margin-bottom:0px;}
  section#blog .section-inner .sub{padding:20px 0px;}

  .page_links a{padding:10px;display:inline-block;border:1px solid #0084ae;}
  .page_links a:hover{text-decoration:none;background:#0084ae;color:#ffffff;}
  .page_links span{padding:10px;display:inline-block;background:#0084ae;color:#ffffff;}
  .page_links .left_link{float:left;}
  .page_links .right_link{float:right;}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: #0084ae; padding: 37px 0 67px; overflow: hidden; }

.footer-inner { float: left; }
.footer-logo { float: left; width: 77px; height: 77px; margin: 0 33px 0 23px; background-position: -641px -5px; font-size: 0; line-height: 0; text-indent: -4000px; }
.footer .copyright { float:left;text-transform: uppercase; color: #fff; font-weight: 300; font-size: 16px; margin-top: 10px; width:700px;}
.footer .copyright a { color: #fff; }

.footer .email_signup {text-transform: uppercase; color: #fff; font-weight: 300; font-size: 16px;}
.footer .email_signup a { color: #fff; }

.footer .socials { float: right; margin-top: 16px; }

/* DI Updates
	-------------------------------------------------------------*/
.subcategory_nav_links{  float: right;width: auto;}
.di_large_single {width:100%}
.di_large_single img {width:100%}


/* ------------------------------------------------------------ *\
	Responsive Small Desktop
\* ------------------------------------------------------------ */

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

/*  #book-list .book {height:270px;}
  #book-list .book .image{height:250px;}*/
  .nav {margin-right:50px;}
	.nav li { font-size: 20px; }
	
	.footer { text-align: center; }
	.footer-inner { float: none; display: inline-block; vertical-align: top; }
	.footer .socials { float: none; display: inline-block; vertical-align: top; }
}


/* ------------------------------------------------------------ *\
	Responsive Tablet
\* ------------------------------------------------------------ */

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

  /*#book-list .book {height:250px;}*/
  /*#book-list .book .image{height:230px;}*/

  .ico-search{top:30px;}

	.btn-large { font-size: 16px; line-height: 40px; }

	.logo { width: 205px; height: 14px; background-position: -426px -5px; }

	.nav { margin-top: 32px; }
	.nav li { font-size: 17px; }

	.section-about .section-image { float: none; margin: 0 auto; max-width: 350px; padding: 10px; }
	.section-about .section-image img { max-width: 100%; height: auto; }

	.update { float: none; width: auto; margin: 20px 0; }

	.footer-logo,
	.footer .copyright { float: none; display: inline-block; vertical-align: top; }
	.section-featured h1.book-title{width:85%;}

  .footer .copyright {width:100%;}
}


@media only screen and (max-width: 767px) {
  .wrapper .shell {margin-top:10px;}
  .section-featured h1.book-title{width:75%;}
	.header { position: relative; z-index: 1000; }
	.header .btn-menu { display: block; position: absolute; right: 50px; top: 42px; }
    .ico-search{top:42px;}

	.nav { display: none; position: absolute; left: 0; top: 100%; width: 100%; margin: 0; background: #fff; }
	.nav li { float: none; }
	.nav li ~ li { margin-left: 0; }
	.nav a { display: block; padding: 10px 10px; }

	.slider,
	.slider .slides,
	.slider .slide { height: 300px; }
	
  .slider {margin-top:0px;}
	.slider .slide-content img { display: none; }
	.slider .slide-content .di_large_single img { display: block;width:100%;height:auto }
	.slider .slide-book-image { display: none;  }
	.slider .slide-content h1 { font-size: 20px; }
	.slider .slide-simple { padding-top: 20px; }
	.slider .slide-book { padding-top: 20px; margin-top: 20px; text-align: center; }
	.slider .btn-scroll { width: 40px; height: 40px; bottom: 20px; background-position: -830px -5px; margin-left: -20px; }

  .slider .bx-controls{display:none}
	.section-about { padding: 20px 5px; }
	.section-about .section-content h2 { font-size: 24px; }

	.section-featured { padding: 20px 10px; }
	.section-featured .section-title { margin-left: -31px; font-size: 16px; line-height: 30px; }

	.featured-title { font-size: 18px; }
	.featured-body { display: inline-block; }
	.featured-image { float: none; display: inline-block; vertical-align: top;text-align:center;width:100%;margin:20px 0px; }
	.featured-content { text-align: left; }
	.featured-content h4 { font-size: 18px; }
	.featured-content p { font-size: 14px; }

	.section-new-releases { padding: 20px 91px; }
	.section-new-releases .section-title { font-size: 18px; margin: 10px -50px; }

	.section-updates { padding: 20px 10px; }
	.section-updates .section-title { margin-left: -31px; font-size: 16px; line-height: 30px; }
  .update-content{padding:0px;width:100%;}
  .update-image{width:107px;margin: 0 auto;}
  ul.updates{padding:0px;margin:0px;}

  section#blog .update-content {width:100%;}
  section#blog .update-image{float:none;width:105px;height:105px;margin:0 auto;}

  section#film-tv .update-content{width:100%;}

  .alignright{float:none;padding:10px 0px;width:100%;height:auto;}
  .section-page{padding:0px;}
  .section-page img {float:none;width:92%;height:auto;}
  .single-recipes .section-featured img {float:none;width:92%;height:auto;}
  .update{width:100%;text-align:center;}
	.update-image { float: none;margin: 10px auto 20px; }
  .update-image img{width:110px;height:110px;}
  .container{margin-top:50px;}

  .page h2.page-title{margin-left:-32px;}
}
