* {
	margin: 0;
	padding: 0;
}

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
}

ul, li, ol {
	list-style:none
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size:20px;
}

sub {
	bottom: -0.25em
}

img {
	width:auto;
	height:auto;
	max-height:100%;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height:.5em;
}

/* #Basic Styles
================================================== */

body {
	font-family:"robotoregular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color:#333;
	background:#fff;
}

/* #Links
================================================== */

a {
	color:#333;
	outline:0;
	cursor:pointer;
	text-decoration:none
}

a, a:visited {
	text-decoration:none;
	outline:0
}

a:hover {
	color:#ff4040;
	text-decoration:underline;
	outline:0
}

a:hover {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

a:focus, a:active, a:visited {
	text-decoration:none;
	outline:0
}

p {
	padding:0 0 20px 0
}




/* #Input Styles
================================================= */
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"], .uneditable-input {
	outline:0;
}

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 {
	outline: 0;
}

input, textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus, textarea:focus {
	border-color:#fff;
	box-shadow:none;
	outline: 0;
}

.input {
	color:#ffffff
}

.textarea {
	color:#ffffff
}

:placeholder {
	color:#e6e6e6;
}

.placeholder {
	color:#e6e6e6;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #e6e6e6;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #e6e6e6;
}

.input, .textarea {
	width:100%;
	height:45px;
	float:left;
	background-color:rgba(255, 255, 255, .5);
	border:none;
	font-family:"robotoregular", Arial, Helvetica, sans-serif;
	font-size:15px;
	border-radius:60px;
	box-shadow:none;
	position:relative;
	behavior:url(PIE.htc);
	padding:5px 20px
}

.textarea {
	height:125px
}

.btn-yellow {
	width:auto;
	height:38px;
	display:inline-block;
	background:#ffbe57;
	border:none;
	font-size:18px;
	font-family:"robotomedium", Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	text-transform:uppercase;
	line-height:38px;
	cursor:pointer;
	padding:0 25px;
	border-radius:35px;
	position:relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.btn-yellow:hover {
	text-decoration:none;
	color:#333333;
	background:#F0A632
}


/* #Show-Hide Responsive Options
================================================== */

.show_mobile1 {
	display:none
}

.hide_mobile1 {
	display:block
}

.show_mobile2 {
	display:none
}

.hide_mobile2 {
	display:block
}

.show_mobile3 {
	display:none
}

.hide_mobile3 {
	display:block
}

.show_ipad1 {
	display:none
}

.hide_ipad1 {
	display:block
}

.show_ipad2 {
	display:none
}

.hide_ipad2 {
	display:block
}


/*= Grow & flip
=======================================================*/

.grow {
	display: inline-block;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover, .grow:focus, .grow:active {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.flip {
	-webkit-transition: all 0.9s ease-out;
	-moz-transition: all 0.9s ease-out;
	-ms-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	cursor:pointer
}

.flip:hover {
	-webkit-transform: rotateY(360deg);
	-webkit-box-sizing: border-box;
	-moz-transform: rotateY(360deg);
	-moz-box-sizing: border-box;
	-o-transform: rotateY(360deg);
	-o-box-sizing: border-box;
	transform: rotateY(360deg);
	box-sizing: border-box;
	cursor:pointer
}


/*
 2.) Home page
 ----------------------------------------*/

.container-main {
	width:100%;
	float:left;
	background:#ffffff;
}

.container {
	width:1000px;
	margin:0 auto;
}

.content-main {
	width:100%;
	float:left;
}

.outer-bg {
	width:100%;
	height:100%;
	float:none;
	display:table;
	margin:0 auto
}

.inner-bg {
	width:100%;
	height:100%;
	float:none;
	display:table-cell;
	vertical-align:middle;
	text-align:center
}


/*= Login Page
=======================================================*/
.login-bg { 
	width:100%;
	height:100%;
	float:left;
	background:url(../images/bg01.jpg) no-repeat center center;
	background-size:100%;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	padding:0 5%
}

.login-form { 
	width:100%;
	max-width:600px;
	display:inline-block;
	margin-bottom:90px
}

.login-form .logo-event {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}

.login-form .logo-event img {
	max-width: 120px;
}

.login-form p a { 
	color:#fff;
	text-decoration:underline;
}

.login-form aside { 
	width:100%;
	float:left;
}

.login-form aside h1 { 
	color:#fff;
}

.login-form aside p { 
	font-size:20px;
	color:#fff;
	line-height:1.4em;
}

.login-form ul { 
	width:100%;
	max-width:450px;
	display:inline-block;
}

.login-form ul li { 
	width:100%;
	float:left;
	margin:8px 0
}

.login-form .btn-{ 
	width:100%;
	float:left;
	margin:8px 0
}

.login-bottom-bg { 
	width:100%;
	float:left;
	position:absolute;
	bottom:0;
	left:0;
	padding: 0 5%
}

.login-bottom { 
	width:100%;
	float:left;
	border-top:1px solid #aaa;
	padding:18px 0
}

.login-bottom p {
	color:#fff; 
	padding:0
}

.login-bottom .footer-logo { 
	width:180px;
	float:left;
}

.login-bottom .footer-logo img { 
	width:100%
}

.login-bottom .footer-logo h5 { 
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:0;
	margin-bottom:0
}

.login-bottom .copyright { 
	float:left;
	text-align:left
}

.login-bottom .sigup-block { 
	float:right;
	text-align:left;
	padding:3px 0 0 0
}

.login-bottom .sigup-block p {
	padding-bottom:0;
}

@media only screen and (max-width: 767px) {
	.login-bg {
		width: 100%;
		float: left;
		background: none;
		position: relative;
		padding: 20px 5% 5px 5%;
		z-index: 45
	}

	.login-bg h1 {
		font-size: 30px
	}

	.login-form {
		margin-bottom: 50px
	}

	.login-form aside p {
		font-size: 16px;
	}

	.login-bottom-bg {
		position: static;
	}

	.login-bottom .copyright {
		width: 100%;
		text-align: center;
	}

	.login-bottom .sigup-block {
		width: 100%;
		text-align: center;
		padding-bottom: 25px
	}

	.login-bottom .sigup-block h3 {
		font-size: 20px;
		padding-bottom: 25px;
	}

	.login-bottom .footer-logo h5 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.bg-mobile {
		width: 100%;
		height: 100%;
		float: left;
		background: url(../images/bg01.jpg) no-repeat center center;
		background-size: 100%;
		webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		text-align: center;
	}
	
	
}

.input-required {
   border: 2px solid #ff2b2b !important;
}

.login-form .ministry-logo { 
	width:100%;
	max-width:450px;
	display:inline-block;
}

.login-form .ministry-logo p { 
	vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    margin-top: 7.5%;
    line-height: 1.5;
    font-size: 17px;
}