@CHARSET "UTF-8";

div.field-x{
	margin-bottom: 0px;
	width: 31%;
	margin-right:1%;
    float: left;
}

#header-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 56px;
	background: linear-gradient(135deg, #5BA9BC 0%, #53727E 100%);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
}

#header-mobile-menu {
	cursor: pointer;
	padding: 8px;
  }

#header-mobile-box {
	display: none;
	height: 56px;
  }

  #header-mobile a.logo {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
  }

  #header-mobile a.logo img {
	height: 36px;
	margin-right: 8px;
  }

  #header-mobile ul.lang {
	display: flex;
	margin: 0;
	padding: 0;
  }

  #header-mobile ul.lang > li {
	margin: 0 4px;
	padding: 4px 8px;
	font-size: 12px;
	color: #FFF;
  }

  #header-mobile ul.lang > li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
  }

#header-mobile ul.lang > li.active {
	font-weight: bold;
  }
  

  #header-mobile-menu-list {
	display: none;
	position: fixed;
	top: 56px;
	left: 0;
	right: 0;
	background: #FFF;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 999;
  }

.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{
		text-decoration-color: #53727E;
		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;
	}
}