html,
button,
input,
select,
textarea {
    color: #454139;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

a, a:visited, a:link, a:active {
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

img, embed, object, video {
    max-width: 100%;
}

/* layout */

body {
    background-color: #fff;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

html {
    font-size: 16px;
    line-height: 24px;
}

input {
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
}

body {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
}

h1 {
    font-family: 'lust', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.618em;
    line-height: 1.3;
    margin: 0 0 0.75em 0;
    font-weight: 400;
    color: #000;
}

@media only screen and (max-width: 460px) {
    h1 {
        font-size: 1.918em;
    }
}

h2, h3 {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.375em;
    line-height: 1.2;
    margin: 0 0 0.5em 0;
    color: #000;
    font-weight: 700;
}

h3 {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
}

h4 {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 0.5em 0;
    color: #000;
}

h4 a, h4 a:visited, h4 a:link, h4 a:active {
    color: #0000ee;
}

h4 a:hover {
    color: #8080f7;
    text-decoration: none;
}

p {
    margin-top: 0em;
    margin-bottom: 1.5em;
    color: #666;
}

p a, p a:visited, p a:link, p a:active {
    color: #f26522;
    text-decoration: none;
}

p a:hover {
    color: #f26522;
    text-decoration: none;
}

p strong {
    font-weight: 700;
    color: #000;
}

p em {
    color: #999;
}

ul {
    margin: 0em 0 1em 1.5em;
    padding: 0;
    display: inline-block;
}

ul li {
    padding: 0 0 0.5em 0;
    list-style: disc;
    color: #666;
}

ul li strong {
    color: #000;
}

ul li a, ul li a:visited, ul li a:link, ul li a:active {
    color: #f26522;
    text-decoration: none;
}

ul li a:hover {
    color: #f26522;
    text-decoration: none;
}

ol {
    margin: 0em 0 1em 1.5em;
    padding: 0;
    display: inline-block;
}

ol li {
    color: #666;
    padding: 0 0 0.5em 0;
    list-style: decimal;
}

ol li a {
    color: #f26522;
    text-decoration: none;
}

ol li a:hover {
    color: #f26522;
    text-decoration: none;
}

small {
    color: #999;
    font-weight: 400;
}

/* page */

.page_wrap {
    width: 100%;
    margin: 0 auto;
}

/* layout */

.layout_bg {
    width: 100%;
    float: left;
    display: inline;
}

.layout_wide {
    width: 95%;
    max-width: 1152px;
    margin: 0 auto;
}

.layout {
    width: 80%;
    max-width: 1152px;
    margin: 0 auto;
}

/* misc */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

hr {
    border-top: 5px solid #eee;
    margin: 3em auto;
    width: 25%;
    height: 0;
    clear: both;
}

hr:last-child {
    border-top: 0px;
}

.border_bottom {
    border-bottom: 1px solid #eee;
}

.border_top {
    border-top: 2px solid #333;
}

.border {
    border: 1px solid #eee;
}

.vc {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 2;
}

/* colours */

.grey {
    background-color: #eee;
}

.black {
    background-color: #000;
}

.white {
    background-color: #fff;
}

.blue {
    background-color: #0000ee;
}

/* cols */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.nav .col {
    margin: 0 0 0 1.6%;
}

@media only screen and (max-width: 460px) {
    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 0%;
    }
}

.col_no_margin {
    margin-left: 0;
}

.col:first-child {
    margin-left: 0;
}

.col_12_of_12 {
    width: 100%;
}

.col_11_of_12 {
    width: 91.53%;
}

.col_10_of_12 {
    width: 83.06%;
}

.col_9_of_12 {
    width: 74.6%;
}

.nav_9_of_12 {
    width: 74.6%;
}

@media only screen and (max-width: 760px) {
    .nav_9_of_12 {
        width: 66.13%;
    }
}

@media only screen and (max-width: 460px) {
    .nav_9_of_12 {
        width: 50%;
    }
}

@media only screen and (max-width: 460px) {
    .col_9_of_12 {
        width: 100%;
    }
}

.col_8_of_12 {
    width: 66.13%;
}

@media only screen and (max-width: 460px) {
    .col_8_of_12 {
        width: 100%;
    }
}

.col_7_of_12 {
    width: 57.66%;
}

@media only screen and (max-width: 460px) {
    .col_7_of_12 {
        width: 100%;
    }
}

.col_6_of_12 {
    width: 49.2%;
}

@media only screen and (max-width: 460px) {
    .col_6_of_12 {
        width: 100%;
    }
}

.col_5_of_12 {
    width: 40.73%;
}

.col_4_of_12 {
    width: 32.26%;
}

@media only screen and (max-width: 460px) {
    .col_4_of_12 {
        width: 100%;
    }
}

.col_3_of_12 {
    width: 23.8%;
}

.nav_3_of_12 {
    width: 23.8%;
}

@media only screen and (max-width: 760px) {
    .nav_3_of_12 {
        width: 32.26%;
    }
}
@media only screen and (max-width: 460px) {
    .nav_3_of_12 {
        width: 50%;
    }
}

.col_2_of_12 {
    width: 15.33%;
}

.col_1_of_12 {
    width: 6.86%;
}

@media only screen and (max-width: 460px) {
    .col_1_of_12 {
        width: 100%;
    }
}

/* padding */

.p {
    padding: 1.5em;
}

.p_d_t {
    padding-top: 3em;
}

.p_t {
    padding-top: 1.5em;
}

.p_h_t {
    padding-top: 0.75em;
}

.p_b {
    padding-bottom: 1.5em;
}

.p_h_b {
    padding-bottom: 0.75em;
}

.p_d_b {
    padding-bottom: 3em;
}

.p_r {
    padding-right: 1.5em;
}

.p_l {
    padding-left: 1.5em;
}

/* faq */

.question span {
    float: right;
}

.question h2 {
    color: #999;
    font-weight: 700;
    margin: 0;
    font-size: 1em;
}

.question a h2 {
    color: #999;
}

.answer {
    display: none;
}

.faq_border {
    border: 1px solid #ccc;
}

.faq_border:hover {
    border: 1px solid #999;
}

.faq_border_selected {
    border: 1px solid #999;
}

.answer p {
    margin: 1.5em 0 0 0;
}

/* logo */

.logo h2 {
    margin: 0;
    padding: 0;
    color: #0000ee;
    font-weight: 700;
}

.logo h2 a, .logo h2 a:visited, .logo h2 a:link, .logo h2 a:active {
    color: #0000ee;
}

.logo h2 a:hover {
    color: #8080f7;
    text-decoration: underline;
}

/* nav mini */

.nav_mini ul {
    margin: 0;
    padding: 0;
}

.nav_mini ul li {
    list-style: none;
    margin: 0;
    padding: 0 0.375em;
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.nav_mini ul li a {
    display: block;
    font-weight: 400;
    color: #0000ee;
}

.nav_mini ul li a:hover {
    color: #8080f7;
}

/* logo */

.logo ul {
    margin: 0;
    padding: 0;
}

.logo ul li {
    list-style: none;
    margin: 0;
    padding: 0 1.5em 0 0;
    display: inline-block;
}

.logo ul li:last-child {
    padding: 0;
}

.logo ul li a {
    display: block;
    font-weight: 400;
    color: #999;
    padding: 0;
}

.logo ul li a:hover {
    color: #ccc;
}

.logo ul li.here a {
    font-weight: 700;
    color: #fff;
}

/* mobile */

.off {
    display: block;
}
.on {
    display: none;
}

@media only screen and (max-width: 460px) {
    .off {
        display: none;
    }
    .on {
        display: block;
    }
}

.nav_on {
    display: none;
}
.nav_off {
    display: block;
}

@media only screen and (max-width: 768px) {
    .nav_off {
        display: none;
    }
    .nav_on {
        display: block;
    }
}

/* mobile_nav */

#nav_mobile {
    display: none;
    padding: 1em 0 1.5em 0;
}

#nav_mobile ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav_mobile ul li {
    display: block;
    padding: 0 1em;
    margin: 0;
    border-bottom: 3px solid #333;
}
#nav_mobile ul li:last-child {
    border-bottom: 0px;
}
#nav_mobile ul li a, #nav_mobile ul li a:visited, #nav_mobile ul li a:link {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    outline: 0;
    font-size: 1em;
    line-height: 1.25em;
    display: block;
    padding: 0.75em 0;
    text-decoration: none;
}
#nav_mobile ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
#nav_mobile ul li.here a {
    color: #fff;
}

