﻿
/*@font-face {
    font-family: 'IRANSansBold';
    src: url('/fonts/IRANSans-Bold-web.eot');
    src: url('/fonts/IRANSans-Bold-web.eot?#iefix') format('eot'), url('/fonts/IRANSans-Bold-web.woff2') format('woff2'), url('/fonts/IRANSans-Bold-web.woff') format('woff'), url('/fonts/IRANSans-Bold-web.ttf') format('ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'IRANSansMedium';
    src: url('/fonts/IRANSans-Medium-web.eot');
    src: url('/fonts/IRANSans-Medium-web.eot?#iefix') format('eot'), url('/fonts/IRANSans-Medium-web.woff2') format('woff2'), url('/fonts/IRANSans-Medium-web.woff') format('woff'), url('/fonts/IRANSans-Medium-web.ttf') format('ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'IRANSansUltraLight';
    src: url('/fonts/IRANSans-UltraLight-web.eot');
    src: url('/fonts/IRANSans-UltraLight-web.eot?#iefix') format('eot'), url('/fonts/IRANSans-UltraLight-web.woff2') format('woff2'), url('/fonts/IRANSans-UltraLight-web.woff') format('woff'), url('/fonts/IRANSans-UltraLight-web.ttf') format('ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'IRANSansLight';
    src: url('/fonts/IRANSans-Light-web.eot');
    src: url('/fonts/IRANSans-Light-web.eot?#iefix') format('eot'), url('/fonts/IRANSans-Light-web.woff2') format('woff2'), url('/fonts/IRANSans-Light-web.woff') format('woff'), url('/fonts/IRANSans-Light-web.ttf') format('ttf');
    font-weight: 300;
}*/

@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSans-web.eot');
    src: url('/fonts/IRANSans-web.eot?#iefix') format('eot'), url('/fonts/IRANSans-web.woff2') format('woff2'), url('/fonts/IRANSans-web.woff') format('woff'), url('/fonts/IRANSans-web.ttf') format('ttf');
    font-weight: normal;
}



@font-face {
	font-family: 'irsans';
	src: url('/fonts/IRANSans-Bold-web.eot');
	src: url('/fonts/IRANSans-Bold-web.eot?#iefix') format('eot'), url('/fonts/IRANSans-Bold-web.woff2') format('woff2'), url('/fonts/IRANSans-Bold-web.woff') format('woff'), url('/fonts/IRANSans-Bold-web.ttf') format('ttf');
	font-weight: bold;
}
@font-face {
	font-family: 'irsans';
	src: url('/fonts/IRANSans-web.eot');
	src: url('/fonts/IRANSans-web.eot?#iefix') format('eot'), url('/fonts/IRANSans-web.woff2') format('woff2'), url('/fonts/IRANSans-web.woff') format('woff'), url('/fonts/IRANSans-web.ttf') format('ttf');
	font-weight: normal;
}


* {
    font-family: irsans, sans-serif !important;
}



/*--------------------reset--------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, tfoot, thead, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

ol, ul {
    list-style: none;
    line-height: 18px;
    direction: rtl;
}

blockquote, q {
    quotes: none;
}

img {
    vertical-align: top;
}

embed {
    vertical-align: top;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline;
}

input, textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    margin: 0;
    padding: 0px;
}
/*---------------------public-----------------------*/
html {
    overflow: auto;
    overflow-x: hidden;
}

