/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    Responsive Navigation
\*------------------------------------*/
body {
	background:#fafafa;
}
a,
a:hover {
	text-decoration:none;
}
ul,
ol {
	list-style:none;
}
.wrapper {
	max-width:1125px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.main {
	width:100%;
	margin: 0;
	text-align:center;
}
.content {margin: 0;
    text-align: left;
}


.content-text {background-color: #FFFFFF;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 100%;
	background-image: none;
}
.fthree {border-radius: 3px;
    float: left;
    height: 402px;
    margin-bottom: 28px;
    margin-left: 8px;
    margin-right: 5px;
    padding: 5px 10px;
    width: 32%;}
.read-more {float: right;
    font-family: Monotype;
    margin-right: 5px;
    margin-top: 15px;}
.read-more a {color: #4B1314;
    font-weight: bold;}
.content-text-right {border-left: 1px solid #DEDEDE;
    float: left;
    margin: 0 0 15px;
    padding-top: 10px;
    width: 28%;
}
.fthree ul li {list-style: disc inside none;}
/* Navigation styling */
.nav {display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 900;
    margin-top: 30px;
    position: relative;
}

.nav-list {
	
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
}



.nav-item a {color: #FFFFFF;
    display: block;
    font-family: Constantia;
    font-size: 18.5px;
    font-weight: normal;
    padding: 7px 30.6px;}
#no-hover {border-bottom: 1px solid #DEDEDE;
    padding: 7px 13.6px;
}
#no-hover:hover {padding: 7px 13.6px;
	background-color: #fafafa;
}

.nav-list li {background-image: url("../images/aer.png");
    background-position: left top 16px;
    background-repeat: no-repeat;
}
.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 {
	background:#03769A;
}
/* Mobile Navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#34495E url(../img/nav.svg) no-repeat center center;
	height:40px;
	width:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.resh {padding: 3px 15px;}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 240px) and (max-width: 768px) {
	.nav-mobile {
		display:block;
	}
	.nav {margin-bottom: 5px;
    margin-top: 0;
    padding: 40px 0 0;
    width: 100%;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item a {
		background:#34495E;
		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;
	}
	.content-text-right {
    float: left;
    margin: 0 0 15px;
    width: 100%;
	`}
	.content-text {width: 100%;
	`}
	#floatleft {width: 100%;}
	.credit {
    border-top: 0px solid #DEDEDE;
}
	.fthree {padding: 5px 10px;
    width: 100%;
	text-align: center;}
	.full {width: 100%;}
	#cback {width: 100%;
		height: auto;}
	}
@media only screen and (width: 1024px) {
.nav-item a {font-weight: normal;
    padding: 10px 9.6px;
	}	
#floatleft {
    color: #FFFFFF;
    float: left;
    line-height: 25px;
    margin-left: 8px;
    margin-right: 14px;
    width: 100%;
}
.credit {color: #FFFFFF;
    height: 40px;
    margin-top: 251px;
    padding-top: 13px;
    position: relative;
    text-align: center;
}
	
}

