.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);
  -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);
}
.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;
}
body.rtl .moreprojectphoto {
  padding-right: 10px;
}
body.rtl .yearproject {
  padding-right: 10px;
}
body.rtl .nameproject {
  padding-right: 10px;
  padding-top: 10px;
}
body.rtl #sp-top-bar .sp-module {
  margin: 0 20px 0 0;
}
body.rtl #sp-header .logo,
body.rtl #sp-mobile-header .logo {
  float: left;
}
body.rtl #sp-position2 .sp-module {
  margin: 0 5px 0 20px;
}
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 #offcanvas-toggler {
  float: left !important;
}
body.rtl #sp-menu2 {
  float: left;
}
body.rtl .close-offcanvas {
  right: auto;
  left: 10px;
  line-height: 28px;
}
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;
}
body.rtl .offcanvas-menu {
  left: -280px;
}
body.rtl.offcanvas .offcanvas-menu {
  left: 0;
}
body.rtl .sp-megamenu-parent {
  float: left;
}
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 .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 .sp-megamenu-parent >li.sp-has-child>a:after {
  margin-left: 0;
  margin-right: 4px;
}
body.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:before {
  float: right;
}
body.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a:before,
body.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:before {
  margin-right: 0;
  margin-left: 7px;
}
body.rtl .sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: left;
}
body.rtl .sp-megamenu-parent >li {
  border-right: 3px solid rgba(177,178,178,0.3);
  border-left: none;
  display: inline-table;
  height: 106px;
  padding: 0;
  position: relative;
}
body.rtl .sp-megamenu-parent >li.menu-justify {
  position: static;
}
body.rtl .sp-megamenu-parent >li>li:hover {
  background: #fff;
}
body.rtl .sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 7px;
  width: 120px;
  margin-top: 69px;
  color: #fff !important;
  font-size: 15px;
}
body.rtl .sp-megamenu-parent >li>a:before {
  font-family: "FontAwesome";
  content: " \f107";
  display: inline-block;
  margin-left: 4px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
body.rtl .sp-megamenu-parent >li:hover>a:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.rtl .sp-megamenu-parent .sp-megamenu-parent > li:hover {
  background: rgba(86,86,87,0.7) none repeat scroll 0 0;
}
body.rtl .sp-megamenu-parent .sp-module {
  padding: 10px;
}
body.rtl .sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.rtl .sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.rtl .sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
  font-size: 13px;
}
body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: rgba(86,86,87,0.9) none repeat scroll 0 0;
  padding: 13px 20px;
}
body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
  display: none;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  display: none;
}
body.rtl .mod-languages .sp-select ul.sp-select-dropdown li:before {
  left: inherit;
  right: 0;
}
body.rtl .mod-languages .sp-select ul.sp-select-dropdown li {
  text-align: right;
}
body.rtl .mod-languages .sp-select ul.sp-select-dropdown li.active,
body.rtl .mod-languages .sp-select ul.sp-select-dropdown li:hover {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .sp-select-result i.fa-angle-down {
  position: relative;
  top: -65px;
  left: -10px;
}
body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  right: inherit;
  left: 0;
}
body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  float: right;
}
body.rtl #offcanvas-toggler {
  margin-left: 0;
  margin-right: 15px;
}
body.rtl #sp-header .searchwrapper .icon-remove-wrapper {
  right: inherit;
  left: 7px;
}
body.rtl .sp-page-title .politist-breadcrumb:after {
  left: inherit;
  right: -30px;
  transform: rotate(-45deg);
}
body.rtl .sppb-slider-wrapper {
  direction: ltr;
}
body.rtl .sppb-slideshow-fullwidth-item-text {
  text-align: right;
  position: relative;
  left: -30px;
}
body.rtl .slider-variation-1:before {
  left: inherit;
  right: 0;
  transform: translateX(-20px) skewX(15deg);
}
body.rtl .sppb-addon-donation .donation-ammount-wrap input:last-child {
  margin-right: 30px;
}
body.rtl .sppb-addon-donation .donation-ammount-wrap input:first-child {
  margin-right: 0;
}
body.rtl .sppb-text-left {
  text-align: right;
}
body.rtl .sp-politist-upcoming-campign .sppb-addon-countdown {
  padding: 90px 75px 90px 0;
}
body.rtl .sp-politist-upcoming-campign .sppb-cd-contect-wrapper #sppb-um-match-countdown >li:last-child {
  margin-right: 70px;
}
body.rtl .sp-politist-upcoming-campign .sppb-cd-contect-wrapper #sppb-um-match-countdown >li:first-child {
  margin-right: 0;
}
body.rtl .sp-politist-mission .sppb-btn i.fa {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
body.rtl .sp-politist-mission .sppb-btn i.fa:before {
  content: "\f177";
}
body.rtl .sp-politist-latest-news .layout-one .leading-item .article-thumb:before {
  top: -25px;
  left: inherit;
  right: -200px;
  transform: rotate(45deg);
}
body.rtl .sp-politist-latest-news .layout-one .leading-item .sppb-meta-date {
  left: inherit;
  right: 10px;
}
body.rtl .sp-politist-latest-news .layout-one .subleading-items .sppb-addon-article .article-thumb {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
body.rtl .sp-politist-latest-news .layout-one .subleading-items .sppb-addon-article .article-thumb:before {
  left: inherit;
  right: -50px;
  transform: rotate(45deg);
}
body.rtl .sp-politist-latest-news .layout-one .subleading-items .sppb-addon-article span.sppb-meta-date {
  left: inherit;
  right: 5px;
}
body.rtl #sp-footer1 {
  text-align: left;
  padding-right: 0;
  padding-left: 40px;
}
body.rtl #sp-footer2 {
  text-align: right;
}
body.rtl #sp-footer .nav.menu li:last-child {
  margin-right: 50px;
}
body.rtl #sp-footer .nav.menu li:first-child {
  margin-right: 0;
}
body.rtl #sp-footer .nav.menu li {
  direction: initial;
}
body.rtl #sp-top-bar #sp-top2 .sp-column {
  float: left !important;
}
body.rtl .sp-politist-mission .sppb-col-sm-6 {
  float: right;
}
body.rtl #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
  direction: initial;
}
body.rtl .success-contact .submit button#contact-submit {
  float: left !important;
}
body.rtl .upcoming-campaign .sppb-cd-contect-wrapper ul#sppb-um-match-countdown li:last-child {
  margin-right: 100px;
}
body.rtl .upcoming-campaign .sppb-cd-contect-wrapper ul#sppb-um-match-countdown li:first-child {
  margin-right: 0;
}
body.rtl .sp-politist-section-title-three #timeline .timeline-movement .timeline-item .timeline-panel.left-part {
  text-align: left;
}
body.rtl .sp-politist-section-title-three #timeline .timeline-movement .timeline-item .timeline-panel.left-part .title {
  text-align: left;
}
body.rtl .sp-politist-section-title-three #timeline .timeline-movement .timeline-item .timeline-date {
  margin-left: 30px;
  margin-right: 0;
}
body.rtl #timeline .timeline-movement .timeline-item .timeline-panel.left-part .title:after {
  right: inherit;
  left: -80px;
}
body.rtl #timeline .timeline-movement .timeline-item .timeline-panel.left-part {
  text-align: left;
  margin-right: 0;
  margin-left: 30px;
}
body.rtl #timeline .text-right {
  text-align: left;
}
body.rtl #timeline .timeline-movement .timeline-item .timeline-panel .title:after {
  left: inherit;
  right: -80px;
}
body.rtl .timeline-panel {
  margin-left: 0;
  margin-right: 30px;
}
body.rtl #timeline .timeline-movement .timeline-item .timeline-panel.left-part .title:before {
  right: inherit;
  left: -35px;
}
body.rtl #timeline .timeline-movement .timeline-item .timeline-panel .title:before {
  left: inherit;
  right: -35px;
}
body.rtl .sp-politist-section-title-three #timeline .timeline-movement .timeline-item .timeline-date {
  margin-left: 0px;
  margin-right: 30px;
}
body.rtl .sp-politist-section-title-three #timeline .timeline-movement .timeline-item .timeline-date .text-right {
  margin-left: 30px;
  margin-right: 0;
}
body.rtl p.timeline-date.text-right {
  position: relative;
  left: 30px;
}
body.rtl .biography-bottom-gallery-button .sppb-btn-facebook-share {
  margin-right: 0 !important;
  margin-left: 40px !important;
}
body.rtl #sp-right ul li a:hover,
body.rtl #sp-left ul li a:hover {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl #sp-right ul li a:before,
body.rtl #sp-left ul li a:before {
  left: inherit;
  right: -10px;
}
body.rtl #sp-right ul li a,
body.rtl #sp-left ul li a {
  direction: initial;
}
body.rtl .sp-module.tag-cloud .tagspopulartag-cloud ul li a:hover {
  margin-right: 0 !important;
}
body.rtl article.item .entry-img-wrap .entry-published {
  left: inherit;
  right: 20px;
}
body.rtl article.item .entry-img-wrap .entry-published:after,
body.rtl article.item .entry-img-wrap .entry-published:after {
  transform: rotate(45deg);
  left: -90px;
}
body.rtl article.item p.readmore a.btn-default:after,
body.rtl article.item p.readmore a.btn-default:after {
  right: inherit;
  left: -30px;
  content: "\f177";
}
body.rtl .pagination-wrapper .fa-long-arrow-left:before {
  content: "\f178";
}
body.rtl .pagination-wrapper .fa-long-arrow-right:before {
  content: "\f177";
}
body.rtl .pagination-wrapper .fa-angle-left:before {
  content: "\f105";
}
body.rtl .pagination-wrapper .fa-angle-right:before {
  content: "\f104";
}
body.rtl .campaign-items .campaign-info .spcampcountdown > div:first-child {
  margin-right: 0;
}
body.rtl .campaign-items .campaign-info .spcampcountdown > div:last-child {
  margin-right: 60px;
}
body.rtl .campaign-items .campaign-info .spcamp-join-btn .btn-default:after {
  right: inherit;
  left: -30px;
  content: "\f177";
}
body.rtl ul. .fa-long-arrow-left:before {
  content: "\f178";
}
body.rtl ul. .fa-long-arrow-right:before {
  content: "\f177";
}
body.rtl ul. .fa-angle-left:before {
  content: "\f105";
}
body.rtl ul. .fa-angle-right:before {
  content: "\f104";
}
body.rtl #hikashop_product_description_main {
  float: right;
  margin-bottom: 25px;
}
body.rtl #hikashop_product_right_part span.hikashop_product_price_full span {
  float: right;
  direction: ltr;
  margin-bottom: 20px;
}
body.rtl #hikashop_product_right_part #hikashop_product_tags_main .tags span {
  float: right;
}
body.rtl #hikashop_product_price_main .hikashop_product_price_full {
  text-align: right;
}
body.rtl #sp-position2 .sp-module-title {
  font-family: yekan;
}
body.rtl .artagemenu li a:after {
  font-family: "FontAwesome";
  content: " \f107";
  display: inline-block;
  margin-left: 4px;
  float: right;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
body.rtl .artagemenu li:hover>a:after,
body.rtl .artagemenu li.active > a:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.rtl .artagemenu li:hover > a,
body.rtl .artagemenu li.active > a {
  color: #EE8021;
  border-bottom: 1px solid #EE8021;
  background: #5c5d5d !important;
}
body.rtl .footerartageprod >li >a:before {
  font-family: "FontAwesome";
  content: " \f104";
  display: inline-block;
  margin-left: 4px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
body.rtl ul.sigProClassic.singleThumbGallery {
  float: right;
}
body.rtl .uk-text-left {
  text-align: right !important;
}
body.rtl select,
body.rtl textarea,
body.rtl input[type="text"],
body.rtl input[type="password"],
body.rtl input[type="datetime"],
body.rtl input[type="datetime-local"],
body.rtl input[type="date"],
body.rtl input[type="month"],
body.rtl input[type="time"],
body.rtl input[type="week"],
body.rtl input[type="number"],
body.rtl input[type="email"],
body.rtl input[type="url"],
body.rtl input[type="search"],
body.rtl input[type="tel"],
body.rtl input[type="color"],
body.rtl .uneditable-input {
  font-size: 12px !important;
}
body.rtl .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  line-height: 27px;
}
body.rtl .artagerssubmit {
  float: right;
}
body.rtl .uk-margin {
  border-right: 3px solid #f1f1f1;
  border-left: none;
  color: #90929b;
  padding-right: 14px;
}
body.rtl .logoprojectartage {
  margin-right: 0px;
  margin-left: 24px;
  float: left;
}
body.rtl .djtab-custom-html img {
  float: right !important;
  width: 70px !important;
}
body.rtl .default-theme .djtabs-title {
  color: #000 !important;
  background: none !important;
  text-align: right !important;
  display: block !important;
}
body.rtl .default-theme .djtabs-accordion .djtab-text {
  margin-right: 5px;
}
body.rtl .default-theme .djtabs-title {
  font: bold 12px yekan;
}
body.rtl .accordionbottom {
  margin-right: 75px;
}
body.rtl .artform {
  padding-right: 0px !important;
  padding-left: 15px !important;
}
.uk-thumbnav > * > * > img {
  width: 244px !important;
  height: 100px !important;
}
.uk-thumbnav {
  display: block !important;
}
a.pp_close {
  right: -28px;
}
a.pp_expand {
  right: 0;
}
