﻿@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Montage Preview 
  Version: 1.0
  Last change: 17/01/2015 ]
 
*/

/*-------------Import fonts ---------------------------------------*/
@font-face {
    font-family: 'FuturaPT-Book';
    src: url('../fonts/FuturaPT-Book_gdi.eot');
    src: url('../fonts/FuturaPT-Book_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book_gdi.woff') format('woff'), url('../fonts/FuturaPT-Book_gdi.ttf') format('truetype'), url('../fonts/FuturaPT-Book_gdi.svg#FuturaPT-Book') format('svg');
}

@font-face {
    font-family: 'futurastd-bold';
    src: url('../fonts/futurastd-bold.eot');
    src: url('../fonts/futurastd-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/futurastd-bold.woff') format('woff'), url('../fonts/futurastd-bold.ttf') format('truetype'), url('../fonts/futurastd-bold.svg#FuturaPT-Book') format('svg');
}
/*-------------General Style---------------------------------------*/
html {
    overflow-x: hidden !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'FuturaPT-Book';
    font-size: 12px;
    color: #000;
    background: #f4f4f4;
    height: 100%;
    text-align: center;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*--------------Typography--------------------------------------*/

h2 {
    font-size: 2.2em;
    font-weight: 800;
    text-transform: uppercase;
}

h3 {
    font-size: 1.2em;
    font-weight: 200;
    text-transform: uppercase;
}


/* ---------Content Styles--------------------------------------*/
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 100;
    font-size: 24px;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    color: #000;
    opacity: 0.8;
}

.cn-loader {
    top: 10px !important;
    left: 0;
    font-size: 18px;
    margin: 0 !important;
}

.fa-spin {
    -webkit-animation: spin 0.5s infinite linear;
    -moz-animation: spin 0.5s infinite linear;
    -o-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

#wrapper {
    height: 100%;
    margin-left: 0;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
}

.content-holder {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 75px;
    right: 0;
    z-index: 999;
}

.container {
    max-width: 900px;
   /* width: 100%;*/
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.full-height {
    height: 100%;
}

.preview-titleTop {
    position: absolute;
    right: 10%;
    left: 10%;
    text-align: left;
    z-index: 100;
    /*background-color: red*/
}
.preview-titleInput {
    position: absolute;
    right: 10%;
    left: 10%;
    text-align: left;
    z-index: 99999;
    bottom:10%;
    /*background-color: red*/
}
.preview-titleBottom {
    position: absolute;
    right: 10%;
    left: 10%;
    text-align: left;
    z-index: 99999;
    bottom: 2%;
    /*background-color: red*/
}
    .preview-title h3 {
        margin-top: 10px;
    }

    .preview-title h4 {
        font-family: 'futurastd-bold';
        text-transform: uppercase;
        margin-top: 50px;
        font-size: 18px;
    }

.iframe-holder {
    position: relative;
    float: right;
    right: 5%;
    top: 10%;
    width: 80%;
    height: 80%;
    visibility: visible;
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
}

.iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
    opacity: 0.3;
}

.iframe-holder iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.swiper-nav-holder {
    position: absolute;
    left: 10%;
    top: 80%;
    width: 100px;
    height: 40px;
    margin-top: 80px;
    line-height: 36px;
}

.swiper-nav {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    position: relative;
    z-index: 14;
    font-size: 8px;
    background: #000;
}

    .swiper-nav:hover {
        background: #fff;
    }

.slide-title-holder {
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 10;
}

.slide-title {
    max-width: 800px;
    margin: -20px auto;
}

    .slide-title h3 {
        position: relative;
        opacity: 0;
        top: 50px;
        float: right;
    }

.swiper-slide-active .slide-title h3 {
    opacity: 1;
    top: 0;
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.slide-title h3 {
    padding: 6px 10px 6px 0;
    margin-top: -70px;
    font-family: 'futurastd-bold';
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2px;
    position: relative;
    display: inline-table;
    text-shadow: -50px 41px 2px rgba(150, 150, 150, 0.32);
}

    .slide-title h3 span {
        float: left;
        width: 100%;
    }

    .slide-title h3:before {
        content: '';
        position: absolute;
        bottom: -5px;
        background: #000;
        width: 0;
        height: 6px;
        left: 0;
        -webkit-transition: 1s 1.3s;
        transition: 1s 1.3s;
    }


.swiper-slide-active .slide-title h3:before {
    width: 100%;
}

.slide-title a {
    color: #000;
}

.swiper-container, #horizontal-gallery {
    float: left;
    width: 100%;
    height: 100%;
}

