/* General Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #089aa5;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #089aa5;
	text-decoration: underline;
}

a img {
	border: 0px;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4.0rem 4.0rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3.0rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.rww-facebook-button {
	padding: 5px;
	padding: 0.5rem;
    vertical-align: middle;
}

.rww-facebook-button:hover {
	opacity: 0.75;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #089aa5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0px;
	max-width: 100%;
}

img.alignleft {
	float: left;
	text-align: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

img.alignright {
	float: right;
	text-align: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

.fltlft {
	float: left;
	margin-right: 16px;
	margin-bottom: 4px;
}
.fltlft2 {
	float: left;
	margin-right: 8px;
	margin-top: 3px;
}

.fltrt {
	float: right;
	margin-right: 12px;
	margin-bottom: 4px;
}

.clrflt {
	float: none;
	clear: both;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background: #1db6b1; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #1db6b1 0%, #1b918c 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #1db6b1 0%,#1b918c 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #1db6b1 0%,#1b918c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db6b1', endColorstr='#1b918c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #000;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	padding: 16px 34px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
	margin-bottom: 40px;
	margin-bottom: 1.5rem;
	width: 100%;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	/* [disabled]border-top: 1px solid #ddd; */
	padding: 0;
}

/*
Main Structure and Layout
---------------------------------------------------------------------------------------------------- */
.header-wrapper {
	width: 100%;
	max-height: 382px;
	background: url(images/header-wrap-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.header {
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	padding: 30px 0px 20px;
}

.header img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.footer-wrapper {
	width: 100%;
	min-height: 145px;
	background: url(images/footer-wrap-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.footer {
	max-width: 1200px;
	min-height: 30px;
	color: #323232;
	font-size: 15px;
	text-align: center;
	padding: 30px 0px;
	margin: 0 auto;
}

.footer p {
	margin-bottom: 14px;
}

.footer a {
	padding: 10px 20px;
}

.footer a.fsb-link {
	padding: 0px;
}

.footer a:link {
	color: #323232;
}

.footer a:visited {
	color: #323232;
} 

.footer a:hover {
	color: #089aa5;
	text-decoration: none;
}

/*
Bookshelf
---------------------------------------------------------------------------------------------------- */

.bookshelf {
	width: 100%;
	margin: 0 auto;
	background: url(images/bookshelf-border-bg.png);
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
}

.bookshelf .wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 19px 0px;
}

.bookshelf img {
	max-width: 100%;
	height: auto;
	margin-bottom: -5px;
}

.bookshelf img.alignright {
	margin-bottom: 15px;
	margin-left: 15px;
}
.bookshelf .wrap{
    position:relative;
}
ul.tips, ul.tips li{
    margin:0px;
    padding:0px;
    float:left;
    list-style:none;
    
    height:auto;
}
ul.tips{
    margin: 1.5% 0px!important;
    position:absolute;
    top:0px;
    width:100%;
}
ul.tips li{
    background-color:#EB191D;
    height:100%;
    width:4.01%;
    position:relative;
    cursor:pointer;
}
ul.tips li.sp1,ul.tips li.sp2{
cursor:default;
}
ul.tips li.a{
    width:6.6%;
}
ul.tips li.b
{
     width:2.1%;
}
ul.tips li.c
{
     width:4.4%;
}
ul.tips li.d
{
     width:4.5%;
}
ul.tips li.e
{
     width:4.7%;
}
ul.tips li.sp1
{
     width:1.1%;
}
ul.tips li.f
{
     width:4.4%;
}
ul.tips li.g
{
     width:2.2%;
}
ul.tips li.h
{
     width:4.4%;
}
ul.tips li.i
{
     width:2.3%;
}
ul.tips li.j
{
     width:4.4%;
}
ul.tips li.k
{
     width:2.2%;
}
ul.tips li.l
{
     width:2.1%;
}
ul.tips li.m
{
     width:4.4%;
}
ul.tips li.n
{
     width:4.4%;
}
ul.tips li.o
{
     width:2.2%;
}
ul.tips li.p
{
     width:6.3%;
}
ul.tips li.sp2
{
     width:1.4%;
}
ul.tips li.q
{
     width:6.6%;
}
ul.tips li.r
{
     width:2.2%;
}
ul.tips li.s
{
     width:2.2%;
}
ul.tips li.t
{
     width:2.2%;
}
ul.tips li.u
{
     width:4.3%;
}
ul.tips li.v
{
     width:4.7%;
}
ul.tips li.w
{
     width:4.7%;
}
ul.tips li.x
{
     width:4.5%;
}
ul.tips li.y
{
     width:4.5%;
}

ul.tips li {
    background-color:rgba(243,7,234,0.0);
}
ul.tips li:nth-child(odd) {
    background-color:rgba(275,7,234,0.0);
}
ul.tips li:nth-child(even) {
    background-color:rgba(243,7,21,0.0);
}
ul.tips li a{
    padding:10px;
}
.popup-box{
    background-color: #FFF;
    width: 350px;
    height: auto!important;
    position: absolute;
    z-index: 9999;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    background-color: #FCFCFC;
    color: #323232;
    border: 1px solid #CCC;
    overflow: hidden;
    display: none;
    -webkit-transition: opacity  0.2s ease-in-out;
  	-moz-transition: opacity  0.2s ease-in-out;
  	-o-transition: opacity  0.2s ease-in-out;
  	transition: opacity  0.2s ease-in-out;
  	opacity:0;
}
.popup-box.show{
    display:block;
    opacity:1;
    
}
.socialTile-module .socialTile-summary {
    display: block;
    background-color: #FCFCFC;
    color: #323232;
    padding: 20px 10px 15px;
}
.socialTile-summary h3 {
    font: bold 18px/20px 'Open Sans', sans-serif;
    margin-bottom: 13px;
    color: #323232;
    margin-top: 0;
}
.socialTile-summary ul {
    display: block;
    margin: 13px 0 15px;
}
.socialTile-summary p {
    display: block;
    font: normal 12px/15px 'Open Sans', sans-serif;
    margin: 15px 0 0;
}

/*
Internal Page Layout
---------------------------------------------------------------------------------------------------- */

.main-container {
	max-width: 1200px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	min-height: 1000px;
	overflow: auto;
}
.page-content {
	width: 760px;
	height: auto;
	float: left;
	padding: 30px;
}

/*
Internal Sidebar Layout
---------------------------------------------------------------------------------------------------- */

.sidebar {
	width: 300px;
	height: auto;
	background-color: #c3d3ce;
	float: right;
	padding: 25px 30px;
	padding: 1.0rem 3.0rem;
	min-height: 1000px;
}

.sidebar-item {
	margin: 25px 0 25px auto;
	text-align: center;
	overflow:  auto;
}

.sidebar-title {
	color: #089aa5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
	font-size: 14px;
	font-size: 1.4rem;
}

.sidebar .one-third {
	padding-top: 35px;
}

.sb-buy-link {
	margin-top: 5px;
}

.sb-buy-link:hover{
	opacity: 0.8;
}

/*
Home Page Layout
---------------------------------------------------------------------------------------------------- */

.home-top-content {
	padding: 10px 25px;
	margin-bottom: 50px;
	overflow: auto;
}

.home-top-content img {
	border: 1px solid #e1dddc;
}

.home-bottom-content {
	padding: 10px 25px;
	margin: 50px 0px;
	overflow: hidden;
}

/*
Slider Layout
---------------------------------------------------------------------------------------------------- */

#book-slider img {
	border: 2px solid #e1dddc;
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.owl-carousel .owl-wrapper-outer {
	padding: 0 10px!important;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
}

#owl-demo .owl-item > div{
	background : #42bdc2;
	text-align: center;
	padding:50px 0px;
	margin:3px;
	color: white;
	font-size:32px;
	border:1px white;
}

.wrapper-with-margin{
	margin:0px 50px;
}

 
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	background: #c2c1c0!important;
	opacity: 1!important;
	border-radius: 0px!important;
	height: 95%!important;
	color: #71706e!important;
	font-size: 40px!important;
	padding: 3px 5px!important;
	border: 1px solid #71706e!important;
}

.owl-theme .owl-controls .owl-buttons div:hover {
	background: #cdcdcd!important;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -30px;
	top: -5px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -30px;
	top: -5px;
}

.owl-theme .owl-controls .fa {
	line-height: 4.8;
}


/*
Navigation
---------------------------------------------------------------------------------------------------- */

.nav-wrapper {
	width: 100%;
	max-height: 60px;
	background: url(images/nav-wrap-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	border-bottom: 1px solid #e1dddc;
}

body.no-bs .nav-wrapper {
	background: url(images/nav-wrap-bg-no-bs.png);
}

.main-navigation {
	max-width: 1200px;
	min-height: 60px;
	margin: 0 auto;
	line-height: 1.625;
	text-align: center;
}

.main-navigation a:hover {
	color: #323232;
	text-decoration: none;
}

.main-navigation .sub-menu a:hover {
	color: #323232;
	text-decoration: none;
}

.main-nav-menu {
	clear: both;
	color: #231b1b;
	margin: 0 auto;
	width: 100%;
}

.main-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.main-nav-menu a {
	border: none;
	color: #089aa5;
	display: block;
	padding: 18px 12px;
	padding: 1.8rem 1.2rem;
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}

.main-nav-menu .sub-menu .current-menu-item > a {
	text-decoration: underline;
}

.main-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	margin-top: -1px;
	margin-top: -0.1rem;
}

.main-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #e1dddc;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 10px;
	padding: 1.0rem 1.0rem;
	position: relative;
	width: 200px;
}

