/* Add here all your css styles (customizations) */


/*Set the font-size to 14px*/
body {
    font-size: 14px;
    line-height: 1.6;
}

/* Set widths on the form inputs since otherwise they're 100% wide. Add in the box-sizing. */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Responsive: Portrait tablets and below */
@media (max-width: 768px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    select {
        font-size: 16px;
    }
}

/*--------------------------------------------------
    [ADMIN PAGES]
----------------------------------------------------*/

.admin-container {
    margin-top: 120px;
}

/*--------------------------------------------------
    [NAVIGATION]/[LOGO]
----------------------------------------------------*/

/* Allow for a small logo */
.navbar {
    min-height: 80px;
}

/* Allow for a small logo with some top padding on all screens */
.one-page-header.navbar {
    padding: 6px 0;
}

/* Use a white background for the header */
/* Will also require changes to navigation items */
/* 
.one-page-header {
  background: #fff;
  box-shadow: 0 0 3px #b5b5b5;
}
 */

/* On page load, show the white logo */
.one-page-header .logo {
    background: url(../img/GOLFSelect_WHITE_NoUSP.png) no-repeat center center;
    display: inline-block;
    height: 56px;
    width: 140px;
    background-size: contain;
}

/* On page scroll, the top-nav-collapse padding was different to .one-page-header.navbar, so make it the same */
.one-page-header.top-nav-collapse {
    padding: 6px 0;
}

    /* On page scroll, the nav changes to white, so show the grey logo */
    .one-page-header.top-nav-collapse .logo {
        background: url(../img/GOLFSelect_GREY_NoUSP.png) no-repeat center center;
        display: inline-block;
        height: 56px;
        width: 140px;
        background-size: contain;
    }

/* Remove the top and bottom padding on navbar-brand to allow for the logo */
.one-page-header .navbar-brand {
    padding: 0 15px 0;
}

/* Add some extra top padding to the menu items to accommodate the logo */
.one-page-header .navbar-nav > li > a {
    padding: 24px 15px 13px;
}

    /* Add some extra top padding to the menu item separator to accommodate the logo */
    .one-page-header .navbar-nav > li > a::before {
        top: 23px;
    }

/* Add some styling to navbar-brand to allow for the partner portal back arrow */
.one-page-header .navbar-brand i {
    padding: 0 15px 0;
}

/* Ensure the navbar-toggle allows for the height of the logo */
.navbar-toggle {
    margin-top: 19px;
}

/* Responsive:  */
/* Switch to a bigger logo on bigger screens */
@media (min-width: 769px) {

    /* On page load, show the white logo */
    .one-page-header .logo {
        display: inline-block;
        height: 56px;
        width: 140px;
        background-size: contain;
    }

    /* On page scroll, the nav changes to white, so show the grey logo */
    .one-page-header.top-nav-collapse .logo {
        display: inline-block;
        height: 56px;
        width: 140px;
        background-size: contain;
    }

    .navbar {
        min-height: 80px;
    }

    .navbar-toggle {
        margin-top: 22px;
    }
}

/*--------------------------------------------------
    [CONTACT BLOCK]
----------------------------------------------------*/

/* Add some extra top padding to the contact block to accommodate the logo */
.top-contact-block {
    padding: 19px 0 0 20px;
    color: #eee;
    font-size: 12.5px;
}

.top-nav-collapse .top-contact-block {
    color: #777;
}

/* Ensure the contact block allows for the width of the logo */
@media (max-width: 1200px) {
    .top-contact-block {
        display: none;
    }
}

@media (max-width: 992px) {
    .top-contact-block {
        display: none;
    }
}

@media (max-width: 768px) {
    .top-contact-block {
        display: none;
    }
}

@media (max-width: 480px) {
    .top-contact-block {
        display: none;
    }
}

/*--------------------------------------------------
    [PROMO SECTION]
----------------------------------------------------*/

