/**
 * @package   PickMeUp
 * @author    Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author    Stefan Petre <www.eyecon.ro>
 * @copyright Copyright (c) 2013-2017, Nazar Mokrynskyi
 * @copyright Copyright (c) 2008-2009, Stefan Petre
 * @license   MIT License, see license.txt
 */
.pickmeup {
    background: #000;
    border-radius: 0.4em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.pickmeup * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pickmeup.pmu-flat {
    position: relative;
}
.pickmeup.pmu-hidden {
    display: none;
}
.pickmeup .pmu-instance {
    display: inline-block;
    height: 13.8em;
    padding: 0.5em;
    text-align: center;
    width: 15em;
}
.pickmeup .pmu-instance .pmu-button {
    color: #eee;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today {
    background: #17384d;
    color: #88c5eb;
}
.pickmeup .pmu-instance .pmu-button:hover {
    background: transparent;
    color: #88c5eb;
}
.pickmeup .pmu-instance .pmu-not-in-month {
    color: #666;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
    color: #333;
    cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
    background: #136a9f;
    color: #eee;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #17384d;
}
.pickmeup .pmu-instance nav {
    color: #eee;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    line-height: 2em;
}
.pickmeup .pmu-instance nav *:first-child :hover {
    color: #88c5eb;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
    display: none;
    height: 2em;
    width: 1em;
}
.pickmeup .pmu-instance nav .pmu-month {
    width: 14em;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em;
}
.pickmeup .pmu-instance .pmu-day-of-week {
    color: #999;
    cursor: default;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    line-height: 1.5em;
    width: 2em;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
    line-height: 1.8em;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
    display: block;
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
    display: none;
}

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.select2-container .select2-choice {
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    border-top: 0;
}

.select2-drop-active {
    border-top: none;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-dropdown-open .select2-choice,
.select2-dropdown-open .select2-choices {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-top-color: transparent;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff),
        color-stop(0.5, #eee)
    );
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        color-stop(50%, #eee)
    );
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    -webkit-filter: none;
    filter: none;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #fff;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    position: relative;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 22px;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    position: relative;
    line-height: 22px;
    cursor: default;
    padding: 0 10px;
    margin: 1px 5px;
    border: 1px solid #a3a1a0;
    border-radius: 15px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container-multi
    .select2-choices
    .select2-search-choice
    .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled
    .select2-choices
    .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled
    .select2-choices
    .select2-search-choice
    .select2-search-choice-close {
    display: none;
    background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
            scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
            scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
            scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
            scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
            scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg)
            scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
            scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg)
            scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
            scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg)
            scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
            scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: middle;
}

blockquote before,
blockquote after,
q before,
q after {
    content: "";
}

a img {
    border: none;
}

b,
i {
    display: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon//icomoon.eot?yr0ubr");
    src: url("../fonts/icomoon//icomoon.eot?#iefixyr0ubr")
            format("embedded-opentype"),
        url("../fonts/icomoon//icomoon.woff?yr0ubr") format("woff"),
        url("../fonts/icomoon//icomoon.ttf?yr0ubr") format("truetype"),
        url("../fonts/icomoon//icomoon.svg?yr0ubr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon,
.datePicker:before,
.select2-container .select2-arrow b,
.resultsRefine .info li:before,
.rentInformation li:before {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
}

.arrow-down:before,
.select2-container .select2-arrow b:before {
    content: "\e608";
}

.identity:before {
    content: "\e601";
}

.car_1:before {
    content: "\e603";
}

.car_2:before {
    content: "\e606";
}

.car_3:before {
    content: "\e607";
}

.double_arrows:before {
    content: "\e605";
}

.sun_cloud:before {
    content: "\e600";
}

.palmtree:before {
    content: "\e602";
}

.calendar:before,
.datePicker:before {
    content: "\e604";
}

.arrow-right:before,
.resultsRefine .info li:before,
.rentInformation li:before {
    content: "\ea34";
}

.grid > * {
    display: inline-block;
    vertical-align: middle;
}

.col-1 {
    width: 47%;
    margin-left: 3%;
    display: inline-block;
}
.col-1:first-child {
    margin-left: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.btn,
#bookShortcut .bookFind {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

button.btn,
#bookShortcut button.bookFind,
input[type="submit"].btn,
#bookShortcut input.bookFind[type="submit"] {
    border: 0;
}

.btn.style-1,
#bookShortcut .bookFind,
.btn.style-2,
#bookShortcut .style-2.bookFind,
.btn.style-3,
#bookShortcut .style-3.bookFind {
    background: #ff9933;
    font-weight: 700;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
}
.btn.style-1:hover,
#bookShortcut .bookFind:hover,
.btn.style-1:focus,
#bookShortcut .bookFind:focus,
.btn.style-2:hover,
#bookShortcut .style-2.bookFind:hover,
.btn.style-2:focus,
#bookShortcut .style-2.bookFind:focus,
.btn.style-3:hover,
#bookShortcut .style-3.bookFind:hover,
.btn.style-3:focus,
#bookShortcut .style-3.bookFind:focus {
    color: #454842;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
}

.btn.style-2,
#bookShortcut .style-2.bookFind {
    padding: 15px;
}

.btn.style-3,
#bookShortcut .style-3.bookFind {
    padding: 15px;
}

.btn.book,
#bookShortcut .bookFind {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
}
.btn.book.big,
#bookShortcut .bookFind {
    font-size: 30px;
    border-radius: 25px;
}
.btn.book.big + *,
#bookShortcut .bookFind + * {
    font-size: 18px;
}

.btn,
#bookShortcut .bookFind {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.btn:focus,
#bookShortcut .bookFind:focus,
.btn.focus,
#bookShortcut .focus.bookFind,
.btn:active:focus,
#bookShortcut .bookFind:active:focus,
.btn:active.focus,
#bookShortcut .bookFind:active.focus,
.btn.active:focus,
#bookShortcut .active.bookFind:focus,
.btn.active.focus,
#bookShortcut .active.focus.bookFind {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus,
#bookShortcut .bookFind:focus,
.btn:hover,
#bookShortcut .bookFind:hover {
    text-decoration: none;
}

.btn.focus,
#bookShortcut .focus.bookFind {
    text-decoration: none;
}

