body {
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #000;
	background: #ececec;
	overflow: auto;
	overflow-x: hidden;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}

.home .header{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0px;
	background: #fff;
}

@media screen and (max-width: 750px){
	.home .header{
	overflow: auto;
	overflow-x: hidden;
	}
}

.home .footer{
	width: 100%;
	background: #ececec url('../images/footer.png') repeat-x left top;
}

.lang-switcher {
	position:absolute;
	padding-right: 0.5em;
	background: #29a638;
	font-size: 2em;
	color: #fff;
	top: 0em;
	right: 0.5em;;
	width: 2.2em;
	padding: 0.4em;
	padding-top: 0.3em;
	text-align: left;
	border: 1px solid #fff;
	border-top: none;
	z-index: 2;
}

.lang-switcher ul{
	margin: 0.3em;
	margin-top: 0.5em;
	display: none;
}

.lang-switcher ul li{
	display: block;
	clear: both;
	width: 3em;
	list-style: none;
	text-align: left;
	margin-top: 1em;
}

.lang-switcher ul li a{
	color: #fff;
	text-decoration: underline;
}

.error{
	color: red;
}

ul.error{
	list-style: none;
}

h1 img{
	width: 95%;
	max-width: 320px;
	height: auto;
	width:320px\0;
	width:277px\0;
}

h3{
        color: #fff;
}

.clr{
        clear:both;
}

.alter .home h2 {
	margin: 4px;
	color: #000000;
	font-size: 1.6em;
	font-weight: bold;
}

.alter .home p{
	width: 100%;
	color: #fff;
	font-size: 1em;
}

.alter .home form{
	width: 97%;
	text-align: center;
	margin-left: 1.5%;
}

.alter .home form table{
	margin: 0 auto;
	color: #fff;
	background: none;
	border: none;
	width: 100%;
	max-width: 390px;
}

.alter .home form table .help{
	text-align: left;
}

.alter .home form table .help h3{
	color: #6f7072;
	font-size: 0.9em;
	font-weight: 300;
	margin: 0;
	margin-top: 20px;
	text-align: justify;
}

.alter .home form label{
	color: #000;
	font-size: 0.9em;
	font-weight: 100;
	float:left;
}

.alter .home form a{
	color: #000;
	font-size: 1em;
	font-weight: 100;
	text-decoration: underline;
	float:left;
	margin-left: 5px;
	margin-top: 3px;
}

.alter .home form table tr:nth-of-type(even){
	background: none;
}

.alter .home form table td{
	text-align:center;
}

.alter .home form table td.submit{
	width: 20%;
	text-align: right;
}

.alter .home form table input[type=text]{
	margin: 0;
	height: 35px;
}


.alter .home form table input[type=number]{
        margin: 0;
        height: 35px;
}

.alter .home form table input[type=submit]{
	width: 100%;
	background: #91be30;
	color: #fff;
	border: none;
	margin: 0;
	height: 35px;
}

.submitButton{
	width: 100%;
	background: #91be30;
	color: #fff;
	border: none;
	margin: 0;
	height: 35px;
}

.alter .home form table input[type=submit].second{
	background: #29a638;
}

.alter .home form table td{
	padding-top: 2px;
	padding-bottom: 5px;
}

.alter .home form table td.img-help{
	padding: 0;
}

.alter .home form table td.img-help img{
	max-width: 380px;
	width: 100%;
}

.alter .home form table input[type=checkbox]{
	margin: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.navigation{
	width: 100%;
	height: 95px;
	line-height: 93px;
	background: #ecf1f7;
	text-align: left;

}

.navigation a{
	margin-left: 1em;
	color: #FAD233;
	font-size: 1.5em;
	text-indent: -999999px;
	/*display:block;*/
	height: 100%;
}

.navigation a img{
	max-width: 50%;
}

.content{
	text-align: justify;
	padding: 2em;
}

.admin .content h1{
	padding-left: 0;
	font-size: 2.2em;
}

.admin .home form label{
	color: #000;
}

/* Admin styles go here */
body.admin{
	background: #ebebeb;
	color: #000;
}

.admin table{
	width: 100%;
	text-align:left;
}

.admin h1,.admin h2,.admin h3{
	color: #7e7e7e;
	text-align: left;
	padding-left: 10px;
}

.admin .button{
	margin-bottom: 1px;
}

.tar{
	text-align: right;
}

@media only screen and (orientation:landscape){
   /* landscape styles */

}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  /* High-res styles go here */
  body {
  	font-size: 10px;
  }
  .home form table .help h3{
  	font-size: 1.2em;
  }
}

@media only screen and (max-resolution: 192dpi) {
  /* High-res styles go here */
  body {
  	font-size: 10px;
  }
  .home form table .help h3{
  	font-size: 1.2em;
  }
}

.fb-login{
	margin: 10px auto 1em auto;
	display: block;
	background: url('../images/bttn_fb.png') no-repeat left top;
	color: #000;
	border: none;
	height: 49px;
	text-align: left;
	font-size: 14px;
        padding: 1.2em 0 0 80px;
        min-width: 200px;
        width: 100%;
        max-width: 300px;
	box-shadow: 5px 5px 4px #888888;
	cursor: pointer; cursor: hand;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td{
        line-height: 0.8rem;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], select, textarea{
        margin: 0;
}

.registration-switcher{
        min-width: 200px;
        width: 90%;
        max-width: 300px;
	margin: 15px auto;
        background: #ececec;
	height: 400px;
}

.registration-switcher .switch{
	width: 100%;
	color: #000;
	border: none;
	height: 49px;
        float: left;
	text-align: left;
	font-size: 14px;
        padding: 1.2em 0 0 80px;
	cursor: pointer; cursor: hand;
	box-shadow: 5px 5px 4px #888888;
}

.registration-switcher .fb-login{
        float: left;
	margin: 0 0 20px 0;
}

.registration-switcher.column-1 .switch{
        width: 100%;
}

.registration-switcher.column-2 .switch{
        width: 100%;
}

.registration-switcher.column-3 .switch{
        width: 100%;
}

.registration-switcher.column-4 .switch{
        width: 100%;
}

.alter .colorline{
        margin: auto;
        width: 100%;
        height: 5px;
        background: #91be30;
}

.step {
	color: #000;
	font-size: 1.6em;
}
