/* FRONTEND CSS
*********************************************/

body{direction:rtl;}

#header-a{float:right;}

#header-b{float:left;left: 15px;right:inherit;}

#mod-search-searchword{padding-left: 0px;padding-right: 10px;}

.menu li{float:right;}

#content{float:right;}

#sidebar{float:left;}

#footer-a{float:right;}

#footer-b{float:left;}

.gallery-ar #content{width:890px;}

.gallery-ar #content h2{display:none;}

#contactform .rsform-block-captcha{float:right;}

#contactform .rsform-block-send{float:left;}

/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}