/***************** Core *****************/
html, body, form, header, footer, main { 
    width:100%;
    margin:0;
    padding:0;
    border:0;
    font-family: 'Catamaran', sans-serif;
    font-size:12px;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
     color:#4a4a4a;
}
.container {
    max-width:1020px;
    margin:auto auto;
    position:relative;
}
@media only screen and (max-width:1085px) and (min-width: 371px) { 
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media only screen and (max-width: 370px) {
    .container {
        padding-left: 1.25% !important;
        padding-right: 1.25% !important;
    }
}
@media only screen and (max-width:1200px) {
    .vimeoIFrame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width:1201px) {
    .vimeoIFrame {
        position: absolute;
        top: -200px;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.bannerVideoContainer {
    padding: 56.25% 0 0 0;
    position: relative;
}

.section { 
    padding:45px 15px; 
}
hr { 
    border:1px solid #AA1D2B; 
}

a:hover {
    text-decoration: none;
    -moz-transition: background .1s ease-in-out, color .3s ease-in-out;
    -webkit-transition: background .1s ease-in-out, color .3s ease-in-out;
    -o-transition: background .1s ease-in-out, color .3s ease-in-out;
    -ms-transition: background .1s ease-in-out, color .3s ease-in-out;
    transition: background .1s ease-in-out, color .3s ease-in-out;      
}
:hover {
    -moz-transition: background .1s ease-in-out, color .3s ease-in-out;
    -webkit-transition: background .1s ease-in-out, color .3s ease-in-out;
    -o-transition: background .1s ease-in-out, color .3s ease-in-out;
    -ms-transition: background .1s ease-in-out, color .3s ease-in-out;
    transition: background .1s ease-in-out, color .3s ease-in-out; 
}
.front ul, ol { 
    padding-left: 15px; 
}
.front ul li,
.front ol li {
    font-size: 18px;
    color: #3d3d3d;
    line-height: 24px;
}

a img { 
    border: 0px; 
}   
/*.front .no-margin { 
    margin:0; 
    height:0;
    width:0;
} */

img {
    max-width: 100%;
}
p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;  
}

.small-text {
    font-size: 12px !important;
}


/***************** General **************/
.front * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#main .clear:before,
.front .clear:before,
#main .clear:after,
.front .clear:after {
    content:"";
    display:table;
    clear:both;
}
.front a {
    color:#e42d50;
    text-decoration:none;
}
.front a:hover { 
    color:#39afdf; 
}

.front a.__green:hover { 
    color:#008000; 
}

.front .index-social-media a:hover {
    color: #555;
    text-decoration: none;
}
.front p { 
    line-height:1.5em; 
}

.front .validation-error {
    color: #fff !important;
    padding: 0.5rem 0.5rem 0.5rem 1.6rem;
    border: 1px solid #CCC;
    position: relative;
    display: block;
    border-radius: 0px;
    background: #ff3434;
    width: 100%;
    margin: 10px 0;
}
    @media screen and (max-width:768px) {
        .front .validation-error {
            margin:0.5rem 0 0 0;
        }
    }

.front span.validation-error[style*="inline"] { 
    display: inline-block !important;
    color: red !important;
    background: transparent;
    border: none !important;
    font-size: 12px;
    padding: 0.4rem 0.3rem 0.3rem 1.7rem;
}
.front .validation-error:before {
    font-family:"FontAwesome";
    color:#ff3434;
    position:absolute;
    left:7px;
    top:8px;
    content:"\f05a";
}
.front p { margin:0 0 1em 0; }
.front .hidden { display:none; }
.front .update { width:100%; }
.front .content-section .twitter-tweet { margin:0 auto 0 auto !important; }

.red {
    color: #df024a;
}
.blue {
    color: #1f1439;
}
.cyan {
    color: #38fffe;
}

.front .no-margin {
    display: none;
}
.center {
    text-align: center;
}

.grey-section {
    padding: 40px 0;
    background: #f7f8f9;
}
    @media(min-width: 768px) {
        .grey-section {
            padding: 70px 0;
        }
    }

/***************** Headings *************/
.front h1, .front h2, .front h3, .front h4, .front h5, .front h6 { margin:0 0 0em 0; font-weight:500;}
.front h1 { font-size:3.77em; }
.front h2 { font-size:2.2em; }
.front h3 { font-size:2em; }
.front h4 { font-size:1.8em; }
.front h5 { font-size:1.6em; }
.front h6 { font-size:1.4em; }
.front header.main {
    margin:0 0 2em 0;
    position:relative;
    text-align:center;
    float:left;
}
.social .social {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.57);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.57);
}
.social h3 {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 15px !important;
    margin-bottom: 0 !important;
}

.front header.main h1,
.front header.main h2,
.front header.main h3 {
    margin:0;
    padding:0 1em 0 1em;
    background:#fff;
    position:relative;
    display:inline;
}
@media screen and (max-width:768px) {
    .front h1 {
        font-size:24px;
        line-height:32px;
        text-align:center;
    }
    h1 {
        font-size:24px;
        line-height:32px;
        text-align:center;
    }
    /*.front p { margin:0; } */
}

.front .title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
    @media(min-width:768px) {
        .front .title {
            font-size: 45px;
            line-height: 52px;
            margin-bottom: 40px;
        }
    }
/***************** Forms ****************/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance:none;
    margin:0;
}
input[type=number] { -moz-appearance:textfield; }
.front textarea,
.front input[type=date],
.front input[type=text],
.front input[type=email], 
.front input[type=date], 
.front input[type=number],
.front input[type=tel],
.front input[type=password]{
    padding:0.9rem; 
    -webkit-transition:background-color .3s;
    -moz-transition:background-color .3s;
    -o-transition:background-color .3s;
    -ms-transition:background-color .3s;
    transition:background-color .3s;
    background: #fff;
    border: 1px solid #E7E7E7;
    font-size:16px;
}
.front input[type=date] { height:44px; }
::-webkit-input-placeholder { color:#666565 !important; }
:-moz-placeholder { color:#666565 !important; }
::-moz-placeholder { color:#666565 !important; }
:-ms-input-placeholder { color:#666565 !important; }

focus { outline:none !important;}
:focus { outline:none !important;} 

.front select {
    background:#fff;
    color:#444;
    font-size:inherit;
    padding:.5em;
    margin:0;
    border:1px solid #1b1463;
    font-size:16px;
}
    @media only screen and (max-width:768px){
        .front select { width:100%; }
    }
.label-remember-me { float:right; }
.front .form .row {
    float:left;
    width:100%;
    margin-bottom:20px;
}
    @media only screen and (max-width: 900px) {
        .front .form .row { margin:0; }
    }
.front .form .row .half-width {
    width:49%;
    float:left;
    margin-left: 2%;
}
.front .form .row .half-width:first-child {
    margin-left: 0;
}
.front .form .row .quarter-width {
    width:24%;
    float:left;
}
.front .form .row .quarter-width select {
    width:50%;
    padding:0.9rem;
}
.front .form .row .left { margin-right:2%; }
.front .form .row .quarter-left { margin-right:1%; }
.front .form .row .half-width input[type=password], 
.front .form .row .full-width input[type=password],
.front .form .row .half-width input[type=text], 
.front .form .row .full-width input[type=text],
.front .form .row .half-width input[type=email], 
.front .form .row .full-width input[type=email], 
.front .form .row .half-width input[type=date],
.front .form .row .full-width input[type=date], 
.front .form .row .half-width input[type=number],
.front .form .row .full-width input[type=number],
.front .form .row .half-width input[type=tel],
.front .form .row .full-width input[type=tel],
.front .form .row .half-width select,
.front .form .row .full-width select,
.front .form .row .full-width textarea,
.front .form .row .quarter-width input { width:100%; }

    @media only screen and (max-width: 900px) {
        .front .form {
            width:100%;
            margin:0;
        }
        .front .form .row .full-width select { width:100% !important; }
    }
    @media screen and (max-width: 768px) {
        .front .form .row .full-width,
        .front .form .row .half-width { 
            width:100%;
            margin:0 0 6% 0;
        }
        .form .row .half-width.left { width:100%; }
        .front .form .row .quarter-width {
            width:49%;
            margin:0 0 2% 0;
        }
        .front .form .row .quarter-width.left,
        .front .form .row .quarter-width.last { margin-right:0; }
        .front .form .row .quarter-left { margin-right:2%; }
        .front .form .row .quarter-width select { width:100%; }
    }
.front .button-validation {
    padding:0;
    border:0;
    background:none;
    font-size:1.2rem;
    color:#fff;
    cursor:pointer;
}
.front .button:hover .button-validation {
    color:#df024a;
}
.front input[type=checkbox] {
     width:20px; 
     height:20px;
     margin-right: 10px;     
     -webkit-border-radius:22px; 
     -moz-border-radius:22px;
     border-radius:22px;
     border:1px solid #bbb;
     float:left;
}
.front label {
    display:inline-block;
    float:left;
    padding:13px 0 0 5px;
}
.front .radio-button label {
    padding-top:2px; 
    padding-right: 10px;
}
    @media screen and (max-width: 768px) {
        .front label {
            float:left;
            width:84%;
        }
    }
.front label:after {    
    content:"";
    display:table;
    clear:both;
}
.front .right input[type=checkbox] { float:right; }
.front .right label { 
    padding:13px 5px 0 0;
    float:right; 
}
.front .loader { 
    display:none;
    z-index:2000;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.front .enquiry .loader { background:rgba(255, 255, 255, 0.5); }
.front .loader i {
    position:absolute;
    top:22%;
    left:45%;
    font-size:8em;
    color:#153139;
}
    @media screen and (max-width: 768px) {
        .front .loader i { left:42%; }
    }
    @media screen and (max-width: 500px) {
        .front .loader i { left:38%; }
    }
.front .inline { display:inline; }  


/***************** Table ****************/
.front table {
    margin:0 0 1em 0;
    width:100%;
    background:#FFF;
    border:0;
}
.front table tr th,
.front table tr td { 
    border:0; 
    padding:0.5em;
    font-size: 17px;
    font-weight: 100;
    line-height: 27px;  
}
.front table tr th { 
    background:#1f1439; 
    color:#FFF;
    text-align:left;
}
.front table tr th.right,
.front table tr td.right { text-align:right; }
.front  table tr th.options { text-align:right; }
    @media screen and (max-width:768px) {
        .front table { 
            border:0; 
        }
        .front table.radio-button tr {
            border:0;
        }
        .front table tr td {
            padding:7px 4px;
            min-height:1.8em;
            font-size:13px;
            border:0;
        }
        .front table td:last-child {
            border-bottom: 0; 
        }
        .front table td:before {
            content: attr(data-label);
            float:left;
            font-weight:bold;
            color: #343839;
            font-size:13px;
            padding-right: 5px;
        }
        #table-basket th { 
            display:none; 
        }
    }
.front table tr .button { margin:0; }
table tr:nth-child(2n-1) { background-color:#f5f5f5; }

.front .table-nav td { padding:6px 0 17px 0 }
.front .table-nav .right .button { float:none; }

td.Cancelled {
    color: red;
}
td.Completed {
    color: green;
}

@media(max-width: 767px) {
    .mybookings thead {
        display: none;
    }
    .mybookings table tr td {
        display: block;
        text-align: left;
        padding: 4px 10px;
        line-height: 16px;
    }
    .mybookings table tr td:first-child {
        padding-top: 10px;
    }
    .mybookings table tr td:last-child {
        padding-bottom: 10px;
    }
}


/***************** Button ****************/
.front .button {
    color: #FFF;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 500;
    background: #df024a;
    min-width: 182px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #df024a;
}
.front .button.__small {
	min-width: 130px;
	font-size: 1.3em;
	padding: 9px 19px;
}
.front .button.__reverce  { 
    background: transparent;
    color: #df024a;
}
.front .button.__cyan { 
    background:#38fffe;
            color: #1f1439;
    border-color:#38fffe;
}

.front .button.__green { 
    background:#008000;
    color: #fff;
    border-color:#008000;
}

.front .button.__dark { 
    background: none;
    background: rgba(255,255,255,0.25);
    color:#1f1439;
    border-color:#1f1439;
}
    @media(min-width: 768px) {
        .front .button:hover {
            background: transparent;
            color:#df024a;
            cursor: pointer;
        }
        .front .button.__reverce:hover {
            background:#df024a;
            color:#fff;
        }
        .front .button.__cyan:hover {
            background: transparent;
    color:#38fffe;
        }
        .front .button.__dark:hover {
            background:#df024a;
            color:#fff;
            border-color:#df024a;
        }
    }
.front .button-before::before { 
    font-family:"FontAwesome";
    margin-right:5px;
}
.front .button-report-post:before { content:"\f071"; }
.front .button-quote:before { content:"\f10d"; }
.front .button-edit-post:before { content:"\f044"; }
.front .button-delete-post:before,
.front .button-cancel:before { content:"\f00d"; }
.front .button-post-reply:before { content:"\f112"; }
.front .button-locked:before { content:"\f023"; }
.front .button-unlock:before { content:"\f09c"; }
.front .button-ban-user:before { content:"\f235"; }
.front .button-logout:before { content:"\f08b"; }
.front .button-profile:before { content:"\f06e"; } 
.front .button-subscribe:before { content:"\f003"; }
.front .button-enable:before { content:"\f011"; }
.front .button-new-thread:before { content:"\f067"; }
.front .button-save:before { content:"\f0c7"; }
.front .button-down:before { content:"\f063"; }
.front .button-login:before { content:"\f090"; }
.front .button-image:before { content:"\f03e"; }
.front .button-comment:before { content:"\f075"; }
.front .button-password:before { content:"\f084"; }


/***************** Main *****************/
#main { 
    background:#fff; 
    display:inline-block;
    clear:both;
}
    @media(min-width:768px) {
        #main {
            margin-top:-118px;
        }
    }

/************* Breadcrumbs ***********/
#main #breadcrumbs { 
    margin: 1em 0 2em 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}


/***************** Header *****************/

.top-header {
    position: relative;
    width: 100%;
    z-index: 10000;
}
.header-top {
    width: 100%;
    background: #fff;
    z-index: 9;
}
    @media(min-width:600px){
        .header-top {
            position: absolute;
        }
    }
    @media(min-width:768px) {
        .header-top {
            position: fixed;
        }
    }
    @media(min-width:600px){
        .header .wrapper {
            padding-top: 30px;
        }
    }
.header .wrapper .content,
.header .wrapper .container {
    padding: 0 15px;
}
#header .content .toggle-menu,
#header .container .toggle-menu,
#header .content .toggle-search,
#header .container .toggle-search {
    background:transparent;
    padding:0.6rem;
    color:#39afdf;
    display:inline-block;
    position:absolute;
    top:9px;
    font-size:2rem;
    text-decoration:none;
    display: none;
}
#header .content .toggle-menu,
#header .container .toggle-menu { 
    left:1.1rem; 
}
#header .content .toggle-search,
#header .container .toggle-search {
    right:2.1rem;
    width:2.5rem;   
}
#header .content #logo-container,
#header .container #logo-container {
    padding: 25px 0px 5px;
}
#header #print-logo {
    display: none;
}
    @media only screen and (max-width:767px){
        #header .content #logo-container,
        #header .container #logo-container {
            padding:0;
            margin: 0;
            width:120px;
            position: absolute;
            top: 10px;
        }
    }

    @media(min-width:601px) {/*768px) {*/
        #header .content #menu-container,
        #header .container #menu-container {
            float: right;
            width:80%;
        }
    }
    @media only screen and (max-width: 370px) {
        #header #logo-container img {
            position: relative;
            top: 0px;
        }
    }
    @media only screen and (max-width: 600) and (min-width: 371px) {
        #header #logo-container img {
            position: relative;
            top: 80px;
        }
    }
    @media only screen and (max-width: 767px) {
        #header #logo-container img {
            padding:0 !important;
            margin:0 !important;
        }
    }

    @media only screen and (max-width:1200px){
        #header-stick .content
        #header-stick .container { 
            padding:0; 
        }
    }
    @media only screen and (max-width:600px){
        #header-stick { 
            top:0 !important; 
        }
        .selected {
            border-bottom: none;
        }
        #header-stick.selected .top-nav ul li a {
            color:#fff !important;
        }
        #header-stick { 
            top:107px !important; 
        }
    }
    @media only screen and (min-width: 600px) and (max-width:767px){
        #header-stick { top:107px !important; }
        .selected {
            border-bottom: none;
        /*    background: #39afdf; */
        }
    }
#header-stick.selected .content,
#header-stick.selected .container { height:auto; }
#header-stick .header-quick-links { display:none; }

#header-stick.header .top-nav {
    border-top:none !important;
    border-bottom:none !important;
    background:transparent;
}

#header-stick.selected .header-quick-links,
#header .header-quick-links { 
    display:block;
    width:36%;
    margin:25px 0 0 0;
    float:left; 
}
#header-stick.selected .header-quick-links ul,
#header .header-quick-links ul { list-style:none; }
    @media only screen and (max-width:768px){
        #header .header-quick-links { display:none; }
    }
#header-stick.selected .header-quick-links ul li,
#header .header-quick-links ul li { 
    float:left;
    margin:0 16px 0 0;
}
#header-stick.selected .header-quick-links ul li a, 
#header .header-quick-links ul li a {  }

#header-stick.selected .header-quick-links ul li a.gifts,
#header .header-quick-links ul li a.gifts {
    background:url("../../pics/gift-white.png") no-repeat left top;
    background-size:10%;
    padding:3px 0 0 19px;
}
#header .header-quick-links ul li:hover { border-bottom:1px solid #FFF; }
#header-stick.selected .header-quick-links ul li a,
#header .header-quick-links ul li a {
    color:#FFF; 
    text-decoration:none;
    text-transform:uppercase;
    font-weight:400;
    font-size:12px;
    letter-spacing:1px;
    font-family:"Futura-Book";
}
#header #header-logo { 
    width:30%;
    float:left;
    text-align:center;
}
    @media only screen and (max-width:768px){
        #header #header-logo { width:92%; }
    }

#header #header-mobile-right,
#header #header-mobile-left { display:none; }

    @media only screen and (max-width:768px){
        #header #header-mobile-left { 
            width: 10%;
            margin: 0;
            float: left;
            left: 15px;
            top: 10px;
            position: relative;
            display:block;
        }
        #header #header-mobile-right,
        #header #header-mobile-left { display: block; }

        #header #header-mobile-right { float: right; }
        #header #header-mobile-left { float: left; }

        #header .header-mobile-menu {
            display:inline-block; 
            width:30px;
            height:30px;
        }
        #header .header-mobile-booker.open {
            display:inline-block; 
        }
        #header .header-mobile-booker.open i { display:none; }
        #header .header-mobile-menu:before {
            content:"";
            position:absolute;
            left:0;
            top:0.25em;
            width:2.5em;
            height:0.35em;
            background:#39afdf;
            box-shadow:0 0.60em 0 0 #39afdf, 0 1.2em 0 0 #39afdf;
        }
        #header .header-mobile-booker.open,
        #header .header-mobile-menu.open{
            width:36px;
            height:33px;
            position:relative;
            top:-5px;
            left:-5px;
        }
        #header .header-mobile-booker.open {
            left:0;
            top:0;
        }
        #header .header-mobile-booker.open:before,#header .header-mobile-booker.open:after,
        #header .header-mobile-menu.open:before,#header .header-mobile-menu.open:after{
            content:'';
            position:absolute;
            width:32px;
            height:4px;
            background-color:#39afdf;
            top: 16px;
            box-shadow:none;
            border:none;
        }
        #header .header-mobile-booker.open:before,      
        #header .header-mobile-menu.open:before{
            -webkit-transform:rotate(45deg);
            -moz-transform:rotate(45deg);
            transform:rotate(45deg);
            left:2px;
        }
        #header .header-mobile-booker.open:after,
        #header .header-mobile-menu.open:after{
            -webkit-transform:rotate(-45deg);
            -moz-transform:rotate(-45deg);
            transform:rotate(-45deg);
            right:2px;
        }
        #header .header-mobile-booker {
            color:#39afdf;
            font-size:30px;
        }
    }
.header #header-search {
    width:33%;
    margin:8px 0 0 0;
    float:right;
    text-align:right;
    display:none !important;
}
    @media only screen and (max-width:768px){
        #header #header-search { display:none; }
    }
#header-stick #header-search {
    width:195px;
    margin:0; 
}
#header-stick #header-search .search-box-field,
#header #header-search .search-box-field {
    width:111px;
    height:40px;
    padding:13px 8px 8px 8px;
    background:#ebe5db; 
    text-transform:uppercase;
    color:#39afdf;
    font-family:"Futura-Book";
    font-weight:400;
    font-size:12px;
    letter-spacing:1px;
}
    @media only screen and (max-width:803px){
        #header-stick #header-search .search-box-field { width:100px; }
    }
#header-stick #header-search .search-box-field{
    background:#eaeaea; 
    color:#000;
}
@media only screen and (min-width:768px){ 
    #header-stick #header-search.open .search-box-field { 
        background:#e6f6f6; 
        border:1px solid #04A9A9;
        color:#000;
    }
}
    
.header #header-search ::-webkit-input-placeholder { color:#d0c2aa; }
.header #header-search :-moz-placeholder { color:#d0c2aa; }
.header #header-search ::-moz-placeholder { color:#d0c2aa; }
.header#header-search :-ms-input-placeholder { color:#d0c2aa; }
.header #header-search  input[type=submit] { 
    height:40px;
    width:40px;
    float:right;
    background:#FFF url("../../pics/search-icon.png") no-repeat center center;
    background-size:65%;
}
#header-stick #header-search  input[type=submit] {
    background:#39afdf url("../../pics/search-icon-white.png") no-repeat center center;
    background-size:65%;
}
    @media only screen and (min-width:768px){ 
        #header-stick #header-search.open  input[type=submit] {
            background:#04A9A9 url("../../pics/search-icon-white.png") no-repeat center center;
            background-size:65%;
        }
    }
.header #header-search  input[type=submit]:hover { cursor:pointer; }

.header .top-nav { 
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3px;
}
.header .top-nav ul {
    margin: 0;
}
    @media(max-width:767px) {
        .header .top-nav ul {
            text-align: center;
            padding-left: 0;
        }
    }
    /*@media(min-width:768px) {
        .header .top-nav ul {
            float: right;
        }
    }*/
    @media(min-width:601px) {
        .header .top-nav {
            float: right;
        }
    }
#header-stick.header .top-nav ul { 
    height:auto; 
}
.header .top-nav ul li {
    display: inline-block;
    padding: 0 4px 0 10px;
    color: #66686a;
    text-decoration: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px !important;
    font-family: 'Catamaran', sans-serif;
    border-left: 1px solid;
}
.header .top-nav ul li.tel-no { padding-left:20px; }
.header .top-nav ul li.tel-no a {
    color:#1bc4c4;
    font-size:16px;
    background:url('../../pics/header-phone-icon.jpg') center left no-repeat;
    background-size:contain;
    padding-left:30px;
}
@media screen and (max-width: 320px) {
    .header .top-nav ul li {
        padding: 0 0 0 8px;
    }
}


.header .top-nav ul li:first-child {
    border-left: 0;
    padding-left: 0;
}
.header .top-nav ul li:last-child {
    padding-right: 0;
}
.header .top-nav ul li.selected {
    color: #df024a;
    border-bottom: 0;
    border-color: #66686a;
}
.header .top-nav ul li.selected a {
    color: #df024a;
}
.header .top-nav ul li:hover a {    
    z-index: 999999;
    border-radius: 0px;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition:background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -ms-transition:background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    @media only screen and (max-width:1020px){
        #header-stick.header .top-nav ul li { margin:0; }
        #header-stick.header .top-nav ul li a{ padding:0 14px 0 0; }
    }
    @media only screen and (max-width:826px){
        #header-stick.header .top-nav ul li { margin:0; }
        #header-stick.header .top-nav ul li a{ padding:0 16px 0 0; }
    }
    @media only screen and (max-width:798px){
        #header-stick.header .top-nav ul li { 
            margin:0; 
            padding:0;
        }
        #header-stick.header .top-nav ul li a{ padding:0 6px 0 0; }
    }
.header .top-nav ul li.no-sub:hover a {
    border-radius: 0px;
    color: #df024a;
    -moz-transition: color .3s ease-in-out;
    -webkit-transition:color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.header .top-nav ul li a { 
    color: #66686a;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    height: 100%;
    font-family: 'Catamaran', sans-serif;
}
#header-stick.header .top-nav ul li a { padding-top:0; }
.header .top-nav ul li:hover { 
    z-index: 999999;
    border-radius: 0px;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition:background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -ms-transition:background .3s ease-in-out;
    transition: background .3s ease-in-out;
    cursor:default;
}
#header-stick.header .top-nav ul li:hover a { background:none; }
#header-stick.header li .toggle-children { 
    display:none !important;
    border-left:1px solid #949595;
}
@media screen and (min-width: 769px) {
    #header-stick.header  li ul {
        position: absolute;
        left: -9999px;
    }
}
#header-stick.header li.hover > ul,
#header-stick.header li li.hover ul { position:static; }

@media screen and (max-width: 768px) {
    #header-stick.selected .top-nav ul li .toggle-children {
        display:block !important;
        width:15%;
        padding-left:0;
        float:right;
        text-align:center;
        color:#FFF;
        line-height:40px;
        padding:8px 0;
    }
    #header-stick.selected .top-nav ul li .toggle-children i { font-size:20px; }
}
.header .top-nav ul li .nav-sub { display:none; }

@media screen and (min-width: 769px) {
    .header .top-nav ul li .nav-sub {
        padding:35px;
        width:100%;
        border:none;
        position:absolute;
        left:0;
        top:58px;
        background:#343839;
        z-index:999;
        border:1px solid #000;
    }
    .header .top-nav ul li:hover .nav-sub { display:block;  }
    .header#header-stick .top-nav ul li:hover .nav-sub { display:none; }
}
    @media only screen and (max-width:1200px){
        .header .top-nav ul li .nav-sub {
            margin:0 1% 0 1%; 
            width:98%;
            height:auto !important;
        }
    }

    .header .top-nav .nav-sub .nav-sub-links ul li .sub-sub-nav { display:none; }
    @media only screen and (max-width:768px){
        .header .top-nav .nav-sub .nav-sub-links ul li.hover .sub-sub-nav,
        .header .top-nav ul li.hover .nav-sub { 
            display:block; 
            float: left;
            width: 100%;
            padding: 0;
            margin:0;
            position: initial;
            border-radius: 0;
        }
        #header-stick.header .top-nav ul li.hover .nav-sub ul { padding:0; margin:0; }
        #header-stick.header .top-nav ul li.hover .nav-sub ul li a.sub-a { padding-left:30px; }

        #header-stick.header .top-nav ul li.hover .nav-sub ul li a.sub-sub-a { padding-left:40px; }

        #header-stick.header .top-nav ul li.hover .nav-sub ul a { margin:0; }
    }
