/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/
‚∑
/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/


/* Navigation submenu*/
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
}
.nav-submenu-item a {
	background:#9e9e9e;
	border-bottom:1px solid #9e9e9e;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
	background:#932C77;
} 

/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:10px;
	right:5px;
	background:rgba(255, 255, 255, 0) url(../images/nav.svg) no-repeat center center;
	background-size:20px;
	height:38px;
	width:38px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #9e9e9e;
	height:49px;
	width:49px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../images/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#6E1656;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);Element {
}
@media only screen and (max-width: 1200px) {
  .nav-mobile {
    display: block;

  }
}
.nav-mobile {
  display: none;

  cursor: pointer;

  position: absolute;

  top: 10px;

  right: 5px;

  background: rgba(255, 255, 255, 0) url(../images/nav.svg) no-repeat center center;

    background-size: auto;

  background-size: 20px;

  height: 38px;

  width: 38px;

}
*, ::before, ::after {
  margin: 0;

  padding: 0;

  border: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}
@media screen and (max-width: 1200px) {
  body {
    font-size: 0.8em;

  }
}
body {
  font-size: 1em;

  line-height: 1.1em;

  font-weight: 300;

  letter-spacing: 0.05em;

  color: #222;

}
html {
  font-family: 'Source Sans';

  -moz-osx-font-smoothing: grayscale;

}


}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (max-width: 1200px) {
	
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding: 0;
	}
	.nav-list {
		float: right;
		display: none;
		text-align:center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100vh;
		background-color: #fff;
	}

	.nav-list li.nav-item:first-child {
	margin-top: 20vh;
	}

	.nav-item {
		float:none;
		display:block;
		position:relative;
		text-align: center;
		padding: 15px 15px 0px 0px;
	}
	.nav-item > a {
		padding:15px 5px 0px 0;
	}
	
	.nav-item:hover .nav-submenu {
	display:block;
	}
	.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%;
	}
}
