/*Telugu Fonts*/
@font-face
{
  font-family: suranna;
  src:url(../fonts/Suranna.ttf);
}
@font-face
{
  font-family: mallanna;
  src:url(../fonts/Mallanna.ttf);
}
@font-face
{
  font-family: ramaraja;
  src:url(../fonts/Ramaraja.ttf);
}
@font-face
{
  font-family: NTR;
  src:url(../fonts/NTR.ttf);
}
body {
  background-image:url(../images/bg5.jpg);
	background-repeat:no-repeat;
	background-color:#c5c5c5;
	background-size:cover;
  background-position: bottom right;
  background-attachment: fixed;
}
#loader
{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background: url('../images/loading.gif') 50% 50% no-repeat rgb(249,249,249); */
  display: none;
}
.banner
{
  background-image: url(../images/banner2.png);
  background-size:contain;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 70px;
}
.fixed_top
{
  top:-68px;
  box-shadow: 0px 2px 2px -1px #000;
}
.fixed_top a{
  color: #342F64;
}
.fixed_bg
{
  background-color: rgb(255, 255, 255);
}
.gradation
{
  background: -moz-linear-gradient(left, #0066CB 10%, #E1E1E9 70%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, #0066CB 10%,#E1E1E9 70%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left, #0066CB 10%,#E1E1E9 70%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left, #0066CB 10%,#E1E1E9 70%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, #0066CB 10%,#E1E1E9 70%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c844', endColorstr='#00ffffff',GradientType=1 );
  box-shadow:-4px 5px 4px -4px #000;
  border-radius: 5px;
  padding: 16px 0px 4px 13px;
  font-family:mallanna;
  text-shadow:1px 1px 3px #000;
  margin-bottom: 16px;
  color: white;
}
.follow{
  text-shadow:1px 1px 3px #000;
  color: white;
  margin-bottom: 0;
  margin-top: 0;  
}

.centerDiv
{
  padding: 10px 50px;
  background-color: #F9FBE6;
  box-shadow: 8px 8px 13px -8px #000;
  border:  2px solid rgba(201, 190, 72, 1);
  border-radius: 5px;
}

/*Side bar styles*/
.sideBar, .guestopn
{
  padding: 10px;
  background-color: #F9FBE6;
  border: 2px solid rgba(201, 190, 72, 1);
  border-radius: 5px;
}
.guestopn{
  box-shadow: 8px 8px 13px -8px #000;
  background-color: #F9FBE6;
  height: 600px;
  overflow: auto;
}
.guestopn p{
  text-align: left;
  font-size: 13px;
  padding-top: 5px;
}
#book
{
  box-shadow: 0px 0px 0px 0px #000;
}
.storyTitle
{
  text-shadow:0px 0px 10px #fff;
}

.authorTitle p
{
  font-size: 16px;
}
.activeStory
{
  text-shadow: 3px 1px 1px rgba(156, 29, 29, 1);
    border-style: solid;
  border-width: 0px 0px 10px;
  -moz-border-image: url(../images/vine_wh.png) 0 0 18 repeat;
  -webkit-border-image: url(../images/vine_wh.png) 0 0 18 repeat;
  -o-border-image: url(../images/vine_wh.png) 0 0 18 repeat;
  border-image: url(../images/vine_wh.png) 0 0 18 repeat;
}
.storyThumbnils
{
  /*background-image: url(../images/story_bg.png);
  background-size: cover;*/
  color: white;
  text-align: center; 
  /*width:40%;*/
  /*box-shadow:2px 2px 4px 0px #FFF;*/
  background-color: #0066CB;
  font-family: mallanna;
  /*border-radius: 10px;*/
  font-size: 20px;
  margin-bottom: 15px;
  cursor: pointer;
}
.storyThumbnils:hover{
  background-color: #032A51;
}
p
{
  font-size:16px;
  text-align: justify;
}
.dCap, label,.contactus
{
  font-family:mallanna;
}
.navbar{
  background-color: #E8E8E8;
  border-radius: 0;
}
.navbar-nav{
  margin-top: 10px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.fixed_top .active{
  color: #DF0000;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid rgba(126, 40, 40, 1);
}
.nav  li  a
{
  position: relative;
  display: block;
  padding: 10px 15px 0px 15px;
  font-size: 18px;
  font-family: ramaraja;
}
.sidebar_font h4{
  font-size: 20px;
}
.nav > li > a:hover, .nav > li > a:focus
{
  cursor:pointer;
  color: rgba(38, 70, 119, 1);
  text-decoration: none;
  background-color: #EEE;
  -webkit-transition: border linear 0.2s; /* For Safari 3.1 to 6.0 */
  transition: border linear 0.2s;
  border-bottom: 5px solid rgba(126, 40, 40, 1);
}
.main_tabs{
  background-color:rgb(232, 232, 232);
  box-shadow: 0px 2px 2px -1px #000;
}
.footer
{
 /* position: fixed;*/
  bottom: 0px;
  /*width: 100%;
  height: 25px;
  box-shadow: 0px 6px 20px -5px #000;*/
}
.footer > p
{
  bottom: 0;
margin-bottom: 0px;
/* line-height: 0; */
padding-top: 1px;
padding-bottom: 0;
text-align: center;
}

#second_section
{
  padding-bottom: 15px;
}
.slider {
  margin: 10px 0;
  width: 610px; 
  height: 410px;
  position: relative;
  overflow: hidden;
}

.slider > li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0;
}
.cm_bg
{
  background-image: url(../images/cm_bg.jpg);
  padding-bottom: 15px;
  margin-top: 5px;
  box-shadow: 2px 2px 5px 0px #000;
  border-radius: 5px;
}
.str_bg
{
  background-image: url(../images/page.png);
  background-size: contain;
  box-shadow: 0px 0px 5px 1px #000;
  border-radius: 5px;
}
.response
{
  max-width: 100%;
  display: none;
}
.img-blog
{
  margin: 0px 20px;
}

.storyGist:hover{
 cursor: pointer;
 color:rgba(114, 0, 0, 1);
}
.readMore, .art_ga{
  cursor: pointer;
}
.icon{
  width: 32px;
  height: 32px;
}
.reviews p, .thanks p, .guestBook p, .storyGist p, .foreword_content p, .scrollToTop{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.reviews h3{
  font-family: NTR;
}

.gallery_bg{
  background-color: white;
}

.srt{
  font-family: NTR;
  text-shadow:1px 1px 3px #000;
  color: white;
  font-size: 20px;
  border-bottom: 2px solid black;
}
.glyphicon-star{
  color: rgb(141, 19, 19);
}
.foreword_en p{
  font-family: 'Open Sans', sans-serif;
}
.sneha{
  font-family: NTR;
}
.sneha_foreword{
  font-family: mallanna;
}

.scrollToTop{
  padding:10px; 
  text-align:center; 
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position:fixed;
  text-shadow: 0px 1px 6px white;
  top:75px;
  right:40px;
  display:none;
}
.scrollToTop:hover{
  text-decoration:none;
}

.storynav{
  font-family: mallanna;
  font-size: 20px;
  margin-top: 10px;
  background-color: rgba(43, 7, 11, 1);
  border-radius: 5px;
}
.storynav a{
  text-decoration: none;
  color: white;
}
.storynav a:hover{
  background-color: #FFFFFF;
  color: black;
  padding: 0px 6px;
  -webkit-transition: border linear 0.5s; /* For Safari 3.1 to 6.0 */
  transition: border linear 0.5s;
  border-left: 12px solid rgba(62, 138, 203, 1);
}
.guestopn_bottom{
  display: none;
}
.guestopn_text{
  border-bottom: 2px solid #FFF;
  border-radius: 15px;
}
.artist_bg{
  background-image: url('../images/artist_bg.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment: fixed;
  color: white;
  text-shadow: 1px 1px 3px #000;
  font-family: 'Open Sans', sans-serif;
}
.artist_bg .help-block{
  color: rgb(255, 210, 0);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: rgba(126, 40, 40, 1);
}


/*Media queries*/
@media screen and (max-width: 990px){
  .guestopn_top{
    display: none;
  }
  .guestopn_bottom{
    display: inline;
  }
}
@media screen and (max-width: 1115px){
  #navbar{
    display: none;
  }
  body{
    background-image:url(../images/bg.jpg);
    background-repeat:repeat;
    background-size:contain;
  }
}