


	body{


		font-weight: 400;

		font-size: 14px;

		color: #333333;

	} /* body typography */



	h1,h2,h3,h4,h5,h6,.plan-name span{

		

		color: #000000;

	}



	.plan-name span,.plan-price span, .btn-search, .btn-plan, input.btn.btn-primary{

		font-family: "Roboto";

	}



	
	.enter-logo{

		

		height:47px;

	}

	
	#header .navbar{

    border-radius: 50px;
    margin: 20px;
    width: 1250px;
    left: 50%;
    margin-left: -625px;

	
		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;

		}



	
			.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: 15s;

			    animation-delay: 15s;

			}





		