.main-nav-menu .sub-menu .sub-menu {
	border-top: 1px solid #e1dddc;
	margin: -45px 0 0 221px;
	width: auto;
}

.main-nav-menu .sub-menu .sub-menu a {
	height: 23px;
}

.main-nav-menu .menu-item:hover {
	position: static;
}

.main-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.main-nav-menu > .first > a {
	padding-left: 0;
}

.main-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Mobile Nav
---------------------------------------------------------------------------------------------------- */

.slicknav_menu {
	display:none;
	background: transparent!important;
	padding: 18px!important;
}

.slicknav_btn {
	margin: 0 auto!important;
	float: none!important;
	background-color: transparent!important;
	text-align: center!important;
	width: 100px!important;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none!important;
	color: #089aa5!important;
	font-family: "Open Sans",sans-serif!important;
	font-weight: normal!important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #089aa5!important;
}

.slicknav_nav {
	text-align: left!important;
	text-transform: uppercase!important;
}

.slicknav_nav a {
	color: #089aa5!important;
	font-family: "Open Sans",sans-serif!important;
	font-weight: normal!important;
}

.slicknav_nav a:hover {
	background-color: transparent!important;
	color: #323232!important;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	
	.main-container,
	.header,
	.main-navigation,
	.footer,
	.main-content {
		max-width: 1000px;
	}

	.sidebar {
		width: 250px;
	}

	.page-content {
		width: 600px;
	}

	.bookshelf .wrap {
		padding: 15px 0px;
	}
	
	.main-nav-menu a {
		font-size: 1.4rem;
		padding: 1.8rem 1.0rem;
	}

	.footer {
		font-size: 14px;
	}

	.footer a {
		padding: 10px;
	}

}

