/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
    font-family: 'Lovelo';
    src: url('../font/lovelo_black-webfont.eot');
    src: url('../font/lovelo_black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/lovelo_black-webfont.woff2') format('woff2'),
    url('../font/lovelo_black-webfont.woff') format('woff'),
    url('../font/lovelo_black-webfont.ttf') format('truetype'),
    url('../font/lovelo_black-webfont.svg#loveloblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
}

.column {
    float: left;
    width: 33%;
    padding: 10px;
}

.column > p {
    padding: 1rem;
}

.column + .column {
    float: left;
    width: 66%;
    padding: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 600px) {
    .column, .column + .column {
        width: 100%;
    }
}

._f2c-hidden {
    display:none;
}

.course-page .modal-content.popup {
    height: auto;
}

.course-page__form div.course-page__form__terms {
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
}

.course-page__form div.course-page__form__terms label {
    text-align: justify;
    font-size: 1.3rem;
    max-width: calc(100% - 5rem);
    width: -webkit-calc(100% - 5rem);
}

div.reservation-form__terms {
    width: 100%;
    text-align: justify;
    text-justify: inter-word;

}

div.reservation-form__terms input[type="checkbox"] {
    width: 2rem;
    vertical-align: top;
    height: auto;
}

div.reservation-form__terms label {
    font-family: Arial;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: justify;
    max-width: calc(100% - 5rem);
    width: -webkit-calc(100% - 5rem);
    margin: .5rem;
    color: #000000;
}

#reservation-form,
#update-reservation-form {
    padding: 20px;
    position:absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 700px;
}

#reservation-form-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ddd;
    opacity: 0.5;
}

.buy-ticket-form {
    padding: 20px;
    border: 1px solid #ddd;
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.buy-ticket-form-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ddd;
    opacity: 0.5;
}

.buy-ticket-form__header > h3,
.reservation-form__header > h3 {
    font-family: 'Lovelo';
    font-size: 2.4rem;
    color: #001a2e;
}

.buy-ticket-form input,
.buy-ticket-form textarea,
.reservation-form__body input,
.reservation-form__body textarea {
    font-family: Lovelo;
    border: 1px solid #bbb;
    width: 100%;
    opacity: .8;
    padding-left: 1rem;
    height: 4rem;
    font-size: 1.8rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.reservation-form__body select {
    font-family: Lovelo;
    background-color: #fff;
    border: 1px solid #bbb;
    margin-bottom: 2rem;
    height: 4rem;
    font-size: 1.8rem;
}

.reservation-form__button {
    font-family: 'Lovelo';
    display: inline-block;
    line-height: 1.0rem;
    font-size: 1.6rem;
    margin: .6rem 0 0.6rem 0.6rem;
    padding: 1rem;
    height: 40px;
}

.reservation-form__button:hover {
    border: 0.1rem solid transparent;
    color: white;
}

.reservation-form__body label {
    font-family: 'Lovelo';
    margin: 0;
    font-size: 1.3rem;
    color: #bbb;
}

.reservation-form__button--dark {
    background-color: #001a2e;
    border: 0.1rem solid transparent;
    color: #fff;
    margin-right: 2rem;
}

.reservation-form__button--dark:hover {
    background-color: #fff;
    border: 0.1rem solid #001a2e;
    color: #001a2e;
}

.reservation-form__button--light {
    background-color: white;
    border: .1rem solid #eee;
    color: #001a2e;
}

.reservation-form__button--light:hover {
    background-color: #001a2e;
    border: 0.1rem solid transparent;
    color: #fff;
}

#rs-selected-port-label {
    text-transform: capitalize;
}

#reservation-response{
    display: none;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 1px 1px 10px 0px rgba(158, 158, 158, 0.5)
}

#reservation-response.display, #reservation-form-back.display{
    display: block;
}

.reservation__message {
    text-align: center;
    color: #00005b;
}

.reservation__message > h3 {
    font-family: 'Lovelo';
}

.reservation__message.margin-response{
    margin-top: 40px;
    margin-bottom: 40px;
}

.reservation__message > button {
    margin-top: 1vh;
    background-color: #001a2e;
    border: 0.1rem solid transparent;
    color: #fff;
    margin-right: 2rem;
    font-family: 'Lovelo';
    display: inline-block;
    line-height: 1.0rem;
    font-size: 1.6rem;
    margin: 0.6rem 0 0.6rem 0.6rem;
    padding: 1rem;
}

.reservation__message > button:hover{
    background-color: #fff;
    border: 0.1rem solid #001a2e;
    color: #001a2e;
}

select {
    width: 100%;
}

.yacht-reservation-footer {
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 2em;
}
.yacht-reservation-footer img {
    height: 25px;
}


@media only screen and (max-width: 767px) {
    #update-reservation-form, #reservation-form, .buy-ticket-form, #reservation-response { width: 99%; }
    #update-reservation-form { margin-top: 100px; }
}