.header .top-nav .nav-sub .nav-sub-links { width:100%; }
.header .top-nav .nav-sub .nav-sub-links ul{
    width: 18%;
    height: auto;
    float: left;
    text-align: left;
    margin: 0 2% 0 0;
    padding: 0 10px;
}
.header .top-nav .nav-sub .nav-sub-links ul:hover li a {
    background:none; 
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.header .top-nav .nav-sub .nav-sub-links ul li{
    display:block; 
    margin:0;
    padding:0 0 2px 0;
}
.header .top-nav .nav-sub .nav-sub-links ul li a{ 
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    padding: 0;
    line-height: 23px;
    margin-bottom: 7%;
}
.header .top-nav .nav-sub .nav-sub-links ul li:hover a { 
    cursor:pointer; 
    text-decoration: none;
    color:#AD5E66;
}
.header .top-nav .nav-sub .nav-sub-links ul li.header { 
    position: relative;
    margin: 0 0 10px 0;
    min-height: 62px;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.header .top-nav .nav-sub .nav-sub-links ul li.header a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
}

.header .top-nav .nav-sub .nav-sub-links ul li.header a:hover {
    cursor:pointer; 
    text-decoration: none;
    color:#AD5E66;
}
.header .top-nav .nav-sub .nav-sub-image {
    width:50%;
    height:100%;
    float:left;
    overflow:hidden;
}
.header .top-nav .nav-sub img { 
    height:100%; 
    min-width:100%;
}
.header .top-nav .nav-sub .nav-sub-image .hidden { display:none; }
#header-stick { 
    display: none;
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgba(235, 229, 229, 0.32);
    background: #343839;
    z-index: 400;
    -webkit-box-shadow: 0 7px 18px -9px black;
    -moz-box-shadow: 0 7px 18px -9px black;
    box-shadow: 0 7px 18px -9px black;
}
#header-stick img { float:left; }
#header-stick .top-nav .nav { 
    margin:0;
    width:auto;
    float:none;
}
    @media only screen and (max-width:798px){
        #header-stick .top-nav .nav { margin-left:10px; }
    }
#header-stick.selected { position:relative; }
#header-stick.selected .logo { display:none; }
#header-stick.selected #header-search { 
    width:100%; 
    padding:10px;
     -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
#header-stick.selected #header-search .search-box-field { width:88%; }

    @media only screen and (max-width:768px){
        #header-stick.selected #header-search .search-box-field { width:88% !important; }
    }

#header-stick.selected #header-search  input[type=submit] {
    width:12%;
    background-size:40%;
}
    @media only screen and (max-width:448px){
        #header-stick.selected #header-search  input[type=submit] { background-size:60%; }
    }

#header-stick.selected .content { 
    padding:0; 
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -moz-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
}
#header-stick.selected .top-nav { 
    width:100%;
    display:block;
    -webkit-box-ordinal-group:2;
    -moz-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
}
#header-stick.selected .top-nav .nav { 
    margin:10px 0 0 0;
    padding:0;
}
    @media only screen and (max-width:767px){
        #header-stick.selected .top-nav .nav { margin: 0; }
    }

#header-stick.selected .top-nav ul { width:100%; }
#header-stick.selected .top-nav ul li {
    width:100%;
    display:table;
    border-top:1px solid #f5f2ed;
}
#header-stick.selected .top-nav ul li a {
    display:block;
    padding:8px 0 8px 0; 
    font-size:18px;
}
    @media only screen and (max-width:767px){
        #header-stick.selected .top-nav ul li a { 
            width: 85%;
            float: left;
            text-align: left;
            padding-left: 6%;
            color: #fff;
            font-weight: 100;
            font-size: 18px !important;
        }
    }
#header-stick.selected .header-quick-links {
    width:64%;
    margin:auto auto;
    text-align:center;
    -webkit-box-ordinal-group:3;
    -moz-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
}
#header-stick.selected .header-quick-links ul {  margin:10px 0 10px 0; }
#header-stick.selected .header-quick-links ul li a { color:#39afdf; }
#header-stick.selected .header-quick-links ul li {
    display:inline-block; 
    float:none;
    padding:10px 0 5px 0;
}
    @media only screen and (max-width:768px){
        #header-stick.selected .header-quick-links ul li { padding:0; }
    }
#header-stick.selected .header-quick-links ul li a.gifts {
    background:url("../../pics/gift-gold.png") no-repeat left top;
    background-size:10%;
    padding:3px 0 0 20px;
}

#header-stick ul li a {
    font-size: 13px !important;
    line-height: 40px !important;
}
.selected { border-bottom: 5px solid #39afdf; }
    @media only screen and (max-width:600px){
        .selected { border-bottom:none; }
        li.selected a {color:#e42d50!important;}
    }

.nav-sub li.selected { background:transparent; } 
.nav-sub li.selected a { color:#C57A7A !important; }

li.parent a { color:red !important; }


.searchpage-search a {
    float: left;
    padding: 15px;
    border: 1px solid #e7e7e7;
    border-left: 0;
    display: inline-block;
}
.searchpage-search input {
    float: left;
}


/* Top Menu */
.top-menu {
    background: #0f242a;
    padding: 10px 0;
    text-align: right;
}
.top-menu li {display: inline-block;}
.top-menu .inline {display: inline-block;}

/***************** Content *****************/
.front .content,
.front .container {
    max-width: 1180px;
    margin: auto auto;
    position: relative;
}
.front .content.__xs,
.front .container.__xs {
    max-width: 770px;
}
.front .content.__sm,
.front .container.__sm {
    max-width: 940px;
    margin-top: 15px;
}
.front .content.__md,
.front .container.__md {
    max-width: 980px;
}
.pswp__img {
    width:auto !important;
    height:auto !important;
}

.front .content img:not(.pswp__img) { 
    max-width:100% !important; 
    height:auto !important;
}
    @media screen and (max-width: 600px) {
        .front .content img:not(.pswp__img) {  
            /*width:100% !important; */
            margin:0 0 2% 0;
        }
    }


/***************** Banner *****************/
.banner-fade { display:none; }
#main .flexslide-wrapper { 
    background:#FFF;
    width:100%;
    height: 100%;
    max-height: 610px;
    overflow: hidden;
 }
#main .flexslide-container {
    width:100%;
    margin:auto auto;
 }
#main .slides-content {
    width:100%;
    position:absolute;
    top:40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main.home .slides-content {
    top: 50%;
}
    @media screen and (max-width: 767px) {
        #main .slides-content {  
            top: 50%; 
        }
    }
#main .slides-content h3,
#main .slides-content h1 { 
    font-size: 45px;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
}
    @media screen and (max-width: 767px) {
        #main .slides-content h3,
        #main .slides-content h1 { 
            font-size: 22px;
            padding: 11px;
            width: 100%;
        }
        .text {display: none;}
    }
#main .slides-content-hook,
#main .slides-content-body {
    margin:0 0 0.2em 0;
    display:block;
    font-size:45px;
    font-weight:500;
    line-height:28px;
    letter-spacing: 1px;
}

#main .slides-content-body {
    font-size: 22px;
}
.read-more-container {
    text-align:center;
    margin-top:30px;
    display:block;
    clear:both;
}
.read-more-container .read-more {
    border:1px solid #fff;
    background:#39afdf;
    padding:10px 20px;
    font-family:inherit;
    cursor:pointer;
}
.read-more-container .read-more a {
    color:#fff !important;
    cursor:pointer;
}
.read-more-container .read-more a:hover { color:#fff !important; }
.read-more-container .read-more:hover {
    background:#368aac;
    color:#fff !important;
}


/* Room */
.room {
    padding: 38px 0px;
    text-align: center;
    background: #f7f8f9;
}
.room-banner {
    background: #f7f8f9;
}
.room-banner .back-to-search {
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Catamaran', sans-serif;color: #4a4a4a;
    padding: 25px 0;
}
.room-banner .back-to-search img {
    float: left;
    margin-top: 4px;
}
.room-banner .back-to-search a:hover .back-label {
    color: #df024a;
}
.room-banner .back-to-search .back-label {
    margin-left: 10px;
}
.room-banner .left-side {
    width: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 205px !important;
    position: relative;
}
    @media(min-width: 769px) {
        .room-banner .left-side {
            height: 346px !important;
        }
    }
.left-side {
    position: relative;
}
.left-side::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 27px;
    height: 25px;
    background: url(../../pics/pin-overlay.png) no-repeat center center;
    background-size: 100%;
}
.room-banner .left-side img{
    height: inherit !important;
}

.room-banner .right-side {
    display: inline-block;
    width: 50%;
    float: right;
}
.room-rating {
    margin-top: 15px;
}

.room-rating span {
    width: 30px;
    height: 30px;
    float: left;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; 
}
.room-rating .empty {
    background-image: url(../../pics/empty.png);
}
.room-rating .star {
    background-image: url(../../pics/star.png);
}
.room-rating .half-star {
    background-image: url(../../pics/halfstar.png);
}
.price-container {
    background-color: #fff;
    padding: 23px 0 24px !important;
    width: 100%;
    border: 1px solid #dedede;
}
.price-container p {
    font-weight: 400;
    letter-spacing: 1px;
}
    @media(min-width: 768px) {
        .price-container .enquire-button{
            margin-top: 10px;
            margin-bottom: 20px;
        }
    }
.price-container .price-label {
    font-size: 15px;
    padding: 11px 0 10px;
}
.price-container .price-label span {
    font-size: 45px;
    color: #fb0049;
    padding: 0;
    margin: 0;
    display: block;
    font-weight: 500;
    line-height: 33px;
}
.price-container .price-label span .pence {
    display: inline-block;
    font-size: 29px;
}
.eight-hour-saving {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
}
.saving-amount {
    font-weight: 600;
    letter-spacing: 0px;
}
.price-container .button {
    min-width: 222px;
}
.pricemenu {
    font-size: 18px;
    padding: 26px 0 0;
    margin-top: 23px;
    letter-spacing: 0.8px;
    border-top: 1px solid #dedede;
}
.pricemenu p {
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.pricemenu .viewmenu {
    display: inline-block;
    padding-right: 14px;
    margin-right: 11px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-right: 1px solid #4a4a4a;
}
.pricemenu .askquestion {
    font-weight: 500;
    letter-spacing: 0.4px;
}


.room-testimonials{
    text-align: left;
    padding: 45px 46px;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px #38fffe solid;
    position: relative;
    font-size: 18px; 
    font-weight: 300;
}

.room-testimonials .speechmark{
    position: absolute;
    top: -25px;
    left: 22.5px;
}

.room-testimonials .slick-arrow{
    position: absolute;
    bottom: -30px;
    right: 0;
    cursor:pointer;
}

.room-testimonials .arrow-right{
    right: -25px;
}
.room .room-left .room-section p:last-of-type{
    margin-bottom:0 ;
}

@media(max-width: 767px) {
    .room-banner .left-side{
        width: 100%;
        max-width: 100%;        
    }
    .enquire-button{
        margin-left:5px;
    }
    .price-container{
        text-align: center;
    }
    .room-banner .back-to-search{
        padding: 25px 0 0 0;
    }
    .room .mobile-view.room-section.price-container {
        text-align: center;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .room .mobile-view.room-section.price-container .button {
        padding: 3px 12px;
        min-width: 100px;
        font-size: 1.2em;
    }
    .front .room-banner .container,.front .room .container{
        padding: 0px 20px !important;       
        margin: 0 !important;       
    }

    .room-testimonials{
        /*margin-top:0;*/
        margin-bottom: 0px;
    }
    .room{
        padding-top: 0 !important;
        border:0px;
    }
    .no-border{
        border:0px !important;
    }

    .right-side.side {
        width: 100%;
        max-width: 100%;        
        height: 200px !important;
    }
    .room .room-section{
        
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .desktop-view{
        display: none !important;
    }
}
@media(max-width: 768px) {
    .right-side.side {
        height: 205px !important;
    }
}


@media(min-width: 768px) {
    .mobile-view {
        display: none  !important;
    }

    .desktop-view {
        display: inline-block  !important;
    }
    .room {
        padding: 60px 0;
    }
    .room .content {
        padding: 0 15px;
    }
}
@media(min-width: 992px) {
    .room {
        padding: 22.5px 0 50px 0;
    }
}

.room .room-left {
    width: 68%;
    display: inline-block;
    margin-right: 2%;
    float: left;
    text-align:left;
}
.room .title {
    text-align:left;
    margin-bottom: 22.5px;
}
.room .room-section {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px #acacac solid;
}
.room .room-section:first-of-type {
    padding-top:0;
}
.room .room-section:last-of-type {
    padding-bottom:22.5px;
    border-bottom: 0;
}
.room .column-item .title {
    font-size: 14px !important;
    line-height: inherit !important;
}
.room .column-item div .title.margin-top {
    margin-top: 10px;
    margin-bottom: 0px
}

.room .column-item .small-text {
    font-size: 12px;
}
.room .column-item div {
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Catamaran', sans-serif;color: #4a4a4a;
    padding-bottom: 10px;
}

.room .column-item.icons div {
    padding-left: 50px;
   /* padding-bottom: 20px; */
    position: relative;
}
.room .column-item.icons div:last-of-type{
    padding-bottom:0 ;
}
    @media(max-width: 767px) {
        .room .__facilities .column-item.icons div,
        .room .__roomlayouts .column-item.icons div {
            width: 50%;
            float: left;
            padding-left: 38px;
            padding-right: 10px;
        }

        .room .__facilities .column-item.two-column, .room .__roomlayouts .column-item.two-column { width: 100%; }
    }

.room .column-item .fa-info {
    font-size: 10px;
    border: 1px #fb0049 solid;
    border-radius: 53%;
    padding: 3px 6px;
    color: #fb0049;
}

.room .column-item.three-column {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
    column-gap: 25px;
}
.room .column-item.two-column {
    width: 50%;
    display: inline-block;
    float: left;
}
@media(min-width: 768px) {
    .room .__facilities .column-item.two-column,
    .room .__roomlayouts .column-item.two-column {
        width: 100%;
    }
    .room .__facilities .column-item.icons div,
    .room .__roomlayouts .column-item.icons div {
        width: 40%;
        float: left;
    }
}
.room .facility-icon {
    position: absolute;
    left: 0;
}
@media(max-width: 600px) {
    .front  .room .content .facility-icon{
        width: initial !important;
    }
    .room .column-item.two-column {
    width: 100%;
    display: inline-block;
    float: none;
}
}

@media(max-width: 400px) {
    .room .column-item.two-column{
        /*column-count:1;*/
    }
}

.room .room-right{
    width: 28%;
    display: inline-block;
    float: right;
}

@media(max-width: 769px) {
    .room .room-left {
        width: 57%;
    }
    .room .room-right {
        width: 40%;
    }
}
@media(max-width: 767px) {
    .room .room-left {
        width: 100%;
        display: inline-block;
        margin-right: 0;
        float: none;
    }
    .room .room-left .left-side {
        font-size: 0;
    }
    .room .room-left .left-side img {
        width: 100%;
    }
    .room .room-right {
        width: 100%;

        float: none;
        margin-top: 30px;
        margin-bottom: 30px;
        display: none;
    }
}

.room .sub-title p {
    margin-bottom: 0
}


/**** Room Image Slider ****/
.left-side .slider .slide {
    position:relative;
    overflow:hidden;
}

    @media screen and (min-width: 768px) {
        .left-side .slider .slide { height:375px; }
    }

.room-banner .left-side img {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    width:590px;
    height:auto !important;
    max-width:590px;
}

.left-side .slider .slick-prev,
.left-side .slider .slick-next {
    position:absolute;
    z-index:10;
    top:50%;
    background-color:none;
    border:none;
    color:transparent;
    cursor:pointer;
    width:24px;
    height:44.5px;
    margin-top:-22px;
    padding:0;
}
.left-side .slider .slick-prev {
    left:15px;
    background:url('../../pics/chevron-left.png') center center no-repeat;
    background-size:cover;
}
.left-side .slider .slick-next {
    right:15px;
    background:url('../../pics/chevron-right.png') center center no-repeat;
    background-size:cover;
}


/***************** Meeting rooms **************/
.meetingrooms {
    padding: 0 10px 38px;
    text-align: center;
    background: #f7f8f9;
}
.room .meetingrooms {
    padding: 0 10px;
}
    @media(min-width: 769px) {
        .meetingrooms {
            padding: 0 0 45px;
        }
        .meetingrooms.__results {
            padding: 25px 0 40px;
        }
        .meetingrooms .content {
            padding: 0;
        }
    }
.meetingrooms .title {
    padding-top: 40px;
    text-align: center;
}
    @media(min-width: 768px) {
        .meetingrooms .title {
            padding-top: 60px;
            margin-bottom: 20px;
            border-top: 1px solid #aba9a9;
        }
         .meetingrooms .extra-padding {
            margin-bottom: 40px !important;
}
         .meetingrooms .less-padding {
            padding-top: 25px !important;
}
    }
    @media(min-width: 992px) {
        .meetingrooms .title {
            padding-top: 40px;
        }
    }
.front .meetingrooms-search {
    text-align: right;
    margin-top: 0 !important;
   /* padding-top: 20px !important;*/
}
.front .meetingrooms-search span {
    background: #fff;
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
}
.front .meetingrooms-search select {
    border: 0;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 30px;
    -webkit-appearance: none;
    background: #fff url(../../pics/expand-open.png) no-repeat 96% center;
}
    @media(max-width: 768px) {
        .front .meetingrooms-search select {
            width: auto;
        }
    }
.front .meetingrooms h5 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
padding: 0 0 25px 0;
}
.meetingrooms-item {
    text-align: left;
    display: block;
    transition: all 0.3s;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
}
    @media(min-width: 768px) {
        .meetingrooms-item {
            color: #3e3e3e;
            margin-bottom: 25px;
            -webkit-transition: all 0.3s; 
            -moz-transition: all 0.3s; 
            transition: all 0.3s; 
            position: relative;
        }
        .front .meetingrooms-item:hover {
            -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
            -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
            box-shadow: 0 0 15px 0 rgba(0,0,0,0.3); 
        }
        .meetingrooms.__results .content-section .content:last-child .meetingrooms-item {
            margin-bottom: 10px;
        }
    }
.meetingrooms-image {
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.meetingrooms-image::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 17px;
    height: 17px;
    background: url(../../pics/pin-overlay.png) no-repeat center center;
    background-size: contain;
}
    @media(min-width:769px) {
        .meetingrooms-image {
            max-height: 200px;
            max-width: 280px;
        }
        .more-rooms-desktop .meetingrooms-image {
            max-width:100%;
        }
    }
.meetingrooms-image img {
    margin: 0 !important;
}
.meetingrooms-price {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    background: rgba(31,20,57,0.9);
}
.meetingrooms-price span {
    font-size: 22px;
    line-height: 16px;
    display: block;
}
.meetingrooms-content {
    height: 100px;
    padding: 15px;
}
.meetingrooms-content-text {
    height: 50px;
}
.meetingrooms-name {
    color: #3e3e3e;
    font-size: 18px;
    line-height: 22px;
    transition: all 0.3s;
}
.meetingrooms-capacity {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s;
}
.meetingrooms-savings {
    color: #df024a;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s;
    border: 2px solid #80d6ff;
    padding: 5px;
    background: transparent;
    border-radius: 25px;
    padding: 9px;
    width: max-content;
}
.meetingrooms-facilities {
    text-align: right;
    margin-top: 0;
    display: none;
}
    @media(min-width: 768px) {
        .meetingrooms-facilities {
            min-height: 28px;
        }
    }
    @media(min-width: 992px) {
        .meetingrooms-facilities {
            display: block;
            width: 100%;
            overflow: hidden;
            float: left;
        }
    }
.front .meetingrooms-facilities img {
    width: auto !important;
    max-height: 22px;
    margin-left: 1px;
}
    @media(min-width:992px) and (max-width:1180px) {
        .front .meetingrooms-facilities img {
            max-height: 16px;
            margin-left: 1px;
        }
    }
    @media(min-width: 1180px) {
        .front .meetingrooms-facilities img {
            max-height: 22px;
            margin-left: 1px;
        }
    }
.meetingrooms-button {
    margin-top: 10px;
}
    @media(min-width: 768px) {
        .meetingrooms-button {
            margin-top: 35px;
        }
    }

    .video-conferencing-room img {
        width:26px !important;
        float: left;
        padding-top: 2px;
    }
    .video-conferencing-room span {
        float: left;
        padding: 4px 0 0 2px;
        font-size: 16px;
    }
    
    .more-rooms-desktop .video-conferencing-room span {
        padding: 6px 0 10px 2px;
        font-size: 14px;
    }
    @media(min-width: 768px) and (max-width:1012px) {
        .video-conferencing-room img {
            width:18px !important;
            padding-top: 2px;
        }
        .video-conferencing-room span {
            float: left;
            padding: 3px 0 0 2px;
            font-size: 12px;
        }
        .more-rooms-desktop .video-conferencing-room img {
            width:22px !important;
            padding-top: 2px;
        }
        .more-rooms-desktop .video-conferencing-room span {
            padding: 2px 0 10px 2px;
            font-size: 12px;
        }
    
    }
    @media(max-width:568px) {
        .more-rooms-desktop .video-conferencing-room img {
            width:26px !important;
            padding-top: 2px;
        }
        .more-rooms-desktop .video-conferencing-room span {
            padding: 5px 0 10px 2px;
            font-size: 16px;
        }
    
    }

    .video-conferencing-room span {
        color: #e42d50;
    }
    .meetingrooms.__results .video-conferencing-room span {
        font-size: 16px;
    }
    .meetingrooms.__results .video-conferencing-room img {
        width:26px !important;
        padding-top: 2px;
    }



/* search results */

    @media(min-width: 768px) {
        .size-1 .meetingrooms-item:hover {
            -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
        }
    }

.size-1 .meetingrooms-image {
    float: left;
}
.size-1 .meetingrooms-content {
    max-width: 300px;
    float: left;
}

.size-1 .meetingrooms-name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
    @media(min-width:768px) {
        .size-1 .meetingrooms-name {
            font-size: 22px;
            line-height: 26px;
        }
    }
.size-1 .meetingrooms-facilities {
    text-align: left;
}
.meetingrooms-address {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
    @media(min-width:768px) {
        .meetingrooms-address {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 10px;
        }
    }
.size-1 .meetingrooms-capacity {
    font-size: 16px;
}
    @media(min-width:768px) {
        .size-1 .meetingrooms-capacity {
            margin-bottom: 25px;
            font-size: 18px;
        }
    }
.size-1 .meetingrooms-savings {
    font-size: 16px;
}

@media(min-width:768px) {
    .size-1 .meetingrooms-savings {
        margin-bottom: 25px;
        font-size: 18px;
    }
}
.meetingrooms-buttons {
    width: 100%;
    float: right;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #e7e7e7;
}
    @media(min-width:768px) {
        .meetingrooms-buttons {
            width: 190px;
            /* margin-top: 35px; */
            padding-top: 0;
            border: 0;
            position: relative;
            right: 0;
            top: 12px;
        }

        .front .meetingrooms-buttons .button.__small {
            min-width: 160px;
            max-width: 160px;
            font-size: 1.3em;
            padding: 9px 19px;
        }
    }
.meetingrooms-buttons .button {
    margin-top: 10px;
}
    @media(max-width:767px) {
        .front .meetingrooms-buttons .button.__small {
            min-width: 80px;
            padding: 5px 10px;
        }
    }
    @media(max-width: 327px) {
        .front .meetingrooms-buttons .button.__small {
            width: 95%;
        }
    } 
.size-1 .meetingrooms-capacity {
    font-size: 16px;
}
    @media(min-width: 768px) {
        .size-1 .meetingrooms-capacity {
            font-size: 18px;
        }
    }
.meetingrooms-booking {
    display: none;
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
    float: left;
    border-top: 1px solid #e2e3e4;
}

@media(max-width: 767px) {
    .meetingrooms.__results .meetingrooms-image {
        width: 50%;
    }
    .meetingrooms.__results .meetingrooms-content {
        width: 50%;
        height: auto;
        margin-bottom: 15px;
    }
}
@media(max-width: 568px) {
    .meetingrooms.__results .meetingrooms-image {
        width: 100%;
    }
    .meetingrooms.__results .meetingrooms-content {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}

.meetingrooms-content .room-rating span {
    width: 15px;
    height: 15px;
}
.meetingrooms-content .room-rating .reviews {
    width: auto;
    padding-left: 5px;
}
.meetingrooms-content .room-rating {
    margin-top: 0;
}
.meetingrooms.__results .meetingrooms-content .room-rating {
    margin-bottom: 7px;
}
    @media(min-width: 768px) {
        .meetingrooms.__results .meetingrooms-content .room-rating {
            margin-bottom: 25px;
        }
    }
.noresults {
    background: #f7f8f9;
}
.noresults .content {
    padding: 90px 0;
    border-bottom: 1px solid #acacac;
}


/* popup booking */
.popup-background.popup-room-booking {
    top: 0;
}
.popup-room-booking .meetingrooms-booking {
    float: none;
    max-width: 800px;
    border-top: 0;
    margin: 20px auto;
}
.popup-room-booking .bookingBar {
    padding: 12px 0 0;
    position: relative;
}

.popup-room-booking .bookingBar .popup-close {
    display:block;
    position:absolute;
    right:20px;
    top:10px;
    color:#39afdf;
    font-size:30px;
    cursor:pointer;
}

.popup-room-booking .bookingBar .popup-close:hover { 
    color:#343839; 
}
.popup-room-booking .bookingBar .popup-close {
    right: -15px;
    top: -15px;
    color: #fff;
    background: #e42d50;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
}


/***************** Locations **************/
.locations {
    padding: 45px 15px;
}
    @media(min-width: 768px) {
        .locations {
            padding: 40px 0;
        }
    }
.locations .locations-content {
    background: url(../../pics/bg-locations.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.locations .locations-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31,20,57,1);
}
    @media(min-width: 768px) {
        .locations .locations-content::before {
            background: rgba(31,20,57,0.6);
        }
    }
.locations-item {
    width: 50%;
    min-height: 80px;
    position: relative;
    text-align: center;
    display: inline-block;
    float: left;
    background: rgba(31,20,57,1);
}
.locations-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
    @media(min-width: 768px) {
        .locations-item {
            width: 20%;
            min-height: 145px;
            background: rgba(31,20,57,0);
            transition: all 0.3s;
        }
        .locations-item:hover {
            background: rgba(31,20,57,0.6);
        }
    }
.locations-item span {
    top: 50%;
    color: #fff;
    z-index: 9;
    font-size: 18px;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 20px;
    line-height: 20px;
}
    @media(min-width: 768px) {
        .locations-item span {
            font-size: 22px;
            line-height: 24px;
        }
    }


/***************** Benefits **************/
.benefits {
    padding: 40px 0;
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../pics/bg-benefits.jpg);
}
    @media (min-width: 768px) {
        .benefits {
            padding: 90px 0;
        }
    }
.benefits::after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../pics/benefits-overlay.png) no-repeat center center;
}
    @media(min-width: 1576px) {
        .benefits::after {
            background-size: 100%;
        }
    }
.benefits-wrap {
    z-index: 9;
}
.benefits .title {
    z-index: 9;
    color: #1f1439;
}
@media(max-width:567px) {
    .benefits-wrap.slick-slider .slick-list {
        height: 120px;
    }
}
.benefits-item {
    z-index: 9;
    width: 120px;
    height: 120px;
    margin: 0 2px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    background: rgba(31,20,57,0.9);
}
.benefits.__circles .benefits-item{
    width: 120px !important;
}

    @media(min-width: 992px) {
        .benefits-item {
            width: 153px;
            height: 153px;
            margin: 0 4px;
        }
        .benefits.__circles .benefits-item {
            width: 153px !important;
        }
    }
    @media(min-width: 1142px) {
        .benefits-item {
            width: 166px;
            height: 166px;
            margin: 0 11px;
        }
        .benefits.__circles .benefits-item {
            width: 166px !important;
        }
    }
.benefits-item span {
    top: 50%;
    left: 0;
    color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 300;
    line-height: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
    @media(min-width: 992px) {
        .benefits-item span {
            font-size: 18px;
            line-height: 22px;
        }
    }
.benefits-button {
    z-index: 9;
    margin-top: 45px;
    position: relative;
    text-align: center;
}

.benefits.__details::after {
    background: none;
}
.benefits.__details .content {
    max-width: 897px;
}
.benefits.__details .benefits-item {
    width: 94%;
    height: auto;
    padding: 35px 30px;
    color: #fff;
    float: left;
    border-radius: 0;
    margin: 0 11px 22px;
}
    @media(min-width: 768px) {
        .benefits.__details .benefits-item {
            width: 30%;
        }
    }
.benefits.__details .benefits-item h6 {
    font-size: 22px;
    line-height: 26px;
}
.benefits-text {
    font-size: 18px;
    line-height: 22px;
}
.benefits.__details .benefits-button {
    margin-top: 0;
}

.benefits-wrap .slick-dots li {
    display: inline-block;
    background: transparent;
}
.benefits-wrap .slick-dots li button {
    border-radius: 30px;
    width: 14px;
    height: 14px;
    border: 1px solid;
    font-size: 0;
    margin: 0 2px;
}
.benefits-wrap .slick-dots li.slick-active button {
    background: #1f1439;
}

/***************** Clients **************/
.clients {
    padding: 25px 0;
    text-align: center;
}
    @media(min-width: 768px) {
        .clients {
            padding: 45px 0;
        }
    }
.clients-item {
    width: 11%;
    margin: 0 2%;
    position: relative;
    display: inline-block;
}
@media(min-width: 768px) {
    .clients-item {
        height: 90px;
        width: 16%;
        margin: 0;
    }
}


/***************** Our Team **************/
.team-member { border: none !important; }
.team-member img {
    border-radius: 400px;
    -moz-border-radius: 400px;
    -webkit-border-radius: 400px;   
}

.team-member img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-description {
    text-align: center;
    padding: 20px 0;
}
.team-description h2 {margin-bottom: 10px;}
.team-description h3 {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 20px;    
}
.staff-popup .top h1 { margin: 0; }
.staff-popup .top h2 { 
    margin: 0;
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #569fac;
}
.staff-popup .left {
    width: 57%;
    float: left;
}
.staff-popup .left p {
    font-size: 15px;
    line-height: 24px;
}
.staff-popup .left p a {
    color: #e63b48;
    text-decoration: none;
}
.staff-popup .right {
    width: 40%;
    float: right;
}
.staff-popup .right p {
    text-align: center;
    margin: 5px 0;
}
.staff-popup .right img { 
    width:100%; 
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 0px solid #000000;      
    margin-bottom: 20px;
}
img.greyscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 0px solid #000000;  
}
img.greyscale:hover {
    -webkit-filter: none;
    filter: none;
}
h2.staff-directors {font-size: 2em;}
.staff-box { 
    border: none !important; 
    margin-bottom: 2% !important;
}
.staff-box .staff-textbox {
    text-align: left;
    padding: 10px 0;
}
.staff-textbox h2 {
    margin: 0 0 10px;
    font-size: 23px;    
}
.staff-textbox h3 { font-size: 18px; }

/***************** Basket *****************/
.basketbar {
    text-align: center;
    padding: 20px 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
    @media(min-width: 768px) {
        .basketbar {
            margin-bottom: 70px;
        }
    }
.basketbar span {
    width: 24%;
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.basketbar span.active {
    color: #df024a;
}

.basketpage {
    background: #fff;
    border: 1px solid #e7e7e7;
}
.basketpage-item {
    border-bottom: 1px solid #e7e7e7;
}
.basketpage-image {
    font-size: 0;
    width: 30%;
    float: left;
}
.basketpage-details {
    width: 70%;
    float: left;
    padding: 15px;
    position: relative;
}
.basketpage-details p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}
.basketpage-details ul li {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
}
.basketpage-total {
    color: #df024a;
    font-size: 18px;
    font-weight: 500;
}
.basketpage-total span {
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}
    @media(min-width: 768px) {
        .basketpage-total span {
            min-width: 76px;
        }
    }
    @media(min-width: 768px) {
        .basketpage-total {
            position: absolute;
            right: 10px;
            top: 10px;
        }
    }
.basketpage-roomhire {
    font-weight: 500;
    padding: 10px 0 0;
}
.booking-confirmation {
    margin-bottom: 30px;
}
.basketpage-extra {
    padding: 0 15px;
    background: #fff;
    overflow: hidden;
}


.basketpage-extra .basketpage-serving:not(:first-of-type) {
    display: none;
}
.basketpage-extra .basketpage-serving:last-of-type .basketpage-add {
    background-image: none;
}

@media(max-width: 767px) {
    .front .basketpage-extra select {
        width: auto;
    }
}
.basketpage-extra h6 {
    margin-bottom: 0;
}
.basketpage-extra .time {
    font-size: 18px;
    margin-bottom: 20px;
}
.basketpage-extra p {
    margin-bottom: 0;
}
.basketpage-col {
    width: 30%;
    margin-right: 3.3333333332%;
    float: left;
}
.basketpage .expand-row {
    border-bottom: 1px solid #888;
}
.basketpage .expand-row:last-child {
    border-bottom: 0;
}
.basketpage .expand-row .expand-row-header {
    color: #4a4a4a;
    position: relative;
    background: transparent;
}
.basketpage .expand-row .expand-row-header .name {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.basketpage .expand-row .header-toggle {
    background: transparent;
    line-height: 28px;
    font-size: 30px;
    position: absolute;
    width: 100%;
}
.basketpage .expand-row .header-toggle:before {
    line-height: 22px;
    left: auto;
    top: 11px;
    right: 0;
    content: url(../../pics/expand-closed.png)
}
    @media(min-width: 768px) {
        .basketpage .expand-row .header-toggle:before {
            right: 10px;
        }
    }
.basketpage .expand-row .header-toggle.down:before {
    content: url(../../pics/expand-open.png)
}
.basketpage .expand-row-info {
    background: transparent;
    padding: 15px 0;
}
    @media(min-width: 768px){
        .basketpage .expand-row-info {
            padding: 15px 60px;
        }
    }
.basketpage .expand-row-info .header-content {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}
@media(min-width: 768px) {
    .basketpage-half {
        width: 45%;
        float: left;
        margin-right: 10%;
    }
    .basketpage-half:last-child {
        margin-right: 0;
    }
}
.basketpage-serving {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 3px;
    border-bottom: 1px solid #e7e7e7;
}
    @media(min-width: 768px) {
        .basketpage-serving {
            width: 80%;
            padding: 0;
        }
    }
.basketpage-serving:last-child {
    border-bottom: 0;
}   
.basketpage-serving select {
    border-color: #e7e7e7;
    padding: 3px 0;
}
.basketpage-add {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    background: url(../../pics/icon-plus.png) no-repeat center right;
}
.basketpage-time span {
    font-size: 18px;
    margin-right: 20px;
}
.basketpage-refreshments {
    margin-bottom: 30px;
}
.basketpage-refreshments table tr td {
    width: 10%;
    padding: 2px 0;
    font-size: 18px;
}
.basketpage-refreshments table tr td:first-child {
    width: 80%;
}
.basketpage-refreshments table tr td:last-child {
    text-align: center;
}
.basketpage-refreshments table tr:nth-child(2n-1) {
    background: transparent;
}
.front .basketpage-refreshments input[type=text] {
    padding: 0 5px;
    width: 50px;
    text-align: center;
}
.basketpage-checkout {
    text-align: right;
    padding: 5px 10px 0;
}
.basketpage-checkout span {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    display: block;
}
    @media(max-width: 767px) {
        .basketpage-checkout span {
            margin-right: 8px;
        }
    }
.basket-total {
    margin-bottom: 30px;
}
.basket-wrap {
    webkit-box-shadow: 0px 0px 5px 0px rgba(152,152,152,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(152,152,152,0.2);
    box-shadow: 0px 0px 5px 0px rgba(152,152,152,0.2);
}
.basket-side .make-changes a {
    color: #df024a;
}
.basket-side .basket-side-submit {
    text-align: right;
    padding-top: 10px;
    margin-top: 5px;
}
.basket-main.__confirmation {
    webkit-box-shadow: 0px 0px 5px 0px rgba(152,152,152,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(152,152,152,0.2);
    box-shadow: 0px 0px 5px 0px rgba(152,152,152,0.2);
}
.basket-main.__confirmation .basketpage-extra {
    padding: 15px;
}
.updatedetails {
    width: 94%;
    float: none;
    margin: 0 auto;
}
    @media(min-width: 768px) {
        .basket-main {
            width: 56%;
            float: left;
            margin: 0 6% 0 9%;
        }
        .basket-main.__confirmation {
            width: 100%;
            float: left;
            margin: 0 9% 0 0;
        }
        .basket-side {
            width: 28%;
            float: left;
        }
        .updatedetails {
            width: 80%;
        }
    }
.basket-main.__confirmation .basketpage-item {
    background: #fff;
}
.basket-main.__confirmation .basketpage-image {
    width: 46%;
}
.basket-main.__confirmation .basketpage-details {
    width: 54%;
}
.basket-main.__confirmation .basketpage-total {
    position: relative;
    right: auto;
    top: auto;
    text-align: right;
    line-height: 22px;
}
.basket-main label { 
    width: 100%;
    font-size: 16px;
    padding: 20px 0 5px 0;
}
.basket-main select { 
    width: 100%;
    border-color: #e7e7e7;
}
.basket-main .checkboxes label {
    width: auto;
    padding-top: 4px;
}
.basket-main .checkboxes select {
    width: auto;
}
.basket-main input[type=text] {
    width: 100%;
    padding: 6px 13px;
}
@media(min-width: 768px) {
.basket-main .half {
    width: 49%;
    float: left;
}
.basket-main .half:first-child {
    margin-right: 2%;
}
}
.basket-section {
    padding: 20px;
    background: #fff;
}
    @media(min-width: 768px) {
        .basket-section {
            padding: 40px;
        }
    }
.basket-section h3 {
    color: #df024a;
    font-size: 26px;
}
.basket-section h3.formtitle {
    margin-bottom: 0;
    margin-top: 40px;
}
.basket-section.address {
    padding: 25px 40px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.basket-section.payment {
    padding: 25px 40px;
    border-top: 1px solid #e7e7e7;
}
.basket-section.checkboxes {
    padding: 25px 40px 25px;
}
.buttonwrap {
    margin-top: 25px;
}
.basket-main .expand-row .expand-row-header {
    color: #df024a;
    background: #fff;
    position: relative;
}
.basket-main .expand-row .header-toggle {
    line-height: 30px;
    position: absolute;
    /*width: 100%;*/
    background: transparent;
    background-image: url(../../pics/expand-closed.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
}
.basket-main .expand-row .header-toggle:before {
    font-size: 14px;
    top: 0;
    content: "";
}
.basket-main .expand-row .header-toggle.down {
    background-image: url(../../pics/expand-open.png);
}
.basket-main .expand-row .header-toggle.down:before {
    content: "";
}
.basket-main .expand-row .expand-row-header .name {
    padding: 0;
    font-size: 26px;
    color: #df024a;
}
.basket-main .expand-row-info {
    padding: 0;
    background: #fff;
}

.basket-submit {
    text-align: right;
    margin-top: 25px;
}
.basket-submit span {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}
.basket-summary h3 {
    color: #df024a;
}
@media(max-width:960px) {
    .basket-summary {
        padding: 0 15px;
	word-wrap: break-word;
    }
    .basket-summary + .button{
        margin-left: 15px;
    }
}
.wrap-buttons {
    margin-top: 10px;
}
.front .appointment-row table {
    border-spacing: 0;
    background: transparent;
}
.front .appointment-row table tr {
    background: transparent;
}
.front .appointment-row table tr th {
    color: #4a4a4a;
    font-weight: 500;
    background: transparent;
    border-bottom: 1px solid #e7e7e7;
}
.front .appointment-row table tr td:last-child,
.front .appointment-row table tr th:last-child {
    text-align: right;
    padding-right: 0;
}
.front .appointment-row table tr td:first-child,
.front .appointment-row table tr th:first-child {
    width: 80%;
    text-align: left;
    padding-left: 0;
}


/***************** Featherlight *****************/
.lightbox2,
.lightbox3 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);   
}
.lightbox3:before,
.lightbox2:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
#overlay {
    background-color: rgba(0, 0, 0, 0.70) !important;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}   
.white_content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: visible;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    max-width: 800px;
    white-space: normal;    
}
.white_content .left {
    width: 47%;
    float: left;
}
.white_content .right {
    width: 47%;
    float: right;
}
.white_content input[type=text] {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
a#close.textright {
    top: -15px !important;
    right: -15px !important;
    border-radius: 100px !important;
    line-height: 35px !important;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 18px !important;
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.62) !important;
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.62) !important;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.62) !important;
    color: #e63b48 !important;  
}
.featherlight:last-of-type {background: rgba(0, 0, 0, 0.70) !important;}
.featherlight .featherlight-content {
    padding: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
    border-bottom: 0 !important;
    width: inherit;
    -moz-box-shadow: 0px 0px 35px -2px rgba(0, 0, 0, 0.83);
    -webkit-box-shadow: 0px 0px 35px -2px rgba(0, 0, 0, 0.83);
    box-shadow: 0px 0px 35px -2px rgba(0, 0, 0, 0.83);
}
.featherlight .featherlight-content .staff-popup {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    padding: 40px;
    max-height: 95%;
    width: 750px;
    cursor: auto;
    background-color: #fff !important;
    background-size: 70% !important;
    white-space: normal;
    min-height: 475px;
}
.featherlight .featherlight-close {position: relative;}
.featherlight .featherlight-inner {overflow: scroll;}
.featherlight .featherlight-close-icon {
    top: -15px !important;
    right: -15px !important;
    border-radius: 100px !important;
    line-height: 35px !important;
    font-size: 18px !important;
    width: 32px !important;
    height: 32px !important;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.62) !important;
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.62) !important;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.62) !important;
    color: #e63b48 !important;
}

