/* Custom CSS */

.right{
  direction: rtl;
}

.justify{
  text-align: justify;
}

.center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.direction-right{
  direction: rtl;
}


.bold {
  font-weight: bold !important; 
}

.edit_span{
  float: left;
  opacity: 0;
  transition: opacity 1s;
}

.edit_span:hover, .edit_span{
  color: red;
}

.editable:hover .edit_span{
  opacity: 1;
}

.message_error{
  font-weight: bold;
  color: red;
}

.message_extra{
  font-size: 10px;
  color: red;
}


.message_success{
  font-weight: bold;
  color: green;
}

.message_warning{
  font-weight: bold;
  color: orange;
}

.map-canvas{
  width: 100%;
  height: 430px;
  background: #eaeaea;
  margin-bottom: 20px;
}

.float_none{
  float: none;
}

.float-right{
	float: right;
}
.iran{
  font-family: yekan;
}

.google_box{
  direction: rtl;
  text-align: right;
  min-height: 70px;
  margin-right: 10px;
  margin-top: 10px;
}

.like_button ul li a:hover
{
  color:#ffb504;
  animation: heartbeat 1s infinite;
}
.like_button ul li a.active:hover
{
  color:#ffb504;
  animation: heartbeat 1s infinite;
}
@keyframes heartbeat {
  0% {
    transform: scale( .75);
  }
  20% {
    transform: scale( 1);
  }
  40% {
    transform: scale( .75);
  }
  60% {
    transform: scale( 1);
  }
  80% {
    transform: scale( .75);
  }
  100% {
    transform: scale( .75);
  }
}

.indexpic{
    width: 100%;
    height: auto;
}

.blogpic{
  width: 192px;
  height: 192px;
}

.hamed-cart-icon{
  background: url("/img/shopping-cart.png") no-repeat center right;
  display: inline-block;
  height: 32px;
  width: 32px;
}

.align-right{
  text-align: right;
}

.special-pic{
  /*width: 400px !important;*/
  height: 230px !important;
}
#customers .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 0;
    left: 32px;
}
.contact-us ul{
	margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
}
.contact-us ul li{
	 list-style: none;
    font-size: 17px;
    line-height: 40px;
}