#footer {
	padding:10px 0 30px 0;
    font-size:14px;
}
#footer a {
	color:#909090;
	text-decoration:none;
	border-bottom:none
}
#footer-columns  a:hover{
    color:#0088d3;
    text-decoration: none;
}

#footer .copyright {
	color:#909090;
	font-size:13px;
    line-height:22px;
}
#footer .copyright-flags{
    padding-top:6px;
}
#footer .copyright-links{
    z-index:10;
}
#footer .copyright a{color:#505050;text-decoration:none}
#footer a:hover, #footer a:focus{color:#505050;text-decoration: underline;}
#footer .btn, #footer .btn-group > .btn {
    
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
    box-shadow: none;
    outline: medium none;
    background-color: #d9dede;
    padding:3px;
    display: inline-block;
    width:100%;
}


#footer #flags > li{list-style: none outside none;}

#footer .arround-flags{
    
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
    background-color: #d9dede;
    padding:3px;
    display: inline-block;
    width:100%;

}
#footer .arround-flags .planet{
    color: #505050;
    font-size: 22px;
}
#footer #flags {
    width: 100%;
    color:#505050;
    font-size:13px;
    text-align: left;
    background-color: #d9dede;
    padding: 4px 0px 4px 4px;
    line-height:16px;
    border: none;
    display: inline-block;
    margin:0;
    cursor: default;
    font-family:inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
#footer #flags::-ms-expand{
    display: none;
}

#footer #flags::after{
    
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
	box-sizing: border-box;
}
#footer #flags option {padding-left:3px;}
#footer .arround-flags.arow #flags{cursor: pointer;}
#footer .arround-flags.arow::after {
    bottom: 1px;
    color: #82888a;
    content: "▼";
    line-height: 1;
    padding-top: 0.7em;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    -webkit-transform: scale(0.84, 0.42);
    -moz-transform: scale(0.84, 0.42);
    -ms-transform: scale(0.84, 0.42);
    -o-transform: scale(0.84, 0.42);
    transform: scale(0.84, 0.42);
    width: 2em;
}
#footer #flags .active {
    color:#0088d3;
}

#footer ul.menu-line{display: inline-block;margin-left:10px;}

@media (min-width: 768px) and (max-width: 991px) {
    #footer #flags {
        width: auto;
    }
    #footer #flags li #langdiv {
    bottom: auto;
    top: 29px;
    width: 100%;
}
}
@media (max-width: 767px) {
		#footer #flags{
		width: auto;
	}
	#footer .copyright{
		margin-top: 18px;
	}
	#footer .copyright > div{
		padding-right: 0;
		padding-left: 0;
	}
	#footer ul.menu-line{
		margin-left: 0;
		margin-top: 14px;
	}
	#footer ul.menu-line.list-inline > li:first-of-type{
		padding-left: 0;
	}
	#footer .copyright .copyright-data{
		margin-top: 14px;
	}
	#footer #flags li #langdiv{
		width: 100%;
		bottom: auto;
		top:29px;
	}
}
@media (max-width: 480px) {
		#footer .copyright .copyright-data{
		margin-top: 0px;
	}
}

