body {
  direction: rtl;
}

.language {
  direction: ltr;
}

footer {
  direction: ltr;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
	right: 0;
}

#feedback {
	text-align: right;
	direction: rtl;
}

@media (min-width: 1200px) {

}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {

}

@media (min-width: 481px) and (max-width: 766px) {

}

@media (max-width: 480px) {

}

@media (max-width: 320px) {

}
a.download-button:before {
background-position: right top;
}

a.download-button:after {
background-position: left top;
}

a.download-button:hover:before {
background-position: right bottom;
}

a.download-button:hover:after {
background-position: left bottom;
}