@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');

/* .dropdown-backdrop{
	 display:none;
 }
 or in mobile in class= .dropdown-menu... dont make the "ul" static... instead make it position relative and increase z-index
 
*/ 
 body {
	
	font-size: 16px;
	color: #010101;
	font-family: 'Lato', sans-serif;
	background-size:100% auto;
}
/*for ie8{
	
	
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
	
}*/


/*also use rgba to hex conertor*/




.img-responsive {
	margin:0 auto;
}
figure {
	margin:0;
	padding:0;
}
a {
	color:#bb2d61;
	text-decoration: none;
}
a:hover, a:focus {
	color:#bb2d61;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	
	line-height: 1.1;
	color: #633063;
}
p {
    color: #181818;
    line-height: 1.6;
    text-align: center;
	padding: 0px 15px;
}
.main-heading{
	font-size:60px;
	color:#bb2d61; text-align:center;
	font-family: 'Italianno', cursive;
	margin:35px 0px 36px 0px;
background: url(../images/heading-border.png) bottom center no-repeat;
	
	}

 .carousel-caption {
background:rgba(0, 0, 0, 0.35);
 left:0px;
right:0px;
padding: 0px;
bottom: 50px;
}
.carousel-caption h2 {
    font-family: 'Poiret One', cursive;
    font-size: 50px;
    text-transform: uppercase;
    line-height: .8;
	color: #ffffff;
    padding-bottom: 5px;
}
.carousel-caption span{ font-size:30px;}
 @media (max-width:768px) {
.carousel-caption { position:static;background-color: #9f2653;}

.carousel-caption h2 {
   
    font-size: 34px;
	 margin:0px;
	 padding:10px 0px;
}
.carousel-caption span {
    font-size: 24px;
}

 }
 @media (max-width: 1199px) {
 .container {
 width:auto;
}
}
 @media (min-width: 1200px) {
 .container {
 width: 1200px;
}
}
.main_heading {
	font-size:32px;
	font-weight:200;
	color:#000;
	margin: 15px 0 15px;
}
.main_heading span {
	float:left;
	width: 85%;
}
 @media (max-width: 767px) {
 .main_heading {
 font-size: 25px;
 line-height: 29px;
}
 .main_heading span {
 margin:0px 0 0px 0;
 width: 80%;
}
}
 @media (max-width: 480px) {
.main_heading {
 font-size:	23px;
}
.main_heading span {
 font-size:20px;
 line-height: 23px;
 width: 70%;
padding: 3px 0 0;
}
}
.heading2 {
	color:#FF0000;
	font-size:38px;
	text-align:center;
	font-weight:400;
}
.list1 li {
	border-bottom: 1px solid #DFDFDF;
	font-weight: bold;
	list-style: disc outside url("../images/bullet1.png");
	padding: 4px 0;
	text-transform: uppercase;
}
.list1 li a {
	color:#333;
}
.list2 li {
	list-style:url(../images/bullet1.png);
	padding:0 0 6px 0px;
}
.navbar-header {
	float:right;
}
.top_link {
	color: #FFFFFF;
	font-size: 13px;
}
.top_link a {
	color:#fff;
}
 @media (min-width: 768px) {
 .navbar-header {
 float:right;
 width: 69%;
}
}
 @media (max-width: 980px) {
.container > .navbar-header, .container > .navbar-collapse {
 margin-left: -15px;
 margin-right: -15px;
}
 .navbar-header {
 float:none;
 background-color:#9f2653;
 display:block;
 width:auto;
 height:40px;
}
 .top_link {
 margin-right:10px;
 float:right;
}
}
.navbar-brand {
	padding:0px 0 0px 0;
	height:auto;
}
@media (max-width: 980px) {
.navbar-brand {
display: block;
float: none;
 margin: 0px auto 0;
text-align:center;
}
}
 @media (min-width: 981px) {
 .navbar > .container .navbar-brand {
 margin-left: 0px;
 width:27%;
 margin:auto;
}
}
.navbar {
	position: absolute;
	min-height: 0px;
	border: 0px;
	margin-bottom: 0;
	left: 0px;
	right: 0px;
	width: 100%;
	/*background-color:rgba(255,255,255,0.8);*/
	top: 0px;
}
 @media (max-width: 980px) {
 .navbar {
	 position:static;
 background-color:#fff;
 background-image:none;
}

}
.navbar-toggle {
	border-radius: 0px;
	float: left;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-top: 8px;
}
.navbar-toggle .icon-bar {
	background:#fff;
}
 @media (min-width: 768px) {
 .navbar-toggle {
 display: block;
}
}
 @media (min-width: 980px) {
 .navbar-toggle {
 display: none;
}


}


 
 @media (max-width: 980px) {
	 .logo-1, .navbar-brand > img.logo-1{
		 display:block;
		 padding:0;
	 }
	  .logo, .navbar-brand > img.logo{
		 display:none;
	 }
	 
	 
 }
  @media (min-width: 981px) {
	 .logo-1, .navbar-brand > img.logo-1{
		 display:none;
	 }
	 
	 .logo, .navbar-brand > img.logo{
		 display:block;
	 }
	 
	 
 }
.jumbotron {
	margin:0;
	padding:0;
	background:transparent;
	position:relative;
}
 @media screen and (min-width: 768px) {
 .jumbotron {
 padding:0px 0 0 0;
}
 .container .jumbotron {
 padding:0px 0 0 0;
}
 .jumbotron h1 {
 font-size: 55px;
}
}
/*.carousel-indicators {
    bottom: 10px;
    left: auto;
    list-style: none outside none;
    margin-left:auto;
    padding-left: 0;
    position: static;
    text-align: center;
    width: auto;
    z-index: 15;
	background:url(../images/shadow.jpg) top center no-repeat;
	height:67px;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
 
  
  border:none;
  border-radius:0px;
  background:transparent url(../images/btn_inactive.png) top center no-repeat;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0px;
  border:none;
  background:transparent url(../images/btn_active.png) top center no-repeat;
}*/
	
/*index carousel	*/

.jumbotron .carousel-control {
	position: absolute;
	top: 200px;
	bottom:auto;
	left: 0;
	width: auto;
	font-size:30px;
	color: #000;
	text-align: center;
	text-shadow:none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.jumbotron .carousel-control.left {
	background-image:none;
	left: 25px;
}
.jumbotron .carousel-control.right {
	right:30px;
	left: auto;
	background-image:none;
}
.jumbotron .carousel-control:hover, .jumbotron .carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.jumbotron .carousel-control .icon-prev, .jumbotron .carousel-control .icon-next, .jumbotron .carousel-control .glyphicon-chevron-left, .jumbotron .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.jumbotron .carousel-control .icon-prev, .jumbotron .carousel-control .glyphicon-chevron-left {
	left: -40px;
	width: auto;
}
.jumbotron .carousel-control .icon-next, .jumbotron .carousel-control .glyphicon-chevron-right {
	right: -40px;
	width: auto;
}
.jumbotron .carousel-control .icon-prev, .jumbotron .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}
.jumbotron .carousel-control .icon-prev:before {
	content: '\2039';
}
.jumbotron .carousel-control .icon-next:before {
	content: '\203a';
}
.jumbotron .carousel-control span {
	    position: absolute;
    top: 74%;
    top: 45px;
    right: -20px;
}

.jumbotron .carousel-control span.control_left {
	left:-40px;
}
.jumbotron .carousel-control span.control_right {
	right:-40px;
}

.about_darlene p{ padding:0px 80px;}
 @media (max-width: 767px) {
.jumbotron .carousel-control span {
    display:none;
}
.carousel-indicators { display:none;}
 }

 @media (max-width: 767px) {

.main-heading {
    font-size: 40px;
	margin: 20px 0px 15px 0px;
	
}
.about_darlene p { padding:0px;}

 }
.about_darlene{ margin-bottom:35px;}

.parallax {
    /* The image used */
  background-image: url(../images/parallax-3.jpg);
  position:relative;

    /* Set a specific height */
    min-height:325px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newslatter{/* background-image:url(../images/bg.jpg);*/ margin-top:20px;margin: 0px 0px 30px 0px; text-align:center; background-color:rgba(0,0,0,0.7); width:100%; height:100%; position:absolute;}


.newslatter h2.main-heading{ color:#FFF; background:url(../images/heading-border-1.png) center bottom no-repeat; margin:20px;}
.newslatter p{ color:#fff; /*padding:0px 120px;*/}
.newslatter .tnp-email {
	border: none;
	max-width: 414px !important;
	padding: 15px 13px !important;
	background: #ffffff;
	border-radius: 3px 0 0 3px;
}
.newslatter .tnp-submit {
	width: auto !important;
	color: #ffffff;
	background: #bb2d61 !important;
	border: none;
	text-transform: uppercase;
	padding: 16px 20px 17px !important;
	border-radius: 0 3px 3px 0 !important;
}

@media (max-width:767px){
.parallax {

    min-height: 245px;
  
}	
	
	
	}
	
	@media (max-width:480px){
.parallax {

    min-height:285px;
  
}	
	}
	@media (max-width:360px){
.parallax {

    min-height:285px;
  
}	
	}


	@media (max-width:320px){
.parallax {

    min-height:315px;
  
}	
	}


@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}	
@media (max-width: 767px) {
.newslatter .tnp-email {
	max-width: 300px !important;
	padding: 12px 13px !important;
}
.newslatter .tnp-submit {
	padding: 13px 20px 14px !important;
}

}	
@media (max-width: 480px) {
.newslatter .tnp-email {
	border-radius: 3px !important;
	max-width: 100% !important;
	padding: 10px !important;
}
.newslatter .tnp-submit {
	margin-top: 10px;
	border-radius: 3px !important;
	padding: 10px 20px !important;
}
}
.parallax_social {
    /* The image used */
 background-image: url(../images/parallex-2.jpg);min-height:160px;
 width:100%;
 position:relative;

    /* Set a specific height */
   

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.social_icon{ text-align:center; background-color:rgba(0,0,0,0.7); width:100%; height:100%; position:absolute;}
.social_icon ul{ margin:0px; padding:0px; display:inline-block; margin:0 auto;}
.social_icon ul li{ list-style:none; float:left;}
.social_icon ul li a{ display:inline-block;padding: 54px 22px; color:#fff; font-size:28px; z-index:999; text-align:center;}
.social_icon ul li a:hover{ color:#bb2d61;} 
@media (max-width: 767px) {
.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin: 43px auto;
}
.social_icon ul li a {
    display: inline-block;
    padding: 18px 15px;
    color: #fff;
    font-size: 23px;
    z-index: 999;
    text-align: center;
}

}
@media only screen and (max-device-width: 1024px) {
.parallax_social{
        background-attachment: scroll;
    }
}
footer {
	background:#bb2d61;
	color:#fff;
	text-align:center;
}

footer ul{ margin:0px; padding:0px; margin:20px 30px; }
footer ul li{ list-style:none; border-left:2px solid #edc7d5; margin:5px 0px; display:inline-block;}
footer ul li a{ display:inline-block; padding:0px 10px; color:#fff;}
footer ul li a:hover{ text-decoration:underline !important; color:#fff;}
footer ul li a:focus{ text-decoration:underline !important; color:#fff;}
footer .copyright{ display:block; margin-top:20px; margin-bottom:40px;}
footer ul li:first-child{ border-left:0px;}
footer ul li:right-child{ border-right:0px;}
footer .footer_last{ background-color:#9f2653; padding:20px 0px;}
footer .footer_last a{ color:#fff;}
 @media (max-width: 768px) {
.copyright span {
 display:block;
}
footer ul { margin:22px 0px;}
}

/*inner css*/

.navbar-inner{ position:static !important;}

.darlene_books {
    margin-top: 25px;
}