.btn:active,
#bookShortcut .bookFind:active,
.btn.active,
#bookShortcut .active.bookFind {
    background-image: none;
    outline: 0;
}

.disabled,
.btn.disabled,
#bookShortcut .disabled.bookFind,
.btn:disabled,
#bookShortcut .bookFind:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

a.btn.disabled,
#bookShortcut a.disabled.bookFind,
fieldset[disabled] a.btn,
fieldset[disabled] #bookShortcut a.bookFind,
#bookShortcut fieldset[disabled] a.bookFind {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #014682;
    border-color: #01315a;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #014682;
    border-color: #01315a;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
    border-color: #43a7fd;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    border-color: #43a7fd;
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c;
}

.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
    border-color: white;
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
    border-color: white;
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
    border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef;
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
    border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
    border-color: #a3d7a3;
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
    border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
    border-color: #f8d9ac;
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
    border-color: #eba5a3;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
    border-color: #eba5a3;
}

.btn-link {
    font-weight: normal;
    color: #0275d8;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn,
#bookShortcut .btn-group-lg > .bookFind {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn,
#bookShortcut .btn-group-sm > .bookFind {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.show-rate-info {
    text-decoration: underline;
    color: #dd6c2c;
}

.show-rate-info:hover {
    text-decoration: none;
    font-weight: bold;
}

input,
.inputWrapper,
.select2-choice,
.select2-choices,
select,
button,
input[type="submit"],
textarea {
    color: #000;
    font-size: 13px;
    background: #fff;
    outline: none;
    border: 1px solid #cbcbca;
    padding: 6px 8px;
    border-radius: 4px;
}

.select2-container-multi .select2-choices {
    border-color: #fff;
}

.select2-drop.select2-drop-multi {
    border-color: #fff;
}

button,
input[type="submit"] {
    cursor: pointer;
}

.datePicker {
    position: relative;
}
.datePicker input {
    padding-left: 40px;
    width: 100%;
}
.datePicker:before {
    font-size: 17px;
    color: #a6a6a6;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -9px;
}

.inputWrapper input {
    border: 0;
    padding: 0;
}

.select2-container {
    padding-right: 0;
}
.select2-container .select2-arrow {
    width: 20px;
    text-align: center;
}
.select2-container .select2-arrow b {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.select2-container.select2-container--open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.select2-drop {
    font-size: 14px;
    border: 1px solid #cbcbca;
    border-top: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.select2-results .select2-highlighted {
    background: transparent;
    color: #6bb9f0;
}

.r-tabs .r-tabs-nav {
    margin-bottom: 17px;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    margin-left: 10px;
}
.r-tabs .r-tabs-nav .r-tabs-tab:first-child {
    margin-left: 0;
}
.r-tabs .r-tabs-nav .r-tabs-tab.r-tabs-state-active {
    font-weight: 700;
    color: #444;
    opacity: 0.65;
}

.r-tabs .r-tabs-panel {
    padding: 0;
}

.r-tabs .r-tabs-accordion-title {
    margin-top: 10px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active {
    font-weight: 700;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.ta-c {
    text-align: center;
}

.inner {
    zoom: 1;
    position: relative;
    margin: auto;
    max-width: 1020px;
    width: 100%;
}
.inner:before,
.inner:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.inner:after {
    clear: both;
}

a {
    color: inherit;
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Roboto", sans-serif;
}

h2 {
    font-family: "Roboto", sans-serif;
}

h3 {
    font-family: "Roboto", sans-serif;
}

h4 {
    font-family: "Roboto", sans-serif;
}

h5 {
    font-family: "Roboto", sans-serif;
}

h6 {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 33px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.identity {
    font-size: 7.8em;
    color: #ff9933;
}
.identity h1 {
    display: none;
}

.tabsWrapper > * {
    display: none;
}
.tabsWrapper > *.active {
    display: block;
}

#appHeader > .inner {
    padding: 15px 10px 25px;
}

#appHeader .identity {
    float: left;
}

#appHeader .userPanel {
    float: right;
    color: #999999;
}

#appHeader .call {
    float: right;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 27px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
#appHeader .call:hover,
#appHeader .call:focus {
    color: #6bb9f0;
}

#appHeader nav {
    clear: right;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
#appHeader nav li {
    float: left;
    margin-left: 40px;
}
#appHeader nav li:first-child {
    margin-left: 0;
}
#appHeader nav li:hover,
#appHeader nav li.active {
    color: #6bb9f0;
}

@media only screen and (max-width: 767px) {
    #appHeader nav li {
        margin-left: 15px;
    }
    #bookShortcut #quickDate button {
        width: 100%;
        margin-top: 10px;
    }
}

.home #appHeader {
    background-image: url("../img/sunrays_full.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #6bb9f0;
}
.home #appHeader .userPanel {
    color: #fff;
}
.home #appHeader .inner {
    max-width: 1020px;
    height: 100%;
}
.home #appHeader .call:hover,
.home #appHeader .call:focus {
    color: #ff9933;
}
.home #appHeader nav li:hover,
.home #appHeader nav li.active {
    color: #ff9933;
}

