@font-face {
	font-family: 'iransans';
	src:	
	    url('/templates/shaper_rhino/fonts/iransans.eot?#') format('eot'),  /* IE6–8 */
		url('/templates/shaper_rhino/fonts/iransans.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('/templates/shaper_rhino/fonts/iransans.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */		
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, div, input, btn, a, .btn, .form-control, td, tr, th.nowrap, th {
    font-family: iransans !important;
}
a.btn.jmodedit {
    display: none !important;
}
.bot_class {
    transform: translateY(16px);
}
.dropdown {
    width: 110px;
    text-align: center;
}
.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.loginbot a {
    color: white;
}
.loginbot {
    pointer-events: none;
}
.loginbot {
    background-color: #ff2525;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    width: 163px;
    border-radius: 4px;
}
.dropdown-content li a {
    color: #272727 !important;
}
.dropdown:hover .dropdown-content {
    display: block;
}
        
.panel_user {
    position: absolute !important;
    margin-left: 80px;
    margin-top: 15px !important;
    left: 0 !important;
}

ul.dropdownmenu {
    background: #fff;
    color: #000 !important;
    border: 1px solid #c3c3c3;
    margin-top: 9px;
    width: 180px;
    padding: 10px;
    border-radius: 4px;
}
a.dropdownmenu_a {
    color: #000 !important;
}
a.logina {
    background: #ff2525;
    padding: 8px 18px;
    border-radius: 7px;
    color: #fff !important;
    font-weight: bold;
}

.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 #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 #offcanvas-toggler {
  float: left;
}
body.rtl #offcanvas-toggler >i {
  padding: 0 10px 0 0;
}
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;
}
body.rtl .offcanvas-menu {
  left: -280px;
}
body.rtl.offcanvas .offcanvas-menu {
  left: 0;
}
body.rtl .sp-megamenu-parent {
  float: right;
}
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 .sp-module ul >li >a:before {
  margin-right: 0;
  margin-left: 8px;
  content: "\f104";
  float: right;
}
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;
}
.layout-item h3.related {
    margin-right: 8px;
}
body.rtl .search .btn-toolbar .pull-left {
  float: right !important;
}
a.btn.btn-success.leftside.blink_me {
    background: #ff2525 !important;
}
.badge.badge-danger {
    background: #fe2525 !important;
}
img.sp-default-logo.hidden-xs {
    border-radius: 5px;
}
#sp-top-bar {
    background: linear-gradient(180deg, #fe2525, #900000) !important;
	color: #fff;
	height: 48px;
}
#sp-top-bar a {
	color: #fff !important;
}

.sp-contact-time {
	color: #fff !important;
}
.sp-contact-info .fa {
	color: #fff !important;
}
   
 
span.sp-copyright {
    text-align: center !important;
}
.bazdid {
    text-align: center;
    margin-top: -65px;
    z-index: 9999;
    position: relative;
    color: #fff;
}
@media only screen and (max-width: 600px) {
    .panel_user {
        margin-left: 55px !important;
        margin-top: 18px !important;
        left: 0 !important;
    }
     
}
