@charset "utf-8";

/* CSS Document */

body,
html {
    height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 140%;
    min-height: 100%;
    background: #f9f9f9;
}

a {
    text-decoration: none;
    color: #111;
    transition: 0.5s;
}

a:hover {
    color: #333;
}

.pointer {
    cursor: pointer;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "helios";
    src: url('MAKHelios.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    src: url('RobotoCondensed-Regular.ttf') format('truetype');
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    transition: 0.5s;
}

h1 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    margin: 30px 0px;
    padding: 20px 0px;
    font-size: 20px;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
    color: #555;
}

h3 {
    margin: 40px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    font-size: 28px;
    color: #000;
}

span {
    color: #bf0000;
}

.header {
    background: linear-gradient(90deg, #ffffff 28%, #bf0000 0%);
    height: 50px;
    width: 100%;
}

.head {
    width: 80%;
    height: auto;
    margin: auto;
}

.addads {
    float: right;
    height: 50px;
    background: white;
    background: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
}

.addads a {
    color: #232323;
}

.addads .fas {
    color: #bf0000 !important;
    margin-right: 5px;
}

.addads:hover {
    background: rgba(255, 255, 255, 0.3);
}

.nav {
    width: 100%;
    padding: 0px 10%;
    margin: auto;
    background: white;
}

.logo {
    float: left;
    width: 15%;
    margin-top: -50px;
}

.logo img {
    width: 100%;
}

.menu {
    float: left;
    margin-left: 6%;
}

.tbody {
    width: 100%;
    height: auto;
    position: relative;
}

.tbody img {
    width: 100%;
}

.menu ul li {
    margin: 0;
    padding: 10px 15px;
    display: inline-block;
    color: #232323;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}

.lbtn li {
    margin: 0;
    padding: 10px 0px;
    display: inline-block;
    color: #232323;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu ul a:first:child li {
    padding-left: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.lbtn {
    float: right;
}

.gol {
    position: absolute;
    top: 30vh;
    left: 10%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
}

.gol h2 {
    color: #fff;
    font-size: 30px;
    line-height: 26px;
    margin: 0px;
}

.gol h1 {
    color: #fff;
    font-size: 50px;
    text-align: left;
    border-bottom: none;
    margin: 10px;
}

.gol input {
    border-radius: 30px;
    padding: 15px 20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: auto;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    width: 500px;
}

.gol button {
    border: none;
    padding: 15px 44px;
    border-radius: 30px;
    font-size: 20px;
    color: #ffffff;
    background-color: #bf0000;
    line-height: 30px;
    cursor: pointer;
}

.gol button:hover {
    opacity: 0.8;
}

.golmenu {
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 10%;
}

.golmenu li {
    width: 18%;
    margin: 1%;
    background: rgba(255, 255, 255, 0.9);
    height: 120px;
    float: left;
    border-radius: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.golmenu li a {
    color: #232323;
}

.golmenu img {
    width: 15%;
    margin-top: 10px;
    background: #888;
    padding: 5px;
    border-radius: 5px;
}

.cattoo {
    padding: 5px;
    background: #bf0000;
    border-radius: 5px;
    color: white;
    text-align: center;
    width: auto;
    font-size: 12px;
}

.width80 {
    width: 80%;
    margin: auto;
}

.banner img {
    width: 100%;
}

.banner {
    padding: 30px 0px;
}

.home .ads li {
    width: 23%;
    margin: 1%;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    float: left;
}

.cats .ads li {
    width: 31%;
    margin: 1%;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    float: left;
}

.ads li:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ads li img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.ads .adsbody {
    padding: 10px;
}

.ads .adsbody h4 {
    margin: 0px;
    height: 40px;
    overflow: hidden;
}

.bairshil {
    color: #777;
}

.bairshil .fas {
    color: #bf0000;
}

.une {
    color: #111;
}

.onsar {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    color: #777;
    font-size: 12px;
}

.onsar .fa-eye {
    margin-left: 30px;
}

.menu ul li .dropdown-content {
    line-height: 20px;
}

.footer {
    width: 100%;
    background: #000;
    text-align: center;
    padding: 30px 0px;
    color: white;
    margin-top: 50px;
}

.bread {
    width: 100%;
    height: 100px;
    background: url(img/pattern.png);
    text-align: center;
    font-size: 20px;
    color: #333;
    padding: 40px;
    margin-bottom: 30px;
}

.zuun {
    width: 68%;
}

.baruun {
    width: 30%;
}

.lists {
    width: 100%;
    margin-bottom: 20px;
}

.lists img {
    width: 15%;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px;
}

.baruun form {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.baruun form input {
    padding: 10px;
    width: 100%;
}

.baruun form button {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background: #bf0000;
    color: white;
    border-color: #e95d4f;
    cursor: pointer;
}

.baruun form button:hover {
    background: #e95d4f;
}

#form-action #sign-out-button {
    text-align: center;
    background: #ccc;
    padding: 20px 0px;
    font-size: 18px;
    border-radius: 20px;
    width: 100px;
    margin: auto;
}

#verification-code-form {
    display: none;
}

.lbtn .fas {
    margin-left: 30px;
}

.mypro {
    position: relative;
}

.smstoo {
    position: absolute;
    top: 15px;
    right: -10px;
    font-size: 11px;
    background: red;
    color: #fff;
    padding: 5px 5px;
    line-height: 10px;
    border-radius: 10px;
    opacity: 0.8;
}

.width50 {
    width: 50%;
    margin: auto;
}

.addzar {
    font-family: 'Roboto', 'Helvetica Neueu', sans-serif;
}

.form {
    width: 100%;
    margin-top: 20px;
}

.addzar label {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: bold;
}

.addzar span {
    color: red;
}

.addzar input,
.addzar select,
.addzar textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: transparent;
    box-shadow: inset 0 1px 3px 0 #eee;
    margin-top: 10px;
    padding: 15px 10px;
}

.line {
    width: 100%;
    border-bottom: 1px dashed #333;
    margin-top: 20px;
}

.forms {
    width: 48%;
    float: left;
    margin: 20px 0px;
}

.addzurag {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid #ff0c00;
}

.addzurag h4 {
    font-size: 14px;
}

.addzurag .browse {
    width: 70%;
    float: left;
}

.addzar .btns {
    width: 30%;
    background: #ff0c00;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.form-group-submit {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.imagelist {
    width: 100%;
    column-count: 6;
    margin-top: 30px;
}

.imagelist li {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative;
}

.imagelist img {
    width: 100%;
}

.imagelist li .delt {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    color: white;
    cursor: pointer;
}

.box {
    padding: 10px 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

.zzurag {
    width: 20%;
    max-height: 160px;
    overflow: hidden;
    margin-right: 3%;
}

.zzurag img {
    width: 100%;
}

.ztext {
    width: 60%;
}

.boxtitle {
    font-size: 18px;
    font-weight: 600;
    width: 60%;
    overflow: hidden;
    color: #ff0c00;
    float: left;
}

.boxune {
    float: right;
    width: 40%;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.boxbody {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin-top: 15px;
}

.subtitle {
    margin-top: 21px;
}

.boxdate {
    width: 30%;
    background: #e3e3e3;
    padding: 11px;
}

.boxcat {
    width: 70%;
    border: 1px solid #e3e3e3;
    padding: 10px;
}

.zdelete {
    width: 15%;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    height: 160px;
}

.btn3 {
    background: red;
    width: 100%;
    padding: 10px;
    color: white;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    cursor: pointer;
}

.boxune em {
    font-size: 12px;
    font-weight: 300;
}

.left {
    width: 30%;
}

.right {
    width: 67%;
}

.adstitle {
    width: 100%;
    background: white;
    box-shadow: 0 0 3px rgba(206, 206, 206, 0.36);
    border: 1px solid #eee;
}

.oldson {
    padding: 20px;
    background: #bf0000;
    color: white;
    float: left;
}

.oselect {
    width: 50%;
    float: right;
    text-align: right;
}

.oselect select {
    padding: 10px;
    background: white;
    border: 1px solid #e1e1e1;
    margin: 10px;
}

.lbox {
    width: 100%;
    background: white;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.lbox .ltitle {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    text-transform: uppercase;
}

.lbox .ltitle .fas {
    float: right;
}

.leftmenu li {
    padding: 10px 30px;
    border-bottom: 1px dotted #e1e1e1;
}

.leftmenu li:hover {
    color: red;
    margin-left: 10px;
}

.adstitle ul {
    padding: 15px;
}

.adstitle ul li {
    padding: 5px 10px;
    background: #bf0000;
    float: left;
    color: white;
    border-radius: 5px;
    margin-right: 30px;
}

.pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.real-btn {
    padding: 10px;
    background: #e1e1e1;
    line-height: 60px;
}

.current {
    background: #bf0000;
    color: #fff;
}

.real-btn:hover {
    background: #bf0000;
}

.contact {
    width: 50%;
    margin: auto;
    text-align: center;
}

.contact table {
    width: 100%;
    text-align: left;
}

.contact th,
.contact td {
    padding: 20px;
}

.footer a {
    color: #bf0000;
}

.rleft {
    width: 67%;
}

.rright {
    width: 30%;
    position: sticky;
    top: 20px;
}

.rleft .niitelsen {
    width: 100%;
}

.rleft .dates {
    float: left;
    color: #555;
}

.rleft .une {
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.rleft .une span {
    font-weight: 100;
    color: #333;
}

.tomzurag {
    margin-top: 30px;
}

.rightbox {
    padding: 20px;
}

.titlebox {
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    background: #bf0000;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
}

.titlebox .fas,
.titlebox .fab {
    margin-right: 30px;
}

.rright li {
    padding: 6px 15px;
}

.mlogo {
    display: none;
}

.disktop {
    display: block;
}

.mobile {
    display: none;
}

.logo .fas {
    display: none;
}

.mmenu {
    width: 100%;
    display: none;
}

.mmenu li {
    width: 100%;
}

.mmenu .dropdown-content {
    display: block;
    position: inherit;
    background-color: #fff;
    box-shadow: none;
}

.mmenu ul li {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.mmenu ul li .fas {
    float: right;
}

.rtorol {
    column-count: 2;
    text-align: center;
    display: none;
}

.raimag {
    column-count: 2;
    text-align: center;
    display: none;
}

.tbody {
    overflow: hidden;
}

@media (max-width: 800px) {
    .header {
        background: linear-gradient(90deg, #ffffff 50%, #bf0000 0%);
    }
    .mlogo {
        display: block;
        width: 35%;
        padding-top: 15px;
        float: left;
    }
    .logo .fas {
        display: block;
        font-size: 30px;
        float: right;
        margin-top: 10px;
        cursor: pointer;
    }
    .logo {
        float: none;
        width: 100%;
        margin: auto;
        padding: 20px 0px;
    }
    .logo img {
        width: 60%;
        float: left;
    }
    .golmenu li {
        width: 48%;
        font-size: 14px;
        font-weight: 100;
        height: 18vh;
    }
    .tbody {
        height: 130vh;
    }
    .tbody img {
        width: auto;
        height: 100%;
    }
    .golmenu li img {
        width: 10vw;
        height: auto;
    }
    .gol {
        position: absolute;
        top: 10vh;
        left: 10%;
        width: 80%;
    }
    .gol h1 {
        font-size: 20px;
        margin-top: 0px;
        padding-top: 0px;
    }
    .gol h2 {
        margin: 10px;
        font-size: 17px;
    }
    .gol input {
        width: 70%;
    }
    .gol button {
        padding: 15px 10%;
    }
    .home .ads li {
        width: 100%;
    }
    .disktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .lbtn {
        float: left;
        width: 50%;
        text-align: center;
    }
    .lbtn li {
        padding: 3px 0px;
    }
    .lbtn .fas {
        margin: 0px;
    }
    .lbtn .mypro {
        line-height: 16px;
        font-size: 11px;
        text-align: left;
    }
    .left {
        display: none;
    }
    .right {
        width: 100%;
    }
    .oldson {
        padding: 20px;
        width: 100%;
        float: none;
    }
    .oselect {
        width: 100%;
        float: none;
        text-align: center;
    }
    .cats .ads li {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .adstitle ul li {
        float: none;
        margin-top: 10px;
        width: 100%;
    }
    .adstitle ul li a {
        float: right;
        color: white;
    }
    .rright,
    .rleft,
    .zuun,
    .baruun {
        width: 100%;
    }
    .rleft .une {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .rleft .dates {
        float: none;
    }
    .niitelsen {
        background: #fff;
        padding: 20px;
    }
    .contact {
        width: 100%;
    }
    .baruun form input {
        width: 100%;
    }
    .baruun form {
        width: 100%;
    }
    .baruun p {
        text-align: justify;
    }
    .zzurag {
        width: 100%;
        max-height: 200px;
        overflow: hidden;
        margin-right: 0%;
    }
    .boxtitle {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        overflow: hidden;
        color: #ff0c00;
        float: none;
        margin-top: 20px;
    }
    .ztext {
        width: 100%;
    }
    .boxune {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
    }
    .boxdate {
        width: 100%;
    }
    .boxcat {
        width: 100%;
    }
    .zdelete {
        width: 100%;
        border-top: 1px solid #ccc;
        border-left: none;
        padding-left: 0px;
        height: auto;
    }
    .myzar .fright {
        float: none;
    }
    .width50 {
        width: 100%;
    }
    .forms {
        width: 100%;
        float: none;
    }
    .addzar .btns {
        width: 100%;
    }
}