﻿/*-- PACKAGES --*/
#packages {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    padding: 25px 0px;
}

.packselect {
    margin-top: 5px;
}

.title {
    margin-top: 10px;
}

    .title h1 {
        font-family: inherit;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 0px;
        padding: 0px;
        text-align: center;
        text-transform: uppercase;
    }

.pack {
    margin-bottom: 10px;
}

.gapbt {
    margin-bottom: 20px;
}

.packimage, .packimage img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.packdetails {
    border: 1px solid #f0f8ff;
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    background-color: aliceblue;
}

    .packdetails h1 {
        font-family: 'Roboto', sans-serif;
        color: #003071;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin: 0px;
        padding: 10px 0px;
        text-transform: uppercase;
    }

    .packdetails h3 {
        font-family: 'Roboto', sans-serif;
        color: #333;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        padding: 5px 0px;
        margin: 0px 0px 5px;
    }

    .packdetails p {
        font-family: 'Roboto', sans-serif;
        color: #333;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 5px;
        display: inline-block;
        margin: 0px;
    }

        .packdetails p::before {
            content: "\f00c";
            font-family: 'FontAwesome';
            margin-right: 3px;
        }

.btn-det {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #23b4f0;
    font-weight: 700 !important;
    margin: 20px 5px;
}

.btn-enq {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #00b09b;
    font-weight: 700 !important;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 20px 5px;
    margin-top: 5px;
}

.btn-view {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #045fba;
    font-weight: 700 !important;
    width: 70%;
}

    .btn-view:hover {
        color: #b1d8ff !important;
    }

/*-- HOVER EFFECT --*/
.hovereffect {
    width: 100%;
    height: 100%;
    /*float:left;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgba(0,0,0,0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

    .hovereffect a.info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 50px 0 0;
        padding: 7px 14px;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hovereffect:hover h2, .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

/*-- MOREINFO CSS --*/
#moreinfo {
    background: #f2f4f6;
    padding: 10px 0px;
}

    #moreinfo p {
        color: #535353:;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        line-height: 25px;
        font-weight: 500;
        text-align: center;
    }

.tittle {
    margin-top: 10px;
}

    .tittle h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #333;
        margin: 0px;
        padding: 0px;
        text-align: center;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

        .tittle h1::after {
            content: "\f10e";
            font-family: 'FontAwesome';
            margin-left: 10px;
            color: #ffc600;
        }

        .tittle h1::before {
            content: "\f10d";
            font-family: 'FontAwesome';
            margin-right: 10px;
            color: #ffc600;
        }

.square_btn {
    display: inline-block;
    padding: 0.5em 1em;
    animation-duration: 1s;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;
    color: #2c042d;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.btn-enq {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #2b022c;
    font-weight: 700 !important;
    margin: 0px 0px;
    margin-top: 0px;
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    font-size: inherit;
}

.packdetails p::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 3px;
}
