
	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: #1e73be;
	}

	.plan-name span,.plan-price span, .btn-search, .btn-plan, input.btn.btn-primary{
		font-family: "Roboto";
	}
	
		.enter-logo{
		width:130px;
		height:100px;
	}
	@media ( max-width: 991px) {
	.enter-logo{
    width:200px;
	}
	}
	
	@media ( max-width: 480px) {
	.enter-logo{
    width:150px;
	}
	}
		#header .navbar{
			background: rgba(0,0,0,.9)
		} /* menu style end */
	
	#header .navbar-nav.navbar-right >li a{
		font-family: "Roboto";
		font-weight: 400;
		font-size: 14px;
	}
	@media ( max-width: 1198px) {
	#header .navbar-nav.navbar-right >li a{
    font-size:13px;
  }
  }
	@media ( max-width: 991px) {
	#header .navbar-nav.navbar-right >li a{
    font-size:12px;
  }
  }

	
	#footer{
		background:#181818;
	} /* 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(http://127.0.0.1/wordpress/wp-content/uploads/2014/05/comp11.jpg);
			}
			.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://127.0.0.1/wordpress/wp-content/uploads/2014/05/mobile-device-technology-wallpaper.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(http://127.0.0.1/wordpress/wp-content/uploads/2014/05/comp11.jpg);
			}
			.image-slideshow li:nth-child(4) span,
			.image-slideshow li:nth-child(4) div {
			    -webkit-animation-delay: 9s;
			    animation-delay: 9s;
			}


		