@font-face {
    font-family: 'iransanse';
    src: url('../../../fonts/IRANSans.eot');
    src: url('../../../fonts/IRANSans.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/IRANSans.woff2') format('woff2'),
    url('../../../fonts/IRANSans.woff') format('woff'),
    url('../../../fonts/IRANSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yekan';
    src: url('../../../fonts/BYekan.eot');
    src: url('../../../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/BYekan.woff2') format('woff2'),
    url('../../../fonts/BYekan.woff') format('woff'),
    url('../../../fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: iransanse;
}

input[type=search]{
    margin-right: 10px !important;
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
@media screen and (max-width: 480px) {
    footer {
       display: none;
    }
}

.main-col{
    width: 100%;
    height: 100%;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}

.main-col:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.vam-options{
    text-align: left;
    margin: 10px;
    font-size: 14pt;
}

.vam-options > a{
    color: #000;
}
.vam-options > a.not-active{
    color: red ;
}
.vam-options > a.active{
    color: green ;
}
.vam-options > a:hover{
    color: #0D47A1 ;
}
.new{
    padding-top: 135px;
}
.vams{
    padding-top: 130px;
}
.main-page{
    min-height: 190px ;
    margin-top: 100px ;
    padding-bottom: 90px;
}
@media screen and (max-width: 480px) {
    .main-page {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .news {
        padding-top: 10px;
    }
    .vams {
        padding-top: 10px;
    }
    .vk-navbar-right{
        width: 100% !important;
        overflow-x: hidden !important;
    }
    .vk-navbar-left{
        width: 100% !important;
        overflow-x: hidden !important;
    }
}