﻿/* Fonts */
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(/en/Content/Fonts/IRANSans/IRANSansWeb.eot);
    src: url(/en/Content/Fonts/IRANSans/IRANSansWeb.eot?#iefix) format("embedded-opentype"),url(/en/Content/Fonts/IRANSans/IRANSansWeb.woff2) format("woff2"),url(/en/Content/Fonts/IRANSans/IRANSansWeb.woff) format("woff"),url(/en/Content/Fonts/Font/IRANSans/IRANSansWeb.ttf) format("truetype");
}
/* Fonts */



* {
    margin: 0;
    padding: 0;
}

html {
    direction: ltr;
    height: 100%;
}

body {
    font-family: IRANSans;
    font-size: 16px;
    direction: ltr;
    min-width: 1200px;
    height: 100%;
}

form {
    height: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

    a:focus {
        outline: none;
    }

p {
    color: #333;
}

ul {
    list-style: none;
}

.text-center {
    text-align: center;
}

.list-inline li {
    float: left;
}

.Parallelogram {
    width: 150px;
    height: 100px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background: #2B5689;
}

.modal-back {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    z-index: 1040;
    background-color: transparent;
}

#container {
    min-height: 100%;
    position: relative;
}


/* Header */

.header {
    width: 100%;
    overflow: hidden;
}

    .header .content {
        width: 1170px;
        margin: 0 auto;
        height: 75px;
    }

        .header .content .right {
            width: 100px;
            float: right;
        }

        .header .content .center {
            width: 970px;
            float: left;
        }

        .header .content .left {
            width: 100px;
            float: left;
        }

.flags {
    padding-top: 8px;
    float: right;
    padding-right: 13px;
}

    .flags li {
        padding-right: 15px;
        float: left;
    }

        .flags li:last-child {
            padding-right: 0px;
            float: left;
        }

    .flags img {
        width: 36px;
    }

/* Header */



/* Navigation */

.nav {
    width: 100%;
    background-color: #993333;
    float: right;
    height: 50px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

    .nav .content {
        width: 1170px;
        margin: 0 auto;
        height: 50px;
        text-align: center;
    }

    .nav ul {
        /*display: inline-block;*/
    }

        .nav ul li {
            vertical-align: middle;
            height: 50px;
        }

            .nav ul li:last-child {
                padding-left: 0px;
            }

            .nav ul li a {
                float: left;
                color: #fff;
                height: 50px;
            }

                .nav ul li a span {
                    float: right;
                    padding: 10px 15px;
                }

.list-inline .active {
    background-color: #e2e2e2;
    color: #333;
}


.nav-left {
    background-color: #2B5689;
    position: absolute;
    height: 50px;
    /*width: 300px;*/
    width: 19.8%;
    top: 75px;
    text-align: center;
}

/* Navigation */

/* Main */
.main {
    /*height: 100%;*/
    float: right;
    width: 100%;
    /*position: fixed;*/
    position: absolute;
    top: 125px;
    left: 0;
    bottom: 50px;
    right: 0;
    /*overflow: auto;*/
    overflow: auto;
}

    .main .content {
        /*width: 1170px;
        margin: 0 auto;*/
        position: static;
        top: 0px;
        /*margin-bottom: 100px;*/
    }
/* Main */


/* footer */
.footer {
    background-color: #DBE4EF;
    width: 100%;
    /*position: fixed;*/
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
    height: 50px;
}

    .footer .content {
        height: 50px;
        /*width: 1170px;*/
        margin: 0 auto;
        text-align: center;
    }

        .footer .content ul {
            display: inline-block;
        }

            .footer .content ul li {
                text-align: center;
                height: 50px;
                /*width: 285px;*/
                width: 20%;
                position: absolute;
                top: 0px;
                -webkit-transform: skew(-40deg);
                -moz-transform: skew(-40deg);
                -o-transform: skew(-40deg);
            }


                .footer .content ul li:last-child {
                    padding-left: 0px;
                }

                .footer .content ul li a {
                    color: #fff;
                    display: inline-block;
                    width: 100%;
                    padding-top: 12px;
                    height: 50px;
                }

#today {
    background-color: #e2e2e2;
    border-left: solid 1px #c0c0c0;
    left: 1%;
}

    #today a {
        -webkit-transform: skew(40deg);
        -moz-transform: skew(40deg);
        -o-transform: skew(40deg);
        color: unset;
        margin-left: -20px;
        cursor: default;
        color: #333;
    }