.featherlight .featherlight-close-icon img {
    max-width: 15px;
}
.featherlight .featherlight-content .report {
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding:0;
    border-bottom: 25px solid transparent;
    max-height: 95%;
    cursor: auto;
    width:600px !important;
    background:#208ea6;
    white-space: normal;
}
    @media(max-width: 768px){
        .featherlight .featherlight-content .report { width:100% !important; }
        .featherlight .featherlight-content .staff-popup { width:100% !important;padding: 0px; }
        .featherlight .featherlight-inner { padding: 25px; }
        .middle {display: none;}
    }
.featherlight .featherlight-content .report h1 {
    font-size: 35px;
    font-family: 'misolight';
    color: #fff !important; 
}
.featherlight .featherlight-content .report p {
    color:#fff;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 1.5em; 
}
.featherlight .featherlight-content .report a.foMore {
    background: #fff;
    float: none;
    color: #208ea6;
    font-family: Helvetica, sans-serif;
    padding: 10px 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.featherlight .featherlight-content .report a.foMore:hover {    
    background: rgba(255, 255, 255, 0.77);
    color: #026277 !important;
}
    @media all {
        .lightbox { display: none; }    
        .fl-page h1,
        .fl-page h3,
        .fl-page h4 {
            font-family: 'Arimo', sans-serif;
            font-weight: 100;
            letter-spacing: 1px;
        }
        .fl-page h1 { font-size: 110px; margin-bottom: 0.5em; }
        .fl-page h1 i { font-style: normal; color: #ddd; }
        .fl-page h1 span { font-size: 30px; color: #333;}
        .fl-page h3 { text-align: right; }
        .fl-page h3 { font-size: 15px; }
        .fl-page h4 { font-size: 2em; }
        .fl-page .jumbotron { margin-top: 2em; }
        .fl-page .doc { margin: 2em 0;}
        .fl-page .btn-download { float: right; }
        .fl-page .btn-default { vertical-align: bottom; }
        .fl-page .btn-lg span { font-size: 0.7em; }
        .fl-page .footer { margin-top: 3em; color: #aaa; font-size: 0.9em;}
        .fl-page .footer a { color: #999; text-decoration: none; margin-right: 0.75em;}
        .fl-page .github { margin: 2em 0; }
        .fl-page .github a { vertical-align: top; }
        .fl-page .marketing a { color: #999; }
        /* override default feather style... */
        .fixwidth { background: rgba(256,256,256, 0.8); }
        .fixwidth .featherlight-content {
            width: 500px;
            padding: 25px;
            color: #fff;
            background: #111;
        }
        .fixwidth .featherlight-close {
            color: #fff;
            background: #333;
        }
    }
    @media(max-width: 600px){   
        .featherlight .featherlight-content { width: 84%; }
        .featherlight .featherlight-content .report {
            height: 305px;
            overflow: scroll;
        }
        .featherlight .featherlight-content .report h1 {
            font-size: 25px;
            padding: 10px 10px;
        }
        .featherlight .featherlight-content .report p {
            font-size: 15px;
            line-height: 18px;
            padding: 0 10px;
        }
        .featherlight .featherlight-content .report a.foMore {
            width: 90%;
            padding: 20px 0px;
            margin: 0;
        }
        .featherlight .featherlight-content .staff-popup {
            height: 200px;
            background-image: none !important;
            border-bottom: none;
            padding: 0 !important;
            width:100%;
            overflow: visible !important;
        }
        .featherlight .featherlight-inner { padding:25px; }
        .staff-popup .left {
            width: 100% !important;
            padding:0;
        }
        .staff-popup .right { width: 100% !important; padding-bottom:20px;}
        .staff-popup .left h1 {padding: 20px;}
        .staff-popup .top h2 {margin-bottom: 0 !important;}
        ::-webkit-scrollbar {
            width: 15px;
            height: 0;
            border-bottom: none;
        }
        ::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background-color: #C3C3C3;
            border: 2px solid #eee;
        }

        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
        } 

    }
    @media (min-width: 600px) and (max-width: 900px) {
        .lightbox3,
        .lightbox2 { 
            width: 100%;
            margin: 30% 0 !important; 
        }       
        .featherlight .featherlight-content { width: 84%; }
        .featherlight .featherlight-content .report {
            height: 380px;
            overflow: scroll;
        }
        .featherlight .featherlight-content .report h1 {
            font-size: 25px;
            padding: 10px 10px;
        }
        .featherlight .featherlight-content .report p {
            font-size: 15px;
            line-height: 18px;
            padding: 0 10px;
        }
        .featherlight .featherlight-content .report a.foMore {
            width: 90%;
            padding: 20px 0px;
            margin: 0;
        }
        .featherlight .featherlight-content .staff-popup {
            height: 400px;
            background-image: none !important;
            border-bottom: none;
            max-width: 750px;
            width: 100%;
            padding:0;
        }
        .featherlight .featherlight-inner { padding: 25px; }
        .staff-popup .left {
            width: 100%;
            padding:0;
        }
        .staff-popup .left h1 {padding: 20px;}
        .staff-popup .left p {padding: 0;margin:0;}
        .staff-popup .middle {display: none;}
        ::-webkit-scrollbar {
            width: 15px;
            height: 0;
            border-bottom: none;
        }
        ::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background-color: #C3C3C3;
            border: 2px solid #eee;
        }

        ::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
        } 
    }
    @media(max-width: 768px){
        .fl-page h1 span { display: block; }
        .fl-page .btn-download { float: none; margin-bottom: 1em; }
    }

/***************** Case Study - Single *****************/
.content-section-box {overflow: visible !important;}
#main .case-study-single .content-section.size-2 .content-section-box.left {
    border: none;
    width: 35%;
}
#main .case-study-single .content-section.size-2 .content-section-box.right {
    border: none;
    width: 61%; 
}
a.no-hover:hover { color:inherit; }
.case-study {margin-bottom: 2% !important;}

/***************** Vacancies **************/
.job-vacancy {
    padding-top:30px;
    margin-top:30px;
    border-top:1px solid #39afdf;
}
.job-vacancy .job-block {
    display:block;
    margin:25px 25px 0;
}
a.vacancy-button {
    background-color: #f4f4f4;
    padding: 20px 35px 20px 70px;
    text-align: center;
    background-image: url(../../pics/apply.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 15% 50%;
    margin: 20px 0;
    cursor: pointer;
}
a.vacancy-button p {margin: 0;}
p.job-spec { 
    color: #39afdf; 
    font-size: 14px;    
}
p.app-form { 
    color: #39afdf; 
    font-size: 14px;    
}
/*label.file-upl input {
    -moz-opacity:0;
    filter:alpha(opacity: 0);
    opacity: 0;
    display: none;
} */
label.file-upl {
    background: rgb(224, 224, 224);
    border-radius: 10px;
    padding: 5px 40px !important;
    border: 1px solid #6d6264;
    margin-left: 20px;
}
label.file-upl p {
    margin: 0 !important;
    text-align: center;
}
.apply-now {
    width: 100%;
    font-size: 18px !important; 
}

/***************** Blog Home *****************/
.little-blog-description {padding: 20px 0;}
.little-blog-description .content {padding: 0 0 25px 0;}

.Blog-home .image {
    float: left;
    width:50%;
}
.content.blog-content.clear.Blog-home {
    float: right;
    width: 50%;
    padding: 0 30px 0 30px !important;
}
.blog-home {
    overflow: visible !important;
}
.blog-home .text {
    color:#000;
    font-size:13px;
    line-height:21px;
    text-align:left;
    width:100%;
    padding:0;
}
    @media screen and (max-width: 600px) {
        .blog-home .text { 
            height:auto !important;
            text-align:center;
        }
    }
.blog-home h3 a {
    text-transform: none !important;
    font-size: 21px !important;
    color: #39afdf;
}
a.blog-button {
    padding: 10px 40px;
    color: #39afdf;
    text-align: center;
    font-size: 14px;
    border: 1px solid #39afdf;
    display: inline-block;
}
.text {
    color: #fff;
    text-align: center;
    z-index: 1000;
    font-size: 45px;
    font-weight: 100;
    position: relative;
    width: 50%;
    margin: 0 auto;
    line-height: 52px;
}
    @media screen and (max-width: 768px) {
            .text { 
                font-size:12px;
                line-height:23px;
                padding:0;
                margin-top:3%;
                width:57%;
            }
        }
.content-section.size-3 .content-section-box { 
    width:30%; 
    margin:0 5% 1em 0;
    float:left;
}
    @media screen and (max-width:600px) { 
        .content-section.size-3 .content-section-box { 
            margin:0 0 2em 0;
            width:100%;
            float:none;
            text-align:center;
        }
    }
.content-section.size-3 .content-section-box:nth-of-type(3n+3) {  margin:0; }
.content-section.control-height.size-3 .content { height:15em; }

/***************** Blog Search *****************/
.blog-search-bar {
    display: inline-block;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    background: #f7f7f7;
}
.blog-search-box{
    float: left;
    height: auto !important;
    width: 80%;
    border: none !important;
    background: transparent !important;
    font-size: 18px !important;
    margin-bottom: 0;
    color: #3e3e3e;
    padding:13px 20px !important;
    font-weight: 400;  
}
.blog-search-bar input[type=text]::-webkit-input-placeholder { color:#1e6988 !important; }
.blog-search-bar input[type=text]:-moz-placeholder  { color:#1e6988 !important; }
.blog-search-bar input[type=text]::-moz-placeholder  { color:#1e6988 !important; }
.blog-search-bar input[type=text]:-ms-input-placeholder  { color:#1e6988 !important; }
.blog-search-bar input[type=text]:focus { outline:none !important;}

.blog-search-bar a {
    margin: 6px 15px;
    display: inline-block;
    float: right;
    font-size: 25px;
    color: #1e6988;
}
.sideblog-menu {
    border-left: 10px solid #39afdf;
    padding-left: 20px;
    margin-top: 10px;
}
.sideblog-menu h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.sideblog-menu ul { margin: 0; }

/***************** Content Section *****************/
#main .content-section { margin:0 0 0 0; }
#main .content-section .content-section-box {
    overflow: hidden;
}

    @media screen and (min-width: 769px) {
        #main .content-section .content-section-box:nth-of-type(5n) { }
    }

#main .content-section.social .content-section-box { height:350px; }
    @media screen and (max-width: 768px) {
        #main .content-section.social .content-section-box { min-height:auto; }
    }

    @media screen and (max-width: 600px) {
        #main .content-section .content-section-box {
            width:100% !important;
            margin:0 0 20px 0 !important;
        }
        #main .meetingrooms.__results .content-section .content-section-box {
            width:100% !important;
            margin:0 0 20px 0 !important;
        }   
    }
    @media screen and (max-width: 767px) and (min-width: 601px) {
        #main .meetingrooms .content-section .content-section-box {
        /*height: 290px*/
            margin-top: 2%;
        }
    }
    @media screen and (max-width: 600px) and (min-width: 505px) {
        #main .meetingrooms .content-section .content-section-box {
            width: 48% !important;
            margin: 0 1% 20px 1% !important;
        }
    }
    @media screen and (max-width: 568px) {
        #main .meetingrooms .content-section .content-section-box {
            width: 95% !important;
            margin: 0px 0px 20px 10px !important;
        }
        
    }   

#main .content-section .content-section-box img { width:100%; }
#main .content-section .content-section-box .content img { width:auto; }

#main .content-section .content-section-box .text {
    height:4.5em;
    overflow:hidden;
}
    @media screen and (max-width: 768px) {
        #main .content-section .content-section-box .text,
        #main .content-section .content-section-box h3 { height:auto; }
    }
#main .content-section .snapwidget-widget {
    background-color:transparent;
    border:none; 
    overflow:hidden; 
    width:100%;
}

/*** 0 ***/
#main .content-section.size-0 .content-section-box { width:100%; }

/*** 1 ***/
#main .content-section.size-1 .content-section-box {  width:100%; margin-bottom: 25px;}
#main .content-section.control-height.size-1 .content { height:11em; }
#main .content-section.size-1 .content-section-box:nth-last-of-type(1) { margin:0; }

/*** 2 ***/
#main .content-section.size-2 .content-section-box { 
    width:48%; 
    margin:0 4% 4% 0;
}
#main .content-section.size-2 .content-section-box:nth-of-type(2n+2) {  margin-right:0; }
#main .content-section.control-height.size-2 .content { height:13em; }
#main .content-section.size-2 .content-section-box:nth-last-of-type(2),
#main .content-section.size-2 .content-section-box:nth-last-of-type(1) { margin-bottom:0; }

/*** 3 ***/
#main .content-section.size-3 .content-section-box { 
    width: 32%;
    margin: 0 2% 2% 0;
}
#main .content-section.size-3 .content-section-box:nth-of-type(3n+3) {  margin-right:0; }
#main .content-section.control-height.size-3 .content { height:15em; }
#main .content-section.size-3 .content-section-box:nth-last-of-type(1),
#main .content-section.size-3 .content-section-box:nth-last-of-type(2),
#main .content-section.size-3 .content-section-box:nth-last-of-type(3){
    margin-bottom:0;
} 

/*** 4 ***/
#footer .content-section.size-4 .content-section-box { 
    width:21.25%; 
    margin:0;
    float: left;    
}
    @media screen and (max-width:600px) {
        #footer .content-section.size-4 .content-section-box { 
            width:100% !important;
            position: relative;
            text-align: center;
        }
    }
