
	body{
		font-family: "Titillium Web";
		font-weight: 400;
		font-size: 14px;
		color: #333333;
	} /* body typography */

	h1,h2,h3,h4,h5,h6,.plan-name span{
		font-family: "Titillium Web";
		color: #000000;
	}

	.plan-name span,.plan-price span, .btn-search, .btn-plan, input.btn.btn-primary{
		font-family: "Titillium Web";
	}

		.enter-logo{
		width:111px;
		height:152px;
	}
		#header .navbar{
				background: #ac1131;
		} /* menu style end */
	
	#header .navbar-nav.navbar-right >li a{
		font-family: "Titillium Web";
		font-weight: 600;
		font-size: 21px;
	}

		#header .navbar-nav.navbar-right >li a{
		color:#fff;
	}

	#header .navbar-inverse .navbar-nav  .active  > a,  
	#header .navbar-inverse .navbar-nav  .active  > a:focus, 
	#header .navbar-nav.navbar-right li > a:hover,
	.navbar-inverse .navbar-nav > .open > a{
	  color: #ffffff;
	  border-color: #ffffff;
	}
	
	#footer{
		background:#ac1131;
	} /* end footer style */
			.image-slideshow li span{
			 -webkit-animation: imageAnimation 4s linear infinite 0s;
		    animation: imageAnimation 4s linear infinite 0s;
		}

		.image-slideshow li div{
			-webkit-animation: titleAnimation 4s linear infinite 0s;
			animation: titleAnimation 4s linear infinite 0s;
		}

				.image-slideshow li:nth-child(1) span{
				background-image: url();
			}
			.image-slideshow li:nth-child(2) span,
			.image-slideshow li:nth-child(2) div {
			    -webkit-animation-delay: 4s;
			    animation-delay: 4s;
			}


		