@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #FFFFFF;
    color: #444;
}


a {
    color: #5b5b5b;
    text-decoration: none;
}

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

a.alt {
    color: #f51919;
}

p, ul, ol {
    margin: 0 0 20px 0;
}

p {
    margin: 0 0 10px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

h1,h2,h3,h4,h5,h6{font-family:'Bree Serif', serif;}

h1{font-size: 30px;}

.h2, h2 {
    font-size: 1.5rem;
}

.headerTitlle h2 {
    font-size: 1.8em;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.button {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border: 0;
    color: #fff;
    background: #F51919;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 2px;
    transition: all 0.3s;
}

.button:hover, .button:focus {
    background: #3dbb9b;
    color: #fff;
    text-decoration: none;
}

.button:active {
    background: #2e9e82;
}

.button.inverse {
    background: #fff;
    color: #F51919;
}

.button.inverse:hover, .button.inverse:focus {
    background: #F51919;
    color: #fff;
    text-decoration: none;
}

.button.inverse:active {
    background: #da1717;
}

.button.ghost {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #F51919;
    color: #F51919;
}

.button.ghost:hover, .button.ghost:focus {
    background: #F51919;
    color: #fff;
    text-decoration: none;
}

.button.ghost:active {
    background: #da1717;
}


.btn-warning {
    color: #212529;
    background-color: #f78e0d;
    border-color: #ffc107;
	font-weight:bold;
}
/* ------------------------------------
	Header
------------------------------------ */

.headertop {
    background: #6f6f6f;
    padding: 15px 0 15px 40px;
	font-size:15px;
	color:#ffffff;
	position:relative;
}

.headertop:after {content:""; position:absolute; right:0; top:0; width:30%; height:100%; background:#ffc107; z-index:1000;
clip-path: polygon(0 0, 100% 1%, 100% 100%, 15% 100%);
}

.title{padding:20px 0;}

/*==========navbar==========*/

.main-fonts {
    font-family: 'Bree Serif', serif;
}

.nav-link {
    padding: .2rem 1rem;
}


.navbar-dark .navbar-nav .nav-link {
    color:#000000;
	border:solid 4px transparent;
	font-size:12px;
	font-family: "Oswald", sans-serif;
	text-transform:uppercase;
	margin:0;
	padding:4px 10px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
	background:#ffc107;
	color:#000000;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border:0;
    background:none;
	margin-bottom:0;
}

.navbar-dark {
    position: relative;
    padding:0 10px;
    background:#ffffff;
	}	
	
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color:#f6ce20;
	color: #000000;
}	

.navbar-toggler {
    padding:2px 5px;
}


.main-header {
    background: #FFF;
}

.logo {
    line-height: 80px;
}

.social-links {
    float: right;
	margin-left:30px;
}

.user-links {
    line-height: 80px;
}
.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: -5px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #666;
    font-size: 15px;
    transition: all 0.5s;
}
.social-links a.facebook {
    background: #4278c9;
}
.social-links a.twitter {
    background: #60b6ff;
}
.social-links a.google-plus {
    background: #f51919;
}
.social-links a.pinterest {
    background: #d11515;
}

.user-links-toggler {
    float: right;
    color: #333;
    font-size: 18px;
    padding: 2px 8px;
    border: 1px solid #333;
    display: none;
}

.user-links .social-links {
    float: right;
}

.user-links .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: -5px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #666;
    font-size: 15px;
    transition: all 0.5s;
}

.user-links .social-links a.facebook {
    background: #4278c9;
}

.user-links .social-links a.twitter {
    background: #60b6ff;
}

.user-links .social-links a.google-plus {
    background: #f51919;
}

.user-links .social-links a.pinterest {
    background: #d11515;
}

.user-links .social-links a:hover {
    background: #444;
}

.user-links .account-links {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 30px;
}

.user-links .account-links a {
    display: inline-block;
    margin-right: 20px;
    color: #444;
}

