@CHARSET "UTF-8";

div.field-x{
	margin-bottom: 0px;
	width: 31%;
	margin-right:1%;
    float: left;
}

#header-mobile{
	display: none;
	height:40px;
	background: #67BDD6;
	position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 1030;
    font-size: x-large;
}

#header-mobile-menu{
	float: left;
	margin: 0px 10px;
}

#header-mobile-box{
	display: none;
	height:60px;
}

#header-mobile a.logo {
	height:100%;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
}

#header-mobile ul.lang {
  	float: right;
}

#header-mobile ul.lang > li {
	display: inline-block;
	margin-right: 18px; 
	border-top: 4px solid transparent;
	font-size: 16px;
}

#header-mobile ul.lang > li > a{
	color:white;
}

#header-mobile ul.lang > li.active {
	color: #333;
}

#header-mobile-menu-list{
	display: none;
	height:240px;
	background: #67BDD6;
	position: fixed;
    right: 0;
    left: 0;
    top:40;
    z-index: 1030;
    overflow:auto;
}

.header-menu-row{
	padding-left: 20px;
    margin-top: 10px;
    height: 30px;
}

.header-menu-row > a{
	color: white;
    font-size: x-large;
    text-decoration:none;
}

.header-menu-row > a.active{
	color: black;
}

@media screen and (max-width: 550px) {
	#header, #container, #footer > div {
	    max-width:100%;
	}
	
	#aside{
		display:none;
	}
	
	#content{
		max-width:100%;
		padding: 0 16px 0 16px;
		float:none;
	}
	
	#header{
		display:none;
	}
	
	#footer > div {
	    padding: 10px
	}
	
	#login-section{
		max-width: 100%;
    	padding: 0px 10px;
    	margin-top: 10px;
	}
	
	#data-section{
		max-width: 100%;
	    padding: 0px 10px;
	    margin-top: 10px;
	}
	
	div.contact-label{
		width: 100%;
	    text-align: left;
	    display: table-row !important;
	    padding: 0px !important;
	}
	
	div.contact-data{
	    width: 100%;
	    display: table-row !important;
	    font-size: xx-large;
	    padding: 0px !important;
	}
	
	section.gate section.sign-in{
		float: left;
	    padding: 0px;
	    width: 100%;
	}
	
	section.gate section.registration{
		padding: 0px;
		width: 100%;
		margin-top:20px;
	}
	
	section.gate section.sign-in::before{
		display:none;
	}
	
	section.gate section.registration::after{
		display:none;
	}
	
	div.field-x{
		width: 100%;
	    float: none;
	}
	
	fieldset.form-v{
		margin-left:0px;
	}
	
	#header-mobile{
		display: block;
	}
	
	#header-mobile-box{
		display: block;
	}
}