@media only screen and (max-width: 1000px) {
	
	.main-container,
	.header,
	.main-navigation,
	.footer,
	.main-content {
		max-width: 100%;
	}

	.sidebar {
		width: 200px;
	}

	.page-content {
		width: 480px;
	}

	.main-nav-menu a {
		font-size: 1.2rem;
		padding: 2rem 0.6rem;
	}

	.footer {
		font-size: 12px;
	}

	.footer a {
		padding: 10px 6px;
	}

	.bookshelf .wrap {
		padding: 10px 0px;
	}


}

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

	.main-container,
	.header,
	.main-navigation,
	.footer,
	.main-content {
		overflow: hidden;
	}

	.nav-wrapper,
	body.no-bs .nav-wrapper {
		max-height: 100%;
		background: rgba(0, 0, 0, 0) url("images/nav-wrap-bg-no-bs.png") no-repeat scroll center top / cover;
	}


	img.alignleft {
		float: none;
		margin: 0 auto;
		display: block;
	}


	.sidebar {
		width: 100%;
		max-width: 100%;
		padding: 0;
		min-height: 1200px;
	}

	.sidebar a .sb-buy-link {
		display: inline-block;
	}

	.page-content {
		width: 92%;
		max-width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.main-nav-menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}

	.bookshelf .wrap {
		padding: 5px 0px;
	}

	.popup-box {
		width: 250px;
	}
}

@media only screen and (max-width: 800px) {
	.popup-box {
		width: 250px;
	}
}

@media only screen and (min-width : 1800px) and (max-width : 2400px) {
	.bookshelf {
		background-size: contain;
	}
}

