
	body{
		font-family: "Sorts Mill Goudy";
		font-weight: 400;
		font-size: 14px;
		color: #ffffff;
	} /* body typography */

	h1,h2,h3,h4,h5,h6,.plan-name span{
		font-family: "Sorts Mill Goudy";
		color: #ffffff;
	}

	.plan-name span,.plan-price span, .btn-search, .btn-plan, input.btn.btn-primary{
		font-family: "Sorts Mill Goudy";
	}

		.enter-logo{
		width:50px;
		height:50px;
	}
		#header .navbar{
			background: rgba(103,150,191,.5)
		} /* menu style end */
	
	#header .navbar-nav.navbar-right >li a{
		font-family: "Sorts Mill Goudy";
		font-weight: 300;
		font-size: 20px;
	}

	
	#footer{
		background:#181818;
	} /* 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;
			}


		