
body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    padding-top: 50px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3bc492;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background-color: #34495e;
	padding-top: 60px;
	position: relative;
}
.anmated-background {
	position:absolute;
	top:0;
	background-image: url('http://bus.agazabook.com/assets/home/img/slide/2.jpg');
	left:0;
	right:0;
	bottom: 0;

	animation-name: example;
	animation-duration: 15s;

	animation-iteration-count: 1500;
}
.fillter {
	position:absolute;
	background-color: rgba(0,0,0,.5);
	top:0;
	left:0;
	right:0;
	bottom: 0;
}
@keyframes example {
	0% {
		background-position: 100%;
	}
	0% {
		background-position: 0%;
	}
  }
/* .anmated-background {
	
} */
#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
	
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
    line-height: 40px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

/* intro Wrap */

#intro {
	padding-top: 50px;
	border-top: #bdc3c7 solid 5px;
}

#features {
	padding-top: 50px;
	padding-bottom: 50px;
}

#features .ac a{
	font-size: 20px;
}

/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #34495e;
	padding-top: 50px;
	padding-bottom: 50px;
}

#showcase h1 {
	color: white;
}

#footerwrap {
	background-color: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: center;
}

#c p {
	color: white
}

h3.feature-title {
	color: #329ef4;
}
ol.features {
	padding: 0px;
}
ol.features li {
	margin-bottom: 15px;
	padding-left: 5px;
}
.contact-link {
	margin-bottom: 10px;
}
.contact-link i {
	margin-right: 7px;
}
.navbar-header {
	width: 100%;
}
.navbar-header .logo {
	float:right;
	padding: 10px;
} 
.wizard > .content > .body {
	margin:20px auto
}
.wizard > .content {
	transition: all 0.1s ease-in-out;
}
.wizard > .content .form-group {

}
/*bootstrap update*/
.col-sm-4, .col-sm-6{
	float:
	 right;
}
.adult-error {
	position: absolute;
z-index: 1;

top: -25px;
left: 10%;
border-radius: 5px;

}
.right-side-step-one {
	padding-left: 40px;
}
.left-side-step-one {
	padding-right: 40px;
	border-right: 1px solid #ccc;	
}
fieldset > legend {
	margin-bottom:0;
	padding-bottom: 20px;
	border-color: #ccc;
	font-size: 26px;
}
.payment-section {
	margin:20px 0;
}
@media only screen and (max-width: 600px) {
	.left-side-step-one  , .right-side-step-one  {
		padding: 0;
		border: 0;
	}
	#headerwrap h1 {
		font-size: 28px;
		margin-top: 0;
	}
	.navbar-header .navbar-brand {
		width: 100%;
		text-align: center;
	} 
	.navbar-header .logo {
		margin-right: 10px;
	}
	.navbar-header .navbar-brand {
		width: auto;
	}
	.wizard > .steps > ul > li {
		font-size: 14px;
		width: 33.33%!important;

	}
	.wizard > .steps a {
		padding: 5px !important;
	}
	#headerwrap h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	#c p {
		font-size: 14px;
	}
	.col-sm-4, .col-sm-6 {
		float: none;
	}
	fieldset {
		padding: 25px!important;
	
	}
}