#appFooter {
    background: #6bb9f0;
    padding: 90px 0 45px;
    color: #fff;
}
#appFooter .identity {
    color: #fff;
}
#appFooter .boxes {
    margin-top: 70px;
}
#appFooter .boxes:first-child {
    margin-top: 0;
}
#appFooter .boxes.nav > * {
    width: 19%;
    padding-right: 1%;
    display: inline-block;
    vertical-align: top;
}
#appFooter .boxes .identity {
    margin-top: -45px;
}
#appFooter .boxes.copyright {
    text-align: center;
}
#appFooter dd {
    margin-bottom: 5px;
}
#appFooter dt {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.locationBoxes {
    overflow: hidden;
}
.locationBoxes.bigLeft > a,
.locationBoxes:nth-child(2n + 1) > a {
    float: left;
}
.locationBoxes.bigLeft > ul,
.locationBoxes:nth-child(2n + 1) > ul {
    float: right;
}
.locationBoxes.bigLeft > ul li,
.locationBoxes:nth-child(2n + 1) > ul li {
    margin-right: 2.4%;
}
.locationBoxes.bigLeft > ul li:nth-child(2n),
.locationBoxes:nth-child(2n + 1) > ul li:nth-child(2n) {
    margin-right: 0;
}
.locationBoxes.bigRight > a,
.locationBoxes:nth-child(2n) > a {
    float: right;
}
.locationBoxes.bigRight > ul,
.locationBoxes:nth-child(2n) > ul {
    float: left;
}
.locationBoxes.bigRight > ul li,
.locationBoxes:nth-child(2n) > ul li {
    margin-left: 2.4%;
}
.locationBoxes.bigRight > ul li:nth-child(2n + 1),
.locationBoxes:nth-child(2n) > ul li:nth-child(2n + 1) {
    margin-left: 0;
}
.locationBoxes > a,
.locationBoxes > ul {
    width: 49.1%;
}
.locationBoxes a {
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
}
.locationBoxes span {
    font-weight: 300;
}
.locationBoxes img {
    display: block;
    -webkit-transition: all, 1.5s;
    transition: all, 1.5s;
}
.locationBoxes img + * {
    font-weight: 700;
    padding: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    line-height: 1;
    -webkit-transition: all, 0.8s;
    transition: all, 0.8s;
}
.locationBoxes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.locationBoxes ul > li {
    float: left;
    margin-bottom: 2.4%;
    width: 48.8%;
}
.locationBoxes ul span {
    display: block;
}
.locationBoxes a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.locationBoxes a:hover img + * {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.locationBoxes.bigLeft ul a:hover img + *,
.locationBoxes:nth-child(2n + 1) ul a:hover img + * {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.locationBoxes.bigRight > a:hover img + *,
.locationBoxes:nth-child(2n) > a:hover img + * {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.customHeading {
    padding: 40px 0 20px;
    color: #fff;
    line-height: 1;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.customHeading.bg-top {
    background-image: url("../img/sunrays_top.png");
}
.customHeading.bg-btm {
    background-image: url("../img/sunrays_btm.png");
}
.customHeading .inner > * {
    display: inline-block;
    vertical-align: baseline;
    font-family: "Roboto", sans-serif;
}
.customHeading h1 {
    font-weight: 700;
    margin-right: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.customHeading h4 {
    font-weight: 300;
}
.customHeading.style-1,
#bookShortcut .customHeading.bookFind {
    background-color: #26c281;
}
.customHeading.style-2 {
    background-color: #6bb9f0;
}

.tablet-only {
    display: none !important;
}

@media only screen and (max-width: 870px) {
    .tablet-only {
        display: block !important;
    }
    h1 {
        font-size: 33px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 19px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 14px;
    }
    .btn.book.big,
    #bookShortcut .bookFind {
        font-size: 20px;
    }
    .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    #appFooter .boxes.nav > * {
        width: 49%;
        text-align: center;
        margin: 15px 0;
    }
    #appFooter dt {
        margin-bottom: 10px;
    }
    #appFooter .boxes .identity {
        display: none;
    }
    .customHeading {
        margin-bottom: 30px;
    }
    #appHeader .inner {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    #appHeader .identity {
        margin-bottom: 30px;
        float: none;
    }
    #appHeader .userPanel {
        width: 100%;
        display: none;
        margin-top: 30px;
    }
    #appHeader .call {
        float: none;
        display: block;
    }
    #appHeader nav li {
        margin: 0;
        line-height: 40px;
        float: none;
    }
    #appHeader nav a {
        display: block;
    }
    #appHeader .mobileNav {
        text-transform: uppercase;
        font-size: 12px;
        background: #4ecdc4;
        color: #fff;
        clear: both;
        font-weight: 700;
        line-height: 50px;
    }
    .sidebar {
        width: 100% !important;
        display: none;
        margin-top: 30px;
        text-align: center;
    }
    #content .post {
        width: 100% !important;
        float: left !important;
    }
    .post .mobileNav {
        font-size: 12px;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        clear: both;
        width: 100%;
    }
    .post nav li {
        margin: 0;
        line-height: 40px;
        float: none;
    }
    .post nav a {
        display: block;
    }
}

.home {
    color: #666666;
}
.home .inner {
    max-width: 1070px;
}
.home .identity {
    color: #fff;
}
.home .promo {
    zoom: 1;
    position: absolute;
    width: 65%;
    color: #fff;
    text-align: left;
    margin: 0;
    bottom: 23%;
}
.home .promo:before,
.home .promo:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.home .promo:after {
    clear: both;
}
.home .promo h1 {
    font-size: 36px;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
}
.home .promo h2 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.home #appHeader .inner {
    position: relative;
}

#bookShortcut {
    margin-top: 30px;
}
#bookShortcut .bookFind {
    margin-bottom: 10px;
    display: none;
    font-size: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
}
#bookShortcut .bookFind h5 {
    margin-right: 15px;
}
#bookShortcut #quickLocation > *,
#bookShortcut #quickDate > * {
    display: inline-block;
    vertical-align: middle;
}
#bookShortcut #quickLocation input {
    width: 250px;
}
#bookShortcut #quickDate {
    display: none;
}
#bookShortcut #quickDate > * {
    display: inline-block;
}
#bookShortcut button {
    height: 40px;
    background-color: #28a745;
    border-color: #28a745;
    padding: 0 3px;
    text-align: center;
        font-weight: 700;
        color: #fff; }
#bookShortcut .select2-container,
#bookShortcut #quickDate select {
    height: 40px;
    width: 75px;
}
#bookShortcut #quickDate input {
    height: 40px;
    width: 125px;
}
#bookShortcut .select2-dropdown-open {
    border-bottom: 4px solid #86c4c5;
}

#featured {
    text-align: center;
    background: #4ecdc4;
    color: #fff;
    padding: 45px 0;
}
#featured h2 {
    font-weight: 600;
    margin-bottom: 60px;
}
#featured ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#featured img {
    display: block;
}
#featured a {
    display: block;
}
#featured h6 {
    margin-top: 30px;
}
#featured span {
    border-radius: 30px;
    -webkit-transition: background, 1s;
    transition: background, 1s;
    display: table-cell;
    vertical-align: middle;
    height: 245px;
    background: #fff;
    padding: 35px;
}
#featured li {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    margin-left: 90px;
}
#featured li:first-child {
    margin-left: 0;
}
#featured li:hover span {
    background: rgba(255, 255, 255, 0.5);
}

