.text-rtl {
    text-align: right;
}

.text-rtl  ul {
    padding-right: 0;
}

 header .container.dir-rtl {
    background: url(../img/bg_header.png) no-repeat left top;  
}

.privacy-policy-header .container {
	height: 100% !important;
}


#language-select {
	display: block;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	padding: 8px 3.5em 8px 3.5em;
	width: 250px;
	box-sizing: border-box;
	margin: 50px 0 0 0;
	border: 2px solid #ffffff;
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
    background-color: #000;
    background-image:
        linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        linear-gradient(to right, #fff, #fff);
    background-position:
        calc(100% - 20px) calc(1em - 1px),
        calc(100% - 15px) calc(1em - 1px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}
#language-select::-ms-expand {
	display: none;
}

#language-select:focus {
	border-color: #fff;
	color: #fff;
	outline: none;
}
#language-select option {
	font-weight:normal;
}


  



