* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    font-size: 100%;
    font-family: Helvetica, sans-serif;
    color: #1d1d1d;
    line-height: 1.4;
}

a {
    color: #9c2323;
}

.relative {
    position: relative;
}

.button {
    font: 700 0.75em/1.2 "Lato", Helvetica, sans-serif;
    border: 0;
    border-radius: 3px;
    color: #333;
    background: #e5b328;
    text-transform: uppercase;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.button:hover {
    color: #333;
}

p {
    font: 0.875em/1.8;
}

p.standfirst {
    font: 600 1.125em/1.8 "Lato", Helvetica, sans-serif;
    color: #1d1d1d;
}

img {
    border-radius: 3px;
}

.centered {
    text-align: center;
}

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

/* Header */
.top-bar {
    display: none;
}

.top-bar ul {
    float: none;
    margin-top: 0;
}

header {
    background: #191919;
    color: #FFF;
    position: relative;
    height: 122px;
    font: 600 1em/1.8 "Lato", Helvetica, sans-serif;
    margin-bottom: 14px;
    z-index: 20;
    padding-bottom: 25px;
}

header::after {
    content: " ";
    display: inline-block;
    background: url(/static/img/under_nav.png) repeat-x;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

header ul {
    list-style: none;
    width: 100%;
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
}

header li {
    float: right;
    margin-right: 2%;
}

header li:first-of-type {
    margin-right: 0;
}

header li a {
    color: #FFF;
}

header input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    color: #FFF;
    border-bottom: 1px solid #5e5e5e;
    padding: 6px 0;

    background: url(/static/img/magnifying_glass.png) no-repeat right 10px;
}

input::-ms-clear {
    display: none;
}

header input[type="search"]::-webkit-search-decoration,
header input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

header input[type="search"]:focus {
    background: url(/static/img/magnifying_glass.png) no-repeat right 10px;
    outline: none;
}

header img.atol {
    margin-top: 6px;
}

header .top {
    padding-top: 8px;
}

header .row .row.top {
    margin-top: 8px;
}

header .phone_numbers {
    text-align: right;
    text-transform: uppercase;
}

header .phone_numbers > span {
    margin-top: 8px;
    display: inline-block;
    float: right;
    margin-left: 20px;
    border-right: 1px solid #5e5e5e;
    padding-right: 8px;
    font-size: 0.875em;
}

header .phone_numbers > span .tel {
    padding-left: 2px;
    color: #e5b328;
    display: inline-block;
    width: 104px;
    padding-left: 6px;
}

header .row + .row .four {
    margin-top: -28px;
}

header .logo {
    margin-top: 23px;
}

header .search_container {
    margin: 3px 0 -3px;
}

header .navigation {
    margin-top: 2px;
}


/* Dropdown navigation */
.sub_nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 122px;
    left: 0;
    background: #333;
    padding: 0px 0 20px 0;
}

.sub_nav h1 {
    font: 900 1em/35px "Lato", Helvetica, sans-serif;
    text-transform: none;
    color: #e5b328;
    border-bottom: 1px solid #d8d5cc;
    margin-bottom: 0;
}

.sub_nav li {
    float: left;
    margin-bottom: 12px;
    margin-right: 0;
    padding: 0 10px;
}

.sub_nav li a {
    font: 0.875em/1.6 "Helvetica", sans-serif;
    border-bottom: 1px solid #656461;
    padding-bottom: 9px;
    display: block;
}

.sub_nav li a.nav_highlight {
    font-weight: bold;
}

.sub_nav li.noborder a {
    border-bottom: none;
    padding-bottom: 10px;
}

.sub_nav li:last-of-type {
    float: left !important;
}

.sub_nav li a {
    font-weight: 400;
}


.main_content {
    padding-bottom: 80px;
}


/* Top section of pages */
.slide_container + .breadcrumb_container {
    margin-top: 18px;
}

#breadcrumbs {
    border-bottom: 1px solid #c1c1c1;
    margin: -5px 0 10px 0;
    padding: 0 0 10px 0;
}

/* Footer */
footer {
    padding: 30px 0;
    margin: 16px 0 0 0;
    background: #191919;
    color: #FFF;
}

footer a {
    color: #e5b328;
}

footer .center {
    text-align: center;
}

.related_items + footer,
.related_accommodation + footer,
.enquire_section + footer {
    margin-top: 0;
}

