
	body{
		font-family: "Roboto";
		font-weight: 400;
		font-size: 14px;
		color: #333333;
	} /* body typography */

	h1,h2,h3,h4,h5,h6,.plan-name span{
		font-family: "Roboto";
		color: #000000;
	}

	.plan-name span,.plan-price span, .btn-search, .btn-plan, input.btn.btn-primary{
		font-family: "Roboto";
	}

		#header .navbar{
			background: rgba(0,0,0,.6)
		} /* menu style end */
	
	#header .navbar-nav.navbar-right >li a{
		font-family: "Roboto";
		font-weight: 400;
		font-size: 14px;
	}

	
	#footer{
		background:#181818;
	} /* end footer style */
			.image-slideshow li span{
			 -webkit-animation: imageAnimation 50s linear infinite 0s;
		    animation: imageAnimation 50s linear infinite 0s;
		}

		.image-slideshow li div{
			-webkit-animation: titleAnimation 50s linear infinite 0s;
			animation: titleAnimation 50s linear infinite 0s;
		}

				.image-slideshow li:nth-child(1) span{
				background-image: url(http://localhost/everestasia/wp-content/uploads/2015/07/everest-banner-charriol-04.jpg);
			}
			.image-slideshow li:nth-child(2) span,
			.image-slideshow li:nth-child(2) div {
			    -webkit-animation-delay: 10s;
			    animation-delay: 10s;
			}


					.image-slideshow li:nth-child(2) span{
				background-image: url(http://localhost/everestasia/wp-content/uploads/2015/06/everest-banner-bally-03.jpg);
			}
			.image-slideshow li:nth-child(3) span,
			.image-slideshow li:nth-child(3) div {
			    -webkit-animation-delay: 20s;
			    animation-delay: 20s;
			}


					.image-slideshow li:nth-child(3) span{
				background-image: url(http://localhost/everestasia/wp-content/uploads/2015/07/everest-banner-philipstein-02.jpg);
			}
			.image-slideshow li:nth-child(4) span,
			.image-slideshow li:nth-child(4) div {
			    -webkit-animation-delay: 30s;
			    animation-delay: 30s;
			}


					.image-slideshow li:nth-child(4) span{
				background-image: url(http://localhost/everestasia/wp-content/uploads/2015/07/banner-vertu-04.jpg);
			}
			.image-slideshow li:nth-child(5) span,
			.image-slideshow li:nth-child(5) div {
			    -webkit-animation-delay: 40s;
			    animation-delay: 40s;
			}


					.image-slideshow li:nth-child(5) span{
				background-image: url(http://localhost/everestasia/wp-content/uploads/2015/07/everest-banner-jacobjensen-05.jpg);
			}
			.image-slideshow li:nth-child(6) span,
			.image-slideshow li:nth-child(6) div {
			    -webkit-animation-delay: 50s;
			    animation-delay: 50s;
			}


		