/* Give the buttons some more prominence */
/* Give the buttons some more prominence */
.promo-next .btn-u.btn-brd.btn-u-light {
    color: #fff;
    border-color: #fff;
    background: rgba(0,0,0,0.4);
}

.promo-next .btn-u.body-buy {
    color: #fff;
    border: solid 1px #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .promo-next .btn-u.body-buy:hover {
        background: #fff;
        color: #555 !important;
    }

.promo-text {
    margin-bottom: 25px;
}


/* Switch to a smaller font-size on tablets and below (max-width: 991px) */
@media (max-width: 991px) {
    .promo-section h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .promo-text {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
        padding: 10px 30px;
    }

        .promo-text:after {
            display: none;
        }
}

/* Switch to a smaller font-size on phones and below (max-width: 768px) */
@media (max-width: 768px) {
    .promo-section h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .promo-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 10px;
        padding: 10px 20px;
    }

        .promo-text:after {
            display: none;
        }
}


/*--------------------------------------------------
    [CONTACT]
----------------------------------------------------*/



/*--------------------------------------------------
    [GENERAL CONTENT]
----------------------------------------------------*/

/* Set the text colour when the background is used */
.bg-color-light label {
    color: #555;
}

/* Buffer comes in handy on occasion */
.buffer {
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.funny-boxes-rating li {
    display: inline-block;
}

    ul.funny-boxes-rating li i {
        color: #f8be2c;
        font-size: 14px;
    }

.holiday-activity-icon {
    width: 30px;
}

    .holiday-activity-icon i {
        color: #72c02c;
        display: inline-block;
        font-size: 14px;
        height: 33px;
        text-align: center;
        width: 33px;
    }

.holiday-activity-time {
    width: 90px;
    white-space: nowrap;
}

.itinerary-dayheader {
    background-color: #d9edf7;
}

/*--------------------------------------------------
    [COURSE | ACCOMM LISTS | ITINERARY LISTS]
----------------------------------------------------*/

.item-logo, .item-photo {
    margin: 12px 0 18px 0;
}

    .item-logo .img-responsive, .item-photo .img-responsive {
        margin: 0 auto;
    }

.item-list a, .item-list a:focus, .item-list a:hover {
    text-decoration: none;
    color: #555
}

.tag-box p {
    margin-bottom: 10px;
}

/*.tag-box h3 {
}*/

/*--------------------------------------------------
    [GOOGLE MAPS]
----------------------------------------------------*/
.map_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    margin: 20px 0 20px 0;
}

    .map_container .map_canvas {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }


/* Team */
.team .thumbnail-style {
    padding: 12px;
}

    .team .thumbnail-style img {
        margin-bottom: 7px;
    }

    .team .thumbnail-style h3 {
        margin-bottom: 5px;
    }

    .team .thumbnail-style:hover h3 a {
        color: #72c02c !important;
    }

    .team .thumbnail-style small {
        display: block;
        margin-top: 5px;
        font-size: 12px;
    }

/*Thumbnails
------------------------------------*/
a.thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.thumbnail-style {
    padding: 7px;
    margin-bottom: 20px;
}

    .thumbnail-style:hover {
        box-shadow: 0 0 8px #ddd;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        -moz-transition: box-shadow 0.2s ease-in-out;
        -o-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
    }

    .thumbnail h3,
    .thumbnail-style h3 {
        margin: 6px 0 8px 0;
    }

        .thumbnail h3 a,
        .thumbnail-style h3 a {
            color: #585f69;
            font-size: 18px;
        }

            .thumbnail h3 a:hover,
            .thumbnail-style h3 a:hover {
                color: #72c02c;
                text-decoration: none;
            }

    .thumbnail-style .thumbnail-img {
        position: relative;
        margin-bottom: 11px;
    }

    .thumbnail-style a.btn-more {
        right: -10px;
        bottom: 10px;
        color: #fff;
        padding: 1px 6px;
        position: absolute;
        background: #72c02c;
        display: inline-block;
    }

        .thumbnail-style a.btn-more:hover {
            text-decoration: none;
            box-shadow: 0 0 0 2px #5fb611;
        }

    .thumbnail-style:hover a.btn-more {
        right: 10px;
    }




