/****** PLACE YOUR CUSTOM STYLES HERE ******/

/**** Modal Section ****/

@font-face {
    font-family: 'themify';
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

    .section-modal .close-modal:hover {
        opacity: .3;
    }

    .section-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #222;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .section-modal .close-modal .lr .rl {
            z-index: 1052;
            width: 1px;
            height: 75px;
            background-color: #222;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }


/**** Modal Page Frames Section ****/


.framecontent {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #fff;
    height: 990px;
}

.frame-pic {
    display: block;
    width: 50%;
    float: left;
}

    .frame-pic img {
        width: 100%;
        float: left;
    }

.frame-details {
    display: block;
    width: 50%;
    float: left;
    padding: 0 7%;
}

.owl-wrapper {
    width: 2280px;
    right: 0px;
    display: block;
    transition: all 1000ms ease;
    transform: translate3d(0px, 0px, 0px);
    float: left;
}

.modalcontent {
    text-align: right;
    font-size: 12pt;
    color: black;
}

.rtl{
    float:right;
}


#gmap_canvas img {
    max-width: none !important;
    background: none !important;
}