.content-section.size-4 .content-section-box { 
    width:21.25%; 
    margin:0 5% 5% 0;
    float: left;
}
.meetingrooms .content-section.size-4 .content-section-box { 
    width:49%; 
    margin:0 2% 0 0;
    float: left;
}


.content-section.size-4 .content-section-box:nth-of-type(2n+2) {  margin-right:0; }
    @media(min-width: 768px){
        .meetingrooms .content-section.size-4 .content-section-box ,
        #popular-meetingrooms .content-section.size-4 .content-section-box { 
            width:23.5%; 
            margin:0 2% 0 0;
        }
        .meetingrooms .content-section.size-4 .more-rooms-desktop .content-section-box { 
            /*width:32%; */
            width:32%;
            margin:0 2% 0 0;
        }
        .meetingrooms .content-section.size-4 .content-section-box:nth-of-type(4n+4),
        #popular-meetingrooms .content-section.size-4 .content-section-box:nth-of-type(4n+4) {  margin-right:0; }
        .content-section.size-4 .more-rooms-desktop .content-section-box:nth-of-type(3n+3) {  margin-right:0; }
        .content-section.size-4 .more-rooms-desktop .content-section-box:nth-of-type(4) { display:none; }
}



.content-section.control-height.size-4 .content { height:17em; }

.content-section.size-4 .content-section-box:nth-last-of-type(1),
.content-section.size-4 .content-section-box:nth-last-of-type(2),
.content-section.size-4 .content-section-box:nth-last-of-type(3),
.content-section.size-4 .content-section-box:nth-last-of-type(4) {
    margin-bottom:0;
} 
.gmap-fullwidth {
    width:100%;
    height:360px;   
}

/***************** Social Links Bar *****************/
#footer .social-links {
    width:100%;
    text-align:center;
}
@media(min-width: 768px) and (max-width: 769px) {
    #footer .social-links {
        text-align: left;
    }
}
#footer .social-links .fa {
    border: 1px solid #555;
    box-shadow: 0 0 1px 0px #555 inset, 0 0 1px 0px #555;
    padding: 0px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    background-color: #FFF;
    color: #555;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: bottom;
    transition: all 0.3s;
}
    @media(min-width: 768px) {
        #footer .social-links .social-link:hover .fa {
            color: #fff;
            background-color: #e42d50;
            border: 1px solid #e42d50;
            box-shadow: 0 0 1px 0px #e42d50 inset, 0 0 1px 0px #e42d50;
        }
    }
    @media screen and (max-width: 768px) {
        #main .social-links { padding:4%; }
    }
#footer .social-links a {
    display:inline-block;
}
    @media screen and (max-width: 768px) {
        #footer .social-links a { width:15%; }
    }
    @media screen and (max-width: 600px) {
        #footer .social-links a { 
            margin: 0; 
            width: 40px;
            float: none;
        }
    }
#footer .social-links a:last-of-type { margin:0; }

    @media screen and (max-width: 768px) {
        #footer .social-links a img { opacity:1; }
    }
#footer .social-links a img:hover { opacity:1; }


.fb_iframe_widget_fluid span {width: 100% !important;}
.fb_iframe_widget span {width: 100% !important;}
iframe { width:100%; }
    @media screen and (max-width: 321px) {
        iframe {
            width: 379px;
            right: 30px;
            position: relative;
        }
    }
    @media screen and (min-width:322px) and (max-width: 376px) {
        iframe {
            width: 420px;
            right: 31px;
            position: relative;
        }
    }
    @media screen and (min-width:377px) and (max-width: 412px) {
        iframe {
            width: 468px;
            right: 30px;
            position: relative;
        }
    }
    @media screen and (min-width:413px) and (max-width: 865px) {
        iframe {
            width: 472px;
            right: 31px;
            position: relative;
        }
    }
    @media screen and (max-width: 865px) {
        .basket-main {
            overflow: hidden;
        }

        .basket-section.payment {
            padding: 25px 10px !important;
            border-top: 1px solid #E7E7E7 !important;
        }

        .miniLayout div.container {
            zoom: 1 !important;
            border-top: 0 !important;
            padding: 0 0px 10px 0px !important;
        }

        .miniLayout .shadowBox {
            margin: 10px 0px 0 0px !important;
        }

        .miniLayout {
            margin: 0px !important;
        }
    }


/***************** Social Sharing *****************/
#main .twitter-post {
    padding:1em 0 1em 0;
    border-bottom:1px solid #1b1463;
}
#main .twitter-post:first-of-type { padding:0 0 1em 0; }
#main .twitter-post p { margin:0; }
#main .twitter-post .twitter-post-username { font-weight:bold; }
#main .fb-page { 
    display:block !important; 
    text-align:center;
}


/***************** Blog *****************/
#main .blog-post {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
#main .blog-two-column .blog-post {
    width:48%;
    margin-right:4%;
}
#main .blog-two-column .blog-post:nth-of-type(2n) { margin-right:0 !important; }
    @media screen and (max-width:768px) {
        #main .blog-two-column .blog-post { width:100%; }
    }
#main .blog-post .blog-extract .button { font-size:1.5em; }
    @media screen and (max-width:768px) {
        #main .blog-post .blog-extract .button { margin-right:0; }
    }
#main .blog-two-column .button { margin:0.5em 0 0 0.5em; }
#main .blog-post .blog-content { padding:1em; }
#main .blog-post a img { 
    width:100%;
    height:auto;
}
#main .blog-post .date-published,
#main .post-search .date-published {
    float:left;
    margin:0;
    background:url("../../pics/blog-date-background.png") no-repeat left top;
    background-size:100%;
    color:#FFF;
    width:85px;
    height:90px;
    text-align:center;
    padding-top:5px;
    margin:0 15px 0 -23px;
}
#main .blog-post .date-published .day-published,
#main .post-search .date-published .day-published { font-size:3rem; }
#main .blog-post .date-published .month-published,
#main .post-search .date-published .month-published { 
    float:left;
    font-size:0.9em;
    margin:0 0 0 2.6em;
}
#main .blog-post .blog-extract {
    float:left;
    width:100%;
    margin:0;
}
#main.blog-tags {
    display:inline-block;
    background:#ecebeb;
    color:#999;
    padding:3px 5px 3px 5px;
    margin:0 3px 0 3px;
    -webkit-border-radius:2px;
    border-radius:2px;
    text-decoration:none;
}
#main .blog-comment-order {
    width:100%;
    padding:1%;
    text-align:right;
    margin-bottom:2%;
}
#main .blog-comment {
    background:#ECEAEA;
    float:left;
    width:100%;
    padding:1%;
    margin-bottom:2%;
    position:relative;
}
#main .blog-comment-indented {
    width:92% !important;
    margin-left:8% !important;
}
#main .blog-comment-indented:before {
    content:url("../../pics/comment-indent.png");
    position:absolute;
    left:-7%;
    top:24%;
}
#main .blog-comment #reply-button,
#main .blog-comment #cancel-button{ cursor:pointer; }
#main .blog-box-reply {
    display:none;
    float:left;
    width:100%;
    margin-top:2%;
    background:#f7f7f7;
    padding:1%;
}
#main .add-comment-form {
    width:100%;
    position:relative;
    float:left;
}
#main .add-comment-form .button {
    margin-left: 0;
    float: left;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 100;
}
#main .add-comment-form .button:before {display: none;}
#main .add-comment-form input[type=text] {
    padding: 10px 20px;
    background: #f7f7f7;
    border:none;
}
#main .add-comment-form textarea {
    padding: 10px 20px;
    background: #f7f7f7;    
    border:none;
}
#main .add-comment-form input[type=text]::-webkit-input-placeholder { color:#1e6988 !important; }
#main .add-comment-form input[type=text]:-moz-placeholder  { color:#1e6988 !important; }
#main .add-comment-form input[type=text]::-moz-placeholder  { color:#1e6988 !important; }
#main .add-comment-form input[type=text]:-ms-input-placeholder  { color:#1e6988 !important; }

#main .add-comment-form textarea::-webkit-input-placeholder { color:#1e6988 !important; }
#main .add-comment-form textarea:-moz-placeholder  { color:#1e6988 !important; }
#main .add-comment-form textarea::-moz-placeholder  { color:#1e6988 !important; }
#main .add-comment-form textarea:-ms-input-placeholder  { color:#1e6988 !important; }

#main .add-comment-form input[type=text]:focus { outline:none !important;}


#main .blog-button-up,
#main .blog-button-down {
    font-family:"FontAwesome";
    font-size:18px;
}
#main .blog-button-up:before { content:"\f164"; }
#main .blog-button-down:before { content:"\f165"; }
#main .blog-button-up:hover { color:#1D9E1D !important; }
#main .blog-button-down:hover { color:#DB1919 !important; }
#main .blog-response {
    float:left;
    width:100%;
    background:#CCC;
    margin-top:1%;
    padding:0.5em;
}
#main .blog-response p { margin:0; }


/**************** Product ****************/
#select-image {
    float:left;
    width:36%;
}
#select-image #main-image-wrapper { margin-bottom:2%; }

#select-image #main-image-wrapper #main-image {
    width:100%;
    height:auto;
}
#select-image #main-image-wrapper #main-image img,
#select-image .image-thumb img {
    width:100%;
    height:auto;
}
#select-image .image-thumb {
    float:left;
    margin-right:11%;
    cursor:pointer;
    width:26%;
    height:auto;
}
#select-image .image-thumb:nth-of-type(4n) { margin-right:0 !important; }

#product-info {
    float:right;
    width:61%;
}
#select-image,
#product-info { margin-bottom:2%; }

#product-reviews,
#add-rating {
    width:100%;
    float:left;
}
#product-rating {
    margin:0 0 2% 0;
    float:right;
    width:32%;
    text-align:right;
}
#product-price {
    float:left;
    font-size:1.8em;
    margin:1% 0;
}
.star-true,
.star-false {
    font-size:2em !important;
    cursor:pointer;
}
.star-true { color:#39afdf; }
.star-false { color:#DBD9D9; }

.select-quantity { width:18% !important; }

#product-buttons { float:right; }
#product-buttons a { margin-top:2%; }

#product-info .button-basket:before,
.button-left:before,
#product-info .button-rating:before,
.button-add-review:before,
.button-place-order:before,
.button-checkout:before,
.button-add:before {
    font-family:"FontAwesome";
    padding:0.7em 0.5em 0 0;
}
    @media only screen and (max-width:600px) {
        .basket-buttons a.button-checkout {
            background: #009643;
            padding: 20px !important;
        } 
        .basket-buttons a.button-add { padding: 20px !important; } 
    }


#product-info .button-basket:before { content:"\f217"; }
.button-left:before { content:"\f060"; }
#product-info .button-rating:before { content:"\f123"; }
.button-add-review:before { content:"\f044"; }
.button-place-order:before { content:"\f07a"; }
.button-checkout:before { content:"\f07a"; }
.button-add:before { content:"\f067 "; }

#product-options select { width:50%; }

#product-reviews .review-box {
    float:left;
    width:49%;
    margin:0 2% 2% 0;
    background:#CCC;
    padding:1%;
}
#product-reviews .review-box:nth-of-type(2n) { margin-right:0 !important; }

.rating-dropdown { display:none; }
.related-products {
    float:left;
    width:100%;
}
.related-products .product-small {
    float:left;
    width:100%;
    margin-right:2%;
    margin-bottom:8%;
}
.related-products .product-small .image-thumb {
    width:100%;
    float:left;
}
.flexslider-product .slides li { margin-right:25px; }
#product-list {
    float:right;
    width:75%;
    position:relative;
}
#product-list .product-result {
    float:left;
    width:30%;
    margin-right:5%;
}
#product-list .product-result.third { margin-right:0; }
#product-list .image-thumb {
    position:relative;
    overflow:hidden;
}
#product-list .image-thumb .saving-overlay {
    position:absolute;
    top:6%;
    right:-22%;
    background:#DE1616;
    color:#FFF;
    text-align:center;
    padding:0.5rem;
    border-radius:6px;
    font-size:120%;
    width:75%;
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Chrome, Safari, Opera */
    transform:rotate(45deg);
}
#product-list .product-result h4,
.related-products .product-small h4 { font-size:1.5em; }

#product-list .product-result h5,
.related-products .product-small h5 { font-size:1.2em; }

#basket .basket-item {
    float:left;
    width:100%;
    margin-bottom:3%;
}
#basket .basket-item .basket-product {
    float:left;
    width:15%;
    margin-right:5%;
}
#basket .basket-item .basket-product h4 { font-size:1.5em; }
#basket .basket-item .basket-product h5 { font-size:1.2em; }
#basket .basket-item .basket-product img { width:100%; }

#basket .basket-item .basket-options {
    float:right;
    width:75%;
}
#basket .basket-item .basket-options table th,
#basket .basket-item .basket-options table td,
#tablbe-basket th, 
#table-basket td { padding:0.6em; }

#table-basket {
    width:25% !important;
    margin-left:75%;
    float:right;
}
#checkout-delivery {
    float:left;
    width:100%;
    padding-top:0.4em;
}
#checkout-delivery input { margin-top:-0.5em; }
#delivery-entry,
#checkout-payment { float:left; }

h3 .fa-cc-visa:before,
h3 .fa-cc-mastercard:before { font-size:1.8em; }
h3 .fa-cc-visa { margin-right:2%; }

    @media only screen and (max-width:768px) {
        #select-image,
        #product-info { width:100%; }
        #product-info { float:left; }

        #product-rating {
            width:100%;
            text-align:center;
        }

        .related-products .product-small {
            float:left;
            width:100%;
            margin-right:0;
        }

        #product-list {
            float:left;
            width:100%;
        }
        #product-list .product-result {
            float:left;
            width:49%;
            margin-right:2%;
        }
        #product-list .product-result.third { margin-right:2%; }
        #product-list .product-result.second { margin-right:0 !important; }

        #product-options select { width:100%; }

        #product-price {
            width:100%;
            text-align:center;
        }

        #product-buttons { width:100%; }

        #product-reviews .review-box { 
            width:100%;
            margin-right:0;
        }

        .product-filters table td { min-height:4.8em; }

        #basket .basket-item .basket-product {
            width:100%;
            margin-right:0;
        }
        #basket .basket-item .basket-options { width:100%; }

        #table-basket {
            width:100% !important;
            margin-left:0;
        }
    }
/***************** Forum *****************/
#main .forum-room,
#main .post-search { 
    background:#CCC;
    width:100%;
    float:left;
    margin-bottom:2%;
    padding:1em;
}
#main.forum-room h4 { margin:0 0 1% 0; }
#main .forum-room p { margin:0; }

#main #room-threads {
    float:left;
    width:100%;
}
#main #room-threads .thread { 
    float:left;
    width:100%;
    background:#CCC;
    margin-bottom:2%;
    padding:1em;
}
#main #room-threads .thread .thread-options { float:right; }
#main #post-list {
    float:left;
    width:100%;
}
#main #post-list .thread-post {
    float:left;
    width:100%;
    margin-bottom:2%;
    background:#CCC;
    padding:1em;
}
#main #post-list .thread-post .post-author .post-date {
    float:left;
    width:100%;
    margin-bottom:1%;
}
#main #post-list .thread-post .post-author {
    float:left;
    width:24%;
    margin-right:1%;
}
#main #post-list .thread-post .post-author a {
    float:left;
    width:100%;
}
#main #post-list .thread-post .post-author .avatar {
    border-radius:50%;
    margin:10px 0 10px 15px;
}
#main #post-list .thread-post .post-author .no-avatar {
    float:left;
    margin:1em 0;
}
#main #post-list .thread-post .post-content {
    float:left;
    width:75%;
}
#main #post-list .thread-post .post-options {
    float:left;
    width:100%;
}
#main .citation {
    border-top:3px solid #676767;
    border-bottom:3px solid #676767;
    padding-top:5px;
}
#main .post-search .date-published { margin-left:-20px; }
#main .forum-sidebar { background:#CCC; }
#main .forum-sidebar #search {
    float:left;
    width:100%;
    margin-bottom:2%;
}
#main .forum-sidebar #search input {
    float:left;
    background:#DBD9D9;
    border:none;
    border-radius:0;
    width:80%;
}
#main .forum-sidebar #search .search-button {
    float:right;
    background:#766E6E;
}
#main .forum-sidebar #search .search-button:hover { background:#9B9898; }
#main .forum-sidebar #search .search-button a {
    color:#FFF;
    font-size:20px;
    float:left;
    padding:7px;
}
#main .forum-sidebar a.button-profile,
#main .forum-sidebar a.button-logout {
    float:left;
    margin:0;
}
#main .forum-sidebar a.button-profile { width:55%; }
#main .forum-sidebar a.button-logout { width:43%; }
#main .forum-sidebar a.button-logout { margin:0 0 0 2% !important; }
#main .avatar-note,
#main .user-ban-note {
    padding:1rem 1rem 1rem 2rem;
    border-radius:3px;
    position:relative;
}
#main .avatar-note:before,
#main .user-ban-note:before {
    font-family:"FontAwesome";
    color:#468B0E;
    position:absolute;
    left:7px;
    top:20px;
}
#main .avatar-note {
    background:#CEEAB3;
    color:#2B2B2A;
    border:1px solid #468B0E
} 
#main .user-ban-note {
    background:#ff8585;
    color:#FFF;
    border:1px solid #fb5e5e;
}
#main .avatar-note:before,
#main .user-ban-note:before { content:"\f05a"; }
#main .user-ban-note:before { color:#fff; }
#main .current-avatar { border-radius:50%; }
#main .pagination-more {
    background: #f7f8f9;
    text-align: center;
}
#main .pagination-loading {
    float:left;
    width:100%;
    font-size:25px;
    text-align:center;
    color:#39afdf;
}
    @media screen and (max-width:768px) {
        #main #room-threads .thread .thread-options { width:100%; }
        #main #post-list .thread-post .post-author,
        #main #post-list .thread-post .post-content {
            width:100%;
            margin:0;
        }
        #main #post-list .thread-post .post-author a { width:50%; }
        #main #post-list .thread-post .post-author .avatar {
            max-width:60px !important;
            float:right;
            margin:-3% 0 1% 0;
        }

        #main #post-list .thread-post .post-author .no-avatar {
            float:right;
            margin:-2% 0 0 0;
        }

        #main #table-profile td.label,
        #main #table-subs td.label,
        #main #table-admin-profile td.label { display:none; }

        #main #table-profile .button,
        #main #table-subs .button,
        #main #table-admin-profile .button { float:none; }

        #main .forum-sidebar a.button-profile,
        #main .forum-sidebar a.button-logout { width:100%; }
        #main .forum-sidebar a.button-profile { margin-bottom:1%; }
        #main .forum-sidebar a.button-logout { margin:0 !important; }
    }

/**************** Testimonials (Main page & Display) ***************/
.testimonial-page {
    display: inline-block;
    border-bottom: 2px solid #eee;
    padding-bottom: 40px;
    padding-top: 40px;
    display: block;
}
h1.display-testimonials {text-align: center;}
.display-testimonial-box {
    width: 76%;
    float: left;    
}
.display-testimonial-box h3 {
    font-size: 17px;
    line-height: 23px;  
}
.display-testimonial-box p {
    font-size: 19px;
    color: #e63b48; 
}
.display-testimonial-image {
    width: 20%;
    float: left;
    margin-right: 4%;   
}
.display-testimonial-image img {
    border-radius: 100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    vertical-align:bottom !important;
}

.testimonials {
    padding: 20px 0;
}
    @media(min-width: 768px) {
        .testimonials {
            padding: 65px 0;
        }
    }

.testimonials-item {
    padding: 10px;
}
/*
.testimonials-text {
   display: flex;
    justify-content: center;
 }
*/
.testimonials-text{


}

.testimonials-text:before {
    content: url('../../pics/quotes.png');
}

.testimonials-text:after {
content: url('../../pics/quotes.png');
display: inline-block;
  -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);             /* W3C compliant browsers */
}

.testimonials-wrap {
    padding: 25px 20px;
    background: #f7f8f9;
     font-size: 18px;
    font-weight: 300;
}
.testimonials-author {
    font-weight: 500;
}

/**************** Gallery ***************/
#main .gallery-preview {
    height:365px;
    width:100%;
}
#main .gallery-preview a {
    max-height:360px;
    display:block;
    overflow:hidden;
}
#main .picture {
    float:left;
    width:100%;
}
#main .picture figure {
    margin:0 2% 1% 0;
    float:left;
    width:23.5%;
}
#main .picture figure:nth-of-type(4n) { margin-right:0; }

#main .picture figure iframe,
#main .picture figure .gallery-caption { display:none; }

#main .picture figure img { 
    cursor:pointer; 
    max-width:100%;
}

    @media screen and (max-width:768px) {
        #main .gallery-preview { height:auto; }

        #main .picture figure {
            width:49%;
            margin:0 2% 1% 0;
        }
        #main .picture figure:nth-of-type(2n) { margin-right:0; }
    }


/***************** Footer ***************/
#footer { 
    background:#fff;
    clear:both;
    border-top: 2px solid #f1f2f2;
    padding: 45px 0;
}
    @media(min-width: 769px) {
        #footer {
            padding: 90px 0;
        }
    }
#footer .content {
    padding: 0 15px; 
}
    @media(min-width: 1180px) {
        #footer .content {
            padding: 0;
        }
    }
    @media screen and (max-width: 374px) {
        #footer {
            padding-top: 15px;
        }
        #footer .content {
            display: block;
        }
        h3.footer-header {
            margin-bottom: 0px !important;
        }
        .footer-section {
            width: 100% !important;
            margin-bottom: 15px;
        }
        #footer-nav ul {
            margin-top: 0px;
        }
        .footer-logo {
            width: 100% !important;
            margin-bottom: 10px !important;
        }
    }
#footer h3 { 
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 0;
    text-transform: uppercase;
}
#footer a {
    color: #4a4a4a;
}
#footer a:hover {
    color: #e42d50;
}
#footer p {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
}
#footer ul li {
    font-size: 12px;
    line-height: 17px;
}
    @media screen and (min-width: 600px) and (max-width: 768px) {
        #footer p {
            font-size: 13px !important;
            line-height: 19px !important;
        }
        #footer-nav ul li a {
            font-size: 13px !important;
            line-height: 19px !important;
        }
    }
    @media screen and (max-width: 600px) {
        #footer p {
            font-size: 12px !important;
            line-height: 22px !important;
        }
        #footer-nav ul li a {
            font-size: 12px !important;
            line-height: 22px !important;
        }
    }

.footer-section {
    width: 19%;
    float: left;
}
.footer-section.__locations {
    width: 22%;
}
    @media(min-width: 768px) and (max-width: 769px) {
        .footer-section.__locations {
            width: 33%;
        }
        .footer-section.__logo {
            width: 28%;
        }
    }
.footer-section.__social {
    width: 19%;
}
    @media(max-width: 769px) {
        .footer-section.__social {
            width: 32%;
        }
    }
    @media(max-width: 767px) {
        .footer-section {
            width: 26.4%;
        }
        .footer-section:first-child {
            width: 47%;
        }
        .footer-section.__locations {
            display: none;
        }
        .footer-section.__social {
            width: 100%;
            border-top: 1px solid #ccc;
            padding-top: 15px;
            margin-top: 20px;
        }
    }

.footer-logo {
    width: 150px;
    margin-bottom: 35px;
}
    @media(min-width:768px) {
        .footer-logo {
            width: auto;
        }
    }
.footer-half {
    width: 50%;
    float: left;
}

.full-section {
    position: relative;
    width: 100%;    
}
.follow-us {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30.25% !important;
    margin: 0 0% 0% 3% !important;
}
p.copyright {
    position:absolute;
    bottom:0;
}

#footer .uprisevsi {
    text-align: center;
    margin-top: 10px;
}
    @media(min-width:768px){
        #footer .uprisevsi {
            text-align: right;
        }
    }

#socket {
    background:#343839;
    border-top:1px solid #2D2D2D;
    padding:20px 0px;
    display:inline-block;
}
    @media screen and (max-width:600px) { 
        #socket { padding:20px 0px; }
        h3.footer-header { margin-bottom:10px; }
        p.copyright {
            position: relative;
            bottom: 0;
            margin-top: 20px;
        }
    }

.socket-left {
    width:50%;
    float:left;
    text-align:left;
}
    @media screen and (max-width:600px) { 
        .socket-left {
            width:100%;
            float:none;
            text-align:center;
        }
    }
.socket-right p,
.socket-left p { margin:0 !important; }
.socket-right {
    width:50%;
    float:right;
    text-align:right;
}
    @media screen and (max-width:600px) { 
        .socket-right {
            width:100%;
            float:none;
            text-align:center;
            margin-top:20px;
        }
    }
#socket p {
    color: #fff;
    font-size: 12px;
}
#socket a {
    color:#fff; 
    text-decoration:none;
}
#footer .footer-left {
    float:left;
    width:50%;
}
    @media screen and (max-width:600px) { 
        #footer .footer-left {
            float:none;
            text-align:center;
            width:100%;
        }
    }
#footer .footer-right { 
    float:right; 
    width:50%;
}
    @media screen and (max-width:600px) { 
        #footer .footer-right {
            float:none;
            text-align:center;
            width:100%;
        }
    }
.image-investors {margin-top:14px;}/*}*/
.image-accred {float:right;}/*}*/

#footer-nav ul {
    padding-left: 0;
    list-style: none;
}


/***************** Newsletter Signup*****************/
.waiting-list-page .input-field,
#footer .newsletter-signup .input-field {
    float:left;
    width:23%;
    margin-right:2.6%;
}

.newsletter .footer-header{ font-size: 20px; }
.waiting-list-page .input-field input,
#footer .newsletter-signup .input-field input {
    width:100%;
    font-family: inherit;
    border:1px solid #5B544E;
}
.waiting-list-page .input-field .validation-error,
#footer .newsletter-signup .input-field .validation-error { position:absolute; }
.waiting-list-page a,
#footer .newsletter-signup a {
    background: #39afdf;
    color: #FFF;
    display: block;
    font-size: 16px;    
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: center;
    font-family: inherit;
}
.waiting-list-page a:hover,
#footer .newsletter-signup a:hover { background:#368aac; }
#footer img.social {width:30px !important;}
    @media screen and (max-width:768px) {
        #footer img.social {width:23px !important;}
    }