#promo {
    padding-top: 90px;
    position: relative;
}
#promo .message,
#promo .bookWrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}
#promo .message {
    width: 70%;
}
#promo .bookWrap {
    width: 30%;
}
#promo h1 {
    font-weight: 900;
}
#promo .carsWrapper {
    text-align: center;
    padding-top: 50px;
}
#promo .carsWrapper > * {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0.1em;
}
#promo .carsWrapper .car_1 {
    color: #ff9933;
    font-size: 10em;
}
#promo .carsWrapper .car_2 {
    color: #4ecdc4;
    font-size: 11.1em;
}
#promo .carsWrapper .car_3 {
    color: #d24d57;
    font-size: 13.5em;
}

#intro {
    background: #dbf2f2;
    padding: 120px 0;
    color: #a3a1a0;
}

.bookBox {
    text-align: center;
    width: 44%;
    float: left;
    color: #a3a1a0;
}
.bookBox > * {
    margin-bottom: 25px;
}
.bookBox > *:last-child {
    margin-bottom: 0;
}
.bookBox .palmtree {
    color: #4ecdc4;
    font-size: 10em;
}

.aboutUs {
    padding: 40px 30px;
    background: #fff;
    width: 56%;
    float: right;
    border-radius: 30px;
}
.aboutUs header {
    text-transform: uppercase;
    color: #ff9933;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}
.aboutUs header > * {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 6px solid #ff9933;
}
.aboutUs a {
    text-decoration: underline;
}
.aboutUs p {
    margin-bottom: 30px;
}
.aboutUs p:last-child {
    margin-bottom: 0;
}
.aboutUs img {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 10px;
}

#content {
    overflow: hidden;
}
#content .sidebar {
    float: left;
    margin-top: 40px;
    width: 24.3%;
}
#content .post {
    float: right;
    width: 63.5%;
}

#content.right {
    margin-top: 0;
}
#content.right .sidebar {
    float: right;
    margin-top: 0;
    width: 25.3%;
}
#content.right .post {
    float: left;
    width: 63.5%;
}

.post p {
    margin-bottom: 40px;
}

.post a {
    text-decoration: underline;
}
.post a:hover {
    text-decoration: none;
    color: #6bb9f0;
}

.post h1 {
    color: #6bb9f0;
    margin-bottom: 40px;
}

.post h2 {
    color: #6bb9f0;
    margin-bottom: 40px;
}

.post h3 {
    color: #6bb9f0;
    margin-bottom: 40px;
}

.post h4 {
    color: #6bb9f0;
    margin-bottom: 40px;
}

.post h5 {
    color: #6bb9f0;
    margin-bottom: 40px;
}

.post h6 {
    color: #6bb9f0;
    margin-bottom: 40px;
}

.sidebar nav {
    color: #999;
    font-size: 24px;
    line-height: 60px;
}
.sidebar nav a {
    display: block;
}
.sidebar nav li {
    border-bottom: 1px solid #b7b7b7;
}
.sidebar nav li:first-child {
    border-top: 1px solid #b7b7b7;
}
.sidebar nav li:hover,
.sidebar nav li.active {
    color: #6bb9f0;
}

.sidebar.contact {
    color: #999;
    font-size: 16px;
    line-height: 40px;
}
.sidebar.contact a:hover,
.sidebar.contact a.active {
    color: #6bb9f0;
}
.sidebar.contact li {
    display: block;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 10px;
}
.sidebar.contact li span {
    color: #90b8e9;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.bookWrap {
    text-align: center;
}
.bookWrap .btn,
.bookWrap #bookShortcut .bookFind,
#bookShortcut .bookWrap .bookFind {
    margin-bottom: 10px;
}
.bookWrap h6 {
    font-size: 13px;
}

.reservation .inner {
    max-width: 1010px;
}

#reservationForms {
    color: #999;
    overflow: hidden;
}
#reservationForms .btn,
#reservationForms #bookShortcut .bookFind,
#bookShortcut #reservationForms .bookFind {
    padding: 0 30px;
    line-height: 32px;
}
#reservationForms .buttons {
    margin-top: 50px;
}
#reservationForms .buttons > * {
    margin-left: 20px;
}
#reservationForms .buttons > *:first-child {
    margin-left: 0;
}
#reservationForms .datePicker {
    width: 130px;
}
#reservationForms .inputs {
    overflow: hidden;
    font-size: 13px;
}
#reservationForms .inputs > * {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
#reservationForms .inputs > *:first-child {
    margin-left: 0;
}
#reservationForms .inputs > * .select2-choice {
    padding-top: 0;
    padding-bottom: 0;
}
#reservationForms .input_drop {
    display: none;
}
#reservationForms .input_pickup {
    width: 334px;
}
#reservationForms .splitted .input_pickup,
#reservationForms .splitted .input_drop {
    width: 168px;
    display: inline-block;
}

.islandForm {
    margin-top: 30px;
}
.islandForm:first-child {
    margin-top: 0;
}
.islandForm h3 {
    color: #6bb9f0;
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
}

#multi-island {
    padding-bottom: 85px;
    position: relative;
}
#multi-island .buttons {
    position: absolute;
    right: 0;
    bottom: 0;
}

.promo {
    text-align: center;
    margin: 60px 0;
    color: #ff9933;
}

.checkmarks ul {
    padding-top: 10px;
    width: 200px;
    list-style: none;
    list-style-position: outside;
}

.checkmarks ul li:before {
    content: "\2705";
    margin-left: -1em;
    margin-right: 0.1em;
}

.search_results .inner {
    max-width: 1065px;
}

.search_results #sidebar {
    width: 21.1%;
    float: left;
    font-size: 13px;
}
.search_results #sidebar h6 {
    color: #6bb9f0;
    margin-bottom: 10px;
}
.search_results #sidebar .filterContainer {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.search_results #sidebar label {
    margin-bottom: 7px;
    display: block;
}
.search_results #sidebar label > * {
    display: inline-block;
    margin-left: -4px;
}
.search_results #sidebar label > *:first-child {
    margin-left: 0;
}
.search_results #sidebar label p {
    width: 80%;
}
.search_results #sidebar label span {
    text-align: center;
    width: 20%;
    color: #888888;
}

.search_results #theZone {
    float: right;
    width: 75.1%;
}

.resultsPromo {
    text-align: center;
    margin-bottom: 35px;
}
.resultsPromo h5 {
    background: #4ecdc4;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 35px;
}
.resultsPromo h6 {
    color: #6bb9f0;
}