body {
    margin: 0px;
    font: 8pt/25px IRANSans,tahoma;
    /*font:8pt/25px Droid Arabic Naskh,tahoma;*/
    color: #3a3a3a;
    direction: rtl;
    text-align: justify;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

a, span {
    display: inline-block;
}

a {
    text-decoration: none;
    color: #595959;
    outline: none;
    transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

    a:hover {
        color: #FF9100;
    }

input, select, textarea {
    font: 8pt/18px IRANSans,Tahoma;
    color: #747474;
}

div, section, nav, aside, footer, article, header {
    margin: 0 auto;
}

p {
    margin: 0;
    padding: 5px 0px;
}

img {
    border: 0;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
}

.hidden {
    display: none;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.dir-ltr {
    text-align: left;
}

.main {
    width: 980px;
}

.red {
    color: #be0b04;
}

.gray {
    color: #717171;
}

.white {
    color: #fff;
}

.rel {
    position: relative;
}

.nobg {
    background: 0 !important;
}

.title {
    font: 500 10pt/20px IRANSans,tahoma !important;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.auto {
    margin: 0 auto;
}

.margin-t10 {
    margin-top: 10px;
}

.margin-l10 {
    margin-left: 10px;
}

.margin-r10 {
    margin-right: 10px;
}

.margin-b10 {
    margin-bottom: 10px;
}

.margin-r5 {
    margin-right: 5px;
    color:black;
}

.block {
    display: block;
}

.indent {
    text-indent: -2000em;
    overflow: hidden;
}

@font-face {
    font-family: "IRANSans";
    src: url("../fonts/IRANSans.eot");
    src: local("?"), url("../fonts/IRANSans.woff") format("woff"), url("../fonts/IRANSans.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidNaskh-Regular.eot);
    src: url(../fonts/DroidNaskh-Regular-ie.eot) format('embedded-opentype'), url(../fonts/DroidNaskh-Regular.woff) format('woff'), url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidNaskh-Bold.eot);
    src: url(../fonts/DroidNaskh-Bold-ie.eot) format('embedded-opentype'), url(../fonts/DroidNaskh-Bold.woff) format('woff'), url(../fonts/DroidNaskh-Bold.ttf) format('truetype');
}

@font-face {
    font-family: "BBardiya";
    src: url("../fonts/BBardiya.eot");
    src: local("?"), url("../fonts/BBardiya.woff") format("woff"), url("../fonts/BBardiya.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
/*-----------------------Top--------------------*/
.mask {
    height: 100%;
    background: url(../images/body.png) repeat-x 0 386px;
}

.head {
    height: 480px;
    position: relative;
}

.kish-air {
    width: 305px;
    height:0px;
    /*height: 70px;
    position: absolute;*/
    top: 0;
    right: 0;
}

.top-link {
    position: absolute;
    top: 0;
    right: 307px;
}

    .top-link > li {
        float: right;
        margin: 0 0 0 2px;
        text-align: center;
    }

        .top-link > li > a {
            color: #fff;
            background: #0c2662;
            width: 115px;
            padding: 2px 0;
        }

            .top-link > li > a:hover {
                background: #c7171e;
                color: #fdb414;
            }

        .top-link > li.lang {
            color: #fff;
            background: #0c2662;
            width: 115px;
        }

            .top-link > li.lang > ul {
                height: 23px;
                overflow: hidden;
                min-height: 23px !important;
            }

                .top-link > li.lang > ul:hover {
                    height: 78px !important;
                }

                .top-link > li.lang > ul a:hover {
                    background: #ffb519;
                }

                .top-link > li.lang > ul a {
                    display: block;
                    color: #fff;
                    text-align: right;
                    padding: 3px 0;
                }

                    .top-link > li.lang > ul a img {
                        margin: 3px 10px 0 5px;
                    }

.search-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
}

.s-txt {
    height: 22px;
    width: 166px;
    border: 1px solid #0c2662;
    padding-right: 5px;
    float: left;
}

.s-btn {
    height: 24px;
    width: 32px;
    border: 1px solid #0c2662;
    background: #0c2662 url(../images/bg.png) no-repeat 9px 4px;
    float: left;
    cursor: pointer;
}

.time-pane {
    float: left;
    height: 32px;
    width: 180px;
    background: #0c2662;
    color: #fff;
    padding: 6px 15px 0;
}

.slogan-pane {
    position: absolute;
    top: 270px;
    left: 35px;
}

.backstretch > img {
    top: 0 !important;
}

.slogan {
    width: 670px;
    height: 70px;
}

    .slogan > li {
        width: 670px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: left;
    }

.slogan-year {
    position: absolute;
    top: 88px;
    right: 0;
    margin-right: -125px;
}

.after-login {
    background: #fff;
    color: #0c2866;
    padding: 2px 5px;
    position: absolute;
    top: 23px;
    left: 0;
    border: 1px solid #0c2866;
    width: 193px;
}

    .after-login .txt {
        height: 25px;
    }

.breadcrumb {
    background: url(../images/breadcrumb.png);
    padding: 3px 10px;
    color: #fff;
    position: absolute;
    top: 144px;
    right: 0;
    left: 0;
    z-index: 2;
    margin-top: 20px;
}
/*Navigation-------------------------------*/

.logo_timeLimit {
    width: 110px;
    height: 110px;
    margin-left: 56px;
    margin-bottom: 80px;
    margin-top: -15px;
}

.logo_timeLimit_image_t {
    background: url(../images/Logo_t.png) repeat-x 0 0;
    background-color: rgba(15, 31, 47, 0.73);
    width: 110px;
    height: 110px;
}

.logo_timeLimit_image {
    width: 110px;
    height: 110px;
}

.logo_Shoar {
    background: url(../images/Shoar_white123.png) repeat-x 0 0;
    width: 250px;
    height: 66px;
    margin-top: 3px;
}

.shoar {
    background: url(../images/Shoar_white.png) repeat-x 0 0;
    width: 400px;
    height: 100px;
}

.menu {
    font-size: smaller;
    height: 32px;
    position: absolute;
    top: 112px;
    right: 0;
    left: 0;
    background: url(../images/v1px.png) repeat-x 0 0;
}

.navigation {
    text-align: center;
    position: relative;
}

    .navigation > li {
        float: right;
        border-left: 1px solid #bcbcbc;
    }

        .navigation > li > a {
            color: #000;
            padding: 6px 12px;
        }

.navigation11 > li:hover > a {
    background: #0c2662;
    color: #fff;
}

.noborder {
    border: 0 !important;
}

.submenu {
    position: absolute;
    top: 32px;
    right: 0;
    background: url(../images/tb-pane.png);
    border-top: 2px solid #fba71a;
    padding: 10px;
    display: none;
    z-index: 50;
}

.submenu-list > li {
    float: right;
    width: 210px;
    text-align: right;
}

    .submenu-list > li > a {
        display: block;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
    }

        .submenu-list > li > a > span.mt-pic {
            width: 40px;
            height: 40px;
            border-radius: 50px;
            background: #d5d5d5 url(../images/submenu.png) no-repeat 0 0;
        }

        .submenu-list > li > a > span.mt-name {
            padding: 10px 10px 0 0;
        }

        .submenu-list > li > a > span.mt-name2 {
            padding-top: 0;
        }

    .submenu-list > li:hover > a {
        background: #d5d5d5;
        color: #0c2662;
    }

        .submenu-list > li:hover > a > .mt-pic {
            background-color: #0c2662;
        }

    .submenu-list > li.reserve1 .mt-pic {
        background-position: 0 0;
    }

    .submenu-list > li.reserve1:hover .mt-pic {
        background-position: 0 -40px;
    }

    .submenu-list > li.reserve2 .mt-pic {
        background-position: -40px 0;
    }

    .submenu-list > li.reserve2:hover .mt-pic {
        background-position: -40px -40px;
    }

    .submenu-list > li.reserve3 .mt-pic {
        background-position: -80px 0;
    }

    .submenu-list > li.reserve3:hover .mt-pic {
        background-position: -80px -40px;
    }

    .submenu-list > li.reserve4 .mt-pic {
        background-position: -120px 0;
    }

    .submenu-list > li.reserve4:hover .mt-pic {
        background-position: -120px -40px;
    }

    .submenu-list > li.plan1 .mt-pic {
        background-position: -160px 0;
    }

    .submenu-list > li.plan1:hover .mt-pic {
        background-position: -160px -40px;
    }

    .submenu-list > li.plan2 .mt-pic {
        background-position: -200px 0;
    }

    .submenu-list > li.plan2:hover .mt-pic {
        background-position: -200px -40px;
    }

    .submenu-list > li.plan3 .mt-pic {
        background-position: -240px 0;
    }

    .submenu-list > li.plan3:hover .mt-pic {
        background-position: -240px -40px;
    }

    .submenu-list > li.plan4 .mt-pic {
        background-position: -280px 0;
    }

    .submenu-list > li.plan4:hover .mt-pic {
        background-position: -280px -40px;
    }

    .submenu-list > li.contact1 .mt-pic {
        background-position: -320px 0;
    }

    .submenu-list > li.contact1:hover .mt-pic {
        background-position: -320px -40px;
    }

    .submenu-list > li.contact2 .mt-pic {
        background-position: -240px 0;
    }

    .submenu-list > li.contact2:hover .mt-pic {
        background-position: -240px -40px;
    }

    .submenu-list > li.contact3 .mt-pic {
        background-position: -280px 0;
    }

    .submenu-list > li.contact3:hover .mt-pic {
        background-position: -280px -40px;
    }

    .submenu-list > li.hotel1 .mt-pic {
        background-position: -360px 0;
    }

    .submenu-list > li.hotel1:hover .mt-pic {
        background-position: -360px -40px;
    }

.hotel-submenu {
    right: 175px;
}

.submenu-level > li {
    float: right;
    width: 420px;
}

    .submenu-level > li > a {
        display: block;
        color: #fff;
        padding: 5px 10px;
        border-radius: 10px;
    }

        .submenu-level > li > a > span.mt-pic {
            width: 40px;
            height: 40px;
            border-radius: 50px;
            background: #d5d5d5 url(../images/submenu.png) no-repeat 0 0;
        }

        .submenu-level > li > a > span.mt-name {
            padding: 10px 10px 0 0;
        }

    .submenu-level > li:hover > a {
        background: #d5d5d5;
        color: #0c2662;
    }

        .submenu-level > li:hover > a > .mt-pic {
            background-color: #0c2662;
        }

    .submenu-level > li.service1 > a > .mt-pic {
        background-position: -397px 0;
    }

    .submenu-level > li.service1:hover > a > .mt-pic {
        background-position: -397px -40px;
    }

    .submenu-level > li.service2 > a > .mt-pic {
        background-position: -440px 0;
    }

    .submenu-level > li.service2:hover > a > .mt-pic {
        background-position: -440px -40px;
    }

.submenu-list1 {
    margin-top: 10px;
    border-top: 1px solid #0c2662;
    padding: 10px 5px 0;
}

    .submenu-list1 > li {
        float: right;
        width: 200px;
        text-align: right;
    }

        .submenu-list1 > li > a {
            display: block;
            color: #fff;
            padding: 5px 10px;
            border-radius: 10px;
        }

            .submenu-list1 > li > a > span.mt-pic {
                width: 25px;
                height: 25px;
                border-radius: 50px;
                background: url(../images/submenu.png) no-repeat 0 0;
            }

            .submenu-list1 > li > a > span.mt-name {
                padding: 3px 5px 0 0;
            }

        .submenu-list1 > li:hover > a {
            background: #d5d5d5;
            color: #0c2662;
        }

        .submenu-list1 > li.service1-1 .mt-pic {
            background-position: -480px -8px;
        }

        .submenu-list1 > li.service1-1:hover .mt-pic {
            background-position: -480px -47px;
        }

        .submenu-list1 > li.service1-2 .mt-pic {
            background-position: -505px -8px;
        }

        .submenu-list1 > li.service1-2:hover .mt-pic {
            background-position: -505px -47px;
        }

        .submenu-list1 > li.service1-3 .mt-pic {
            background-position: -530px -8px;
        }

        .submenu-list1 > li.service1-3:hover .mt-pic {
            background-position: -530px -47px;
        }

        .submenu-list1 > li.service1-4 .mt-pic {
            background-position: -555px -8px;
        }

        .submenu-list1 > li.service1-4:hover .mt-pic {
            background-position: -555px -47px;
        }

        .submenu-list1 > li.service1-5 .mt-pic {
            background-position: -580px -8px;
        }

        .submenu-list1 > li.service1-5:hover .mt-pic {
            background-position: -580px -47px;
        }

        .submenu-list1 > li.service1-6 .mt-pic {
            background-position: -605px -8px;
        }

        .submenu-list1 > li.service1-6:hover .mt-pic {
            background-position: -605px -47px;
        }

        .submenu-list1 > li.service2-1 .mt-pic {
            background-position: -630px -8px;
        }

        .submenu-list1 > li.service2-1:hover .mt-pic {
            background-position: -630px -47px;
        }

        .submenu-list1 > li.service2-2 .mt-pic {
            background-position: -655px -8px;
        }

        .submenu-list1 > li.service2-2:hover .mt-pic {
            background-position: -655px -47px;
        }

        .submenu-list1 > li.service2-3 .mt-pic {
            background-position: -680px -8px;
        }

        .submenu-list1 > li.service2-3:hover .mt-pic {
            background-position: -680px -47px;
        }

        .submenu-list1 > li.service2-4 .mt-pic {
            background-position: -705px -8px;
        }

        .submenu-list1 > li.service2-4:hover .mt-pic {
            background-position: -705px -47px;
        }

.office-submenu {
    right: 275px;
}

.submenu-list > li.office1 .mt-pic {
    background-position: -730px 0;
}

.submenu-list > li.office1:hover .mt-pic {
    background-position: -730px -40px;
}

.submenu-list > li.office2 .mt-pic {
    background-position: -770px 0;
}

.submenu-list > li.office2:hover .mt-pic {
    background-position: -770px -40px;
}
/*---------------------------*/
.calender-pane {
    width: 557px;
    float: right;
    position: relative;
}

.left-home {
    width: 410px;
    float: left;
}
/*Tab Home*/
.book-tab {
    height: 32px;
    font-family: Tahoma;
}

    .book-tab > li {
        float: right;
        border-left: 1px solid #fff;
    }

        .book-tab > li > a {
            color: #fff;
            background: url(../images/tb-color.png);
            text-align: center;
            width: 185px;
            padding: 5px 0 7px;
        }

        .book-tab > li.active > a {
            background: url(../images/tb-pane.png);
        }

        .book-tab > li > a > span {
            width: 20px;
            height: 20px;
            background: url(../images/bg.png);
            margin: 0 0 0 5px;
        }

        .book-tab > li.ticket > a > span {
            background-position: -41px 0;
        }

        .book-tab > li.fly > a > span {
            background-position: -65px 0;
        }

        .book-tab > li.reserve-hotel > a > span {
            background-position: -97px 0;
        }

.book-tab-det {
    position: absolute;
    top: 40px;
    right: 15px;
    width: 526px;
    color: #fff;
}

.book-tab-height {
    padding: 0 0 1px;
    background: url(../images/tb-pane.png);
}

.book-tab-height-in {
    background: url(../images/tb-footer.png) no-repeat center bottom;
    height: 490px;
}

.select {
    height: 23px;
    position: relative;
    cursor: pointer;
}

.ddl-input {
    height: 20px;
    border: 1px solid #f2f2f1;
    border-radius: 0 3px 3px 0;
    float: right;
    padding-right: 5px;
}

.ddl-btn {
    width: 24px;
    height: 22px;
    background: url(../images/bg.png) no-repeat 0 -23px;
}

.ddl-big > .ddl-input {
    width: 198px;
}

.b-tbl {
    border-bottom: 1px solid #3c7ac9;
}

.book-tbl {
    width: 100%;
    border-collapse: collapse;
}

    .book-tbl td {
        padding: 10px;
    }

.date-pick {
    width: 84px;
    height: 64px;
    background: url(../images/bg.png) no-repeat 0 -300px;
    color: #686868;
    padding: 3px 21px 0 0;
}

    .date-pick > span {
        display: block;
        text-align: center;
    }

.p-num {
    color: #104282;
    font-size: 21pt;
}

.p-day, .p-year {
    font-size: 8pt;
}

.ddl-small > .ddl-input {
    width: 15px;
}

.b-btn {
    background: #ff9100;
    color: #fff;
    border: 1px solid #c5760f;
    width: 98px;
    height: 25px;
    cursor: pointer;
}

    .b-btn:hover {
        background: #be0b04;
    }

a.b-btn {
    height: 30px;
    padding-top: 3px;
}

.date-tit {
    padding-top: 25px;
}

.select-option {
    background: #fff;
    border-radius: 0 0 5px 5px;
}

    .select-option > li > a {
        display: block;
        padding: 1px 10px;
        border-radius: 5px;
        border: 1px solid transparent;
    }

        .select-option > li > a:hover {
            background: #faead6;
            border: 1px solid #ffb519;
            color: #ff9100;
        }

.ddl-big .select-option {
    width: 205px;
}

.ddl-small .select-option {
    width: 46px;
}

.ddl-big {
    width: 230px;
}

.select-opt-pane {
    position: absolute;
    top: 21px;
    right: 0;
    overflow: hidden;
    height: 0;
    z-index: 1000000;
}
/*News*/
.box-title {
    background: url(../images/v1px.png) repeat-x 0 -148px;
    height: 26px;
    color: #fff;
    border: 1px solid #2159ab;
    position: relative;
    padding: 5px 30px 0 0;
    margin-bottom: 2px;
}

.f-img-box {
    position: absolute;
    top: -1px;
    right: 5px;
    height: 28px;
}

.b-img-box {
    position: absolute;
    bottom: -3px;
    left: -4px;
}

.box-body {
    min-height: 205px;
    border: 1px solid #d0d0d0;
    background: url(../images/box-bg.png) repeat-x 0 bottom;
}

.box-new-masterpage {
    height : 217px !important;
}

.padding {
    padding: 10px;
}

.footer-box {
    background: #114282;
    height: 9px;
    text-align: center;
    margin-top: -1px;
}

    .footer-box > span {
        width: 13px;
        height: 6px;
        background: url(../images/bg.png) no-repeat -160px 0;
    }

.news-list {
    height: 65px;
}

    .news-list > li {
        width: 100%;
    }

        .news-list > li > a {
            display: block;
            color: #000;
            background: url(../images/bg.png) no-repeat right -69px;
            padding-right: 15px;
        }

            .news-list > li > a:hover {
                color: #FE9014;
            }
/*Offer*/
.offer-hide {
    height: 205px;
    overflow: hidden;
}

.offer-list {
    padding: 0 10px;
}

    .offer-list > li > a {
        height: 25px;
        border-bottom: 1px solid #d4d4d4;
        color: #000;
        padding: 5px 5px 0;
    }

        .offer-list > li > a:hover {
            color: #ff9100;
            border-bottom: 1px solid #ff9100;
        }

        .offer-list > li > a > span {
            float: right;
        }

.o-d {
    width: 110px;
}

.o-c {
    width: 117px;
}

.o-t {
    width: 60px;
}

.o-p {
    width: 70px;
}

.o-b {
    width: 20px;
    height: 20px;
    background: url(../images/bg.png) no-repeat 0 -129px;
}
/*kishair-service*/
.kishair-service {
    padding: 15px 0;
    text-align: center;
}

.kish-air-serv > li {
    float: right;
    margin: 10px;
}

    .kish-air-serv > li > a {
        width: 174px;
        height: 220px;
        position: relative;
        color: #fff;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #455881;
        box-shadow: 0 3px 3px #939090;
    }

        .kish-air-serv > li > a:hover {
            border: 1px solid #e6a620;
            box-shadow: 3px 3px 3px #939090;
        }

        .kish-air-serv > li > a > span {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: #0c2866;
            border-radius: 5px;
            padding: 5px;
            border: 1px solid #455881;
        }

        .kish-air-serv > li > a .icon {
            width: 56px;
            height: 47px;
        }

        .kish-air-serv > li > a .s-name {
            padding: 14px 0 0;
        }

        .kish-air-serv > li > a.ketring .icon {
            background: url(../images/ketring.gif) no-repeat -20px -5px;
        }

        .kish-air-serv > li > a.ketring:hover > span {
            background: #ffb519;
            border: 1px solid #e6a620;
        }

        .kish-air-serv > li > a.ketring:hover .icon {
            background-position: -20px -87px;
        }

        .kish-air-serv > li > a.transfer .icon {
            background: url(../images/transfer.gif) no-repeat -20px -5px;
        }

        .kish-air-serv > li > a.transfer:hover > span {
            background: #ffb519;
            border: 1px solid #e6a620;
        }

        .kish-air-serv > li > a.transfer:hover .icon {
            background-position: -20px -87px;
        }


        .kish-air-serv > li > a.instagram .icon {
            background: url(../images/instagramImage.jpg) no-repeat -20px -5px;
        }

        .kish-air-serv > li > a.instagram:hover > span {
            background: #ffb519;
            border: 1px solid #e6a620;
        }

        .kish-air-serv > li > a.instagram:hover .icon {
            background-position: -20px -87px;
        }


        .kish-air-serv > li > a.card .icon {
            background: url(../images/card.gif) no-repeat -20px -5px;
        }

        .kish-air-serv > li > a.card:hover > span {
            background: #ffb519;
            border: 1px solid #e6a620;
        }

        .kish-air-serv > li > a.card:hover .icon {
            background-position: -20px -87px;
        }





        .kish-air-serv > li > a.complaint .icon {
            background: url(../images/complaint.png) no-repeat -20px -5px;
        }

        .kish-air-serv > li > a.complaint:hover > span {
            background: #ffb519;
            border: 1px solid #e6a620;
        }

        .kish-air-serv > li > a.complaint:hover .icon {
            background-position: -20px -87px;
        }





        .kish-air-serv > li > a.insurance .icon {
            background: url(../images/bime2.gif) no-repeat -20px -16px;
        }

        .kish-air-serv > li > a.insurance:hover > span {
            background: #ffb519;
            border: 1px solid #e6a620;
        }

        .kish-air-serv > li > a.insurance:hover .icon {
            background-position: -20px -99px;
        }

        .kish-air-serv > li > a.club .icon {
            background: url(../images/club.gif) no-repeat -20px -16px;
        }

        .kish-air-serv > li > a.club:hover > span {
            background: #ffb519;
            border: 1px solid #e6a620;
        }

        .kish-air-serv > li > a.club:hover .icon {
            background-position: -20px -95px;
        }
/**/
.destinations {
    width: 480px;
    float: right;
}

.map-box {
    width: 480px;
    float: left;
}

.b-title {
    border-bottom: 1px solid #0c2866;
    color: #0c2866;
    padding: 5px 10px 5px 0;
}

.dest-list {
}

    .dest-list > li {
        padding: 15px 10px;
        width: 458px;
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid transparent;
        border-bottom: 1px solid #d4d4d4;
        display: block;
    }

        .dest-list > li:hover {
            background: #DDE3EB;
            border: 1px solid #d4d4d4;
        }

        .dest-list > li a:hover {
            color: #5271e5;
        }

.dest-pic {
    float: left;
    border: 1px solid #a0b0c4;
    box-shadow: 0 0 3px #a0b0c4;
}

.dest-txt {
    float: right;
    width: 270px;
}

    .dest-txt > .title {
        display: block;
        color: #000;
    }

.dest-list > li.pic-right > .dest-pic {
    float: right;
}

.dest-list > li.pic-right > .dest-txt {
    float: left;
}

.dest-overflow {
    width: 480px;
    height: 255px;
    position: relative;
    overflow: hidden;
}

.dest-list > li.dest2 {
    top: 125px;
}
/*Footer---------------------------*/
.footer-bg {
    background: #efefef url(../images/footer.png) no-repeat center top;
    min-height: 158px;
}

.top-row {
    margin-bottom: 6px;
}

.top-row, .bot-row {
    height: 77px;
}

.top-list {
    width: 740px;
    padding-top: 6px;
}

    .top-list > li {
        float: right;
        width: 185px;
    }

        .top-list > li > a {
            background: url(../images/bg.png) no-repeat right -227px;
            padding: 1px 10px 1px 0;
            color: #0c2866;
        }

.bot-list {
    width: 555px;
    padding: 6px 185px 0 0;
}

    .bot-list > li {
        float: right;
        width: 185px;
    }

        .bot-list > li > a {
            background: url(../images/bg.png) no-repeat right -227px;
            padding: 1px 10px 1px 0;
            color: #fff;
        }

            .top-list > li > a:hover, .bot-list > li > a:hover {
                color: #ff9100;
            }

.social-net {
    position: absolute;
    top: -17px;
    left: 75px;
}

    .social-net > li {
        float: left;
        margin: 0 5px 0 0;
    }

        .social-net > li > a {
            width: 15px;
            height: 15px;
            background: #0c2866;
            border-radius: 50px;
             padding: 0px; /*padding: 5px; */
        }

            .social-net > li > a.facebook:hover {
                background: #5475ac;
            }

            .social-net > li > a.aparat:hover {
                background: #9cc768;
            }

            .social-net > li > a.cloob:hover {
                background: #fff;
            }

            .social-net > li > a.instagram:hover {
                background: #c3bfa4;
            }

.letter-pane {
    position: absolute;
    top: 27px;
    left: 0;
}

.n-txt {
    width: 193px;
    height: 21px;
    background: #fff;
    border: 1px solid #f2f2f1;
    border-radius: 3px;
    padding-right: 5px;
    vertical-align: top;
}

n-t:focus {
    border: 1px solid #ff9100;
}

.n-btn {
    background: #ff9100 url(../images/bg.png) no-repeat -124px 7px;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    cursor: pointer;
}

    .n-btn:hover {
        background-color: #be0b04;
    }
/***************************** Alert******************************/
.alert-cover {
    background: url(../images/alert-bg.png);
    background: rgba(0, 0, 0, 0.54);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.alert-msg {
    background: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 10px;
    max-width: 600px;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 6px #7D7C7C inset;
    z-index: 1000;
}

.alert-title {
    background: #DAEDBC;
    color: #5F8200;
    font: 22px/20px BBardiya,tahoma;
    padding: 5px;
    border-radius: 3px;
}

.alert-text {
}

.msg-txt {
    padding: 0 5px 10px;
}

/*-------------------------form-------------------*/
.btn {
    background: #ff9100;
    color: #fff;
    border: 1px solid #c5760f;
    height: 28px;
    cursor: pointer;
    padding: 0 10px 2px;
    font: 500 10pt/20px IRANSans,tahoma;
    border-radius: 3px;
    font-size: 11px !important;
}

    .btn:hover {
        background: #be0b04;
        color: #fff;
    }

a.btn {
    padding-bottom: 0;
    padding-top: 2px;
    height: 23px;
}

.btnSelect {
    background: #be0b04;
    color: #fff;
    border: 1px solid #c5760f;
    height: 28px;
    cursor: pointer;
    padding: 0 10px 2px;
    font: 500 10pt/20px IRANSans,tahoma;
    border-radius: 3px;
}

    .btnSelect:hover {
        background: #ff9100;
        color: #fff;
    }

a.btnSelect {
    padding-bottom: 0;
    padding-top: 2px;
    height: 23px;
}

.ddl {
    height: 26px;
    border: 1px solid #d8d8d9;
    border-radius: 3px;
    width: 205px;
    background: #f6f6f6;
    box-shadow: 0 0 2px #ddd;
    padding: 3px;
    font: 500 10pt/20px IRANSans,tahoma;
}

.txt {
    color : black;
    border: 1px solid #d8d8d9;
    border-radius: 3px;
    background: #f6f6f6;
    box-shadow: 0 0 2px #ddd;
    padding-right: 5px;
    font: 500 10pt/20px IRANSans,tahoma;
}

.txtCaptcha {
    height: 24px;
    border: 1px solid #d8d8d9;
    border-radius: 3px;
    width: 200px;
    background: #f6f6f6;
    box-shadow: 0 0 2px #ddd;
    padding-right: 5px;
    font-family : Tahoma !important;
}

.txtarea {
    height: 70px;
    border: 1px solid #d8d8d9;
    border-radius: 3px;
    width: 200px;
    background: #f6f6f6;
    box-shadow: 0 0 2px #ddd;
    padding-right: 5px;
}

.homeddl {
    font: 500 10pt/20px IRANSans,tahoma;
    height: 26px;
    padding: 3px;
    border: 1px solid #a0b0c4;
}
/*-----------------------------prety photo---------------------------------*/
div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
}

    div.light_square .pp_content .ppt {
        color: #000;
    }

div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

    div.light_square .pp_expand:hover {
        background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer;
    }

div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

    div.light_square .pp_contract:hover {
        background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer;
    }

div.light_square .pp_close {
    float: right;
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
    margin-top: -27px;
}

div.light_square #pp_full_res .pp_inline {
    color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

    div.light_square .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default;
    }

div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

    div.light_square .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default;
    }

div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0 20px;
}

    .pp_top .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }

    .pp_top .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }

    * html .pp_top .pp_middle {
        left: 0;
        position: static;
    }

    .pp_top .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

