@media (min-width: 1200px) {
  .rtl [class*="col-lg-"],
  .rtl [class*="col-md-"],
  .rtl [class*="col-sm-"],
  .rtl [class*="col-xs-"] {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1190px) {
  .body-wrapper.box-layout {
    width: 970px;
  }
  .primary-menu .navbar-inner .nav > li > a {
    padding: 32px 20px 30px;
  }
}
@media (max-width: 991px) {
  .body-wrapper.box-layout {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .entry-content-asset > iframe {
    height: 249px;
  }
  .rtl [class*="col-md-"] {
    float: none;
  }
  .rtl [class*="col-sm-"],
  .rtl [class*="col-xs-"] {
    float: right;
  }
}
@media (max-width: 767px) {
  .rtl [class*="col-lg-"],
  .rtl [class*="col-md-"],
  .rtl [class*="col-sm-"] {
    float: none;
  }
  .rtl [class*="col-xs-"] {
    float: right;
  }
  select.responsiveMenuSelect {
    margin-bottom: 0;
    margin-top: 0px;
    height: 38px;
  }
  .content-above .widget > .widget-inner ul li {
    width: 50%;
  }
  .floating-left,
  .floating-right {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .rtl .widget_currency_converter .currency_w .currency_switcher li {
    width: 50px;
  }
  .content-above .widget > .widget-inner ul li {
    width: 50%;
  }
  .floating-left,
  .floating-right {
    display: none;
  }
}
@media (max-width: 480px) {
  .entry-content-asset > iframe {
    height: 200px;
  }
  .cpanel-control {
    display: none;
  }
  .content-above .widget > .widget-inner ul li {
    width: 100%;
  }
  .floating-left,
  .floating-right {
    display: none;
  }
}
@media (max-width: 360px) {
  [class*="col-xs-"] {
    width: 100%;
    float: none;
  }
  .entry-content-asset > iframe {
    height: 150px;
  }
  .rtl [class*="col-xs-"] {
    float: none;
  }
  .content-above .widget > .widget-inner ul li {
    width: 100%;
  }
  .floating-left,
  .floating-right {
    display: none;
  }
}
@media (max-width: 320px) {
  .entry-content-asset > iframe {
    height: 140px;
  }
  .content-above .widget > .widget-inner ul li {
    width: 100%;
  }
  .floating-left,
  .floating-right {
    display: none;
  }
}