/*--------------------------------------------------
    [VIEW MORE]
----------------------------------------------------*/
.more-btn {
    margin: 12px 0;
}

.more-inner {
    display: none;
    margin: 12px 0;
}

.course-hole {
    font-size: 26px;
    font-weight: 700;
}

.course-info-1 {
    width: 100px;
    text-align: left;
    vertical-align: top;
}

.course-info-2 {
    text-align: left;
    vertical-align: top;
}

/*--------------------------------------------------
    [MASONRY LAYOUT FOR GALLERY IMAGES]
----------------------------------------------------*/


.grid {
    background: #FFFFFF;
    margin-top: 20px;
}

    /* clear fix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    /*width: 32.6667%;*/
    /*width: 24.25%;*/
    /*width: 19.20%;*/
    width: 100%;
    /*height: 167px;
    overflow: hidden;
    position: relative;*/
}

.gutter-sizer {
    width: 1%;
}

.grid-item {
    float: left;
    margin-bottom: 10px;
}

    .grid-item img {
        display: block;
        max-width: 100%;
        /*position: absolute;
        min-width: 100%;
        min-height: 100%;
        -ms-interpolation-mode: bicubic;
        margin: auto;
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;*/
    }

/* Extra small devices (phones) */
@media screen and (max-width: 479px) {
    /* 1 columns for tiny screens, no gutter */
    .gutter-sizer {
        width: 0;
    }

    /*.grid-sizer,
    .grid-item {
        height: 250px;
    }*/
}

