@charset "utf-8";

body {
    margin: 0;
    padding: 0
}

.beach-wrapper {
    max-width: 1000px;
    margin: 0 auto
}

.beach-content-section {
    background: url(../images/beach-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 20px;
    min-height: 700px;
    padding-bottom: 20px
}

.b-header-section {
    padding: 10px 0
}

p.beach-caption {
    font-size: 18px;
    color: #404040;
    font-style: italic;
    padding: 20px 0
}

.b-second-heading {
    display: inline-block;
    background: rgba(255, 255, 255, .3);
    padding: 5px 20px;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.b-prime-heading {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3px #000
}

.form-box {
    background: rgba(255, 255, 255, .6);
    border-radius: 8px;
    padding: 15px 30px;
    margin-top: 20px;
    border: 1px solid #fff;
    margin-right: 20px !important;
    max-width: 330px;
    width: 100%;
    float: right
}

.form-box h3 {
    color: #cf0102;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.rate-form-beach {
    position: relative
}

.rate-form-beach input[type=text] {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 0
}

.rate-form-beach select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 0
}

.rate-form-beach input[type=text]:nth-last-child {
    margin: 0
}

.rate-form-beach a {
    text-align: center;
    position: absolute;
    bottom: -52px;
    background: #b80101;
    width: 230px;
    border: 0;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 10px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 0 3px #000;
    color: #fff;
    left: 50%;
    margin: 0 0 0 -115px;
    box-shadow: 4px 4px 4px #656563;
    -moz-box-shadow: 4px 4px 4px #656563;
    -webkit-box-shadow: 4px 4px 4px #656563;
    box-shadow: 4px 4px 4px #656563;
    max-height: 50px
}

.rate-form-beach a:hover {
    color: #fff;
    text-decoration: none !important;
    background-color: #005aab;
}

.beach-content-section {
    background-position: left center
}

.trus-logx {
    margin: 54px auto 0 8.5%;
    text-align: center;
    max-width: 330px
}

.trus-logx a {
    display: inline-block;
    width: 75px;
    margin-right: 10px
}

.trus-logx img {
    width: 100%
}

@media only screen and (max-width:1024px) {
    .form-box {
        margin-right: 0 !important;
        max-width: 100%
    }

    .trus-logx {
        margin: 40px auto;
        text-align: center;
        max-width: 100%
    }
}

@media screen and (max-width:990px) {
    .beach-wrapper .container {
        width: 100%
    }

    .form-box {
        max-width: 320px
    }

    .beach-content-section {
        background-position: 25% 100%
    }
}

@media screen and (max-width:490px) {
    .form-box.pull-right {
        float: none !important;
        margin: 0 auto
    }
}

.desk-logo {
    width: 250px;
    display: inline-block
}
