/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/*Main style*/

*{
	font-family: "Verdana"!important;
}

body{
	background:url("../images/bg.png") top left repeat!important;
	background-size:20%;
	margin: 0px;
	padding:0px;
	font-family: "Verdana"!important;
}

.container{
	width:1000px;
	margin: 0 auto;
	background:#fff;
	-webkit-box-shadow: 0 0 30px 0 #ADADAD;
	box-shadow: 0 0 30px 0 #ADADAD;
}

#slider-container{
	width:100%;
	height:505px;
}

.la{
	display:block;
	height:31px;
	width:31px;
	background:url("../images/la.png");
	margin-left:15px;
}

.ra{
	display:block;
	height:31px;
	width:31px;
	background:url("../images/ra.png");
	margin-right:15px;
}

.slide-block{
	position: absolute;
    top: 0;
    left:0;
    width: 40%;
    padding: 20px 80px 80px;
}

.slide-block h2{
	font-size:24px;
	webkit-font-smoothing: antialiased;
	color:#4c4c4c;
}

.slide-block h5{
	font-family: Calibri;
	font-size:20px;
	webkit-font-smoothing: antialiased;
	color:#4c4c4c;
	margin: 0px;
}

.slide-block p{
	font-size:13px;
	font-family: Calibri;
	color:#4c4c4c;
	text-align: justify;
	margin-bottom:20px;
}

.slide-block a:not(.download){
	background:#f46b2f;
	border-radius:6px;
	color:#fff;
	text-decoration: none;
	padding:8px 16px;
	margin-right:20px;
	float: left;
	min-width: 120px;
    text-align: center;
    font-size: 14px;
}

.slide-block a:not(.download):hover{
	background:#ff8651;
}

.slide-block a.download{
	color:#f46b2f;
	text-decoration: none;
	font-size: 14px;
}

.slide-block a.download:hover{
	text-decoration: underline;
}

.slide-image{
	width:50%;
	position: absolute;
	top: 0;
	right:80px;
	padding-top: 15px;
}

.slide-image img{
	float:right;
}

.header{
	width: 100%;
	height:140px;
}

.top-header{
	height:70px;
	width:100%;
}

.top-header .logo{
	width:254px;
	height:62px;
	float:left;
	background:url("../images/logo.png")no-repeat; 
 	margin-left:20px;
 	margin-top: 24px;
}

.top-header .contact{
	width: 30px;
    float: right;
    margin-right: 20px;
    margin-top: 45px;
}

.nav {
    height: 23px;
    width: 100%;
    padding-top: 35px;
}

ul.main{
    margin: 0;
    padding: 0;
    float: left;
}

ul.social {
	margin: 0;
    padding: 0;
    float: right;
}

ul.main > li{
	list-style: none;
    float: left;
    padding: 2px 20px;
    border-right: 1px solid #ddd;
}

ul.social> li{
	list-style: none;
    float: right;
    padding: 2px 20px 2px 0px;
}

ul.main > li > a,
ul.social > li > a{
	color:#777777;
	font-size: 16px;
	text-decoration: none;
}

 ul.main > li > a:hover,
 ul.social > li > a:hover,
 ul.main > li > a.active{
 	color:#3ba7c2;
 }

 .reviews{
 	width:100%;
 	height:185px;
 	padding: 10px 0px;
 	background:url("../images/bgReviews.png") repeat-x;
 }

 .book-reviews{
 	width:100%;
 	padding: 0px; 
 }

 .reviews h2{
 	font-size: 22px;
 	color:#fff;
 	margin: 0px;
 	font-weight: 300;
 	margin-left:20px;
 }

 .book-reviews h2{
 	font-size: 16px;
 	color:#fff;
 	margin: 0px;
 	font-weight: 300;
 	width:100%;
 	text-align: center;
 	padding:15px 0px;
 	background:url("../images/bgReviews.png") repeat-x;
 }

 .reviews .reviews-quote{
 	background: url("../images/reviewsQuote.png");
    width: 226px;
    height: 70px;
    float: left;
    margin-left: 20px;
    padding: 3px 20px;
    margin-top: 35px;
    background-size: 100% 69px;
    background-repeat: no-repeat;
}

 .book-reviews .book-reviews-quote{
 	background: url("../images/bookReviewsQuote.png") top center no-repeat;
    width: 960px;
    padding: 5px 20px 10px 20px;
    margin-top: 30px;
    border-bottom: 1px solid #ededed;
}

