
body {
  font-size: 16px;
}


/*Hide elements by display none only*/
.hide {
  display: none !important;
}
/* Remove borders */
.no-border {
  border: 0px !important;
}
/* Remove padding */
.nopadding, .no-padding {
  padding: 0px !important;
}
/* Remove margins */
.nomargin, .no-margin {
  margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
  box-shadow: none!important;
}
.centered {
  text-align: center;
}
.center-block {
  text-align: center;
  display: block;
}
.company-list ul,
.company-list ul li{
  list-style: square;
}
.company-list ul li{
  display: block;
  box-sizing: border-box;
  padding: 0px 4px;
  margin: 12px 0;
  line-height: 90%;
  width: 33%;
  float: left;
  border-left: 4px solid #EEE;
}
h3 {
  color: #259;
}
h2 {
  color: #58E;
}
@media screen and (max-width: 992px) {
  ul.company-list li{
    width: 50%;    
  }
}
@media screen and (max-width: 767px) {
  ul.company-list li{
    width: 100%;    
  }
}
.img-link {
  display: inline-block;
  position: relative;
  border-bottom: 3px solid #D90301;
}
.img-link:after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  width: 100%;
}
.img-link span {
  opacity: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 50%;
  left: 25%;
  background-color: #D90301;
  border: 1px solid #F92321;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  transition-duration: 0.3s;
  z-index: 10;
  text-align: center;
  padding: 16px 0;
}
.img-link:hover span {
  opacity: 0.8;
  bottom: 25%;
}
.img-link:hover:after {
  opacity: 1;
  border: 10px solid rgba(255, 255, 255, 0.2);
}
.btn-theme-black {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.btn-theme-black:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.title.text-theme-colored {
  background-color: rgba(0,0,0,0.4);
  padding: 0 16px;
  border-radius: 6px;
  color: #FFF !important;
}
.toptel {
  width: 458px;
}
.fa {
  font-family: FontAwesome !important;
}
.product ul {
  list-style: circle;
  margin-left: 32px;
}
.product blockquote {
    font-size: inherit;
    padding: 0 30px;
}

/*----------------------------------rtl--------------------------*/
@font-face {
  font-family: "isans-exp";
  font-weight: 400;
  src: url("/AdminLTE/fonts/iransans/IRANSans-Light-Expanded.eot?#") format("eot"),
  url("/AdminLTE/fonts/iransans/IRANSans-Light-Expanded.woff2") format("woff2"),
  url("/AdminLTE/fonts/iransans/IRANSans-Light-Expanded.woff") format("woff");
}
@font-face {
  font-family: "isans-exp";
  font-weight: 500;
  src: url("/AdminLTE/fonts/iransans/IRANSans-Expanded.eot?#") format("eot"),
  url("/AdminLTE/fonts/iransans/IRANSans-Expanded.woff2") format("woff2"),
  url("/AdminLTE/fonts/iransans/IRANSans-Expanded.woff") format("woff");
}

.fix-ltr {
  direction: ltr !important;
}
.rtl,
body.rtl,
.rtl body,
.rtl .font-opensans,
.rtl .menu-full-page #fullpage-nav li a,
.rtl .nav-tabs > li > a,
.rtl .menuzord,
.rtl .menuzord *,
.rtl  h1, .rtl  h2,
.rtl .h1, .rtl .h2,
.rtl  h3, .rtl  h4, .rtl  h5, .rtl  h6,
.rtl .h3, .rtl .h4, .rtl .h5, .rtl .h6,
.rtl .font-raleway
{
  font-family: "isans-exp", "Open Sans",​ sans-serif;
}
.rtl .text {
  direction: rtl;
}
.rtl .menuzord-menu.menuzord-right {
  float: left;
}
.rtl .menuzord-menu > li {
  float: right;
}
.rtl .company-list ul li {
  border-left: none;
  border-right: 4px solid #eee;
  float: right;
}
.rtl .line-bottom::after {
  left: auto;
  right: 0;
}
.rtl .vertical-line::before {
  left: auto;
  right: 6px;
}
.rtl .vertical-line::after {
  left: auto;
  right: 0;
}
.rtl .section-title {
  padding: 0 20px;
}

/* Don't display when printing */
@media print {
  .no-print {
    display: none;
  }
  .left-side,
  .header,
  .content-header {
    display: none;
  }
  .right-side {
    margin: 0;
  }
}	