/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset above this point */


/*header */
	header, nav, a, #logo, .links { 
	  transition: all .3s;
	  -moz-transition: all .3s; /* Firefox 4 */
	  -webkit-transition: all .3s; /* Safari and Chrome */
	  -o-transition: all .3s; /* Opera */
		}

	header {
		position:fixed;
		width: 100%;
		height: 100px;
		top: 0;
		left: 0;
		margin: 0 auto;
		background-color:#fff;
		z-index:100;
		opacity: 1;
		font-weight: 100;
		font-family: 'Roboto Slab', serif;
		font-size: 1.5em;		
		}

	/* when header is large */

		header .large {
			height: 100px;	
			}

		header .large #logo {
			width:65px;
			height: 31px;
			}

		header .large li {
			margin-top: 0px;
			}

	/* when header is small */

		header.small{ 
			height: 63px;
			box-shadow: 0px 1px 2px rgba(0,0,0,0.35);
			background-color: #fff;
			/* background-color: #a2ff00; */
			color: #049aac;
			opacity: .95;
		 	}

		header.small:hover{ 	
			background-color: #fff;
		 	}
	 
		header.small #logo{
			width:65px; 
			height: 31px; 
			margin-top: 16px; 
			}

		header.small .links{ 
			margin-top: 20px;
		 	}

	 	header.small .links a:hover{ 
			padding-bottom: 13px;
	 		}	

/* nav */
		.nav {
			position: relative;	  
			max-width: 1280px;
			width: 100%;
			margin: 0  auto;
			padding: 0 5%;
			height: 100px;
			}

		.links {
			color:#049aac;
			position: relative;
			display: inline-block;
			margin-left: 40px; 
			margin-top: 39px;
			float:left;
					
			}

		.nav li {	
			margin-right:35px; /* 35/512 */
			list-style: none;
			display: inline-block;
			}
		
		.links a {
			color: ;
			text-decoration: none;
			color:#049aac;		
			}

		.links a:hover {
			color: #05c8df;
			padding-bottom: 10px;
			border-bottom: 2px solid	
			}

		.links, a:visited {
			color:#049aac;
			}

		#logo {	
			position: relative;
			background: url(../images/navigation/logo.png) no-repeat center;
			width:65px;
			height: 31px;
			display: inline-block;
			margin-top: 35px;
			margin-right: 0%;
			float: left;
			}

		.icons {
			margin-top: 34px;
			height: 30px;
			width:50%;
			background: #fff;
			float: right;
			text-align: right;
			margin-right: 1%;
			
			}

		.icon-font {
		
		display: inline;
		position: relative;
		height: 62px;
		width: 62px;
		background-color: #ddd;
		text-align: center;
		font-size: 1em;
		color: #5e656f;
		}
		


@media only screen and (max-width : 768px) {
/* navigation */
	
	header {
		height: 63px;
		background-color:#fff;
		z-index:100;
		opacity: 1;
		font-weight: 100;
		font-family: 'Roboto Slab', serif;
		font-size: 1.25em;
	}

		/* when header is small */

	header.small{ 
		height: 63px;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.35);
		background-color: #fff;
		/* background-color: #a2ff00; */
		color: #049aac;
		opacity: .95;
	 }

	header.small:hover{ 	
		background-color: #fff;
	 }
	 
	header.small #logo{
		width:63px; 
		height: 63px; 
		margin-top: 0; 
	}

	header.small .links{ 
		margin-top: 21px;
	 }

	 header.small .links a:hover {
			color: #05c8df;
			padding-bottom: 17px;
			border-bottom: 2px solid	
			}	

	.nav {
		padding: 0;
		max-width: 320px;
		float: left;
		width: 100%;
	}

	#logo{
		background: url(../images/navigation/small_logo.png) no-repeat center;
		background-color: #26292d;
		width: 63px;
		height: 63px;
		float: left;
		margin: 0;
	}

	.links {
		color:#049aac;
		position: absolute;
		margin-top: 21px;
		display: inline-block;
		margin-left: 20px;
		float:right;	
		width: 80%;	
		}

	.nav li {
		margin-right:15px; /* 35/512 */
		list-style: none;
		display: inline-block;
		}

	.links a:hover {
			color: #05c8df;
			padding-bottom: 17px;
			border-bottom: 2px solid	
			}	
}