footer .row .row {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

footer .row .row:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

footer .row .row:last-of-type p {
    margin-bottom: 0;
}

footer .row hr {
    border-color: #53524f;
    margin: 0 0 20px;
}

footer h2 {
    background: none;
    text-indent: 0;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: 0;
}

footer h3 {
    color: #e5b328;
    margin: 0 0 6px;
    font-size: 15px;
}

footer .logos img {
    margin-right: 10px;
}

footer input[type="email"], footer input[type="email"]:focus {
    font: 1em Helvetica, sans-serif;
    height: 48px;
    background: #333;
    color: #FFF;
    border: none;
    outline: none;
    text-indent: 10px;
}

footer input[type="submit"] {
    position: absolute;
    right: 22px;
    top: 45px;
}


/* Testimonials */

.testimonial {
    line-height: 2.2;
    font-style: italic;
}

.testimonial::before {
    content: "“";
    color: #e5b328;
    font-size: 50px;
    line-height: 0;
    display: inline-block;
    padding: 0 10px 0 0;
}

.testimonial::after {
    content: "”";
    color: #e5b328;
    font-size: 50px;
    line-height: 0;
    display: inline-block;
    padding: 0;
}

/* Promo slides */
.slide_container {
    position: relative;
    overflow: hidden;
    margin-top: -14px;
    z-index: 1;
}

.safari_slide_container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel_container {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
}

.slides {
    margin: 0;
    padding: 0;
    position: relative;
    height: 540px;
    min-height: 350px;

    -webkit-transition: 0.05s height ease-out;
    -moz-transition: 0.05s height ease-out;
    -ms-transition: 0.05s height ease-out;
    -o-transition: 0.05s height ease-out;
    transition: 0.05s height ease-out;
}

.slides li {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    line-height: 0;
    opacity: 0;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.slides li, .slides li img, .slides li .container {
    opacity: 0;
    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.slides li.active, .slides li.active img, .slides li.active .container {
    opacity: 1;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}


/* Animate in */
.slides li.animate_in {
    opacity: 1;
    z-index: 1;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.slides li.animate_in img {
    /*-webkit-transition: opacity 0.5s ease-in-out;*/
    opacity: 1;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.slides li.animate_in .container {
    -webkit-transition: opacity 0.75s ease-in-out 0.9s;
    -moz-transition: opacity 0.75s ease-in-out 0.9s;
    -ms-transition: opacity 0.75s ease-in-out 0.9s;
    -o-transition: opacity 0.75s ease-in-out 0.9s;
    transition: opacity 0.75s ease-in-out 0.9s;
    opacity: 1;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}


/* Animate out */
.slides li.animate_out {
    -webkit-transition: opacity 0.5s ease-in-out 0.9s;
    -moz-transition: opacity 0.5s ease-in-out 0.9s;
    -ms-transition: opacity 0.5s ease-in-out 0.9s;
    -o-transition: opacity 0.5s ease-in-out 0.9s;
    transition: opacity 0.5s ease-in-out 0.9s;
    opacity: 0;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    z-index: 2;
}

.slides li.animate_out img {
    -webkit-transition: opacity 0.5s ease-in-out 0.4s;
    -moz-transition: opacity 0.5s ease-in-out 0.4s;
    -ms-transition: opacity 0.5s ease-in-out 0.4s;
    -o-transition: opacity 0.5s ease-in-out 0.4s;
    transition: opacity 0.5s ease-in-out 0.4s;
    opacity: 0;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.slides li.animate_out .container {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}


/* Overlay text */

.slides h1,
.text_container h1 {
    color: #FFF;
    font: 900 2.25em/1 "Lato", Helvetica, sans-serif;
    /*margin-top: 170px;*/
    border-bottom: 2px solid #FFF;
    display: inline-block;
    padding-bottom: 20px;
    text-shadow: 1px 1px #1a1a1a;
}

.slides h2,
.text_container h2 {
    color: #FFF;
    font: 900 1.25em/1 "Lato", Helvetica, sans-serif;
    border: 0;
    text-indent: 0;
    background: none;
    margin-top: 10px;
    text-shadow: 1px 1px #1a1a1a;
}

.slides .button,
.text_container .button {
    width: 235px;
    height: 48px;
    border-radius: 5px;
    background: white;
    border: 0;
    color: #333;
    padding: 19px 20px;
    font: 700 0.875em/1.2 "Lato", Helvetica, sans-serif;
    display: block;
    margin: 0 auto;
}


.slides li.active {
    z-index: 20;
}

.slides li .container,
.text_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 13%;
    text-align: center;
    z-index: 20;
}

.slides li img {
    border-radius: 0;
    width: 100%;
    height: auto;
}

.slide_tabs_container {
    position: relative;
    margin-top: -55px;
    z-index: 50;
}

.slide_tabs_container.map_active li:not(.map) {
    opacity: 0;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.map_icon {
    position: relative;
    margin-top: -56px;
    z-index: 50;
    height: 56px;
}

a.activate_map {
    display: block;
    width: 67px;
    height: 56px;
}

.slide_tabs {
    width: 100%;
    height: 40px;
}

.slide_tabs li {
    display: inline-block;
    float: left;
    width: 232px;
    height: 125px;
    background: #333;
    margin-right: 1px;
    padding: 4px 20px;
    cursor: pointer;

    -webkit-transition: margin-top 0.75s ease-in-out,
                        background 0.75s ease-in-out,
                        opacity 0.35s ease-in-out;

    -moz-transition: margin-top 0.75s ease-in-out,
                        background 0.75s ease-in-out,
                        opacity 0.35s ease-in-out;
    -ms-transition: margin-top 0.75s ease-in-out,
                        background 0.75s ease-in-out,
                        opacity 0.35s ease-in-out;
    -o-transition: margin-top 0.75s ease-in-out,
                        background 0.75s ease-in-out,
                        opacity 0.35s ease-in-out;
    transition: margin-top 0.75s ease-in-out,
                        background 0.75s ease-in-out,
                        opacity 0.35s ease-in-out;


}

.slide_tabs li.active {
    margin-top: -70px;
    background: #786a58;
}

.slide_tabs .map {
    padding: 0;
    width: 67px;
    height: 55px;
    float: right;
    background: none;
}

.slide_tabs .map img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.slide_tabs h3 {
    color: #FFF;
    font: 600 0.875em/1.8 "Lato", Helvetica, sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 14px 0;
    border-bottom: 0px solid #333;
    -webkit-transition: border-bottom 0.75s ease-in-out,
                        padding-bottom 0.75s ease-in-out,
                        margin 0.75s ease-in-out;

    -moz-transition: border-bottom 0.75s ease-in-out,
                        padding-bottom 0.75s ease-in-out,
                        margin 0.75s ease-in-out;
    -ms-transition: border-bottom 0.75s ease-in-out,
                        padding-bottom 0.75s ease-in-out,
                        margin 0.75s ease-in-out;
    -o-transition: border-bottom 0.75s ease-in-out,
                        padding-bottom 0.75s ease-in-out,
                        margin 0.75s ease-in-out;
    transition: border-bottom 0.75s ease-in-out,
                        padding-bottom 0.75s ease-in-out,
                        margin 0.75s ease-in-out;


}

.slide_tabs li.active h3 {
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin: 10px 0;
}

.slide_tabs h4 {
    color: #FFF;
    font: 400 0.75em/1.8 Helvetica, sans-serif;
    margin: 0;
}

#slider_thumbs {
    position: absolute;
    z-index: 100;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    /*height: 70px;*/
    padding-top: 19px;


    /*text-align: center;*/
    padding-left: 47px;
}

#slider_thumbs a {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
}

#slider_thumbs a:last-of-type {
    margin-right: 0;
}

#slider_thumbs img {
    border-radius: 0;
}

/* Orbit fixes */
.orbit {
    margin-bottom: 0;
}

.orbit .orbit-slide {
    width: 100%;
    max-width: none;
}

#featured img {
    display: none;
}

#featured.orbit img {
    display: block;
}

