.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.translateX@x) {
  -webkit-transform: translate();
  -ms-transform: translate();
  -o-transform: translate();
  transform: translate();
}
.translateY@y) {
  -webkit-transform: translate();
  -ms-transform: translate();
  -o-transform: translate();
  transform: translate();
}
body.rtl [class^="fa-"],
body.rtl .glyphicon,
body.rtl [class*=" fa-"] {
  margin: 0;
}
body.rtl #sp-top-bar .sp-module {
  margin: 0 20px 0 0;
}
body.rtl .sp-contact-info {
  float: left;
}
body.rtl .sp-module-content .mod-languages ul.lang-inline li {
  margin: 0 0 0 5px;
}
body.rtl .close-offcanvas {
  right: auto;
  left: 10px;
}
body.rtl .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), left 400ms cubic-bezier(0.7,0,0.3,1);
}
body.rtl .body-innerwrapper:after {
  left: 0;
  right: auto;
}
body.rtl .offcanvas .offcanvas-menu {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
body.rtl.offcanvas .offcanvas-menu {
  left: 0;
  right: auto;
}
body.rtl.offcanvas .body-wrapper {
  left: 0;
  right: auto;
  transform: translateX(320px);
  -webkit-transform: translateX(320px);
  -moz-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
}
body.rtl .sp-megamenu-parent {
  float: left;
}
body.rtl .sp-megamenu-parent >li.sp-has-child>a:after {
  display: none;
}
body.rtl .sp-megamenu-parent >li.sp-has-child>a:before {
  content: " \f107";
  font-family: FontAwesome;
  margin-right: 5px;
}
body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  float: left;
  content: " \f104";
}
body.rtl .entry-header.has-post-format {
  margin-left: 0;
  margin-right: 68px;
}
body.rtl .blog .item .entry-header {
  margin: 0 0 30px;
}
body.rtl .post-format {
  left: auto;
  right: -68px;
}
body.rtl .article-info >dt >i,
body.rtl .article-info >dd >i {
  margin-right: 0;
  margin-left: 3px;
}
body.rtl .entry-link:before {
  top: auto;
  left: auto;
  right: -60px;
  transform: rotate(-90deg);
}
body.rtl .entry-quote:before {
  left: auto;
  transform: rotate(-15deg);
  top: auto;
  right: -40px;
}
body.rtl .categories-list .page-header a.pull-right {
  float: left !important;
}
body.rtl .newsfeed-category .category li .pull-left {
  float: right !important;
}
body.rtl .search .btn-toolbar .pull-left {
  float: right !important;
}
body.rtl .sppb-text-left {
  text-align: right;
}
body.rtl .sppb-text-right {
  text-align: left;
}
body.rtl #sp-header {
  left: auto;
  right: 0;
}
body.rtl .menu_vertical .offcanvas-menu.menu_sidebar .nav.menu li {
  float: right;
  width: 100%;
}
body.rtl .offcanvas-menu ul.nav li ul.nav-child {
  margin: 0;
}
body.rtl .sj-megamenu-parent .sj-dropdown .sj-dropdown-items .sj-has-child.mega-left>a:after {
  content: "\f104";
  right: auto;
  left: 10px;
}
@media (min-width: 992px) {
  body.rtl .col-md-1,
  body.rtl .col-md-2,
  body.rtl .col-md-3,
  body.rtl .col-md-4,
  body.rtl .col-md-5,
  body.rtl .col-md-6,
  body.rtl .col-md-7,
  body.rtl .col-md-8,
  body.rtl .col-md-9,
  body.rtl .col-md-10,
  body.rtl .col-md-11 {
    float: right;
  }
}
body.rtl .sj-megamenu-parent .sj-dropdown li.sj-menu-item > a,
body.rtl .sj-megamenu-parent .sj-dropdown li.sj-menu-item > span {
  text-align: right;
}
body.rtl .sp-module .menu_social_header {
  float: left;
}
body.rtl .sp-module .menu_social_header li {
  margin-left: 20px;
  margin-right: 0;
}
body.rtl .yt-content-slider {
  direction: ltr;
}
body.rtl .yt-testimonial .extraslider-inner {
  direction: ltr;
}
body.rtl .yt-testimonial::before {
  display: none;
}
body.rtl #sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner .item-img-info {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}
body.rtl .entry-gallery .owl2-controls .owl2-nav .owl2-next {
  left: 0;
  right: auto;
}
body.rtl .entry-gallery .owl2-controls .owl2-nav .owl2-next:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
body.rtl .entry-gallery .owl2-controls .owl2-nav .owl2-prev {
  right: 0;
  left: auto;
}
body.rtl .entry-gallery .owl2-controls .owl2-nav .owl2-prev:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
body.rtl #sp-main-body .yt-testimonial .owl-nav .owl-next {
  left: 0;
  right: auto;
}
body.rtl #sp-main-body .yt-testimonial .owl-nav .owl-next:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 30px;
}
body.rtl #sp-main-body .yt-testimonial .owl-nav .owl-prev {
  right: 0;
  left: auto;
}
body.rtl #sp-main-body .yt-testimonial .owl-nav .owl-prev:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 30px;
}
body.rtl .my-resum .resum .cont-left {
  float: right;
  margin-left: 4%;
  margin-right: 0;
  padding-left: 4%;
  padding-right: 0;
  border-left: 2px solid #404040;
  border-right: none;
}
body.rtl .my-resum .resum .cont-left:before {
  left: 0;
  right: auto;
  margin-left: -10px;
  margin-right: 0;
}
body.rtl .my-resum .resum .cont-left:after {
  left: 0;
  right: auto;
  margin-left: -10px;
  margin-right: 0;
}
body.rtl .my-resum .resum .cont-left .cont {
  text-align: left;
}
body.rtl .my-resum .resum .cont-left .cont:before {
  left: -55px;
  right: auto;
}
body.rtl .my-resum .resum .cont-right {
  float: left;
}
body.rtl .my-resum .resum .cont-right .cont {
  text-align: right;
}
body.rtl .my-resum .resum .cont-right .cont:before {
  right: -56px;
  left: auto;
}
body.rtl.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-readmore {
  text-align: right;
}
body.rtl .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact {
  float: right;
}
body.rtl .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact i {
  float: right;
}
body.rtl .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact .info-label {
  text-align: right;
  margin-right: 130px;
  margin-left: 0;
}
body.rtl .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctajax-error .ca-tooltip {
  left: 25px;
  right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.rtl .sj-megamenu-parent .item-280 .sj-dropdown.sj-dropdown-main.sj-menu-right {
    left: 0;
    right: auto;
  }
}
body.rtl .about-exp-info-bot .exp-info-time {
  float: right;
}
body.rtl div#finder-filter-window .filter-branch .finder-selects {
  float: right;
}
body.rtl .chzn-container .chzn-search {
  display: none;
  left: 0;
}
body.rtl .chzn-container .chzn-drop {
  left: 0;
  display: none;
}
body.rtl .chzn-container.chzn-with-drop .chzn-drop {
  display: block;
}
