
	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 15s linear infinite 0s;
		    animation: imageAnimation 15s linear infinite 0s;
		}

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

		@keyframes imageAnimation
		{
		  0%   {opacity:1}
		  33.333% { opacity: 0}
		  66.666% { opacity: 0}
		  100% { opacity: 1}
		}


				.image-slideshow li:nth-child(1) span{
				background-image: url(http://showroom.archi/wp-content/uploads/2017/06/CC3A59431024-1.jpg);
			}
			.image-slideshow li:nth-child(2) span,
			.image-slideshow li:nth-child(2) div {
			    -webkit-animation-delay: 5s;
			    animation-delay: 5s;
			}

					.image-slideshow li:nth-child(2) span{
				background-image: url(http://showroom.archi/wp-content/uploads/2017/06/CC3A60241024.jpg);
			}
			.image-slideshow li:nth-child(3) span,
			.image-slideshow li:nth-child(3) div {
			    -webkit-animation-delay: 10s;
			    animation-delay: 10s;
			}

					.image-slideshow li:nth-child(3) span{
				background-image: url(http://showroom.archi/wp-content/uploads/2017/06/CC3A59551024.jpg);
			}
			.image-slideshow li:nth-child(4) span,
			.image-slideshow li:nth-child(4) div {
			    -webkit-animation-delay: 15s;
			    animation-delay: 15s;
			}

		