.user-links .account-links a .fa {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    color: #f51919;
}

.user-links .secondary-menu {
    float: right;
    margin-right: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.user-links .secondary-menu a {
    display: inline-block;
    margin: 0 10px;
    color: #999999;
}

.user-links.mobile {
    display: none;
}

.user-links.mobile .social-links,
.user-links.mobile .account-links,
.user-links.mobile .secondary-menu {
    float: none;
    margin: 0 auto;
    line-height: 1;
}

.back_btn {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    background: #d2340f;
    padding: 15px 0;
    color: white;
}

.back_btn a {
    color: #ffffff;
}

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

.navigation {
    background: #ffc107;
	border-top: solid 2px #6f6f6f;
	border-bottom: solid 2px #6f6f6f;
}

.mainmenu {
}

.menu-trigger {
    display: block;
	color:#f51919;
    /*background: #495057;*/
	background: #ffffff;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}

.menu-trigger span {
    display: inline-block;
    margin: 0 5px;
	color:#ffffff;
	font-size:19px;
	font-weight:bold;
	animation: animate 
    1.5s linear infinite;
}

@keyframes animate {
            0% {
                color:#000000;
            }
  
  
            40% {
                color:#f51919;
            }
			
			50% {
                font-size:24px;
            }
			
			 80% {
                color:#007bff;
            }
			
			
			 100% {
                color:#96ff3a;
            }
        }

.menu-trigger:hover, .menu-trigger:focus {
    text-decoration: none;
}

.menu-wrapper {
    display: none;
    position: absolute;
    background: #FFFFFF;
    padding: 20px;
    width: 100%;
    z-index: 999;
}

.menu-wrapper .close-menu {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #e8e8e8;
}

.menu-wrapper .close-menu .fa {
    position: relative;
    bottom: 4px;
}

.menu-box {
    margin: 0 auto;
}

.menu-box .title {
    padding: 10px 0 3px 0;
    border-bottom: #bebebe solid 1px;
    font-size: 16px;
    font-weight: normal;
    color: #272727;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-box .title img {
    max-height: 22px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}

.menu-box .linklist {
    background: #fff;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    height: auto;
}

.menu-box .linklist li {
    list-style: circle inside;
}

.menu-box .linklist a {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px dotted #ece6e6;
    color: #6a6a6a;
}

.menu-box .linklist a:hover {
    color: #ed3635;
}

.menu-box .linklist li:last-child a {
    border-bottom: 0;
    color: #F51919;
}

.menu-box .menu_verticle_banner {
    padding: 10px 0 0 0;
}

.menu-box .menu_horizontal_banner {
    padding: 10px 0 0 0;
}

/* ------------------------------------
	searchbar
------------------------------------ */

.searchbar {
    line-height: 55px;
    font-size: 0;
}

.searchbar .input {
    line-height: 1;
    border: 0;
    font-size: 14px;
    vertical-align: middle;
    width: 90%;
    height: 35px;
    padding: 0 10px;
    font-style: italic;
}

.searchbar .button {
    font-size: 18px;
    width: 10%;
    height: 35px;
    padding: 0 10px;
    border-radius: 0;
    background: #fff;
    color: #f51919;
}

.no_border{border:0;}


#contentwrapper{padding:4%;}
#contactwrapper{padding:4% 1%;}

.block{width:80%; border:solid 2px #ffc107; padding:5px; margin:5px auto;}
.block img{width:98%; height:300px; margin-bottom:10px;}
.block a h6{padding-bottom:0!important; display:block; height:25px!important;}

/* ------------------------------------
	Footer
------------------------------------ */

.main-footer {
    padding: 10px 0;
    background: #FFF;
    color: #666;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.main-footer p {
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
}


.footernav{
   position:relative;
   width:100%;
   margin:0;
   padding:3% 3% 3%;
   background-color:#454341;
   color:#ffffff;
   font-size:14px;
}

.footernav ul{padding:0; margin:0;}
.footernav ul li{border-bottom:dashed 1px #bdb8b8;}
.footernav ul li a{padding:5px 0 5px 4px; color:#ffffff; display:block; text-decoration:none;}
.footernav ul li a:hover{color:#ffc107;}

.footernav > .content{font-size:12px;}

.footernav > a{margin:4px; color:#6b6b6b;}

.footernav > .img{position:absolute; z-index:1000; height:40px; width:100%; bottom:0; left:0; background:url(../images/footerimg.png) bottom left;}

footer > div > p > a {color:#000000;}
/*==========footer end==========*/

/*==========social link==========*/
.sociallink {
    width: 100%;
}
.sociallink{width:100%;}
.sociallink > a{float:left!important; width:30px; margin:20px 10px 0 0;}

.map{margin:50px 0 0;}

.fa1 {
  padding: 10px;
  font-size: 18px!important;
  width: 36px;
  height: 36px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa1:hover, .fa1:active {
    opacity: 1;
	color:#ffffff;
	background:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;
	
	-moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
	
}

.fa1-facebook, .fa1-twitter, .fa1-youtube, .fa1-search-plus {
  background: #ffc107;
  color:#000000!important;
}

.fa2 {
  padding: 10px;
  font-size: 44px!important;
  width: 44px;
  height: 44px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa2:hover, .fa2:active {
    opacity: 1;
	color:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;
}

.fa2-facebook, .fa2-twitter,
 .fa2-youtube, .fa2-search-plus {color:#ffffff!important;}
/*==========social link end==========*/



.google_advertisement {
    float: left;
    width: 100%;
    border: #CCC solid 1px; /*position:absolute; bottom:0; */
    margin-top: 600px;
}

.ad_title {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #CCC;
}

/*NEW RELEASE*/
.newrelease{padding:4% 0;}

.header_title_out {
    overflow: hidden;
    text-align: center;
    padding-bottom: 35px;
    background: url(../images/title_dark.png) center bottom no-repeat;
}

.customNavigation {
    margin-right: 11px;
    text-align: right;
}
/*NEW RELEASE END*/

/*CATEGORIES AT A GLANCE*/
.h3, h3 {
    font-size: 24px;
}
.bulet {
    color: #000000;
}
.bulet ul {
    margin: 2em 0;
}
.bulet ul li {
    margin: 1em 1em 1em 0;
    list-style-type: none;
	font-size:15px;
	font-weight: bold;
	padding:3px 6px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+57,ffffff+100&1+0,1+58,0+100;White+to+Transparent */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 58%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 58%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 58%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */


}

.kids-bg {
    background-image: url(../images/kids-bg.jpg);
    background-size: cover;
    height: 650px;
    width: 100%;
}


/*COUNTER*/
/*#counter {
    padding: 10% 0 20px;
    background-image: url(../images/success-number-img-1.jpg);
    background-attachment: fixed;
    min-height: 450px;
}*/
#counter {
    padding: 10% 0 20px;
    background: url(../images/success-number-img-1.jpg) fixed bottom;
    min-height: 450px;
}
#counter strong {
    padding-top:8px; display:block;
}
.counter {
    font-size: 50px;
	font-family:'Bree Serif', serif;
	font-weight:400;
}
/*COUNTER END*/

/*ABOUT US*/
.about_header, .contact_header, .achievement {
    width: 100%;
    min-height: 260px;
    height: 260px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background: url(../images/about.jpg);
}
.about_header .overlay, .contact_header .overlay, .achievement .overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 6, 0.25);
}
.about_header .overlay h3, .contact_header .overlay h3, .achievement .overlay h3 {
    color: white;
    font-size: 5vmin;
    margin: auto;
    letter-spacing: 2px;
    font-family: 'Bree Serif', serif;
}
/*ABOUT US END*/

.achievement_img{margin-top:10px;}

.contact_header {
    background: url(../images/contact.jpg);
}

.achievement {
    background: url(../images/achievement.jpg);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	font-size:14px;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

.md-icon {
    font-size: 20px;
}


/*BOOK GALLERY*/
.h4, h4 {
    font-size: 18px;
}
.side_nav {
    padding-top: 30px;
    padding-bottom: 40px;
}
.side_nav ul {
    padding: 0;
    margin: 0;
}
.side_nav ul li {
    list-style: none;
    padding-top: 8px;
    cursor: pointer;
	border-bottom:dashed 2px #cccccc;
}

.side_nav ul li a {color:#000000;}

.book {
  position: relative;
  overflow:hidden;
  margin:0 0 10px;
  z-index: 100;
  padding:0;
  background:#ffffff;
}

.book .caption{position:absolute; z-index:2000;
top:-290px; left:0; right:0; height:80%; text-align:center; opacity:1; transition:ease all 0.3s;}


.book .caption > h5{
font-size:30px; font-family:'Dancing Script'; color:#000000; padding-bottom:20px;
}

.book:hover .caption{position:absolute; z-index:2000;
top:0; left:0; right:0; height:76%; text-align:center; background: rgba(254, 99, 111, 0.8); opacity:1!important;}


.book .caption a{background:#000000; color:#ffffff; padding:3px 7px; top:40%; left:0; right:0; margin:auto; position:absolute; width:100px; text-decoration:none;}

.book > .img{width:100%; height:auto;}
.book > .img2, .book > a > .img2{width:100%; height:230px; margin:0 auto;}
.item > span, .book > span {display:block; text-align:justify; font-size:18px; padding:70px 80px 70px 60px;}
.book > span:before {content:""; padding:50px 50px; background:url(../images/quote.png) no-repeat left top;}

.book > span > h1{font-size:22px; font-family:arial; font-weight:bold; text-align:right;}

.book h5{font-size:24px; font-weight:500;}
.book h6{font-size:15px; font-family:arial; font-weight:bold; padding:10px 0 4px 6px;}

.book > img{width:180px; height:362px; margin:0 auto;}

.book2 {
  position: relative;
  overflow:hidden;
  margin:0;
  z-index: 100;
  padding:0;
  background:#ffffff;
  /*border: solid 2px #ffc107;*/
}

.book2 .caption{position:absolute; z-index:2000;
top:-290px; left:0; right:0; height:90%; text-align:center; opacity:1; transition:ease all 0.3s;}

.book2 .caption > h5{
font-size:30px; font-family:'Dancing Script'; color:#000000; padding-bottom:20px;
}

.book2:hover .caption{position:absolute; z-index:2000;
top:0; left:0; right:0; height:100%; text-align:center; background: rgba(255,193,7,0.5); opacity:1!important;}

.book2 .caption a{background:#000000; color:#ffffff; padding:3px 7px; top:40%; left:0; right:0; margin:auto; position:absolute; width:100px; text-decoration:none;}

.book2 > .img{width:100%; height:auto;}
.book2 > .img2, .book2 > a > .img2{width:100%; height:230px; margin:0 auto;}
.item > span, .book2 > span {display:block; text-align:justify; font-size:18px; padding:70px 80px 70px 60px;}
.book2 > span:before {content:""; padding:50px 50px; background:url(../images/quote.png) no-repeat left top;}

.book2 > span > h1{font-size:22px; font-family:arial; font-weight:bold; text-align:right;}

.book_wrapper{margin-bottom:20px;}
.book_wrapper h5{font-size:24px; font-weight:500;}
.book_wrapper h6{font-size:15px; font-family:arial; font-weight:bold; padding:10px 0 4px 6px;}

.book2 > img{width:180px; height:362px; margin:0 auto;}

/*BOOK GALLERY END*/


/*==========Book Details ==========*/
ul.breadcrumb {
    padding: 3px 16px 3px 120px;
    list-style: none;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    background: none;
}
ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}
ul.breadcrumb li a {
    color: #000000;
    text-decoration: none;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

.bookdetails .book_cover {margin-bottom:10px;}

.productdetailsimgblock{width:80%; height:auto; border:solid 1px #aba9a9; padding:20px 0; margin:auto; position:relative;}
.productdetailsimgblock > img{width:70%; height:auto;}
.productdetailsimgblock > a > .zoom{width:30px; height:30px; position:absolute; right:0; top:0; color:#000000;}

.productdetails > .pro_heading{font-family:'Bree Serif', serif; font-size:25px; color:#d72b2b!important;}
.productdetails > .pro_subheading{font-size:17px;}
.productdetails > .price{font-size:27px; border-top:solid 1px #a3a1a1; border-bottom:solid 1px #a3a1a1; margin:10px auto; padding:10px 0;}
.productdetails > .price .oldprice{text-decoration:line-through; font-size:18px;}
.productdetails > .price .off{color:#ff9309; font-size:18px; font-weight:600;}
footer{background:#071012;}
.productdetails > .price > .inclusivetax{color:#03a685; font-size:14px; font-weight:bold;}

.productdetails > .feature{font-size:16px; margin:10px auto; padding:10px 0;}

.productdetails .addcart, .productdetails .buynow{padding:6px; width:150px; background:var(--theme-price-color)!important;; color:#ffffff; display:inline-block; text-align:center; font-size:18px;}

.nav-pills > li > a{color:#000; padding:10px; font-size:18px; display:inline-block;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background:#f51919;
	border-bottom:solid 5px var(--theme-price-color)!important;
}

.center{
width: 150px;
margin: 10px 0; 
}

#review .fa-star{color:#ffc900; font-size:20px!important;}
#review strong{font-size:20px!important; padding-bottom:10px; display:block;}
#review .date{font-size:12px; padding-top:10px;}
#review .form-control{border:0; border-bottom:solid 1px #4f1e56;}

.productdetails .addcart, .productdetails .buynow, .cart .addcart {
  padding: 4px;
  width: 140px;
  background:#900 !important;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.cart .addcartbutton {
  padding:2px 4px;
  width: 120px;
  background:#d2340f !important;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.cart{
padding:3% 3% 1%;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23);
margin:4px auto;
}
.cart .details div{
padding:4px;
font-weight:600;
}

.status {
  color: #ffffff !important;
  outline: none;
  border: 0;
  padding: 2px 10px;
  background-color: #f00808 !important;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
}
/*==========Book Details End==========*/

.scrollTop {
    position: fixed;
    right: 4px;
    bottom: 10px;
    background-color:#ffc107;
    padding: 0 20px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1000;
}
.scrollTop a {
    font-size: 43px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* scrollbar end */

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    height: 200px;
    overflow-y: scroll;
	overflow-x:none;
}


footer{background:#000000; color:#ffffff; font-weight:bold; font-size:14px; border-top: solid 6px #ffc107;}

@media (max-width: 800px) {

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
	font-size:14px;
    border-bottom: solid 1px #000000;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #000000;
	background:#ebebeb;
}
	
.navbar-dark .navbar-toggler-icon {
    background: url(../images/togglemenu.png) no-repeat top;
	background-color:#ffffff;
}	
	
.social-links {
    float: left;
	margin:0 0 20px 20px;
}

.side_nav ul li {
    width:47%;
	display:inline-block;
}
.book > .img2, .book > a > .img2, .book2 > .img2, .book2 > a > .img2{height:auto;}
.book:hover .caption{height:80%;}
}

@media (max-width: 480px) {
.book > .img2, .book > a > .img2, .book2 > .img2, .book2 > a > .img2{height:auto;}
.book:hover .caption{height:80%;}
}