.resultsRefine {
    text-align: center;
    zoom: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.resultsRefine:before,
.resultsRefine:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.resultsRefine:after {
    clear: both;
}

.resultsRefine .info {
    color: #9e9e9e;
    display: inline-block;
    min-width: 450px;
}
.resultsRefine .info > * {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    margin-left: 1px;
    padding-right: 5px;
    border-left: 1px solid #f4f4f4;
}
.resultsRefine .info > *:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.resultsRefine .info ul {
    list-style: none;
}
.resultsRefine .info li {
    display: inline-block;
    line-height: 1;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.resultsRefine .info li:before {
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -9px;
}
.resultsRefine .info li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.resultsRefine .info li:first-child:before {
    display: none;
}

.resultsRefine .sortBy {
    float: right;
}

.resultBox .large-screen,
.resultBox .small-screen {
    zoom: 1;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.resultBox .large-screen:before,
.resultBox .large-screen:after,
.resultBox .small-screen:before,
.resultBox .small-screen:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.resultBox .large-screen:after,
.resultBox .small-screen:after {
    clear: both;
}
.resultBox .large-screen > *,
.resultBox .small-screen > * {
    padding: 5px 15px;
    float: left;
}
.resultBox .large-screen h4,
.resultBox .large-screen h6,
.resultBox .small-screen h4,
.resultBox .small-screen h6 {
    font-weight: 300;
}
.resultBox .large-screen .priceInfo,
.resultBox .small-screen .priceInfo {
    width: 20%;
    text-align: center;
    border-right: 1px solid #ccc;
}
.resultBox .large-screen .priceInfo > *,
.resultBox .small-screen .priceInfo > * {
    margin: 5px 0;
}
.resultBox .large-screen .priceInfo .btn,
.resultBox .large-screen .priceInfo #bookShortcut .bookFind,
#bookShortcut .resultBox .large-screen .priceInfo .bookFind,
.resultBox .small-screen .priceInfo .btn,
.resultBox .small-screen .priceInfo #bookShortcut .bookFind,
#bookShortcut .resultBox .small-screen .priceInfo .bookFind {
    line-height: 30px;
    display: block;
}
.resultBox .large-screen .carInfo,
.resultBox .small-screen .carInfo {
    width: 32.5%;
}
.resultBox .large-screen .carInfo .title h6 em,
.resultBox .small-screen .carInfo .title h6 em {
    display: inline-block;
}
.resultBox .large-screen .carInfo .title h6,
.resultBox .small-screen .carInfo .title h6 {
    display: block;
}
.resultBox .large-screen .carInfo p,
.resultBox .small-screen .carInfo p {
    padding-top: 30px;
    font-size: 13px;
}
.resultBox .large-screen .carInfo ul,
.resultBox .small-screen .carInfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.resultBox .large-screen .carInfo ul li,
.resultBox .small-screen .carInfo ul li {
    font-weight: 400;
    width: 50%;
    float: left;
}
.resultBox .large-screen .pickupInfo,
.resultBox .small-screen .pickupInfo {
    width: 22.5%;
}
.resultBox .large-screen .pickupInfo label,
.resultBox .small-screen .pickupInfo label {
    display: block;
    margin-bottom: 5px;
}
.resultBox .large-screen .pickupInfo select,
.resultBox .small-screen .pickupInfo select {
    width: 100%;
}
.resultBox .large-screen .pickupInfo .vendor img,
.resultBox .small-screen .pickupInfo .vendor img {
    max-height: 25px;
}
.resultBox .large-screen .gallery,
.resultBox .small-screen .gallery {
    text-align: right;
    width: 25%;
}
.resultBox .large-screen .gallery img,
.resultBox .small-screen .gallery img {
    max-width: 175px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 225px;
    height: 225px;
    margin: -170px 0 0 -110px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1002;
}

#loader-wrapper .identity {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    z-index: 1001;
}

#loader-wrapper h4 {
    color: #0b97c4;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    margin: 15px 0 0 -175px;
    z-index: 1001;
    width: 450px;
}

#loader-wrapper h4 span {
    text-decoration: underline;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .identity {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    opacity: 0;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    visibility: hidden;
}

@media only screen and (max-width: 870px) {
    #promo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #promo .message,
    #promo .bookWrap {
        width: 100%;
        float: left;
        text-align: center;
    }
    #promo .message {
        margin-bottom: 30px;
    }
    #promo .carsWrapper {
        display: none;
    }
    .home .promo {
        text-align: center;
        padding-top: 30px;
        position: static;
        width: 100%;
    }
    .home .promo h2 {
        font-size: 25px;
    }
    .home #appHeader {
        background-image: url("../img/sunrays_full2.png");
    }
    .home #appHeader > .inner {
        padding: 10px 20px;
    }
    #featured li {
        margin: 0;
        width: 50%;
        margin: 15px 0 15px -4px !important;
    }
    #featured span {
        display: inline-block;
    }
    #featured h6 {
        margin-top: 5px;
    }
    .bookBox,
    .aboutUs {
        width: 100%;
        float: left;
    }
    .bookBox {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 870px) {
    .locationBoxes > a,
    .locationBoxes > ul {
        width: 100%;
        text-align: center;
    }
    .locationBoxes > a {
        margin-bottom: 15px;
    }
    .locationBoxes img {
        display: inline-block;
        width: 100%;
    }
    #reservationForms fieldset {
        width: 100%;
    }
    #reservationForms .datePicker + .select2-container,
    #reservationForms .datePicker {
        width: 49% !important;
        margin-left: -4px;
    }
    #reservationForms .datePicker {
        margin-right: 2% !important;
    }
    #reservationForms .input_pickup {
        width: 100%;
    }
    #reservationForms .splitted .input_drop,
    #reservationForms .splitted .input_pickup {
        width: 100%;
        margin-top: 10px;
    }
    #reservationForms .splitted .input_pickup {
        margin-top: 0;
    }
    #reservationForms .inputs > * {
        margin: 5px 0;
    }
    .select2-container.vehicle_type {
        width: 100% !important;
    }
}

