@font-face {
    font-family: IRANSans-fa;
    font-style: normal;
    src: url('fonts/IranSans/IRANSansWeb(FaNum).eot');
    src: url('fonts/IranSans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('fonts/IranSans/IRANSansWeb(FaNum).woff2') format('woff2'), url('fonts/IranSans/IRANSansWeb(FaNum).woff') format('woff'), url('fonts/IranSans/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: onliner;
    src: url(fonts/onliner/c19ad8e8.eot);
    src: url(fonts/onliner/c19ad8e8.eot?#iefix) format("eot"), url(fonts/onliner/4954247f.woff2) format("woff2"), url(fonts/onliner/43e0c2dd.woff) format("woff"), url(fonts/onliner/f318af74.ttf) format("truetype");
}
body, html, form {
    padding: 0px !important;
    margin: 0px !important;
    direction: rtl;
    background-color: #f5f5f5 !important;
    font-family: IRANSans-fa !important;
    font-size: 13px;
    overflow-x: hidden !important;
}
.tooltip {
    font-family: IRANSans-fa;
    font-size: 20px;
    z-index:10000 !important;
    min-width:200px;
    
}
    .tooltip.bottom > .tooltip-arrow, .tooltip.top > .tooltip-arrow, .tooltip.left > .tooltip-arrow, .tooltip.right > .tooltip-arrow {
        color: #ffc200;
    }
.tooltip > .tooltip-inner 
{
    border: 2px solid #fff;
    background-color: #ffc200;
    color: #000;
    font-family: IRANSans-fa;
    padding: 10px;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,0.4);
}
.row {
    padding: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.header 
{
    background-color: #232f3e;
    padding: 5px;
    border-bottom: 10px solid #f5893a;
}

.footer 
{
    background-color: #232f3e;
    padding: 5px;
    margin-top: 0px !important;
    border-radius: 0px !important;
  
    box-shadow: 0 0 3px #020202;
}

     .footer .title {
        font-family: IRANSans-fa;
        color: #fff;
        font-size: 12px;
        text-align: center;
        display: block;
        padding: 10px 0px;
    }
    .footer .copy {
        font-family: IRANSans-fa;
        color: #aaa;
        font-size: 12px;
        text-align: center;
        display: block;
        padding: 10px 0px;
    }
    .footer ul 
    {
        list-style:none;
    }
        .footer ul li {
        padding:3px;
        margin:0px;
        }
            .footer ul li .title {
                font-family: IRANSans-fa;
                color: #fff;
                font-size: 12px;
                text-align: center;
                display: block;
                float: right;
                padding:5px 0;
            }
            .footer ul li .val {
                font-family: IRANSans-fa;
                color: #eee;
                font-size: 12px;
                text-align: center;
                display: block;
                float: right;
                padding: 5px;
            }
            .footer ul li a {
                font-family: IRANSans-fa;
                color: #eee;
                font-size: 12px;
                text-align: center;
                display: block;
                float: right;
                text-decoration: none;
                padding: 5px;
            }
    .footer .ol-viewport {
    border-radius:5px;
    }
    .footer ul li a:hover {
        color: #fffa03;
    }
                .footer hr {
        display: block;
        margin: 0;
        border-top: 1px solid #000000;
    border-bottom: 1px solid #434f5f;
    }

    .footer .nav-link {
        color: #fff;
        font-family: IRANSans-fa;
        font-size: 12px;
    }

        .footer .nav-link:hover {
            background-color: transparent;
        }


.footer .social-link {
    margin-top: 5px;
}

    .footer .social-link a {
        float: right;
        margin: 4px;
        text-decoration: none;
    }

    .footer .social-link .box:hover {
        color: #ffcb03;
    }

    .footer .social-link .box {
        color: #fff;
        font-size: 30px;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        text-align: center;
        display: block;
    }

#logo {
    width: 160px;
    height: 50px;
    margin: 0;
}

    #logo a {
        display: block;
        background: url(../images/logo.png?ver=2019-06-07) no-repeat;
        background-position: center center;
        background-size: contain;
        height: 50px;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}


.nav-fixed-top .nav-item a {
    color: #fff;
    font-family: IRANSans-fa;
    text-align: center;
    font-size: 14px;
    background: transparent !important;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}
.nav-fixed-top .nav-item .icon {
    color: #fff;
    text-align: center;
    font-size: 25px;
    display: block;
    padding: 10px 5px;
    cursor:pointer;
}
.nav-fixed-top .nav-item .icon-saving:after {
    display: block;
    content: '';
    background-color: rgba(0,0,0,0.5);
    background-image: url(/images/control/loading.gif);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
    .nav-fixed-top .nav-item a:hover {
        color: #daf34a;
        background: transparent;
        border-bottom: 3px solid #206b88;
        text-decoration: none;
    }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
    margin-bottom:0px;
}

    .carousel-fade .carousel-inner .item.active,
    .carousel-fade .carousel-inner .item-next.carousel-item-left,
    .carousel-fade .carousel-inner .item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.left,
