	/*
	Todd Motto Labs
	URL: www.toddmotto.com
	*/
	
	
	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;
	}
	.content-text {
	margin:0 0 15px;
	}
	
	/*------------------------------------*\
	Flaunt JS Navigation
	\*------------------------------------*/
	
	.nav {
	position:relative;
	display:none;
	font-size:14px;
	font-weight:900;
	
	}
	.nav-list {
	text-align:left;
	}
	.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
	}
	.nav-item a {
	background-color: rgb(131, 195, 207);
	border-bottom: 3px solid rgb(209, 211, 212);
	border-left: 3px solid rgb(209, 211, 212);
	border-right: 5px solid rgb(209, 211, 212);
	color: #fff;
	display: block;
	font-family: 'Lato',sans-serif;
	padding: 15px 20px;
	}
	.nav-item > a:hover {
	background:none repeat scroll 0 0 rgb(193, 226, 232);
	}
	.nav-item:hover .nav-submenu {
	display:block;
	}
	/* Navigation submenu */
	.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
	}
	
	.nav-submenu-item a {
	background: none repeat scroll 0 0 rgb(193, 226, 232);
	border-bottom: 1px solid rgb(255, 255, 255);
	display: block;
	padding: 15px;
	}
	.nav-submenu-item a:hover {
	background:#932C77;
	}
	/* Mobile navigation */
	.nav-mobile {
	background: url("../img/nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	display: none;
	height: 35px;
	margin-top: 21px;
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
	}
	/* Mobile navigation, clickable area for revealing <ul> */
	.nav-click {
	border-left: 3px solid rgb(209, 211, 212);
	border-right: 5px solid rgb(209, 211, 212);
	cursor: pointer;
	display: none;
	height: 47px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	}
	.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../img/drop.svg) no-repeat center center;
	background-size:20px;
	}
	.nav-click:hover {
	background-color:#6aa5b0;
	border-bottom: 3px solid rgb(209, 211, 212);
	height:44px;
	}
	.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	}
	
	/*------------------------------------*\
	Media Queries
	\*------------------------------------*/
	
	@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav-mobile {
		display:block;
	}
	
	.nav {
		width:100%;
		padding:50px 0 0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-click {
		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;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
	.nav-submenu a {
		background: none repeat scroll 0 0 rgb(159, 202, 210);
	}
	.nav-submenu a:hover {
	  background-color: rgb(131, 195, 207);
	}
	}
	@media screen and (max-width: 600px) { 
	.nav { 
	 display:block;
	 }
	 .nav-list {
	position: absolute;
	width: 100%;
	z-index: 9999;
	margin-top: 7px;
	 }	
	}
	
	@media screen and (max-width: 565px) { 
	.nav { 
	 display:block;
	 }
	 .nav-list {
	position: absolute;
	width: 100%;
	z-index: 9999;
	margin-top: 7px;
	 }	
	
	}
	@media screen and (max-width: 320px) {  
	
	.nav-mobile {
	display: block;
	}
	.nav {
	padding: 50px 0 0;
	width: 100%;
	}
	
	.nav-item {
	float: none;
	position: relative;
	}
	
	.nav-submenu {
	display: none;
	left: 0;
	width: 100%;
	z-index:9999;
	}
	.nav-submenu a {
	background: none repeat scroll 0 0 rgb(159, 202, 210);
	}
	.nav-click {
	display:block;
	
	}
	}
	
	.fb-icon-mobile img {
		max-width: 30px;
	}
	
	.fb-svg svg{width:30px; height:30px;}
	
	@media(min-width:960px)
	{
		.fb-icon {margin-right: 15px;}	
	}
	
	@media screen and (min-width: 566px){
		.fb-icon-mobile {display:none}
	}
	
	@media screen and (max-width: 600px){
		.top-icons {bottom: 5px;}
		.fb-icon-mobile {
			margin-right: -11px;
			margin-top: 2px;
		}		
		.nav-mobile {
			margin-right: 25px;
		}
	}