﻿
/*#region slide show*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus
{
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.slides li.full-bg
{
    background: no-repeat center top;
    background-size: cover !important;
}

.slides
{
    border-bottom: 2px #3cc9f9 solid;
}

.slides.full-width:before
{
    background: none;
    text-align: center;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}

.carousel_box .slides, .aslider .slides
{
    border: none;
}

.flexslider
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.flexslider .slides > li
{
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img
{
    width: 100%;
    display: block;
}

.flex-pauseplay span
{
    text-transform: capitalize;
}

.slides:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides
{
    display: block;
}

* html .slides
{
    height: 1%;
}

.no-js .slides > li:first-child
{
    display: block;
}

.flexslider
{
    position: relative;
    zoom: 1;
}

.flex-viewport
{
    max-height: 2000px;
    transition: all 1s ease;
}

.loading .flex-viewport
{
    max-height: 300px;
}

.flexslider .slides
{
}

.carousel li
{
    margin-right: 5px;
}

.flex-direction-nav a, .carousel_box_slide .flex-direction-nav a
{
    width: 43px;
    height: 58px;
    margin: -58px 0 0;
    display: block;
    position: absolute;
    top: 45%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    right: -46px;
    z-index: 1000;
}

.flexslider .flex-next
{
    background-position: 100% 0;
    opacity: .6;
}

.flexslider .flex-prev
{
    opacity: .6;
    margin-top: 5px;
}

.flexslider:hover .flex-prev, .flexslider:hover .flex-next
{
    right: 0;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover
{
    opacity: 1;
    margin-right: 5px;
}

.carousel_box_slide .flex-direction-nav a
{
    width: 20px;
    height: 20px;
    margin: 0;
    background: url(../img/arrowss.png) no-repeat 0 0;
    background-color: rgba(255,255,255,0.4);
    top: -35px;
    opacity: .8;
    right: 0;
}

.overline .flex-direction-nav a
{
    top: -50px;
}

.carousel_box_slide .flex-next
{
    background-position: 100% 0 !important;
    opacity: .6;
    right: 0;
}

.carousel_box_slide .flex-prev
{
    opacity: .6;
    right: 25px !important;
}

.carousel_box_slide .flex-prev:hover, .carousel_box_slide .flex-next:hover
{
    opacity: 1;
}

.flex-direction-nav .disabled
{
    filter: alpha(opacity=30);
    cursor: default;
}

.slideleft .flex-control-nav
{
    right: 10px;
    margin-left: 0;
}

.flex-control-nav
{
    width: 100%;
    position: absolute;
    padding: 10px 0;
    text-align: center;
    background-color: rgba(255,255,255,0.3);
    bottom: 0;
}

.carousel_box .flex-control-nav
{
    width: 100%;
    position: relative;
    margin: 15px 0 5px;
    text-align: center;
}

.aslider .flex-control-nav
{
    width: auto;
    position: absolute;
    margin: -10px 0 0;
    right: 0;
}

.aslider .flex-control-paging li a, .carousel_box .flex-control-paging li a
{
    width: 10px;
    height: 10px;
    border-radius: 100px;
}

.aslider .flex-control-paging li a.flex-active, .carousel_box .flex-control-paging li a.flex-active
{
    height: 10px;
}

.flex-control-nav li
{
    margin: 0 4px !important;
    display: inline-block;
}

.flex-control-paging li a
{
    width: 15px;
    height: 15px;
    border-radius: 100px;
    display: block;
    background: #FFF;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-control-paging li a:hover
{
    background-color: #3ccafa;
}

.flex-control-paging li a.flex-active
{
    background-color: #3ccafa;
    border: none;
    cursor: pointer;
}

.flex-control-thumbs
{
    margin: 5px 0;
    position: static;
    overflow: hidden;
    padding: 0;
}

.flex-control-thumbs li
{
    width: 25%;
    float: left;
    margin: 0 !important;
    padding: 0;
    background-color: #000;
}

.flex-control-thumbs img
{
    width: 100%;
    display: block;
    opacity: .5;
    cursor: pointer;
    transition: .5s opacity ease-out;
}

.flex-control-thumbs img:hover
{
    opacity: 1;
}

.flex-control-thumbs .flex-active
{
    opacity: 1 !important;
    cursor: default;
}

.slide_desc, .slide_desc_right
{
    margin-top: 95px;
    font-size: 10px;
    color: #000;
    float: left;
    left: 20px;
    max-width: 400px;
    position: absolute;
    z-index: 2;
}

.slide_desc
{
    -webkit-animation: reset;
    -moz-animation: reset;
    animation: reset;
}

.slide_desc h3, .slide_desc_right h3, .slide_desc_bottom h3
{
    text-transform: uppercase;
    margin-top: -80px;
}

.slide_desc h2, .slide_desc_right h2
{
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}

.slide_desc p, .slide_desc_right p
{
    margin-bottom: 28px;
}

.slide_desc_right
{
    text-align: right;
    left: auto;
    right: 20px;
    -webkit-animation: reset;
    -moz-animation: reset;
    animation: reset;
}

.slide_desc_bottom
{
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}


@media screen and (max-width: 860px)
{
    .flex-direction-nav .flex-prev
    {
        opacity: 0;
        left: 0;
    }

    .flex-direction-nav .flex-next
    {
        opacity: 0;
        right: 0;
    }
}

@media (max-width: 767px)
{
    .flex-control-nav, .flex-direction-nav, .flexslider ul.slides li .slide_content_right, .flexslider ul.slides li .slide_desc_right, .slide_desc
    {
        display: none;
    }
}

.inner p
{
    text-align: justify;
    line-height: 25px;
}

#peelback
{
    display: none;
}

.a-link
{
    color: #626D6C;
}

.a-link:hover
{
    color: #FE9901;
}

.animated
{
    -webkit-animation: 1s ease;
    -moz-animation: 1s ease;
    -ms-animation: 1s ease;
    -o-animation: 1s ease;
    animation: 1s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.marginright
{
    margin-left: 10px;
}
/*#endregion*/
.footer
{
    background-color: #020c45;
    margin: 0;
    padding: 10px 0;
    color: white;
    font-size: 12px;
    direction:rtl;
}
.backwhite
{
    background-color: #fff;
}

