@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswald');



html, body{
	background-color:#212649;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family:Verdana;
/*	background-color:#FFFFFF; */
	
}


#wrapper{
			width: 1100px;
			background-color: #FFF;
			border: 0px solid #878e63;
			box-shadow:0 0 10px rgba(12, 3, 25, 0.8);
			margin-right: 0px;
			margin-left: 20%;
			padding:inherit;
		
		}


.header{
	width:1100px;
	height:350px;
	margin:auto;
	
}
 

.intro {
	height: 100%;
	width: 100%;
	margin:auto;
	background:url(../image/highway.jpg) no-repeat 50% 50%;
	display:table;
	top: 0;
	background-size:cover;
}


.inner{
	display:table-cell;
	vertical-align:middle;
	width: 100%;
	max-width: none;
	text-align: center;
}


h1{
	font-family:'Raleway', sans-serif;
	color: white;
	text-shadow: 0px 0px 300px #000;
	font-size: 500%;
}


h2{
	font-family:'Raleway', sans-serif;
	color:burlywood;
	position: relative;
	font-size: 35pt;
	padding-left:8%;
}

h3{
	font-family:'Raleway', sans-serif;
	color:burlywood;
	position: relative;
	font-size: 35pt;
	padding-left:8%;
	padding-top:5%;
}




section{
	margin: 25% ;
	margin-top: 9%;
	white-space: nowrap;
}


p{
	font-family: 'Oswld', sans-serif;
	font-size:100%;
	line-height: 150%;
	color:black;
	}



.fbutton{
	background-color:#FFF;
    border: none;
    color: burlywood;
    padding: 15px 32px;
    text-align: center;
    text-decoration:none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	

}




.video{
	position:relative;
	left:80px;
	padding-left: 200px;
}



.banner{
	height:50%;
	width:50%; 
	background-repeat:no-repeat;
}



nav ul li a,nav ul li:hover ul, nav ul li ul li {display:block;}


nav ul{
	list-style-type:none;
	background:#fff;
	padding:0 ;
	text-align: center;
}

nav ul li{
	display:inline-block;
	position: relative;

}

nav ul li a{
	padding: 6px 60px;
	font-weight: bold;
	color:#AFAFAF;
}

nav ul li ul{
	min-width: 100%;
	opacity: 0.9;
	display: none;
	position: absolute;
}




nav ul li ul li a {

		text-decoration: none;
		font-weight: bold;
		text-align: center;
		padding: 8px;

}



:link {
	color:#AFAFAF;
	font-weight:bold;
	text-decoration: none;
}

:hover{
	color:burlywood;

}


:visited{
	color:AAFAFAF;
}



nav ul li:hover ul{
	display: block;

}

/*p a{
	text-decoration: none;
	letter-spacing: 0.5px;
	font-weight: bold;
}
*/

nav ul li a:before{
	
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color:burlywood;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;


}

nav ul li a:hover:before{
	visibility: visible;
	transform: scaleX(1);

}



/*
@media screen and (max-width: 768px){
	.content h1{
		font-size:250%;
	}
	.btn{
		font-size: 110%;
		padding:7px 15px;
	}
	p{
		font-size:100%;
		line-height:160%;
	}
}

*/


#subscribe {
		background-color:#FFF;
		padding: 0%;
		width:100%;
		text-align: center;
		display: inline-block;
		
}


input[type=submit]{
			width: 110px;
			padding: 13px;
			border: 0;
			cursor: pointer;
			background-color:burlywood;
			border-radius: 2px;
	
}

input[type=text], [type=email]{
				padding: 15px;
				border-radius: 2px;
}

footer{
		background-color:burlywood;
		height:160px;
		color:#FFFFFF;
		text-align: center;
		padding: 40px;
}

.left{
	text-align: left;
	float:left;
}


.right{
	text-align: left;
	float:right;
	
}




/*----image links--*/

.img1 .img2 .img3{
	display:inline-block;
	white-space: nowrap;
	
}
	
	
.img1{
	width:300px;
	height:300px;
	display: inline-block;
	overflow: hidden;
	padding-left:8%;

}

.img2{
	width:300px;
	height:300px;
	display: inline-block;
 	overflow:hidden;

}



.img3{
	width:300px;
	height:300px;
	display: inline-block;
  	overflow: hidden;

}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 70%;
  height: 70%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 98px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

/*----trips--*/

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---banner--*/

.banner{
	width: 83%;
	height: 538px;
	position: relative; 
	padding-left:10%;
}

#slider{
	width: 83%;
	height: 538px;
	position: absolute;
	overflow: hidden;
	
}

#next{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height:50px;
	background-color:black;
	position: absolute;
	top:250px;
	right:0;
	z-index:99;
	cursor:pointer;
	opacity:.4;
	margin-right: 62px;
	
}

#pre{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height:50px;
	background-color:black;
	position: absolute;
	top:250px;
	left:0;
	z-index:99;
	cursor:pointer;
	opacity:.4;	
	margin-left: 110px;
	
}


.banner: hover #next{
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}


.banner: hover #pre{
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	
}


/*icon links*/
.fa {
  padding: 20px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

