﻿@import url(/Content/persianfont.css);
@import url(/Content/englishfont.css);


/* #PAGE STYLES */

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/tools/images/preload.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}




/* #Home
================================================== */

#home {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    /*background: url('http://ivang-design.com/apollo/style4/images/1.jpg') center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
}





/* #Home Text
================================================== */
.words span {
    position: relative;
    display: inline-block;
}

.word1 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -webkit-animation-duration: 1.35s;
    -moz-animation-duration: 1.35s;
}

.word2 {
    -webkit-animation-delay: 2.3s;
    -moz-animation-delay: 2.3s;
    -o-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -webkit-animation-duration: 1.35s;
    -moz-animation-duration: 1.35s;
}

.word3 {
    -webkit-animation-delay: 3.2s;
    -moz-animation-delay: 3.2s;
    -o-animation-delay: 3.2s;
    animation-delay: 3.2s;
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -webkit-animation-duration: 1.35s;
    -moz-animation-duration: 1.35s;
}

.word4 {
    -webkit-animation-delay: 3.8s;
    -moz-animation-delay: 3.8s;
    -o-animation-delay: 3.8s;
    animation-delay: 3.8s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -webkit-animation-duration: 1.35s;
    -moz-animation-duration: 1.35s;
}

.word5 {
    color: #EC572C;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation: flip ease-in 1;
    -moz-animation: flip ease-in 1;
    -o-animation: flip ease-in 1;
    animation: flip ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}

.word6 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -webkit-animation-duration: 1.35s;
    -moz-animation-duration: 1.35s;
}



.home-background {
    position: absolute;
    text-align: center;
    width: 630px;
    height: 630px;
    background: #000;
    border-radius: 50%;
    border: 10px double #fff;
    opacity: 0.4;
    left: 50%;
    margin-left: -325px;
    top: 50%;
    z-index: 3;
    margin-top: -370px;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation: bounceIn ease-in 1;
    -moz-animation: bounceIn ease-in 1;
    -o-animation: bounceIn ease-in 1;
    animation: bounceIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
}



.home-text {
    position: absolute;
    text-align: center;
    width:100%;
   /* width: 960px;*/
    /*left: 50%;
    margin-left: -480px;*/
    top: 50%;
    z-index: 5;
    margin-top: -280px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.line {
    position: relative;
    width: 100%;
    background: url('/tools/images/line.png') no-repeat center center;
    height: 1px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: fadeInLeftBig ease-in 1;
    -moz-animation: fadeInLeftBig ease-in 1;
    -o-animation: fadeInLeftBig ease-in 1;
    animation: fadeInLeftBig ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}



.preload * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

.home-text-top {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6), 2px 2px 3px rgba(0,0,0,.3);   
    opacity: 0;
    -webkit-animation: fadeInDownBig ease-in 1;
    -moz-animation: fadeInDownBig ease-in 1;
    -o-animation: fadeInDownBig ease-in 1;
    animation: fadeInDownBig ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}



.home-text-middle {
    letter-spacing: -5px;
    font-size: 100px;
    text-transform: uppercase;
    line-height: 120px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6), 3px 3px 5px rgba(0,0,0,.3);
    font-weight: 900;
    margin-right: 15px;
}


.home-text-bottom {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6), 2px 2px 3px rgba(0,0,0,.3);   
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation: fadeInRightBig ease-in 1;
    -moz-animation: fadeInRightBig ease-in 1;
    -o-animation: fadeInRightBig ease-in 1;
    animation: fadeInRightBig ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}



#home a {
    position: relative;
    display: inline-block;
    margin: 5px 15px;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
}






#arrow {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 300;
}

    #arrow a {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100px;
        text-indent: -8000px;
        display: block;
        background: rgba(0,0,0,.05) url('/tools/images/arrow-down.png') no-repeat center center;
        background-size: 50px 30px;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

        #arrow a:hover {
            background: rgba(0,0,0,.2) url('/tools/images/arrow-down.png') no-repeat center center;
            background-size: 70px 40px;
        }







#maximage {
    display: none;
    position: absolute !important;
    background: #000;
    z-index: 1;
    margin: 0;
}

div.mc-image {
    /*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    /*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#arrow_left {
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    background: rgba(0,0,0,.8) url('/tools/images/arrow-left.png') no-repeat center center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    left: 0;
    width: 60px;
    z-index: 1000;
}

#arrow_right {
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    background: rgba(0,0,0,.8) url('/tools/images/arrow-right.png') no-repeat center center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    right: 0;
    width: 60px;
    z-index: 1000;
}




    #arrow_left:hover, #arrow_right:hover {
        opacity: .7;
    }

    #arrow_left:active, #arrow_right:active {
        opacity: .7;
    }



/* #Media Queries
================================================== */
@media only screen and (max-width: 959px) {
    .home-background {
        display: none;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {


    .home-text {
        margin-top: -220px;
        /* width: 760px;
        margin-left: -380px;*/
        width: 100%;
    }

    .home-text-top {
        font-size: 40px;
        line-height: 40px;
    }

    .home-text-middle {
        font-size: 100px;
        line-height: 100px;
    }

    .home-text-bottom {
        font-size: 40px;
        line-height: 40px;
    }

    #home a {
        margin: 2px 3px;
        font-size: 10px;
        letter-spacing: 0;
    }


    #arrow a {
        height: 60px;
        background-size: 50px 30px;
    }

        #arrow a:hover {
            background-size: 50px 30px;
        }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {


    .home-text {
        margin-top: -200px;
        /* width: 480px;
        margin-left: -240px;*/
        width: 100%;
    }

    .home-text-top {
        font-size: 30px;
        line-height: 30px;
    }

    .home-text-middle {
        font-size: 80px;
        line-height: 80px;
    }

    .home-text-bottom {
        font-size: 30px;
        line-height: 30px;
    }

    #home a {
        margin: 1px 1px;
        font-size: 8px;
        letter-spacing: 0;
    }



    #arrow a {
        height: 60px;
        background-size: 50px 30px;
    }

        #arrow a:hover {
            background-size: 50px 30px;
        }


}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    .home-text {
        margin-top: -200px;
        /* width: 320px;
        margin-left: -160px;*/
        width: 100%;
    }

    .home-text-top {
        font-size: 25px;
        line-height: 25px;
    }

    .home-text-middle {
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 0px;
        margin-right: 10px;
    }

    .home-text-bottom {
        font-size: 25px;
        line-height: 25px;
    }

    #home a {
        margin: 0px 0px;
        font-size: 7px;
        letter-spacing: 0;
    }



    #arrow a {
        height: 60px;
        background-size: 50px 30px;
    }

        #arrow a:hover {
            background-size: 50px 30px;
        }

 
}

@media only screen and (max-width: 319px) {

    .home-text {
        margin-top: -200px;
        /* width: 320px;
        margin-left: -160px;*/
        width: 100%;
    }

    .home-text-top {
        font-size: 25px;
        line-height: 25px;
    }

    .home-text-middle {
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 0px;
        margin-right: 10px;
    }

    .home-text-bottom {
        font-size: 25px;
        line-height: 25px;
    }

    #home a {
        margin: 0px 0px;
        font-size: 7px;
        letter-spacing: 0;
    }



    #arrow a {
        height: 60px;
        background-size: 50px 30px;
    }

        #arrow a:hover {
            background-size: 50px 30px;
        }


}