.orbit-wrapper .slider-nav span.left {
    background: url(/static/img/carousel_left.png);
    width: 53px;
    height: 53px;
}

.orbit-wrapper .slider-nav span.right {
    background: url(/static/img/carousel_right.png);
    width: 53px;
    height: 53px;
}

.no-nav .slider-nav span.left, .no-nav .slider-nav span.right {
    display: none;
}

.slider_static img {
    border-radius: 0;
    max-width: none;
    width: 100%;
}

.slide_container .slider-nav span, .carousel_container .slider-nav span {
    opacity: 0;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.slide_container:hover .slider-nav span, .carousel_container:hover .slider-nav span {
    opacity: 1;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.orbit-wrapper .timer {
    display: none;
}

.carousel_container .orbit-wrapper + .relative > #slider_thumbs {
    bottom: -70px;
    opacity: 0;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    -webkit-transition: bottom 0.35s ease-in-out, opacity 0.35s ease-in-out;
    -moz-transition: bottom 0.35s ease-in-out, opacity 0.35s ease-in-out;
    -o-transition: bottom 0.35s ease-in-out, opacity 0.35s ease-in-out;
    transition: bottom 0.35s ease-in-out, opacity 0.35s ease-in-out;
}

.carousel_container:hover .orbit-wrapper + .relative > #slider_thumbs {
    bottom: 0;
    opacity: 1;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/* Page content */
.enquire {
    text-align: right;
    padding-top: 16px;
}

h1 {
    font: 600 2em/35px "Lato", Helvetica, sans-serif;
    text-transform: uppercase;
}

h1.headline {
    width: 66.66667%;
    margin-left: 16.66667%;
    float: none;
    margin: 0 auto;
    padding: 40px 0;
    font: 900 2.25em/1.4 "Lato",Helvetica,sans-serif;
    color: #333;
    text-align: center;
    min-height: 1px;
    position: relative;
}


h2 {
    background: url(/static/img/paw.png) no-repeat;
    font: 600 1.125em/35px "Lato", Helvetica, sans-serif;
    color: #4a4949;
    text-indent: 50px;
    border-bottom: 1px solid #c1c1c1;
    margin: 40px 0 20px;
    padding: 0 0 20px;
    text-transform: uppercase;
}

.features h2 {
    margin-top: 8px;
}

.features {
    margin-bottom: 20px;
}

h3 {
    font: 900 1em/1.8 "Lato", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #786a58;
    border-bottom: 1px solid #d8d5cc;
    padding-bottom: 8px;
}

h4 {
    font-size: 20px;
}

figcaption {
    text-align: right;
    font-style: italic;
    color: #4a4949;
    font-size: 0.75em;
}

.highlights {
    list-style: none;
}

.highlights li.four span {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #c1c1c1;
}

.highlights li.four:nth-child(3n) {
    margin-right: 0;
}

.highlights li[class*="column"]:last-child {
    float: left;
}

.highlights li.six {
    border-bottom: 1px solid #c1c1c1;
    width: 49.5%;
    margin-right: 1%;
    padding: 8px 0;
}

.highlights li.twelve {
    border-bottom: 1px solid #c1c1c1;
    padding: 8px 0;
}

.highlights li.six:nth-child(2n) {
    margin-right: 0;
}

.small_map_container {
    position: relative;
}

.map_container {
    position: relative;
    height: 980px;
    margin-top: 10px;
}

#map {
    width: 340px;
    height: 250px;
}