.carousel-fade .active.right {
    opacity: 0;
}

.carousel-fade .item-next,
.carousel-fade .item-prev,
.carousel-fade .item.active,
.carousel-fade .active.left,
.carousel-fade .active.item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-inner .item {
    height: 700px;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    float: none;
    z-index: 0;
    left: 0px;
    top: 0px;
}


    .carousel-inner .item .background {
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        margin: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
    }

        .carousel-inner .item .background:before {
            position: absolute;
            display: block;
            background-image: linear-gradient(to bottom, #00000000, #000000b8);
            bottom: 0px;
            content: '';
            width: 100%;
            height: 150px;
            z-index: 1;
        }

.nav .btn-dark {
    padding: 0px !important;
}

.search-place {
background: #ffffff;
box-shadow: 0 0 5px 0px #00000014;
margin: 20px 0px;
border-radius: 5px;
padding: 20px 10px;
}
.search-in-place {
    background: rgba(250,250,250,0.4);
    border-radius: 0 0 5px 5px;
    position: absolute;
    margin-left: -300px;
    width: 600px;
    padding: 10px;
    z-index: 1;
    overflow: visible;
    top: 70px;
    left: 50%;
}
@media (max-width: 768px) {
    .search-place ,.search-in-place {
        margin-left: -180px;
        width: 360px;
        padding: 5px;
    }

        .search-place #btn-search-place, .search-in-place #btn-search-place {
            display: none;
        }

        .search-place .search-input, .search-in-place .search-input {
            width: 100% !important;
        }

    .DetailPlace .carousel-inner .item {
        height: 300px !important;
    }
}

@media (min-width: 768px) {
    .carousel-inner .item {
        height: 600px !important;
    }
}
.container-search {
    background-color: #232f3e;
    position: relative;
    min-height: 150px;
}
.search-in-place input[type=text], .search-place input[type=text] {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border linear .2s;
    -moz-transition: border linear .2s;
    -o-transition: border linear .2s;
    transition: border linear .2s;
    text-align: right;
    direction: rtl;
    display: inline-block;
    height: 20px;
    padding: 6px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: 300;
    font-family: IRANSans-fa;
}

.search-place .search-input, .search-in-place .search-input {
    position: relative;
    width: 75%;
    float: right;
    padding: 0 5px 0 0;
}

    .search-place .search-input .scrollpanel, .search-in-place .search-input .scrollpanel {
        position: absolute;
        background: #f9f7f7;
        display: none;
        width: 100%;
        border-radius: 0 0 10px 10px;
        padding: 0px;
        text-align: right;
        height: 200px;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0px 15px 20px 5px rgba(0,0,0,0.6);
    }

        .search-place .search-input .scrollpanel ul, .search-in-place .search-input .scrollpanel ul {
            list-style: none;
            font-family: IRANSans-fa;
            direction: rtl;
            margin: 0;
            padding: 0;
        }

        .search-place .search-input .scrollpanel ul li, .search-in-place .search-input .scrollpanel ul li {
            margin-bottom: 1px;
        }

            .search-place .search-input .scrollpanel ul li .icon, .search-in-place .search-input .scrollpanel ul li .icon {
                float: right;
                font-size: 26px;
                padding: 8px;
                color: #ccc;
            }

            .search-place .search-input .scrollpanel ul li a, .search-in-place .search-input .scrollpanel ul li a {
                display: block;
                background: #fff;
                text-decoration: none;
                padding: 5px;
                margin-right: 40px;
                border-right: 5px solid #eee;
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
                border-left: 1px solid #eee;
                border-radius: 5px;
                margin-left: 2px;
                margin-top: 2px;
            }

            .search-place .search-input .scrollpanel ul li a:hover, .search-in-place .search-input .scrollpanel ul li a:hover {
                background: #e8dbff;
                border-right: 5px solid #9845fd;
                border-top: 1px solid #9845fd;
                border-bottom: 1px solid #9845fd;
                border-left: 1px solid #9845fd;
            }

                .search-place .search-input .scrollpanel ul li a:hover .address, .search-in-place .search-input .scrollpanel ul li a:hover .address {
                    color: #444;
                }

            .search-place .search-input .scrollpanel ul div, .search-in-place .search-input .scrollpanel ul div {
                display: table;
                width: 100%;
            }

            .search-place .search-input .scrollpanel ul .title, .search-in-place .search-input .scrollpanel ul .title {
                font-size: 14px;
                float: right;
                color: #000;
            }

            .search-place .search-input .scrollpanel ul .address, .search-in-place .search-input .scrollpanel ul .address {
                font-size: 12px;
                float: right;
                color: #999;
            }

            .search-place .search-input .scrollpanel ul .category, .search-in-place .search-input .scrollpanel ul .category {
                font-size: 12px;
                float: left;
                color: #9845fd;
                margin-left: 5px;
            }

            .search-place .search-input .scrollpanel ul .ItemName, .search-in-place .search-input .scrollpanel ul .ItemName {
                font-size: 12px;
                float: right;
                color: #7d1601;
                margin-left: 5px;
            }

