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


/*NAVIGATION*/
nav {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 200;
	float: right;
	
}
nav ul {
	padding: 0;
	margin: 0 auto;
	height: 70px;
}
nav li {
	padding-left: 7px;
	padding-right: 2px;
	display: inline;
}
nav a {
	color: #666;
	display: inline-block;
	width: 300px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	border-right: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: none;
}
nav a:hover, nav a:active {
	color: #12C3F4;
}
nav a#pull {
	display: none;
}


/*Styles for screen 835px and lower*/
@media screen and (max-width: 1096px) {
/*NAVIGATION*/


}
		
/*Styles for screen 600px and lower*/
@media screen and (max-width: 975px) {
/*NAVIGATION*/

#slider {
	display: none;
}
#logo {
	text-align: center;
	position:relative;
	width: 100%;
	clear: both;
	float: none;
}
nav {
	height: auto;
	background: none;
	width: 100%;
	margin-bottom: 0;
}
nav ul {
	width: auto;
	display: block;
	height: auto;
}
nav li {
	width: 33%;
	float: center;
	position: relative;
}
nav li a {
	border-right: none;
	color: #666;
}
nav a {
	text-align: center;
	width: 100%;
	text-indent: 25px;
}
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 767px) {
/*NAVIGATION*/

#slider {
	display: none;
}
	
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 550px) {
/*NAVIGATION*/

#logo {
	display: none;
}

	nav {
	border-bottom: 0;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 0;

}
nav ul {
	display: none;
	height: auto;
}
nav a#pull {
	display: block;
	background-color: none;
	width: 100%;
	position: relative;
}
nav a#pull:after {
	content:"";
	background: url('../images/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	float:left;
	position: absolute;
	right: 15px;
	top: 10px;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
/*NAVIGATION*/
	nav li {
	display: block;
	float: none;
	width: 100%;
}
nav li a {
	border-bottom: 1px solid #CCC;
}
}