.pp_content {
    height: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    border: 4px solid #AAA;
    background: #fff;
}

    .pp_content_container .pp_left {
        padding-left: 20px;
    }

    .pp_content_container .pp_right {
        padding: 20px 20px 0 0;
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px 0;
    }

.pp_description {
    display: none;
    margin: 0 0 5px 0;
}

.pp_nav {
    float: left;
    margin: 3px 0 0 0;
}

    .pp_nav p {
        float: left;
        margin: 2px 4px;
    }

    .pp_nav .pp_play, .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px;
    }

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 8px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

    .pp_gallery ul {
        float: left;
        height: 35px;
        margin: 0 0 0 5px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

        .pp_gallery ul a {
            border: 1px #000 solid;
            border: 1px rgba(0,0,0,0.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden;
        }

            .pp_gallery ul a:hover, .pp_gallery li.selected a {
                border-color: #fff;
            }

            .pp_gallery ul a img {
                border: 0;
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
    }

        .pp_gallery li.default a {
            background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px;
        }

            .pp_gallery li.default a img {
                display: none;
            }

    .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
        margin-top: 7px !important;
    }

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    display: block;
    float: right;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_bottom {
    padding: 0 20px;
}

    .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }

    .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }

    * html .pp_bottom .pp_middle {
        left: 0;
        position: static;
    }

    .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

    #pp_full_res .pp_inline {
        text-align: right;
        direction: rtl;
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px 0;
        }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}



