.language-selector{
 	padding: 30px;
 	z-index: 99999;
 	position: fixed;
 	right: -60px;
    top: 55%;
 	text-align: right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.language-selector:hover{
 	right: 0;
}

.language-selector li{
	display: inline-block;
	vertical-align: middle;
	list-style: none;
}

.language-selector li a{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 50px;
	height: 50px;
}

.language-selector li a.active-language{
}

.language-selector li a{
	display: inline-block;
	background: #ffffff;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 1px 2px 0 rgba(0,0,0,.1);

}

.language-selector li a:hover{
	background: #ffffff;
    border: 3px solid rgba(255, 215, 31, 1);
    transform: scale(1.2);
}

.language-selector li a.active-language.nohover{
    transform: none;
    border: 3px solid rgba(229, 229, 229, 1);
}

.language-selector li a img{
	max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.language-selector .languages-sub-list{
    display: inline-block;
    float: left;
}

.language-selector .languages-sub-list.hover{
}

.language-selector .languages-sub-list li{
	display: inline-block;
    margin: 0 5px 0 auto;
    padding: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
    float: right;
}

.language-selector .languages-sub-list.hover li{
	opacity: 1;
}

.language-selector .languages-sub-list.hover li a{
}

.language-selector .tooltip.in {
	opacity: 1;
}

.language-selector .tooltip.bottom {
	margin-top: 10px;
}

.language-selector .tooltip > .tooltip-inner {
	background-color: #ffffff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
    color: #1d54a6;
    font-family: 'museo_sans900','museo_sans_cyrl900';
    font-weight: normal;
    padding: 3px 6px;
}

.language-selector .tooltip > .tooltip-arrow {
	border-bottom-color:#ffffff;
}

/* 1680 X 1050 ----------- */

@media only screen and (min-width: 1601px) and (max-width: 1680px) {}
/* 1600 X 900 ----------- */

@media only screen and (min-width: 1441px) and (max-width: 1600px) {}
/* 1440 X 900 ----------- */

@media only screen and (min-width: 1367px) and (max-width: 1440px) {}
/* 1366 X 768 ----------- */

@media only screen and (min-width: 1281px) and (max-width: 1366px) {}
/* 1280 X 1024 ----------- */

@media only screen and (min-width: 1025px) and (max-width: 1280px) {}
/* 1024 X 768 ----------- */

@media only screen and (min-width: 801px) and (max-width: 1024px) {
}
/* 800 X 600 ----------- */

@media only screen and (max-width: 800px) {
}
/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
}
/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
    /* Styles */
}
/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
    /* Styles */
}
/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}
/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}
/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .language-selector{
    	right: -40px;
    }
}
/* The New iPad (iPad 3) ----------- */

@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}
/* iPhone 4 ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}