@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #ece8e5;
}
nav {
	height: 40px;
	width: 100%;
	background: #eeefef;
	font-size: 14px;
font-family: 'Open Sans Condensed', 'sans-serif';
	font-weight: bold;
	position: relative;
	color:#000;
}
nav ul {
	padding:0 20px 0 0;
	margin: 0 auto;
	width:100%;
	height: 40px;
}
nav li {
	display: inline;
	font-family: 'Open Sans Condensed', 'sans-serif';
	font-weight:bold;
	letter-spacing:2px;
	float: left;
	text-transform:uppercase;
}
nav a {
	color: #1c1e20;
	padding:16px 18px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 56px;
	/*text-shadow: 1px 1px 0px #283744;*/
}
nav li a {
	border-right: 1px solid #b89b01;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav a:active{background: linear-gradient(to bottom, #CCB10F 0%, #B69D0C 39%, #8E7807 68%, #857006 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    color: #FFFFFF;}
nav a:hover, nav a:active {
	background: linear-gradient(to bottom, #CCB10F 0%, #B69D0C 39%, #8E7807 68%, #857006 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
	padding:16px 18px;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
  
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	
  	}
	
	
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #b89b01;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}


@media only screen and (max-width : 767px) {

.slide12{
display:block!important;}

.slide11{
display:none!important;}
nav a{
line-height:inherit!important;}

nav a:hover, nav a:active {
background:none!important;}
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #b89b01;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}