.slides-counter {
    position: absolute;
    bottom: 60px;
    right: 80px;
    z-index: 20;
}

    .slides-counter li {
        display: inline-block;
        font-size: 34px;
        position: relative;
        font-weight: 100;
        text-transform: uppercase;
        margin-left: 20px;
        width: 30px;
        height: 30px;
    }

        .slides-counter li:last-child:before {
            content: '/';
            font-size: 25px;
            position: absolute;
            font-family: Arial, Helvetica, sans-serif;
            right: 100%;
            margin-right: 6px;
            top: 10px;
        }

.presSlidesFrom {
    position: relative;
    top: -10px;
}

.presSlidesActive {
    color: #666;
    font-size: 54px;
}

.slides-counter.black-colr {
    width: 140px;
    height: 40px;
    font-size: 14px;
}

    .slides-counter.black-colr li {
        font-size: 16px;
        color: #000 !important;
        margin-left: 10px;
    }

        .slides-counter.black-colr li:last-child:before {
            font-size: 15px;
            color: #000 !important;
            position: absolute;
            margin-right: 8px;
            top: 0;
        }

    .slides-counter.black-colr .presSlidesFrom {
        position: relative;
        top: -4px;
    }

    .slides-counter.black-colr .presSlidesActive {
        color: #000;
        font-size: 24px;
    }

.body-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}
/*------ css-animation - ------------------------------------------------*/
.transition {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

/*------  Responsive ------------------------------------------------------*/
@media only screen and (max-width: 736px) {
    .search-results {
        margin-right: 10% !important;
        margin-left: 10% !important;
    }
    .preview-titleTop {
        top: 5%;
    }
    .preview-titleInput {
        bottom: 10%;
        z-index:99999;
    }
    .preview-titleBottom {
        bottom: 4%;
        z-index: 99999;
    }
    .swiper-nav-holder {
        left: 10%;
        top: 90%;
        margin-top: 0;
        margin-left: 0;
    }

    .slide-title-holder {
        top: 60%;
    }

    .slide-title h3 {
        float: none;
    }

    .slide-title h3 {
        margin-top: 20px;
        font-size: 22px;
        text-shadow: none;
    }

        .slide-title h3:before {
            display: none;
        }

        .slide-title h3 a {
            color: #000;
        }
}

#header.dark {
    background-color: #91b754;
}

@media only screen and (max-width: 992px) {
    #header {
        height: 70px !important;
    }
}

#header {
    position: relative;
    left: 0;
    top: 5px;
    right: 0;
    z-index: 9
}

    #header.header-md #topNav a.logo > img {
        height: 70px;
    }

@media only screen and (max-width: 992px) {
    #header #topNav a.logo > img {
        max-height: 60px !important;
    }
}

#header a.logo > img:first-child {
    display: inline-block;
}



#header a.logo > img {
    height: 80px;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
}

audio, canvas, img, video {
    vertical-align: middle;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: MappIranSans;
}

html {
    font-size: 10px;
}

#app {
    width: 100%;
    height: 800px;
}

input {
    text-align: right;
    direction: rtl;
    border: 0;
    margin-right: 5px;
    margin-left: 5px;
    /* margin: 5px;*/
    width: 100%;
}

    textarea:focus,
    input:focus {
        outline: none;
    }

.container {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0);
    direction: rtl;
    text-align: right;
    font-size: 1.4rem;
}

.search-box {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
    min-width: 250px;
    max-width: 300px;
}

.search-box__item {
    background-color: white;
    margin-top: 3px;
    border-top: none;
    border: 1px solid #a8a7a7;
    border-radius: 5px;
    /* height:50px;*/
}

.search-box__item_Btn {
    background-color: #91b754;
    margin-top: 3px;
    border-top: none;
    border: 1px solid #a8a7a7;
    border-radius: 5px;
}

.search-results {
    overflow: auto;
    max-height: 40vh;
    display: none;
    margin-right: 21%;
    margin-left: 21%;
    margin-top: 55px;
    top: 50px;
    z-index: 99999
}

.search-result-item {
    border-bottom: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    direction: rtl;
    text-align: right
}

    .search-result-item img {
        width: 20px;
        margin-left: 5px;
    }

.search-result-item-title {
    font-weight: bolder;
}

.search-result-item-address {
    font-size: 1rem;
}

.clear-seach {
    cursor: pointer;
    position: absolute;
    left: 0px;
    padding: 10px;
    display: none;
}

.btn-seach {
    background-color: #ff0871;
    height: 41px;
    width: 35px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
    cursor: pointer;
    position: absolute;
    left: 1px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-right: 1px solid #a8a7a7;
}

.flex-row {
    display: flex;
    flex-direction: row;
    height: 50px;
}
