/* style.css*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
      float: left;
    width: 100%;
}
/*************************/

/******* custom scroll bar ********/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/***************/
 
body{
	    background: #666 url(../images/bg.png) 0 0;
      background-size: cover;
      font-family: 'Mukta Malar', sans-serif;
}

.container{
	float:left;
	width:100%;
}
.outer{
	width: 95%;
    margin: 0 auto;
}
header{
	float: left;
	width: 100%;
	background: #fff;
  -webkit-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.5);
   box-shadow: 2px 2px 12px -4px rgba(0,0,0,0.5);
   height: 90px;
}
.logo{
    background: url(../images/logo.jpg) 0 0;
    float: left;
    text-indent: -999em;
    width: 100px;
    height: 85px;
    margin-top: 5px;
    background-size: 100%;
} 
.sublogo{
    background: url(../images/logo2.jpg) 0 0;
    float: right;
    text-indent: -999em;
    width: 100px;
    height: 80px;
    margin-top: 8px;
    background-size: 100%;
}

.cards{
	float: left; 
	width: 100%;
	 margin:20px 0;
}
.cards-main{
	margin: 20px auto;
	width: 80%;
}

.story-card{
  float: left;
  width:100%;
  margin-bottom: 20px;
}
.story-card img{
  border-radius: 10px;
 } 
.story-card img:hover{
  opacity: 0.6;
  transition: 0.5s;
}

.title{
	float: left;
  font-family: 'Mukta Malar', sans-serif;
  font-size:14px;
	opacity: 0.8;
	color: #000;
	text-align: center;
	width:100%;
  margin: 10px 0;
  display: none;
}
.story-card-book{
   float: left;
   margin: 20px 0;

}
.story-card-video{
   float: right;
   margin: 20px 0;
}
.breadcrumb{
    background: none;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 20px;
 }
.breadcrumb a{
	font-size: 16px;
  color: #036e98;
  font-weight: bold;
 }
 .breadcrumb > li + li:before{
 		font-size: 16px;
	color: #333;
 }
 .breadcrumb li{
  font-size: 16px;
 }
.subtitle{
		float: left;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}
.desc{
	float: left;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
}
.story-title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.story-title img {
    margin: 0 auto;
    display: block;
    width: 400px;
    float: none;
}
.cards-main p{
	 float: left;
    font-family: Arial;
    color: #333;
    font-size: 13px;
    line-height: 16px;
    width: 100%;	
}  
a.back{
    background: url(../images/back.png) 0 0;
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 999;
    background-size: cover;
}
a.back_mobile{
    display: none;
}
.video-bg{
   width:70%;
  margin: 10px auto;
}
video{
 width: 100%;
 float: left;
 border: 15x solid #000;
}
