/* --------------------------------------------------------------------------------------
+
+   RIGHT TO LEFT
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* BOX SIZING */
/* TRANSITION */
/* LINE-HIGH */
/* FIRST CHILD */
/* BGR IMAGE */
/* CSS3 PIE */
/* TRIANGLES */
.icon-sprite, .icon-fb, .icon-globe, .icon-go, .icon-megaphone, .icon-paperplane, .icon-tw {
  background: url('../images/icon-sb972735701.png') no-repeat;
}

.icon-fb {
  background-position: 0 -444px;
  height: 35px;
  width: 35px;
}

.icon-globe {
  background-position: 0 0;
  height: 108px;
  width: 108px;
}

.icon-go {
  background-position: 0 -354px;
  height: 35px;
  width: 35px;
}

.icon-megaphone {
  background-position: 0 -236px;
  height: 108px;
  width: 108px;
}

.icon-paperplane {
  background-position: 0 -118px;
  height: 108px;
  width: 108px;
}

.icon-tw {
  background-position: 0 -399px;
  height: 35px;
  width: 35px;
}

.glasses, .clock, .star, .case, .trophy {
  width: 60px;
  height: 50px;
  display: block;
  background: url('../images/tabs-s7fdc1222a2.png') no-repeat;
}

.glasses {
  background-position: 0 -600px;
  height: 50px;
  width: 60px;
}
.tabs li .glasses:hover, .tabs li.active .glasses {
  background-position: 0 -750px;
}

.clock {
  background-position: 0 -300px;
  height: 50px;
  width: 60px;
}
.tabs li .clock:hover, .tabs li.active .clock {
  background-position: 0 -450px;
}

.star {
  background-position: 0 -900px;
  height: 50px;
  width: 60px;
}
.tabs li .star:hover, .tabs li.active .star {
  background-position: 0 -1050px;
}

.case {
  background-position: 0 0;
  height: 50px;
  width: 60px;
}
.tabs li .case:hover, .tabs li.active .case {
  background-position: 0 -150px;
}

.trophy {
  background-position: 0 -1200px;
  height: 50px;
  width: 60px;
}
.tabs li .trophy:hover, .tabs li.active .trophy {
  background-position: 0 -1350px;
}

html {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: right;
}

body {
  font-family: Tahoma, sans-serif !important;
}

/* LAYOUT */
.left {
  float: right;
}

.right {
  float: left;
}

/* HEADER */
header .logo {
  float: right;
  text-indent: -9999px;
}
header nav {
  float: left;
}
header nav > ul > li {
  float: right;
  margin-right: 30px;
  margin-left: 0;
}

.drop {
  right: 0;
  left: auto;
}

/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer .logo {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

.social {
  float: left;
}
.social li {
  float: right;
  margin-right: 10px;
  margin-left: 0;
}

.trademark + footer:before {
  right: 0;
  left: auto;
}

/* --------------------------------------------------------------------------------------
+
+ TABS
+
-------------------------------------------------------------------------------------- */
.tabs-buttons li {
  float: right;
}
.tabs-buttons li.active:before {
  right: 50%;
  left: auto;
  margin-right: -13px;
  margin-left: 0;
}

/* ABOUT */
.tabs-about li {
  width: 114px;
  margin-right: 103px;
  margin-left: 0;
}
.tabs-about li:first-child {
  margin-right: 0;
}
.tabs-about li:first-child {
  margin-left: 0;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
.content ol {
  padding-right: 85px;
  padding-left: 0;
}
.content ol span {
  right: -35px;
  left: auto;
}

.content .blocks li {
  float: right;
}
.content .blocks .over {
  right: -40px;
  left: auto;
}

.list {
  padding-right: 50px;
  padding-left: 0;
}
.list li span {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

.text-list {
  padding-right: 90px;
  padding-left: 0;
}
.text-list li:before {
  float: right;
  right: -35px;
  left: auto;
}

/* COLLAPSE */
.collapse h3 {
  padding: 17px 20px 17px 66px;
  text-align: right;
}
.collapse h3:before {
  left: 20px;
  right: auto;
}

.questions-collapse .text-list:first-child {
  padding-right: 20px;
  padding-left: 0;
}
.questions-collapse h3 {
  padding-right: 50px;
  padding-left: 0;
}
.questions-collapse h3 span {
  right: 15px;
  left: auto;
}

/* MAP */
.info section {
  padding-right: 20px;
  padding-left: 0;
}
.info section:first-child {
  padding-right: 0;
}
.info dl {
  float: right;
  clear: right;
}
.info dt, .info dd {
  float: right;
}
.info dd {
  margin-right: 5px;
  margin-left: 0;
}
.info dd + dd {
  margin-right: 0;
  margin-left: 0;
}

/* SLIDER */
.slider-container .center span#prev {
  float: right;
  background-position: -52px 0;
}
.slider-container .center span#prev:hover {
  background-position: -52px -27px;
}
.slider-container .center span#next {
  float: left;
  background-position: 0 0;
}
.slider-container .center span#next:hover {
  background-position: 0 -27px;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
form input[type="text"],
form textarea {
  float: right;
}
form input + input {
  float: left !important;
}
form textarea {
  clear: right;
}