#history {
    left: 21%;
}

    #history a {
        background-color: #c0c0c0;
        border-left: solid 1px #c0c0c0;
        border-right: solid 1px #c0c0c0;
    }

        #history a:hover {
            background-color: #2B5689;
            color: #fff;
        }

            #history a:hover > p {
                color: #fff;
            }

        #history a p {
            -webkit-transform: skew(40deg);
            -moz-transform: skew(40deg);
            -o-transform: skew(40deg);
            color: #333;
        }

        #history a.active {
            background-color: #2b5689;
            color: #fff;
        }

            #history a.active > p {
                color: #fff;
            }

#gallery {
    left: 41%;
}

    #gallery a {
        background-color: #9e9e9e;
        border-left: solid 1px #9e9e9e;
        border-right: solid 1px #9e9e9e;
    }

        #gallery a:hover {
            background-color: #2B5689;
            color: #fff;
        }

            #gallery a:hover > p {
                color: #fff;
            }

        #gallery a p {
            -webkit-transform: skew(40deg);
            -moz-transform: skew(40deg);
            -o-transform: skew(40deg);
            color: #333;
        }

        #gallery a.active {
            background-color: #2b5689;
            color: #fff;
        }

            #gallery a.active > p {
                color: #fff;
            }

#event {
    left: 61%;
    color: #fff;
}

    #event a {
        background-color: #747474;
        border-left: solid 1px #666;
        border-right: solid 1px #666;
    }

        #event a:hover {
            background-color: #2B5689;
            color: #fff;
        }

            #event a:hover > p {
                color: #fff;
            }

        #event a p {
            -webkit-transform: skew(40deg);
            -moz-transform: skew(40deg);
            -o-transform: skew(40deg);
            color: #fff;
        }

        #event a.active {
            background-color: #2b5689;
            color: #fff;
        }

            #event a.active > p {
                color: #fff;
            }

#sales {
    left: 81%;
    width: 21%;
}

    #sales a {
        background-color: #666666;
        border-right: solid 1px #666;
    }

        #sales a:hover {
            background-color: #2B5689;
            color: #fff;
        }

            #sales a:hover > p {
                color: #fff;
            }

        #sales a p {
            -webkit-transform: skew(40deg);
            -moz-transform: skew(40deg);
            -o-transform: skew(40deg);
            color: #fff;
        }

        #sales a.active {
            background-color: #2b5689;
            color: #fff;
        }

            #sales a.active > p {
                color: #fff;
            }



/* footer */

.breadcrumb {
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    line-height: 30px;
}

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb > .active {
        color: #777;
        background-color: transparent;
    }

    .breadcrumb > li + li::before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }

.text-justify {
    text-align: justify;
    line-height: 30px;
}

.zmdi {
    margin-left: 5px;
    vertical-align: middle;
}

h3, h4 {
    font-weight: normal;
}

.form-control {
    font-weight: 200;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 0;
    box-shadow: 0 1px 3px rgba(189,189,189,.2);
    border-radius: 2px;
    letter-spacing: -.01em;
    resize: none;
    -webkit-transition: border ease .2s,box-shadow ease-in-out .15s;
    transition: border ease .2s,box-shadow ease-in-out .15s;
    border: 1px solid #dbdbdb;
    height: 40px;
}

.dropdown-content {
    position: absolute;
    top: 50px;
    right: auto;
    display: block;
    background-color: #f9f9f9;
    box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
    width: 250px;
    z-index: 9999;
    padding: 15px;
    display: none;
}

    .dropdown-content li {
        width: 100%;
    }

