/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	max-width:1028px;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width:1260px;
	max-height:390px;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	margin-top:20px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-content {
	position: absolute; 
	width: 100%; 
	max-width: 1000px;
	height: 220px; 
	top: 40px; 
	padding: 0px; 
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	text-align: center; 
	line-height: 20px; 
	font-decoration: bold; 
	font-size: 16px; 
	color: #006699;
}

@media only screen and (max-width: 768px) {
	.owl-content {
	position: absolute; 
	width: 100%; 
	max-width: 1000px;
	height: 220px; 
	top: 30px; 
	padding: 0px; 
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	text-align: center; 
	line-height: 20px; 
	font-decoration: bold; 
	font-size: 16px; 
	color: #006699;
}
}

@media only screen 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .owl-content {
	position: absolute; 
	width: 100%; 
	max-width: 1000px;
	height: 220px; 
	top: 30px; 
	padding: 0px; 
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	text-align: center; 
	line-height: 20px; 
	font-decoration: bold; 
	font-size: 16px; 
	color: #006699;
}
  }

.owl-imagebox {
	position: absolute; 
	width: 50%; 
	max-width: 470px;
	height: 200px; 
	left: 10px; 
	padding: 0px; 
	text-align:left;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.owl-imagebox {
	position: absolute; 
	width: 50%; 
	max-width: 340px;
	height: 140px; 
	left: 0px; 
	padding: 0px; 
	text-align:left;
	overflow: hidden;
}
}

@media only screen 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .owl-imagebox {
	position: absolute; 
	width: 50%; 
	max-width: 400px;
	height: 180px; 
	left: 10px; 
	padding: 0px; 
	text-align:left;
	overflow: hidden;
}
  }

.owl-textbox {
	position: absolute; 
	width: 50%; 
	max-width: 470px;
	height: 120px; 
	top: 60px; 
	left: 500px; 
	padding: 5px; 
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	text-align: left; 
	line-height: 18px; 
	font-decoration: bold; 
	font-size: 14px; 
	color: #FFFFFF;
}

@media only screen and (max-width: 768px)  {
	.owl-textbox {
	position: absolute; 
	width: 50%; 
	max-width: 300px;
	height: 120px; 
	top: 30px; 
	left: 330px; 
	padding: 5px; 
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	text-align: left; 
	line-height: 14px; 
	font-decoration: bold; 
	font-size: 12px; 
	color: #FFFFFF;
}
}

@media only screen 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .owl-textbox {
	position: absolute; 
	width: 50%; 
	max-width: 420px;
	height: 120px; 
	top: 50px; 
	left: 440px; 
	padding: 5px; 
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	text-align: left; 
	line-height: 18px; 
	font-decoration: bold; 
	font-size: 14px; 
	color: #FFFFFF;
}
  }

.owl-title {
	text-align: left; 
	line-height: 24px; 
	font-decoration: bold; 
	font-size: 24px; 
	color: #FFF;
	text-shadow: 2px 2px #000;
	margin-top: 0em;
  	margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px)  {
	.owl-title {
	text-align: left; 
	line-height: 16px; 
	font-decoration: bold; 
	font-size: 16px; 
	color: #FFF;
	text-shadow: 2px 2px #000;
	margin-top: 0em;
  	margin-bottom: 0.5em;
}
}


@media only screen 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .owl-title {
	text-align: left; 
	line-height: 20px; 
	font-decoration: bold; 
	font-size: 20px; 
	color: #FFF;
	text-shadow: 2px 2px #000;
	margin-top: 0em;
  	margin-bottom: 0.5em;
}
  }

/* mouse grab icon */
.grabbing { 
    cursor:url(../../owl-carousel/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-carousel2  .owl-wrapper2,
.owl-carousel2  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#owl-demo .item {
        display: block;
        width: 100%;
		max-width:1260px;
        height: auto;
		max-height:352px;
		border:1px solid #fff;
		text-align:left;
		padding:10px;
		margin: 0px 0px 0px 0px;
		background:#FFFFFF;
    }
	
#owl-demo .item img{
        display: block;
        width: 100%;
		background-repeat:no-repeat;
		border: 1px solid #010066;        max-height: 352px;

    }	
	
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: none;
	zoom: 1;
	*display: none;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #010066;
	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: none;
	zoom: 1;
	*display: none;/*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: #010066;
}

.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(../../owl-carousel/AjaxLoader.gif) no-repeat center center
}

.owl-bookcover {
	position: absolute;
	max-width:150px;
    max-height: 150px;
	overflow: hidden;
    margin-left: 20px;
    border: 1px solid #006699;
	text-align:left;
}

@media only screen and (max-width: 768px)  {
	.owl-bookcover {
		position: absolute;
	max-width:90px;
    max-height: 90px;
	overflow: hidden;
    margin-left: 10px;
    border: 1px solid #006699;
	text-align:left;
}
}

@media only screen 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
.owl-bookcover {
	position: absolute;
    max-width:110px;
	max-height: 110px;
	overflow: hidden;
    margin-left: 20px;
    border: 1px solid #006699;
	text-align:left;
}
  }
  
  
.owl-bookcovertitle {
	width: 113px;
    margin-left: 20px;
	padding: 5px 20px 0px 20px;
	font-size:14px;
	font-weight:700;
	color: #FFFFFF;
	line-height: 12px; 
	text-align: center;
	text-transform:uppercase;
	text-shadow: 2px 2px #000000;
}

@media only screen and (max-width: 768px)  {
	.owl-bookcovertitle {
	width: 53px;
    margin-left: 10px;
	padding: 2px 20px 0px 20px;
	font-size:11px;
	font-weight:700;
	color: #FFFFFF;
	line-height: 12px;
	text-align: center;
	text-transform:uppercase;
	text-shadow: 2px 2px #000000;
}
}

@media only screen 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .owl-bookcovertitle {
	width: 73px;
    margin-left: 20px;
	padding: 5px 20px 0px 20px;
	font-size:12px;
	font-weight:700;
	color: #FFFFFF;
	line-height: 12px;
	text-align: center;
	text-transform:uppercase;
	text-shadow: 2px 2px #000000;
}
  }

.owl-book1 {
	max-width: 150px; 
	max-height: 150px; 
	margin-left: 20px;
	border: 1px solid #010066;
}

.owl-book2 {
	width: 150px; 
	height: 150px; 
}

.owl-book3 {
	width: 150px; 
	height: 150px;  
}

.owl-book4 {
	width: 150px; 
	height: 150px; 
}

ul.carousel, ol.carousel { 
list-style: none; }

li.carousel { 
float: left; 
padding: 10px; 
border: 1px; 
border-colour: #010066;
}