#map img {
    max-width: none;
}

.small_map_container #map {
    width: 100%;
}

#map.accommodation_map {
    width: 100%;
    height: 1000px;
}

#accommodation_map_overlay {
    background: url(/static/img/big_map_overlay.png);
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: 100;
    top: 0;
}

#map.big_map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

#map.big_map.increased_zindex, #map.homepage_map.increased_zindex {
    z-index: 30;
}

#map.big_map.active, #map.homepage_map.active {
    opacity: 1;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#map.homepage_map {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    /*z-index: -1;*/
    opacity: 0;

    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -ms-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

#homepage_map_polylines, #map_polylines  {
    display: none;
}

#homepage_map_polylines div {
    display: none;
}

#small_map_overlay {
    position: absolute;
    width: 100%;
    height: 250px;
    background: url(/static/img/small_map_overlay.png) no-repeat;
    top: 0;
    right: 0;
    z-index: 200;
}

.map_listing {
    margin-top: -1000px;
    margin-bottom: 726px;
}

.map_listing .column {
    padding: 20px 0;
    margin: 63px 10px 0;
    background: #FFF;
    border-radius: 5px;

    -webkit-box-shadow:  0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow:  0 0 20px 0 rgba(0, 0, 0, 0.3);

    height: 476px;
    overflow: auto;
}

.map_listing ul {
    list-style: none;
    margin: 0;
}

.map_listing li:first-of-type {
    border-top: 1px solid #d6d6d6;
}

.map_listing li {
    cursor: pointer;
    padding: 13px 10px;
    height: 57px;
    background: url(/static/img/red_marker.png) 22px center no-repeat,
                url(/static/img/listing_arrow_grey.png) 305px center no-repeat,
                #FFF;
    border-bottom: 1px solid #d6d6d6;
}