.search-input #autoFindPlace, .search-in-input #autoFindPlace {
    border-radius: 0 5px 5px 0;
    border-left: 0;
    margin-bottom: 0;
    min-height: 42px;
    outline: none;
}

.search-input .input-place, .search-in-input .input-place {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-place #btn-search-place, .search-in-place #btn-search-place {
    float: right;
    width: 25%;
    font-size: 14px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 10px;
}

.btn-search {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    background-color: #00b3ff;
    *background-color: #008bc6;
    border: 1px solid #008bc6;
    *border: 0;
    *margin-left: .3em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    font-family: IRANSans-fa;
}

.nav-fixed-top {
    top: 0;
    position: fixed !important;
    z-index: 100;
    width: 100%;
}

.place-group .title {
    font-family: IRANSans-fa;
    direction: rtl;
    text-align: right;
}

.place-group .tab-content {
    background: #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 5px;
}

.place-group .fas {
    font-size: 30px;
    color: #aaa;
}

.place-group .active .fas {
    font-size: 30px;
    color: #333;
}

.place-group .nav-link {
    text-align: center;
}

.place-group .nav-item {
    font-family: IRANSans-fa;
}

    .place-group .nav-item div {
        margin-top: 10px;
    }

    .place-group .nav-item a {
        font-family: IRANSans-fa;
        font-size: 10px;
        color: #999;
    }

        .place-group .nav-item a span {
            font-family: IRANSans-fa;
            font-size: 12px;
            color: #999;
        }

    .place-group .nav-item .active {
        font-family: IRANSans-fa;
        font-size: 10px;
        color: #333;
    }

        .place-group .nav-item .active span {
            font-family: IRANSans-fa;
            font-size: 12px;
            color: #d40395;
        }

.place-group .tab-content .flex-container,
.place-group .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    direction: rtl;
    margin-top: 20px;
}

    .place-group .tab-content .flex-container > div,
    .place-group .tab-content .flex-container > a,
    .place-group .flex-container > div,
    .place-group .flex-container > a {
        background-color: #eee;
        width: 210px;
        margin: 5px;
        text-align: center;
        height: 160px;
        font-size: 30px;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        border: 3px solid #e9e8e8;
    }

@media (max-width: 768px) {
    .place-group .tab-content .flex-container > div,
    .place-group .tab-content .flex-container > a,
    .place-group .flex-container > div,
    .place-group .flex-container > a {
        width: 140px;
        margin: 1px;
        height: 100px;
    }

    .place-group .tab-content .flex-container > div h5, 
    .place-group .tab-content .flex-container > a h5,
    .place-group .flex-container > div h5,
    .place-group .flex-container > a h5 {
        font-size: 8px;
    }
}

.place-group .tab-content .flex-container .background,
.place-group .flex-container .background {
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    width: 100%;
    height: 100%;
}

    .place-group .tab-content .flex-container .background:hover,
    .place-group .flex-container .background:hover {
        top: -10%;
        left: -10%;
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        width: 120%;
        height: 120%;
    }

    /*.place-group .tab-content .flex-container .background:after,
    .place-group .flex-container .background:after {
        position: absolute;
        display: block;
        background-image: linear-gradient(to bottom, #ffffff00, #ffffffeb, #ffffff);
        bottom: 0px;
        content: '';
        width: 100%;
        height: 50%;
        z-index: 1;
    }*/

    .place-group .flex-container .PlaceBox:after {
        background-image: none !important;
    }

.place-group .tab-content .flex-container > div h5,
.place-group .tab-content .flex-container > a h5,
.place-group .flex-container > div h5,
.place-group .flex-container > a h5,
.place-group .flex-container > a h4,
.place-group .flex-container > a h6,
.place-group .flex-container > a .index {
    font-family: IRANSans-fa;
    font-size: 12px;
    color: #000;
    text-align: right;
    margin-right: 5px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 2;
}
.place-group .flex-container > a h4 {
    font-size: 14px !important;
    bottom: 0px !important;
    text-align: center !important;
    background: #232f3e;
    color: #fff;
    padding: 5px 0;
    margin: 0px;
}
.place-group .flex-container > a .index {
    font-size: 20px !important;
    top: 0px !important;
    text-align: center !important;
    left: 0;
    width: auto;
    color: #000;
    bottom: auto;
    margin: 2px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    min-width: 28px;
    min-height: 28px;
}
.place-group .flex-container > a h6 {
    bottom: 0px !important;
    background: #232f3e;
    padding: 8px 3px;
    right: 0px !important;
    margin-bottom: 0px;
    margin-right: 0px;
    color: #fff !important;
}

