/* 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;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body{
	position:center;
	overflow: auto;
	color:#000;
	font-family:"Helvetica", sans-serif;
}

#wrapper {width:100%;min-width: 1024px;}

/*=== Navigation ===*/
header {
	position: fixed;
	width:100%;
	min-width: 1024px;
	z-index: 99;
	height:70px;
	border-bottom: 15px solid #00A9E0;
	background-repeat: repeat;
	background: url('../img/white_wall_hash.png');
}

#logo {
	position: absolute; 
	top:2px; left:20px; 
	float:right; 
	width:368px;
	height: 55px;
}

nav {
	background-repeat: repeat;
	top:30px; right:2px;
	color:#000;
	margin-right: 20px;
	float:right; 
	width:100%;
	height:65px; 
	text-align:right; 
	line-height:100%; 
}

nav ul > li {
	list-style: none;
	display: inline-block;
	margin-top:30px;
	margin-left: -20px;
	width:130px;height:50px;
	text-align: center;
	
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

nav ul > li a {
	text-decoration: none;
	color:#3B3B3B;
	font-size:16px;
	font-family:"Arial Black",sans-serif;
	vertical-align: middle;
	
	text-shadow: 0px 1px 0px #ccc;
    filter: dropshadow(color=#ccc, offx=0, offy=1);
}

nav ul > li:hover a {
	color:#67CDDC;
	font-weight: bold;
	text-shadow: 0px 1px 0px #000;
    filter: dropshadow(color=#000, offx=0, offy=1);
}

/*=== BODY CONTENT ===*/
#home-content {
	position:relative;
	width: 100%;
	min-width: 1024px;
	height: auto;
	padding:5% 0;
	background-repeat: repeat;
	background: url('../img/white_wall_hash.png');
}

#banner {
	width: 100%;
	min-width: 1024px;
	height:720px;
	max-height: 720px;
	margin: 0 auto 100px;
	position: relative;
	border: none;
	
	background: url('../img/banner.png') no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 5;
}

.ever-info {
	position:relative;
	margin: 0 auto;
	z-index: 6;
	width: 65%;
	height:auto;
	padding:25px 50px 0px 25px;
	
	color:#fff;
	font-size: 16px;
	text-align: center;
	font-family:"Arial Black",sans-serif;
	text-shadow: 1px 2px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=2);
}
.ever-info h1 {font-size: 30px;margin: -25px 0 15px;}

#home-section {
	position: relative; 
	margin:0 auto;
	width:100%;
	min-width:1024px;
	z-index: 2;
}

#home-section dl{
	display:inline-block;
	width:250px;
	text-align: center;
	height:300px;
	margin-left: 7%;
	
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
#home-section dd{font-size:12px;line-height:1.75;color:#000;}
#home-section h2 {font-size: 20px;color:#3b3b3d;}
#home-section h2:hover{color:#00A9E0;}
#home-section a{text-decoration:none;color:#98C73D;text-shadow: 0px 1px 0px #3b3b3d;filter: dropshadow(color=#3b3b3d, offx=0, offy=1);}
#home-section a:hover{color:#00A9E0;}

#content {
	position:relative;
	top:60px;
	width: 100%;
	min-width: 1024px;
	height:740px;
	overflow: auto;
	padding:5% 0;
	background-image:url('../img/white_wall_hash.png');
	background-repeat: repeat;
}

article {
	margin-left: 12%;
	width:555px;
	height:auto;
	padding:30px 150px 20px;
	background: #fff;
	z-index: 5;
	
	-webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	-o-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

article h1 {
	font-family: 'Passion One', cursive;
	font-size: 50px;
	margin:5px 0;
}

article h2 {
	font-family: 'Passion One', cursive;
	font-size: 28px;
	margin:10px 0;
}

article ul {
	margin:10px 30px;
	font-size: 13px;
}

article img {margin-right:9px;}

.metals table{
	font-size: 12px;
	text-align: left;
}
.metals table {margin-top:30px;}
.metals table tr:nth-child(even){height:50px;}
.metals table td{width:200px;margin-right:30px;margin-top:30px;}
.metals img{width:auto;height:100px;}

article .bus-list {
	font-size: 14px;
}

iframe {margin:20px 0;}

/*=== Sitemap ===*/
#sitemap{
	font-family:"Helvetica",sans-serif;
	color:#444;
	vertical-align: top;
}
#sitemap a{text-decoration:none;color:#444;}
#sitemap a:hover{color:#D0DD2B;text-shadow:#000 0 1px 1px;}
#sitemap dl{display:inline-block;margin-left:40px;width:200px;}
#sitemap dd{font-size:12px;line-height:1.75;color:#444;}
#sitemap dt{font-size:18px;margin-bottom:10px;color:#fff;vertical-align: top;}
#sitemap dt a{color:#444;}

/*=== Form ===*/


/*=== Footer ===*/
#footer{
	position: relative;
	width: 100%;
	min-width: 1024px;
	height:150px;
	padding:30px 0px 10px;
	
	color:#ccc;
	background:transparent url('../img/asfalt.png') repeat;
	border-top:15px solid #98C73D;
}
#footer a{text-decoration:none;color:#ccc;}
#footer a:hover{color:#D0DD2B;text-shadow:#CCE3AA 0 1px 1px;}
#footer dl{text-shadow:#000 0 1px 1px;display:inline-block;margin-left:40px;width:200px;}
#footer dd{font-size:12px;line-height:1.75;color:#ccc;}
#footer dt{font-size:18px;margin-bottom:10px;color:#fff;}
#footer dt a{color:#fff;}

.copyright {
	text-align: right;
	font-size: 12px;
	margin-top: 20px;
	margin-right:10%; 
}

/*=====================*/
/*=== Slider Styles ===*/
/*=====================*/
.blueberry { margin: 0 auto; }
.blueberry .slides {
	display: block;
	position: relative;top:40px;
	overflow: hidden;
	width:860px;
	margin:0 auto;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
	
	-webkit-shadow:2px 2px 3px 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:2px 2px 3px 3px rgba(0, 0, 0, 0.8);
	-ms-box-shadow:2px 2px 3px 3px rgba(0, 0, 0, 0.8);
	-o-box-shadow:2px 2px 3px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	margin-top: 30px;
	height: 40px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 10px;
	width: 10px;
}
.blueberry .pager li a {
	padding: 18px 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #3b3b3b;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.blueberry .pager li.active a span { background: #fff; }