#nav_mobile ul li ul.nav_mobile_off {
    display: none;
}
#nav_mobile ul li ul li ul.sub_nav_mobile_off {
    display: none;
}

/* drop_down_1 */

#nav_mobile ul li ul {
    margin: 0 0 1.5em 0;
    width: 100%;
}
#nav_mobile ul li ul li {
    padding: 0 0 0 1em;
}
#nav_mobile ul li ul li a, #nav_mobile ul li ul li a:visited, #nav_mobile ul li ul li a:link {
    color: #999;
    font-weight: 700;
    text-decoration: none;
}
#nav_mobile ul li ul li a:hover {
    color: #999;
    text-decoration: underline;
}

/* drop_down_2 */

#nav_mobile ul li ul li ul li a, #nav_mobile ul li ul li ul li a:visited, #nav_mobile ul li ul li ul li a:link {
    color: #666;
    font-weight: 700;
}
#nav_mobile ul li ul li ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* nav_mobile_arrow */

.nav_mobile_arrow_up, .sub_nav_mobile_arrow_up {
    float: right;
    display: inline-block;
    transition: 300ms ease;
}
.nav_mobile_arrow_down, .sub_nav_mobile_arrow_down {
    float: right;
    display: inline-block;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 300ms ease;
}

/* nav */