.place-group .tab-content .flex-container .basic-info,
.place-group .flex-container .basic-info {
    font-family: IRANSans-fa;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 3;
}
.place-group .flex-container .PlaceBox {
    color:#fff !important;
}
    .place-group .tab-content .flex-container .basic-info .fa-bookmark, .place-group .flex-container .basic-info .fa-bookmark {
        color: #000;
        font-size: 16px;
        float: left;
        right: 10px;
    }

    .place-group .tab-content .flex-container .basic-info .rate, .place-group .flex-container .basic-info .rate {
        color: #000;
        font-size: 12px;
        float: right;
        left: 10px;
    }

        .place-group .tab-content .flex-container .basic-info .rate .fas, .place-group .flex-container .basic-info .rate .fas {
            color: #ffde00;
            font-size: 12px;
        }

.scrollpanel .sp-scrollbar {
    width: 10px;
    background-color: #34465d;
    cursor: pointer;
}

    .scrollpanel .sp-scrollbar .sp-thumb {
        background-color: #f8d073;
        transition: height 0.2s ease-in-out;
    }

    .scrollpanel .sp-scrollbar.active .sp-thumb {
        background-color: #999;
    }

.navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: right !important;
    }

    .navbar {
        margin-bottom: 0px !important;
        border-radius: 0px !important;
        box-shadow: 0 0 3px #020202;
    }
}

.carousel-indicators li {
    border-radius: 0px !important;
    width: 30px !important;
    height: 4px !important;
    background-color: rgba(150,150,150,0.7) !important;
    border-color: rgba(150,150,150,0.7) !important;
}

.carousel-indicators .active {
    border-radius: 0px !important;
    width: 30px !important;
    height: 4px !important;
    border-color: #fff !important;
    background-color: #fff !important;
    box-shadow: 0px 0px 5px #fff;
}

#TopPlace .carousel-caption h3, p {
    font-family: IRANSans-fa;
}

.DetailPlace {
    margin-top: 60px;
    box-shadow: 0px 0px 5px #c7c7c7;
    font-family: IRANSans-fa;
}

    .DetailPlace p, span, h1, h2, h3, h4, h5, h6 {
        font-family: IRANSans-fa;
    }

    .DetailPlace .carousel-inner .item .background:before {
        background-image: none;
    }

    .DetailPlace .carousel-control.left {
        background-image: none;
    }

    .DetailPlace .carousel-control.right {
        background-image: none;
    }

    .DetailPlace .carousel-caption {
        left: 0px;
        right: 0px;
    }

        .DetailPlace .carousel-caption h3, .DetailPlace .carousel-caption p {
            text-align: right;
            padding: 10px 20px;
            float: right;
            background: rgba(45,123,153,.7);
            border-radius: 50px 0 0 50px;
            box-shadow: 2px 2px 2px #343434;
            font-family: IRANSans-fa;
        }

        .DetailPlace .carousel-caption p {
            background: rgba(220,220,220,.7);
            color: #000;
            box-shadow: 1px 1px 1px #b6b6b6;
        }

    .DetailPlace .fav,
    .DetailPlace .bookmark,
    .DetailPlace .star {
        text-align: right;
        padding: 15px;
        min-width: 55px;
        min-height: 55px;
        font-size: 15px;
        color: #fff;
        font-family: IRANSans-fa;
    }
    .DetailPlace .fav,
    .DetailPlace .bookmark {
        cursor: pointer;
    }
    .DetailPlace .carousel-caption .star {
        font-size: 20px;
    }
        .DetailPlace .carousel-caption .star .far {
            color: #fff;
        }
        .DetailPlace .carousel-caption .star .fas {
            color: #d90058;
        }
    .DetailPlace .carousel-caption .fav .far {
        color: #fff;
    }
    .DetailPlace .carousel-caption .fav .fas {
        color: #d90058;
    }

    .DetailPlace .carousel-caption .bookmark .far{
        color: #fff;
    }
    .DetailPlace .carousel-caption .bookmark .fas {
        color: #02c6ff;
    }

    .DetailPlace .carousel-indicators .active {
        border-radius: 0px !important;
        width: 30px !important;
        height: 4px !important;
        border-color: #e7b700 !important;
        background-color: #ffcb03 !important;
        box-shadow: 0px 0px 5px #ffcb03;
    }

    .DetailPlace .call {
        display: block;
        padding: 5px 15px;
        background: #e9e6e6;
        border: 2px solid #e1e1e1;
        border-radius: 50px;
        float: right;
        margin: 5px;
        text-decoration: none;
    }

    .DetailPlace .path {
        color: #008bc6;
        padding: 10px;
        background: #fff;
        border-top: 1px solid #008bc6;
        border-bottom: 1px solid #008bc6;
    }

        .DetailPlace .path .sign {
            font-size: 16px;
            color: #008bc6;
        }

        .DetailPlace .path a {
            color: #fff;
            text-decoration: none;
        }

            .DetailPlace .path a:hover {
                color: #fbff00;
            }

    .DetailPlace .title {
        font-size: 14px;
        margin-top: 5px;
        font-weight: bold;
        display: block;
    }

        .DetailPlace .title .fas, .DetailPlace .title .fab {
            font-size: 20px;
            color: #008bc6;
        }

    .DetailPlace .call:hover {
        background: #c2dfef;
        border: 2px solid #b7d9eb;
    }

    .DetailPlace #map {
        height: 400px;
        margin-bottom: 20px;
    }

    .DetailPlace .place-logo {
        width: 150px;
        height: 150px;
        display: block;
        outline: none;
        padding: 0px;
        border-radius: 5px;
        border: 5px solid #ebebeb;
        box-shadow: 1px 1px 4px 1px #00000036;
        position: relative;
    }

        .DetailPlace .place-logo .logo {
            background-repeat: no-repeat !important;
            background-position: center center !important;
            width: 100%;
            margin: 0;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-size: contain !important;
        }

