/*!
 * Theme Name 	: Booky v1.0
 * Author		: Rajendra Prasad
 * Website		: DoozyPixels
 *
 */
/* For Logo Only */
@import url(https://fonts.googleapis.com/css?family=Pacifico);
/* For Website */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,900italic);
#hero-desc ul > li {

  
}
.fa-circle {
  font-size:7px!important;
  margin-top:-9px!important;
  
}


body
{
	font-family: "Lato", Verdana, Geneva, sans-serif;
	font-weight: 400;
}
/*
 * Color Swatches
 */
.brand-primary
{
	color: #D9563C;
}
.brand-primary-darker
{
	color: #B0402A;
}
.brand-secondary
{
	color: #69C8C5;
}
.black
{
	color: #000;
}
.gray-darker
{
	color: #414042;
}
.gray
{
	color: #B8B8B8;
}
.gray-light
{
	color: #F2F2F2;
}
/*
 * Typography
 *
 */
a
{
	color: #D9563C;
}
a:hover, a:focus
{
	color: #D9563C;
}
a.link-white
{
	color: #FFF;
}
a.link-white:hover
{
	color: #FFF;
}
b
{
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6, label, .btn
{
	font-family: "Lato", sans-serif;
}
/*
 * Section Marketing
 */
#marketing
{
	background-color: #125D33;
	min-height: 400px;
	width: 100%;
	margin-top: -22px;
	border-bottom: 11px solid #00A256;
}
#mainbody
{
	margin-top: 0;
}
#chapt
{
}
header
{
	padding-top: 30px;
}
.header-inner
{
	padding-bottom: 5px;
	border-bottom: 1px solid #B0402A;
	/* Fallback */
	overflow: hidden;
	/*background-color: ;*/
}
.logo
{
	color: #FFF;
	/*font-family: "Pacifico", cursive;*/
	font-size: 30px;
	line-height: 30px;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}
.logo:hover
{
	text-decoration: none;
	color: #FFF;
}
.social-icons > a
{
	text-align: center;
	background-color: #B0402A;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFF;
	font-size: 24px;
	display: inline-block;
	padding: 5px 7px;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}
.social-icons.text-right > a
{
	margin-left: 10px;
}
.social-icons.text-left > a
{
	margin-right: 10px;
}
.social-icons > a > i.icon-facebook
{
	padding: 5px 6px;
}
.social-icons > a:hover
{
	text-decoration: none;
	color: #D9563C;
}
.masthead
{
	padding: 13px 0 4px !important;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 0px;
	/*background-repeat: ;*/
}
#titlenav
{
	background-color: #B7A889;
	padding: 18px 0 1px 13px;
	margin-top: 0;
	text-align: center;
	border-top-right-radius: 0;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.hero-title
{
	font-size: 22px !important;
	margin-top: 0;
	color: #000000;
	margin-bottom: 20px !important;
	letter-spacing: 0px !important;
	/*font-weight: 900;*/
	text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
	line-height: 1.2;
}
.hero-desc
{
	margin-bottom: 20px;
	font-size: 15px;
	color: #000000 !important;
}
.hero-form
{
	/*background: #672A05;*/
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px 20px 15px;
	color: #FFF;
}
.hero-form label
{
	font-size: 18px;
	padding-bottom: 10px;
}
.hero-form #email
{
	min-height: 42px;
	border: none;
	border-radius: 6px;
	float: left;
}
.hero-form .text-small, .hero-form .text-small-alt
{
	font-size: 12px;
	margin-top: -5px;
}
.hero-form .text-small-alt
{
	margin-top: 10px;
}
.hero-form .text-small a, .hero-form .text-small-alt a
{
	color: #FFF;
}
.tweet-form .control-group
{
	margin-top: 25px;
}
.buy-form .well
{
	background: #B0402A;
	border: none;
	margin-top: 20px;
	padding: 30px;
}
.videobox
{
	border: 6px solid #000000;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #000000;
	padding: 2px;
}
#masterimage img
{
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	margin-top: 7%;
}
/*#medal IMG
{
	position: absolute !important;
	z-index: 99;
	width: 27%;
	max-width: 127px;
	margin-top: -128px;
}*/
/*Phone  book cover*/
/*@media (max-width: 767px)
{
	.marketing-media IMG
	{
		display: block;
		padding: 0;
		margin: 0 auto 20px;
		background-color: ;
	}
}*/
/*Tablet book cover*/
/*@media (min-width: 768px)
{
	.marketing-media IMG
	{
		display: block;
		margin: 0 auto 22px -13px;
		-ms-transform: rotate(-10deg);
		(* IE 9 *)
		-webkit-transform: rotate(-10deg);
		(* Chrome, Safari, Opera *)
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
}*/
/*Laptop book cover*/
/*@media (min-width: 992px)
{
	.marketing-media IMG
	{
		display: block;
		margin: 0 auto 22px -30px;
		-ms-transform: rotate(-10deg);
		(* IE 9 *)
		-webkit-transform: rotate(-10deg);
		(* Chrome, Safari, Opera *)
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	BODY
	{
		margin-top: 76px;
	}
}*/
/*Desktop book cover*/
/*@media (min-width: 1200px)
{
	.marketing-media IMG
	{
		display: block;
		margin: 0 auto 22px -43px;
		-ms-transform: rotate(-10deg);
		(* IE 9 *)
		-webkit-transform: rotate(-10deg);
		(* Chrome, Safari, Opera *)
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	BODY
	{
		margin-top: 76px;
	}
}*/
.shadowbox
{
	box-shadow: 1px 6px 10px 5px #BCB7B7;
	margin-bottom: 10px;
}
/* Pricing */
.pricing-box
{
	border: solid 2px #B0402A;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
	padding: 0 60px;
	min-height: 150px !important;
}
.pricing-box h3
{
	margin: -10px 0 5px;
}
.pricing-box.checked
{
	background-color: #B0402A;
}
/*
 * Section Wrap
 */
#inside
{
	background-color: #FFFFFF;
}
.sec-wrap
{
	padding: 50px 0;
}
.sec-title
{
	text-align: center;
	margin-bottom: 40px;
}
.sec-title span
{
	border-radius: 4px;
	background-color: #83E4E1;
	color: #FFF;
	font-weight: 400 !important;
	padding: 5px 10px;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}
.accordion-heading a
{
	font-size: 16px;
	font-weight: 700;
}
.accordion-heading a:hover
{
	color: #D9563C;
	text-decoration: none;
	background-color: #F2F2F2;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.list-bullet li:before, .list-bullet li ul li:before
{
	font-family: 'FontAwesome';
	content: "\f111";
	color: #69C8C5;
	font-size: 8px;
	vertical-align: top;
	padding-right: 10px;
}
.list-bullet li ul li
{
	list-style: none;
}
a.thumbnail
{
	padding: 0;
	margin-bottom: 10px;
	border: 0;
	background: #F2F2F2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	text-align: center;
	padding: 34px 0;
}
a.thumbnail:hover
{
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.text-lead
{
	font-size: 16px;
	line-height: 20px;
}
.text-lead-big
{
	font-size: 18px;
	line-height: 22px;
}
/* media-list */
.media-list
{
	margin-top: 30px;
}
.media-object-alt
{
	float: left;
	margin-right: 10px;
	background-color: #D9563C;
	padding: 4px 10px;
	color: #FFF;
	border-radius: 15px;
	font-weight: 900;
}
.media-heading
{
	margin: 4px 0 15px;
	color: #D9563C;
}
/*
 * Testimonial
 */
#testimonial
{
	background: #000000;
}
blockquote
{
	border: none;
	padding: 0;
	text-align: center;
	margin: 0;
}
blockquote small
{
	color: #B8B8B8;
	font-size: 12px;
}
.testi-thumb
{
	margin-bottom: 20px;
}
.testi-thumb img
{
	background: #B8B8B8;
	border-radius: 4px;
}
.testi-text
{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.testi-user
{
	color: #D9563C;
	margin-bottom: 5px;
}
/*
 * Author
 */
#author
{
	background-color: #FFF;
}
#author .social-icons > a
{
	background-color: #D9563C;
}
#author .social-icons > a:hover
{
	color: #FFF;
	background-color: #B0402A;
}
#author .media
{
	margin: 30px 0;
}
#author .media-object
{
	margin-right: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
/*
 * Marketing Footer
 */
#marketing-footer
{
	background: #7A993D;
}
#marketing-footer .hero-form
{
	margin-bottom: 0;
	padding-right: 40px;
}
#marketing-footer .hero-form .text-small
{
	margin-top: 5px;
	display: block;
}
/*
 * Footer
 */
footer
{
	padding: 20px 0 10px;
	background: #000;
	color: #B8B8B8;
	/*margin-right: 77px;*/
	/*margin-left: -15px;*/
}
.resourcefooter a
{
	padding: 7px;
}
/*
 * Buttons
 */
.btn
{
	background-image: none;
	border: none;
	font-weight: 700;
	background-color: #B8B8B8;
	text-shadow: none;
}
.btn-primary
{
	background-color: #D9563C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]
{
	background-color: #B0402A;
}
.btn-info
{
	background-color: #000000;
}
.btn-info:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]
{
	background-color: #9C3E04;
}
.btn-success
{
	background-color: #468847;
}
.btn-success:hover
{
	background-color: #53A553;
}
.btn-warning
{
	background-color: #F89406;
}
.btn-warning:hover
{
	background-color: #F5A028;
}
.btn-danger
{
	background-color: #B94A48;
}
.btn-danger:hover
{
	background-color: #BD362F;
}
.btn-inverse
{
	background-color: #414042;
}
.btn-inverse:hover
{
	background-color: #000;
}
.well
{
	background: #FFFFFF !important;
	border-color: #F2F2F2;
	box-shadow: none;
	box-shadow: -1px 0px 14px -4px #BFBFBF !important;
}
/*
 * Navbar
 */
.navbar-inner
{
	background-image: none !important;
	/*background-color: #000000 !important;*/
	border-left: 3px solid #269BD1;
	border-right: 3px solid #3796D0;
	border-top: 3px solid #2B9CD0;
	border-top-left-radius: 12px;
	border-top-right-radius: 13px;
	max-width: 1146px;
	margin-left: -15px !important;
	padding-top: 10px;
}
#i007elogo img
{
	border-bottom: 1px solid black;
	padding: 7px 4px 4px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 9px;
	background-color: #000000;
	width: 86px;
}
.navbar-fixed-top
{
	background-color: #000000;
	height: 75px;
}
.navbar-inverse .navbar-inner
{
	background-color: #414042;
}
.navbar-inverse .divider-vertical
{
	border-right-color: #414042;
	border-left-color: #000;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus
{
	box-shadow: none;
	text-shadow: none;
}
.label, .badge
{
	font-weight: 400;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus
{
	background-color: #D9563C;
}
.nav .dropdown-toggle .caret
{
	border-top-color: #414042;
	border-bottom-color: #414042;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret
{
	border-top-color: #000;
	border-bottom-color: #000;
}
/*
 * Dropdown
 */
.dropdown-menu
{
	box-shadow: none;
}
.dropdown-menu > li > a:hover
{
	background-image: none;
	background-color: #D9563C;
}
.progress .bar
{
	background-image: none;
	background-color: #D9563C;
}
@media (max-width: 767px)
{
	body
	{
		padding-right: 0px;
		padding-left: 0px;
	}
	.container
	{
		padding-right: 20px;
		padding-left: 20px;
	}
	.hero-title
	{
		margin-top: 20px;
	}
	.hero-title, .hero-desc, .hero-form, #author .media
	{
		text-align: center;
	}
	.hero-form .text-small
	{
		margin-top: 10px;
	}
	.hero-form .text-small .pull-right
	{
		float: none;
		display: block;
	}
	#author .media
	{
		margin-bottom: 0px;
	}
	#author .media > .pull-left
	{
		float: none;
	}
	#author .media-object
	{
		display: inline;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.pricing-box
	{
		margin-bottom: 10px;
	}
	.social-icons.text-left
	{
		text-align: center;
	}
	.social-icons.text-left > a
	{
		margin: 0 5px;
	}
}
@media (min-width: 768px) and (max-width: 979px)
{
	.hero-form .text-small
	{
		margin-top: 10px;
	}
	.hero-form input[type=text]
	{
		display: block;
		width: 100%;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.hero-form .btn
	{
		display: block;
		width: 100%;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#marketing-footer .hero-form .text-small
	{
		text-align: center;
	}
	#marketing-footer .hero-form .text-small .pull-right
	{
		float: none;
		display: block;
	}
}
/** Book Reviews*/
/* carousel */
#bookwell
{
	background-color: #FFFFFF !important;
	/*(*+border-radius: 30px;*)
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		-khtml-border-radius: 30px;
		border-radius: 30px;*/
}
#quote-carousel
{
	padding: 0 53px 30px 0px;
	margin-top: 0px;
	height: 119px;
	margin-left: 25px;
}
/* Control buttons  */
#quote-carousel .carousel-control
{
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: -50px;
	border: 0px solid black;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
	background: #C0C0C0;
}
#quote-carousel .carousel-indicators .active
{
	background: #333333;
}
#quote-carousel img
{
	width: 250px;
	height: 100px;
}
/* End carousel */
.item blockquote
{
	border-left: none;
	margin: 15px 0 0;
	text-align: left;
}
.item blockquote img
{
	margin-bottom: 10px;
	text-align: left;
	float: left;
	margin-left: 47px;
	margin-top: -12px;
	margin-right: 37px;
}
.item blockquote p:before
{
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
	text-align: left !important;
}
/**
  MEDIA QUERIES
*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
	#quote-carousel
	{
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
	}
}
#quote-carousel p
{
	font-size: 15px;
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px)
{
	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
	#quote-carousel .carousel-indicators
	{
		bottom: -6px !important;
	}
	#quote-carousel
	{
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
		height: 311px;
	}
	#quote-carousel .carousel-indicators li
	{
		display: inline-block;
		margin: 0px 5px;
		width: 8px;
		height: 8px;
	}
	#quote-carousel .carousel-indicators li.active
	{
		margin: 0px 5px;
		width: 8px;
		height: 8px;
	}
	#quote-carousel p
	{
		font-size: 17px;
	}
}
