/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: 12px Tahoma, Geneva, sans-serif;
	text-align: center;/*
	stretch 1
	background: transparent url(../images/bg-potash.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-potash.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-potash.jpg', sizingMethod='scale')";*/
	
	/*
	stretch 2
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
	overflow: auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-potash.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-potash.jpg', sizingMethod='scale')";*/
}
#header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	height: 40px;
	visibility: hidden;
	display: none;
}
#header #wrapper {
}
#header .title {
	visibility: hidden;
	display: none;
}
#header .title h1 {
	text-indent: -9999px;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
}
#header #wrapper {
}
#header .menu {
	padding: 12px 0 15px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	display: block;
}
#header .menu ul {
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
	float: right;
	font-size: 15px;
	font-weight: bold
}
#header .menu li {
	list-style-type: none;
	float: left;
}
#header .menu li a {
	color: #FFF;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0 15px;
}
#header .menu li a:hover {
	color: #CCC;
}
#header .menu li a:visited {
	color: #FFF;
}
#header .menu li a.active {
	color: #FFF;
}
#container {
	height: auto;
	margin: 0 auto;
	max-width: 1200px;
}
#container #content {
	position: relative;
	min-height: 212px;
}
#container #content .title {
	margin: 15px auto;
	max-width: 550px;
	padding: 16px;
	display: block;
}
#container #content .title h2 {
	text-align:center;
}
#container #content .title h2 span {
	color: #FFF;
	font-size: 70px;
	line-height: 1em;
}
#container #content .hello {
	margin: 15px auto;
	max-width: 450px;
	padding: 16px;
	text-decoration: none;
	visibility: hidden;
	display: none;
}
#container #content .hello p {
	color: #FFF;
	font-size: 25px;
	line-height: 1.2em;
	text-align: justify;
}
#container #content .hello h3 {
	color: #FFF;
	font-size: 25px;
	text-align: left;
}
#container #content .hello a {
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	display: block;
	text-decoration: none;
	text-align: center;
}
#container #content .hello a:hover {
	color: #CCC;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	display: block;
}
#container #content .hello a:visited {
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	display: block;
}
#footer {
	bottom: 0;
	right: 26px;
	position: fixed;
}
#footer .copyright {
	font-size: 12px;
	color: #FFF;
	height: 16px;
	width: 150px
}
#footer .copyright a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
#footer .copyright a:hover {
	color: #CCC !important;
}
#footer .copyright a:visited {
	color: #FFF;
}
/************************************************************************************
SPECIAL
*************************************************************************************/
.bg-opacity {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.2);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.bg-border {
	border: 10px solid #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.bg-black {
	margin-bottom: 5px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*background: #000;
	background: rgba(0, 0, 0, 0.38);*/
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.38);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.bg-white {
	margin-bottom: 5px;
	border: 1px solid rgba(205, 201, 201, 0.18);
	background: #FFF;
	background: rgba(250, 250, 250, 0.38);
	text-shadow: 1px 1px 0 rgba(220, 220, 220, 0.08);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}
