﻿/* 
* {
	font-family: arial;
}

body {
	background-color: #333;
}

    background-color: #38bcee;
    border: 2px solid transparent;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 18px 25px;    
    line-height: 1em;
    text-align: center;

*/

.languagepicker {
	/*background-color: #FFF;*/
	display: inline-block;
	padding: 0;
	height: 48px;
	overflow: hidden;
	transition: all ease-in-out 0.2s;
	/*margin: 0 50px 10px 0;*/
	vertical-align: top;
	float: left;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 144px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 10px;	
	line-height: 48px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
	/*border-top: 1px solid #EEE;*/
}

.languagepicker li:hover{
	background-color: #38bcee;
}

.languagepicker a:first-child li {
	border: none;
	/*background: #FFF !important;*/
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 245px;
}