@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'CenturyGothic';
  src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('CenturyGothic.woff') format('woff'), url('CenturyGothic.ttf')  format('truetype'), url('CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,body{ height:100%;}
body{
	font-family:CenturyGothic;
    color: #424242;
    font-size: 20px;
}
a{
	text-decoration:none !important;
	transition: all 0.8s ease;
	-webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
}
header,section{
	display:none;
}
header{
    /*position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;*/
}
.loadbg{
	background-color:rgba(255,255,255,0.9); 
	width:100%;
	height:100%;
	z-index:1;
	position: absolute;
	display:none;
}
.loadbg img{
	position: relative;
	top:24%;
	text-align: center;
	display: block;
	margin: auto;;
}
.navbar{
	border-radius:0;
}
.navbar-default{ 
	height:124px;
	padding:11px 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	background-color: #fff;
	box-shadow:0 2px 24px #666;
	border-bottom: 3px solid #f19a15;
}
.navbar-default{
	display:none;
}
.navbar-brand{ 
	height:auto;
	padding-top:0;
    margin-left: 12px !important;
}
ul.nav.navbar-nav.navbar-right{
	margin-top:13px;
}
.navbar-default .navbar-nav>li>a{
	position: relative;
	display: inline-block;
	margin: 15px 2px;
	outline: none;
	color:#424242;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 18px;
}
.navbar-default .navbar-nav>li>a::before,
.navbar-default .navbar-nav>li>a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.navbar-default .navbar-nav>li>a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
.navbar-default .navbar-nav>li>a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
.navbar-default .navbar-nav>li>a:hover::before,
.navbar-default .navbar-nav>li>a:hover::after,
.navbar-default .navbar-nav>li>a:focus::before,
.navbar-default .navbar-nav>li>a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.navbar-form{
	margin-top:25px;
}
.navbar-form .form-group, .navbar-form .btn.btn-default{
	float:left;	
}
.navbar-form.navbar-right input[type="text"]{
	background-color:#f5f5f5;
	padding:7px 10px;
	border:0px;
	outline:none;
	float:left;
	margin-top:4px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.navbar-form.navbar-right input[type="text"]:focus{
	border-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.navbar-form.navbar-right button[type="submit"]{
	border: none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 0 5px 5px 0;
	padding: 7px 4px;
	text-indent: -99999px;
	width:60px;
	margin-top: 4px;
	background:url(../images/search.png) 12px 4px no-repeat #f19a15;
}
.navbar-collapse.in{
	background-color: #ccc;
}
.navbar-collapse.in{
	
}
.navbar-collapse.in .navbar-form.navbar-right input[type="text"]{
	width:80%;
}
.navbar-collapse.in .navbar-form .form-group{
	width:100%;
}
section.banner{
	height: 450px;
	border-bottom: 3px solid #f19a15;
	background: url(../images/header_bg3.jpg) no-repeat;
	padding: 0;
	background-size:cover;
	background-position: center center;
}
section.banner h3 {
	font-size: 32px;
	text-align: center;
	margin-top: 230px;
	color: #fff;
	text-shadow: 0 1px 5px #333;
	line-height: 50px;
	padding-left: 220px;
	padding-right: 220px;
}
section.popBooks,section.inPage{
	background-color: #e7e7e7;
	padding:20px;
}
section.popBooks .container, section.socialize .container{
	max-width: 1190px;
}
section.popBooks .books{
	width: 49.5%;
	float: left;
	margin-right: 1%;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom:30px;
}
section.popBooks .books:nth-child(even) {
	margin-right: 0;
}
.books h3{
	font-size:28px;
	color:#15375b;
	float:left;
	margin:0;
}
.books .more{
	float:right;
	width:40px;
	height:22px;
	border:none;
	text-decoration:none;
	text-indent:-9999px;
	background-image:url(../images/more.png);
}
.books .more::after,.books .sbooks::after,.books .booksWrap::after{
	clear:both;
	position:relative;
	content:"";
	display: block;
}
.books .booksWrap{
	clear: both;
	padding-top: 20px;
}
.books header{
	border-bottom: 1px dashed #666;
	height: 38px;
}
.books .sbooks{
	float:left;
    display: block;
	width: 118px;
	height: 181px;
	cursor: pointer;
	overflow:hidden;
	box-shadow:0px 0px 8px 0px #999;
	overflow:hidden;
	margin-right:22px;
}
.sbooks img{position: relative; float:left; left:0px;z-index:1; width:118px;height:auto}
.sbooks span{ position:relative; height:100%;top: -181px;width:100%;z-index:0; padding-top:50px; border-top:2px solid #f19a15;background-color: rgba(0,0,0,0.7);color:#fff; float:left; font-size:12px; text-align:center;text-shadow: 0px 1px 0px #000;}

.sbooks span b{
	margin-bottom: 10px;
	display: block;
	color:#f19a15;
	font-size: 14px;
}
.sbooks span i{
	font-style:normal;
}
.books .sbooks:last-child{
	margin-right:0;
}
.books .sbooks:last-child:after{
	clear:both;
	position:relative;
	content:" ";
}
section.socialize{
	background-color:#fff;
	padding: 30px 0;
}
section.socialize .twt img,section.socialize .blog img,section.socialize .atfeed img{width:100%;}

.blog h2 {
    color: #15375b;
    text-transform: uppercase;
    font-size: 24pt;
    font-family: 'CenturyGothic';
}

.blogEntry {
    font-size: 20pt;
}

.blogEntry a {
    font-size: 22pt;
    font-weight: bold;
    line-height: 1.25em;
}

section.categories {
	background-color: #15375b;
	padding: 30px 20px;
	color: #fff;
}
section.categories h3 {
	color: #f19a15;
	font-weight: bold;
	font-size: 27px;
	margin: 0 0 26px 0;
}
section.categories ul {
	padding-left: 0;
	line-height: 25px;
	-webkit-column-width: 220px;
	-moz-column-width: 220px;
	-o-column-width: 220px;
	-ms-column-width: 220px;
	column-width: 220px;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	-o-column-gap: 80px;
	-ms-column-gap: 80px;
	column-gap: 80px;
	list-style:none;
    font-size: 15px;
}
section.categories ul a{
	color: #fff;
	text-decoration:none;
}
section.categories ul a:hover{
	color:#f19a15;
}

section.about {
	width: 80%;
	margin: 18px auto 18px auto;
}

footer{
	background-color: #e6e5e4;
	padding: 30px 0;
	color: #686868;
	display:none;
    font-size: 15px;
}
footer .logo_f {
	float: left;
	width: 400px;
	margin-top: 50px;
}
footer .logo_f a.flogo {
	display: block;
	width: 183px;
	height: 90px;
	margin: -25px 0 0 10px;
	background-image: url(../images/logo-gray.png);
}
footer .fcol {
	float: left;
	width: 270px;
	margin-top: 20px;
}
footer .fcol h3 {
	font-size: 15px;
	margin: 0;
	font-weight: bold;
}
footer .fcol ul {
	padding: 0;
}
footer .fcol li {
	list-style: none;
	line-height: 22px;
}
footer a {
	color: #686868;
	text-decoration: none;
}
footer a:hover{
	color: #333;
}
footer .fcol:last-child {
	width: 200px;
}
footer a.fb {
	background-image: url(../images/fb.jpg);
	float: left;
	margin: 10px 5px 0 0;
	width: 41px;
	height: 41px;
}
footer a.twt {
	background-image: url(../images/twt.jpg);
	float: left;
	margin: 10px 5px 0 0;
	width: 41px;
	height: 41px;
}
footer a.utube {
	background-image: url(../images/utube.jpg);
	float: left;
	margin: 10px 5px 0 0;
	width: 41px;
	height: 41px;
}
section.inPage{
	padding:170px 20px 20px;
}
section.inPage h1{
    font-size: 52px;
    margin: 0;
    font-weight: bold;
}
section.inPage h2{
    margin: 0;
    font-size: 35px;
    color: #f29b10;
    font-style: italic;
    padding-right: 240px;
}
section.inPage h3{
    margin:30px 0 20px 0;
    font-size: 30px;
    color: #00245f;
}
section.inPage .col-lg-3 h3{
    color:inherit;    
}
section.inPage{
    color:#595959;
}
section.inPage .authDetail h3,section.inPage .authAbout h3,section.inPage .authBooks h3,section.inPage .bookDetail h3{
    color:#595959;
    padding-left: 15px;
}
section.inPage .authDetail h3,section.inPage .bookDetail h3{
    color: #00245f;
}
.authorPic{
	text-align:center;
	background-color:#00245f;
	height:380px;
    margin-bottom:40px;
}
.authBooks .bookList{
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
	transition: all 0.8s ease;
	-webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
}
.authBooks .bookList:hover{
    background-color: #fff;
    box-shadow:0 3px 2px 1px #ccc;
	transition: all 0.8s ease;
	-webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
}
.authBooks .bookList:nth-child(-n+2){
    border-top:none;   
}
.authBooks .bookList:after{
    clear: both;
    display: block;
    position: relative;
    content: "";
}
.authBooks .bookList img{
    margin-right: 24px;
    float: left;
    width: 92px;
    height: auto;
}
.authBooks .bookList h4{
    font-size: 20px;
}
.authBooks .bookList span{
    display: block;
    font-size: 15px;
}
.authBooks .bookList p{
    text-align: center;
    font-size: 15px;
}
.authBooks p{
    margin-bottom:6px;
}
.authBooks p span{
    border-right: 2px solid #666;
    padding-right: 10px;
    padding-left: 15px;
}
.authBooks p a{
    padding-right: 10px;
    padding-left: 15px;
    color: #00245f;
}
.follow{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	display: block;
	height: 55px;
	border-radius: 6px;
	font-size:21px;
	color:#fff;
	font-weight:bold;
    margin-bottom:16px;
    margin-top: 18px;
}
.follow.fb{
	background-color:#60759e;
    box-shadow: 0 3px 0px #3e527a;
}
.follow.fb:hover{
    background-color:#4d628b;
    color: #fff;
}
.follow.fb:before{
    content: "";
    float: left;
    width: 20%;
    height: 58px;
    background: url(../images/follow_fb.png) no-repeat center 11px;
    display: inline-block;
    border-right: 2px solid #e7e7e7;
}
.follow.twt{
	background-color:#00acee;
    box-shadow: 0 3px 0px #0080b1;
}
.follow.twt:hover{
	background-color:#009ad5;
    color: #fff;
}
.follow.twt:before{
    content: "";
    float: left;
    width: 20%;
    height:58px;
    display: inline-block;
    background:url(../images/follow_twt.png) no-repeat center center;
    border-right: 2px solid #e7e7e7;
}
.follow.readd{
	background-color:#f6a42b;
    box-shadow: 0 3px 0px #cb7e0c;
}
.follow.readd:hover{
	background-color:#e8961c;
    color: #fff;
}
.follow.readd:before{
    content: "";
    float: left;
    width: 20%;
    height:58px;
    display: inline-block;
    background:url(../images/follow_readd.png) no-repeat center 2px;
    border-right: 2px solid #e7e7e7;
}
.follow.dBuy{
	background-color:#f6a42b;
    box-shadow: 0 3px 0px #cb7e0c;
}
.follow.dBuy:hover{
	background-color:#e8961c;
    color: #fff;
}
.follow.dBuy:before{
    content: "";
    float: left;
    width: 24%;
    height:58px;
    display: inline-block;
    background:url(../images/follow_buy.png) no-repeat center center;
    border-right: 2px solid #e7e7e7;
}
.follow.dBuy span{
    width: 70%;
    margin-left: 6%;
}
.follow.dRetail{
	background-color:#f6a42b;
    box-shadow: 0 3px 0px #cb7e0c;
}
.follow.dRetail:hover{
	background-color:#e8961c;
    color: #fff;
}
.follow.dRetail:before{
    content: "";
    float: left;
    width: 24%;
    height:58px;
    display: inline-block;
    background:url(../images/follow_retailer.png) no-repeat center center;
    border-right: 2px solid #e7e7e7;
}
.follow.dRetail span{
    width: 70%;
    margin-left: 4%;
}
.follow.read{
	background-color:#f6a42b;
    box-shadow: 0 3px 0px #cb7e0c;
    height: 40px;
}
.follow.read:hover{
	background-color:#e8961c;
    color: #fff;
}
.follow.read:before{
    content: "";
    float: left;
    width:22%;
    height:43px;
    display: inline-block;
    background:url(../images/follow_read.png) no-repeat center 5px;
    border-right: 2px solid #e7e7e7;
}
.follow.read span{
    line-height: 40px;
    width: 70%;
    margin-left: 8%;
}


.follow span:after{
    content: "";
    clear: both;
    display: block;
    position: relative;
}
.follow span{
    float: left;
    line-height: 55px;
    width: 74%;
    margin-left: 6%;
    display: inline-block;
}
.fans{
    margin:40px 0;
}
.fans h3{
    font-size: 30px;
}
.fans ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.fans ul li{
    display: inline-block;
    width: 30px;
    height: 40px;
    margin:0 3px 6px 0;
}
.fans ul li a:hover{
    opacity: 0.8;
}

.bookPic {
    height: auto;
    text-align:center;
	background-color: #e7e7e7;
    margin-bottom:40px;
    overflow: hidden;
}

.bookPic img {
    width: 285px;
    height: auto;
}
.bBtns{
    width: 220px;
    margin-top: -90px;
}
section.inBooks{
    padding: 30px 20px;
}
section.inBooks .books .sbooks{
    float: none;
    margin:auto;
    display: block;
}
ul.rating{
    padding: 0;
    list-style: none;
    width: 50%;
    margin: auto;
}
ul.rating li,ul.rated li{
    width: 21px;
    height: 20px;
    background-image: url(../images/sstars_un.png);
    display: inline-block;
    transition: all 0.8s ease;
	-webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    cursor: pointer;
}
ul.rating li.s,ul.rating li:hover{
    background-image: url(../images/sstars_s.png);
    transition: all 0.8s ease;
	-webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
}
ul.rated{
    margin-top: 10px;
    padding: 0;
    list-style: none;   
}
ul.rated li{
    width: 28px;
    height: 27px;
    background-image: url(../images/stars_un.png);
}
ul.rated li.s,ul.rated li:hover{
    background-image: url(../images/stars_s.png);
    transition: all 0.8s ease;
	-webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
}
.searchResults .col-lg-4 .books{
    background-color:#00245f;
    height: 516px;
    margin-bottom: 30px;
}
section.searchPage h1{
    margin-bottom: 20px;
}
section.searchPage button.form-control{
    width:300px;
}
section.searchPage button.form-control:hover {
    background-color: rgb(245, 245, 245);
}
section.searchPage .selectArrow{
    position: relative;
    width: 46px;
    height: 34px;
    background-color: #f19a15;
    top: -6px;
    right: -12px;
    float: right;
    border-radius: 0 3px 3px 0;
}
section.searchPage .open>.dropdown-menu{
    margin: -6px 0;
    width: 300px;
}
section.searchPage .btn-input {
   display: block;
   margin-top: 20px;
    float: right;
}
section.searchPage .btn-input .btn.form-control {
    text-align: left;
    background-color: #fff !important;
    border: none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
section.searchPage .btn-input .btn.form-control span:first-child {
   left: 18px;
   overflow: hidden;
  /* position: absolute;*/
}
section.searchPage .btn-input .btn.form-control .caret {
   margin-top: -1px;
   position: absolute;
   right: 10px;
   top: 50%;
}
section.searchPage .navbar-form{
    float: left !important;
    margin-top: 0;
}
section.searchPage input[type="text"].form-control{
    margin: 0;
    border: none;
    background-color: #fff !important;
    -webkit-box-shadow:none;
    box-shadow:none;
    width: 350px;
}
section.searchPage .navbar-form.navbar-right button[type="submit"]{
    margin: 0;
}
section.searchPage .catDrop{
    width: 300px;
    float: left;
}

section.reviewsPane {
    width: 100%;   
    padding-top: 124px;
}

section.reviewsPane h2 {
    padding-bottom: 18px;
}

section.reviewsPane h3 {
    font-size: 1.5em;
    color: rgb(241, 154, 21);
}

section.reviewsPane h4 {
    font-size: 1.5em;
    text-decoration: underline;
    padding-top: 12px
    font-style: bold;
    
}

section.reviewsPane h5 {
    font-size: 1.2em;
}

.reviewsHead {
    width: 100%;
    border-bottom: 1px black solid;
    padding: 18px 0 18px 18px;
}
.reviewsSidebar { 
    float: left;
    width: 30%;
    background: lightgray;
    height: 1200px;
    padding: 18px 18px 0 18px;
}



.reviewsAgate {
    font-size: .75em;
    color: #aaa;
    margin-top: -12px;
}
.reviewsList {
    padding: 0 18px 0 0;
}

section.reviewsPane a {
    color: #428bca;
}

.reviewsMain { 
    float:right;
    width: 70%;
    padding: 18px 18px 0 36px;
    height : 800px;
    overflow: scroll;
    }

.reviewsDrop { 
    width: 100%;
 }

section.adminFeatured { 
    width: 100%;
    height: 100%;
    display: block;
    padding: 120px 96px;
 }
/* Ranger Rick page */ 
.rrMain { 
    margin-top: 180px; 
    line-height: 1em; 
}

.rrMain p { 
    font-size: 12pt;
    color: black;
}
.rrMain h3 { 
    color: #428bca;
    font-size: 2em;
    margin: 0 0 36px 0;
    text-align: center
}

.rrMain h4 { 
    color: #428bca;
    font-size: 1.8em;
}

.rrbtn { 
    background-color: orange
    color: whitesmoke;
    font-size: 2em;
}

.rrTitle { 
    float: right;
    text-align: center;
    font-size: 18pt;
    font-weight: bold
}

.rrBookTitle { 
    font-weight: bold;
    font-size: 18pt;
    
}

.rrByline { 
    font-style: italic;
    font-size: .8em;
}

.rrBody {
    width: 100% 
    
}
.rrLeadImage {
    width: 360px;
    height: auto;
    border: solid black 1px; 
    float: left;
    margin: 0 18px 18px 0;
}

.reviewTotal, .reviewAvg { font-size:.75em; line-height: .85em; }

@-moz-document url-prefix() {section.searchPage .selectArrow{top: -26px;}}
.searchResults .sbooks{max-width: 310px;height: 476px;overflow: hidden;margin: auto;margin-bottom: 30px;}
.searchResults .sbooks span{top: -476px;font-size: 19px;padding-top: 150px;height:150%;border-top: 4px solid #f19a15;}
.searchResults .sbooks span b{font-size: 22px;}
.searchResults .sbooks img{ width: 100%;}

@media screen and (min-width:769px) and (max-width:1024px){
        body{font-size:19px;}
		section.banner h3{font-size: 30px;}
		.books .sbooks{ float:none;margin: auto !important;}
		.booksWrap .col-md-6{ margin-bottom:20px;}
		section.categories ul{-moz-column-width: 170px;	-webkit-column-width: 170px;-o-column-width: 170px;-ms-column-width: 170px;}
		footer .container{ width:100%; }
		footer .logo_f{width: 320px;}
		footer .fcol{width:260px;}
		footer .fcol:last-child {width: 150px;}
        
        .navbar-brand{padding: 0;}
        .bBtns {float: none !important; margin: 14px 0; width: 100%;}
        .bBtns .follow {width:48%;float: left;margin-right: 10px;}
    .bBtns:after{content: ""; position: relative; display: block;clear: both;}
            .authBooks .bookList img{ margin-bottom: 20px;}
        .authBooks .bookList span{margin-bottom: 10px;}
	@media screen and (width:1024px){
        .socialWidget img{width: 100%;}
        .booksWrap .row .col-md-4:last-child{ display: none;}
        .navbar .container-fluid{padding: 0;}
        .authBooks .bookList p{text-align: left;}
        ul.rating{float: left;}
        .authBooks .bookList .follow{width: 37%;}
	   .searchResults .sbooks{ height:457px; }
    }
    
}
@media screen and (min-width:641px) and (max-width:768px){
        .popBooks .col-xs-6{ margin-bottom: 20px;}
		section.banner h3{font-size: 22px; line-height:35px; margin-top:248px; font-weight:bold;}
		section.popBooks{padding:14px 8px;}
		.books .sbooks{ float:none;margin: auto !important;}
		.booksWrap .col-md-6{ margin-bottom:20px;}
		.booksWrap .col-md-6:nth-child(n+3){ margin-bottom:10px;}
		section.categories ul{-moz-column-width: 170px;	-webkit-column-width: 170px;-o-column-width: 170px;-ms-column-width: 170px;}
		footer .logo_f,footer .fcol{ width:50%;}
        .socialWidget img{width: 100%;}
        .booksWrap .col-sm-4{ margin-bottom:30px;}
        section.inBooks {padding-bottom:0;}
        .bBtns {float: none !important; margin: 14px 0 0; width: 100%;}
        .bBtns:after{content: ""; position: relative; display: block;clear: both;}
        .bBtns .follow {width:48%;float: left;margin-right: 10px;}
        .col-lg-3 .follow{height: 100px;}
        .col-lg-3 .follow.readd:before,.follow.fb:before,.follow.twt:before{display: block; float: none; height: 58px; width: 100%;border-bottom: 2px solid #e7e7e7; border-right:none;}
        .col-lg-3 .follow span {display: block; float: none;line-height: 40px; margin-left: 0;text-align: center;width: 100%;}
        .authBooks .bookList img{ margin-bottom: 20px;}
        .authBooks .bookList span{margin-bottom: 10px;}
        .bookList .col-lg-3 .follow{ height:40px;}
        .bookList .col-lg-3 .follow span{display: block; float: left; line-height: 40px; margin-left: 8%; text-align: left;width: 70%;}
        ul.rating{width: 24%;}
        .searchResults .sbooks{ height:327px; }
        .searchResults .sbooks span,.searchResults .sbooks span b{top: -327px;padding-top: 64px;font-size: 15px;}
}
@media screen and (min-width:481px) and (max-width:640px){
		section.banner h3{font-size: 17px; line-height:35px; margin-top:248px; font-weight:bold;}
		section.popBooks{padding:14px 8px;}
		.books .sbooks{ float:none;margin: auto !important;}
		.booksWrap .col-md-6{ margin-bottom:20px;}
        .inBooks .booksWrap .col-xs-6{ width: 33%;}
		.booksWrap .col-md-6:nth-child(n+3){ margin-bottom:10px;}
		section.categories ul{-moz-column-width: 170px;	-webkit-column-width: 170px;-o-column-width: 170px;-ms-column-width: 170px; -moz-column-count: 2;	-webkit-column-count: 2;-o-column-count: 2;-ms-column-count: 2;}
		footer .logo_f,footer .fcol{ width:50%;}
        .socialWidget img{width: 100%;}
        .books .sbooks{margin-top: 15px !important;}
        .navbar-toggle{margin-top: 28px;}
        .bBtns {float: none !important; margin: 14px 0 0; width: 100%;}
        .bBtns:after{content: ""; position: relative; display: block;clear: both;}
        .bBtns .follow {width:48%;float: left;margin-right: 10px;}
        ul.rating{ width:19%;}
        .authBooks .bookList img{ margin-bottom: 20px;}
        .authBooks .bookList span{margin-bottom: 10px;}
        .searchResults .sbooks{height: 262px; }
        .searchResults .sbooks span{height:103%; padding-top: 60px;top: -263px;font-size:15px;}
        .searchResults .sbooks span b{font-size:15px;}
}
@media screen and (min-width:361px) and (max-width:480px){
		body{font-size: 18px;}
        section.banner h3{font-size: 20px;line-height: 38px; font-weight:bold;}
		section.popBooks{padding:14px 8px;}
        section.popBooks .books{ width: 100%;}
		.booksWrap .col-xs-6{margin-bottom:20px;}
		.books .sbooks{ float:none;margin: auto !important;}
        .socialWidget img{width: 100%;}
        .navbar-toggle{margin-top: 28px;}
        .bBtns {float: none !important; margin: 14px 0 0; width: 100%;}
        .bBtns:after{content: ""; position: relative; display: block;clear: both;}
        .bBtns .follow {width:100%;float: left;}
        section.inPage h1{font-size:46px;}
        section.inPage h2{font-size:30px;}
        section.inPage h3{font-size:26px;}
        section.inPage {padding: 170px 0 20px;}
        section.inBooks {padding: 30px 10px;}
        .inBooks .booksWrap .col-xs-6 {width: 33%;}
        .authBooks p span{ display: block;}
        .authBooks .bookList img{ margin-bottom: 20px;}
        .authBooks .bookList span{margin-bottom: 10px;}
        ul.rating{ width:24%;}
        .searchResults .sbooks{height:201px; }
        .searchResults .sbooks span{height:103%; padding-top:40px;top:-199px;font-size:15px;}
        .searchResults .sbooks span b{font-size:15px;}
}
@media screen and (max-width:360px){
        body{font-size: 16px;}
		.bBtns {float: none !important; margin: 14px 0 0; width: 100%;}
        .bBtns:after{content: ""; position: relative; display: block;clear: both;}
        .bBtns .follow {width:100%;float: left;}
        section.inPage h3{font-size:26px;}
        section.inPage h1{font-size:40px;}
        section.inPage h2{font-size:22px;}
        section.banner h3{font-size:19px;line-height: 28px;font-weight:bold;padding:0 0 0 0;}
        section.popBooks{ padding: 0;}
		section.popBooks .books{ width:100%;}
		.booksWrap .col-xs-6{margin-bottom:20px;}
		footer .logo_f{ width:340px;}
        .socialWidget img{width: 100%;}
        footer .logo_f {width: 300px;}
        .navbar-brand{margin: 0 !important; width: 244px;}
        .navbar-default{ height: 104px;}
        .navbar-brand img{ width: 100%;}
        .navbar-toggle{margin-top: 18px;}
        section.inBooks {padding: 20px 10px;}
        .books h3{font-size: 20px;}
        section.inPage {padding: 170px 0 20px;}
        .authBooks p span{ display: block;}
}