@media only screen and (max-width: 870px) {
    .search_results #sidebar,
    .search_results #theZone {
        width: 100%;
        float: left;
    }
    .search_results #sidebar .filterContainer .select2-container {
        width: 100% !important;
    }
    .resultBox {
        text-align: center;
    }
    .resultBox > * {
        float: none;
        width: 100% !important;
        padding-bottom: 10px;
    }
    .resultBox .carInfo .title > * {
        display: block;
    }
    .resultBox .carInfo ul li {
        float: none;
        width: 100%;
    }
    .resultBox .gallery {
        text-align: center;
    }
    .resultBox .gallery img {
        max-width: 275px;
    }
    .resultsRefine > * {
        float: left;
        clear: both;
        width: 100%;
    }
    .resultsRefine .sortBy {
        padding-top: 30px;
        text-align: center;
        float: none;
    }
}

#feedbackForm {
    font-size: 13px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
    float: left;
}
#feedbackForm label {
    font-weight: 700;
    display: block;
    padding: 0 0 5px 10px;
}
#feedbackForm input[type="text"],
#feedbackForm input[type="email"],
#feedbackForm input[type="number"],
#feedbackForm textarea {
    width: 100%;
}
#feedbackForm .heading {
    margin: 25px 0;
    text-align: center;
}
#feedbackForm .inline label {
    display: inline-block;
}
#feedbackForm .form-row {
    margin-bottom: 20px;
}
#feedbackForm span.error {
    font-size: 10px;
    color: #d8000c;
    font-weight: 700;
}
#feedbackForm input.error,
#feedbackForm textarea.error {
    border-color: #d8000c;
}

#quoteForm {
    font-size: 13px;
    width: 100%;
    margin: 0 auto 30px;
}
#quoteForm label {
    font-weight: 700;
    display: block;
    padding: 0 0 5px 10px;
}
#quoteForm input[type="text"],
#quoteForm input[type="email"],
#quoteForm input[type="number"],
#quoteForm textarea {
    width: 100%;
}
#quoteForm .heading {
    margin: 25px 0;
    text-align: center;
}
#quoteForm .inline label {
    display: inline-block;
}
#quoteForm .form-row {
    margin-bottom: 20px;
}
#quoteForm span.error {
    font-size: 10px;
    color: #d8000c;
    font-weight: 700;
}
#quoteForm input.error,
#quoteForm textarea.error {
    border-color: #d8000c;
}

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/*
 *  Remodal - v1.0.6
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
    padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */
.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
    }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}

.hide {
    display: none !important;
}

.show {
    display: inherit !important;
}

.fixed-centered {
    position: fixed !important;
    top: 50%;
    left: 50%;
    z-index: 1000;
}

#loader_alert {
    position: relative;
    left: 50%;
    top: 50%;
    margin: 15px 0 0 -140px;
    z-index: 1001;
    width: 280px;
    margin-bottom: 1.11111rem;
}

.alert-box {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
    position: relative;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    border-radius: 3px;
    text-align: center;
}
.alert-box strong {
    font-weight: 700;
}
.alert-box ul {
    list-style-type: disc;
    list-style-position: inside;
}
.alert-box ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.alert-box ul ul,
.alert-box ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}
.alert-box ol ol,
.alert-box ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.alert-box.alert {
    background-color: #f04124;
    border: 1px solid #de2d0f;
}

.alert-box.success {
    background-color: #43ac6a;
    border: 1px solid #3a945b;
}

#completing_rent_process {
    font-size: 18px;
    text-align: left;
}
#completing_rent_process label {
    display: block;
    padding-bottom: 10px;
}
#completing_rent_process input {
    width: 100%;
}
#completing_rent_process button {
    display: inline-block;
}
#completing_rent_process h3 {
    color: #9e9e9e;
    font-weight: 700;
    padding-bottom: 20px;
}

#complete_rent {
    background-color: #fff;
}

.reservation .filterBox {
    padding-top: 30px;
}
.reservation .filterBox h6 {
    color: #6bb9f0;
    margin-bottom: 10px;
    font-size: 18px;
}

.check-uncheck-buttons {
    margin-top: 20px;
}

#filter_vehicle_form {
    text-align: left;
}

#filter_vehicle_form .check-uncheck-buttons {
    text-align: center;
}
#filter_vehicle_form .check-uncheck-buttons button {
    display: inline-block;
    margin-bottom: 15px;
}

.rent_info {
    display: table;
    padding-bottom: 20px;
}
.rent_info img {
    max-width: 100%;
    height: auto;
}
.rent_info h6 {
    color: #9e9e9e;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.rent_info div {
    font-size: 16px;
}

.car_img,
.car_desc {
    display: table-cell;
    vertical-align: top;
}

.car_img {
    width: 40%;
}
.car_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.car_desc {
    width: 60%;
    padding: 0 0 0 20px;
}

.remodal-close {
    right: 0;
    left: auto;
}

.drivers_age {
    margin-right: 100px;
}

#loader-wrapper {
    visibility: hidden;
}

.show-for-small-only {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.vehicle-type {
    margin: 30px 0;
    display: none;
    padding: 30px 0;
}

#filter_vehicle_form {
    display: block;
}

#vehicle_type_modal {
    background-color: #fff;
}
#vehicle_type_modal h6 {
    color: #6bb9f0;
    margin-bottom: 10px;
    font-size: 18px;
}

.list-booking {
    list-style: none;
}
.list-booking li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    width: 100%;
}
.list-booking li:after {
    content: "";
    position: absolute;
    clear: both;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #dfdfdf;
}
.list-booking li:last-child:after {
    content: none;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
    .show-for-small-only {
        display: block !important;
    }
    .home .datePicker {
        display: block !important;
        margin: 15px 0;
    }
    .search_results .info {
        text-align: center;
    }
    .resultBox .priceInfo {
        border: none;
    }
}

@media screen and (max-width: 48em) {
    #filter_vehicle_form {
        display: none;
    }
    .vehicle-type {
        display: block;
        margin: 20px 0;
        padding: 10px 0;
    }
}

.btn-bigger {
    font-size: 30px;
    display: inline-block !important;
}