.nav ul li:hover {
    background: #f9f9f9;
}

    .nav ul li:hover > a {
        color: #333;
    }

.row {
    width: 1170px;
    margin: 25px auto;
}

.Carousel {
}

    .Carousel .Next {
        position: absolute;
        left: 2%;
        z-index: 9;
        top: 40%;
        width: 40px;
        height: 58px;
    }

        .Carousel .Next .next-btn {
            cursor: pointer;
            background: url('/en/Content/Images/Common/arrow.png') center center no-repeat;
            background-position: -10px -31px;
            width: 40px;
            height: 58px;
            display: block;
            position: absolute;
        }

    .Carousel .Prev {
        position: absolute;
        right: 2%;
        z-index: 9;
        top: 40%;
        width: 40px;
        height: 58px;
    }

        .Carousel .Prev .prev-btn {
            cursor: pointer;
            background: url('/en/Content/Images/Common/arrow.png') center center no-repeat;
            background-position: -70px -31px;
            width: 40px;
            height: 58px;
            display: block;
            position: absolute;
        }

.MainCarousel {
    height: 100%;
    width: 100%;
}

    .MainCarousel img {
        width: 100%;
        height: 100%;
    }

.back-btn {
    background-color: #1a2d44;
    border: solid 1px #1a2d44;
    border-radius: 3px;
    padding: 0px 15px;
    color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

    .back-btn:hover {
        background-color: #2B5689;
        border-color: #1a2d44;
    }

.img-shadow {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.search-icon {
    padding: 6px 12px;
    float: right;
    background-color: #2b5689;
    border: solid 1px #2b5689;
    color: #fff;
}


/* Tabs */
.tab li {
    float: right;
    /*border: solid 1px #e1e1e1;*/
    padding: 7px 15px;
    border-left: none;
    border-bottom: none;
}

    .tab li:first-child {
        border-top-right-radius: 2px;
    }

    .tab li:last-child {
        border-top-left-radius: 2px;
        /*border-left: solid 1px #e1e1e1;*/
    }

.tab-pills > li.active, .btn-primary {
    background-color: #f2f2f2 !important;
    color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}

.tab-content {
    background-color: #f2f2f2;
    padding: 30px 30px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Tabs */

/* Accordion*/
.description {
    margin: 1em auto 2.25em;
}

.accordion {
    width: 100%;
}

    .accordion .inner {
        padding-left: 1em;
        overflow: hidden;
        display: none;
    }

        .accordion .inner.show {
            /*display: block;*/
        }

    .accordion li {
        margin: .5em 0;
    }

        .accordion li a.toggle {
            display: block;
            background: #2b5689;
            color: #fefefe;
            padding: .75em;
            border-radius: 0.15em;
            transition: background .3s ease;
        }

            .accordion li a.toggle:hover {
                background: #1a2d44;
            }
/* Accordion*/

.btn-resume {
    background-color: #93c01f;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 3px 25px;
    font-size: 18px;
}

    .btn-resume:hover, .btn-resume:active, .btn-resume:after, .btn-resume:focus {
        background-color: #82a529;
        color: #fff;
    }


.reade-more {
    color: #fff;
    margin-right: 25px;
    margin-left: 25px;
}

    .reade-more:hover, .reade-more:active, .reade-more:after, .reade-more:focus {
    }

.pageImage {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.rondell-item img {
    cursor: pointer;
}

.boxshadow.rgba .rondell-theme-default .rondell-item:hover {
    box-shadow: unset;
}

#preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
}

.inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 120px;
    height: 54px;
    margin: auto;
}

#preloader span.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0,.08);
    border-right: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
    border-left: 1px solid rgba(0,0,0,.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}


.spinner {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-bottom: 25px;
    position: relative;
    /*margin: 100px auto;*/
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2b5689;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.scroll-hidden {
    opacity: 0;
}

.scroll-visible {
    opacity: 1;
}

.ar-preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(/Common/Images/Site/preloader_2.gif) center no-repeat #fff;
}