/* Extra small devices (phones, 480px and up) */
@media screen and (min-width: 480px) {
    /* 3 columns for larger screens */
    .grid-sizer,
    .grid-item {
        width: 32.6667%;
    }
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    /* 4 columns for larger screens */
    .grid-sizer,
    .grid-item {
        width: 24.25%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    /* 5 columns for larger screens */
    .grid-sizer,
    .grid-item {
        width: 19.20%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    /* 5 columns for larger screens */
    .grid-sizer,
    .grid-item {
        width: 19.20%;
    }
}

/*Makes the lazy-loaded images responsive */
.b-lazy {
    max-width: 100%;
}

/*--------------------------------------------------
    [PARTNER BACK BUTTON]
----------------------------------------------------*/
.partner-back-btn {
    left: 0;
    top: 19px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 555555;
    position: fixed;
    padding: 9px 10px;
    background: #222;
    border-radius: 0 3px 3px 0 !important;
}

i.style-switcher-btn:hover {
    background: #000;
}

/*--------------------------------------------------
    [ROUNDED AND CIRCLE CLASSES]
----------------------------------------------------*/
.no-rounded {
    border-radius: 0 !important;
}

.rounded {
    border-radius: 4px !important;
}

.rounded-x {
    border-radius: 50% !important;
}

.rounded-2x {
    border-radius: 10px !important;
}

.rounded-3x {
    border-radius: 15px !important;
}

.rounded-4x {
    border-radius: 20px !important;
}

.rounded-sm {
    border-radius: 2px !important;
}

.rounded-md {
    border-radius: 3px !important;
}

.rounded-top {
    border-radius: 4px 4px 0 0 !important;
}

.rounded-left {
    border-radius: 4px 0 0 4px !important;
}

.rounded-right {
    border-radius: 0 4px 4px 0 !important;
}

.rounded-bottom {
    border-radius: 0 0 4px 4px !important;
}

/*--------------------------------------------------
    [REPEATER ITINERARY META DATA]
----------------------------------------------------*/
.itinerary-meta {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin-bottom: 5px;
}

    .itinerary-meta i {
        float: left;
        color: #74c52c;
        padding: 5px;
        font-size: 16px;
        width: 30px;
        text-align: center;
        margin: 0 20px 0 0;
    }

        /*min-width works with FontAwesome*/
        .itinerary-meta .fa {
            min-width: 30px;
        }

@media (max-width: 480px) {
    .metatypecd {
        display: none;
    }
}

/* For the partner portal page, switch to dark text on white background */
.promo-exclusive {
    background: #e6ac00 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 12px 0 40px;
}

    .promo-exclusive h2 {
        color: #fff;
    }

/*--------------------------------------------------
    [CONTENT CONTAINERS]
----------------------------------------------------*/

.container-center {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 10px;
}

/*--------------------------------------------------
    [SHARE BUTTONS]
----------------------------------------------------*/

.share-buttons a {
    text-decoration: none;
}

    .share-buttons a i {
        margin-right: 6px;
        text-decoration: none;
    }

    .share-buttons a i {
        font-size: 20px;
    }

        .share-buttons a .icon-md {
            height: 40px;
            line-height: 40px;
            width: 40px;
            color: #555555;
            border-color: #555555;
        }


/*--------------------------------------------------
    [SKYFORM]
----------------------------------------------------*/
.sky-form {
    margin: 0;
    outline: none;
    font: 14px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-family: inherit;
    line-height: 1.55;
    color: inherit;
}

    .sky-form .total-payment {
        font-size: 18px;
    }

    .sky-form fieldset {
        padding: 10px 15px 5px;
    }

    .sky-form footer {
        padding: 10px 15px 5px;
    }

.ui-datepicker-calendar {
    line-height: 20px !important;
}


/* Responsive:  */
@media (min-width: 769px) {

    .sky-form .total-payment {
        font-size: 24px;
    }

    .sky-form fieldset {
        padding: 10px 15px 5px;
    }

    .sky-form footer {
        padding: 10px 15px 5px;
    }
}

.sky-form .col .total-payment-label {
    padding: 8px 0 0;
    width: 100%;
}

.sky-form .col .total-payment-amount {
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}

.sky-form .state-error + em, .sky-form .state-error .val {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 16px;
    line-height: 1.55;
    color: #a94442;
    font-weight: normal;
}

.sky-form .input.state-error input,
.sky-form .select.state-error select {
    margin-bottom: 6px;
}

.sky-form .input input,
.sky-form .select select {
    border-width: 1px;
    font-size: 18px;
    color: #404040;
    height: 40px;
}

.sky-form .textarea textarea {
    border-width: 1px;
    font-size: 18px;
    color: #404040;
    height: auto;
}

.sky-form .icon-append, .sky-form .icon-prepend {
    background: inherit;
    font-size: 18px;
    height: 38px;
    line-height: 39px;
    top: 1px;
}

.sky-form .checkbox {
    color: #404040;
    cursor: pointer;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 40px;
}

    .sky-form .checkbox i {
        border-width: 1px;
        height: 30px;
        width: 30px;
    }

    .sky-form .checkbox input + i::after {
        font: 24px FontAwesome;
        left: 2px;
        top: 2px;
    }

.sky-form a {
    color: #72c02c;
    text-decoration: underline;
}

.sky-form .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

/*.sky-form .input .icon-prepend + .eway-secure {
    
}*/


/*--------------------------------------------------
    [SECUREPAY]
----------------------------------------------------*/
.securepay-container {
    position: relative;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .securepay-container iframe {
        /*overflow: hidden;*/
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
/*--------------------------------------------------
    [OWL CAROUSEL]
----------------------------------------------------*/

.owl-theme .owl-nav [class*=owl-] {
    background: rgba(0,0,0,0.4);
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #72c02c;
        color: #FFF;
        text-decoration: none;
    }

.owl-theme .owl-dots .owl-dot span {
    background: rgba(0,0,0,0.4);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #72c02c;
}

#clients {
    display: none;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
    #clients img {
        width: 100%;
    }
}
/*--------------------------------------------------
    [LIST GROUP]
----------------------------------------------------*/

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}