
	body{
		font-family: "Maven Pro";
		font-weight: 400;
		font-size: 14px;
		color: #333333;
	} /* body typography */

	h1,h2,h3,h4,h5,h6,.plan-name span{
		font-family: "Russo One";
		color: #0f5e74;
	}

	.plan-name span,.plan-price span, .btn-search, .btn-plan, input.btn.btn-primary{
		font-family: "Russo One";
	}

		#header .navbar{
			background: rgba(255,255,255,.7)
		} /* menu style end */
	
	#header .navbar-nav.navbar-right >li a{
		font-family: "Maven Pro";
		font-weight: 400;
		font-size: 14px;
	}

		#header .navbar-nav.navbar-right >li a{
		color:#ef3f23;
	}

	#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: #001100;
	  border-color: #001100;
	}
	
	#footer{
		background:#0f5e74;
	} /* 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;
			}


		