@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,400italic);
body{
	margin:0px;
	padding:0px;
	font-family: 'Titillium Web', sans-serif;
	}
.clearfix {
  overflow: auto;
  zoom: 1;
}
a {
	text-decoration:none;
	}
.page {
	width:100%;
}
/*#one{
	background-color:#000;
  	display: table;
  	width: 100%;
  	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/hoverbike-extended.jpg');
  	background-position: center top;
  	color: white;
	height:1000px
}*/

#one{
	background-image: url('images/eagle.jpg');
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    background-size: cover;
    background-attachment: fixed;
  	background-position: center;
    background-repeat: no-repeat;
	background-color:#000;
	min-height:800px;
}
#two{
	/*background-color:#000;*/
	background-color:#ccc;
	color:#444;
	}
#three{
	background-color:#fff;
	}
#four{
	background-color:#000;
	}	
#five{
	background-color:#ccc;
	color:#444;
	padding-bottom:80px;
	}
#nav{
	position:fixed;
	top:0px;
	background:rgba(0,0,0,.7);
	width:100%;
    left: 0;
    right: 0;
    font-weight: 600;
    z-index: 999;
    border-bottom: 2px solid #333;
    font-size: 22px;
	}
#nav li{
	float:left;
	text-transform:uppercase;
	padding-right: 8%;	
	}
#nav li.last{
	padding-right: 0%;
	}
#nav li a {
	color:#fff;
	line-height:4em;
	text-decoration:none;
	display:block;
	}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color:#666;
	}
#nav ul {
	list-style:none;
	margin-top:0px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    width: 23%;
	}
.logo{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
	max-width:1000px;
}
img {
	width:100%;
	height:auto!important;
	}
#four{
	color:#fff;
	}
#two a, #three a {color:#000;}	
#two a:hover, #two a:visited, #three a:hover,#three a:visited{color:#666666;}	

#four a {color:#999999;}	
#four a:hover,#four a:visited{color:#666666;}	

.column-container{
	width:70%;
	margin-right:auto;
	margin-left:auto;
	}
.column-container.first{
	padding-top:80px;
	padding-bottom:80px;
	margin-bottom:0px;
	}
.column-container.first .column.left{
	width:55%;
	margin-right:2%;
	float:left;
}

.column-container.first .column.middle{
	width:54%;
	margin-right:23%;
	margin-left:23%;
	float:none;
}
.column-container.first .column.right{
	width:40%;
	float:left;
	margin-top: 70px;
	}
.column-container.last .column.right{
	width:55%;
	float:left;
}
.column-container.last .column.left{
	width:40%;
	margin-right:2%;
	float:left;
	margin-top: 35px;
	}
.column-container.last{
	padding-bottom:80px;
	}
h1{
	text-transform: uppercase;
    font-size: 2.9em;
    margin-bottom: 10px;
    margin-top: 35px;
	}
#three{
	color:#777;
	padding-bottom: 60px;
	}
.news-container{
	width:60%;
	margin-right:auto;
	margin-left:auto;
	padding-top:80px;
	}
.news {
	width:27%;
	float:left;
	margin-right:2%;
	border: 1px solid #ccc;
	padding:1%;
	text-align:center;
	height:200px;
	}	
.video-container{
	width:100%;
	clear:both;
	text-align:center;
	max-width: 480px;
    margin-right: auto;
    margin-left: auto;
	}

.videos iframe, .videos object, .videos embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videos {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
	width:100%;
}
.row {
	width:100%;
	clear:both;
	margin-bottom:20px;
}
.news a {
	color:#999;
	font-weight:600;
	}	
.news a:hover, .news a:active, .news a:focus {
	color:#000;
}

.column-container.first.contact{
	border:none;
	}
#five a {
	color:#444;
}
#five a:hover, #five a:active, #five a:focus {
	color:#999;
}
.mobile{
	display:none;
}
.contact-container{
	width:70%;
	margin-right:auto;
	margin-left:auto;
	}
