#topMenuF {
  	overflow: auto;
}

#boxF {
  	position:relative;
  	padding:5px;
  	width:100%;
}

.scroller {
  	position:relative;
  	top: 3em;
  	font-size: 2em;
  	color:#eee;
  	width:40px;
  	text-align:center;
  	cursor:pointer;
  	display:block;
  	padding:5px;
  	margin-top:5px;
}

.scroller-right{
  	float:right;
  	right: 2em;	
}

.scroller-left {
  	float:left;
  	left: 2em;
}

.wrapper {
    width:80%;
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
}

.item{
  	padding:10px;
	display:table-cell;
    margin:1px;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
	border: 1px dotted #111;
   	vertical-align:middle;
}


.horizontalScroll {
    display:table-cell;
    overflow: auto;
    white-space: nowrap;
    top: 1em;
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 235px;
}

.horizontalScroll .books {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0;
    text-decoration: none;
    height: 160px;
}

.horizontalScroll img{
    height: 175px;
}

.owl-dots{
	position: relative;
}


.glyphicon-menu-left:before{content:""!important;}
.glyphicon-menu-right:before{content:""!important;}

.featbook-carousel-inner{
    position:relative;
    width:80%;
    margin:0 auto;
 }

.featbook-carousel-inner .proptitle{
    padding-left:15px;
}

.fbook-custom-nav{width:100%;height:100%;}
.fbook-custom-nav .owl-prev{
    cursor:pointer;
    color:#9b9b9b!important;
    padding: 0!important;
    background:none!important;
	font-size:20px;
    position:absolute;
    left:-30px;
    top:42%;
}

.fbook-custom-nav .owl-next{
    cursor:pointer;
    color:#9b9b9b!important;
    padding: 0!important;
    background:none!important;
    font-size:20px;
    position:absolute;
    right:-30px;
    top:42%;
}

#featBookCarousel .owl-item img{
    display:block;
    height:200px!important;
    width:100%;
    border:1px solid black;
    /*max-width: 133px;*/
}

#featBookCarousel .owl-item {
  	display: flex;
  justify-content: center;
}

#featBookCarousel .caption {
  	text-align: center;
}

.fbook-custom-dot{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    padding: 15px 0 15px 0;
 }

.fbook-custom-dot .owl-dot{
	display: inline-block;
    zoom: 1;
 }

.fbook-custom-dot .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 4px;
    border: 1px solid #869791;
}

.fbook-custom-dot .owl-dot.active span, .fbook-custom-dot .owl-dot:hover span {
    background: #869791;
}

.fbook-custom-dot .owl-dot span{
        background: #fff;
        border: 1px solid #869791;   
        width:8px!important;  
        height:8px!important;
 }
.fbook-custom-dot .owl-dot.active span, .fbook-custom-dot .owl-dot:hover span{
        border:none;       
 }
@media only screen and (min-width : 1200px){

/*.horizontalScroll .books {
    width: 110px;
    margin-right: 2em;
    margin-left: 2em;
}*/    


.fbook-custom-nav .owl-prev{
    left:-115px;
}

.fbook-custom-nav .owl-next{
    right:-115px;
}

.featbook-carousel-inner .proptitle{
    padding-left:0px;
 }

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

    .fbook-custom-nav .owl-prev{
    left:-75px;
}

.fbook-custom-nav .owl-next{
    right:-75px;
}

.featbook-carousel-inner .proptitle{
    padding-left:0px;
 }


}
@media only screen and (min-width : 320px) and (max-width : 480px) {
.newbook-carousel-inner .proptitle {
    padding-left: 0;
    left: -1.6em;
    position: relative;
}

#newBookCarousel .owl-item img {
    width: 110px;
}   
}

/*@media only screen and (min-width : 481px) and (max-width : 767px){

.horizontalScroll .books {
    width: 120px;
    height: 180px;
    margin-right: 4em;
    margin-left: 4em;
}

}*/

@media only screen and (max-width : 481px)and (max-width : 767px){
   
#featBookCarousel .owl-item img{
    display:block;
    height:170px!important;
    width:100%;
    border:1px solid black;
}

}


/*@media only screen and (min-width : 768px) and (max-width : 979px) {
    .horizontalScroll .books {
        margin-right: 2em;
        margin-left: 2em;
    }
}*/
@media only screen and (min-width : 768px)and (max-width : 979px){
   
#featBookCarousel .owl-item img{
    display:block;
    height:170px!important;
    width:100%;
    border:1px solid black;
}

}
