@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative|Pragati+Narrow|Marck+Script|Allura|Rambla);

html{
	position:relative;
}

body, html {
	margin:0;
	padding:0;
	min-height: 100%;
	height:100%;
	font-family: 'Rambla', sans-serif, arial, verdana, tahoma !important;	
}

body{
	font-size:1.6em !important;
}

img{
	border:0;
}
/* home page style */


/* home page style end */

.km-body-bgrd{
	background: url("../images/landing-page-background.jpg") fixed ;
	background-size: cover;	
}

.km-15px-separator{
	height: 15px !important;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px; 
}

#footer {
	/*position: relative;*/
    /*margin-top: -200px !important; *//* negative value of footer height */
    height: 200px !important;
    clear:both;
}

.footer {
    background-color:#282828;
    text-align: center;
    color:#f3f3f3;
    padding:20px 0 15px 0;
}


#main{
	background: #f3efe5 !important;	
}

.km-book-list-book-title{
	font-size:3.3em;
	color:#353A3E;
	font-family: 'Allura',cursive, helvetica, sans-serif, arial;
}

.km-book-list-book-title-wrapper{
	padding-top:25px;
}

.km-book-list-section{
	padding-bottom: 15px;
}

.km-book-list-category{
	padding:10px 10px 10px 15px;
	background: #e8e4da;
	font-size: 1.5em;
	font-weight: 600;
	margin:10px 0 20px 30px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

.km-book-list-read-more{
	margin-top:20px;
}

.km-book-page-book-title{
	
}

.km-buy-book-buttons{
	padding:20px 0 10px 0;
}

.km-credits{
	line-height: .9em;
}

.km-book-video{
	padding: 45px 0 30px 0;
}

.km-indent-first{
	text-indent: 20px;
}

.km-blockquote-excerpt{
	_font-size: 14px !important;
	border:0;
}

.km-bio-image{
	padding:0 20px 10px 20px;
}

.km-copyright{
	padding:25px 0 0 0;
	font-size: .9em;
}

.km-bottom-nav{
	font-size:1.5em;
	padding-bottom: 20px;
}

.km-bottom-nav a{
	color:#ADADAD !important;
	font-family: 'Pragati Narrow','Oswald', sans-serif;
}

.km-bottom-nav a:hover{
	color:#fff !important;
	text-decoration: none !important;
}
km-landing-page-footer
.km-social-icons{
	
}

.km-bio-slogan{
	font-size: 2.5em;
	font-family: 'Allura','Oswald', sans-serif;
	font-weight: 500;
}

.km-top-navigation-divider{
	color:#545454;
	font-size: 0.7em;
	vertical-align: text-top;
}

@media screen and (min-width:768px) and (max-width:1170px){
  body .km-top-navigation {
  	text-align: center;
  	float:none ;
  	display: inline-block ; 
  }
  .navbar-collapse {
  	text-align: center;
  }
  
}

@media (min-width:768px) {
	.navbar-nav {
  		margin: 7.5px -15px !important;
  	}	
}

.km-top-navigation{
	font-size: 1.2em;
	margin:14px 0 0 0 !important;
}

.km-top-navigation a {
	color:#d4d4d4 !important;
	font-family: 'Cinzel Decorative', cursive;
	font-weight: bold;
}

.km-top-navigation a:hover {
	color:#fff !important;
	text-decoration: none;
}

.km-reviews .img-responsive {
    margin: 0 auto;
}

#player{
	background: transparent;
	width:100%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #ccc;
}

.km-blog-talk-player{
	margin-bottom: 15px;
}

.km-landing-page-navbar{
	background: rgba(40, 40, 40, 0.45) !important;
}

.km-landing-page-footer {
    background: rgba(40, 40, 40, 0.65) !important;
    text-align: center;    
    /*position: relative;
    margin-top: -250px;*/
    height: 250px;
    clear: both;
    padding-top:50px;
    bottom:0;
    z-index: -9999 !important;
}

.km-landing-page-footer .img-responsive{
	margin:0 auto;
}

.km-bio-pic .img-responsive{
	margin:0 auto !important;
}


.km-collapse-menu-btn{
	border-radius:40px !important;
	-moz-border-radius: 40px !important;
	-webkit-border-radius: 40px !important;
	width:40px !important;
	height:40px !important;
	border:2px solid #ccc !important;
	padding-left:7px !important;
}

.km-praise{
	padding-left: 20px;
}

.km-praise-author{	
	margin-bottom: 20px;
	font-style: italic;
}

.km-praise-quotes{
	margin-right:50px;
	margin-left:20px;
}

.km-newsletter-captcha-wrapper{
	margin: 15px 0;
}

.km-text {
	padding-top:10px
}

.km-video-container {
	position:relative;
	padding-bottom: 45.25%;
	height:0;
	overflow:hidden;
}

@media screen and (max-width:768px) {
	.km-video-container iframe, .km-video-container object, .km-video-container embed {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	
	.km-landing-page-navbar{
		background: rgba(40, 40, 40, 0.8) !important;
	}
	
}

.km-social-media-img{
	max-width:100%;
	height:auto;
}

.km-excerpt{
	padding: 0;
	margin: 0;
    _margin: 0 0 15px 0;
    line-height: 190%;
}

.km-buy-book{
	text-align: center;
	padding-top:15px;
}

.km-tib-bit-collage{
	margin-top:15px;
}


.km-events-table{
	background: #fff;
	_margin-left:30px;
	_margin-right:30px;
	border: 1px solid #ddd;
}

.km-events-table tr td{
	font-size:.95em;
}
.km-events-date-time{
	font-weight: bold;
	padding-left:15px !important;
}

.km-small-font{
	font-size: 8pt;	
}

.km-vertical-align {
    display: flex;
    align-items: center;     
}

/* overriding some default bootstrap styles */

.navbar-toggle .icon-bar {
	width:30px !important;
	background-color:#cac6c6 !important;
	border-radius:0px !important;	
}

.navbar-toggle{
	border:0 !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: transparent !important;
}