.contactbox{
    background-color: #eee;
    -moz-box-shadow: 0px 0px 8px rgba(50,50,50,0.5);
    -webkit-box-shadow: 0px 0px 8px rgba(50,50,50,0.5);
    box-shadow: 0px 0px 8px rgba(50,50,50,0.5);
    padding: 3%;
    width: 45%;
	margin-right:auto;
	margin-left:auto;
	min-height:250px;
	text-align:center;
}
.contactbox.last{
	margin-right:0px;
	}
.contact-logo{
	width:100%;
	border-bottom:1px solid #aaa;
	padding-bottom:30px;
	margin-bottom:30px;
	}
.contact-logo img{
	max-width:220px;
	}
.contactbox h3{
	margin-bottom:0px;
	}
@media only screen and (max-width: 1600px) {
	#one{
  	min-height:800px;
}
}
@media only screen and (max-width: 1820px) {
	#nav ul {
    width: 38%;	
	}
.logo{
    margin-top: 200px;
}
}

@media only screen and (max-width: 1190px) {
	#nav ul {
    width: 50%;	
	}
.logo{
    margin-top: 200px;
}
.column-container {
    width: 90%;
}
.news-container {
    width: 85%;
}
#one{
  	/*background-image: url('images/hoverbike-1200.jpg');*/
	min-height:600px;
}
.contactbox{
    width: 90%;
	min-height:auto;
	margin-bottom:20px;
}
.contactbox.last{
	margin-right:auto;
}
.contact-logo{
	width:90%;
	margin-right:auto;
	margin-left:auto;
}
.contact-container h1{
	text-align:center;
	}
}

@media only screen and (max-width: 990px) {

.logo {
    width: 100%;
}
#one{
  	/*background-image:  url('images/hoverbike-990.jpg');*/
}
.contact-logo{
	padding-top:5%;
}
}
@media only screen and (max-width: 860px) {
	#nav ul {
    width: 60%;	
	}
}

@media only screen and (max-width: 815px) {
#one{
  	/*background-image:  url('images/hoverbike-800.jpg');*/
	min-height:500px;
}
	.logo{
		margin-top:150px;
	}
}
@media only screen and (max-width: 726px) {
	#nav ul {
    width: 65%;	
	}
}
@media only screen and (max-width: 741px) {

#one{
  	/*background-image:  url('images/hoverbike-800.jpg');*/
	min-height:400px;
}
.column-container.first{
	padding-top:10px;
	padding-bottom:40px;
	}
.column{
	width:100%!important;
	margin:0!important;
	}
.news {
    width: 29%;
}
.news-container {
    width: 95%;
}
}
@media only screen and (max-width: 660px) {
	#nav ul {
    width: 70%;	
	}
}
@media only screen and (max-width: 638px) {
	#nav ul {
    width: 80%;	
	}
}
@media only screen and (max-width: 640px) {
	.news {
    width: 90%;
	height:auto;
	border:none;
	border-bottom: 1px solid #ccc;
	margin-right:0px;
	margin-left:4%;	
}
.news-container h1{
	text-align:center;
}

#five{
	min-height:auto;
	}
.row{
	width:100%;
	}
.news-container {
    width: 100%;
}
}
@media only screen and (max-width: 622px) {
	#nav ul {
    width: 100%;	
	}
.desktop{
	display:none;
}
.mobile {
	display:inline-block;
	}
#one{
  	/*background-image:  url('images/hoverbike-600.jpg');*/
}
}
@media only screen and (max-width: 500px) {
#nav ul {
    width: 100%;	
	}
#nav li {
    padding-right: 6%;
}
}
@media only screen and (max-width: 470px) {

#nav li {
    padding-right: 3%;
}
}
@media only screen and (max-width: 435px) {
	#nav ul {
    width: 100%;	
	margin-bottom:0px;
	}
#one{
  	/*background-image:  url('images/hoverbike-420.jpg');*/
	min-height:auto;
	background-position: 50% 100%;
}
h1{font-size:2em;}
#nav li{
	float:none;
	width:100%;
	padding-right: 0%;	
	border-bottom:1px solid #333;
	}
#nav li.last{
	border-bottom:none;
	}
#nav ul {
	padding:0px;
}
#nav li a {
	line-height:1.7em;
	}
#nav{
	font-size:16px;
	}	
.contact-container{
	width:97%;
	}
.contact-logo{
	margin-bottom:10px;
	padding-bottom:10px;
	}
}



