/*
   __    ____  _            ____  __      __    ____       
  /  \  /   / / \  / /   / /   / /  \  / /  \  /     /   /
 /   / /   / /   \/ /___/ /___/ /   / / /   / /___  /___/
/___/ /___/ /    /  ___/ /   / /___/ / /___/ /___  /   /

*/


/*===================================================================
   Copyright (C) 2013 - 2021 Hossein Donyadideh All Rights Reserved.
  ===================================================================*/

@font-face {
  font-family: max-font;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('fonts/max-font.woff2') format('woff2'),
       url('fonts/max-font.woff') format('woff'),
	   url('fonts/max-font.ttf') format('truetype'),
	   url('fonts/max-font.eot?#iefix') format('embedded-opentype');
}
p,h1,h2,h3,h4,h5,h6,ul,tr,td,input,a,label,button,select,option,span,small,html{
  font-family: max-font, nova, Tahoma, Arial !important;
}

/*.uk-navbar-sticky {
	background-color: #00ffff !important;
}
*/

.uk-search-default {
    width: 270px;
}
article .uk-margin-medium-top p a {
    font-style: italic;
}
/*call animation pendaresh*/
.call-animation {
    background: #0066ff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 4px #d7dbe1;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    right: 18px;
    bottom: 16px;
    z-index: 99999;
    text-align: center;
}
.call-animation img {
    width: 40px;
    height: 30px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    top: 10px;
    text-align: center;
    vertical-align: middle;
}

@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
    }
    25% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.2);
    }
    25% {
        box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.4), 0 0 0 12px rgba(255, 255, 255, 0.2);
    }

}
.rscomment-form.well button.btn.btn-primary, .rscomm-meta button.btn.btn-mini.btn-primary {
    background: #1717c9 !important;
    color: #ffffff !important;
}
.rscomment-form .char-left {
    color: #141414;
    font-size: 12px;
}