.loading {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
.loading img {
    width: 100px;
    height: 100px;
}

.booking hr {
    border: none;
    width: 100%;
    height: 1px;
    background: #dcdcd9;
}

.provide-info strong {
    display: block;
}

.provide-info input {
    border-radius: 4px;
    width: 250px;
    border: 1px solid #cbcbca;
    padding-top: 7px;
}

.provide-info .column {
    margin-bottom: 20px;
}

.input-group {
    display: table;
}
.input-group > * {
    display: table-cell;
}
.input-group .input-addon {
    padding: 0 10px;
    background: #efefef;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #cbcbca;
    font-family: arial;
    font-size: 13px;
}
.input-group input {
    border-left: none;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dim {
    /* Display & Box Model */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* Color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Other */
    z-index: 998;
}

.resultBox .small-screen {
    zoom: 1;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.resultBox .small-screen:before,
.resultBox .small-screen:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.resultBox .small-screen:after {
    clear: both;
}
.resultBox .small-screen .gallery,
.resultBox .small-screen .priceInfo {
    width: 50%;
    padding: 5px 15px;
    float: left;
}
.resultBox .small-screen .vendor,
.resultBox .small-screen img,
.resultBox .small-screen h4,
.resultBox .small-screen em,
.resultBox .small-screen ul,
.resultBox .small-screen li {
    display: inline-block;
}
.resultBox .small-screen img {
    max-width: 100%;
    height: auto;
}
.resultBox .small-screen ul,
.resultBox .small-screen li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
}
.resultBox .small-screen h4 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.resultBox .small-screen em {
    font-style: italic;
    vertical-align: sub;
}
.resultBox .small-screen .btn.style-1,
.resultBox .small-screen #bookShortcut .bookFind,
#bookShortcut .resultBox .small-screen .bookFind {
    min-width: 60%;
    font-size: 20px;
    margin-top: 45px;
    padding: 0;
}
.resultBox .small-screen .priceInfo h4,
.resultBox .small-screen .priceInfo h6 {
    display: block;
}
.resultBox .small-screen img {
    max-width: 100%;
    height: auto;
}

.rate-info {
    font-size: 12px;
}

.mobileNav {
    position: relative;
    background-color: #73c8c3;
}

.mobileNav:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px solid #fff;
}

.filter-btn {
    width: 80% !important;
    padding: 20px !important;
    text-transform: uppercase !important;
    background: #898989 !important;
}

.rentInformation {
    color: #9e9e9e;
    margin-bottom: 20px;
    text-align: center;
}
.rentInformation * {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #f4f4f4;
}
.rentInformation *:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.rentInformation small {
    display: block;
}
.rentInformation ul {
    list-style: none;
}
.rentInformation li {
    display: inline-block;
    line-height: 1;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.rentInformation li:before {
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -9px;
}
.rentInformation li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.rentInformation li:first-child:before {
    display: none;
}
.rentInformation h3 {
    display: block;
    float: none;
}

.style-3 {
    background-color: #90b8e9;
    color: #fff;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
}

.info-box {
    border: 1px solid #898989;
    padding: 36px 27px;
}
.info-box hr {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    height: 0;
}

.split-border > div:first-child {
    border-right: 1px solid #cdcdcd;
    padding-right: 19px;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .split-border > div:first-child {
        border: none;
        padding-right: 0px;
    }
}

.split-border > div:last-child {
    padding-left: 20px;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .split-border > div:last-child {
        padding-left: 0;
    }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .features .column {
        padding-bottom: 20px;
    }
}

/* Underneath Bar Function
   ========================================================================== */
/* Centralized Component
   ========================================================================== */
.centralized {
    /* Display and Box Model */
    display: table;
}
.centralized > * {
    /* Display and Box Model */
    display: table-cell;
    /* Other */
    vertical-align: middle;
}

/* Modifiers and Status */
.centralized.wider {
    /* Display and Box Model */
    width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .centralized.break-on-small-screen {
        display: block;
    }
    .centralized.break-on-small-screen > * {
        /* Display and Box Model */
        display: block;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .centralized.break-on-medium-screen {
        display: block;
    }
    .centralized.break-on-medium-screen > * {
        /* Display and Box Model */
        display: block;
    }
}

.centralized .align-to-bottom {
    /* Display and Box Model */
    vertical-align: bottom;
}

.centralized .align-to-top {
    /* Display and Box Model */
    vertical-align: top;
}

.centralized .align-to-baseline {
    /* Display and Box Model */
    vertical-align: baseline;
}

.centralized.center {
    /* Display and Box Model */
    margin: 0 auto;
}

/* Colors, Fonts and Helpers
   ========================================================================== */
/* Color */
.white {
    color: #fff;
}

.black {
    color: #000;
}

.neon-carrot {
    color: #ff9933;
}

.nobel {
    color: #999999;
}

.cornflower {
    color: #90b8e9;
}

.charcoal {
    color: #444444;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.h-roboto-27 {
    font-family: "Roboto", sans-serif;
    font-size: 27px;
}

.h-roboto-bold-27 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 27px;
}

.h-roboto-20 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.h-roboto-bold-20 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.h-roboto-14 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.h-roboto-bold-14 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.h-roboto-22 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
}

.h-roboto-bold-22 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.h-roboto-12 {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.h-roboto-bold-12 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px;
}

/* Helpers */
.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .on-small-text-right {
        text-align: right;
    }
    .on-small-text-left {
        text-align: left;
    }
    .on-small-text-center {
        text-align: center;
    }
    .on-small-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .on-medium-text-right {
        text-align: right;
    }
    .on-medium-text-left {
        text-align: left;
    }
    .on-medium-text-center {
        text-align: center;
    }
    .on-small-text-justify {
        text-align: justify;
    }
}

