hr{
    margin-top:10px !important;
    margin-bottom:10px !important;
}
.container{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.container-max{
	max-width: 1008px !important;
}
.container-news{
    max-width: 800px !important;
}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*start FONT*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
/*end FONT*/

.disabled{
    pointer-events: none !important;
    cursor: not-allowed !important;
}
a{
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.decode-mail{
    unicode-bidi: bidi-override;
    direction: rtl;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}