/* Me CSS */
.validation {
    background: url("../images/Alert.png") no-repeat scroll right center #F5A4A4;
    border: 1px solid red;
    color: Black !important;
    font-size: 9px;
    padding-right: 20px;
}

input[type=checkbox] { /*margin:5px !important*/ /*No need for this.*/
}

input[type=radio] { /*margin:5px !important*/ /*No need for this.*/
}

.pnluser li {
    width: 210px;
    float: right;
    height: 120px;
}

.pnluserIMGLogo {
    margin: 30px;
}

.form-bg {
    background: #f4f4f4 repeat-y -1262px 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 30px 10px;
}

.tbl_style {
    width: 100%;
}

    .tbl_style thead tr {
        background: #C1C1C1 !important;
    }

    .tbl_style tr {
        background: white !important;
    }

    .tbl_style .fard {
        background: white !important;
    }

    .tbl_style .zoj {
        background: #F8D8DF !important;
    }

    .tbl_style td {
        padding: 5px;
        max-width: 220px;
        text-align: center;
    }



.poll_result_div {
    clear: both;
    height: 260px;
}

    .poll_result_div p {
        color: #05a;
        font: 500 10pt/20px IRANSans,tahoma;
    }

    .poll_result_div .q_sign {
        width: 25px;
        height: 25px;
        margin-left: 10px;
        background: url("../images/sprite2.png") no-repeat scroll 0 -232px transparent;
    }

