/******************************Language switcher************************************/

*, *::before, *::after 
	{
	    box-sizing: border-box;
	}
body
	{
		margin: 0;
		padding: 0;
		font-family: Arial, sans-serif;
		/*overflow: hidden;*/
	}
#logo-ec
	{
		text-align: center;
		margin: 58px 0 52px;
	}
#select-your-language
	{
		width:100%;
		height:100%;
		background-color:#004494;
		color:#fff;
		margin:0;
		padding:0;
		content: " ";
		clear:both;
		overflow: hidden;
		padding:0 0 50px 0;
	}
#select-your-language .lgg-container
	{
		margin: 0 auto;
		position: relative;
		width: 756px;
	}
#select-your-language .lgg-container .row
	{
		margin-top:60px;
	}
#select-your-language .row .col
	{
		box-sizing: border-box;
		float: left;
	}
#select-your-language .row .grid-1-of-2
	{
		margin-right: 3.2%;
		width: 48.3%;
	}
#select-your-language .row .col.last
	{
		margin-right:0;
	}
#select-your-language .row .col a
	{
		background: #fff none repeat scroll 0 0;
		margin-bottom: 4px;
		text-align: left;
		width: 100%;
		font-weight:bold;
		text-decoration: none;
		font-size:1em;
		display:inline-block;
		color: #004494 ;
   		padding: 8px 15px;
		border:4px solid transparent;
	}
#select-your-language .row .col a:hover
	{
		background-color: #ffd617;
		text-decoration: underline;
		color: #000;
	}
#select-your-language .row .col a:focus
	{
		border:4px solid #ffd617;
	}
#select-your-language .row .col a.selected
	{
		background-color: #ffd617;
		color:#000;
	}
#select-your-language .row .col a.selected::after 
	{
		content: 'v';
		display: inline-block;
		float: right;
		background-color:#ffd617;
		color:#072c5a;
	}
#select-your-language .btn-close
	{
		position:absolute;
		right:0;
		top:-110px;
		color:#fff;
		display:block;
		line-height:1.7em;
		background:url(../images/icon-btn-close.png) no-repeat right 0;
		padding-right:40px;
	}


@media only screen and (max-width: 768px)
{
	body
	{
		overflow:auto;
	}
	#select-your-language .lgg-container
		{
			width:100%;
			padding:0 15px;
			margin:0 auto;
			position: relative;
		}
	#select-your-language .row .col
		{
			box-sizing: border-box;
			float: none;
		}
	#select-your-language .row .grid-1-of-2
		{
			margin-right: 0;
			width: 100%;
		}
	#select-your-language .btn-close 
		{
			right:15px;
		}
	
}