#choose {
    width: 730px;
    margin: 0 auto;
    overflow: hidden;
}

#airport_link,
#cruise_link {
    width: 349px;
    height: 135px;
    display: block;
    text-indent: -99999px;
    float: right;
}

#airport_link {
    background: url(airport.jpg) no-repeat;
}

#cruise_link {
    background: url(cruise.jpg) no-repeat;
    float: left;
}

#cruise_link:hover,
#airport_link:hover {
    background-position: 0 -135px;
}

#voucher_submit {
    float: left; margin: 2px 0 0 10px; padding: 3px 11px; background: #000; border: 0; color: #FFF; cursor: pointer; border: 1px solid #000;
}

#voucher_submit:hover {
    background: #FFF;
    color: #000;
}

.price_button {
    border: 1px solid #BB0500;
    background: #FE1A00; /* Old browsers */
    background: -moz-linear-gradient(top, #FE1A00 0%, #F51500 25%, #D70500 78%, #CE0100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FE1A00), color-stop(25%, #F51500), color-stop(78%, #D70500), color-stop(100%, #CE0100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FE1A00 0%, #F51500 25%, #D70500 78%, #CE0100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FE1A00 0%, #F51500 25%, #D70500 78%, #CE0100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FE1A00 0%, #F51500 25%, #D70500 78%, #CE0100 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FE1A00 0%, #F51500 25%, #D70500 78%, #CE0100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100', GradientType=0); /* IE6-9 */
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    padding: 13px 30px;
    cursor: pointer;
}

.radio {
    position: relative;
}

.radio__box {
    display: block;
    width: 183px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    background: #EEE;
    position: relative;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.radio__icon {
    display: block;
    width: 40px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
}

.radio__icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #676767;
}

.radio__text {
    font-family: Helvetica, Arial, sans-serif;
    color: #565656;
    text-align: left;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 23px 0 0 55px;
}

.radio__text-small {
    font-family: Helvetica, Arial, sans-serif;
    color: #565656;
    text-align: left;
    display: block;
    font-size: 9px;
    font-weight: 400;
    padding: 0 0 0 55px;
}

.radio input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.radio-holder {
    overflow: hidden;
}

.radio__text-2 {
    padding-top: 18px;
}

input[type="radio"]:checked + .radio__box {
    background: #1B4157;
    border-color: #152839;
}

input[type="radio"]:checked + .radio__box .radio__icon svg {
    fill: #FFF;
}

input[type="radio"]:checked + .radio__box .radio__text {
    color: #FFF;
}

input[type="radio"]:checked + .radio__box .radio__text-small {
    color: #FFF;
}

input.disabled {
    cursor: not-allowed;
    background: #EEE;
    color: #7D7D7D;
}

.errormessage {
    border: 1px solid #DF8F8F;
    background: #FFCECE url(../images/errormessage.png) no-repeat 9px center;
    padding: 8px 8px 8px 33px;
    color: #333;
    font-size: 12px;
    margin: 5px 0 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.notice {
    background: #DBE3FF url(../images/notice.png) no-repeat 9px center;
    border: 1px solid #A2B4EE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 8px 8px 33px;
    color: #585B66;
    font-size: 12px;
    margin: 5px 0 10px;
}

.retrieve_button {
    -webkit-appearance: none;
    border-radius: 15px;
    border: 1px solid #BB0500;
    background: rgb(253, 25, 0);
    background: -moz-linear-gradient(top, rgba(253, 25, 0, 1) 0%, rgba(207, 2, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(253, 25, 0, 1) 0%, rgba(207, 2, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 25, 0, 1) 0%, rgba(207, 2, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd1900', endColorstr='#cf0200', GradientType=0);
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 16px 25px 16px;
    font-size: 15px;
    text-shadow: 1px 1px 1px #000;
}

h2 p small {
    display: block;
    font-size: 16px;
}


h2 p small a {
    display: inline-block;
    margin: 10px 0 0;
}

h2 p small a:hover {
    text-decoration: underline;
}


.gallery {
    background: #EEEEEE;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.gallery h4 {
    margin: 0;
    padding: 0 0 10px 0;
}

.gallery-item {
    width: 75px;
    height: 65px;
    border: 2px solid #CCCCCC;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

/* line 7, ../sass/lightbox.sass */
body:after {
    content: url(images/png/close2.png) url(images/gif/loading.gif) url(images/png/prev2.png) url(images/png/next2.png);
    display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
    display: block;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/* line 32, ../sass/lightbox.sass */
.lightbox a img {
    border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
    padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(images/gif/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
    left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
    outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    /* Trick IE into showing hover */
    display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
    left: 0;
    float: left;
}

/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
    background: url(images/png/prev2.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
    right: 0;
    float: right;
}

/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
    background: url(images/png/next2.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
    padding: 0 4px;
    color: #BBBBBB;
}

/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(images/png/close2.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


.hotel-offer {
    background: #1B4157;
    overflow: hidden;
    padding: 12px 14px 12px 10px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-radius: 10px;
    width: 100%;
    float: left;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.hotel-offer p {
    font-size: 1.6em;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.6em;
    font-family: perspective_sansregular, sans-serif;
    float: left;
    width: 100%;
    margin: 0;
}

.hotel-offer--alt {
    padding: 13px 14px 12px 10px;
}

.hotel-offer--alt p {
    width: 100%;
    text-align: center;
    padding: 0;
    text-transform: none;
}

.hotel-offer--alt p a {
    color: #FFF !important;
    text-decoration: none;
}

.hotel-offer--alt p a:hover {
    color: #FFF !important;
    text-decoration: underline;
}