.poll_results {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 20px;
    float: right;
    background: url(../images/grad1.png) repeat-x;
    border-radius: 2px;
    box-shadow: 0 0 5px #ccc;
}

    .poll_results table {
        border-collapse: collapse;
    }

        .poll_results table tr {
        }

        .poll_results table td.td1 {
            padding-bottom: 5px;
        }

        .poll_results table td.td2 {
            width: 400px;
            padding-bottom: 5px;
        }

.prog_bar {
    width: 250px;
    height: 20px;
    float: right;
    border: 1px solid #aaa;
    margin: 0 10px 0 5px;
    overflow: hidden;
    border-radius: 5px;
    background: #eee;
}

    .prog_bar > div {
        height: 20px;
        background-color: #8A89CB;
        float: right;
    }

        .prog_bar > div > span {
            color: #eee;
            font-size: 8pt;
            padding: 0 10px;
        }

.prog_stat { /**/
}

/* Me CSS MapAgent */
.worldmap_wrapper {
    width: 920px;
    height: 430px;
    margin: 0 auto;
    font: 9pt/20px IRANSans,tahoma, arial;
    direction: rtl;
    text-align: right;
    position: relative;
}

    .worldmap_wrapper > .map {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .worldmap_wrapper > .inf {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

.map_country {
    width: 320px;
    position: absolute;
}

    .map_country .pin {
        width: 20px;
        height: 20px;
        background: url(../images/info_close.png) no-repeat right top;
        position: absolute;
        top: -20px;
        left: -20px;
        cursor: pointer;
    }

        .map_country .pin:hover {
            background-position: right bottom;
        }

    .map_country .det {
        padding: 15px;
        background: url(../images/info_grad.png) repeat-x left top #e4e5e6;
        z-index: 1000;
        border: 1px solid #fff;
        border-radius: 5px;
        box-shadow: 0 1px 10px rgba(0,0,0,.2);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: none;
        overflow-y: auto;
        height: 334px;
    }

    .map_country .close {
        width: 20px;
        height: 20px;
        background: url(../images/info_close.png) no-repeat left top;
        position: absolute;
        top: 6px;
        left: 6px;
        z-index: 1;
        cursor: pointer;
    }

        .map_country .close:hover {
            background-position: left bottom;
        }

    .map_country p {
        padding: 0 0 5px;
        margin: 0;
        color: #555;
    }

    .map_country .lab {
        margin-left: 5px;
        color: #a00;
    }

.ltr {
    direction: ltr;
}

.show_coordination {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.coordinations {
    padding: 2px 10px;
    background: #555;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

    .coordinations p {
        margin: 0;
        padding: 0;
    }

    .coordinations .coor_x {
    }

    .coordinations .coor_y {
    }



.starrate {
    float: left;
    margin-top: 4px;
}

.lirating-empty {
    float: right;
    background: url(../images/star-off.png) no-repeat;
    list-style: none;
    width: 20px;
    height: 14px !important;
}

.lirating-full {
    float: right;
    background: url(../images/star-on.png) no-repeat;
    list-style: none;
    width: 20px;
    height: 14px !important;
}

.lirating-half {
    float: right;
    background: url(../images/star-half.png) no-repeat;
    list-style: none;
    width: 20px;
    height: 14px !important;
}

.starrate1 {
    float: left;
    margin-top: 4px;
}

.lirating-empty1 {
    background: url(../images/star-off.png) no-repeat;
    list-style: none;
    width: 20px;
    height: 14px !important;
}

.lirating-full1 {
    background: url(../images/star-on.png) no-repeat;
    list-style: none;
    width: 20px;
    height: 14px !important;
}

.lirating-half1 {
    background: url(../images/star-half.png) no-repeat;
    list-style: none;
    width: 20px;
    height: 14px !important;
}

#rating {
    height: 23px;
    width: 100px;
    background: #FFF url("../images/rating2.gif") repeat top left;
    background-position: 0px 23px;
    float: right;
    margin: 0 10px !important;
}

    #rating div {
        cursor: pointer;
        float: right;
        width: 20px;
        height: 23px;
        margin: 0px !important;
    }

.Complaint {
    width: 960px;
    position: absolute;
    padding: 5px 10px;
    margin-top: -30px;
    height: 100px;
    color: white;
    
}

#show_Banner {
    background-image:url(../uploads/recruitmentAds.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


/* Chrome, Safari, Opera */
.div3 {
    -webkit-animation-timing-function: linear;
}

.div4 {
    -webkit-animation-timing-function: ease;
}

.div5 {
    -webkit-animation-timing-function: ease-in;
}
/*#div4 {-webkit-animation-timing-function: ease-out;}
#div5 {-webkit-animation-timing-function: ease-in-out;}*/

/* Standard syntax */
.div3 {
    animation-timing-function: linear;
}

.div4 {
    animation-timing-function: ease;
}

.div5 {
    animation-timing-function: ease-in;
}
/*#div4 {animation-timing-function: ease-out;}
#div5 {animation-timing-function: ease-in-out;}*/

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {
        background-color: rgba(255,145,0,0.7);
    }

    to {
        background-color: rgba(20,39,79,0.7);
    }
}

/* Standard syntax */
@keyframes mymove {
    from {
        background-color: rgba(255,145,0,0.7);
    }

    to {
        background-color: rgba(20,39,79,0.7);
    }
}



.ComplaintPage {
    width: 960px;
    /*margin-top: 138px;
    position: absolute;*/
    direction: rtl;
    line-height: 30px;
    padding: 5px 10px;
    background-color: rgba(15, 31, 47, 0.73);
    color: white;
}

.ComplaintIMG {
    width: 100%;
    background-image: url('../uploads/kishair123.jpg');
    height: 239px;
}



.spantitle {
    font-size: 14px;
    font-weight: bold;
    color: red;
}

.Complaint a {
    color: red;
    font-size: 14px;
    font-weight: bold;
}


/*begin modal papap*/




.button_modal:hover {
    font-size: larger;
}

.button_modal::after {
    font-size: initial;
}



.button_modal.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.note {
    color: #c0c0c0;
}

.popup, .popup2, .bMulti {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 10px;
    padding: 25px;
    font: 12pt/25px IRANSans,tahoma;
}

    .popup .logo {
        color: #2b91af;
    }

.popup, .bMulti {
    min-height: 10px;
}

.popup2 iframe {
    background: url('loader.gif') center center no-repeat;
    min-height: 10px;
    min-width: 10px;
}

.loading {
    background: url('loader.gif') center center no-repeat;
}

.bMulti p {
    padding: 45px 0 0;
    text-align: center;
}

.bMulti a {
    left: 175px;
    position: absolute;
    top: 175px;
}

.lt-ie9 .bModal {
    background-color: #000;
}

/*end modal*/
/*bimeh*/
.accept_checked {
    background: url(../images/111.png) repeat-x 0 0;
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
}


.regect_checked {
    background: url(../images/red-tits.png) repeat-x 0 0;
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
}

/*end bimeh*/


.button span {
    font-size: 13px;
    text-align: center;
    display: block;
    width: 20px;
    position: relative;
    top: -6px;
    font-weight: bold;
}

.button {
    height: 20px;
    width: 20px;
    background-color: #ff9100;
    border-radius: 3px;
    cursor: pointer;
}


/*reserve hotel*/

.pageReservRoom {
    padding:5px;
}

.divReservRoom {
    
    width: 100%;
}

.reserve_date {
    float: right;
    width: 33%;
}

.reserve_date_day {
    float: left;
    width: 33%;
}

.cell_right_button {
    width: 50%;
    float: left;
    text-align: left;
}

.cell_left_button {
    float: right;
    width: 50%;
}

.selectRoomShow {
    width: 160px;
    background-color: white;
    text-align: right;
    float: right;
    margin: 3px;
    padding: 5px;
}

.selectRoomDisable {
    width: 160px;
    background-color: rgb(255, 160, 160);
    text-align: right;
    float: right;
    margin: 3px;
    padding: 5px;
    position: relative;
}

.toweCellInDive_right {
    width: 50%;
    float: left;
}

.toweCellInDive_left {
    float: right;
    width: 50%;
}

.colorSelect {
    background-color:bisque;
}

/*---------------*/

.selectRoomDisable:after {
    content: 'ظرفیت تکمیل';
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 16px;
    top: 0;
    right: 0;
    transform: rotate(-30deg) translate(-24px,50px);
    font-size: 18px;
    color: white;
}
.selectRoomDisable > * {
    opacity: .3;
}

/*--------------*/
.colorTableEven {
    background-color: #bccdf3;
}

.colorTableOdd {
    background-color: #aebfe5;
   
}


.ui-datepicker-year {
    color:black !important;
}

.ui-datepicker-month {
    color:black !important;
}

.centerCellTable {
    text-align:center;
   
}