.buy-heading{
	font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin: 10px 0px 5px 0px;
    text-transform:uppercase;
}

.book-reviews-quote h3{
	font-size:18px;
	color:#3ba7c2;
	font-weight:bold;
	margin: 0px;
}

.reviews .reviews-quote p{
	margin: 0px;
	color:#fff;
	font-size:13px;
	text-align: left
}

.book-reviews-quote p{
	margin: 0px;
	color:#777;
	font-size:14px;
}

.book-reviews-quote p i{
	color:#aaa;
}

.reviews .reviews-quote p span a{
	color:#f46b2f;
	text-decoration: none;
	font-weight:bold;
}

.reviews .reviews-divider{
	width:60px;
	height:113px;
	float:left;
	background:url("../images/reviewsDivider.png") center center no-repeat;
}

.fl{float:left!important;}
.fr{float:right!important;}
.fn{float:none!important;}

.details{
	width:100%;
	height:300px;
	padding:40px 0px;
}

.details-box{
	width:210px;
	float:left;
	padding:0px 20px;
}

.details-box h2{
	font-size: 20px;
 	color:#3ba7c2;
 	margin: 0px;
 	font-weight: normal;
 	text-transform: uppercase;
}

.details-box p{
	font-size: 13px;
	color:#777;
	text-align: justify;
}

.details-box p strong{
	color:#333;
	font-size:14px;
}

.details-box a:not(.twitter-follow-button){
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#f46b2f;
	margin-bottom: 20px;
}

.mt15{margin-top:15px!important;}
.mt-8{margin-top:-8px!important;}

.timeline-Header{
	padding-top:0px!important;
}

.timeline-Header-title{
	font-size: 24px;
 	color:#3ba7c2;
 	margin: 0px;
 	font-weight: normal;
 	text-transform: uppercase;
}

.footer{
	width:100%;
	height:80px;
	background:#1f1f1f;
	text-align:center;
}

.footer span{
	line-height: 80px;
	color:#fff;
	font-size:11px;
}

.main > li > ul{
	display:none;
	position: absolute;
	background:#fff;
	z-index: 99999;
	padding: 10px 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
    margin-left: -21px;
    border: 1px solid #ddd;
    border-top: none;
}

.main > li > ul > li{
	list-style:none;
}

.main > li > ul > li > a{
	color:#777;
	text-decoration: none;
	padding: 7px 20px 7px 21px;
    display: block;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}
.main > li > ul > li > a:hover,
.main > li > ul > li > a.active{
	color:#3ba7c2;
}

.main > li > ul.in{
	display:block;
}

.show{display:block!important;}

.clear{clear:both;}

.buy{
	background:#1f1f1f;
	padding:10px;
}

.buy a{
	    margin: 20px auto 10px;
    width: 170px;
    display: block;
}

#slider-container.book-list{
	height:auto;
}

.book-list li{
	position: relative;
	float:left;
	border-bottom:1px solid #ededed;
	width:100%;
}

.book-list .slide-block{
    position: relative;
    float: right;
    width: 406px;
    padding-left: 0px;
}

.book-list .slide-image{
	position: relative;
    float: left;
    right: 0px;
    width: 500px;
}

.book-list .slide-image img{
	float: left;
    margin-left: 60px;
}

.bb{
	width:100%;
	height:1px;
	margin:10px 0px;
	border-bottom: 1px solid #ededed;
}

.about{
	padding: 0px 20px;
}

.about h3{
	font-size:24px;
	color:#3ba7c2;
}

.about p{
	color:#777;
}

.about a{
	color:#f46b2f;
	text-decoration:none;
	font-weight: bold;
}

.about img.profile {
    width: 300px;
    float: left;
    margin-right: 40px;
}

.UFICommentActorName{
	font-size: 18px;
    color: #3ba7c2;
    font-weight: bold;
    margin: 0px
}


