
	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";
	}

		.enter-logo{
		width:271px;
		height:82px;
	}
		#header .navbar{
			background: rgba(10,10,10,.8)
		} /* menu style end */
	
	#header .navbar-nav.navbar-right >li a{
		font-family: "Roboto";
		font-weight: 400;
		font-size: 14px;
	}

	
	#footer{
		background:#f1c40f;
	} /* end footer style */
			.image-slideshow li span{
			 -webkit-animation: imageAnimation 9s linear infinite 0s;
		    animation: imageAnimation 9s linear infinite 0s;
		}

		.image-slideshow li div{
			-webkit-animation: titleAnimation 9s linear infinite 0s;
			animation: titleAnimation 9s 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: 3s;
			    animation-delay: 3s;
			}


					.image-slideshow li:nth-child(2) span{
				background-image: url(http://designnamiru.eu/wp/designworkers/wp-content/uploads/2015/10/113-web_cuk.jpg);
			}
			.image-slideshow li:nth-child(3) span,
			.image-slideshow li:nth-child(3) div {
			    -webkit-animation-delay: 6s;
			    animation-delay: 6s;
			}


					.image-slideshow li:nth-child(3) span{
				background-image: url();
			}
			.image-slideshow li:nth-child(4) span,
			.image-slideshow li:nth-child(4) div {
			    -webkit-animation-delay: 9s;
			    animation-delay: 9s;
			}


		