.nav_right {
    float: right;
    display: inline-block;
}

/* nav */

.nav ul {
    margin: 0;
    padding: 0;
}

.nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.nav ul li a {
    display: block;
    font-weight: 400;
    color: #fff;
    padding: 0.5em 0.75em;
    border-right: 0px solid #fff;
}

@media only screen and (max-width: 960px) {
    .nav ul li a {
        font-size: 0.85em;
    }
}

@media only screen and (max-width: 460px) {
    .nav ul li a {
        font-size: 1em;
    }
}

.nav ul li a:hover {
    color: #fff;
    border: 0px solid #fff;
}

.nav ul li.here a {
    font-weight: 700;
    color: #fff;
    border: 0px solid #999;
}

/* drop down */

.nav ul li ul {
    background-color: #000;
    width: 15em;
    padding: 0.75em 0;
    margin: 0;
    text-align: left;
}
.nav ul li ul li {
    padding: 0;
    margin: 0;
    display: block;
    background-color: #000;
    border-bottom: 1px solid #333;
}

.nav ul li ul li:last-child {
    border-bottom: 0;
}

.nav ul li ul li a, .nav ul li.here ul li a {
    display: block;
    font-weight: 400;
    color: #999;
    padding: 0.5em 0.75em;
    border: 0;
}

.nav ul li ul li a:hover, .nav ul li.here ul li a:hover {
    color: #fff;
    border: 0;
    text-decoration: none;
    background-color: #333;
}

/* superfish */

.sf_menu, .sf_menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf_menu li {
    position: relative;
}

.sf_menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 9999;
}

.sf_menu > li {
    display: inline-block;
}

.sf_menu li:hover > ul,
.sf_menu li.sfHover > ul {
    display: block;
}

.sf_menu a {
    display: block;
    position: relative;
}

.sf_menu ul ul {
    top: 0;
    left: 100%;
}

/* float_right */

.float_right {
    float: right;
    margin-left: 1.5em;
}

/* slider */

.slider {
    width: 100%;
    margin: 0 auto;
}

/* slider_featured */

.slider_featured {
    padding-bottom: 28%;
}

.slider_cell_featured {
    width: 33.33333333333333%;
    height: 33.33333333333333%;
    margin-right: 1.5em;
}

/* slider_entry */

.slider_entry {
    padding-bottom: 75%;
}

.slider_cell_entry {
    width: 100%;
    height: 100%;
    margin-right: 0;
}

/* slider_itineraries */

.slider_itineraries {
    padding-bottom: 75%;
}

.slider_cell_itineraries {
    width: 100%;
    height: 100%;
    margin-right: 0;
}

/* slider_gallery */

.slider_gallery {
    padding-bottom: 75%;
}
.slider_gallery_cell {
    width: 100%;
    height: 100%;
    margin-right: 1.5em;
}