.enquiry {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    background: url(../../pics/newsletter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 3px solid #1e6988;
    position:relative;
    color:#FFF;
}
.enquiry h2 {
    text-align: center;
    margin-bottom: 40px;    
}
    @media screen and (max-width:600px) {  
        .enquiry { padding: 15px 0 40px; }
    }
.enquiry h3 {
    text-align: right;
    line-height: 33px;
    margin-bottom: 0px;
    font-weight: 100;
}
.waiting-list-page .left,
.newsletter-signup .left {
    width: 32%;
    float: left;
}
    @media screen and (max-width: 768px) {
        .waiting-list-page .left,
        .newsletter-signup .left {
            width:32%;
            float:left;
        }
    }
    @media screen and (max-width:600px) {
        .waiting-list-page .left,
        .newsletter-signup .left { 
           width:100%; 
           float:none;
       }
    }
    /*
    @media screen and (max-width:600px) and (min-width: 371px) { 
        .front .container {
            margin: 0 30px!important;
            padding: 40px 0px 40px 0 !important;
        }

    }
    @media screen and (max-width: 370px) {
        .front .container {
            margin: 0 2% !important;
        }
    }
    */
    .newsletter-signup .left h3 { text-align:right; }
    @media screen and (max-width: 768px) {
        .waiting-list-page .left h3,    
        .newsletter-signup .left h3 {
            text-align:right;
            line-height:20px;
        }
    }
    @media screen and (max-width:600px) { 
        .waiting-list-page h3,
        .newsletter-signup .left h3 { text-align:center; }
    }
 .waiting-list-page .right,
 .newsletter-signup .right { 
    float: left;
    width: 32%;
    margin-left: 2%;
}
 .waiting-list-page .right2,
 .newsletter-signup .right2 {
    width: 32%;
    float: left;
    margin-left: 2%;
}

    @media screen and (max-width:600px) { 
        .waiting-list-page .right2,
        .newsletter-signup .right2 {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-top: 5%;
        }
        .waiting-list-page .right,
        .newsletter-signup .right { 
            width:100%; 
            float:none;
            margin-left:0;
        }
        input[type=text].newsletter-signup-input { 
            width: 100% !important;
            border: 1px solid #fff !important;
            padding: 15px 20px !important;
            margin-top: 5%;
        }
        #footer .newsletter-signup a {
            width: 100% !important;
            background: #39afdf;
            color: #fff;
            padding: 11px 20px;
            text-transform: uppercase;
        }
    }
input[type=text].newsletter-signup-input {
    background: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #153139;
    width: 100%;
    font-size: 16px;
    border-radius: 0px;
    padding: 11px 15px;
    float: left;
    margin-right: 5%;
}
input[type=text].newsletter-signup-input::-webkit-input-placeholder { color:#153139 !important; }
input[type=text].newsletter-signup-input:-moz-placeholder  { color:#153139 !important; }
input[type=text].newsletter-signup-input::-moz-placeholder  { color:#153139 !important; }
input[type=text].newsletter-signup-input:-ms-input-placeholder  { color:#153139 !important; }
input[type=text].newsletter-signup-input:focus { outline:none !important;}


/***************** Our Details *****************/
#main .content-section.our-details .content{ height:30em; }
    @media screen and (max-width:600px) {
        #main .content-section.our-details .details .content{ height:auto; }
    }
#main .content-section.our-details .content .address {
    margin:0 0 0.4em 0;
    display:block;
    font-size:1.4em;
}


/************* Draft Message *************/
#draft-message {
    position:fixed;
    bottom:0;
    background:#F1F1F1;
    border:2px solid #1b1463;
    width:100%;
    padding:10px;
    z-index:3000;
    left:0;
}
#draft-message a#close {
    float:right;
    cursor:pointer;
    background:#39afdf;
    color:#FFF;
    font-size:16px;
    padding:8px;
}
#draft-message a#close:hover { background:#1b1463; }


/***************** HTML Templates *****************/
/*
#main .content-section p a { 
    color:#FFF; 
    text-decoration:underline;
}
*/
#main .content-section p:nth-last-of-type(1) { margin-bottom:0; }
#main .content-section.template-1 img {
    width:30%;
    padding:0 0 0 2%;
    float:right;
}
    @media screen and (max-width:720px) {
        #main .content-section.template-1 img { 
            width:100%;
            padding:0;
            margin: 0 0 2% 0;
        }
    }
#main .content-section.template-2 img {
    width:30%;
    padding:0 2% 0 0;
    float:left;
}
    @media screen and (max-width:600px) {
        #main .content-section.template-2 img {
            width:100%;
            padding:0;
            margin: 0 0 2% 0;
        }
        .content-section.template-1 img { float:none; }
    }
#main .content-section.template-3 { text-align:center; }

#main .content-section.template-4 .col-1,
#main .content-section.template-4 .col-2 {
    width:45%;
    margin-right:10%;
    float:left;
}
#main .content-section.template-4 .col-2 { margin-right:0; }

#main .content-section.template-5 .col-1,
#main .content-section.template-5 .col-2,
#main .content-section.template-5 .col-3 {
    width:28%;
    margin-right:8%;
    float:left;
}
#main .content-section.template-5 .col-3  { margin-right:0; }
    @media screen and (max-width:600px) {
        #main .content-section.template-4 .col-1,
        #main .content-section.template-4 .col-2,
        #main .content-section.template-5 .col-1,
        #main .content-section.template-5 .col-2,
        #main .content-section.template-5 .col-3 {
            width:100%;
            margin-right:0;
            margin-bottom:2em;
        }
    }
#main .content-section.template-6 { 
    padding:1em 1em 1em 4em;
    position:relative;
    background:#ffe9e9;
    border:1px solid #c7c7c7;
    color:#5F6A72;
}
#main .content-section.template-6:before {
    font-family:"FontAwesome";
    color:#ff3434;
    position:absolute;
    left:0.8em;
    top:40%;
    font-size:1.5em;
    content:"\f05a";
}
#main .content-section.template-7 {
    padding:1em 1em 1em 1em;
    background:#df024a; 
    border:1px solid #df024a;
    color:#FFF;
}
#main .content-section.template-7 ul li { color:#FFF; }
#main .content-section.template-7 p { margin:0; }
#main .content-section.template-7.dark { background:#2baee1; }
#main .content-section.template-7 a { 
    color:#FFF;
    text-decoration:underline;
}
#main .content-section.template-7 h2 { margin:0 0 5px 0; }


/***************** Sidebar *****************/
#sidebar { 
    width:30%; 
}
#sidebar.sidebar-left { float:left; }
#sidebar.sidebar-right { float:right; }

#page.page-left,
#page.page-right {     width: 65%; }

#page.page-left { float:left; }
#page.page-right { float:right; }
    @media screen and (max-width: 768px) {
        #page.page-left,
        #page.page-right,
        #sidebar { width:100%; }

        #page.page-left,
        #page.page-right,
        #sidebar.sidebar-left,
        #sidebar.sidebar-right { float:left; }
    }
#sidebar #sidebar-nav {
    float:left;
    width:100%;
}
#sidebar #sidebar-nav h4 {
    width:100%;
    margin:0;
    padding:0.5em 0;
    font-size:1.6em;
}
#sidebar #sidebar-nav ul {
    padding:0;
    margin:0;
    list-style:none;
    background:#FFF;
    border-bottom: solid 1px #ccc;
}
#sidebar #sidebar-nav ul li{
    width:100%;
    padding:1em;
    border-bottom:solid 1px #CCC;
}
#sidebar #sidebar-nav .button-open,
#sidebar #sidebar-nav .button-close {
    font-family:"FontAwesome";
    font-size:18px;
    float:right;
    padding:0.7em 0.5em 0 0;
    cursor:pointer;
    text-decoration:none;
    -moz-transition:color .2s ease-in-out;
    -webkit-transition:color .2s ease-in-out;
    -ms-transition:color .2s ease-in-out;
    transition:color .2s ease-in-out;
}
#sidebar #sidebar-nav .button-open:hover ,
#sidebar #sidebar-nav .button-close:hover { color:#39afdf; }
#sidebar #sidebar-nav .button-open:before { content:"\f067"; }
#sidebar #sidebar-nav .button-close:before { content:"\f068"; }
#sidebar #mini-login {
    float:left;
    width:100%;
    margin-bottom:20px;
}
#sidebar #mini-login #login-boxes,
#sidebar #mini-login #login-submit {
    float:left;
    width:100%;
    padding:1rem;
    border:1px solid #ddd;
}
#sidebar #mini-login #login-submit {
    border-top:none;
    background:#f7f7f7;
}
#sidebar #mini-login #login-submit .button { 
    float:left;
    margin:0;
}
#sidebar #mini-login #login-boxes .email-row,
#sidebar #mini-login #login-boxes .password-row {
    position:relative;
    margin:0 0 1rem 0;
}
#sidebar #mini-login #login-boxes .email-row:before,
#sidebar #mini-login #login-boxes .password-row:before {
    font-family:"FontAwesome";
    color:#CCC;
    position:absolute;
    left:1rem;
    top:1rem;
    z-index:100;
    font-size:1.6rem;
}
#sidebar #mini-login #login-boxes .email-row:before { content:"\f007"; }
#sidebar #mini-login #login-boxes .password-row:before { content:"\f023"; }
#sidebar #mini-login #login-boxes input { 
    padding: 1rem 1rem 1rem 3rem;
    width: 100%;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 3px;
    border: 1px solid #CCC;
    background: #fbfafa;
    font-size: 1.2rem;
    position: relative;
}
#sidebar #mini-login .login-error {
    color:#c09853;
    background:#fcf8e3;
    border:#fbeed5;
    padding:15px;
    border:1px solid transparent;
    border-radius:1px;
    float:left;
    width:100%;
    margin-bottom:10px;
}


/***************** Password Levels *****************/
#result { 
    width:100%;
    display:none;
    border-radius:3px;
    margin:0 0 0.5rem 0;
}
#result div { 
    float:left;
    display:none;
    padding:1%;
}
#result .level-1 { 
    background:#fca9a9;
    width:25%;
}
#result .level-2 { 
    background:#e8e000;
    width:50%;
}
#result .level-3 { 
    background:#f49b00;
    width:75%;
}
#result .level-4 { 
    background:#00dd34;
    width:100%;
}


/***************** Back to Top Button *****************/
/*.cd-container {
    width:90%;
    max-width:768px;
    margin:2em auto;
}
.cd-container::after {
    content:'';
    display:table;
    clear:both;
}
.cd-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../..//pics/top-arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    background-size: 41px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition:opacity .3s 0s, visibility 0s 0s;
    -moz-transition:opacity .3s 0s, visibility 0s 0s;
    transition:opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility:visible;
    opacity:1;
}
.no-touch .cd-top:hover {
    background-color:#a7c038;
    opacity:1;
}*/


/*********************************************************************************/
/************************************** Plugins **********************************/
/*********************************************************************************/

/***************** Featherlight *****************/
@media all {
    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position:fixed;
        top: 0; right: 0; bottom: 0; left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0);
    }
    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type { background: rgba(0, 0, 0, 0.8); }
    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }
    .featherlight .featherlight-content {
        /* make content container for positioned elements (close button) */
        position: relative;

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        /* styling */
        background: #fff;
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }
    /* contains the content */
    .featherlight .featherlight-inner { display: block; }
    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;

        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;

        /* styling */
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff; /* Set the background in case it overlaps the content */
        background: rgba(255, 255, 255, 0.3);
        color: #000;
    }
    .featherlight .featherlight-image { width: 100%; }
    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }
    .featherlight iframe { border: none; }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

/***************** Figure Effects (Hover) *****************/
.grid figure {
    position:relative;
    float:left;
    overflow:hidden;
    margin:0;
    width:100%;
    background:#000;
    text-align:center;
    cursor:pointer;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-lining img {
    max-width: none;
    width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: bottom;
    position: relative; 
    width: 100%; /* for IE 6 */
}

figure.effect-lining:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lining figcaption {
    text-align: left;
}

figure.effect-lining h2 {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    padding: 20px;
    background:rgba(230, 24, 67, 0.9);

}

figure.effect-lining h2::after {
    position: absolute;
    display: block;
    bottom: 0;
    left: -1px;
    width: 101%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

figure.effect-lining:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lining p {
    padding: 20px;
    font-size: 15px !important;
    color:#fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

figure.effect-lining:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



/***************** PhotoSwipe *****************/
.pswp {
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    overflow:hidden;
    -ms-touch-action:none;
    touch-action:none;
    z-index:1500;
    -webkit-text-size-adjust:100%;
    -webkit-backface-visibility:hidden;
    outline:none;
}
.pswp * {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.pswp img { max-width:none; }
.pswp--animate_opacity {
    opacity:0.001;
    will-change:opacity;
    -webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open { display: block; }
.pswp--zoom-allowed .pswp__img {
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
    cursor:zoom-in;
}
.pswp--zoomed-in .pswp__img {
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:grab;
}
.pswp--dragging .pswp__img {
    cursor:-webkit-grabbing;
    cursor:-moz-grabbing;
    cursor:grabbing;
}
.pswp__bg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    -webkit-backface-visibility:hidden;
    will-change:opacity;
}
.pswp__scroll-wrap {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action:none;
    touch-action:none;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.pswp__container,
.pswp__img {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none;
}

.pswp__zoom-wrap {
    position:absolute;
    width:100%;
    -webkit-transform-origin:left top;
    -ms-transform-origin:left top;
    transform-origin:left top;
    -webkit-transition:-webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
    will-change:opacity;
    -webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition:none;
    transition:none;
}
.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility:hidden;
    will-change:transform;
}

.pswp__item {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow:hidden;
}

.pswp__img {
    position:absolute;
    width:auto;
    height:auto;
    top:0;
    left:0;
    -webkit-transition:opacity 0.15s;
    transition:opacity 0.15s;
}

.pswp__item iframe {
    position:absolute;
    top:25%;
    left:25%;
    width:50%;
    height:50%;
    -webkit-transition:opacity 0.15s;
    transition:opacity 0.15s;
}
    @media screen and (max-width: 768px) {
        .pswp__item iframe {
            width:80%;
            height:40%;
            top:30%;
            left:10%;
        }
    }
.pswp__img--placeholder { -webkit-backface-visibility:hidden; }
.pswp__img--placeholder--blank { background:#222; }
.pswp--ie .pswp__img {
    width:100% !important;
    height:auto !important;
    left:0;
    top:0;
}
.pswp__error-msg {
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    text-align:center;
    font-size:14px;
    line-height:16px;
    margin-top:-8px;
    color:#CCC;
}
.pswp__error-msg a {
    color:#CCC;
    text-decoration:underline;
}
.pswp__button {
    width:44px;
    height:44px;
    position:relative;
    background:none;
    cursor:pointer;
    overflow:visible;
    -webkit-appearance:none;
    display:block;
    border:0;
    padding:0;
    margin:0;
    float:right;
    opacity:0.75;
    -webkit-transition:opacity 0.2s;
    transition:opacity 0.2s;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.pswp__button:focus,
.pswp__button:hover { opacity: 1; }
.pswp__button:active {
    outline:none;
    opacity:0.9;
}
.pswp__button::-moz-focus-inner {
    padding:0;
    border:0;
}
.pswp__ui--over-close .pswp__button--close { opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background:url("../../pics/default-skin.png") 0 0 no-repeat;
    background-size:264px 88px;
    width:44px;
    height:44px;
}
    @media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
      .pswp--svg .pswp__button,
      .pswp--svg .pswp__button--arrow--left:before,
      .pswp--svg .pswp__button--arrow--right:before { background-image:url("../../pics/default-skin.png"); }
      .pswp--svg .pswp__button--arrow--left,
      .pswp--svg .pswp__button--arrow--right { background:none; }
    }

.pswp__button--close { background-position:0 -44px; }
.pswp__button--share { background-position:-44px -44px; }
.pswp__button--fs { display:none; }
.pswp--supports-fs .pswp__button--fs { display:block; }
.pswp--fs .pswp__button--fs { background-position:-44px 0; }
.pswp__button--zoom {
    display:none;
    background-position:-88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom { display:block; }
.pswp--zoomed-in .pswp__button--zoom { background-position:-132px 0; }
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right { visibility:hidden; }
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background:none;
    top:50%;
    margin-top:-50px;
    width:70px;
    height:100px;
    position:absolute;
}
.pswp__button--arrow--left { left:5%; }
.pswp__button--arrow--right { right:5%; }
  @media screen and (max-width: 768px) {
    .pswp__button--arrow--left { left:0; }
    .pswp__button--arrow--right { right:0; }
  }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content:'';
    top:35px;
    background-color:rgba(0, 0, 0, 0.3);
    height:30px;
    width:32px;
    position:absolute;
}
.pswp__button--arrow--left:before {
    left:6px;
    background-position:-138px -44px;
}
.pswp__button--arrow--right:before {
    right:6px;
    background-position:-94px -44px;
}
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden { display:none; }
.pswp__share-tooltip {
    z-index:1620;
    position:absolute;
    background:#FFF;
    top:56px;
    border-radius:2px;
    display:block;
    width:auto;
    right:44px;
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform:translateY(6px);
    -ms-transform:translateY(6px);
    transform:translateY(6px);
    -webkit-transition:-webkit-transform 0.25s;
    transition:transform 0.25s;
    -webkit-backface-visibility:hidden;
    will-change:transform;
}
.pswp__share-tooltip a {
    display:block;
    padding:8px 12px;
    color:#000;
    text-decoration:none;
    font-size:14px;
    line-height:18px;
}
.pswp__share-tooltip a:hover {
    text-decoration:none;
    color:#000;
}
.pswp__share-tooltip a:first-child { border-radius:2px 2px 0 0; }
.pswp__share-tooltip a:last-child { border-radius:0 0 2px 2px; }
.pswp__share-modal--fade-in { opacity:1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
}
.pswp--touch .pswp__share-tooltip a { padding:16px 12px; }
a.pswp__share--facebook:before {
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    top:-12px;
    right:15px;
    border:6px solid transparent;
    border-bottom-color:#FFF;
    -webkit-pointer-events:none;
    -moz-pointer-events:none;
    pointer-events:none;
}
a.pswp__share--facebook:hover {
    background:#3E5C9A;
    color:#FFF;
}
a.pswp__share--facebook:hover:before { border-bottom-color:#3E5C9A; }
a.pswp__share--twitter:hover {
    background:#55ACEE;
    color:#FFF;
}
a.pswp__share--pinterest:hover {
    background:#CCC;
    color:#CE272D;
}
a.pswp__share--download:hover { background:#DDD; }
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px;
}
.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size:11px;
    color:#BBB;
}
.pswp__caption__center {
    text-align:center;
    max-width:420px;
    margin:0 auto;
    font-size:13px;
    padding:10px;
    line-height:20px;
    color:#CCC;
}
.pswp__caption--empty { display:none; }
.pswp__caption--fake { visibility:hidden; }
.pswp__preloader {
    width:44px;
    height:44px;
    position:absolute;
    top:0;
    left:50%;
    margin-left: -22px;
    opacity:0;
    -webkit-transition:opacity 0.25s ease-out;
    transition:opacity 0.25s ease-out;
    will-change:opacity;
    direction:ltr;
}
.pswp__preloader__icn {
    width:20px;
    height:20px;
    margin:12px;
}
.pswp__preloader--active { opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url("../../pics/preloader.gif") 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active { opacity:1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background:none;
    opacity:0.75;
    width:14px;
    height:14px;
    position:absolute;
    left:15px;
    top:15px;
    margin:0;
}
.pswp--css_animation .pswp__preloader__cut {
    position:relative;
    width:7px;
    height:14px;
    overflow:hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:14px;
    height:14px;
    border:2px solid #FFF;
    border-radius:50%;
    border-left-color:transparent;
    border-bottom-color:transparent;
    position:absolute;
    top:0;
    left:0;
    background:none;
    margin:0;
}
@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position:relative;
        left:auto;
        top:auto;
        margin:0;
        float:right;
    }
}
@-webkit-keyframes clockwise {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0);
    }
    50% {
        -webkit-transform:rotate(-140deg);
        transform:rotate(-140deg);
    }
    100% {
        -webkit-transform:rotate(0);
        transform:rotate(0);
    }
}
@keyframes donut-rotate {
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0);
    }
    50% {
        -webkit-transform:rotate(-140deg);
        transform:rotate(-140deg);
    }
    100% {
        -webkit-transform:rotate(0);
        transform:rotate(0);
    }
}
.pswp__ui {
    -webkit-font-smoothing:auto;
    visibility:visible;
    opacity:1;
    z-index:1550;
}
.pswp__top-bar {
    position:absolute;
    left:0;
    top:0;
    height:44px;
    width:100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility:hidden;
    will-change:opacity;
    -webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right { visibility:visible; }
.pswp__top-bar,
.pswp__caption { background-color: rgba(0, 0, 0, 0.5); }
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0.3); }
.pswp__ui--idle .pswp__top-bar { opacity:0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right { opacity:0; }
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity:0.001; }
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter { display:none; }
.pswp__element--disabled { display:none !important; }
.pswp--minimal--dark .pswp__top-bar { background:none; }

/***************** JQuery Autocomplete *****************/
.ui-widget-content {
    border:1px solid #AAA;
    background:#FFF;
    color:#222;
}
.ui-widget {
    font-family:'Catamaran', sans-serif;
    font-size: 16px;
}
.ui-menu {
    list-style:none;
    padding:0;
    margin:0;
    display:block;
    outline:none;
}
.ui-autocomplete {
    position:absolute;
    top:0;
    left:0;
    cursor:default;
    max-width:300px;
}
.ui-autocomplete li { padding: 0.5rem; }
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-widget-content .ui-state-hover,
.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-autocomplete .ui-state-focus,
.ui-autocomplete.ui-widget-content .ui-state-focus,
.ui-autocomplete .ui-widget-header .ui-state-focus {
    border:1px solid #999999;
    background:#1a8fb4;
    font-weight:normal;
    color:#FFF;
}


/***************** FlexiSlider *****************/
.gradient {
    height:430px;
    background-color:rgba(0, 0, 0, 0.82);
}
.flexslider .slides > li {
    background-size:100%;
    background-repeat:no-repeat;    
    background-position: 50% bottom;
    background: #000;
}
    @media only screen and (max-width: 600px){
        .flexslider .slides > li {
            background-size: cover;
            background-position: 50%;
        }
        .gradient { 
            height: 250px !important
        }
        .read-more-container .read-more {float: none;}
        .slides-content .container {
            margin: 0 !important;
            padding: 0 20px !important;
        }
    }   

.flexslider .slides img {
    width: 100%;
    z-index: -1;
    height: auto;
    display: block;
}
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus { outline:none; }
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin:0;
    padding:0;
    list-style:none;
}
.flexslider {
    margin:0;
    padding:0;
}
.flexslider .slides > li {  
    position:relative;
    overflow:hidden;
    display:none;
    -webkit-backface-visibility: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 150px;
    background-color: #1f1439;
}
    @media(min-width: 768px) {
        .flexslider .slides > li {
            min-height: 370px;
        }
        .home .flexslider .slides > li {
            min-height: 440px;
        }
    }
    @media(min-width: 992px) {
        .home .flexslider .slides > li {
            min-height: 610px;
        }
    }
