@charset "utf-8";
/* CSS Document */

.logo img {
	padding: 25px 25px 25px 0;
	width:300px;
}

.logo {float:left;}

#responsive-nav {display:none; }

#top-nav {
	margin:0;
	float:right;
	padding-bottom:15px;
}

#top-nav ol 
{ 
	margin: 0; 
}

#top-nav li { 
	float: left; 
	display: inline; 
	list-style: none; 
	margin: 0px; 
	width: auto; 
	font: 12px Arial, Helvetica, sans-serif; 
	white-space: nowrap; 
	border-left: 1px solid #ddd;
}

#top-nav li:first-child { 
	border: none;
}

#top-nav li a { 
	display: inherit; 
	margin: 0 5px; 
	text-decoration: underline; 
	color: #333; 
	font-family: Arial, Helvetica, sans-serif; 
	white-space: nowrap;  
	padding: 4px 10px; 
	text-transform: lowercase; 
	font-size: 12px;
}

#top-nav li a:hover { 
	text-decoration: none;
}


/* Search Form */
#gasMini {
	display: none;
}

#shareNav { 
	display: none;
}

div.shareThis { float: right;}

.googleplus1 { float: right;}

	/*media queries start */

/* iPhone 5 Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
}

/* iPhone 5 Portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
	.logo {width:200px; }
	.logo img {padding: 15px 0 15px 15px; width:200px;}	
	#top-nav {display: none;}	
	#responsive-nav {display:block; float:right; padding:15px 15px 0 15px;}
	#shareNav {display:none;}
}


/* iPhone 6 Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait)  {
	
	/* Styles */
	.clear-mobile {clear:both;}
	#top-nav {display: none;}
	.logo {width:250px; }
	.logo img {padding: 15px 0 15px 15px; width:250px;}	
	#responsive-nav {display:block; float:right; padding:15px 15px 0 15px;}
	#shareNav {display:none;}
}

/* iPhone 6 Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape)  { 
	.logo {width:200px; }
	.logo img {padding: 15px 0 15px 15px; width:200px;}	
	#top-nav {display: none;}	
	#responsive-nav {display:block; float:right; padding:15px 15px 0 15px;}
	#shareNav {display:none;}
}

/* iPhone 5 Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape)  {
	.logo {width:250px; }
	.logo img {padding: 15px 0 15px 15px; width:250px;}
	#shareNav {display:none;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait)  {
	
/* Styles */

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: landscape) {
	
/* Styles */
	#top-nav {padding-right:10px;}
	#shareNav {display: none;}
}