/* ================================================================ */
/* ========================= INIT PART ============================ */
/* ================================================================ */
html, body, div, span, h1, h2, h3, h4, p, a, img, small, ul, li, table, tbody, tr, td, nav {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #191A1C;
	background-color: #CFCFCF;
	font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}
p {
	font-size: 18px;
	font-weight: 400;
	color: #777;
	line-height: 24px;
}
.clear {
	clear: both;
}
.three_fourth {
	width: 74%;
	position: relative;
}
.one_fourth {
	width: 23.5%;
	position: relative;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
/* container styles */
.container {
	padding: 0px 20px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
/* ------------------- */
/* ================================================================ */
/* ========================= MAIN PART ============================ */
/* ================================================================ */

/* ======================================= LOGIN BOX ============= */
.login_box {
	background-color:#FFF;
	position: absolute;
	margin: 2% auto auto auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 320px;
	height: 315px;
	padding:15px;
	z-index:1;
	box-shadow:0px 0px 100px rgba(0,0,0,0.1);
	border: 1px solid rgba(0, 0, 0, 0.24);
}
.login_box .logo {
	height:120px;
	background: url(../../design/logo/logo.png) no-repeat center center;
    -webkit-background-size: contain; /* For WebKit*/
    -moz-background-size: contain;    /* Mozilla*/
    -o-background-size: contain;      /* Opera*/
    background-size: contain;         /* Generic*/
	cursor:pointer;
}
.login_box h1 {
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
}
.login_box h2 {
	font-weight:normal;
	margin-bottom:10px;
	display:block;
}
.login_box input {
	display:block;
	margin:0px 0px 10px 0px;
	width:100%;
}
#login_error{
    background-color: #FF6600;
    border: 1px solid #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: none;
    padding: 8px;
    z-index: 999;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#login_error .close{
    background-color: #FF7E29;
    border: 1px solid #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: normal;
    height: 19px;
    line-height: 15px;
    margin-top: -16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    width: 19px;
}
#login_error .close:hover {
	font-weight:bold;
	text-shadow:none; 
	
}
/* ================================================================ */
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a.text-warning:hover {
	color: #a47e3c;
}
a.text-error:hover {
	color: #953b39;
}
a.text-info:hover {
	color: #2d6987;
}
a.text-success:hover {
	color: #356635;
}
.hiddenatstart {
	display: none;
}
a:hover {
	outline: 0;
	text-decoration: none;
	color: #EE2D24;
}
a.invert:hover {
	color: #EE2D24 !important;
	text-decoration: underline !important;
}
.txt-center, .centered {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
input[type="submit"] {
	background: #FE0000;
	color: #EFEFEF;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px;
	line-height: 42px;
	font-family: 'OpenSansLight';
	font-size: 17px;
	font-weight: 600;
	text-shadow: none;
	cursor:pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background: #96A317;
	color: #FFFFFF;
}

input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{
	border: 1px solid #d9d8d6;
	background-color: #f0efed;
	line-height: 40px;
	font-family: 'OpenSansLight';
	font-size: 16px;
	font-weight: 600;
	padding:0px 5px 0px 5px;
	color: #555;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: :0px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
}
input:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none !important;
	-webkit-box-shadow:!important;
	-moz-box-shadow: none !important;
	border: 1px solid #6D6A68;
	outline: none !important;
}
input.invalid
{
	border:1px solid #FFA084 !important;
}
/* ======================================= FOOTER PART ============= */
.subfooter {
	background-color: #191a1c;
	position:absolute;
	bottom: 0px;
	width:100%;
}
.subfooter div.three_fourth {
	float:left;
}
.subfooter div.one_fourth {
	float:right;
}
.subfooter p {
	line-height: 24px;
	margin:13px 0px 13px 0px;
	color: #bbb;
	font-size:90%;
}

.subfooter a {
	margin:0px 5px 0px 0px;
	padding:0px 5px 0px 0px;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
	color:#BBBBBB;
	font-weight:normal;	
	white-space:nowrap;
	float:left;
}
.subfooter a:not(:nth-last-child(1)) {
	border-right:1px solid #2D2D2D;
}
.subfooter a:hover {
	color:#EE2D24 !important;
}
/* ======================================= RESPONSIVE ============= */
@media screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
/* ================================================================ */
@media screen and (min-width: 980px) and (max-width: 1199px) {
	.container {
		width: 940px;
	}
}
/* ================================================================ */
@media screen and (min-width: 741px) and (max-width: 979px) {
	/*--------------------*/
	.container {
		width: 724px;
	}
}
/* ================================================================ */
@media screen and (max-width: 740px) {
	/*--------------------*/
	.container {
		width: auto;
	}
	.one_fourth, .three_fourth {
		width: 100%;
		margin-bottom: 5px;
	}
	.lastcolumn {
		margin-bottom: 0px;
	}
}
/* ================================================================ */
@media screen and (max-width: 639px) {
	.login_box
	{
		min-width:320px;
	}
	.subfooter
	{
		min-width:320px;		
	}
}