.flexslider .slides > li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #1c0d30;
}
.flexslider .slides:after {
    content:"\0020";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
html[xmlns] .flexslider .slides { 
    display: block; 
}
* html .flexslider .slides { 
    margin:0;
    height:1%; 
}
.no-js .flexslider .slides > li:first-child { display:block; }
.flexslider {
    margin:0;
    background:#FFF;
    position:relative;
    zoom:1;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides { 
    zoom:1; 
    padding:0;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}
.loading .flex-viewport { max-height:300px; }
.carousel li { margin-right:5px; }
.flex-direction-nav { *height:0; }
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;    
    line-height: 62px;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    @media only screen and (max-width: 768px){
        .flex-direction-nav a { margin:-30px 0 0; }
    }

.flex-direction-nav a:before {
    font-family: "fontawesome";
    font-size: 60px;
    display: inline-block;
    content: '\f053';
    color: rgba(255, 255, 255, 0.99);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

    @media only screen and (max-width: 768px){
        .flex-direction-nav a:before {
            font-size: 34px;
        }
    }

.flex-direction-nav a.flex-next:before { content:'\f054'; }
.flex-direction-nav .flex-prev { left:0px; }
.flex-direction-nav .flex-next {
    right:0px; 
    text-align:right;
}
.flexslider:hover .flex-direction-nav .flex-prev { 
    opacity:0.7; 
    left:10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next {
    opacity:0.7;
    right:10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover { opacity:1; }
.flex-direction-nav .flex-disabled {
    opacity:0!important;
    filter:alpha(opacity=0);
    cursor:default;
}
.flex-pauseplay a {
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    bottom:5px;
    left:10px;
    opacity:0.8;
    z-index:10;
    overflow:hidden;
    cursor:pointer;
    color:#000;
}
.flex-pauseplay a:before {
    font-family:"fontawesome";
    font-size:20px;
    display:inline-block;
    content:'\f053';
}
.flex-pauseplay a:hover { opacity:1; }
.flex-pauseplay a.flex-play:before { content:'\f054'; }
.flex-control-nav {
    width:100%;
    position:absolute;
    bottom:8px;
    text-align:center;
}
.flex-control-nav li {
    margin:0 6px;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-nav li:last-of-type { margin-right:15px; }
.flex-control-paging li a {
    width:11px;
    height:11px;
    display:block;
    background:#666;
    background:rgba(0, 0, 0, 0.5);
    cursor:pointer;
    text-indent:-9999px;
    -webkit-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.flex-control-paging li a:hover {
    background:#1a8fb4;
    background:rgba(26, 143, 180, 0.7);
}
.flex-control-paging li a.flex-active {
    background:#1a8fb4;
    background:rgba(26, 143, 180, 0.9);
    cursor:default;
}
.flex-control-thumbs {
    margin:5px 0 0;
    position:static;
    overflow:hidden;
}
.flex-control-thumbs li {
    width:25%;
    float:left;
    margin:0;
}
.flex-control-thumbs img {
    width:100%;
    height:auto;
    display:block;
    opacity:.7;
    cursor:pointer;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}
.flex-control-thumbs img:hover { opacity:1; }
.flex-control-thumbs .flex-active {
    opacity:1;
    cursor:default;
}
    @media screen and (max-width: 800px) {
        .flex-control-nav { display:none; }
        .flexslider .slides img.main-image { height:315px; }
        .flex-direction-nav .flex-prev {
            opacity:1;
            left:10px;
        }
        .flex-direction-nav .flex-next {
            opacity:1;
            right:10px;
         }
    }

/***************** Booker *****************/
.basket-icon  {
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    padding: 10px;
}
.basket-icon i {
    margin-right:5px;
}
a.my-booking {
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 10px;
    background: #39afdf;
}
.product-list .product-row { margin:0 0 30px 0; }
.product-list.players .product-row:nth-last-of-type(1) { margin:0; }
.product-list .product-row .product-row-header {
    width: 100%;
    background: #39afdf;
    color: #fff;
    font-size: 16px;
}
.fa-angle-down:before {color:#fff;}
.fa-angle-up:before {color:#fff;}
.product-list .product-row .product-row-header .header-content {
    width: 93%;
    float: left;
}
.product-list.view .product-row .product-row-header .header-content { width:100%; }
    @media screen and (max-width:600px) {
        .product-list .product-row .product-row-header .header-content { width:100% !important; }
    }
.product-list .product-row .product-name {
    display: inline-block;
    float: left;
    line-height: 37px;
    padding: 10px 10px 0;
}
    @media screen and (max-width:768px) {
        .booking-list.product-list .product-row .product-row-header .header-content .product-right,
        .booking-list.product-list .product-row .product-row-header .header-content .product-name {
            width:100%;
        }
    }
.product-list .product-row .product-name a { 
    color: #FFF;
    margin-right: 20px;
}
    @media screen and (max-width:768px) {
        .product-list .product-row .products {
            margin-top:14px;    
            width:100%;
        }
    }
        
.product-list .product-right {  
    display:inline-block;
    float:right;
    padding: 10px 10px 0;   
}
.product-list .indicator,
.product-list .product-right span { 
    margin-right: 8px;
    display: inline-block;
    margin-top: 8px;
}
.product-list .product-right a { color:#FFF; }

.product-list .header-toggle {
    width: 6%;
    display: block;
    float: right;
    font-size: 44px;
    background: #343839;
    text-align: center;
}
    @media screen and (min-width:600px) and (max-width: 768px) {
        .product-list .header-toggle { width: 13%;}
        .product-list .product-row .product-row-header .header-content { width: 86%;}
    }
    @media screen and (max-width:600px) {
        .product-list .header-toggle { 
            width:100% !important;
            } 
    }
.product-list .product-row-info {
    padding:15px;
    background:#eaeaea;
    display:none;
    position:relative;
}
.product-list.view .product-row-info { display:block; }
.form .product-list .product-row-info select {
    border: 1px solid #8ed4ef !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    border-radius:0;
    background:url(../../pics/select.png) no-repeat 97% #fff !important;
    background-size:9px !important;
    height:46px;    
}
.form .product-list .product-row-info input[type=text] { border: 1px solid #8ed4ef !important; }
.form .product-list .product-row-info input[type=date] { border: 1px solid #8ed4ef !important; }
.product-list .product-row-info .current-products h3 {
    font-size: 18px;
    margin-bottom:0;
    font-weight: 400;
}
.product-list .product-row-info h3 {
    font-size: 18px;
    color: #39afdf;
    margin-bottom:0;
    margin-top: 20px;
    font-weight: 400;
}   
    @media screen and (max-width:768px) {
        .product-list .product-row-info h3 {
            margin-top: 0;
            margin-bottom: 10px;
            font-weight: 500;
        }
    }
.product-list .product-row-info h4 {
    color:#39afdf;
    font-size:16px;
    margin-bottom:0;
}
    @media screen and (max-width:768px) {
        .product-list .product-row-info h4 { text-align:left; }
    } 
.product-list .current-products {
    width:49%;
    float:left;
}
.product-list .current-products span {
    font-size:17px;
    font-weight:100;
    line-height:27px;
}
    @media screen and (max-width:768px) {
        .product-list .current-products { 
            width:100%;
            margin:0 0 20px 0;
            background:#f7f7f7;
            padding:20px;
            color:#000;
        }
    }
.current-products .totals { text-align:right; }
.final-row .totals {
    font-size:22px !important;
    padding:20px 0 !important;
    width:100% !important;  
}
    @media screen and (max-width:768px) {
        .current-products .totals { margin-top:20px; }
    }
.current-products .saving-total {
    display:block;
    margin-top:3px;
}
.product-list .product-row-info table,
.product-list .product-row-info table tr {
    background:none;
    margin:0;   
}
.product-list .product-row-info table tr td { 
    padding:0;
    font-size: 17px;
    font-weight: 100;
    line-height: 18px;
}
    @media screen and (min-width:769px) {
        .product-list .product-row-info table tr td.right { padding:0; }
    }
.product-list .product-row-info.confirmation-bg table tr td { padding:0.5em; }  
    @media screen and (max-width:768px) {
        .product-list .product-row-info table tr td { 
            padding:0.4em 0 0.4em 0; 
            border:0;
        }
        .product-list .product-row-info table td:before {
            font-size: 17px;
            font-weight: 100;
            line-height: 27px;
        }
        .product-list .product-row-info table.radio-button tr td { padding:0; }
        .product-list .product-row-info table tr { 
            /*margin:0 0 30px 0; */
            border:0;
        }
        .product-list .product-row-info table tr.final-row { margin:0; }
    }
.product-list .product-row-info table tr td.add { padding:0; }
.product-list .product-row-info table .button {
    padding: 6px 0;
    color: #39afdf;
    background: transparent;
    border: none;
    font-size: 16px !important;
    margin: 10px 0 10px 10px;
    font-weight: 400;
}
.product-list .product-row-info table .button.button-basket .button-text { display:none; }
    @media screen and (max-width:768px) {
        .product-list .product-row-info table .button {
            padding: 10px;
            color: #fff;
            background: #39afdf;
            border: none;
            font-size: 17px !important;
            font-weight: 300;
        }
        .product-list .product-row-info table .button.button-basket .button-text { display:inline-block; }
        .product-list .product-row-info table .button.button-basket i { display:none; }
        .all-options { padding: 20px 20px 10px !important; }
        .all-options .saving-message {
            padding: 0 !important;
            width: 100% !important;
        }
    }
.product-list .add-products {
    width:49%;
    float:left;
    margin-left:2%;
}
.product-list .basket-totals span,
.product-list .add-products span {
    font-size: 17px;
    font-weight: 100;
    line-height: 27px;  
}
    @media screen and (max-width:768px) {
        .product-list .add-products { 
            width:100%;
            margin:10px 0;
            background:#f7f7f7;
            padding:20px;
        }
    }
.product-list .intro-text { float:left; }
.product-list .promo-code-applied {
    padding:5px;
    display:block;
    float:right;
    background:#343839;
    color:#FFF;
    text-align:center;
}
    @media screen and (max-width:768px) {
        .product-list  .promo-code-applied { 
            margin-bottom:20px;
            float:left; 
        }
    }
.product-list .option-option-row {
    padding:0;
    margin:10px 0 10px 0;
    background:#dddcdc;
}
.product-list .option-option-row .option-header {
    float:left;
    padding:6px;
    width:94%;
}
    @media screen and (max-width:768px) {
        .product-list .option-option-row .option-header {
            width:94%;
        }
    }
.product-list .option-option-row .header-toggle {
    width:5.4%;
    height:38px;
    padding-top:7px;
}
.product-list .option-option-row .col-1 {
    display:inline-block;
    width:252px;
    float:left;
}
    @media screen and (min-width:769px) and (max-width:1111px) {
        .product-list .option-option-row .col-1 {
            width:100px;
        }
    }
.product-list .option-option-row .col-2 {
    display:inline-block;
    width:100px;
    float:left;
}
.product-list .option-option-row .col-3 {
    display:inline-block;
    width:69px;
    float:left;
}
.product-list .option-option-row .col-4 {
    display:inline-block;
    padding-top:3px;
    line-height:16px;
    float:right;
}
    @media screen and (max-width:768px) {
        .product-list .option-option-row .col-4 { width:100%; }
    }
    @media screen and (min-width:769px) {
        .product-list .option-option-row .col-4 a {
            margin:0;
            padding:0;
        }
    }
.product-list .current-products .option-extras {
    padding:7px;
    display:none;
}
    @media screen and (max-width:768px) {
        .product-list .current-products .option-extras  table tr { margin:0 0 30px 0; }
    }

.front .extra-quantity { padding:0.3em; }
    @media screen and (max-width:768px) {
        .front .extra-quantity { width:50%; }
    }
.basket-button { width:30px;}
    @media screen and (max-width:768px) {
        .basket-button { width:100%; }
    }
.checkout-float .total {
    text-align: right;
    border-top: 1px solid #878787;
    margin: 30px 0 20px;
    padding-top: 10px;
}
.total { text-align:right; }
    @media screen and (max-width:768px) {
        .total { 
            margin-top:20px;
            width:100%;
            clear:both;
            display:inline-block;
        }
    }
.total .saving {
    display:block;
    font-size:18px;
    color:#39afdf;
} 
    @media screen and (max-width:768px) {
        .total .saving { margin:0; }
    }
.checkout-float .total .total-price { font-size:22px; }
.total .total-price { font-size:50px; }
.promotions {
    float:left;
    padding:20px;
    background:#eaeaea;
    width:45%;
}
.promotions input[type=text] {
    border:1px solid rgba(57, 175, 223, 0.42);
    border-radius:10px;
    width:56%;
    background:#fff;
}
    @media screen and (max-width:600px) { 
        #booking-summary h1 {
            text-align: left;
            font-size: 30px;
            margin-bottom: 10px;
        }
        .checkout-left h1 {
            text-align: left;
            font-size: 30px;
            margin-bottom: 30px;
        }
    }
    @media screen and (min-width:600px) and (max-width: 768px) { 
        .promotions input[type=text] { width: 52%; }
        #booking-summary h1 {
            text-align: left;
            font-size: 2.4em;
            font-weight: 300;
        }
        .featured-products a.button {padding: 10px !important;}
    }
a#PageContentMaster_ctl00_btnPromoCode {
    border-radius: 10px;
    padding: 13px;
    border: none;
    width: 41%;
}
    @media screen and (max-width:600px) {
        .promotions input[type=text] { width:100%; }
        a#PageContentMaster_ctl00_btnPromoCode {
            margin-top:10px;
            width:100%;
        }
    }
    @media screen and (max-width:767px) {
        .promotions {
            width:100%;
        }
        .promotions input { width:52%; }
        .promotions .button { width:46%; }
    }
.promotions .promotions-intro {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.promotions .promotions-message { 
    display:block;
    margin-top:8px;
}
.basket-buttons { margin-top:20px; }
.basket-buttons a {
    border-radius: 10px;
    padding: 10px 30px !important;
    font-size: 18px !important;
    font-weight: 100;
}
.basket-buttons a:before {display: none;}
.all-options { 
    margin:10px 0 0 0;
    padding:10px;
    background:#153139;
    color:#FFF;
}
.all-options .saving-message {
    width:77%;
    display:inline-block;
    font-size:17px;
    font-weight:100;
    line-height:27px;
    padding:10px;
}
.front .all-options .button { padding:4px 10px; }
    @media screen and (max-width:767px) {
        .front .all-options .button {
            margin-top:10px;
        }
    }
.booker-contain { 
    z-index: 10000;
    margin-bottom: 124px;
}
.booker-contain.nomargin {
    margin-bottom: 0;
}
.booker-search {
    margin-top: -124px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.booker-search .search-panel .filter-box {
    width: 25%;
/*	width:34%;*/
    padding: 0 5% 0 0;
    float: left;
}
.booker-search .search-panel #divWhen .filter-box {
    padding: 0;
}

.booker-search .search-panel #divWhen span {
    /* float: right; */
    margin-left: 10px;
}
.booker-search h1 {
    color: #fff;
    text-align: center;  
}
.front .booker-search input[type=text] {
    width: 100%;
    height: 50px;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 8px;
	font-family: 'Catamaran', sans-serif;
	font-size:18px;
}
.front .booker-search input[type=text]::-webkit-input-placeholder { color:#fff !important; }
.front .booker-search input[type=text]:-moz-placeholder { color:#fff !important; }
.front .booker-search input[type=text]::-moz-placeholder { color:#fff !important; }
.front .booker-search input[type=text]:-ms-input-placeholder { color:#fff !important; }

.booker-search select::-ms-expand { display:none; }
.booker-search select {
    /* background: url(../../pics/arrow-down.png); */
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 15px !important;
}
.booker-search select option {
    color: #4a4a4a;
}
.booker-search select option:hover {
    color: #df024a;
}
.booker-search select:active, 
.booker-search select:hover {
    outline: none;
    color: #df024a;
    background: transparent;
}
/*
    @media screen and (min-width: 600px) and (max-width: 768px) {
        a.button-checkout {
            width: 50% !important;
            background: #009643 !important;
            padding: 16px !important;
            font-size: 20px !important;
        }
        a.button-add {
            width: 50% !important;
            clear: both;    
            padding: 16px !important;
            font-size: 20px !important;         
        }

        .booker-contain {height: auto;}
        .booker-search { 
            display:none; 
            padding: 20px;
            height: auto !important;    
        }
        .booker-search h1 {display: none;}

        .booker-search .search-panel .filter-box {
            width: 32%;
            float: left;
            margin-right: 2%;
            margin-left: 0 !important;
            padding: 0;
        }
        .booker-search .search-panel .filter-box:nth-of-type(3n+3) { margin: 0 0 2% 0; }

        #ctlBookerProductSearchBar_rptFilterTypesFilter_ddlFilter_1 {display: block !important;}

        .search-panel .button-search {
            width: 100% !important;
            display: block;
            float: none !important;
            margin-top: 3% !important;
            font-size: 17px;
            margin-left: 0 !important;
        }

    }
*/


.when-label {
    width: 90%;
    margin-right: 0px;
}
    @media screen and (max-width:767px) {

        .vflipper .vfront {
            padding-top: 17px !important;
        }

        #divWhen {
            width: 100% !important;
        }
        .booker-contain {
            height: auto;
            position: absolute;
            margin: 0;
        }
        .booker-search { 
            display:none; 
            padding: 20px;
            height: auto !important;    
        }
        .booker-search h1 {display: none;}
        .search-panel .button-search {
            margin: 0 !important;
            width: 100% !important;
        }

        .booker-search .search-panel .filter-box {
            width: 100%;
            padding: 0;
            float: left;
            margin: 0 3% 3% 0;
        }
        .booker-search .search-panel .filter-box:nth-of-type(2n+2) { margin: 0 0 3% 0; }

        #ctlBookerProductSearchBar_rptFilterTypesFilter_ddlFilter_1 {display: block !important;}
    }
.booker-search.sticky {
    position: fixed !important;
    top: 154px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #1f1439;
    border-top: none;
    border-bottom: none;
    z-index:2222;
}
.booker-search.sticky h1 {display: none;}
.search-panel .filters { 
    width:84%;
    float:left;
}
    @media screen and (max-width:767px) {
            .search-panel .filters { 
                width:100%;
                float:none;
                margin-bottom: 25px;
            }
    }
    .search-panel .button-search {
        width: 15%;
        margin: 0;
        padding: 8px 7px 6px 7px;
        float: left;
        border-radius: 30px;
        border: 1px solid #38fffe;
        color: #1f1439;
        background: #38fffe;
        min-width: auto;
        margin-top: 3px;
    }
.search-panel .button-search:hover { 
    color: #38fffe;
background: transparent;

}
.search-panel .filter-box {  
    width:20%;
    padding:0 1% 0 1%;
    float:left;
}
.search-panel .filter-box select { 
    width:100%;
    color: #fff;
    height: 50px;
    padding: 12px 8px 11px !important;
    font-family: 'Catamaran', sans-serif;
	font-size:19px;
}

.search-results  .name-sub {
    display:block;
    font-size:90%;
}

    @media screen and (max-width:600px) { 
        table.search-results tr {
            margin-bottom: 30px;
            padding-bottom: 30px;
            padding: 0 20px;
            background: #f7f7f7;
            border: 1px solid #e6e6e6;
        }
        table.search-results td:before {
            float: left;
            font-weight: 700;
            color: #343839;
            width: 100%;
            font-size: 17px;
            text-align: left;
            margin-bottom: 7px;
        }
        table.search-results tr td {
            padding: 15px 0px;
            text-align: left;
            width: 100%;
            font-size: 16px;
            line-height: 25px;  
        }
        table.search-results tr td.right { text-align: left; }
        .search-results tr span.traffic-light-mobile.green, .search-results tr td.traffic-light.green {
            width: 100%;
            padding: 0 0 20px 0;
        }
        .search-results tr span.traffic-light-mobile span {
            width: 80% !important;
            margin-left: 3%;
            font-size: 17px;
            text-transform: uppercase;
        }
        .search-results .button-book {width:100% !important;}
    }

    @media screen and (min-width:600px) and (max-width: 768px) { 
        table.search-results tr {
            margin-bottom: 30px;
            padding-bottom: 30px;
            padding: 0 20px;
            background: #f7f7f7;
            border: 1px solid #e6e6e6;
        }
        table.search-results tr td {
            font-size: 17px;
            line-height: 30px;
            padding: 15px 0;
        }
        table.search-results td:before {
            font-size: 17px;
            line-height: 30px;
        }
        .search-results tr span.traffic-light-mobile span {
            display: inline-block;
            float: left;
            font-size: 15px;
            line-height: 23px;
            padding-left: 5px;
        }
    }

.search-results .button-waiting { width:130px; }
@media screen and (max-width:768px) { 
    .search-results .button-book { width:50%; }
}
    @media screen and (min-width:769px) { 
        .search-results tr span.traffic-light-mobile { display:none; }
    }
    @media screen and (max-width:768px) { 
        .search-results tr span.traffic-light-mobile { 
            float:left; 
            font-size:14px;
            padding-top:4px;
            width:48%;
            text-align:left;
            
        }
        .search-results tr span.traffic-light-mobile i { 
            width:26px;
            font-size:24px; 
            float:left;
            display:inline-block; 
        }
    }
.search-results tr td.traffic-light { 
    font-size:24px; 
    padding-left:0;
}
    @media screen and (max-width:768px) { 
        .search-results tr td.traffic-light { display:none; }
    }

.search-results tr span.traffic-light-mobile.green,
.search-results tr td.traffic-light.green{ color:#008623; }

.search-results tr span.traffic-light-mobile.amber,
.search-results tr td.traffic-light.amber{ color:#e67200; }

.search-results tr span.traffic-light-mobile.red,
.search-results tr td.traffic-light.red{ color:#f90000; }

.search-results tr td.traffic-light span {
    width: 70px;
    display: inline-block;
    float: right;
    font-size: 14px;
    text-align: right;
    line-height: 18px;
}
    @media screen and (min-width:769px) { 
        .search-results tr td.traffic-light i { 
            width:20px;
            margin:0 0 0 6px;
            font-size:24px;
            float:right;
            display:inline-block; 
        }   
        .search-results tr td.traffic-light span { 
            width:70px;
            display:inline-block; 
            float:right;
            font-size:13px;
            text-align:right;
        }
    }
.search-results tr td .date-title {
    display:inline-block;
    width:53px;
    font-weight:bold;
    text-align:left;
}
.search-results { 
    font-size: 15px;
    font-weight: 100;
    line-height: 25px;  
}
.search-results .price { 
    color:#39afdf; 
    font-weight:bold;
    font-size:25px;
}
.search-results .price small { font-size:12px; }
.search-results a { color:#39afdf; }
.search-results a:hover { text-decoration:underline; }
.search-results a.view-details { display:block; }

.filters-button-group { margin-bottom:2em; }
.filters-button-group .button {
    float:left;
    margin:0;
}
    @media screen and (max-width:768px) { 
        .filters-button-group .button { width:auto; }
    }
.filters-button-group .button.is-checked { background:#153139; }
.element-item {
    width:100%;
    top:0 !important;
    position:relative !important;
    margin-bottom:6px;
}
.popup-background .product-select .options .option-day .price,
.popup-background .product-select .options .option-day .label { margin-bottom:0; }


.product-select .option-name {
    margin-bottom:4px;
    text-align:left;
    font-size:16px;     
}

.waiting-list {
    padding:10px;
    background:#eaeaea;
}
.waiting-list h3{ 
    margin:0 0 10px 0;
}
.waiting-list input[type=text], .waiting-list input[type=email] {
    background:#fff !important;
    border:1px solid #8ed4ef;
}
.waiting-list  label {
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}




@media screen and (max-width:768px) { 
    .popup-background table .time{ display:block; }
}

.popup-background {
    height:100%;
    width:100%;
    left:0;
    overflow-y:auto;
    position:fixed;
    top:30px;
    z-index:99999;
    background:rgba(0, 0, 0, 0.7);
}
     @media screen and (max-width:767px) { 
        .popup-background {
            top: 0;
        }     
    }
.popup-background .popup-inner {
    padding:20px;
    width:900px;
    min-height:460px;
    max-width:90%;
    margin:8% auto 57px auto;
    background:#FFF;
    text-align:left;
    position:relative;
}
    @media screen and (max-width:600px) { 
        .popup-background .popup-inner {
            min-height: 100px;
            margin: 27% auto 20px auto;
        }
        .booker-payment-details select { 
            border: 1px solid #153139 !important; 
            background: url(../../pics/mob-select.png) no-repeat 97% #fff !important;   
        }
        .booker-payment-details textarea, .booker-payment-details input[type=date], .booker-payment-details input[type=text], .booker-payment-details input[type=email], .booker-payment-details input[type=date], .booker-payment-details input[type=number], .booker-payment-details input[type=tel], .booker-payment-details input[type=password] { border: 1px solid #153139 !important; }
    }
    @media screen and (min-width:600px) and (max-width: 768px) { 
        .booking-journey.popup .journey-button { padding: 5px 22px !important; }
        .popup-background .popup-inner {
            margin: 20% auto 20px auto;
        }
        .popup-background .popup-inner.mini-login { height: inherit; }

    }

.popup-background .product-select .select .button-add { 
    border-radius: 10px;
    font-size: 19px;
    font-weight: 100;
}   
.popup-background .product-select .select .button-add:before {display: none;}
.popup-background .popup-inner .popup-close {
    display:block;
    position:absolute;
    right:20px;
    top:10px;
    color:#39afdf;
    font-size:30px;
    cursor:pointer;
}
    @media screen and (max-width:768px) { 
        .popup-background .popup-inner .popup-close { right:10px; }
    }
.popup-background .product-select .select .input-group { float:right; }
.popup-background .popup-inner .popup-close:hover { color:#343839; }

#main .popup-background .content-section { margin:0; }
.popup-background .product-info { margin:0 0 40px 0; }
.bc-table { margin: 0 !important; }
    @media screen and (max-width:768px) { 
        .input-group {
            display: inline-block;
            text-align: left;
            width: 100%;
        }
    }


.popup-background .product-info tr { border:0; }

.popup-background .product-select h1 {
        margin-bottom:5px;
        color:#39afdf;
        text-align:left;
}
.popup-background .product-select h2 { 
    font-size:16px;
    color:#39afdf;
    }
    @media screen and (max-width:768px) {
        .front .popup-background .product-select  table tr td .time { display:block; }
    }

.popup-background .product-select .options {
    width:49%;
    height:auto !important;
    float:left;
}
    @media screen and (max-width:768px) { 
        .popup-background .product-select .options { 
            width:100%;
            margin:20px 0;
            float:none;
        }
    }
.popup-background .product-select .options .select-all { margin-bottom:20px; }
.popup-background .product-select .options .label {
    display: inline-block;
    width: 160px;
    font-size: 16px;
    margin-bottom: 14px;
}
        @media screen and (max-width:768px) { 
        .popup-background .product-select .options .label { width:38%; }
        }
.product-select .options .pick-sessions .disabled .label,
.product-select .options .pick-sessions .disabled .label { color:#bbbbbb; }
.popup-background .product-select .options .price { 
    margin-left: 0;
    display: inline-block;
    color: #39afdf;
    font-size: 16px;
    margin-bottom: 14px;
}
.product-select .options .pick-sessions .disabled .price,
.product-select .options .pick-sessions.disabled .price { color:rgba(61, 61, 61, 0.44); } 

.popup-background .product-select .options .price small { font-size:14px; }
    @media screen and (max-width:768px) { 
        .popup-background .product-select .options .price small { font-size:12px; }   
    }
.popup-background .product-select .select {
    float:right;
    width:49%;
    text-align:right;
}
    
    @media screen and (max-width:768px) { 
        .popup-background .product-select .select {
            width:100%;
            float:none;
        }
    }
.popup-background .product-select .select select {
    float:right;
    font-size:16px;
}
.popup-background .product-select .select .price {
    margin: 0 0 10px;
    display: inline-block;
    font-size: 56px;
    color: #39afdf;
}
        @media screen and (max-width:768px) {
            .popup-background .product-select .select .price {
                margin:20px 0;
                font-size:40px;
            }
        }
@media screen and (min-width:769px) { 
    .popup-background .product-select .select .button-add {
        width:200px;
        display:inline-block;
    }
}

.popup-background.login { display:none; }
.popup-background .popup-inner.mini-login {
    width:600px;
    min-height:230px;   
    background-color:#f7f8f9;
}
.popup-background .popup-inner.mini-login h2 {
    text-align: center;
    color:#e42d50;
    margin-top: 2px;
}
.popup-background .popup-inner.mini-login .popup-close {
    right: 20px;
    top: 10px;
    color: #e42d50;
}
.email-row {margin-bottom: 10px;}
.password-row {margin-bottom: 10px;}
.popup-background .popup-inner.mini-login input[type=text],
.popup-background .popup-inner.mini-login input[type=password] { 
    width:98%; 
    margin:0 0 1% 0;
    padding: 10px 1%;
    border: 1px solid #ccc;
}
.popup-background .popup-inner.mini-login input[type=text]:focus,
.popup-background .popup-inner.mini-login input[type=password]:focus { 
    border: 1px solid #df024a;
}
.popup-background .popup-inner.mini-login #login-boxes {
    margin: 0 auto;
    width: 80%;
}
.popup-background .popup-inner.mini-login #login-submit {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
.popup-background .popup-inner.mini-login .button {
    color: #df024a;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #df024a;
    min-width: 130px;
    font-size: 1.3em;
    padding: 5px 17px;
    text-decoration: none;
    background-color: transparent;
}
.popup-background .popup-inner.mini-login .button:hover {
    color: #fff;
    background-color: #df024a;
}

.popup-background .popup-inner.mini-login .button:before {display: none;}
.popup-background .popup-inner.mini-login .label-remember-me {
    float: left;
    margin: 10px 0; 
    width:50%;
}
.popup-background .popup-inner.mini-login .label-remember-me input[type=checkbox] {
    float: left;
    margin-right: 2px;
    margin-top: 8px;
}
.popup-background .popup-inner.mini-login .label-remember-me label {
    display: inline-block;
    padding: 3px;
    float: none;
    font-size: 14px;
    font-weight: 100; 
}
.popup-background .popup-inner.mini-login span.reset-pword {
    float: right;
    margin: 10px 0;
    width: 50%;
}
.popup-background .popup-inner.mini-login a.forgotten-pword {
    display: inline-block;
    padding: 3px;
    float: right;
    font-size: 14px;
    font-weight: 100;
    color: #e42d50;
    text-decoration: underline;    
}
    @media screen and (max-width: 600px) {
        .popup-background .popup-inner.mini-login .label-remember-me {width:100%;}
        .popup-background .popup-inner.mini-login a.forgotten-pword {float: none;}
        .popup-background .popup-inner.mini-login span.reset-pword {float:none;width:100%;}
    }

/*Booking View */
.booking-view { margin:40px 0 0 0; }
.booking-view .right-col {
    width: 72%;
    float: left;
}
.booking-view .left {
    width: 24%;
    padding-left: 2%;
    float: right;
    text-align: left;
    font-size: 14px;
}

    @media screen and (max-width:600px) {
        .booking-view .left {
            width: 100%;
            margin: 20px 0;
            padding: 20px 0;
            border-right: 0;
            border-top: 10px solid #39afdf;
            border-bottom: 10px solid #39afdf;
        }
    } 

    @media screen and (max-width:768px) { 
            .booking-view .right-col { width:100%; }
    }
    @media screen and (min-width: 600px) and (max-width:768px) { 
        .booking-view .left { 
            width:100%; 
            margin:20px 0 0 0;
            padding:20px 0 0 0;
            border-right:0;
            border-top:1px solid #39afdf;
        }
    }
.booking-view .left .details{ margin-bottom:20px; }
.booking-view .left .details p {margin: 0;}
.booking-view .left .address {
    border-top: 1px solid #878787;
    padding-top: 15px;
    word-wrap: break-word;
}
.booking-view .left .address p {margin: 0;}
.booking-view .left .details h3 {
    border-bottom: 1px solid #878787;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 400;   
}



.booking-view .product-list .current-products {
    width:100%;
}

/*Basket*/
.basket-mini {
    margin: 0;
    padding: 0 0 0 40px;
    color: #343839;
}
    @media screen and (max-width:768px) { 
        .basket-mini .products { width:100%; }
    }
.basket-mini h4 small { font-size:10px; }
.basket-mini .total .saving { color:#343839; }
    @media screen and (max-width:768px) { 
        .basket-mini .total .total-price { font-size:26px; }
        .basket-mini .total .saving { font-size:12px; }
    }
.basket-mini .row { margin:0 0 20px 0; }
.basket-mini a { 
    color:#FFF; 
    text-decoration:underline;
}
.basket-mini .product-name .name {
    display:inline-block;
    width:220px;
}
    @media screen and (max-width:768px) { 
        .basket-mini .product-name .name { width:100%; }
    }
.basket-mini .product-name .name a { color:#000; }
.basket-mini .product-name .arrow {
    display:inline-block;
    float:left;
    margin-right:10px;
    margin-top:-3px;
    color:#343839;
}
    @media screen and (max-width:768px) { 
        .basket-mini .product-name .arrow { margin-top:-6px; }
    }
.basket-mini .product-name .arrow i { font-size:26px; }
.basket-mini .product-name .arrow i:before{
    color:#343839;
}

.basket-mini table tr:nth-child(2n-1),
.basket-mini table { background:none; }
.basket-mini table tr td { padding:2px 0; }

.basket-mini h5 { 
    font-size:14px;
    margin:0 0 2px 0;
}
.basket-mini .product-details { 
    width:100%;
    margin-bottom:15px;
    display:none;
    font-size:12px;
}
.front .basket-mini .product-details p { font-size:12px !important; }
.basket-mini .product-name { margin:0 0 6px 0; }
.front .basket-mini table tr th { 
    background:none; 
    padding:0 0 4px 0;
    text-decoration:underline;
    color:#343839;
    font-size:12px;
    
}
.front .basket-mini table tr th.options { text-align:right; }
.front .basket-mini table tr td { 
    padding:0; 
    border:0;
    min-height:1.5em;
    font-size:12px;
}
.front .basket-mini table tr { 
    margin-bottom:4px;
    border-bottom:2px solid #ddd; 
}
.basket-mini .current-products { 
    margin:0 0 4px 0;
    font-size:12px;
 }
.basket-mini .booker-login {
    width:100%;
    display:inline-block;
}
.basket-mini .booker-login a {
    max-width:100%;
}



/*Details / Payment */
.form-container { margin:0 0 30px 0; }
.form-container .form.half {
    width:48%;
    float:left;
}
    @media screen and (max-width:768px) { 
        .form-container .form.half {
            margin-bottom:10px;
            width:100%;     
        }
    }
.form-container .form.half:nth-of-type(odd) { margin-right:4%; }
.row .full-width input[type=text],
.row .half-width input[type=text],
.row .third-width input[type=text],
.row .full-width input[type=date],
.row .half-width input[type=date],
.row .third-width input[type=date],
.row .dob-width input[type=date],
.row .quarter-width input[type=date] 
.row .dob-width input[type=text],
.row .full-width input[type=password],
.row .quarter-width input[type=text] {
    background: #fff;
    width: 100%;
}
.front .form .row .third-width {
    width: 30%;
    float: left;
}
.front .form .my-booking  .row .third-width { width:32%; }
.front .form .row .label-width {
    padding:10px 0 0 0;
    width:10%; 
    float:left;
}
    @media screen and (max-width:768px) { 
        .front .form .row .label-width { width:100%; }
    }

.product-list.players .product-row:nth-last-of-type(1) .next-product { display:none; }
    
.front .form .row .dob-width {
    width:23%;
    float:left;
}
.booker-payment-details h5 { font-size:1.3em; }

.product-row-info .row .full-width input[type=date],
.product-row-info .row .half-width input[type=date],
.product-row-info .row .third-width input[type=date],
.product-row-info .row .full-width input[type=text],
.product-row-info .row .half-width input[type=text],
.product-row-info .row .third-width input[type=text],
.product-row-info .row .dob-width input[type=date],
.product-row-info .row .dob-width input[type=text] { background:#FFF; }

.product-row-info .row .label-mobile,
.product-row-info .row .label { padding:0; }
    @media screen and (max-width:768px) { 
        .product-row-info .row.labels { display:none; }
    }

.product-row-info .row .label-mobile {
    padding:0 0 5px 0;
}
    @media screen and (min-width:769px) { 
        .product-row-info .row .label-mobile { display:none; }
    }

.product-row-header .product-name.indicator,
.product-row-header .product-price.indicator {
    width:26px;
    height:25px;
    padding-top:3px;
    background:green;
    border-radius:60px;
    color:#fff;
    text-align:center;
    font-size:14px;
    }
.no-validation .product-row-header .product-price.indicator { display:none; }
.product-row-header .product-price.warning { 
    background: red;
    color: #fff;
}
.product-row-header .product-price.amber-warning { 
    background:orange;
}
.booker-payment-details .product-list .product-row .product-name { padding-top:4px; }

.front .form .row .quarter-width { width:23.5%; }
    @media screen and (max-width:768px) { 
        .front .form .row.player { margin:0 0 2% 0; }
        .front .form .row .quarter-width { width:49%; } 
        .front .form .row .quarter-width.cvn-issue,
        .front .form .row .quarter-width.left:nth-child(2n-1) { margin-right:2%; }

        .front .form .my-booking  .row .third-width,
        .front .form .row .dob-width,
        .front .form .row .third-width { 
            width:100%; 
            margin:0 0 2% 0;
        } 
    }
.form .row select,
.front .form .row .quarter-width select  {
    height:43px;
    border:1px solid #8ed4ef;
    background-color:#fff;
    width:100%;
}
.my-booking .left { float:left; }
a.update-player-details {
    background: green !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 30px !important;    
}
a.remove-basket:hover {background: #b80707;}
.booking-list .right.totals { 
    float:right; 
    color:#39afdf;
    font-size:20px;
}
.products.my-booking-row.clear .fa-check:before { color: green; }

.booking-list.product-list .product-row-info h3 { margin-bottom: 10px; }
.booking-list.product-list a { 
    color:#FFF; 
    text-decoration:underline;
}
.booking-list.product-list small { display:block; }
.product-list .product-row-info table tr td .fa { font-size:20px; color:red;}

/* DatePicker Container */
.ui-datepicker {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    display:none;
    padding:15px;
    width: 33%;
    max-width: 297px;
    /*z-index: 9999 !important;*/
}
    @media(max-width: 767px) {
        .ui-datepicker {
            left: 50% !important;
            /*top: 372px !important;*/
            width: 90%;
            max-width: 100% !important;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transform: translateX(-50%);
        }
    }
.ui-datepicker a {
    text-decoration: none; 
    color: #4a4a4a;
    padding: 0;
    border-radius: 25px;
    width: 26px;
    height: 26px;
    line-height: 27px;
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    text-decoration: none; 
}
.ui-datepicker select { font-size:20px; }
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 500;
    font-family: 'Catamaran', sans-serif;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    line-height: 1;
    margin-top: -3px;
    width: 30px;
    font-size: 26px;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: url(../../pics/date-left.png);
}
.ui-datepicker .ui-datepicker-next:before {
    content: url(../../pics/date-right.png);
}
.ui-datepicker .ui-icon { 
    display:none; 
}
.ui-datepicker .ui-datepicker-calendar {
    table-layout:fixed;
    width:100%;
}
.ui-datepicker .ui-datepicker-calendar tr:nth-child(2n-1) {
    background-color: #fff;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align:center;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Catamaran', sans-serif;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
    background:#eee;
    cursor:pointer;
}
.ui-datepicker .ui-datepicker-calendar td a { 
    text-decoration:none; 
}
.ui-datepicker .ui-datepicker-current-day a { 
    color:#fff;
    background: #df024a;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background:#fff;
    cursor:default;
}
.ui-state-disabled {
    color: #e7e7e7;
}


.contactus.__intro {
    margin-bottom: 45px;
}
.contactus .content {
    max-width: 770px;
}
    @media(min-width: 768px) {
        .contactus-address {
            width: 28%;
            float: left;
            padding: 0 15px;
        }
        .contactus-map {
            width: 72%;
            float: left;
        }
    }
.contactus-title {
    font-size: 20px;
    font-weight: 500;
}

/***************** Homepage *****************/
.home-template  {
    max-width:1020px;
    margin:auto auto !important;
}
.welcome h1 {
    text-align: center;
    margin-bottom: 40px;
}
.welcome a.button {
    float: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 100;
    border: 1px solid #39afdf;
    background: transparent;
    color: #39afdf;
    padding: 10px 50px;
    margin: 20px 0 0;   
}
.offer {
    border-top: 3px solid #1e6988;
    border-bottom: 3px solid #1e6988;
    background: url(../../pics/offer-bg.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
}
#main .content-section.offer-1.size-2 .content-section-box.left {
    width: 60%;
    padding: 80px 0;
}
#main .content-section.offer-1.size-2 .content-section-box.right {
    position: relative;
    overflow: visible;
    width: 36%; 
}
#main .content-section.offer-1.size-2 .content-section-box.right img {
    position: absolute;
    top: -23px;
}
    @media screen and (max-width: 600px) {
        .welcome .container {padding: 40px 0 0 0 !important;}
        #main .welcome .content-section.size-2 .content-section-box:nth-of-type(2n+2) {margin-bottom: 0 !important;}
    } 
    @media screen and (min-width: 600px) and (max-width: 768px) { 
        .offer {
            height: 200px;
            overflow: hidden;
        }
        .offer h2 {
            font-size: 28px !important;
            margin-bottom: 10px !important;
        }
        #main .content-section.offer-1.size-2 .content-section-box.left {
            width: 54%;
            padding: 27px 0;
        }
        #main .content-section.offer-1.size-2 .content-section-box.right { width: 42%; }
        #main .content-section.offer-1.size-2 .content-section-box.right img {top:0;}
    }
    @media screen and (min-width: 768px) and (max-width: 1080px) { 
        .offer {
            height: 200px;
            overflow: hidden;
        }
        .offer h2 {
            font-size: 28px !important;
            margin-bottom: 10px !important;
        }
        #main .content-section.offer-1.size-2 .content-section-box.left {
            width: 54%;
            padding: 27px 0;
        }
        #main .content-section.offer-1.size-2 .content-section-box.right { width: 42%; }
        #main .content-section.offer-1.size-2 .content-section-box.right img {top:0;}
    }   
.offer h2 {
    font-size: 2.4em;
    margin-bottom: 40px;    
    text-align: center;
}
.offer-button-container {text-align: center;}
a.offer-button {
    float: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 100;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 10px 50px;
    text-transform: uppercase;
}
    @media screen and (max-width:600px) {
        .offer {height: auto;}
        .offer .container {padding-bottom: 0 !important;}
        #main .content-section.offer-1.size-2 {margin-bottom: 0 !important;}
        #main .content-section.offer-1.size-2 .content-section-box.left { padding: 30px 0 0; }
        #main .content-section.offer-1.size-2 .content-section-box.right {margin-bottom: 0 !important;}
        #main .content-section.offer-1.size-2 .content-section-box.right img {
            position: relative;
            vertical-align: bottom;
            top: 0;
        }
    }
.blogs h2 {
    text-align: center;
    margin-bottom: 40px;    
}

/***************** Button Effect *****************/
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/***************** Box Effect *****************/
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.6;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span { font-weight: 800; }
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-goliath { background: #015b7e; }
figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    padding: 30px;
    font-size: 27px;
    background: rgba(0, 90, 125, 0.8);  
}
figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}
figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}
figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}
figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@media screen and (max-width:600px) { 
    .grid figure {width:100%;}
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}

/***************** Card Effect *****************/
.card, .card2, .card3 {
  position: relative;
  height: 24em;
  -webkit-perspective: 900px;
  perspective: 900px;
}
.card-guts {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card-front, .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-liner {position: relative;}
.card-liner img {vertical-align: bottom;}
.card-title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 90, 125, 0.8);
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
}
.card-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
}
.card-title h2 span { font-weight: bold; }
.card-front {
  z-index: 99;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card-back .card-liner {
  background: rgb(0, 90, 125);
  color: #fff;
  padding: 20px;
  height: 24em;
}
    @media only screen and (max-width:600px){  
        .card, .card2, .card3 {height: auto;}
        .card-front {position: relative;}
        .card-back {display: none;}
        .card-back { 
            transform: none; 
            -webkit-transform: none;    
        }
        .card-guts { 
            transform: none !important; 
            -webkit-transform: none !important; 
        }
    }

    @media screen and (min-width: 600px) and (max-width:768px) { 
        .card, .card2, .card3 {height: auto;}
        .card-back {display: none;}
        .card-front {position: relative;}
        .card-title {padding: 20px 0;}
        .card-title h2 { font-size: 20px; }
    }
/***************** Service Boxes *****************/
.venues {
    background:#2baee1;
    display:inline-block;
}
.venues img {
    vertical-align:bottom;
    width:510px;    
}
.venues .right {
    display:block;
    width:50%;
    float:right;
    padding:30px;
    background:#2baee1;
    color:#fff;
}
.venues h2 { margin-bottom:10px; }
.venues p {
    font-size:17px;
    line-height:24px;
}
.venues-reverse {
    background:#2baee1;
    display:inline-block;
}
.venues-reverse img {
    vertical-align:bottom;
    float:right;
    width:510px;
}
.venues-reverse .left {
    display:block;
    width:50%;
    float:left;
    padding:30px;
    background:#2baee1;
    color:#fff;
}
.venues-reverse h2 { margin-bottom:10px; }
.venues-reverse p {
    font-size:17px;
    line-height:24px;
}
    @media only screen and (max-width:600px){ 
        .venues .right {
            width:100%;
            margin-bottom:30px;
        }
        .venues-reverse .left  {width:100%;}
        .venues-reverse img {width:100%;}
        .venues img {width:100%;}   
    }
    @media screen and (min-width: 600px) and (max-width:768px) {  
        .venues .right {
            width: 100%;
            margin-bottom: 30px;
        }
        .venues-reverse .left  {width: 100%;}
        .venues-reverse img {width:100%;}
        .venues img {width:100%;}   
    }

    @media screen and (min-width: 768px) and (max-width:1107px) {  
        .venues img {
            vertical-align: bottom;
            width: 50%;
            padding: 30px 0 30px 30px;
        }
        .venues .right {
            display: block;
            width: 50%;
            float: right;
            padding: 30px;
            background: #2baee1;
            color: #fff;
        }

        .venues-reverse img {
            vertical-align: bottom;
            width: 50%;
            padding: 30px 30px 30px 0px;
        }
        .venues-reverse .left {
            display: block;
            width: 50%;
            float: right;
            padding: 30px;
            background: #2baee1;
            color: #fff;
        }
    }

/*.intro {
    text-align: center;
    margin-bottom: 60px;
}
    @media only screen and (max-width:600px){ 
        .intro {
            text-align: left;
            margin-bottom: 40px;
        }       
        .intro h1 { text-align: left; }
        .intro p { text-align: left; }
    } */
.products img {vertical-align: bottom;}
.camps {
    background: #2782a4;
    color:#fff;
    padding: 20px 30px;
}
.camps h2 {margin-bottom: 10px;}
.camps .button {
    float: none;
    display: inline-block;
    clear: both;
    margin: 20px 0 10px;
    padding: 10px 50px;
    background: transparent;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;  
}
    @media only screen and (max-width:600px){ 
        .camps .button {
            text-transform: uppercase;
            font-size: 20px;
        }
    }

/***************** Video Banner *****************/
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
  height: 700px !important;
  margin-top: 107px;  
}

    @media screen and (min-width: 768px) and (max-width: 1600px) {
        .homepage-hero-module { height: 447px !important; }
        .video-container video {
            top: 0;
            bottom: inherit !important;
        }
        .headline h1 {
            font-size: 50px !important;
            line-height: 60px;
        }
        .video-container .title-container {top:28% !important;}
        .headline {width:90%;}
        

    }
    @media screen and (min-width:1300px) and (max-width: 1600px) {
        .homepage-hero-module {
              height: 600px !important; 
        }
        .video-container video {
            top: 0;
            bottom: inherit !important;
        }
    }
    @media screen and (min-width:1142px) and (max-width: 1300px) {
        .homepage-hero-module {
              height: 600px !important; 
        }
        .video-container video {
            top: 0;
            bottom: inherit !important;
        }
    }
    @media screen and (min-width: 600px) and (max-width:768px) {
        .video-container video {
            top: 0;
            bottom: inherit !important;
        }
        .homepage-hero-module {
            height: 335px !important; 
        }
        .headline h1 {
            font-size: 50px !important;
            line-height: 60px;
        }
        .video-container .title-container {top:20% !important;}
        .headline {width:90%;}
        .headline .button {    width: auto !important; }
    }
    @media screen and (min-width:768px) and (max-width: 1142px) {
        .video-container video {
            top: 0;
            bottom: inherit !important;
        }
        .video-container video {
            top: 0;
            bottom: inherit !important;
        }
    }
    @media screen and (max-width:600px) {
        .video-container video {
            top: 0;
            bottom: inherit !important;
        }
        .homepage-hero-module {height: 300px !important;}
    }

.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
    bottom: -200px;
}
.video-container video.fillWidth {
  width: 100%;
}
.headline {
    max-width: 1020px;
    margin: auto auto;  
}
.headline h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;  
    margin: 0;
}
.headline .button {
    font-size: 21px;
    text-transform: uppercase;
    padding: 15px 70px;
    border: none;
    font-weight: 100;
    margin: 30px 0 0 0;
    cursor: pointer;
}
    @media screen and (max-width:600px) {
        .headline {
            max-width: 1020px;
            margin: auto auto;
            padding: 0 20px;
        }
        .headline h1 {
            font-size: 33px;
            line-height: 40px;
        }
    }
.controls {display: none !important;}
.sec1 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.sec1 iframe,
.sec1 object,
.sec1 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec1 .test {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 50%;
    height: 100%;
    color: #fff;
}
.sec1 .test h1 {
    margin: 0;
    font-size: 51px;
    text-transform: uppercase;
    font-weight: bold;  
}
.sec1 a.button {
    float: none;
    font-size: 20px;
    margin: 0;
    background: #39afdf;
    border: none;
    padding: 15px 55px;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
    margin: 20px 0; 
}


/***************** Sponsors *****************/
@media screen and (max-width:600px) {
    .sponsors .content-section-box.left {
        width: 100% !important;
        border: none !important;
    }
    .sponsors .content-section-box.left  h3 {
        font-size: 18px !important;
        margin: 0;
    }
    .sponsors .content-section-box.right { width:100% !important; }
    .sponsors .content-section-box.right  h3 {
        font-size: 18px !important;
        margin: 0;
    }   
    .sponsors img {
        width:100%;
    }
}

/***************** Booking Journey *****************/
a.remove-basket {
    float:left;
    background: #343839;
    border-radius:100px;
    color:#fff;
    font-size:20px;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;  
}
.main-basket h1 { font-weight: 400; }
.main-basket h2 {
    font-size: 23px;
    margin: 0 0 5px;
}
.main-basket p {margin: 0;}
    @media screen and (max-width:600px) { 
        .main-basket {
            margin: 15px 0;
            display: inline-block;
            width:100%;
        }
    }
.basket-totals {
    clear: both;
    display: inline-block;
    padding: 10px 0 0;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #39afdf;  
}
.input-group { 
    margin-bottom: 20px; 
    float:left;
}
.input-group.no-margins {margin-bottom: 0 !important;}
.price-basket { float: right; }
.price-basket h3 {
    text-align: right;
    font-size: 20px !important;
}
.price-basket p { font-size: 28px; }
.input-number-extra,
.input-number-add,
.input-number {
    display: inline-block;
    font-size: 17px !important;
    font-weight: 100;
    line-height: 27px;
    background: transparent !important;
    border: none !important;
    max-width: 24px;
    padding: 10px 0 0 !important;
}
.input-group p {
    display: inline-block;
    margin: 0 10px 0 0;
}
.btn-number, .btn-extras, .btn-number-add {
    font-size: 16px;
    padding: 3px 11px;
    border-radius: 10px;
    background: #39afdf;
    border: none;
    display: inline-block;
    color: #fff !important;  
    cursor: pointer;  
}
.btn-number:hover { background: #308fb6; }
.btn-extras:hover { background: #308fb6; }
.btn-number-add:hover { background: #308fb6; }
.btn-number.aspNetDisabled:hover { background:rgba(57,175,223,0.4); }
.btn-extras.aspNetDisabled:hover { background: rgba(57,175,223,0.4); }
.btn-number-add.aspNetDisabled:hover { background:rgba(57,175,223,0.4); }
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;     
}
.glyphicon-plus:before { 
    content: "\f067"; 
    font-size: 12px;    
}
.glyphicon-minus:before { 
    content: "\f068"; 
    font-size: 12px;    
}
a.add-all {
    border:none !important;
    padding:12px 20px !important;
    font-size:17px !important;
    font-weight:100;
}
.featured-products {
    text-align:center;
    margin-top:50px;
    border-top:1px solid #999;
    padding-top:30px;   
}
.featured-products h2 { margin-bottom:30px; }
.featured-products a.button {
    display:block;
    width:100%;
    margin: 20px 0 0;
    border-radius: 10px;
    border: 1px solid #39afdf;
    background: transparent;
    color: #39afdf;
    padding: 10px 40px; 
}
.featured-description { margin-top: 20px; }
.featured-description h3 {
    font-size: 20px;
    margin-bottom:5px;
    font-weight: 400;   
}
#main .content-section .featured-description a { color:#343839; }
span.featured-price {
    margin: 20px 0 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;   
}

/**** 27/01/2017 - PayPal button ****/
.select-payment label { width:100%; }
.select-payment select {
    float:left;
    width:65% !important;
}
.select-payment .or-sep {
    float:left;
    width:7%;
    text-align:center;
    font-size:14px;
    line-height:43px;
}
.select-payment a {
    margin:0 !important;
    height:43px;
    width:28%;
    border:1px solid #8ed4ef !important;
    background:#FFF url('../../pics/paypal-logo.png') center center no-repeat !important;
}
.select-payment a:hover { background:rgba(255, 255, 255, 0.51) url('../../pics/paypal-logo.png') center center no-repeat !important; }

    @media screen and (max-width: 768px) {
        .select-payment select { width: 100% !important; }
        .select-payment .or-sep {
            width:100%;
            line-height:30px;
        }
    }

/* Checkout */
.checkout-fix { 
    width:40%;
    float:right;
    max-width:410px;
}
/*.checkout-fix.absolute {
    position:absolute;
    bottom:0;
}
.checkout-fixed {
    position:fixed;
} */
.checkout-float {
    width:100%;
    float:right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    /*height:180px; */
}
.checkout-float .products {padding:20px;}
.checkout-left {
    float:left;
    width:60%;
}
    @media screen and (max-width:768px) {
        .check-left-mobile {height:230px;}
        .booker-payment-details {
            padding:0 !important;
            background:transparent !important;
            border:none !important;
        }
        .checkout-float {height:auto;}
        .checkout-left { 
            width:100%; 
            float:right;
        }
        .checkout-fix {
           width:100%;
           max-width:none;
        }
        .order-summary { margin:0 0 20px !important; }
        .checkout-float .products { padding:0; }
        a.open-button {margin-bottom:20px !important;}
        .basket-mini {padding:0;}
        a.open-button {
            width:100%;
            text-align:center;
            border-radius:0 !important;
            background:#39afdf !important;
            color:#fff !important;
            font-size:20px !important;
        }
    }
.order-summary {
    border-bottom:1px solid #878787;
    margin:30px 0 20px;
}
.order-summary p { 
    font-weight:500;
    display:inline-block;
    margin-bottom:10px;
}
.order-summary a { 
    color:#878787;
    text-decoration:none;
}
    
.basket-mini .products { width: 100%; }
.form-container .form.half { width: 100%;}
.booker-payment-details {
    padding: 30px;
    background: #eaeaea;
    border: 1px solid #d8d8d8;  
    margin-bottom: 70px;
}
.booker-payment-details textarea, .booker-payment-details input[type=date], .booker-payment-details input[type=text], .booker-payment-details input[type=email], .booker-payment-details input[type=date], .booker-payment-details input[type=number], .booker-payment-details input[type=tel], .booker-payment-details input[type=password] {
    background: #fff !important;
    border: 1px solid #8ed4ef;
}
.booker-payment-details select {
    border: 1px solid #8ed4ef;
    -webkit-appearance: none;
    border-radius: 0px;
    background: url(../../pics/select.png) no-repeat 97% #fff;
    background-size: 9px !important;
}
.section-break {
    margin: 30px 0;
    padding-top: 30px;
    border-top: 2px solid #d8d8d8;  
}
.booker-details label {
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.booker-details h3 { margin-bottom: 30px; }
.booker-details .product-list .product-row .product-row-header {
    width: 100%;
    background: #fff;
    font-size: 16px;
}

.product-list.players.booking-players .product-row .product-row-header {
    width: 100%;
    background: #39afdf;
    font-size: 16px;
}
.product-list.players.booking-players .product-row .product-name {
    padding-top: 12px;
    color: #fff;
}
.product-list.players.booking-players .product-row-info { background: rgba(255, 255, 255, 0.85); }

.product-list.players.booking-players .product-row .product-row-header .header-content { width: 89%; }
.product-list.players.booking-players .header-toggle { width: 10%; }
    @media screen and (max-width: 600px) {
        .product-list.players.booking-players .product-row-info {background: #eee;}

        .product-list.players.booking-players  .product-right {
            display: inline-block;
            float: right;
            padding: 0;
            width: 100%;
        }
        .product-list.players.booking-players .product-row-header .product-price {
            width: 100% !important;
            border-radius: 0 !important;
            font-size: 23px;
            height: inherit;
            padding: 10px 0;
        }
        
    }
a.open-button {
    float: right;
    font-size: 18px;
    color: #39afdf;
    border: 1px solid #39afdf;
    border-radius: 10px;
    padding: 10px 80px 10px 90px;
    font-weight: 100;
    text-decoration: none;
    background: url(./pics/user-icon.png) no-repeat;
    background-position: 32%;
}
.tcs-break {
    clear:both;
    display:inline-block;
    width:100%;
    padding:20px 0 0 0;
    margin:20px 0 0 0;
}
.tcs-break a { color:#39afdf; }
.tcs-break a:hover { text-decoration:underline; }
.tcs-break label { margin:5px 0 0 0; }
#payment-button a {
    padding: 10px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 100;
}
.checkout-total {
    float: left;
    display: inline-block;
}
.checkout-total p {
    font-weight: 500;
    margin: 0;
}
.checkout-total h3 { font-weight: 500; }
.payment-button {margin-top:10px;}



.confirmation-page .intro-text p {
    line-height: 22px;
}

/* Checkout */
h1.confirmation {
    font-weight: 500;
    margin: 0;  
}
h2.confirmation {
    margin: 0 0 5px;
    font-size: 23px;    
}
h3.confirmation {
    font-weight: 400;
    margin-top: 40px;
    font-size: 22px;
    float:right;
}
.confirmation-bg {
    padding: 0 !important;
    background: transparent !important;
    display:block !important; 
}
#main .childs-booking {
    background:#2baee1;
    display:inline-block;
    padding:20px;
    color:#fff;
    text-align:center;  
    margin-bottom:20px;
}
.childs-booking img {vertical-align: bottom;}
.childs-booking p {font-weight: 500;}
.childs-booking p a {
    color:#fff;
    text-decoration: underline;
}
.childs-booking p a:hover {color:#fff;}
a.view-booking {
    border: none !important;
    text-decoration: none !important;
    padding: 10px 50px !important;
}
.no-players h5 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
    color: #39afdf;
    text-transform: uppercase;
}
.each-player { margin-bottom: 20px; }
.each-player.last { margin-bottom: 0 !important; }
.each-player label {width:100%;}
.each-player input[type=text] {width:100%;}
.each-player input[type=date] {width:100%;}

.each-player.sibling-discount .sibling-discount-label label {
    margin-top:4px;
    float:left;
    width:auto;
}
.checkout-float .product-price {
    float:right;
    text-align:right;
}
td.view-the-booking {padding: 0 !important;}
table.player-info {
    border-bottom: none !important;
    padding-bottom: 0 !important;   
}
.row.player {margin-bottom: 10px !important;}
a.save-continue {
    padding: 10px 50px !important;
    background: green !important;
    border: none !important;
    font-size: 16px !important;
}
.product-select .btn-number-add,
.product-select .btn-number {
    font-size: 16px;
    padding: 6px 9px;
    line-height: 16px;
    border-radius: 10px;
    background: #39afdf;
    border: none;
    color: #fff;
    cursor: pointer;
}
.product-select .btn-number-add:hover { background: #2488b0; }
.product-select .btn-number:hover { background: #2488b0; }
.product-select .btn-number-add:hover:disabled { background:rgba(57, 175, 223, 0.4); }


.aspNetDisabled,
.btn-extras:disabled,
.btn-number:disabled,
.btn-number-add:disabled {
    background:rgba(57, 175, 223, 0.4);
    cursor:default;
}

/* Book Popup */
.booking-journey.popup .journey-button { padding: 5px 30px; }
.book-info h1 {
    font-size: 2.4em;
    margin-bottom: 5px !important;
    color: #343839 !important;  
    text-align: left;
    font-weight: 300;    
}
.book-info h2 {
    font-size: 23px !important;
    font-weight: 300;
    margin-bottom: 4px;
    color: #343839 !important;  
}
.book-info h3 {
    font-size: 19px;
    font-weight: 300;   
}
table.bc-table tr th {
    background: #39afdf;
    color: #FFF;
    text-align: left;
    font-weight: 100;
    font-size: 15px;
}

    @media screen and (max-width:768px) {
        table.bc-table tr td {
            padding: 20px;
            font-size: 17px;
            font-weight: 100;
            line-height: 27px;  
            border-bottom: none;
        }
        table.bc-table td:before {
            font-size: 17px;
            line-height: 27px;
        }

    }

.my-booking-parent2 label { margin-bottom: 10px !important; }
.my-booking-emergancy2 label { margin-bottom: 10px !important; }
.docs-details label { 
    margin-bottom: 10px !important; 
    padding: 0;
}
table.radio-button {border-bottom: none !important;}
table.radio-button tr {float: right;border-bottom: none !important;}
table.radio-button tr td {padding-right: 100px !important;}
table.radio-button tr td:last-child {padding-right: 30px !important;}

    @media screen and (max-width:600px) {
        table.radio-button tr { 
            width: 100%;
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
        }
        table.radio-button tr td {
            width: 100%;
            padding: 0 !important;
            float: left;
            text-align: left;
            margin: 10px 0;
        }
        table.radio-button tr td:last-child {padding-right: 0px !important;}
        table.radio-button {padding-bottom: 0 !important;}
        .booking-list .right.totals {display: none;}
    }
.image-consent {
    display: inline-block;
    padding: 20px;
    background: rgba(255, 255, 255, 0.78);
    margin-bottom: 20px;
}
.image-consent h4 {margin-bottom: 0;}
.image-consent p {margin-bottom: 0;}
.image-consent p strong {
    margin: 15px 0 0;
    display: block;
    font-weight: 500;
    color: #39afdf;
    font-size: 17px;
    line-height: 25px;
}
.image-consent .row {margin-bottom: 0;}
.image-consent p small { color: #39afdf; }

.auth-person {
    display: inline-block;
    margin: 20px 0 0;   
}
.auth-person h3 {
    font-size: 18px !important;
    color: #000 !important;
}
strong.sig {
    margin: 15px 0 0;
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;  
}
#my-booking-container .list-select {
    margin-bottom:10px;
    width:32%;
}
#my-booking-container .list-select select { width:100%; }

/* Contact Form */

#main .content-section .content-section-box.contact-form { 
    width:100%; 
    padding: 30px;
    background: #eeeeee;
    border: 1px solid #d8d8d8;  
}
#main .content-section .content-section-box.contact-form input[type=text] {
    background: #fff !important;
    border: 1px solid #8ed4ef;
}
#main .content-section .content-section-box.contact-form textarea {
    background: #fff !important;
    border: 1px solid #8ed4ef;
    vertical-align: bottom;
}
#main .content-section .content-section-box.contact-form .button {
    float: left;
    padding: 10px 70px;
    border: none;
    font-size: 18px;
    font-weight: 100;
    margin: 0;
}
#main .content-section .content-section-box.contact-form label {
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.booking-total { 
    display:block;
    float:right;
    font-weight:bold;
    font-size:26px;
}
.saving { 
    margin-top:20px;
    display:block;
    text-align:right;
    font-size:20px;
}
.booking-view .product-list .product-row { border-bottom: 1px solid #39afdf; }
.booking-view .product-list .product-row-info table {
    border:0;
    padding:0;
}


/* Booking Journey */

.numbers {
    display: inline-block;
    background: #eaeaea;
    height: 40px;
    width: 40px;
    margin-right: 7px;
    margin-left: 14px;
    border-radius: 100px;
}
.numbers p {
    margin: 0;
    line-height: 40px;
    padding: 0px 14px;
    font-size: 20px;
    font-weight: 100;
    color: #a8a8a8;
}
.numbers.active { background: #009643; }
.numbers.active p { color: #fff; } 
.booking-journey {
    margin: 0 0 50px 0;
    display: inline-block;
    width: 100%;
}
    @media screen and (max-width:600px) {
        .booking-journey { display: none; }
    }
.journey-button {
    display: inline-block;
    color: #c0c0bf;
    margin: 0 11px 0 0;
    font-size: 18px;
    font-weight: 100;
}
.journey-button.first .numbers {margin-left:0; }
.journey-button.active {
    color: #009643;
}
.forward:before {
    content:"\f0da";
}
.forward {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: #c1c0bf;
    font-weight: 100;
    padding-left: 2px;
}
.small .journey-button {
    display: inline-block;
    color: #c0c0bf;
    font-size: 18px;
    font-weight: 100;
}
.small .numbers {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 4px;
    margin-left: 7px;
    border-radius: 100px;
}
.small .journey-button.active {
    color: #009643;
}
.small.active { color: #009643; }
.small .numbers.active {
    background: #009643;
    color: #fff;
}
@media screen and (max-width:828px) { 
    .booking-journey.small {display: none;}
}
    @media screen and (min-width: 600px) and (max-width:768px) {
        .numbers p {
            margin: 0;
            line-height: 40px !important;
            padding: 0px 14px;
            font-size: 20px !important;
            font-weight: 100;
            color: #a8a8a8;
        }
        .journey-button {
            margin: 0;
            font-size: 15px;
        }
        .numbers {
            height: 30px;
            width: 30px;
            margin-right: 5px;
            margin-left: 6px;
            border-radius: 100px;
        }
        .numbers p {
            margin: 0;
            line-height: 30px !important;
            padding: 0px 10px;
            font-size: 15px !important;
            font-weight: 100;
            color: #a8a8a8;
        }
        .forward {padding-left:10px;}
    }
.prod-name-booking {line-height: 20px !important;}
.prod-right-booking {line-height: 37px !important;}
.booking-players .header-content .product-name {color:#000;}


/* My Booking */
#main .content-section.template-7 .copy-left {
    width:82%;
    float:left;
}
#main .content-section.template-7 .copy-right {
    width:17%;
    float:right;
}
#main .content-section.template-7 .copy-right select {  
    width:100%;
}
#main .content-section.template-7 .copy-right .button {
    margin-top:5px;
    width:100%;
    background:#343839;
    text-decoration:none;
}

/* Expand Sections */
.expand-row .expand-row-header {
    width:100%;
    background:#39afdf;
    color:#fff;
    font-size:16px;
}
.expand-row .expand-row-header .header-content {
    width:93%;
    float:left;
}
.expand-row .header-toggle {
    width:6%;
    display:block;
    float:right;
    font-size:44px;
    background:#343839;
    text-align:center;
    position:relative;
    cursor:pointer;
}
.expand-row .header-toggle:before {
    font-family:"FontAwesome";
    position:absolute;
    left:14px;
    top:3px;
    content:"\f107";
}
.expand-row .header-toggle.down:before { content:"\f106"; }
.expand-row .expand-row-header .name {
    display:inline-block;
    float:left;
    line-height:37px;
    padding:10px 10px 0;
}
.expand-row-info {
    padding:15px;
    background:#eaeaea;
    display:none;
    position:relative;
}




@media(min-width: 768px) {
    .searchexpand {
        display: none;
    }
}
.searchexpand .expand-row .expand-row-header {
    width: 100%;
    background: #1f1439;
    color: #03feff;
    font-size: 16px;
}
.searchexpand .expand-row .expand-row-header .header-content {
    text-align: center;
    width: 100%;
}
.searchexpand .expand-row .expand-row-header .name {
    float: none;
    font-size: 20px;
    padding-top: 5px;
}
.searchexpand .expand-row .expand-row-header .header-content .name::after {
    content: '';
    background: url(../../pics/expand-down.png) no-repeat center center;
    background-size: 100%;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.searchexpand .expand-row .expand-row-header .header-content.down .name::after {
    background: url(../../pics/expand-up.png) no-repeat center center;
    background-size: 100%;
}
.searchexpand .expand-row-info {
    color: #fff;
    background: #1f1439;
    padding: 15px 0;
}
.search-row {
    padding: 5px 15px;
    border-bottom: 1px solid #fff;
}
.front .search-row label {
    width: 32%;
    font-size: 20px;
    padding-top: 0;
}
.front .search-row select {
    width: 68%;
    color: #fff;
    border: 0;
    padding: 7px;
    background: transparent;
}
.front .search-row select option {
    color: #4a4a4a;
}
.front .search-row input[type=text] {
    width: 68%;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    background: transparent;
}
.front .search-row input[type=text]::-webkit-input-placeholder { color:#fff !important; }
.front .search-row input[type=text]:-moz-placeholder { color:#fff !important; }
.front .search-row input[type=text]::-moz-placeholder { color:#fff !important; }
.front .search-row input[type=text]:-ms-input-placeholder { color:#fff !important; }

.expand-button {
    text-align: center;
    padding: 25px 0 10px;
}
.front .expand-button .button {
    color: #38fffe;
    border: 1px solid #38fffe;
    background: transparent;
    padding: 7px;
    min-width: 160px;
}


/* Waiting List */
.waiting-list-page {
    padding:20px;
    background:#2baee1;
    color:#FFF;
}
.waiting-list-page .details { text-align:center; }
.waiting-list-page .details h3 {
    margin-bottom:7px;
    font-size:2.2em;
}


.search-logo {
    position: absolute;
    top: 20px;
}
#searchbar-flip {
    height: 124px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
}

.vflipper {
    background: rgba(31,20,57,0.9);
    position: absolute;
    perspective: 600px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}
.sticky .vflipper {
    background: rgba(31,20,57,1);
}
.vflipper .vfront, 
.vflipper .vback {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -o-transition: transform .6s ease-in-out;
    -moz-transition: transform .6s ease-in-out;
    -webkit-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}
.flipper:not(.flip){
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
        
.vflipper {
    -webkit-transform-origin: 100% center;
    -moz-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    transform-origin: 100% center;
}
        
.vflipper .vfront {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 900;
    width: inherit;
    height: inherit;
    padding-top: 37px;
    width: 100%;
}
.vflipper.vflip .vfront {
    z-index: 900;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.vflipper .vback {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 800;
    width: inherit;
    height: inherit;
    width: 100%;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.vflipper.vflip .vback {
    z-index: 1000;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.vclick, .vfix {
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
    cursor: pointer;
    padding: 7px !important;
}



/* Mansory */


.grid {
  max-width: 1180px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-item {
  width: 100%;
  float: left;
}
    @media(min-width: 568px) {
        .grid-item {
            width: 50%;
        }
    }
    @media(min-width: 768px) {
        .grid-item {
            width: 283px;
        }
    }
.grid-item--width2 { width: 320px; }
.grid-item--width3 { width: 480px; }
.grid-item--width4 { width: 640px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }


/*DANS ADDITIONS*/
.bold{
    font-weight: 500;
}

.no-padding-top{
    padding-top: 0px !important;
}

.no-margins{
    margin: 0px !important;
}

@media(min-width: 768px) {
    .locations.location-1 .locations-item {
        width: 100%;
    }

    .locations.location-2 .locations-item {
        width: 50%;
    }

    .locations.location-3 .locations-item,
    .locations.location-6 .locations-item,
    .locations.location-9 .locations-item {
        width: 33.333333333%;
    }

    .locations.location-4 .locations-item,
    .locations.location-8 .locations-item,
    .locations.location-11 .locations-item,
    .locations.location-12 .locations-item,
    .locations.location-16 .locations-item {
        width: 25%;
    }

    .locations.location-5 .locations-item,
    .locations.location-10 .locations-item,
    .locations.location-15 .locations-item,
    .locations.location-20 .locations-item,
    .locations.location-25 .locations-item,
    .locations.location-30 .locations-item,
    .locations.location-35 .locations-item,
    .locations.location-40 .locations-item,
    .locations.location-45 .locations-item,
    .locations.location-50 .locations-item,
    .locations.location-55 .locations-item {
        width: 20%;
    }
}
/*Room Calculator CSS*/
.aInput {
    display: inline-block;
    width: 12%;
  }
  .aPricesInput p {
    display: inline-block;
  }
  .aPricesInput input {
    display: inline-block;
  }
  .bBarInput {
    display: inline-block;
    width: 26%;
        float:left;
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  @media screen and (max-width: 768px) {
    .bBarInput {
      display: block;
      width: 93%;
    }
  }
  .bInput > input[type=text] {
    /*height: 35px;*/
    width: 100%;
    border: 1px solid #E7E7E7;
    font-size: 18px;
    padding: 0.2rem 0.9rem;
  }
  .bInput > select {
    width: 100%;
    /*height: 35px;*/
    border: 1px solid #E7E7E7;
  }
  
  .bBarSlot {
    border: 1px solid #E7E7E7;
    border-left: 0;
    display: inline-block;
    height: 25px;
    margin-right: 0px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 2px;
    width: 5%;
  }
  .bBarSlot > div {
    position: relative;
    top: 30px;
    left: 15px;
    text-align: center;
    font-size: 10px;
    color: #a9a9a9;
  }
  .bBarSlot:first-child > div:first-child {
    left: -15px;
  }
  .bBarSlot:first-child > div:nth-child(2) {
    top: 13px;
  }
  
  @media screen and (max-width: 500px) {
    .bBarSlot > div {
      font-size: 8px;
    }
    .bBarSlot > div.middayBarLabel,
    .bBarSlot > div.midnightBarLabel {
      transform: rotate(-90deg);
      left: 9px;
    }
    .bBarSlot:first-child > div.midnightBarLabel {
      left: -9px;
    }
    .bBarSlot:first-child > div:nth-child(2) {
      top: 17px;
    }
  }
  @media screen and (max-width: 400px) {
    .bBarSlot > div {
      display: none;
    }
  }
  
  .bBarSlot:not(.slotUnavailable):not(.slotSelected):hover {
    /* TODO: get correct fallback value for browsers that do not support rgba*/
    background-color: #df024f;
    /*TODO: get correct opacity for colour 
    */
    background-color: rgba(223, 2, 76, 0.4);
  }
  .slotNotSelected {
    background-color: #ffffff;
  }
  .slotSelected {
    background-color: #df024a;
  }
  .slotUnavailable:not(.slotSelected) {
    background-color: #a9a9a9;
  }
  .bookingBar {
    background-color: #FFFFFF;
  }
  .bookingBarInputs {
	margin: auto;
	padding: 0;
/*	width: 90%;
*/	border-radius: 2px;
	text-align: center;
}

 .bookingBarInputs > .bookingBarInputs {
    width: 75%;
}
  
.popup-room-booking .bookingBarInputs {
    width: 90%;
}
  .bookingBarAvailability {
    width: 93%;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: hidden;
    display: block;
  }
  .bookingBarAvailability > div {
    display: none;
  }
  @media(min-width:768px){
    .bookingBarAvailability > div {
        display:flex;
    }
  }
  .bookingBarSlots {
    width: 100%;
    margin: auto;
    border-radius: 2px;
    display: flex;
    margin-top: 10px;
  }
  
  .bookingBarBook {
    display: flex;
  }
  
  .bookingBarBookPrice {
    /*text-align: right;
    flex: auto;
    margin-top: 8px;
    width: 75%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;*/
    font-size:16px;
    font-weight:500;
    line-height:24px;
  }
  .bookingBarBookPrice span > span:nth-child(1) {
      width: 120px;
    display: inline-block;
    text-align: left;
  }
.bookingBarBookPrice span > span:nth-child(2) {
        width: 70px;
    display: inline-block;
    }

  /*.bookingBarBookPrice > span:first-child {
    font-weight: normal;
    letter-spacing: 0px;
  }*/
  .bookingBarBookButton {
    text-align: right;
    flex:auto;
    margin-right: 2.5%;
  }
  .bookingBarBookPrice.__discount span {
      padding-top: 44px;
      display: inline-block;
  }
  .bookingBarBookPrice.__price {
      width: 93%;
  }
  .bookingBarBookPrice.__price span {
      font-size: 24px;
      color: #df024a;
  }
  
  @media screen and (max-width: 768px) {

    #searchbar-flip {
        height: 247px;
        width: 100%;
        position: absolute;
        top: 120px;
        left: 0;
        padding: 0 15px;
    }

    .booker-contain {
        width: 100%;
    }
    .booker-search.mob-search {
        width: 100%;
    }
    .mob-search {
        display: block;
    }
    .bookingBarBookPrice {
      width: 62%;
    }
    .bookingBarInputs {
        margin: auto;
        padding: 0;
        width: 95%;
        border-radius: 2px;
        text-align: center;
    }
    .bookingBarInputs .WhenRowHalf {
        display: inline-flex;
        float: left;
        width: 48%;
    }
    .front .switch--horizontal label {
        width: auto;
    }

    .bookingBarInputs .WhenRowHalf {
        display: inline-flex;
        float: left;
        width: 48%;
    }

  }
  @media screen and (max-width: 500px) {

    .popup-room-booking .meetingrooms-booking {
        float: none;
        max-width: 800px;
        border-top: 0;
        margin: 0px auto;
    }
    .bookingBarInputs .WhenRowHalf:nth-of-type(1) {
        display: inline-flex;
        float: left;
        width: 66%;
    }
    .bookingBarInputs .WhenRowHalf:nth-of-type(2) {
        display: inline-flex;
        float: left;
        width: 29%;
        margin-left: 5%;
    }

    .bookingBarInputs .WhenRowFull {
        display: inline-block !important;
        float: left;
        width: 100%;
        justify-content: space-between;
    }

    .bookingBarInputs.active .WhenRowHalf:nth-of-type(1) {
        display: inline-flex;
        float: left;
        width: 95%;
    }
    .bookingBarInputs.active .WhenRowHalf:nth-of-type(2) {
        display: inline-flex;
        float: left;
        width: 95%;
        margin-left: 0%;
    }
    .bookingBarBook {
      display: block;
    }
    .bookingBarBookPrice {
      display: block;
      width: 100%;
      text-align: center;
      flex: unset;
    }
    .bookingBarBookPrice.__price {
       width: 100%;
    }
    .bookingBarBookButton {
      display: block;
      text-align: center;
      width: 100%;
      flex:unset;
      margin-right: unset;
    }
  }  

/* End of Room Calculator CSS*/

@media print {
    *{
        margin:0 !important;
        padding: 0 !important;
    }

    .col-sm-10.col-sm-offset-1 {
        width: 62% !important;
        margin: 0 !important;
    }
    #header #web-logo {
        display: none;
    }
    #header #print-logo {
        display: block;
    }
    .searchexpand .expand-row .expand-row-header .name {
        display: none;
    }
    .header .top-nav {
        display: none;
    }
    #header .wrapper {
        padding-top: 0;
        background: #dedede;
    }
    .flexslide-wrapper {
        display: none;
    }
    .booker-contain {
        display: none;
    }
    .basketbar {
        display: none;
    }
    .basket-side {
        display: block;
	width: 23% !important;
    margin-left: 2% !important;
	float: left;
    overflow: visible !important;
 
    }
.basket-summary{
word-wrap: break-word;
}

    .confirmation-page {
        display: block;
    }
    .booking-confirmation p{
        margin-bottom: 0 !important;
    }
    .button.booking {
        display: none;
    }
    
    #footer {
        display: none;
    }
    #cms {
        display: none;
    }
    .top-header {
        display: none;
    }
    #main {
        margin-top: 0;
    }
    .grey-section {
        padding: 0;
    }



}


.non-text-box{
    border: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.confirmation-page .page-title {
    font-weight: 100;
    color:#df024a;
    margin-bottom: 20px;
    line-height: 50px;
}

.basketpage-details h4{
    font-weight: 400 !important;
    line-height: 20px;
}

@media screen and (min-width: 769px) {

    .confirmation-page .row {
        width: 91%;
    }
}

.booking-confirmation h4{
    font-weight: 100 ;
}

.basketpage-half table{
    /*table-layout: fixed;*/
}
.quantity-input{
    padding: 0 11px !important;
    margin-left: 11px;
    width: 58px;
    display: inline-block;
    text-align: center;
}

.front p.minimumbooking{
    margin-top: 27px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.2px;
}


/* Site login */
.sitelogin {
    max-width: 620px;
    padding: 60px 0;
    margin: 0 auto !important;
}
.sitelogin .label-remember-me {
    float: left;
}
.front .sitelogin .form .row .full-width input[type=password],
.front .sitelogin input[type=text] {
    padding: 5px;
}
.front .sitelogin label {
    font-size: 14px;
    padding: 4px 0 0 0;
}
.front .sitelogin .button-password {
    float: right;
    font-size: 14px;
}



.basket-section.payment .header-content img {
    max-height: 15px !important;
    margin-top: 8px;
    float: right;
}
@media(min-width:768px){
    .basket-section.payment .header-content img {
        max-height: 20px !important;
        margin-top: 5px;
    }
}

/* Bootstrap Modal 
--------------------------------------------------------------------------------------------------*/

/*
body.modal-open {
    overflow: visible;
}
*/
body.modal-open .top-header {
    z-index: 9;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    text-align: center;
    position: relative;
    background-color: #e7e7e7;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 20px 10% 0px;
}
    @media(min-width: 768px) {
        .modal-header {
            padding: 20px 10% 0px;
        }
    }
.modal-header .close {
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding:15px 10%;
    /* padding: 15px; */
}
.modal-footer {
    padding: 15px 15px 40px 40px;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        width: 620px;
    }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}

.modal-open {
    overflow: hidden;
}


/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
    overflow-y: scroll;
}

@media (max-width: 979px) {
    .modal-open.page-overflow .page-container .navbar-fixed-top,
    .modal-open.page-overflow .page-container .navbar-fixed-bottom  {
        overflow-y: visible;
    }
}


.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.modal {
    outline: none;
    position: absolute;
    margin-top: 0;
    top: 50%;
    overflow: visible; /* allow content to popup out (i.e tooltips) */
}

.modal.fade {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out; 
       -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
         -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
            transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
    top: 0;
    padding-top: 50px;
}
    @media(min-width: 768px) {
        .modal.fade.in {
            padding-top: 170px;
        }
    }
.modal-body {
    font-size: 16px;
    max-height: none;
    overflow: visible;
}
.modal-body small {
    font-size: 10px;
}
.modal.modal-absolute {
    position: absolute;
    z-index: 950;
}

.modal .loading-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
}

.modal-backdrop.modal-absolute{
    position: absolute;
    z-index: 940;
}

.modal-backdrop, 
.modal-backdrop.fade.in{
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #4f5355;
}

.modal.container {
  width: 940px;
  margin-left: -470px;
}

/* Modal Overflow */

.modal-overflow.modal {
    top: 1%;
}

.modal-overflow.modal.fade {
    top: -100%;
}

.modal-overflow.modal.fade.in {
    top: 1%;
}

.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Responsive */

@media (min-width: 1200px) {
    .modal.container {
        width: 1170px;
        margin-left: -585px;
    }
}

.iframe-loading{
    background:url(../../pics/preloader.gif) center center no-repeat;
}

.error-message{
    color:#df024a;
    font-size: 17px;
    font-weight: 100;
    line-height: 27px;
}



.front .bookingBarInputs .WhenRowHalf label {
    width: 100%;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #df024a;
    font-weight: 500;
    padding-left: 0;
    color: #444;
}
.front .bookingBarInputs .WhenRowHalf select {
	width: 100%;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 7px;
	font-size: 15px;
}
.WhenRowFull.exclude-options {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.WhenRowFull.exclude-options strong {
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
}



.WhenRowFull.exclude-options .exclude-left {
	width: 42%;
	float: left;
	text-align: right;
}

.WhenRowFull.exclude-options .exclude-right {
    width: 49%;
    float: right;
    text-align: left;
}

.front .WhenRowFull.exclude-options .exclude-right label, .front .WhenRowFull.exclude-options .exclude-left label{
    all: unset;
    position: relative;
    top: -6px;
}

.front .WhenRowFull.exclude-options input[type="checkbox"] {
    float: none;
}

/*span.date-label {
	width: 90%;
}
*/

.no-bottom-border th{
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.check-left {
    float: left;
    display: inline-block;
    clear: both;
    width: 100%;
}

.front .check-left input {
    float: left !important;
    margin-right: 7px !important;
}

.front .check-left label {
    line-height: 0;
    padding-left: 0 !important;
}


.front .WhenRowFull.exclude-options input[type="text"] {
    width: 55%;
    margin-bottom: 30px;
}

.rbl-Override {
    width: 100%;
    float: left;
    margin-top: 7px;
}
.rad-yes {
    float: left;
     width: 52px;
}
.rad-no {
    width: 52px;
}
.rad-yes input, .rad-no input {
    float: left;
}

.rad-yes label, .rad-no label {
    padding: 0;
    width: 50%;
}

.exclude-options textarea {
    width: 100%;
}

.popup-room-booking .bookingBarBookButton {
    text-align: center;
    flex: auto;
    margin: 0;
}

    @media screen and (max-width:768px) { 
        .popup-room-booking .bookingBar .popup-close { 
            right:10px; 
        }
        .WhenRowFull.exclude-options .exclude-left {
            width: 47%;
            float: left;
            text-align: right;
        }
    }


    .notice {
        margin: 0 auto;
    }

    .notice span {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin: 0 auto;
    }

    .booking-print {
        margin-top: 25px;
    }


    .basket-section-login {
        background: #de064c;
        color: #fff;
        padding: 15px 20px;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Catamaran', sans-serif;
    }
    .basket-section-login .left {
        float: left;
        margin-top: 6px;
    }
    .basket-section-login .right {
        float: right;
    }

    .front .basket-section-login .button {
        background: #fff;
        color: #de064c;
        padding: 2px;
        font-size: 16px;
        font-weight: 500;
        min-width: 90px;
        text-align: center;
        display: inline-block;
        border-radius: 25px;
        border: none;
        margin-left: 15px;
    }

    @media screen and (max-width:460px) {

        .basketbar {
            text-align: unset;
        }
        
        .basket-section-login .left {
            display: none;
        }
        .basket-section-login .right {
            float: left;
        }
    }

.enquiryForm {
    display: none;
}