/* gallery thumbnails */

.slider_gallery_nav {
    padding-bottom: 9%;
}
.slider_gallery_nav .flickity-viewport {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slider_gallery_thumb {
    width: 15%;
    margin-right: 1.5em;
}
.slider_gallery_nav .slider_gallery_thumb.is-nav-selected {
    position: relative;
    opacity: 0.5;
}

/* slider_common */

.slider .flickity-viewport {
    position: absolute;
    width: 100%;
}

/* video */

.player_full {
    position: relative;
    padding-top: 115.7514404%;
}

.player_small {
    position: relative;
    padding-top: 56.2757202%;
}

.player iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* google_maps */

.google_maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google_maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* parallax */

.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

@media only screen and (max-width: 480px) {
    .parallax {
        background-attachment: scroll;
    }
}

/* bg */

.hero_itinaries {
    background-image: url('/img/hero_itinaries.jpg');
}

.hero_accommodation {
    background-image: url('/img/hero_accommodation.jpg');
}

.hero_reviews {
    background-image: url('/img/hero_reviews.jpg');
    background-position: bottom 50%;
}

/*
.hero_gradient {
    background: linear-gradient( to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) );
}
*/

/* home */

.home_p {
    padding-top: 18em;
    padding-bottom: 6em;
}

@media only screen and (max-width: 460px) {
    .home_p {
        padding-top: 9em;
    }
}

.home h1 {
    color: #fff;
    font-size: 4.618em;
    line-height: 1;
    margin: 0;
    font-weight: 400;
}

@media only screen and (max-width: 460px) {
    .home h1 {
        font-size: 1.918em;
    }
}

.home p {
    color: #fff;
    font-weight: 400;
    font-size: 1.375em;
    margin: 0 0 0.5em 0;
}

@media only screen and (max-width: 460px) {
    .home p {
        font-size: 1em;
    }
}

/* hero */

.hero_p {
    padding-top: 21em;
    padding-bottom: 3em;
}

@media only screen and (max-width: 460px) {
    .hero_p {
        padding-top: 9em;
    }
}

.hero h1 {
    color: #fff;
    font-size: 4.618em;
    line-height: 1;
    margin: 0;
}

@media only screen and (max-width: 460px) {
    .hero h1 {
        font-size: 1.918em;
    }
}

.hero p {
    color: #fff;
    font-weight: 400;
    font-size: 1.375em;
    margin: 0 0 0.5em 0;
}

@media only screen and (max-width: 460px) {
    .hero p {
        font-size: 1em;
    }
}

/* intro */

.intro p {
    font-size: 1em;
    color: #999;
}

.intro p a {
    color: #000;
}

.intro p a:hover {
    color: #000;
    text-decoration: underline;
}

.intro h2 a {
    color: #000;
}

.intro h2 a:hover {
    color: #000;
    text-decoration: underline;
}

.intro h3 a {
    color: #000;
    text-decoration: underline;
}

.intro h3 a:hover {
    color: #000;
    text-decoration: none;
}

/* title */

.title h3 {
    font-size: 2.618em;
    margin: 0 0 0.25em 0;
    padding: 0;
    color: #000;
    font-weight: 700;
}

@media only screen and (max-width: 460px) {
    .title h3 {
        font-size: 1.618em;
    }
}

.title p {
    color: #999;
}

.black .title h3 {
    color: #fff;
}

.black .title p {
    color: #666;
}

.black .title p strong {
    color: #fff;
}

/* tools */

.tools {
    color: #000;
}

a.sort {
    border: 1px solid #ccc;
    color: #0000ee;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: 700;
}

p a.read {
    border: 1px solid #ccc;
    color: #f26522;
    padding: 0.25em 0.5em;
    text-decoration: none;
    font-weight: 700;
}

.black p a.read {
    border: 1px solid #444;
    color: #fff;
    padding: 0.25em 0.5em;
    text-decoration: none;
    font-weight: 700;
}

/* tag */

.tag {
    position: absolute;
    top: 1.5em;
    left: 0;
    z-index: 1;
}

.tag {
    font-weight: 700;
    font-size: 0.75em;
    color: #000;
    background-color: white;
    padding: 0.25em 0.5em 0.15em 0.5em;
}

.tag_entry {
    font-weight: 700;
    font-size: 0.75em;
    color: #000;
    background-color: #fff;
    padding: 0.25em 0.5em 0.15em 0.5em;
    display: inline-block;
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
}

.rating {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    z-index: 1;
}

.rating_75 img {
    width: 75%;
    float: right;
    text-align: right;
}

@media only screen and (max-width: 460px) {
    .rating_75 img {
        width: 50%;
    }
}

.rating_50 img {
    width: 50%;
    float: right;
    text-align: right;
}

.rating_25 img {
    width: 25%;
    float: right;
    text-align: right;
}

.list_logo_50 img {
    width: 50%;
    float: left;
    text-align: left;
}

.logo_50 img {
    width: 50%;
    float: right;
    display: inline-block;
    margin: 0 0 1.5em 1.5em;
}

/* entry */

.entry h1 {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    line-height: 1;
    font-weight: 700;
}

@media only screen and (max-width: 460px) {
    .entry h1 {
        font-size: 1.918em;
    }
}

.entry h6 {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #999;
    line-height: 1;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* listing */

.entry .listing h2 {
    font-size: 1.618em;
    margin: 0 0 0.75em 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}
.entry .listing.grey h2 {
    color: #000;
}
.listing ul {
    margin: 0 0 0.75em 1.5em;
}
.listing ul li {
    list-style: none;
    font-weight: 400;
    color: #999;
}
.days h3 {
    font-weight: 700;
    font-size: 2.618em;
    color: yellow;
    margin: 0;
    padding: 0;
}
.days p {
    font-weight: 700;
    color: #666;
    margin: 0;
    padding: 0;
}

/* list */

.list h1 {
    font-size: 3.618em;
    color: #fff;
    line-height: 1;
}

.list h2 {
    font-size: 1.125em;
    margin: 0.75em 0 0.75em 0;
    padding: 0;
    color: #999;
    font-weight: 700;
}

.black .list h3 {
    color: #fff;
    font-weight: 700;
}

.hover a:hover h2 {
    color: #000;
}

.hover a:hover img {
    opacity: 0.5;
}

.black h2 {
    color: #999;
}

.black .hover a:hover h2 {
    color: #fff;
}

/* footer */

.footer h3 {
    font-size: 1.375em;
    margin: 0;
    padding: 0;
}
.footer ul li {
    list-style: none;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.footer p {
    margin: 1em 0 0 0;
}

@media only screen and (max-width: 460px) {
    .footer ul {
        margin-left: 0;
    }
}

/* copyright */

.copyright p {
    color: #666;
    font-weight: 700;
}

/* sub_nav_parent */

.sub_nav h4 {
    color: #999;
}

.sub_nav ul {
    margin: 0 0 1.5em 0;
    padding: 0;
    display: block;
}

.sub_nav ul li {
    padding: 0;
    list-style: none;
    display: block;
}

.sub_nav ul li a, .sub_nav ul li a:visited, .sub_nav ul li a:link, .sub_nav ul li a:active {
    color: #000;
    text-decoration: none;
    outline: 0;
    display: block;
    padding: 0.25em 0 0.25em 0;
    font-weight: 700;
}

.sub_nav ul li a:hover {
    color: #999;
    text-decoration: none;
}

.sub_nav ul li.here a {
    font-weight: 700;
    color: #000;
}

.sub_nav ul li.here a:hover {
    color: #000;
}

.sub_nav ul li.here_list a {
    font-weight: 700;
    color: #000;
}

.sub_nav ul li.here_list a:hover {
    color: #000;
}

/* sub_nav_child */

.sub_nav ul li.here ul {
    margin: 0.5em 0 1.5em 0;
    padding: 0;
    display: block;
}

.sub_nav ul li.here ul li {
    padding: 0;
    list-style: none;
    display: block;
}

.sub_nav ul li.here ul li a, .sub_nav ul li.here ul li a:visited, .sub_nav ul li.here ul li a:link, .sub_nav ul li.here ul li a:active {
    color: #999;
    text-decoration: none;
    outline: 0;
    display: block;
    padding: 0.25em 0 0.25em 1.5em;
    font-weight: 400;
}

.sub_nav ul li.here ul li a:hover {
    color: #999;
    text-decoration: none;
}

.sub_nav ul li.here ul li.here a {
    color: #000;
    font-weight: 700;
}

/* buttons */

.cta {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    display: inline-block;
    padding: 0.5em 1em 0.3em 1em;
    font-weight: 700;
    outline: 0;
    color: #fff;
    background-color: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    margin: 0 0 0.75em 0;
}
.cta:hover {
    color: #999;
}
.cta_copy p {
    color: #999;
    font-size: 1em;
}

/* table */

.table {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #999;
}

.table td strong {
    color: #fff;
}

/* send */

.send {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    display: inline-block;
    padding: 0.5em 1em 0.3em 1em;
    font-weight: 700;
    outline: 0;
    color: #fff;
    background-color: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    margin: 0;
}
.send:hover {
    color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}

/* forms */

.bookings h2 {
    margin: 1.5em 0 0.5em 0;
}

.label_textarea {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    font-size: 1em;
    line-height: 1.563em;
    color: #999;
    margin: 0;
    padding: 0.6875em 0 0.3875em 0;
    font-weight: 700;
    text-decoration: none;
}
.label {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    font-size: 1em;
    line-height: 1.5;
    color: #999;
    margin: 0;
    padding: 0 0 0.3875em 0;
    font-weight: 700;
    text-decoration: none;

}
.label em {
    color: #999;
}
.label_checkbox {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    color: #999;
    margin: 2em 0 1em 0;
    padding: 0;
    display: block;
    font-weight: 700;
}
.label span {
    color: #ff6633;
}
.text_field {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 50%;
    font-size: 1em;
    color: #000;
    padding: 0.382em;
    margin: 0 0 1.5em 0;
    border: 3px solid #ddd;
}
.email_field {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 75%;
    font-size: 1em;
    color: #000;
    padding: 0.382em;
    margin: 0 0 1.5em 0;
    border: 3px solid #ddd;
}
.number_field {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 25%;
    font-size: 1em;
    color: #000;
    padding: 0.382em;
    margin: 0 0 1.5em 0;
    border: 3px solid #ddd;
}
.short_field {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 12.5%;
    font-size: 1em;
    color: #000;
    padding: 0.382em;
    margin: 0 0 1.5em 0;
    border: 3px solid #ddd;
}
.textarea_field {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 75%;
    height: 5em;
    font-size: 1em;
    color: #000;
    padding: 0.382em;
    margin: 0 0 1em 0;
    border: 3px solid #ddd;
}
.select_field {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #000;
    padding: 0.382em;
    margin: 0 0 1.563em 0;
    border: 3px solid #ddd;
}
.file_field {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #f2f2fe;
    padding: 0.382em;
    margin: 0 0 1.563em 0;
}
.radio_field {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #000;
    padding: 0.382em;
    margin: 0 0 1.563em 0;
    border: 3px solid #ddd;
}
::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}
input#preferredKitten {
    display: none;
}

/* errors */

.errors {
    display: block;
    margin: 0;
}
.errors p {
    font-size: 1em;
    font-weight: 700;
    color: red;
    margin: 0 0 1.5em 0;
}

/* select field */

.select {
    position: relative;
    display: inline-block;
    width: 90%;
    margin-bottom: 1.375em;
}
.select select {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    display: inline-block;
    width: 100%;
    padding: 0.382em;
    cursor: pointer;
    color: #7b7b7b;
    border: 3px solid #ddd;
    border-radius: 0;
    outline: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000;
    background: #fff;
}
.select select:disabled {
    pointer-events: none;
    opacity: .5;
}
.select__arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #fff;
}

/* checkboxes */

.control-group {
    display: inline-block;
    width: 200px;
    height: 210px;
    margin: 10px;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.control {
    font-family: 'ff-basic-gothic-web-pro', Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #000;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 3px solid #ddd;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #fff;
}
/* Checked state */
.control input:checked ~ .control__indicator {
    background: #fff;
}
/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #fff;
}
/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #fff;
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}
/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}
/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 3px;
    left: 6px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #219d9c;
    border-width: 0 2px 2px 0;
}
/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #219d9c;
}
/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

/* helpers */

.hidden {
    display: none !important;
    visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