.fas:before, .far:before {
    min-width: 25px;
    min-width: 25px;
    display: block;
    text-align: center;
}

.carousel-indicators li {
    margin: 0px !important;
}

.nav-tabs > li {
    float: right !important;
}

.pageNotFound {
    padding: 20px;
}

    .pageNotFound h3, .pageNotFound h4, .pageNotFound h6 {
        font-family: IRANSans-fa;
        color: #000;
        text-align: center;
    }

    .pageNotFound h3 {
        font-size: 35px;
    }

    .pageNotFound h4 {
        font-size: 25px;
    }

    .pageNotFound h6 {
        font-size: 20px;
    }

.fa-window-maximize {
    font-size: 25px;
}

.ol-full-screen-false {
    width: 40px !important;
    height: 40px !important;
    padding: 5px !important;
}

.DetailPlace table {
    border: 1px solid #ccc;
}

.DetailPlace .head-timeword th {
    font-size: 12px;
}

.DetailPlace .head-timeword td {
    font-size: 14px;
}

.field-validation-error {
    color: #b60000;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
}

.navbar-nav > li > .dropdown-menu {
    background: #232f3e !important;
}
.navbar-nav > li > .dpm-right {
    right: 0 !important;
    left: auto !important;
}
.navbar-nav .dpm-left {
    left: 0 !important;
    right: auto !important;
}
.navbar-nav > li > .dropdown-menu ul {
    list-style: none;
    padding-right: 10px;
}

        .navbar-nav > li > .dropdown-menu ul li {
            padding: 5px;
        }

.input-serach input {
    padding: 0 10px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 45px;
    width: 100%;
    height: 38px;
    outline: 0;
    background-color: #eceff1;
    color: #474747;
    border: 0;
}
.card, .card-item{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 340px;
    border-radius: 5px;
    display: block;
    float: right;
    margin: 10px;
    text-decoration: none !important;
}
.card-item {
    width: 200px !important;
    position:relative;
}
    .card-item:hover>.control {
    display:block !important;
    }

    .card .detail {
        display: block;
    }
.card-item .detail {
    position: absolute;
    top: 0px;
    width: 100%;
    border-radius: 5px 5px 0 0 !important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.80) 40%, rgba(255,255,255,0.3) 70%,rgba(128,128,128,0) 100%);
}
.card .detail .param 
{
    position: relative;
    padding: 3px;
    min-height:25px;
    display: block;
}
            .card .detail .param::before {
                content: '';
                display: block;
                width: 100%;
                border-bottom: 1px dashed #c2c2c2;
                position: absolute;
                top: 0px;
                left: 0px;
            }
            .card .detail .param .value {
                float: left;
                padding: 0px 10px;
            }
            .card .detail .param .detail-title {
                float: right;
                padding:0px 10px;
            }
        .card .detail p {
            font-size: 12px;
            color: #444;
            min-height: 50px;
            padding: 5px;
        }
        .card .detail h5{
            padding: 5px;
            background: #e5e5e5;
            color: #2e2e2e;
            margin-top: 0px !important;
            border-bottom: 1px solid #cecece;
            border-top: 1px solid #cecece;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .card .detail h6 {
            padding: 5px;
            background: #5bc0de;
            color: #2e2e2e;
            margin-top: 0px !important;
            border-bottom: 1px solid #cecece;
            border-top: 1px solid #cecece;
            padding-bottom: 10px;
            border-radius: 5px 5px 0 0;
        }
            .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
    .card .slide {
        background-color: #eee;
        width: 100%;
        text-align: center;
        display:block;
        height: 340px;
        font-size: 30px;
        position: relative;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }
.card-item .slide {
    height: 150px !important;
    border-radius: 5px !important;
}

