﻿.refere-container {
    position: relative;
    min-height: 100%;
    background-color: #fff;
    color: #595d64;
    background-image: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.8)),url(images/referal-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    padding: 10px;
}

.orange-column {
    height: auto;
}

.blue-column {
    height: auto;
}

.green-column {
    height: auto;
}

.double-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}



    #home-video .header-text, .icon-play {
        display: block
    }

    #home-video .header-text {
        font-size: 35px;
        font-weight: 200;
        letter-spacing: 2px;
        color: #fff
    }

    #home-video .icon-play {
        color: #fff;
        font-size: 100px;
        cursor: pointer
    }

        #home-video .icon-play:hover {
            color: #6af2d6
        }

#referal-modalpopup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.referal-model {
    position: absolute;
    max-width: 550px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #90a207;
    
}

.home-model-referal-body {
    background-color:#ddd;
    padding: 10px;
}


.model-referal-title {
    position: fixed;
    width: 95%;
    text-align: right;
    background-color: transparent;
    cursor: pointer;
    margin-top: -27px
}

#model-popup-close {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    background-color: #808080;
    padding: 0 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

ul.refer-ulist li {
    font-weight: 200;
}


@media screen and (min-width: 800px) {
    .column {
        flex: 1
    }

    .double-column {
        flex: 2
    }
}
