/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #BFBB96;
}
nav {
	width: 100%;
	float: none;
}
nav ul {
	padding: 0;
	height: 30px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
nav li {
	display: inline;
	float: none;
}
nav a {
	display: inline-block;
	/*width: 100%;*/
	text-align: center;
	text-decoration: none;	/*text-shadow: 1px 1px 0px #283744;*/
}
nav li a {
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	color: #000;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 700px) {
/*	*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
body {
	background-color: #BFBB96;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #A10604;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-weight: 400;
	/*text-shadow: 0 0 1px rgba(255,255,255,0.3);*/
	/*font-size: 1em;*/
	font-size: 11px;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}

nav a:hover,
nav a:focus {
	outline: none;
}


	nav { 
  		height: auto;
  	}
  	nav a {
	  	/*text-align: left;*/
	  	width: 100%;
	  	text-indent: 25px;
  	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
	display: block;
	background-color: #254249;
	width: 100%;
	position: relative;
	color: #FFF;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 90%;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav li {
	display: block;
	float: none;
	width: 100%;
	background-color: #BFBA94;
	}
/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 400;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
}