.inv-u {
    text-decoration: underline;
}
.inv-u:hover {
    text-decoration: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* Small */
.small-1 {
    width: 8.33333%;
}

/* Small */
.small-2 {
    width: 16.66667%;
}

/* Small */
.small-3 {
    width: 25%;
}

/* Small */
.small-4 {
    width: 33.33333%;
}

/* Small */
.small-5 {
    width: 41.66667%;
}

/* Small */
.small-6 {
    width: 50%;
}

/* Small */
.small-7 {
    width: 58.33333%;
}

/* Small */
.small-8 {
    width: 66.66667%;
}

/* Small */
.small-9 {
    width: 75%;
}

/* Small */
.small-10 {
    width: 83.33333%;
}

/* Small */
.small-11 {
    width: 91.66667%;
}

/* Small */
.small-12 {
    width: 100%;
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-1 {
        width: 8.33333%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-2 {
        width: 16.66667%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-3 {
        width: 25%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-4 {
        width: 33.33333%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-5 {
        width: 41.66667%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-6 {
        width: 50%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-7 {
        width: 58.33333%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-8 {
        width: 66.66667%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-9 {
        width: 75%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-10 {
        width: 83.33333%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-11 {
        width: 91.66667%;
    }
}

/* Medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-12 {
        width: 100%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-2 {
        width: 16.66667%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-3 {
        width: 25%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-4 {
        width: 33.33333%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-5 {
        width: 41.66667%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-6 {
        width: 50%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-7 {
        width: 58.33333%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-8 {
        width: 66.66667%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-9 {
        width: 75%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-10 {
        width: 83.33333%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-11 {
        width: 91.66667%;
    }
}

/* Large */
@media screen and (min-width: 64em) {
    .large-12 {
        width: 100%;
    }
}

.dried-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-image {
    max-width: 100%;
    height: auto;
}

.row .column,
.row .columns {
    padding: 0 0.0625rem;
    float: left;
}

.row.colapsed .column,
.row.colapsed .columns {
    padding: 0;
}

@media screen and (max-width: 39.9375em) {
    .fix-zero-pad-and-marg-on-small {
        padding: 0 !important;
        margin: 0 !important;
    }
}

body {
    min-width: 320px;
}

.inner {
    padding-left: 10px;
    padding-right: 10px;
}

#bookShortcut #quickLocation > *,
#bookShortcut #quickDate > * {
    display: block;
}

#bookShortcut #quickLocation h5,
#bookShortcut #quickDate h5 {
    margin-bottom: 10px;
}

#bookShortcut .bookFind {
    min-width: 280px;
}

#bookShortcut #quickDate .datePicker {
    display: inline-block;
    width: 130px;
}
#bookShortcut #quickDate .datePicker input {
    width: 100%;
}
#bookShortcut #quickDate .datePicker input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}
#bookShortcut #quickDate .datePicker input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}
#bookShortcut #quickDate .datePicker input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}
#bookShortcut #quickDate .datePicker input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

#bookShortcut #quickDate button {
    display: inline-block;
}

#bookShortcut #quickDate .pickup_time,
#bookShortcut #quickDate .return_time {
    display: inline-block;
    width: 130px;
}

.checkmarks {
    text-align: left;
}

#featured {
    text-align: center;
    margin-left: -35px;
    margin-right: -35px;
}
#featured li {
    margin: 0 35px;
    margin-bottom: 30px;
}
#featured li:first-child {
    margin-left: 35px;
}

.checkmarks ul li:before {
    margin-left: 0;
}

.iframe-wrapper iframe {
    width: 100%;
}

.sidebar nav {
    font-size: 18px;
}

.sidebar.contact {
    margin-top: 0 !important;
}
.intro-content-full {
  max-width: 1070px;
  padding: 30px 10px;
  margin: 0 auto;font-size: 14px;
}

.intro-content-full h1 {
  font-weight: 900;
  font-size: 30px;
}

.intro-content-full h2 {
    font-size: 22px;
  }

.intro-content-full .img-right {
  float: right;
  margin: 30px 0 0 25px;
  width: 45%;
}

.intro-content-full #intro-full {
  overflow: hidden;
  margin-bottom: 30px;
}

.intro-content-full a {
  text-decoration: underline;
  color: #ff9933;
}

.intro-content-full a:hover {
  color: #333;
  text-decoration: none;
}

.intro-content-full .img-right img {
  width: 100%;
}

.intro-content-full ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-content-full li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.intro-content-full li:before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    content: '';
    background: url("../img/move-option.png") no-repeat;
    background-size: 16px 16px;
}

.intro-content-full .heading-group {
  margin-bottom: 25px;
}

.intro-content-full .three-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.intro-content-full .three-columns .col {
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding: 0 15px;
}

.intro-content-full .three-columns .col p {
    text-align: justify;
    line-height: 1.5rem;
}

.intro-content-full .three-columns .col h1 {
    font-size: 21px;
}
.intro-content-full .three-columns .col h2 {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .pickmeup {
        margin-left: -17px;
    }
    .pickmeup .pmu-instance {
        display: block;
    }
    #intro {
        padding: 70px 0;
    }
    #featured h2 {
        margin-bottom: 20px;
    }
    #appFooter {
        padding: 60px 0 30px;
    }
    #bookShortcut .bookFind {
        min-width: 280px;
    }
    #bookShortcut #quickDate .datePicker {
        display: block;
        width: 100%;
    }
    #bookShortcut #quickDate .datePicker input {
        width: 100%;
        margin-bottom: 5px;
    }
    #bookShortcut #quickDate .pickup_time,
    #bookShortcut #quickDate .return_time {
        width: 100%;
        margin-bottom: 5px;
        display: block;
    }
    .intro-content-full .three-columns .col {
      flex-basis: 100%;
      max-width: 100%;
      padding: 20px 15px;
    }
    .intro-content-full .img-right {
      float: none;
      margin: 0 0 30px;
      width: auto;
    }
}

@media only screen and (max-width: 540px) {
    h1 {
        font-size: 24px;
    }
    #intro {
        padding: 40px 0;
    }
    #featured li {
        display: block;
        width: 90%;
        margin: 0 auto 20px !important;
    }
    #featured li:first-child {
        margin-left: auto;
    }
    #featured li:last-child {
        margin-bottom: 0;
    }
    .resultBox .small-screen .gallery,
    .resultBox .small-screen .priceInfo {
        float: none;
        width: auto;
        text-align: center;
        border: 0;
        margin: 10px 0;
    }
    #appFooter {
        font-size: 14px;
        padding: 30px 0 15px;
    }
    #appFooter .boxes.nav > dl {
        display: block;
        width: 99%;
        margin-bottom: 20px;
    }
    .aboutUs {
        font-size: 14px;
    }
}

.d-flex {
    display: flex;
    flex-wrap:wrap;
}

.booking-info-row  {
    margin: 0 -45px !important;
}

.booking-info-row .column {
    padding: 0 45px !important;
}

.booking-info-block {
    border: 4px solid #FF9A1E;
    padding: 30px;
    border-radius: 5px;
    font-size: 14px;
}

.booking-info-block h2 {
    font-size: 24px;
}

.sub-booking-info-block {
    padding: 45px 0;
}

.slot-booking-info {
    padding: 10px 0;
}
