﻿.stand-rates-cont {
}

    .stand-rates-cont table {
        border: solid 1px #fefefe;
        border-collapse: collapse;
        margin: 5px 0 20px 0;
        overflow: scroll;
        width: 100%;
        font-size: 1rem;
    }

        .stand-rates-cont table th, .stand-rates-cont table td {
            border: solid 1px #fefefe;
            border-collapse: collapse;
        }

        .stand-rates-cont table th {
            background: #00182F;
            padding: 4px 11px !important;
            vertical-align: middle;
            text-align: left;
            font-weight: bold !important;
            color: #fefefe !important;
            font-size: 1.15rem;
        }

        .stand-rates-cont table td {
        }

        .stand-rates-cont table tr.odd td {
            background: #ebebea;
            padding: 4px 10px;
            vertical-align: top;
            font-size: 1.15rem;
            text-align:justify;
        }

        .stand-rates-cont table tr.even td {
            background: #f6f6f6;
            padding: 4px 10px;
            vertical-align: top;
            font-size: 1.15rem;
            text-align: justify!important;
        }

.package {
    margin-top: 5px;
}

    .package a {
        text-decoration: none;
        display: block;
    }

    .package a {
        border: solid 1px #ccc;
        padding: 1px;
    }

    .package span.play {
        display: none;
        background: url('../images/icons/1287506868_gtk-zoom-in.png') center center no-repeat;
        margin: -155px 0px 0 0;
        height: 165px;
        position: relative;
        z-index: 100;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .package:hover span.play {
        /*display: block;*/
    }

.packages {
    width: 100%;
}

    .packages .package-row {
        clear: both;
        background-color: #f6f6f6;
        overflow: hidden;
        border-bottom: 1px solid white;
    }

        .packages .package-row .heading {
            background-color: #00182F;
            color: White;
            padding: 5px 10px;
            margin-bottom: 0;
            font-weight: bold;
            font-size: 1.15rem;
        }

        .packages .package-row .body {
            padding: 10px;
        }

    .packages .odd {
        background-color: #ebebea;
    }

    .packages .package-row .package-data {
        float: left;
        padding-right: 1px;
        bottom: 0px;
        width: 100%;
        font-size: 1.15rem;
    }

        .packages .package-row .package-data:last-child {
            padding-right: 0;
            width: 264px;
        }

@media screen and (min-width: 594px) {
    .packages .package-row .package-data {
        width: 262px;
    }
}

.packages .package-row .package-data ul {
    margin: 0;
    padding-left: 20px;
}


.discount {
    background-color: #f6f6f6;
}

    .discount td {
        padding: 5px;
        border-bottom: 1px solid white;
    }

    .discount .even {
        background-color: red !important;
    }

.package img {
    max-width: 241px;
    cursor: pointer;
    background-color: #fff;
}

/* POPUP */

.popup {
    width: 900px;
    margin: auto;
    text-align: center
}

    .popup img {
        width: 200px;
        height: 200px;
        cursor: pointer
    }

.show {
    z-index: 999;
    display: none;
}

    .show .overlay {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.66);
        position: fixed;
        top: 0;
        left: 0;
    }

    .show .img-show {
        width: 600px;
        height: 400px;
        background: #FFF;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        overflow: hidden
    }

.img-show span {
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 99;
    cursor: pointer;
}

.img-show img {
    width: 600px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 10px 10px 10px;
    box-sizing: border-box;
}
/*End style*/


.standcontactparent {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.standcontactleft {
    width: 200px;
}

.standcontactright {
}

@media screen and (max-width: 630px) {
    .standcontactparent {
        flex-direction: column !important;
    }

    .standcontactleft {
        width: 100% !important;
    }
}

@media screen and (max-width: 390px) {
    .standcontactparent {
        font-size: 18px !important;
    }
}