.map_listing li.active {
    border: none;
    background: url(/static/img/white_marker.png) 22px center no-repeat,
                url(/static/img/listing_arrow_white.png) 305px center no-repeat,
                #333;
}

.map_listing li.active h3 {
    color: #FFF;
}

.map_listing li.active a {
    color: rgba(255, 255, 255, 0.6);
}

.map_listing h3 {
    border: 0;
    padding: 0 0 0 59px;
    font: 700 0.875em/1 Helvetica, sans-serif;
    color: #858585;
    text-transform: none;
    margin: 2px 0 0 0;
}

.map_listing a {
    padding: 0 0 0 59px;
    font: 700 0.75em/1 Helvetica, sans-serif;
    color: #858585;
}

.map_listing .popup_abstract {
    display: none;
}

.infoBox {
    position: relative;
    -webkit-box-shadow:  0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow:  0 0 20px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    width: 415px;
    background: #FFF;
    border-radius: 5px;
    height: 198px;
}

.infoBox::after {
    content: " ";
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 200px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
}

.infoBox h1 {
    font: 700 0.75em/1 "Lato", Helvetica, sans-serif;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.infoBox img.six {
    width: 165px;
    height: 116px;
    margin-left: -10px;
}

.infoBox div {
    float: right;
    width: 210px;
}

.infoBox p {
    font: 0.75em/1.8 Helvetica, sans-serif;
    height: 96px;
    overflow: hidden;
    margin-bottom: 7px;
}

.infoBox a {
    font: 0.75em/1.8 Helvetica, sans-serif;
}

.acc_map_icon {

}


.six blockquote.testimonial {
    margin: 0;
}

blockquote.testimonial::before {
    content: " ";
    display: block;
    width: 100%;
    height: 4px;
    background: url(/static/img/testimonial_top.png) repeat-x;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote.testimonial::after {
    content: " ";
    display: block;
    width: 100%;
    height: 4px;
    background: url(/static/img/testimonial_bottom.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

blockquote.testimonial {
    border: 0;
    background: url(/static/img/testimonial_left.png) repeat-y 0,
                url(/static/img/testimonial_right.png) repeat-y right top,
                url(/static/img/testimonial_background.jpg) repeat 0;
    position: relative;
    padding: 25px 25px 5px 25px;
    margin: 40px 0 0;
}

blockquote.testimonial h2 {
    background: url(/static/img/paw_black.png) no-repeat;
    border: none;
    padding: 0;
    margin: 0 0 12px;
}

blockquote.testimonial p {
    font: 300 0.875em/1.8 Helvetica, sans-serif;
}

blockquote.testimonial p.quote {
    font: 600 1.125em/1.8 "Lato", Helvetica, sans-serif;
    color: #363635;
}

/* What Africa Uncovered says.. blockquote */
blockquote.whatausays::before {
    content: " ";
    display: block;
    width: 100%;
    height: 4px;
    background: url(/static/img/testimonial_top.png) repeat-x;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote.whatausays::after {
    content: " ";
    display: block;
    width: 100%;
    height: 4px;
    background: url(/static/img/testimonial_bottom.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

blockquote.whatausays {
    border: 0;
    background: url(/static/img/testimonial_left.png) repeat-y 0,
                url(/static/img/testimonial_right.png) repeat-y right top,
                url(/static/img/paw_pattern.png) repeat 0;
    position: relative;
    padding: 25px 25px 5px 25px;
    margin: 40px 0;
}

blockquote.whatausays h2 {
    color: #e5b328;
    background: url(/static/img/paw.png) no-repeat;
    border: none;
    padding: 0;
    margin: 0 0 12px;
    text-transform: none;
}

blockquote.whatausays p {
    font: 400 0.875em/1.8 Helvetica, sans-serif;
    color: #FFF;
}

blockquote.whatausays p.quote {
    font: 600 1.125em/1.8 "Lato", Helvetica, sans-serif;
    color: #363635;
}


/* Homepage specific stuff */
.homepage_top h1 {
    padding: 40px 0;
    font: 900 2.25em/1.4 "Lato", Helvetica, sans-serif;
    color: #333;
}

.related_items {
    background: url(/static/img/paw_pattern.png) repeat fixed;
    margin: 40px 0 0;
    padding: 0 0 30px;
}

.related_items + .row {
    margin-top: 30px;
}

.related_items .promo_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
    cursor: pointer;
}

.promo_item a {
    color: #000;
    position: relative;
    display: block;
}

.related_items .info {
    position: absolute;
    width: 100%;
    bottom: -75px;
    left: 0;
    background: white;
    padding: 0 10px;
    -webkit-transition: bottom 0.35s ease-in-out;
    -moz-transition: bottom 0.35s ease-in-out;
    -ms-transition: bottom 0.35s ease-in-out;
    -o-transition: bottom 0.35s ease-in-out;
    transition: bottom 0.35s ease-in-out;
}

.related_items .promo_item:hover .info {
    bottom: 0 !important;
}

.related_items h1,
.related_safaris h1 {
    font: 900 2.25em/1.2 "Lato", Helvetica, sans-serif;
    color: #FFF;
    padding: 40px 0;
}

.related_items .info h4,
.related_safaris .info h4,
.related_accommodation .info h4 {
    font: 700 0.875em/1.8 "Lato", Helvetica, sans-serif;
    color: #1d1d1d;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;

    padding: 0;
    margin: 10px 0;

    /*padding: 0 0 16px;*/
    /*margin: 10px 0 16px;*/

    -webkit-transition: padding 0.35s ease-in-out,
                        border-bottom 0.35s ease-in-out;
    -moz-transition: padding 0.35s ease-in-out,
                        border-bottom 0.35s ease-in-out;
    -ms-transition: padding 0.35s ease-in-out,
                        border-bottom 0.35s ease-in-out;
    -o-transition: padding 0.35s ease-in-out,
                        border-bottom 0.35s ease-in-out;
    transition: padding 0.35s ease-in-out,
                        border-bottom 0.35s ease-in-out;
}

.related_safaris .info h4 {
    margin: 10px 0 0;
    padding: 0 0 11px;
}

.related_accommodation .info h4 {
    color: #FFF;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.related_items .three:hover .info h4,
.related_safaris .four:hover .info h4 {
    /*padding-bottom: 16px;*/
}

.related_safaris .four .info p {
    border-top: 1px solid #FFF;
    padding-top: 16px;
    -webkit-transition: border-top 0.35s ease-in-out;
    -moz-transition: border-top 0.35s ease-in-out;
    -ms-transition: border-top 0.35s ease-in-out;
    -o-transition: border-top 0.35s ease-in-out;
    transition: border-top 0.35s ease-in-out;
}

.related_safaris .info h4 {
    border-bottom: none;
}

.related_safaris .four:hover .info p {
    border-top: 1px solid #171717;
}

.related_items .info p,
.related_safaris .info p,
.related_accommodation .info p {
    font: 400 0.75em/1.8 Helvetica, sans-serif;
}

/* Bespoke page */
.related_safaris::before {
    content: " ";
    display: block;
    width: 100%;
    height: 8px;
    background: url(/static/img/related_safaris_header.png) repeat-x;
    position: absolute;
    top: -4px;
}

.related_safaris {
    background: url(/static/img/related_safaris.jpg) repeat;
    background-attachment: fixed;
    position: relative;
    margin: 0;
    padding: 10px 0 20px;
}

.related_safaris h1 {
    font: 900 2em/35px "Lato", Helvetica, sans-serif;
    padding: 20px 0;
    color: #FFF;
}

.related_safaris .promo_item {
    position: relative;
    overflow: hidden;
    /*height: 230px;*/
    margin-bottom: 20px;
    border-radius: 3px;
    /*padding: 0;*/
    /*margin: 0 10px 20px;*/
    /*width: 320px;*/
    /*border: 1px solid transparent;*/
    /*cursor: pointer;*/
}

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

.related_safaris img,
.related_accommodation img,
.related_items img {
    width: 100%;
    height: auto;
}

.related_safaris .info {
    position: absolute;
    left: 0;
    background: white;
    padding: 0 10px;
    width: 100%;
    bottom: 0;

    -webkit-transition: bottom 0.35s ease-in-out;
    -moz-transition: bottom 0.35s ease-in-out;
    -ms-transition: bottom 0.35s ease-in-out;
    -o-transition: bottom 0.35s ease-in-out;
    transition: bottom 0.35s ease-in-out;
}

.related_safaris .promo_item:hover .info {
    bottom: 0 !important;
}

.related_safaris .promo_item[class*="column"]:last-child,
.related_items .promo_item[class*="column"]:last-child {
    float: left;
}

.related_accommodation, .enquire_section {
    background: url(/static/img/testimonial_background.jpg);
    padding: 20px 0;
    background-attachment: fixed;
}

.related_accommodation h1,
.related_articles h1 {
    font: 900 2em/35px "Lato", Helvetica, sans-serif;
    padding: 20px 0;
}

.related_accommodation .promo_item {
    position: relative;
    overflow: hidden;
    /*height: 174px;*/
    margin-bottom: 20px;
    border-radius: 3px;
    /*padding: 0;*/
    /*margin: 0 10px 20px;*/
    /*width: 235px;*/
    border: 1px solid transparent;
    cursor: pointer;
}


.related_accommodation .info {
    position: absolute;
    left: 0;
    background: #333;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    /*top: 132px;*/
    bottom: 0;
}

.related_accommodation .promo_item[class*="column"]:last-child {
    float: left;
}

/* Listing pages */
.listing {
    margin-top: 20px;
}

.listing .row {
    margin-bottom: 30px;
}

.listing .row h3 {
    margin-top: -7px;
}

.acc_list_icon, .acc_map_icon {
    display: inline-block;
    width: 109px;
    height: 45px;
    border: 1px solid #c1c1c1;
    padding: 16px 0;
    text-indent: 60px;
    text-transform: uppercase;
    color: #333;
    font: 700 0.875em/1 "Lato", sans-serif;
    float: right;
}

.acc_list_icon:hover, .acc_map_icon:hover {
    color: #333;
}

.acc_list_icon.active, .acc_map_icon.active {
    color: #FFF;
    background-color: #191919;
    border: 1px solid #191919;
}

.acc_map_icon {
    margin-left: 12px;
    background: url(/static/img/map-off.png) 13px 4px no-repeat;
}

.acc_map_icon.active {
    background-image: url(/static/img/map-on.png);
}

.acc_list_icon {
    background: url(/static/img/list-off.png) 13px 10px no-repeat;
}

.acc_list_icon.active {
    background-image: url(/static/img/list-on.png);
}

/* Enquire now form */
.enquire_section {
    margin-top: 40px;
    background-image: url(/static/img/enquire_background.jpg);
}

.enquire_section .button, .enquire_section .button:hover {
    background: #000;
    color: #FFF;
}

.enquire_section .centered {
    margin: 20px auto;
}

.enquire_section h4.centered {
    font-size: 20px;
    font-family: "Lato", Helvetica, sans-serif;
    margin-top: 0;
}

form.contact .columns[class*="column"] + [class*="column"]:last-child {
    float: left;
}

/*form.contact h3 {
    color: #191919;
    font-size: 1.125em;
    font-weight: 400;
    text-transform: none;
    border-bottom-color: #a7a39a;
    margin-bottom: 20px;
}
*/

form.contact .twelve + .twelve {
    margin-top: 30px;
}

.contact_form {
    margin-top: -40px;
}

form.contact label {
    font-weight: bold;
}

.contact_form form h3:first-of-type {
    margin-top: 0;
}

form.contact label {
    display: inline-block;
    margin-bottom: 12px;
}

form.contact label + span {
    font-size: 0.625em;
}

form.contact input {
    outline: none;
}

form.contact p {
    width: 25%;
    float: left;
    min-height: 1px;
    padding: 0 10px;
    position: relative;
}

form.contact div.datepicker_icon {
    position: absolute;
    top: 38px;
    right: 17px;
    width: 16px;
    height: 16px;
    background: url(/static/img/datepicker_icon.png) no-repeat;
}

form.contact .row .newsletter_signup {
    padding-top: 37px;
}

.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
    border-color: #9c2323;
    background-color: #FFF;
}

/* Search results */
.search_results {
    margin-top: 20px;
}

.search_results a {
    color: #1d1d1d;
}

.search_results h3 {
    margin-top: -5px;
    margin-bottom: 8px;
}

.search_results .row {
    margin-bottom: 30px;
}

/* Blog categories */
.blog_categories {
    list-style: none;
}


/* Map tooltip */
#tt {
    border-radius: 3px;
    position: absolute;
    display: block;
    z-index: 200;
    background: #786a58;
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    overflow: hidden;
}

#ttcont {
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    color: #FFF;
}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    overflow: hidden;
}

/* Skype fix */
body span[class ^= "skype_pnh_print_container"] {
    display: inline !important;
}

body span.skype_pnh_container {
  display: none !important;
}