.card-disabled .slide div{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.card-disabled .slide::after {
    content: "";
    display: block;
    background-image: url(/images/control/disabled.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -moz-transform: rotate(-20deg); /* FF3.5/3.6 */
    -o-transform: rotate(-20deg); /* Opera 10.5 */
    -webkit-transform: rotate(-20deg); /* Saf3.1+ */
    transform: rotate(-20deg);
}
.card-disabled .detail p, .card-disabled .detail h5, .card-disabled .detail h6,
.card-disabled .detail .param .detail-title, .card-disabled .detail .param .value {
    color: #b3b3b3 !important;
}
.card-disabled .detail h6 {
    background: #e5e5e5 !important;
}
.card .slide .background {
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    width: 100%;
    height: 100%;
}
.validation-summary-errors {
    color: #e60000;
}
    .validation-summary-errors ul {
        list-style:none;
    }
.validation-summary-errors ul li{
    padding:10px;
}

.place-group-owl .fas {
    font-size: 30px;
    color: #aaa;
}
.place-group-owl .nav-item {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align:center;
    padding:10px 0;
}
.place-group-owl .nav-item .nav-link{
font-size:10px;
color:#444;
text-decoration:none;
}
.owl-carousel {
    list-style:none;
}
.box-header {
    background: #ffffff;
    padding: 0 !important;
    border-radius: 10px 10px 0 0;
}

    .box-header .title {
        background: #2d7b99;
        color: #fed53b;
        padding: 15px;
        margin: 0px;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #000;
        text-shadow: 1px 1px 1px #000;
    }

    .box-header .desc {
        background: #ebebeb;
        padding: 3px 10px;
        color: #777;
        text-shadow: 1px 1px 0px #fff;
        border-bottom: 1px solid #afafaf;
    }

    .box-header .card .control a {
        display: block;
        background: #2d7b99;
        padding: 7px;
        text-align: center;
        float: right;
        color: #fff;
        text-decoration: none;
        cursor:pointer;
    }
    .box-header .card-item .control {
        position: absolute;
        bottom: 0px;
        width: 100%;
        display: none;
    }
    .box-header .card .col-div-30 {
        width: 30%;
    }

    .box-header .card .col-div-35 {
        width: 35%;
    }

    .box-header .card .col-div-40{
        width: 40%;
    }

    .box-header .card .col-div-50 {
        width: 50%;
    }

    .box-header .card .control a:hover {
        background: #20a4d6;
    }

    .box-header .card .right {
        border-radius: 0 0 5px 0;
        border-left: 1px solid #fff;
    }


    .box-header .card .center {
        border-left: 1px solid #fff;
    }

    .box-header .card .left {
        border-radius: 0 0 0 5px;
    }

    .box-header .card .top-right {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .box-header .card .top-left {
        border-bottom: 1px solid #fff;
    }

.path {
    display: block;
    margin-bottom: 10px;
}

    .path a {
        height: 30px;
        text-align: center;
        vertical-align: central;
        background: #2d7b99;
        color: #fff;
        margin-bottom: 10px;
        float: right;
        position: relative;
        padding: 3px 10px;
        text-decoration:none;
    }
        .path a:hover {
            color: #ffde00;
        }
        .path a::after {
            position: absolute;
            top: 0px;
            left: -29px;
            content: '';
            width: 0;
            height: 0;
            border-left: 30px solid transparent;
            border-right: 0px solid transparent;
            border-bottom: 31px solid #2d7b99;
        }

        .path a:not(:first-child) {
            margin-right: 35px;
        }

            .path a:not(:first-child)::before {
                position: absolute;
                top: 0px;
                right: -29px;
                content: '';
                width: 0;
                height: 0;
                border-left: 0px solid transparent;
                border-right: 30px solid transparent;
                border-top: 31px solid #2d7b99;
            }

.type {
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    background: #fff;
	border-radius: 10px;
}

    .type .background {
        width: 100%;
        height: 100%;
    }

    .type .title {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
        text-decoration: none;
        position: absolute;
        top:0;
        left:0;
    }
        .type .title > span {
            width: 100%;
            padding: 10px 0px;
            text-align: center;
            color: #333;
            left: 0;
            background: #fff;
            position: absolute;
            top: -1px;
            font-size: 14px;
            transition: 0.3s;
        }

    .type:hover {
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    }

        .type:hover .title > span {
            -webkit-animation: fadeIn 0.5s;
            animation: fadeIn 0.5s;
            color: #fff;
            background: linear-gradient(45deg,#fecf8c,#ba8200,#d9b257,#cf9b20,#e2ba5f,#fad174,#bb8304);
        }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.main-cat {
    margin-top: -50px;
}

.carousel-indicators {
    margin-bottom: 50px !important;
}

.carousel-caption {
    margin-bottom: 50px !important;
}

@media (max-width: 768px) {
    .type {
        padding: 5px !important;
        height: 140px;
    }

        .type .title {
            font-size: 12px;
        }

    .carousel-inner .item {
        height: 300px !important;
    }
}


.Item {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
}

.Item-rowstyle {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}


    .Item .ItemImg, .Item-rowstyle .ItemImg {
        overflow: hidden;
        height: 220px;
        text-align: center;
        border-radius: 5px 5px 0 0;
    }

        .Item .ItemImg img, .Item-rowstyle .ItemImg img {
            max-height: 100%;
            transition: all .5s;
        }

            .Item .ItemImg img:hover, .Item-rowstyle .ItemImg img:hover {
                transform: scale(1.1);
            }

    .Item .ItemName, .Item-rowstyle .ItemName, .Item .CategoryName {
        width: 100%;
        font-size: 12px;
        color: #444;
        display: block;
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        height: 60px;
    }

.Item .CategoryName {
    font-size: 14px !important;
}

.Item .Desc, .Item-rowstyle .Desc {
    width: 100%;
    font-size: 12px;
    display: block;
    padding: 5px;
}

    .Item .Desc .Price, .Item-rowstyle .Desc .Price {
        padding: 5px 5px;
        text-align: center;
        color: #444;
        display: block;
        width: 100%;
        float: right;
    }

        .Item .Desc .Price .lbl, .Item-rowstyle .Desc .Price .lbl {
            font-family: 'IRANSans-fa';
            color: #444;
        }

    .Item .Desc .Buy, .Item-rowstyle .Desc .Buy {
        padding: 10px;
        text-align: center;
        color: #fff;
        display: block;
        width: 50%;
        float: right;
        font-size: 16px;
        background-color: #00bfd6 !important;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position-x: 10px;
        position: relative;
        overflow: hidden;
        letter-spacing: 1px;
    }

        .Item .Desc .Buy:after, .Item-rowstyle .Desc .Buy:after {
            content: "\f291";
            width: 40px;
            height: 80px;
            position: absolute;
            right: -6px;
            top: -23px;
            background: hsla(0,0%,100%,.21);
            border-radius: 0;
            transition: all .3s ease-in-out;
            box-sizing: border-box;
            padding-right: 15px;
            padding-top: 32px;
            text-align: right;
            font-weight: 700;
            font-size: 18px;
        }

        .Item .Desc .Buy:hover:after, .Item-rowstyle .Desc .Buy:hover:after {
            width: 105%;
            border-radius: 0
        }

        .Item .Desc .Buy span, .Item-rowstyle .Desc .Buy span {
            font-family: 'IRANSans-fa';
            margin: 0 10px;
        }

    .Item .Desc .Total, .Item-rowstyle .Desc .Total {
        padding: 5px 5px;
        text-align: center;
        color: #444;
        width: 50%;
        float: right;
        display: block;
    }

.Item .PanelTotalBuy, .Item-rowstyle .PanelTotalBuy {
    display: none;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    padding: 30px;
}

.search-result-photo-count {
    background-color: #efecec;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 1px;
    top: 1px;
    border-radius: 40px 5px 40px 40px;
    border: 2px solid #ffffff;
    color: #FFF;
    padding: 1px 10px;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
}
.search-result-item-compare {
    background-color: #efecec;
    position: absolute;
    width: 50px;
    height: 30px;
    right: 50%;
    margin-right: -25px;
    top: 0px;
    border-radius: 0px 0px 40px 40px;
    border: 2px solid #ffffff;
    border-top: 0px;
    color: #FFF;
    padding: 1px 10px;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
}
    .search-result-item-compare.active {
        background-color: #00c7ff !important;
    }
    .search-result-photo-count span.glyphicon,
    .search-result-item-compare span.glyphicon {
        font-size: 18px;
    }

.search-result-photo-count span,
.search-result-item-compare span{
    color: #444;
    display: block;
}
    .search-result-item-compare.active span {
        color: #fff !important;
    }

.search-result-buy-total {
    background-color: rgb(52, 207, 253);
    position: absolute;
    width: 50px;
    height: 50px;
    left: 1px;
    top: 1px;
    border-radius: 5px 40px 40px 40px;
    border: 2px solid #ffffff;
    color: #FFF;
    padding: 1px 10px;
    z-index: 1001;
    text-align: center;
}

    .search-result-buy-total span.glyphicon-shopping-cart {
        font-size: 18px;
    }

    .search-result-buy-total span {
        color: #fff;
    }

.list-subgroup-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
}

    .list-subgroup-item:before {
        display: block;
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        top: 2px;
        right: 0px;
        bottom: 2px;
        color: #fff;
        font-size: 10px;
        border-right: 2px solid #000;
    }

.list-group .subGroup {
    list-style: none;
    margin-bottom: 0px;
}

.list-group {
    margin-bottom: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #F9F9F9;
    border: 0px !important;
}

a.list-group-item:hover, a.list-group-item:focus, a.list-subgroup-item:hover, a.list-subgroup-item:focus {
    text-decoration: none;
    color: #9D0000;
    background-color: #E0E0E0;
}

a.list-group-item {
    color: #000000;
}

    a.list-group-item:before {
        content: "\E00F";
        font-family: onliner;
        font-size: 12px;
        padding-left: 5px;
    }
.panel-info {
    border-color: #c2c2c2 !important;
}
    .panel-info > .panel-heading {
        color: #000000 !important;
        background-color: #e7e7e7 !important;
        border-color: #c2c2c2 !important;
    }



.tab {
    margin-top: 30px;
}

    .tab .nav-tabs {
        border: none;
        border-bottom: 1px solid #e4e4e4;
    }

.nav-tabs li a {
    padding: 15px 40px;
    border: 1px solid #ededed;
    border-top: 2px solid #ededed;
    border-right: 0px none;
    background: #7a81f4;
    color: #fff;
    border-radius: 0px;
    margin-right: 0px;
    font-weight: bold;
    transition: all 0.3s ease-in 0s;
}

    .nav-tabs li a:hover {
        border-bottom-color: #ededed;
        border-right: 0px none;
        background: #00b0ad;
        color: #fff;
    }

    .nav-tabs li a i {
        display: inline-block;
        text-align: center;
        margin-right: 10px;
    }

.nav-tabs li:last-child {
    border-right: 1px solid #ededed;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    border-top: 3px solid #00b0ad !important;
    border-right: 1px solid #d3d3d3;
    margin-top: -15px;
    color: #444;
    padding: 15px 40px;
}

.tab .tab-content {
    padding: 20px;
    line-height: 22px;
    box-shadow: 0px 1px 0px #808080;
}

    .tab .tab-content h3 {
        margin-top: 0;
    }

@media only screen and (max-width: 767px) {
    .nav-tabs li {
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-tabs li a {
            padding: 15px 25px;
        }

        .nav-tabs li.active a,
        .nav-tabs li.active a:focus,
        .nav-tabs li.active a:hover {
            padding: 15px;
            margin-top: 0;
        }
}
.container-Subscribe .Subscribe {
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    display: block;
    float: right;
    margin: 10px;
    text-decoration: none !important;
    width: 100%;
    position: relative;
    text-align: center;
    transition: transform box-shadow 0.3s ease-in-out;
    overflow: hidden;
}
    .container-Subscribe .Subscribe:hover 
    {
        transform: translateY(-10px);
        box-shadow: 5px 10px 3px 1px rgba(0, 0, 0, 0.1);
    }
    .container-Subscribe .Subscribe:hover>button 
    {
        transform: translateY(10px);
    }
    .container-Subscribe .Subscribe:hover > .price 
    {
        transform: rotate(-5deg) scale(1.1);
    }
@keyframes anim-price {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}
    .container-Subscribe .Subscribe .title {
        border-radius: 5px 5px 0 0;
        text-align: center;
        font-size: 17px;
        background: -webkit-linear-gradient(20deg,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.4));
        background: linear-gradient(20deg,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.4));
        margin-top: 0px;
        padding: 10px 0;
        color: #fff;
        
    }
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.container-Subscribe .Subscribe .desc {
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 20px 5px;
    line-height: 25px;
    text-align: right;
}
.container-Subscribe .Subscribe button {
    margin: 10px 5px 20px;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-color: #a88734 #9c7e31 #846a29;
    color: #000;
    transition: transform 0.3s ease-in-out;
}
.container-Subscribe .Subscribe button:hover {
    border-color:#e77600;
    box-shadow:0 0 3px 2px rgba(228,121,17,0.5);
}
.container-Subscribe .Subscribe .price {
    text-align: center;
    font-size: 17px;
    background: #fff;
    border-top: 1px dashed #777;
    border-bottom: 1px dashed #777;
    color: #022765;
    font-weight: bold;
    margin: 20px 0px;
    padding: 10px 5px;
    transition: 0.3s ease-in-out;
}
        .container-Subscribe .Subscribe .price del {
            color: #ff0000;
            font-size: 14px;
        }
    .container-Subscribe .blue {
    background: -webkit-linear-gradient(20deg,#13a0cd,#0275c1);
    background: linear-gradient(20deg,#13a0cd,#0275c1);
}
.container-Subscribe .green {
    background: -webkit-linear-gradient(20deg,#7fc23d,#34ac43);
    background: linear-gradient(20deg,#7fc23d,#34ac43);
}
.container-Subscribe .yellow {
    background: -webkit-linear-gradient(20deg,#f8e51f,#febb09);
    background: linear-gradient(20deg,#f8e51f,#febb09);
}
.container-Subscribe .orange {
    background: -webkit-linear-gradient(20deg,#ff9f08,#febb09);
    background: linear-gradient(20deg,#ff9f08,#febb09);
}
.container-Subscribe .light-blue {
    background: -webkit-linear-gradient(20deg,#7fcfc6,#1a5c7e);
    background: linear-gradient(20deg,#7fcfc6,#1a5c7e);
}
.container-Subscribe .purple {
    background: -webkit-linear-gradient(20deg,#5a5f99,#231257);
    background: linear-gradient(20deg,#5a5f99,#231257);
}