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-bottom: 0;    margin-top: 0;
}

@-ms-viewport { width: device-width; }

body {  color: #333; font: 400 14px/1.5 Arial,sans-serif;
	background: #eee; }

#container {  width: 96%; 	margin: auto; background: #eee; }

header, footer, .line { display: block; clear: both; width: 100%; }
nav { clear: both; float: right; display: block;  }

.page {    box-shadow: 0 0 10px 6px rgba(170, 170, 170, 0.5);
    width: 94%;   min-height: 80%;	margin: 3% auto 1%;	padding: 1%; 
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {    letter-spacing: 0;    line-height: 1; }

h1 {    color: #000;    font-family: "Oswald";    font-size: 60px;
    font-weight: 400;    text-transform: uppercase;
}

h2 {    color: #232323;    font-family: "Oswald";
    font-size: 30px;    font-weight: 400;    text-transform: uppercase;
	line-height: 36px; margin-bottom: 20px;
}
h3 {    color: #999;    font-family: "PT Sans Narrow";
    font-size: 20px;    font-weight: 300;    letter-spacing: 0;
    line-height: 24px; }

h4 {    color: #000;    font-family: "Oswald";
    font-size: 16px;    font-weight: 400;    text-transform: uppercase;
	margin: 5px 0; line-height: 20px;
}

.logo { float: left; margin: 20px 0 10px 30px; }

.line {    border-top: 1px solid #c4c4c4;
    height: 20px;    opacity: 1;    width: 100%;
}
/******* Menu ***********/


.blk img { width: 96%; }
.blk25 { width: 23%; margin: 1%; float: left; }
.blk33 { width: 31%; margin: 1%; float: left; }
.blk40 { width: 38%; margin: 1%; float: left; }
.blk50 { width: 48%; margin: 1%; float: left; }
.blk60 { width: 58%; margin: 1%; float: left; }

.txt { width: 60%; } 

footer { text-align: center; padding: 20px 0; }
.ctr { margin: auto; }
.rta { text-align: right; }
.cta { text-align: center; }
.fl { float: left; }
.fr { float: right; }
.must { color: red; font-weight: bold; }

/* Micro Clearfix */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clr { clear: both; }

#emsgbox { z-index: 9999; position: absolute; top: 250px; left: 250px;
	padding: 20px; border: 1px solid #ccc; background: #fff; }
#emsg { cursor: pointer; }

.row { margin: 0 auto 5px; width: 100%;  }
.row::before, .row::after { content: " ";  display: table; }
.row::after { clear: both; }

@media all and (max-width: 600px) {
	.blk33, .blk40, .blk50, .blk60 { width: 98%; margin: 1%; float: left; }
	.blk25 { width: 48%; margin: 1%; float: left; }
}