.img-center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.width100
{
    width: 100%;
}

.transition:hover
{
    -webkit-transform: scale(0.20);
    -moz-transform: scale(0.20);
    -ms-transform: scale(0.20);
    -o-transform: scale(0.20);
    transform: scale(0.20);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    transition-timing-function: ease-in;
}

.marginbtm0
{
    margin-bottom: 0px;
}

.boxticket
{
    border-bottom: 5px double #432e2d;
    width: 100%;
    margin-bottom: 0px;
    text-decoration: none;
}
.magintop10
{
    margin-top: 10px;
}
.magintop20
{
    margin-top: 20px;
}
.maginbtm10
{
    margin-bottom: 10px;
}
.marginright10
{
    margin-right: 10px;
}
.margintop20
{
    margin-top: 20px !important;
}
.font35
{
    font-size: 35px;
}
.font10
{
    font-size: 10px;
}
.font28
{
    font-size: 28px;
}
.text-red
{
    color: Red;
}
.text-black
{
    color: black;
}
.margin10
{
    margin: 10px;
}
.border0
{
    border: 0;
}
.iranflag
{
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 999;
    position: absolute;
    margin-top: -10px;
    margin-right: -40px;
}
.height-50
{
    height: 50px !important;
}
.clockstyle
{
    width: 170px;
    height: 105;
    float: left;
    margin-left: 5px;
    border: 0;
    margin-top: -60px;
}

.nastaligh
{
    font-family: IranNastaliq !important;
    font-size: 35px;
    font-style: normal;
    line-height: 60px;
    text-align: center !important;
}

.androidgreen
{
    background-color: #fcd602;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 2px;
    color: black;
}
.margintop10
{
    margin-top: 10px;
}
.title_help
{
    font-size: 20px;
    color: green;
}
ul.lang
{
    margin-top: 30px;
}

ul.lang li a
{
    color: white;
    font-size: 12px;
}

ul.lang li color
{
    color: #7a2ab3;
}

ul.lang li:hover a
{
    color: #7a2ab3;
    text-decoration: none;
}
.text-decoration
{
    text-decoration: none;
}

.font15
{
    font-size: 15px;
}
.marginleft10
{
    margin-left: 10px;
}

@media screen and (min-width: 600px)
{
    .pull-left-lg
    {
        float: left;
    }
    .pull-right-lg
    {
        float: right;
    }

    .marginflag
    {
        margin-right: 70px !important;
        margin-top: 50px !important;
    }
}

.backorange
{
    background-color: #cc0000;
}
.img-center
{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}
.moduletable
{
    font-size: 12px;
    background-color:White;
    border:1px dotted gray;
    border-radius:10px;
    margin-bottom:3px;
}

.marginbtm5
{
    margin-bottom: 5px;
}