html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
	line-height:180%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	background-color: #FFF;
	text-align:left;
	position: relative; /* important to assign z-index to the body for link inside flexslider */
  	z-index: 1;    
}
div.wrapper  {
 	margin-left:auto;
 	margin-right:auto;
	max-width:960px;
	} 
h1, h2, h3, p, ol, ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
h2	{
	font-size:35px;
	font-weight:500;
	color:#B7B7B7;
	line-height:120%;
	margin-top:50px;
	margin-bottom:50px;
	}
h3	{
	font-size:35px;
	font-weight:500;
	color:#B7B7B7;
	line-height:120%;
	margin-top:50px;
	margin-bottom:50px;
	}
.highlight	{
	color:#682a05;
}
h3	{
	font-size:18px;
	font-weight:500;
	line-height:120%;
	margin-bottom:15px;
	margin-top:0px;
	}
a {
    text-decoration: none;
	color:#fe468e;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
p	{
	font-size:18px;
	color:#555555;
	margin-bottom:30px;
}
header	{
}
.logo	{
	height:100px;	
	margin-top:10px;
	display:inline-block;
}
.phone	{
	float:right;
	margin-top:10px; 
}
.phone a	{
	color:#fe468e;
	font-size:16px; 
	font-family: 'Oswald', sans-serif;
	}
.phone a:hover	{
	color:#728596;
	}
.phone_highlight	{
	font-family: 'Indie Flower', cursive;
	font-size:22px;
}
#banner	{
	height:40px;
	border-top:#CCC 1px solid;
	border-bottom:#DDD 1px solid;
	box-shadow: 0 8px 6px -6px #DDD;
}
/* 
following css for slicknav
*/
.slicknav_menu {
	display:none;
}
/* 
following css for menu
*/
nav 	{
	text-align:right;
}
#about, #contact	{
	padding-top:10px; /* Add top padding to the anchored div */
	margin-top:-10px;  /* Avoid unnecessary whitespace by adding a negative margin  */
}
#chasing-trains, #waiting-for-trains, #boarding-the-train, #train-series	{
	padding-top:30px; /* Add top padding to the anchored div */
}
#menu li	{
	display:inline;
}
#menu a	{
	color:#AAAAAA;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:40px;
	margin-left:30px;
}
#menu a:hover	{
	color:#728596;
}
/* 
css for slider
*/
.flexslider	{
	z-index: -1; /* important for banner shadow to show over bg image. Note: position: relative already assigned in flexslider css file*/
	border-bottom:#CCCCCC 1px solid;
}
.slides	{
	background-image:url(images/slide_bg.jpg);
	background-repeat:no-repeat;
    background-size:cover;
	}
.slides_container	{
 	margin-left:auto;
 	margin-right:auto;
	max-width:960px;
	}
.slides_image {
	float:left; 
	margin:40px 40px 40px 0px;
}
.slides_heading	{
	font-family: 'Oswald', sans-serif; 
	font-size:46px; color:#B7B7B7; 
	padding-top:40px;
	line-height:120%;
	margin-bottom:15px;
	 }
.slides_text	{
 	font-family: 'Indie Flower', cursive; 
	font-size:36px; 
	color:#B7B7B7;
	line-height:120%;
	}
.slides_button a	{
	color:#FFFFFF;
	font-weight:300;
	background-color:#728596;
	display:inline-block;;
	padding:5px 40px 5px 40px;
	border-radius:5px;	
	}
/* 
css for book details and pricing
*/
.book	{
	border-bottom:#CCC 1px solid;
	overflow: hidden;
	margin-top: 60px;
	padding-bottom: 60px;
}
.book_details	{
	float:left;
	width:72%;
}
.book_details img	{
	float:left;
	margin-right:40px;
}
.book_description {
	display: inline-block;
	padding-top:40px;
}
.book_details_heading	{
	color:#B7B7B7;
	font-weight:500;
	font-size:32px;
	margin-bottom:0px;
}
.heading_highlight	{
	font-size:22px;
}
.book_details_subheading	{
	color:#682a05;
	font-weight:500;
	font-size:20px;
	margin-top:30px;
	margin-bottom:10px;
}
.book_details_text	{
	margin-bottom:0px;
	font-size:16px;
}
.book_order	{
	float:left;
	margin-left:20px;
	margin-top:0px;
	width:24%;
}
.book_order div	{
	text-align:left;
}
.book_order_heading	{
	color:#682a05;
	font-size:20px;
	font-weight:500;
}
.book_order p	{
	margin-bottom:0px;
}
.read_more_wrapper	{
	clear:both;
	padding-top:20px;
}
.read_more_container	{
	border:#CCCCCC 1px solid;
	width:89%;
	padding:5%;
}
.book_description	{
	clear:both;
}
.read_more_container button	{
	border:#CCCCCC 1px solid;
	font-size:18px;
	color:#555555;
	margin-right:10px;
	display:inline-block;
	background-color: #FFFFFF;
    cursor: pointer;
	}
.read_more_text	{
	display:inline;
}
.read_more_content	{
	display:none;
	overflow:hidden;
	padding-top: 20px;
}
/* 
css for contact 
*/
a.disable-link {
    pointer-events: none;
    cursor: default;
	color:#000;
}
a.disable-footer-link {
    pointer-events: none;
    cursor: default;
	color:#FFF;
}
#form_contact_us	{
	width:50%;
}
/* 
css for footer.php
*/
footer 	{
	margin:50px 0px 0px 0px;
	background-color:#444;
	height:100%;
	padding-top:40px;
	padding-bottom:40px;
}
footer p	{
	font-size:13px;
	color:#FFF;
	margin-bottom:0px;
	font-weight:500;
	}
.footer_heading	{
	font-weight:300;
}
.float_left	{
	float:left; 
	margin-right:75px;
	margin-bottom:20px;
	text-align:left;
}
.float_right	{
	float:right; 
	text-align:right;
	margin-bottom:20px;
}
#copyright {
	width:100%;
	margin-left:auto;
 	margin-right:auto;
	text-align:center;
	padding-top:80px;
	overflow:hidden;
	}
#copyright p {
	font-weight:300;
	}
#copyright a {
	font-weight:500;
	font-size:14px;
	}
@media screen and (max-width: 1000px) {
	div.wrapper  {
		max-width:97%; 
		} 
	.slides_image {
		margin-left:15px;
	}
	} 
@media screen and (max-width: 800px) {
	#form_contact_us	{
		width:60%;
	}
	}
@media screen and (max-width: 775px) {
	.book_details	{
		float:left;
		width:100%;
	}
	.book_order	{
		float:left;
		margin-left:0px;
		margin-top:20px;
		width:100%;
	}
}
#more {display: none;}
