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

._hide_{display:none !important;}

#select-your-language
	{
		width:100%;
		height:100%;
		background-color:rgba(0, 68, 148, 0.95);
		color:#fff;
		margin:0;
		padding:0;
		content: " ";
    	display: block;
		clear:both;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 9999;
		overflow-x: auto;
		line-height: normal;
	}
#select-your-language .lgg-container
	{
		width:768px;
		margin:0 auto;
		position: relative;
	}
#select-your-language .lgg-container .row
	{
		margin-top:120px;
	}
#select-your-language .lgg-container .row h2
{
    color: #ffffff;
    font-size: 1.222em;
    padding-bottom: 1em;
    background: url(/ec_portal/2016/images/ico_language_selector.png) no-repeat;
    padding-left: 35px;
    padding-top: 0px;
    margin: 0px 0px 30px 0px;
}
#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%;
		color:#004494;
		font-weight:bold;
		font-size:0.889em;
		display:inline-block;
	    padding: 10px 15px;
		border:4px solid transparent;
		    line-height: normal;
	}
#select-your-language .row .col a:hover
	{
		background-color: #ffd617;
		color: #000000;
	}
#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: url(/ec_portal/2016/images/ico_language_check.png);
		display: inline-block;
		float: right;
		background-color:#ffd617;
		color:#072c5a;
	}
#select-your-language .btn-close
	{
		position:absolute;
		right:0;
		top:-65px;
		color:#fff;
		display:block;
		background:url(../images/icon-btn-close.png) no-repeat right 0;
		padding-right:40px;
		line-height: 1.9em;
		font-size: 0.889em;
	}


@media only screen and (max-width: 768px)
{
	#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;
		}
	
}