
/*------------------------------------*\
    Responsive Navigation
\*------------------------------------*/
body {
	background:#ffffff;
}
a,
a:hover {
	text-decoration:none;
}
ul,
ol {
	list-style:none;
}
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.main {
	width:100%;
	margin:50px 0;
	text-align:center;
}
.content {
	text-align:left;
	margin:25px 0 100px;
}
.content2 {
	text-align:left;
	float:left;
	margin:100px 40px 0px 0px;
	width:200px;
}

.content3 {
	text-align:left;
	float:left;
	margin:100px 40px 0px 0px;
	width:400px;
}
.content4 {
	text-align:left;
	float:left;
	margin:100px 40px 0px 0px;
	width:80px;
}

.content-text {
	margin:0 0 15px;
}
/* Navigation styling */
.nav {
	float:left;
	position:absolute;
	display:inline-block;
	font-size:12px;
	font-weight:900;
}
.nav-list {

	
}
.nav-item {

	float:left;
	*display:inline;
	zoom:1;
}
.nav-item a {
font-family: CadillacSansWeb-Light;
text-transform: uppercase;
font-size: 10px;
letter-spacing: .4px;
	display:block;
	padding:15px 8px;
	color:#5d5d5d;
	background:#ffffff;
}
.nav-item:first-child a {
	border-radius:5px 0 0 5px;
}
.nav-item:last-child a {
	border-radius:0 5px 5px 0;
}
.nav-item a:hover {
color:#8A1529;
	background:#ffffff;
}
/* Mobile Navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	background:#ffffff url(../img/nav.svg) no-repeat center center;
	height:40px;
	width:40px;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 900px) {
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:40px 0 0;
		
	}
	.nav-list {
		display:none;
		
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item a {
		background:#ffffff;
		padding:10px;
	}
	.nav-item:first-child a {
		border-radius:5px 0 0;
	}
	.nav-item:last-child a {
		border-radius:0 0 5px 5px;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
		z-index: 10;
	}

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:40px 0 0;
		
	}
	.nav-list {
		display:none;
		
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item a {
		background:#ffffff;
		padding:10px;
	}
	.nav-item:first-child a {
		border-radius:5px 0 0;
	}
	.nav-item:last-child a {
		border-radius:0 0 5px 5px;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
		z-index: 10;
	}
	
	.logo {
    width: 75px;
    height: 100px;
    background-image: url(../img/cad_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
	top:0;
	float:right;
	margin-right: 20px;
	z-index: 10;
	}
}