/***************** GLOBAL *****************/
html{	
	font-size: 10px;
}
body, html{
	height:100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	line-height: inherit;
	color: #000000;
}
body {    
	overflow-x: hidden;
	position:relative;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
}

div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, select, button, form, figure, figcaption, fieldset {
	font-family: inherit;
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
div, p, a, li, td { 
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a, input, textarea, button, i, optgroup, select{
	-webkit-appearance: none !important;
	font-family: inherit;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

* {
	outline: 0;
	-webkit-appearance: none;
	text-decoration: none;
	
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
u {
	text-decoration: underline;
}

::selection,
::-moz-selection {
	background-color:#32cb32;
	color:$white;
}

ul, li{
	list-style:none;
	margin: 0;
}
img, svg, picture{
	display: block;
	max-width:100%;
}

.mainDiv {
	background:#ffffff;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 10;
	padding: 20px;

	background:url('img/bg.jpg') no-repeat center;
	background-size: cover;
}
.bg_color {
	background:rgba(255,255,255,0.85);
}
.row1 {
	width: 100%;
	height: 100%;
	display: table-row;
}
.row2 {
	width: 100%;
	height: 100%;
	display: table-row;
}
.div_100 {
	display: table;
	width: 100%;
	table-layout: fixed
}
.divs_50{
	display:table-cell;
	vertical-align:middle;
	height: 100%;
	width:50%;
}
.div_table_cell{
	display:table-cell;
	vertical-align:middle;
	width: 100%;
	height: 100%;
}
.outer {
	padding: 20px;
	height: 100%;
}
.div_padd {
	padding: 10px;
}
.align-center {
	text-align: center;
}
.logo {
	margin-bottom: 50px;
}
.logo img {
	margin: auto;
}

.tit {
	font-size: 18px;
	line-height: normal;
	padding: 10px 0;
}
.tit a {
	color: #32cb32;
	text-decoration: none;
}
.tit a:hover {
	color: #808080;
}
h3 {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 400;
}