/* Core 
--------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&display=swap');
html, body, form, header, footer, main {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Nunito, Open sans, sans-serif;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #2B2B2B;
}
.container {
    max-width: 1240px;
    margin: auto auto;
    position: relative;
}

.no-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    position: fixed;
}

@media only screen and (max-width:1235px){ 
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }     
}
 
.section {
    padding: 40px 0 90px 0;
}
section.no-padding { 
    padding: 0px; 
}

hr {
    border: 0;
    border-top: 1px solid #cbcbcb;
    margin: 25px 0;
}

a:hover {
    text-decoration: none;
    -moz-transition: all 0.3s ;
    -webkit-transition: all 0.3s ;
     -o-transition: all 0.3s ;
     -ms-transition: all 0.3s ;
     transition: all 0.3s ;         
}

textarea {
    resize: none;
}

.front ul, ol { padding-left:15px; }
.front ul li,
.front ol li {
    line-height: 1.5em;
}
    @media only screen and (max-width:768px){ 
        ul, li, ol, p   {
            font-size: 16px;
            line-height: 23px;
        }
    }   
a img { border: 0px; }  
.front .no-margin { 
    margin:0; 
    height:0;
    width:0;
} 

img {max-width: 100%;}

p {
    font-size: 16px;
    font-weight: 100;
    line-height: 27px;  
}

/* 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:#3e3e3e;
    text-decoration:none;
}
.front p { line-height:1.5em; }

.front .validation-error {
    color: #fff;
    display: block;
    border-radius: 0px;
    margin: 0;
    right: 0;
    line-height: 3.3;
}

.front .content-section-box .validation-error {
    line-height: 4.3;
}
    @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;
    background: transparent;
    border: none !important;
    font-size: 11px;
}

.front #footer span.validation-error[style*="inline"] { 
    color: #aaa;
    }

.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; }



/* Headings  
--------------------------------------------------------------------------------------------------*/

.front h1, 
.front h2, 
.front h3, 
.front h4, 
.front h5, 
.front h6 { 
    margin:0 0 0.8em 0; 
    font-weight:700;
}
.front h1 { 
    font-size: 2.500em; 
    color: #888; 
}
.front h2 { 
    font-size:2.2em; 
}
.front h3 { 
    color: #004A97;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
}
.front h4 { 
    font-size:1.5em; 
}
.front h5 { 
    font-size:1.250em; 
}
.front h6 { 
    font-size:1em; 
    font-weight: 600; 
    line-height: 1.5em; 
    margin-bottom: 23px; 
}
.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;
    }
 
}

/* 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.7rem; 
    -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: #F8F8F8;
    border: 1px solid #E7E7E7;
    font-size:16px;
    font-family: Open sans, sans-serif;
}
.front input[type=date] { height:44px; }
::-webkit-input-placeholder {
    color: #8F8E94 !important;
    opacity: 1;
}
:-moz-placeholder { color:#8F8E94 !important; opacity: 1;}
::-moz-placeholder { color:#8F8E94 !important; opacity: 1;}
:-ms-input-placeholder { color:#8F8E94 !important; opacity: 1;}

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: left;
    font-size: 12px;
}
.label-remember-me input{
    float: left;
}
    .label-remember-me label {
        float: right !important;
        padding: 5px 3px 0 1px !important;
    }

#login-submit a {
    float: right;
}
.forgotten-pword {font-size:12px;}
.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;
}
.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 1% 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;
    color:#FFF;
    cursor:pointer;
}
.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 input + label {
    padding: 0;
}
.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: 19%;
    left: 33%;
    font-size: 8em;
    color: #00ADBB;
}
    @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: 16px;
    font-weight: 100;
    line-height: 27px;  
}
    .front table tr th {
        background: #008ECE;
        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 thead { display:none; }
        .front table tr {
             display:block;
        }
        .front table.radio-button tr {
            border:0;
        }
         .front table tr td {
             padding:7px 4px;
             min-height:1.8em;
             display:block;
             text-align:right;
             font-size:13px;
             border:0;
             border-bottom:1px dotted #ccc;
        }
        .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;
            }
        #table-basket th { display:none; }
    }
.front table tr .button { margin:0; }

.front .table-nav td { padding:6px 0 17px 0 }
.front .table-nav .right .button { float:none; }

/* Button  
--------------------------------------------------------------------------------------------------*/
.front .button, section .button {
    padding: 11px 35px;
    font-size: 14px;
    background: #004A97;
    color: #FFF;
    text-align: center;
    border: 1px solid #004A97;
    border-radius: 11px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}


.front .button.left { 
    float:left; 
    margin:0;
}
    .front .button:hover {
        background: #00ADBB;
        color: #fff;
        border: 1px solid #00ADBB;
    }


.front .button-before::before { 
    font-family: 'Font Awesome 5 Pro';
    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-post-reply:before { content:"\f3e5"; }
.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-image:before { content:"\f03e"; }
.front .button-comment:before { content:"\f075"; }


/*

slidy hover
.home .front .read-more-container .button {
    line-height: initial;
    background: #EE2E4E;
    color: #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.home .front .read-more-container .button:hover{
    box-shadow: inset 400px 0 0 0 #fff;
    color: #EE2E4E;
}*/

.home .front .read-more-container .button {
    line-height: initial;
    background: #EE2E4E;
    color: #fff;
}
.home .front .read-more-container .button:hover{
    color: #EE2E4E;
    background: #fff;
}

/* Main  
--------------------------------------------------------------------------------------------------*/
#main.front {
    clear: both;
    display: block;
}
#main.home {
    padding-top: 0;
    background: #fff;
}

/* Breadcrumbs  
--------------------------------------------------------------------------------------------------*/
#main #breadcrumbs { 
    margin: 1em 0 2em 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}


/* Header  
--------------------------------------------------------------------------------------------------*/

#header .content .toggle-menu,
#header .content .toggle-search {
    background:transparent;
    padding:0.6rem;
    color:#EE2E4E;
    display:inline-block;
    position:absolute;
    top:9px;
    font-size:2rem;
    text-decoration:none;
    display: none;
}
#header .content .toggle-menu { left:1.1rem; }
#header .content .toggle-search {
    right:2.1rem;
    width:2.5rem;   
}
#header .content #logo-container {
    padding: 10px 0px 5px;
    text-align: center;
    width: 20%;
    float: left;
}
    @media only screen and (max-width:768px){
        #header .content #logo-container {
            padding:13px 0px 0px;
            width:140px;
            float:none;
            margin:0 auto;
        }
    }

.header-logo {
    position: absolute;
    left: 0;
    top: 12px;
    width: 211px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../pics/logo-white.png);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .home .header-logo {
        background-image: url(../../pics/logo-white.png);
    }
.stick .header-logo {
    background-image: url(../../pics/logo-white.png);
}
#footer .header-logo {
    background-image: url(../../pics/logo-colour.png) !important;
    position:relative;
}
#header-stick .menu-logo {
    left: 2px;
    top: 10px;
    width: 135px;
    height: 64px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../pics/logo-white.png);
}

#header-stick .close-menu {
    top: 26px;
    right: 15px;
    width: 29px;
    height: 29px;
    position: absolute;
    cursor: pointer;
}

    #header-stick .close-menu::before {
        font-family: "Font Awesome 5 Pro";
        font-size: 30px;
        content: "\f00d";
        color: #fff;
    }


    .header .top-nav ul li.sub > a,
    .header .top-nav ul li.sub > span {
        padding-right: 0px;
        background-position: center right;
        background-repeat: no-repeat;
/*        background-image: url(../../pics/arrow-menu-blue.png);
*/    }
    .home .header .top-nav ul li.sub > a,
    .home .header .top-nav ul li.sub > span {
        /*background-image: url(../../pics/arrow-menu.png);*/
    }
    .sticky .header .top-nav ul li.sub > a,
    .sticky .header .top-nav ul li.sub > span {
/*        background-image: url(../../pics/arrow-menu-blue.png);
*/    }
    .header .top-nav ul li.sub:hover > a,
    .header .top-nav ul li.sub:hover > span {
/*        background-image: url(../../pics/arrow-menu-hover.png);
*/    }





span .fa-angle-down {
    top: 2px; /*main nav*/
    position: relative;
}


.top-header .header .top-nav ul li .fa-angle-down::before {
    color: #fff;
}

.home .top-header .header .top-nav ul li .fa-angle-down::before {
    color: #fff;
}

.home .top-header.sticky .header .top-nav ul li .fa-angle-down::before {
    color: #888;
}

    @media only screen and (max-width:900px){
        .header-logo {
            max-width: 135px;
            left: 2px;
            top: 0px;
        }
    }

#header .content #logo-container img {
    width: 220px;
    height: auto;
    position: relative;
}
#header .content #menu-container {
    float: right;
    width: 76%;
    padding-top: 25px;
}


.header-top {
    display: none;
    text-align: right;
    padding-top: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (min-width: 769px) {
    .header-top {
        display: inline-block;
        float: right;
    }
}


.home .header-top .header-phone {
    color: #fff;
    line-height: 2.2;
}

.home .header-top .header-phone:hover {
    color: #EE2E4E;
}

.header-top .header-phone {
    color: #EE2E4E;
    font-weight: 700;
    margin-right: 20px;
}

.header-top .button {
    font-size: 11px;
    font-weight: 600;
    padding: 10px 14px;
}

.sticky .header-top .button:hover {
    border: 1px solid #EE2E4E;
}



    @media only screen and (max-width: 768px) {
        #header #logo-container img {
            padding:0 !important;
            margin:0 !important;
        }
    }
    @media only screen and (max-width:1200px){
        #header-stick .content { padding:0; }
    }
    @media only screen and (max-width:600px){
        #header-stick { 
        top:0 !important; 

    }

        #header-stick.selected .top-nav ul li a {color:#fff !important;}
        #header-stick { top:107px !important; }
    }

#header-stick.selected .content { 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; }
        .home #header .header-mobile-menu::before,
        .nothome #header .header-mobile-menu::before {
            background: #fff;
            box-shadow: 0 0.60em 0 0 #fff, 0 1.2em 0 0 #fff;
        }
    }
#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:1050px){
        #header #header-mobile-left {
            width: 35px;
            margin: 0;
            right: 15px;
            top: 28px;
            position: absolute;
            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 {
            width: 35px;
            height: 30px;
            display: inline-block;
        }
        #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: 35px;
            height: 3px;
            background: #fff;
            box-shadow: 0 0.60em 0 0 #fff, 0 1.2em 0 0 #fff;
        }

        .stick #header .header-mobile-menu::before {
            background: #fff;
            box-shadow: 0 0.60em 0 0 #fff, 0 1.2em 0 0 #fff;
        }
        #header .header-mobile-booker.open,
        #header .header-mobile-menu.open{
            width:36px;
            height:33px;
            position:relative;
            top:-5px;
            left:0px;
        }
        #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:2px;
            background-color:#fff;
            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:#EE2E4E;
            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:#EE2E4E;
    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:#EE2E4E 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;
}
        @media only screen and (max-width:1050px){
            .top-nav { display:none; }
        }
.header .top-nav ul {
    float: right;
    margin: 0;
    width: 100%;
    position: relative;
}


@media only screen and (min-width:768px){
    .header .top-nav ul li.top-level:not(.no-sub) {
        /*padding: 0 17px 10px 0;*/
        line-height: 30px;
        font-size: 16px;
        margin-right: 0px;
        line-height: 49px;
    }

    #main.home .header .top-nav ul li.top-level:not(.no-sub) {
        background: url('../../pics/vsi/sub-arrow-w.png') no-repeat 77px 18px;
        color: #fff;
    }
}

.home .header .top-nav ul li a, .home .header .top-nav ul li  {
    color: #fff;
}
.home .stick .header .top-nav ul li a, .home .stick .header .top-nav ul li {
    color: #fff;
}
.home .sticky .header-top .header-phone {
    color: #888;
}

#header-stick.header .top-nav ul { height:auto; }
.header .top-nav ul li {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 50px;
    font-weight: 800 !important;
}
.header .top-nav ul li:last-of-type {
    padding-right: 0;
}
.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:1050px){
        #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: #00ADBB;
    -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;
}
.stick .header .top-nav ul li a {
    color: #fff;
}
.header .top-nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-size: 16px;
    display: block;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 50px;
    position: relative;
    height: 100%;
    font-family: Nunito, Open sans, sans-serif;
}
#header-stick.header .top-nav ul li a { padding-top:0; }
.header .top-nav ul li:hover { 
    z-index: 999999;
    -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;
    
}
@media screen and (min-width: 1050px) {
    #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: 1050px) {
    #header-stick.selected .top-nav ul li .toggle-children {
        display:block !important;
        width:100%;
        padding-left:0;
        float:right;
        text-align:center;
        color:#FFF;
        line-height:50px;
        padding: 0;
        cursor: pointer;
    }
    #header-stick.selected .top-nav ul li .toggle-children i { font-size:20px; }
}
.header .top-nav ul li .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:1050px){
        .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: 25px;
                font-weight: 300;
            }
        #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%;
        overflow: hidden;
        padding: 0;
    }

    .header .top-nav .nav-sub .nav-sub-links ul {
        width: 100%;
        float: left;
        height: auto;
        text-align: left;
        margin: 0 2% 0 0;
        padding: 0 15px;
    }

    .header .top-nav .nav-sub .nav-sub-links ul:first-child li.header {
        border-top: 0;
    }
    #header-stick .mobile-contact {
        width: 100%;
        padding: 40px 0;
        text-align: center;
    }
    @media only screen and (max-width:600px){
        #header-stick .mobile-contact {
            padding-bottom: 140px;
        }
    }
    #header-stick .header-phone {
        color: #fff;
        display: block;
        font-weight: 600;
        margin-bottom: 20px;
    }


    @media screen and (min-width: 1050px) {
        .header .top-nav ul li .nav-sub {
            width: 250px;
            border: none;
            position: absolute;
            left: -10px;
            top: 59px;
            z-index: 999;
            background: #EE2E4E;
        }
        .header .top-nav .nav-sub .nav-sub-links ul li a {
            color: #fff;
            padding: 8px;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 23px;
            text-transform: none;
        }
        .header .top-nav .nav-sub .nav-sub-links {
            width: 100%;
            overflow: hidden;
            padding: 10px 0;
            background: #004A97;
        }
        .header .top-nav ul li:hover .nav-sub { display:block;  }
        .header#header-stick .top-nav ul li:hover .nav-sub { display:none; }
    }

.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: 3%;
}
.header .top-nav .nav-sub .nav-sub-links ul li:hover a { 
    cursor:pointer; 
    text-decoration: none;
    color:#fff;
}
.header .top-nav .nav-sub .nav-sub-links ul li.header {
    padding: 0;
    line-height: 24px;
    position: relative;
    border-top: 1px solid rgba(250,250,250,0.25);
}
.header .top-nav .nav-sub .nav-sub-links ul li.header a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    background-image: unset;
}

.header .top-nav .nav-sub .nav-sub-links ul li.header a:hover {
    cursor:pointer; 
    text-decoration: none;
    color:#fff;
}
.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 {
    top: 0;
    height: auto;
    display: none;
    z-index: 99999;
    height: 100vh;
    overflow: scroll;
    position: absolute;
    background: #004A97;
}
#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 {
            top: 0 !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:1050px){
        #header-stick.selected .top-nav .nav { margin: 0; display:block !important; }
    }

#header-stick.selected .top-nav ul { width:100%; }
#header-stick.selected .top-nav ul li {
    width:100%;
    display:table;
    border-top:1px solid rgba(255,255,255,0.25);
}
#header-stick.selected .top-nav ul li a {
    display:block;
    padding:5px 0 5px 0; 
    font-size:18px;
}
    @media only screen and (max-width:1050px){
        #header-stick.selected .top-nav ul li a {
            width: 90%;
            float: left;
            text-align: left;
            padding-left: 1%;
            color: #fff;
            font-weight: 600;
            font-size: 16px !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:#EE2E4E; }
#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;
}


.header .top-nav ul li.selected a, .header .top-nav ul li.selected { 
    color: #aaa; 
}


#header-stick .menu-header {
    height: 85px;
}


    @media only screen and (max-width:600px){
        .selected { border-bottom:none; }
        li.selected a {color:#EE2E4E !important;}
    }

.nav-sub li.selected { background:transparent; } 
.nav-sub li.selected a { color:#ddd !important; }

li.parent a { color:red !important; }

/* Top Menu */
.top-menu {
    padding: 10px 0;
    text-align: right;
}
.top-menu li {display: inline-block;}
.top-menu .inline {display: inline-block;}


/* Content  
--------------------------------------------------------------------------------------------------*/
.front .content {
    max-width: 1240px;
    margin: 0 15px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .front .content-section-box .content,.front #sidebar .content {
        margin-right: 0;
        margin-left: 0;
    }
    .section {
        padding: 40px 0 40px 0;
    }
}
@media screen and (min-width: 1290px) {
    .front .content {
        margin: 0 auto;
    }
}

.pswp__img {
    width:auto !important;
    height:auto !important;
}





/* Banner  
--------------------------------------------------------------------------------------------------*/

.banner-icon {
    float: left;
    margin-left: 35px;
    margin-right: 20px;
    display: inline-block;
}
.banner-icon img {
    max-width: 50px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media only screen and (max-width:768px){

    .banner-icon {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }
    .banner-icon img {
        margin: 0 auto;
    }

} 


@keyframes gradientTest0 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.gradient-img {
    background: rgba(0,0,0,0.5);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}


.nothome .gradient-img + div {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nothome .text h3, .nothome .text h1 {
    color: #fff;
    font-size: 78px;
    font-weight: 900;
    line-height:1.2;
}
.nothome #main .slides-content {
    width: 100%;
    position: absolute;
    top: 62%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
#main.home .gradient-img {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
}
.nothome #main .gradient-img {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
}

#main.home .banner-overlay-header {
    content: "";
    position: fixed;
    display: block;
    width: 100%;
    height: 180px;
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, transparent 100%);
    transform: translateZ(-1px);
    z-index: 9;
}

.flexslider li {
    line-height: 0 !important;
}

#main.home .flexslide-wrapper { 
    width:100%;
    height: 720px;
    background: #000;
    overflow: hidden;
 }
 #main .flexslide-wrapper { 
     width:100%;
     height: 100%;
     background: #fff;
  }
#main .flexslide-container {
    width:100%;
    margin:auto auto;
 }



#main.nothome .flexslide-wrapper {
    width: 100%;
    height: 580px;
    background: #000;
    overflow: hidden;
}


#main .slides-content {
    width:100%;
    position:absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}



/* iPhone XR 1792x828px at 326ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) 
    and (orientation : landscape)
    {
        #main .slides-content {
            top: 63%;
            -webkit-transform: translateY(-63%);
            -moz-transform: translateY(-63%);
            transform: translateY(-63%);
        }
    }



/* iPhone XS Max 2688x1242px at 458ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) 
    and (orientation : landscape)
    {
        #main .slides-content {
            top: 63%;
            -webkit-transform: translateY(-63%);
            -moz-transform: translateY(-63%);
            transform: translateY(-63%);
        }
    }



 

    #main .slides-content-hook, #main .slides-content-body {
        margin: 0;
        display: block;
        font-size: 24px;
        font-weight: 100;
        line-height: 23px;
    }
.read-more-container {
    text-align:center;    
    margin-top:30px;    
    display:block;
    clear:both;
    display: inline-block;
}



/* Our Team  
--------------------------------------------------------------------------------------------------*/


.team-item {
    float: left;
    width: 100%;
    display: block;
    font-size: 0;
    position: relative;
    border-bottom: 2px solid #ededed;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-item.__joinus {
    background-color: #888;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-item.__joinus:hover {
    background-color: #444;
}
.team-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-item.__joinus:before,
.team-item:hover:before {
    background-color: rgba(0, 0, 0, 0);
}
    @media(min-width: 568px) and (max-width: 767px){
        .team-item {
            width: 50%;
            border-right: 2px solid #ededed;
        }
        .team-item:nth-of-type(2n + 2) {
            border-right: 2px solid transparent;
        }
    }
    @media(min-width: 768px) and (max-width: 991px){
        .team-item {
            width: 33.333%;
            width: calc(100% / 3);
            border-right: 2px solid #ededed;
        }
        .team-item:nth-of-type(4n + 4) {
            border-right: 2px solid transparent;
        }
    }
    @media(min-width: 992px){
        .team-item {
            width: 25%;
            border-right: 2px solid #ededed;
        }
        .team-item:nth-of-type(4n + 4) {
            border-right: 2px solid transparent;
        }
    }
.team-image img {
    width: 100%;
}
.__joinus .team-image img {
    opacity: 0;
}
.team-content {
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 9px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-item.__joinus .team-content {
    padding-left: 8px;
    padding-right: 8px;
}
    @media(max-width: 568px){

        .team-item.__joinus .team-content {
            padding-left: 32px;
            padding-right: 32px;
        }
    }
    @media(min-width: 992px){
        .team-content {
            bottom: 30px;
        }
    }
.team-item:hover .team-content {
    background-color: #888;
}
.team-item.__joinus:hover .team-content {
    background-color: transparent;
}
.team-item h2 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.team-item p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}



.team-item.__joinus p:first-child {
    margin-bottom: 20px;
}
.team-icon {
    position: absolute;
    top: 34px;
    left: 25%;
    right: 25%;
    text-align: center;
}
.team-icon img {
    width: 100%;
    max-width: 136px;
}

@media screen and (max-width: 768px){
    .team-item {
        width: 50%;
        border-right: 2px solid #ededed;
    }
    .team-item h2 {
        font-size: 15px !important;
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 1.1;
    }
    .team-item p {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1.1;
    }

    .team-item:nth-of-type(2n + 2) {
        border-right: 2px solid transparent;
    }
    .team-item.__joinus .team-image {
        display: none;
    }
    .team-item.__joinus {
        width: 100%;
        height: 250px;
        text-align: center;
    }
    .team-icon {
        position: relative;
        top: unset; 
        left: unset; 
        right: unset; 
        text-align: center;
        display: inline-block;
        margin: 30px 0;
    }
    .team-icon img {
        width: 57% !important;
        max-width: 136px;
    }
    .team-item.__joinus .team-content {
        position: relative;
        top: unset; 
         left: unset; 
         right: unset; 
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .team-item.__joinus p {
        font-size: 14px !important;
    }

}

.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;
}

#main.home .arrow-scroll {
    display: block;
}
#main .arrow-scroll {
    text-align: center;
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}

@media only screen and (max-width: 900px){ 
    #main.home .arrow-scroll {
        display: none;
    }
}

 
#main .arrow-scroll span {
    display: inline-block;
    padding: 0 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.75;
    font-size: 50px;
}
#main .arrow-scroll span:hover {
    padding: 10px 0 0;
    opacity: 1;
}
#main .arrow-scroll img {
    width: auto;
    display: inline-block;
}
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; }

/* Staff single page  
--------------------------------------------------------------------------------------------------*/
@media(min-width: 768px){
    .staffprofile {
        margin: 50px 0;
    }
}
.staffprofile .staffprofile-name {
    color: #444;
    margin-bottom: 0;
}

.front h1.staffprofile-name {
        text-align: left;
        font-size: 32px;
        line-height: 32px;
}

.staffprofile-image {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.staffprofile-image img {
    width: 100%;
}
.staffprofile-content {
    width: 100%;
    float: left;
}
    @media(min-width: 768px){
        .staffprofile-image {
            width: 25%;
            margin-right: 3%;
        }
        .staffprofile-content {
            width: 72%;
        }
    }
.staffprofile-details.__mobile {
    margin-bottom: 20px;
}
.staffprofile-details.__desktop {
    display: none;
}
    @media(min-width: 768px){
        .staffprofile-details.__mobile {
            display: none;
        }
        .staffprofile-details.__desktop {
            display: block;
            margin-bottom: 60px;
        }
    }
.staffprofile .staffprofile-name {
    color: #444;
    margin-bottom: 0;
}
    @media(min-width: 768px){
        .staffprofile .staffprofile-name {
            margin-bottom: 10px;
            line-height: 30px;
        }
    }
.staffprofile .staffprofile-qualifications {
    font-size: 15px;
}
.staffprofile .button {
    padding: 15px 30px;
}
.staffprofile-services {
    padding: 45px 0;
    margin-top: 45px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.staffprofile-services h6 {
    font-size: 18px;
    font-weight: 700;
}
.staffprofile-service {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}
.staffprofile-service {
    margin-right: 20px;
}
.staffprofile-service figure {
    float: left;
    padding: 8px 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    border: 1px solid #888;
    background: #888;
}
.staffprofile-service img {
    max-width: 27px;
}
.staffprofile-service span {
    float: left;
    color: #888;
    padding: 10px 0;
    font-size: 16px;
}


/* 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;
}   
.whitecontent {
    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;    
}
.whitecontent .left {
    width: 47%;
    float: left;
}
.whitecontent .right {
    width: 47%;
    float: right;
}
.whitecontent 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 #EE2E4E;
}
.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: #EE2E4E; 
    font-size: 14px;    
}
p.app-form { 
    color: #EE2E4E; 
    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; 
}

.vacancy-popup,
.thanks-popup {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:99999;
    overflow-y:auto;
}
.vacancy-popup { display:none; }

.vacancy-popup .vacancy-popup-inner,
.thanks-popup .thanks-popup-inner {
    position:absolute;
    right:0;
    top:0;
    left:0;
    background:#FFF;
    width:100%;
    margin:10% auto;
    max-width:700px;
    padding:15px;
}

.thanks-popup .thanks-popup-inner .close,
.vacancy-popup .vacancy-popup-inner .close {
    position:absolute;
    top:-15px;
    right:-15px;
    border-radius:50%;
    background:#EE2E4E;
    width:30px;
    height:30px;
    border:2px solid #FFF;
    text-align:center;
    line-height:25px;
    color:#FFF;
    font-size:30px;
    cursor:pointer;
}

    @media screen and (max-width: 768px) {
        .vacancy-popup .vacancy-popup-inner,
        .thanks-popup .thanks-popup-inner {
            width:94%;
            left:3%;
            margin:10% 0;
            max-width:94%;
        }
    }


/* 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: #EE2E4E;
}
a.blog-button {
    padding: 10px 40px;
    color: #EE2E4E;
    text-align: center;
    font-size: 14px;
    border: 1px solid #EE2E4E;
    display: inline-block;
}
.text {
    color: #fff;
    text-align: left;
    z-index: 1000;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    width: 65%;
}
.nothome .text {
    color: #fff;
    text-align: center;
    font-size: 78px;
    font-weight: 800;
    width: 100%;
}
.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 #EE2E4E;
    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 {
    float: left;
    overflow: hidden;
}
#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 2em 0 !important;
        }
        #main .content-section .content-section-box:nth-last-of-type(1) {
            margin-bottom: 0 !important;
        }
    }

#main .content-section .content-section-box img { width:100%; margin-bottom: 20px;}
#main .content-section .content-section-box .content img { width:auto; }
#main .content-section .content-section-box h3 { 

}
#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%;
}
#main .content-section.size-1.pass-reset .content-section-box {
    width: 50%;
}
#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;
}

.content-section-box .content {
    margin-top: 20px;
}


#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 3% 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;    
}
.content-section.size-4 .content-section-box:nth-of-type(4n+4) {  
    margin-right:0; 
}
.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  
--------------------------------------------------------------------------------------------------*/
.social-links a {
    color: #888;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    line-height: 2.5;
}
.instafeed-icon {
    color: #888;
    font-size: 48px;
    display:inline-block;
}

.social-links a:hover {
    color: #444;
}
.social-links a:last-of-type { 
    margin:0;
}

.footer-logo {
    float: left;
    width: 20%;
}
.footer-mobile .expand-row .expand-row-header .name {
    padding: 0;
}
.footer-mobile .footer-social {
    text-align: left;
    width: 308px;
    float: left;
    display: flex;
    align-items: baseline;
    margin-top: 30px;
    font-weight: 800;
    color: #004A97;
    font-size: 16px;
}
.footer-social {
    text-align: right;
    width: 308px;
    float: right;
    display: flex;
    align-items: baseline;
    margin-top: 30px;
}
#footer .social-links {
    margin-left: 40px;
}

#footer .social-links a {
    margin-right: 5px;
    background: #00ADBB;
    border-radius: 100%;
    width: 39px;
    height: 39px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
    #footer .social-links a:hover {
        color: #fff;
        background: #004A97;
    }
   
 .fb_iframe_widget_fluid span {width: 100% !important;}
.fb_iframe_widget span {width: 100% !important;}
iframe { width:100%; }

/* 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;
}

@media screen and (max-width:768px) {
    #main .blogpost h1 {
        text-align: left;
        font-size: 32px;
        line-height: 32px;
    }
}
#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:"Font Awesome 5 Pro";
    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:#EE2E4E; }
.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:"Font Awesome 5 Pro";
    padding:0.7em 0.5em 0 0;
}
    @media only screen and (max-width:600px) {
        .basket-buttons a.button-checkout {
            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;
        }
    }


/* Infinite Pagination  
--------------------------------------------------------------------------------------------------*/
#main .pagination-more {
    float:left;
    width:100%;
    margin-top:1%;
}
#main .pagination-loading {
    float:left;
    width:100%;
    font-size:25px;
    text-align:center;
    color:#EE2E4E;
}


/* 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;
}


/* 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: #F6F6F6;
    color: #111;
    clear: both;
    padding: 40px 0;
    border-top: 8px solid #00ADBB;
}
    @media(min-width: 768px){
        #footer {
            padding: 50px 0;
        }

    }
#footer .footer-col {
    float: left;
    width: 100%;
    padding: 0 10px;
}
#footer .footer-col.__sm {
    width: 100%;
}
    @media(min-width: 768px){
        #footer .footer-col {
            width: 40%;
            float: left;
            padding: 0;
        }
            #footer .footer-col.__sm {
                width: 40%;
                margin: 0 2% 0 0%;
            }
        #footer .footer-col:nth-of-type(3) {
            width: 18%;
            float: left;
            padding: 0;
        }
    }
#footer .footer-header {
    font-weight: 800;
    width: 100%;
    display: inline-block;
    color: #004A97;
    font-size:16px;
}
#footer .footer-desktop > .footer-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
#footer .footer-header span {
    font-weight: 400;
    color: #2b2b2b;
}
#footer > .container > .footer-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#footer .footer-block {
    margin-bottom: 20px;
}
#footer a {
    color: #2B2B2B;
}
    #footer a:hover {
        color: #00ADBB;
    }
#footer .copyright-right a {
    text-decoration:underline;
}
#footer p {
    color: #2B2B2B;
    font-size:16px;
    line-height:23px;
    margin-bottom:2px;
}
#footer .footer-mobile p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px;
}
#footer .__contactus .form {
    margin-top: 17px;
    max-width: 380px;
    position: relative;
}
@media(max-width: 767px){
    #footer .__contactus {
        margin-bottom: 10px;
    }
    #footer .__contactus .form .row .full-width {
        margin-bottom: 0;
    }
}
#footer .form input {
    border: 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
    padding: 13px 0 12px;
    background: transparent;
    border-bottom: 1px solid #8895a2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
}
#footer .form textarea {
    border: 0;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 10px;
    background: transparent;
    border-bottom: 1px solid #8895a2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 0;
    height: 87px;
}
#footer .form .button {
    min-width: 210px;
}
#footer .form .button:hover {
    background-color: #fff;
}
#footer .form .row {
    margin-bottom: 0;
}
#footer .form input[type=text]::-webkit-input-placeholder { color:#fff !important; }
#footer .form input[type=text]:-moz-placeholder { color:#fff !important; }
#footer .form input[type=text]::-moz-placeholder { color:#fff !important; }
#footer .form input[type=text]:-ms-input-placeholder { color:#fff !important; }
#footer .form input[type=text]:focus { outline:none !important; border-color: #444; }

#footer .form textarea::-webkit-input-placeholder { color:#fff !important; }
#footer .form textarea:-moz-placeholder { color:#fff !important; }
#footer .form textarea::-moz-placeholder { color:#fff !important; }
#footer .form textarea:-ms-input-placeholder { color:#fff !important; }
#footer .form textarea:focus { outline:none !important; border-color: #444;}

.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;
}
#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-times {
    margin-top: 28px;
}
.footer-times p {
    line-height: 1.65;
}

#footer-nav ul {
    padding-left: 0;
    list-style: none;
}
    #footer-nav ul li a {
        color: #2B2B2B;
        font-size: 16px;
        line-height: 34px;
        font-weight: 300;
    }

.copyright {
    margin-top: 34px;
    padding-top: 23px;
    font-size: 12px;
    line-height: 22px;
    border-top: 1px solid #ddd;
    width: 100%;
    display: inline-block;
}
.footer-mobile .copyright {
    border-top: none;
}
.footer-mobile .copyright-left {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.copyright-left {
    width: 50%;
    float: left;
}
.copyright-right {
    width: 50%;
    float: right;
    text-align: right;
}



    @media(min-width: 768px){
        .copyright {
            border-color: #ccc;
        }
    }

#footer section {
    padding: 0;
}


/* Newsletter Signup 
--------------------------------------------------------------------------------------------------*/
#footer .newsletter-signup {
    max-width: 388px;
}
    @media(max-width: 767px){
        #footer .newsletter-signup {
            margin-bottom: 40px;
            padding-bottom: 35px;
            border-bottom: 1px solid #fff;
        }
    }
#footer .newsletter-signup p {
    margin-bottom: 26px;
}
#footer .newsletter-signup .input-field {
    float:left;
    width:23%;
    margin-right:2.6%;
}
#footer .newsletter-wrap {
    overflow: hidden;
    position: relative;
}
.newsletter .footer-header {
    font-size: 20px;
}
#footer .newsletter-signup .newsletter-signup-input {
    width: 100%;
    font-family: inherit;
    border: 1px solid #fff;
    padding: 0px 40px 0px 12px;
    height: 48px;
}
#footer .newsletter-signup .newsletter-signup-input:focus {
    border-color: #fff !important;
}
#footer .newsletter-signup .input-field .validation-error { 
    position: absolute;
}
#footer .newsletter-signup .button {
    color: #FFF;
    float: left;
    margin: 0;
    padding: 0px;
    height: 46px;
    width: 43px;
    min-width: 43px;
    border: none;
    /*border-left: 1px solid #fff;*/
    display: block;
    font-size: 0;
    top: 1px;
    right: 1px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#footer .newsletter-signup .button::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f105";
    font-size: 32px;
    color: #fff;
    top: 5px;
    position: relative;
    left: 3px;
}

#footer .newsletter-signup .button:hover { 
    background-color: #444; 
}
#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;
}
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;
}
input[type=text].newsletter-signup-input::-webkit-input-placeholder { color:#fff !important; }
input[type=text].newsletter-signup-input:-moz-placeholder { color:#fff !important; }
input[type=text].newsletter-signup-input::-moz-placeholder { color:#fff !important; }
input[type=text].newsletter-signup-input:-ms-input-placeholder { color:#fff !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:#EE2E4E;
    color:#FFF;
    font-size:16px;
    padding:8px;
}
#draft-message a#close:hover { background:#1b1463; }


/* HTML Templates  
--------------------------------------------------------------------------------------------------*/
#main .content-section p a {
    color: #888;
}
#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:"Font Awesome 5 Pro";
    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: #004A97;
    color: #FFF;
    margin-bottom: 30px;
}
#main .content-section.template-7 ul li { color:#FFF; }
#main .content-section.template-7 p { margin:0; }
    #main .content-section.template-7.dark {
        background: #00ADBB;
    }
#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:32.75%; 
}
#sidebar.sidebar-left { float:left; }
#sidebar.sidebar-right { float:right; }

#page.page-left,
#page.page-right {     width: 65%; }

#page.page-left { float:left; padding-bottom: 40px;}
#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:"Font Awesome 5 Pro";
    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:#EE2E4E; }
#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:"Font Awesome 5 Pro";
    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:Verdana, Arial, sans-serif;
    font-size:1.1em;
}
.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;}
 
    }
    @media only screen and (min-width: 600px) and (max-width: 768px) {
        .flexslider .slides > li {
            background-size: cover;
            background-position: 50%;
        }
        .gradient { height: 300px !important }
    } 
    @media only screen and (min-width: 1440px) {
        .flexslider .slides > li {
            background-size: cover;
            background-position: 50% top;
        }
        .gradient {
            height:600px;
        }
    }   

.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
}
.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 {
    height: 280px;
    position:relative;
    overflow:hidden;
    display:none;
    -webkit-backface-visibility: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    @media(min-width: 768px){
        .flexslider .slides > li {
            height: 360px;
        }
    }
    @media(min-width: 769px){
        .flexslider .slides > li {
            height: 447px;
        }
    }
.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:#222;
    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: 28px;
    height: 51px;
    margin: -20px 0 0;
    position: absolute;
    top: 56%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 0;
}
    @media only screen and (max-width: 768px){
        .flex-direction-nav a { margin:-30px 0 0; }
    }


    @media only screen and (max-width: 768px){
        .flex-direction-nav a:before {
            font-size: 34px;
        }
    }

.flex-direction-nav .flex-prev {
    left: 0;
    background: url('../../pics/arrow-left-white.png') center center no-repeat;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
    background: url('../../pics/arrow-right-white.png') center center no-repeat;
}
.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:"Font Awesome 5 Pro";
    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:20px;
    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;
         }
    }



    @keyframes fadeIn {
      from {opacity: 0}
      to {opacity: 1}
    }

    .home .flexslider .slides > li {
        height: 720px;
    }


        #main.home .slides-content h3 {
            font-size: 78px;
            line-height: 71px;
            float: none;
            text-align: left;
            color: #fff;
            font-weight: 800;
            margin-bottom: 40px;
        }

    

    @media(min-width: 568px){
        .flexslider .slides > li {
            height: 380px;
        }
        .home .flexslider .slides > li {
            height: 720px;
        }
    }
    @media(min-width: 769px){
        .flexslider .slides > li {
            height: 580px;
        }
        .home .flexslider .slides > li {
            height: 720px;
        }
    }



/* 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: #EE2E4E;
}





.product-list .update-lessons .product-row .product-row-header {
    width: 100%;
    background: #fff;
    color: #313131;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}
.front .update-lessons .header-content h3 {
    font-size: 20px;
    margin-bottom: 11px;
    text-align: left;
    color: #000;
}
.product-list .update-lessons .product-row {
    border: 1px solid #C3C3C3;
}
.lesson-item {
    border-bottom: 1px solid #C3C3C3;
    padding: 20px 10px;
}

.my-account-body .lesson-list .lesson-item {
    padding: 20px 25px;
}
    .lesson-item.selected {
        background: #eee;
    }
.lesson-item a.button,.lesson-item a.button:hover {
    float: right;
    background: #fff;
    border: none;
    color: #004A97;
    padding: 0;
    font-weight: 800;
}
.product-list .update-lessons .product-row-info {
    padding: 0;
    background: #fff;
    display: none;
    position: relative;
    border: none;
}
.product-list .update-lessons .product-row .product-row-header .header-content {
    width: 93%;
    float: left;
    padding: 25px;
}
.product-list .update-lessons  .my-booking-row .header-content + span {
    width: 6%;
    display: block;
    float: right;
    font-size: 20px;
    background: #fff;
    text-align: center;
}
.update-lessons .fa-angle-down::before, .update-lessons .fa-angle-up::before {
    color: #111;
}
.update-lessons .fa-angle-down, .update-lessons .fa-angle-up {
    top: 11px;
    position: relative;
}

.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: #008ECE;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor:pointer;
}
.fa-angle-down:before {color:#fff;}
.hover .fa-angle-down:before {content: "\f106";}
.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%; }

.product-list .product-row .product-name {
    display: inline-block;
    float: left;
    line-height: 37px;
    padding: 20px 22px 0;
}
.product-list.edit-child .product-row .product-name {
    padding: 14px 22px 0;
}
.main-basket .product-list .product-row .product-name {
    padding: 12px 22px 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:0px;    
            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, .product-list .my-booking-row .header-content + span {
    width: 6%;
    display: block;
    float: right;
    font-size: 44px;
    background: #004A97;
    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: 25px;
    background: #fff;
    display: none;
    position: relative;
    border: 1px solid #008ECE;
}
.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;

}   

.product-list .product-row-info h4 {
    color:#EE2E4E;
    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;
    text-align: center;
}
    .product-list .product-row-info table.medical-radio, .product-list .product-row-info table.medical-radio tr {
        display: block;
    }
.front .medical-radio.radio-button label {
    padding-top: 2px;
    padding-right: 0px;
}
    .product-list .product-row-info table tr td {
        padding: 0px;
        font-size: 16px;
        font-weight: 100;
        line-height: 18px;
        /* text-align: center; */
    }
    @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: 16px;
            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: #004A97;
    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.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;
    text-align: 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;
    color: #004A97;
    font-weight: 800;
}
.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:#EE2E4E;
} 
    @media screen and (max-width:768px) {
        .total .saving { margin:0; }
    }
.checkout-float .total .total-price { font-size:32px; }

.total .total-price {
    font-size: 56px;
    color: #1A54A4;
    font-weight: 800;
}
.promotions {
    float: left;
    /* padding: 20px; */
    /* background: #eaeaea; */
    width: 55%;
    text-align: left;
}
    .promotions input[type="text"] {
        border: 1px solid #BBBBBB;
        border-radius: 0;
        width: 65%;
        background: #fff;
        margin-right: 2%;
    }
    @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: 11px;
    padding: 13px;
    border: none;
    width: 25%;
}
    @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:768px) {
        .promotions {
            width:100%;
        }
        .promotions input { width:52%; }
        .promotions .button { width:46%; }
    }
.promotions .promotions-intro {
    display: block;
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}
.promotions .promotions-message { 
    display:block;
    margin-top:8px;
}
.basket-buttons { margin:20px 0 40px 0; }
.basket-buttons a {

}
.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:768px) { 
        .front .all-options .button {
            margin-top:10px;
        }
    }
.top-header {
    height: 115px;
    position: fixed;
    width: 100%;
    z-index: 12;
    background: transparent;
}

    @media screen and (max-width:900px) {
        .top-header {
            height: 85px;
        }
    }

    .top-header.stick {
    background: #004A97 !important;
}
    .home .top-header {
    border-color: transparent;
    background: transparent;
}
 
    @media only screen and (max-width:768px) {
        .top-header.sticky {
            height: 78px;
            background-color: #fff;
        }

        .sticky #header .header-mobile-menu::before, #header .header-mobile-menu::before {
            background: #444;
            box-shadow: 0 0.60em 0 0 #444, 0 1.2em 0 0 #444;
        }
    }

    .home .booker-contain {
        z-index: 10000;
        margin: 0 auto;
        margin-top: -140px;
        background: #80ddff;
    }

    .nothome .booker-contain {
        margin: 0 auto;
    }
        .nothome .booker-contain + p {
            margin-top: 20px;
            margin-bottom:25px;
            width: 77%;
            display: inline-block;
        }
    .home .booker-search {
        background: #fff;
        color: #004A97;
        position: relative;
        padding: 55px 50px 70px 50px;
        border-radius: 22px;
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        text-align: left;
        box-shadow: 0 2px 54px 0 rgba(0,0,0,0.19);
    }

    .nothome .booker-search {
        background: #fff;
        color: #004A97;
        position: relative;
        padding: 55px 0px 0px 0px;
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        text-align: left;
    }

    .booker-search .search-panel .filter-box {
        width: 23.5%;
        margin: 0px 1% 0 0%;
        float: left;
    }

    .front section.booker-search h1 {
        color: #2B5EB1;
        font-weight: 800;
        font-size: 38px;
        margin-bottom: 25px;
    }

    .booker-search span {
        color: #111;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 14px;
    }

    .booker-search select::-ms-expand {
        display: none;
    }

    .booker-search select {
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-repeat: no-repeat;
        background-position: 90% 50%;
        border-radius: 0px;
        border: 1px solid #09ade4;
        padding: 10px 20px !important;
    }

    @media screen and (min-width: 600px) and (max-width: 768px) {
        a.button-checkout {
            width: 50% !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 .search-panel .filter-box {
            width: 32%;
            float: left;
            margin-right: 2%;
            padding: 0;
        }

        #ctlBookerProductSearchBar_rptFilterTypesFilter_ddlFilter_1 {
            display: block !important;
        }
    }

    @media screen and (max-width:600px) {

        #ctlBookerProductSearchBar_rptFilterTypesFilter_ddlFilter_1 {
            display: block !important;
        }
    }

    .booker-search.sticky {
        position: fixed !important;
        top: 107px;
        left: 0;
        width: 100%;
        z-index: 1000;
        height: 98px;
        background: #153139;
        border-top: none;
        border-bottom: none;
    }

    .sticky {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2222;
        background: #fff;
    }

    .booker-search.sticky h1 {
        display: none;
    }

    .search-panel .filters {
        width: 81%;
        float: left;
    }

    @media screen and (max-width:768px) {
        .search-panel .filters {
            width: 100%;
            float: none;
        }
    }

    .search-panel .button-search {
        width: 15%;
        margin: 0;
        float: left;
        margin-left: 0%;
        border: none;
        border: 1px solid #004A97;
        background: #004A97;
        position: absolute;
        bottom: 0;
        padding: 10px 0;
    }
.home .search-panel .button-search {
    bottom: 72px;
}
        .search-panel .button-search:hover {
            border: 1px solid #00ADBB;
            background: #00ADBB;
        }

    .search-panel .filter-box {
        width: 20%;
        padding: 0 1% 0 1%;
        float: left;
    }

        .search-panel .filter-box select {
            width: 100%;
            padding: 11px 0 11px 0;
        }

    .search-results .name-sub {
        display: block;
        font-size: 90%;
    }

.note-text {
    font-weight: 800;
    color: #004A97;
    font-size: 16px;
}




    @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;
        }
    }

    .traffic-light {
        position: absolute;
        right: 0;
    }

    .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: #EE2E4E;
            font-weight: bold;
            font-size: 25px;
        }

            .search-results .price small {
                font-size: 12px;
            }

        .search-results a {
            color:      ;
        }

            .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: 20px;
        background: #f5f5f5;
        margin-top: 20px !important;
    }

        .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: 0px;
        z-index: 2000;
        background: rgba(0, 0, 0, 0.7);
    }

        .popup-background .popup-inner {
            padding: 50px;
            width: 900px;
            min-height: 460px;
            max-width: 90%;
            margin: 2% auto 57px auto;
            background: #FFF;
            text-align: left;
            position: relative;
            border-radius: 14px;
        }

    @media screen and (max-width:600px) {
        .popup-background .popup-inner {
            min-height: 100px;
            margin: 7% 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:before {
        display: none;
    }

    .popup-background .popup-inner .popup-close {
        display: block;
        position: absolute;
        right: 25px;
        top: 15px;
        color: #111;
        font-size: 34px;
        cursor: pointer;
    }

    @media screen and (max-width:768px) {
        .popup-background .popup-inner .popup-close {
            right: 19px;
        }
    }

    .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-inner .product-info {
        margin-top: 25px !important;
    }

    .bc-table {
        margin: 0 !important;
        border: 1px solid #008ECE !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 h2 {
        font-size: 16px;
        color: #EE2E4E;
    }

    @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: #EE2E4E;
        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-inner .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: #1A54A4;
        font-weight: 800;
    }

    @media screen and (max-width:768px) {
        .popup-background .product-select .select .price {
            margin: 20px 0;
            font-size: 40px;
        }
    }

    .popup-background.login {
        display: none;
    }

    .popup-background .popup-inner.mini-login {
        width: 600px;
        min-height: 230px;
        background: url(../../pics/login-lr.jpg) 50% center / cover no-repeat;
        background-position: 50% center;
        background-repeat: no-repeat;
        background-color: #076787;
    }

        .popup-background .popup-inner.mini-login h2 {
            text-align: center;
            color: #fff;
        }

        .popup-background .popup-inner.mini-login .popup-close {
            right: 20px;
            top: 10px;
            color: #fff;
        }

    .email-row {
        margin-bottom: 10px;
    }

    .password-row {
        margin-bottom: 10px;
    }
.email-row input, .password-row input {
    width: 100%;
    margin-bottom:5px;
}

.popup-background .popup-inner.mini-login input[type=text],
.popup-background .popup-inner.mini-login input[type=password] {
    width: 100%;
    margin: 0 0 1% 0;
}

    .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%;
    }

    .popup-background .popup-inner.mini-login .button {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.64);
        font-size: 17px;
        font-weight: 100;
    }

        .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: 5px;
        }

        .popup-background .popup-inner.mini-login .label-remember-me label {
            display: inline-block;
            padding: 3px;
            color: #fff;
            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;
        color: #fff;
        float: right;
        font-size: 14px;
        font-weight: 100;
        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 {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
}
.booking-view > h3 {
    font-size: 28px;
} 
.booking-view .right-col {
            width: 68%;
            float: left;
        }

        .booking-view .left {
            width: 30%;
            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: 0;
            border-right: 0;
        }
    }

    @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 #EE2E4E;
        }
    }

    .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: 16px;
    padding-bottom: 10px;
    font-weight: 800;
}



    .booking-view .product-list .current-products {
        width: 100%;
    }

    /*Basket*/

.basket-mini {
    margin: 0;
    padding: 0 0 0 0px;
}

    @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;
    }
.basket-mini .basket-sibling-discount {
    float:left;
    margin-top:10px;
}
    @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;
        margin-bottom:30px;
    }

        .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] {
        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: auto;
    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: transparent;
    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.remove-basket:hover {
        background: #b80707;
    }

    .booking-list .right.totals {
        float: right;
        color: #EE2E4E;
        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;
    }
    /* TODO eliminate unnecessary .fa classes */
    .product-list .product-row-info table tr td .fa,
    .product-list .product-row-info table tr td .fal,
    .product-list .product-row-info table tr td .far,
    .product-list .product-row-info table tr td .fas, {
        font-size: 20px;
        color: red;
    }

    /* DatePicker Container */
    .ui-datepicker {
        background-color: #fff;
        border: 1px solid #343839;
        border-radius: 2px;
        display: none;
        margin-top: 4px;
        padding: 10px;
        width: 240px;
    }

        .ui-datepicker a,
        .ui-datepicker a:hover {
            text-decoration: none;
            color: #EE2E4E;
        }

            .ui-datepicker a:hover,
            .ui-datepicker td:hover a {
                color: #2A6496;
                -webkit-transition: color 0.1s ease-in-out;
                -moz-transition: color 0.1s ease-in-out;
                -o-transition: color 0.1s ease-in-out;
                transition: color 0.1s ease-in-out;
            }

        .ui-datepicker select {
            font-size: 20px;
        }

        .ui-datepicker .ui-datepicker-header {
            margin-bottom: 4px;
            text-align: center;
        }

        .ui-datepicker .ui-datepicker-title {
            font-weight: 700;
        }

        .ui-datepicker .ui-datepicker-prev,
        .ui-datepicker .ui-datepicker-next {
            cursor: default;
            font-family: 'Glyphicons Halflings';
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-weight: normal;
            height: 30px;
            line-height: 1;
            margin-top: 2px;
            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 {
            font-family: "Font Awesome 5 Pro";
            content: "\f0a8 ";
        }

        .ui-datepicker .ui-datepicker-next:before {
            font-family: "Font Awesome 5 Pro";
            content: "\f0a9";
        }

        .ui-datepicker .ui-icon {
            display: none;
        }

        .ui-datepicker .ui-datepicker-calendar {
            table-layout: fixed;
            width: 100%;
        }

            .ui-datepicker .ui-datepicker-calendar th,
            .ui-datepicker .ui-datepicker-calendar td {
                text-align: center;
                padding: 4px 0;
            }

            .ui-datepicker .ui-datepicker-calendar td {
                border-radius: 4px;
                -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 .ui-datepicker-calendar td:hover {
                    background: #eee;
                    cursor: pointer;
                }

                .ui-datepicker .ui-datepicker-calendar td a {
                    text-decoration: none;
                }

        .ui-datepicker .ui-datepicker-current-day {
            background: #343839;
        }

            .ui-datepicker .ui-datepicker-current-day a {
                color: #fff
            }

        .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
            background: #fff;
            cursor: default;
        }


    /* 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 #EE2E4E;
        background: transparent;
        color: #EE2E4E;
        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::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.4;
        }

        .video-container .poster img {
            width: 100%;
            bottom: 0;
            position: absolute;
        }

        .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%;
                height: auto !important;
            }

        .video-container .poster {
            display: none;
        }

    @media(max-width: 767px) {
        .video-container video {
            display: none;
        }

        .video-container .poster {
            display: block;
        }
    }

    .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: #EE2E4E;
            border: none;
            padding: 15px 55px;
            text-transform: uppercase;
            font-weight: 100;
            display: inline-block;
            margin: 20px 0;
        }


    /* Banner Video  
--------------------------------------------------------------------------------------------------*/
    #displayVideo {
        border-right: none;
        border-left: none;
        position: relative;
        /*height: 100vh !important;
*/ z-index: 9;
        height: 100% !important;
    }

    .nothome #displayVideo {
        display: none;
    }

    /*    @media(min-width: 768px){
        #displayVideo {
            display: block;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1600px) {
        #displayVideo { 
        }
        #displayVideo video {
            top: 0;
            bottom: inherit !important;
        }
    }
    @media screen and (min-width:1300px) and (max-width: 1600px) {
        #displayVideo {
        }
        #displayVideo video {
            top: 0;
            bottom: inherit !important;
        }
    }
    @media screen and (min-width:1142px) and (max-width: 1300px) {
        #displayVideo {
              height: 100vh !important; 
        }
        #displayVideo video {
            top: 0;
            bottom: inherit !important;
        }
    }
    @media screen and (min-width: 600px) and (max-width:768px) {
        #displayVideo video {
            top: 0;
            bottom: inherit !important;
        }
        #displayVideo {
        }
    }
    @media screen and (min-width:768px) and (max-width: 1142px) {
        #displayVideo video {
            top: 0;
            bottom: inherit !important;
        }
    }
    @media screen and (max-width:700px) {
        #displayVideo {
            display: none;
        }
        #displayVideo video {
            top: 0;
            bottom: inherit !important;
        }
    }
*/
    .no-video #displayVideo video,
    .touch #displayVideo video {
        display: none;
    }
    /*#displayVideo {
  position: relative;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}*/
    #displayVideo video {
        position: absolute;
        z-index: 0;
    }

        #displayVideo video.fillWidth {
            width: 100%;
            height: auto !important;
        }

    @media(max-width: 767px) {
        #displayVideo video {
        }
    }

    #displayVideo video {
        width: 100%;
        min-width: 1440px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: auto;
    }



    /* 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: right;
    /* background: #343839; */
    border-radius: 100px;
    color: #444;
    font-size: 16px;
    width: 130px;
    height: 20px;
    line-height: 48px;
    text-align: right;
}
a.remove-basket:hover {
    background:none;
}

.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 #EE2E4E;
    }

    .input-group {
        margin-bottom: 20px;
        float: left;
        margin-top: 20px;
    }

        .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: #EE2E4E;
        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 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .glyphicon-plus::before {
        content: "\f067";
        font-size: 14px;
        line-height: 0;
    }

    .glyphicon-minus:before {
        content: "\f068";
        font-size: 14px;
        line-height: 0;
    }

    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 #EE2E4E;
            background: transparent;
            color: #EE2E4E;
            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.button {
        margin: 0 !important;
        height: 43px;
        width: 28%;
        border: 1px solid #8ed4ef !important;
        background: #FFF 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: #EE2E4E !important;
            color: #fff !important;
            font-size: 20px !important;
        }
    }

.order-summary {
    border-bottom: 1px solid #878787;
    margin: 10px 0 12px;
}

        .order-summary p {
            font-weight: 500;
            display: inline-block;
            margin-bottom: 10px;
        }
    .order-summary > p {
        font-weight: 700;
        font-size: 18px;
    }
    .order-summary a {
        color: #004A97;
        text-decoration: none;
    }
    .basket-mini .products {
        width: 100%;
    }

    .form-container .form.half {
        width: 100%;
    }

.booker-payment-details {
    padding: 30px 60px;
    background: #F9F9F9;
    margin: 0 20px 70px 20px;
}

    .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 #BBBBBB;
    }

        .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: 1px solid #979797;
}

.booker-details label {
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.booker-details h3 {
    margin-bottom: 30px;
    font-size: 18px;
}

    .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: #008ECE;
    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 .product-name {
            padding-top: 4px;
        }
        .product-list .header-toggle, .product-list .my-booking-row .header-content + span {
            font-size: 34px;
        }

        .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;
        }
    }
    .booker-login span {
        display: inline-block;
        font-weight: 400;
        color: #000;
        font-size:18px;
        width: 100%;
        margin-bottom: 10px;
    }
.basket-mini a.button {
    text-decoration:none;
    float:left;
}
a.open-button {
    float: right;
    font-size: 18px;
    color: #EE2E4E;
    border: 1px solid #EE2E4E;
    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: 15px 0 0 0;
    margin: 25px 0 30px 0;
}

        .tcs-break a {
            color: #1D1D1D;
        }

            .tcs-break a:hover {
                text-decoration: underline;
            }

        .tcs-break label {
            margin: 5px 0 0 0;
        }

        .full-width textarea {
            width: 100%;
        }

#payment-button a {
    padding: 10px 40px;
    float: right;
    margin-top: 13px;
}

    .checkout-total {
        float: left;
        display: inline-block;
    }

        .checkout-total p {
            color: #004A97;
            font-size: 16px;
            font-weight: 900;
            margin-bottom: 3px;
        }

        .checkout-total h3 {
            color: #004A97;
            font-size: 32px;
            font-weight: 900;
        }
    .payment-button {
        margin-top: 10px;
    }





    /* Checkout */
    h3.confirmation {
        font-size: 28px;    
    }

    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: #004A97;
    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;
    font-size: 18px;
    text-align: left;
}

        .childs-booking p a {
            color: #fff !important;
            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: #111;
    text-transform: uppercase;
}

.each-player {
    margin-bottom: 20px;
}
.each-player.sibling-discount {
    border-top: 13px solid #004A97;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
    padding: 10px 30px;
}
    .each-player.sibling-discount p {
        font-size:14px;
    }
        .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 {
        padding-: 0 !important;
    }

    .row.player {
        margin-bottom: 10px !important;
    }



    .product-select .btn-number-add, .product-select .btn-number {
        font-size: 20px;
        /* padding: 2px 13px; */
        line-height: 1;
        border-radius: 0px;
        background: #00ADBB;
        border: none;
        color: #fff;
        cursor: pointer;
        height: 40px;
        width: 40px;
        font-weight: 700;
    }

        .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;
    }

    .popup-inner h1 {
        font-size: 28px;
        margin-bottom: 20px;
        color: #2B2B2B;
        text-align: left;
        font-weight: 800;
    }

    .popup-inner h2 {
        font-size: 23px !important;
        font-weight: 300;
        margin-bottom: 4px;
        color: #343839 !important;
    }

    .popup-inner h3 {
        font-size: 23px;
        font-weight: 700;
        color: #2b2b2b;
    }

.book-info p {
    font-size: 18px;
    margin-bottom: 5px;
}

    table.bc-table tr th {
        background: #008ECE;
        color: #FFF;
        text-align: left;
        font-weight: 800;
        font-size: 16px;
    }

    @media screen and (max-width:768px) {
        table.bc-table tr td {
            padding: 10px;
            font-size: 14px;
            font-weight: 100;
            line-height: 20px;
            border-bottom: none;
        }

        table.bc-table td:before {
            font-size: 16px;
            line-height: 20px;
        }
    }

    .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: #EE2E4E;
                font-size: 17px;
                line-height: 25px;
            }

        .image-consent .row {
            margin-bottom: 0;
        }

        .image-consent p small {
            color: #EE2E4E;
        }

    .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%;
    margin-top: 20px !important;
    position: relative;
}

    @media only screen and (max-width: 500px) {
        #main .content-section .content-section-box.contact-form {
            padding: 30px 20px 40px;
        }
    }

    #main .content-section .content-section-box.contact-form h5 {
        color: #fff;
    }

    #main .content-section .content-section-box.contact-form .row {
        margin-bottom: 0;
    }

        #main .content-section .content-section-box.contact-form .row .half-width {
            width: 47%;
            position: relative;
        }

        #main .content-section .content-section-box.contact-form .row .left {
            margin-right: 6%;
        }

    #main .content-section .content-section-box.contact-form input[type=text] {
        color: #111;
        padding-left: 0;
        font-size: 12px;
        font-weight: 600;
        padding: 15px;
        border: 1px solid #a4a4a4;
        background: transparent !important;
    }

    #main .content-section .content-section-box.contact-form textarea {
        padding: 10px 0 0 0;
        color: #111;
        max-width: 100%;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        vertical-align: bottom;
        background-color: transparent !important;
        height: 165px;
        border: 1px solid #a4a4a4;
    }

    #main .content-section .content-section-box.contact-form select {
        border: 0;
        color: #fff;
        padding-left: 0;
        font-size: 12px;
        font-weight: 600;
        background-color: transparent;
        border-bottom: 1px solid #a4a4a4;
    }

        #main .content-section .content-section-box.contact-form select option {
            color: #444;
        }

#main .content-section .content-section-box.contact-form .button {
    float: left;
    border: none;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 11px 55px;
}

    #main .content-section .content-section-box.contact-form p {
        color: #fff;
    }

#main .content-section .content-section-box.contact-form label {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 5px 0;
}

    #main .content-section .content-section-box.contact-form input[type=text]::-webkit-input-placeholder {
        color: #fff !important;
    }

    #main .content-section .content-section-box.contact-form input[type=text]:-moz-placeholder {
        color: #fff !important;
    }

    #main .content-section .content-section-box.contact-form input[type=text]::-moz-placeholder {
        color: #fff !important;
    }

    #main .content-section .content-section-box.contact-form input[type=text]:-ms-input-placeholder {
        color: #fff !important;
    }

    #main .content-section .content-section-box.contact-form textarea::-webkit-input-placeholder {
        color: #fff !important;
    }

    #main .content-section .content-section-box.contact-form textarea:-moz-placeholder {
        color: #fff !important;
    }

    #main .content-section .content-section-box.contact-form textarea::-moz-placeholder {
        color: #fff !important;
    }

    #main .content-section .content-section-box.contact-form textarea:-ms-input-placeholder {
        color: #fff !important;
    }



    /* 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 16px;
            font-size: 16px;
            font-weight: 800;
            color: #a8a8a8;
        }

        .numbers.active {
            background: #009643;
        }

            .numbers.active p {
                color: #fff;
            }
.booking-journey {
    margin: 60px 0 30px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.popup-inner .booking-journey {
    margin: 10px 0 30px 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}
    @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: "\f054";
        font-family: 'Font Awesome 5 Pro';
    }

    .forward {
        display: inline-block;
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 17px;
        color: #c1c0bf;
        font-weight: 700;
        padding-left: 2px;
    }

    .small .journey-button {
        display: inline-block;
        color: #c0c0bf;
        font-size: 18px;
        font-weight: 800;
    }

    .small .numbers {
        display: inline-block;
        height: 40px;
        width: 40px;
        margin-right: 4px;
        margin-left: 7px;
        border-radius: 100px;
    }

    .small .journey-button.active {
        color: #004A97;
    }

    .small.active {
        color: #009643;
    }

    .small .numbers.active {
        background: #00ADBB;
        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: 65%;
    float: left;
    padding: 15px;
}
#main .content-section.template-7 .copy-right {
    width: 30%;
    float: right;
    padding: 15px;
}

        #main .content-section.template-7 .copy-right select {
            width: 100%;
        }

    #main .content-section.template-7 .copy-right .button {
        margin-top: 15px;
        width: 100%;
        background: #00ADBB;
        borde: 1px solid #00ADBB;
        text-decoration: none;
    }

    /* Expand Sections */
    .ourservices + .template-expandrow,
    .ourservices + p + .template-expandrow,
    .ourservices + p + p + .template-expandrow,
    .testimonials + .template-expandrow,
    .testimonials + p + .template-expandrow,
    .testimonials + p + p + .template-expandrow {
        margin-top: 40px !important;
    }

    .template-expandrow + .latestblogs,
    .template-expandrow + p + .latestblogs,
    .template-expandrow + p + p + .latestblogs {
        margin-top: 40px !important;
    }

    @media(min-width: 768px) {
        .ourservices + .template-expandrow,
        .ourservices + p + .template-expandrow,
        .ourservices + p + p + .template-expandrow {
            margin-top: 90px !important;
        }

        .testimonials + .template-expandrow,
        .testimonials + p + .template-expandrow,
        .testimonials + p + p + .template-expandrow {
            margin-top: 70px !important;
        }

        .template-expandrow + .latestblogs,
        .template-expandrow + p + .latestblogs,
        .template-expandrow + p + p + .latestblogs {
            margin-top: 90px !important;
        }
    }

    .template-expandrow .container {
        max-width: 1010px;
    }

.expand-row {
    border: 1px solid #004A97;
    margin-bottom: 10px;
}

        /*template spacing */
        .expand-row + p + section, .expand-row + section, .expand-row + p:not(.no-margin) {
            margin-top: 20px !important;
        }

    .cta-template .button {
        margin-top: 20px;
    }




.template-expandrow {
    text-align: center;
    margin: 10px 0 !important;
}
.expand-row .expand-row-header {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #004A97;
}
.template-expandrow .expand-row .expand-row-header {
    font-weight: 800;
}
#footer .expand-row .expand-row-header {
    width: 100%;
    color: #004A97;
    font-size: 16px;
    font-weight: 800;
    padding: 6px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
}
#footer .expand-row {
    border: none;
    border-bottom: 1px solid #aaa;
    margin-bottom: 0px;
}
    .white-section .expand-row .expand-row-header {
        font-size: 18px;
    }

    .expand-row .expand-row-header:hover {
         cursor: pointer;
    }

    .expand-row .expand-row-header .header-content {
        width: 93%;
        float: left;
    }

.expand-row .header-toggle {
    width: 33px;
    height: 33px;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 12px;
    color: #111;
}
#footer .expand-row .header-toggle {
    color: #004A97;
}
        .expand-row .header-toggle::before {
            font-family: "Font Awesome 5 Pro";
            font-weight: 500;
            content: "\f067";
            font-size: 20px;
        }

        .expand-row .header-toggle.down::before {
            font-family: "Font Awesome 5 Pro";
            font-weight: 500;
            content: "\f068";
            font-size: 22px;
        }



    @media(min-width: 768px) {
        .expand-row .header-toggle {
            right: 10px;
        }
    }

    @media(max-width: 768px) and (min-width: 468px) {
        .expand-row .header-toggle {
            top: 10px;
        }
    }



    .white-section .expand-row .header-toggle {
        right: 0;
    }


.expand-row .expand-row-header .name {
    display: inline-block;
    float: left;
    line-height: 37px;
    padding: 0 12px 0;
}



    .white-section .expand-row .expand-row-header .name {
        padding-left: 0;
    }

    .expand-row-info {
        width: 100%;
        display: none;
        position: relative;
        padding: 15px 10px 38px;
    }
.footer-mobile .expand-row-info {
    padding: 0px 0px 15px;
}
.footer-mobile #footer-nav ul {
    padding: 0;
    margin: 0;
}
    @media(min-width: 768px) {
        .expand-row-info {
            width: 93%;
            padding: 15px 22px 38px;
        }
    }

    .white-section .expand-row-info {
        padding-left: 0;
    }

.expand-row-info p {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}




    /* Numbered Pagination */

    .numbered-pagination {
        display: inline-block;
        text-align: center;
        margin: auto;
        width: 100%;
        padding: 50px 0;
    }

        .numbered-pagination a {
            margin-left: 3px;
            margin-right: 3px;
            font-size: 16px;
        }

            .numbered-pagination a:hover,
            .numbered-pagination a.current {
                margin-left: 3px;
                margin-right: 3px;
                color: #004A97;
            }



    /* Bootstrap Modal 
--------------------------------------------------------------------------------------------------*/
    .modal-open {
        overflow: hidden;
    }

        .modal-open .modal {
            overflow-x: hidden;
            overflow-y: auto;
        }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        display: none;
        overflow: hidden;
        outline: 0;
        background: rgba(0, 0, 0, 0.57);
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 1.75rem auto;
        pointer-events: none;
    }

    .modal.fade .modal-dialog {
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        padding: 20px;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    @media(min-width: 768px) {
        .modal.in .modal-dialog {
            padding: 0px 0 60px;
        }
    }

    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
        max-width: 500px;
        border-radius: 14px;
        padding: 40px 70px;
    }

    .modal-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #login-submit {
        display:inline-block;
        width: 100%;
    }

        .modal-header .close {
            padding: 1rem;
            margin: -1rem -1rem -1rem auto;
        }

    .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        font-weight:800 !important;
    }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
    }

    .modal .close {
        color:#111;
        content:'X';
        font-size: 34px;
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 3px;
        right: 33px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .modal-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 2rem;
    }

        .modal-footer > :not(:first-child) {
            margin-left: .25rem;
        }

        .modal-footer > :not(:last-child) {
            margin-right: .25rem;
        }

    .modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll;
    }


    @media(min-width: 768px) {
        .modal-dialog {
            max-width: 80%;
            margin: 60px auto;
            max-width: 600px;
        }

        .modal-sm {
            max-width: 767px;
        }
    }

    /* Responsive */

    @media (min-width: 1200px) {
        .modal.container {
            width: 1170px;
            margin-left: -585px;
        }
    }


    /***************** Cookie *****************/
    #cookie-notification {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #000;
        background: rgba(21, 21, 21, 0.91);
        display: none;
        z-index: 1000;
        padding: 10px 0px;
        color: #FFF;
    }

    @media screen and (max-width: 600px) {
        #cookie-notification {
            padding: 20px 0px;
        }
    }

    #cookie-notification p {
        width: 55%;
        float: left;
        font-size: 14px;
        margin-bottom: 0;
        line-height: 39px;
        text-align: right;
    }

    @media screen and (max-width: 600px) {
        #cookie-notification p {
            text-align: center;
            margin-bottom: 5%;
            display: block;
            clear: both;
            margin-bottom: 15px;
            width: 100%;
        }
    }

    @media screen and (min-width:600px) and (max-width: 768px) {
        #cookie-notification p {
            width: 100%;
            display: block;
            margin-bottom: 15px;
            clear: both;
            float: none;
            text-align: center;
        }
    }

    #cookie-notification p a {
        font-weight: bold;
        color: #fff;
    }

    #cookie-notification .cookie-notification-close {
        float: left;
        cursor: pointer;
        font-size: 11px;
        margin-left: 2%;
        text-align: left;
    }

    @media screen and (max-width: 600px) {
        #cookie-notification .cookie-notification-close {
            text-align: center;
            width: 50%;
            margin: 0 auto;
            float: none;
            display: block;
            clear: both;
        }
    }

    @media screen and (min-width:600px) and (max-width: 768px) {
        #cookie-notification .cookie-notification-close {
            position: relative;
            bottom: 0;
            float: none;
            text-align: center;
            margin: 0 auto;
            display: block;
            width: 25%;
        }
    }




    /*NEW TEMPLATES*/



    /*intro*/

    .intro-template {
        text-align: center;
        padding: 30px 0 40px;
    }

    @media(min-width: 768px) {
        .intro-template {
            padding: 90px 0;
        }
    }

    .intro-template .container {
        padding: 0 85px;
    }

    .intro-template h1 {
        font-weight: 600;
    }

    .intro-template p {
        margin-bottom: 24px;
    }

    .intro-template .button {
        margin-top: 40px;
    }


    /*blog home*/


    .blog-home-template {
        padding: 40px 0;
        text-align: center;
        background-color: #eee;
    }

    @media(min-width: 768px) {
        .blog-home-template {
            padding: 90px 0;
        }
    }

    .blog-home-template h2 {
        font-weight: 600;
        font-size: 2.4em;
    }

    .blog-home-template p {
        margin-bottom: 24px;
    }

    .blog-home-template .button {
        margin-top: 40px;
    }

    .latestblogs-wrap {
        margin-bottom: 45px;
    }


        .latestblogs-wrap .slick-track {
            margin: 0 auto;
        }


    @media(min-width: 767px) {

        .latestblogs-wrap .slick-track {
            margin: 0 auto;
            /*margin-right: -17px;*/
        }
    }


    .blog-home-template .container {
        max-width: 1030px;
    }

    @media(max-width: 768px) {
        .blog-home-template .container {
            padding: 0 !important;
        }
    }

    .latestblogs-item {
        float: left;
        width: 300px;
        margin-left: 10px;
        margin-right: 10px;
    }

    @media(min-width: 769px) {
        .latestblogs-item {
            width: 32%;
            margin-left: 0;
            margin-right: 2%;
            overflow: hidden;
        }

            .latestblogs-item:nth-of-type(3n + 3) {
                margin-right: 0;
            }
    }

    .latestblogs-image {
        height: 268px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .latestblogs-summary {
        padding: 15px 35px;
        font-size: 16px;
        font-weight: 600;
        margin: -30px 15px 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 7px 0 rgba(90,90,90,0.2);
        -moz-box-shadow: 0 0 7px 0 rgba(90,90,90,0.2);
        box-shadow: 0 0 7px 0 rgba(90,90,90,0.2);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        z-index: 9;
    }

    .latestblogs-item:hover .latestblogs-summary {
        color: #888;
        text-decoration: underline;
    }

    .blog-home-template .button {
        padding: 16px 40px;
    }

    .blog-home-template .slick-list {
        max-width: 1020px;
    }


    .blog-home-template .image img {
        height: 268px;
        max-width: unset;
        position: absolute;
        /*left: -100px;*/
    }

    .blog-home-template .image {
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(90,90,90,0.2);
        -moz-box-shadow: 0px 0px 7px 0px rgba(90,90,90,0.2);
        box-shadow: 0px 0px 7px 0px rgba(90,90,90,0.2);
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 268px;
    }

    @media screen and (max-width: 768px) {
        .blog-home-template .image {
            width: 97%;
        }
    }

    .blog-home-template .image:hover img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .little-blog-description {
        padding: 15px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(90,90,90,0.2);
        -moz-box-shadow: 0px 0px 7px 0px rgba(90,90,90,0.2);
        box-shadow: 0px 0px 7px 0px rgba(90,90,90,0.2);
        width: 82%;
        background: #fff;
        margin: 0 auto;
        margin-top: -30px;
        z-index: 9999;
        position: relative;
        min-height: 126px;
    }

        .little-blog-description a:hover {
            color: #EE2E4E !important;
            text-decoration: underline;
        }

    @media only screen and (max-width: 768px) {
        #main .content-section-box.blog-home {
            width: 308px !important;
            margin: 0 !important;
            padding: 0 !important;
        }
    }





    /*services*/
    .services-template {
        text-align: center;
        padding: 30px 0 40px;
        background-color: #444;
    }

    @media(min-width: 768px) {
        .services-template {
            padding: 90px 0;
        }
    }

    .services-template h2 {
        font-weight: 600;
        font-size: 2.4em;
        color: #fff;
    }

    .services-template p {
        position: relative;
        bottom: -83px;
        font-size: 19px;
        font-weight: 600;
    }

    .services-template .container {
        margin: 0 auto;
        /*width: 850px;*/
        height: auto;
        display: inline-block;
    }

    @media only screen and (max-width:767px) {



        .ourservices-item:nth-of-type(1), .ourservices-item:nth-of-type(2), .ourservices-item:nth-of-type(3), .ourservices-item:nth-of-type(4) {
            border-bottom: 1px solid rgba(255,255,255,0.3);
        }

        .ourservices-item:nth-of-type(1), .ourservices-item:nth-of-type(3), .ourservices-item:nth-of-type(5) {
            border-right: 1px solid rgba(255,255,255,0.3);
        }
    }

    @media only screen and (min-width:768px) {
        .ourservices-item:nth-of-type(1), .ourservices-item:nth-of-type(2), .ourservices-item:nth-of-type(3) {
            border-bottom: 1px solid rgba(255,255,255,0.3);
        }

        .ourservices-item:nth-of-type(1), .ourservices-item:nth-of-type(2), .ourservices-item:nth-of-type(4), .ourservices-item:nth-of-type(5) {
            border-right: 1px solid rgba(255,255,255,0.3);
        }
    }

    .ourservices-item {
        width: 50%;
        float: left;
        /*height: 130px;*/
        display: block;
        padding: 36px 30px;
        position: relative;
        /*border: 1px solid rgba(255,255,255,0.3);*/
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    @media only screen and (max-width: 768px) {
        .ourservices-item {
            padding: 36px 20px;
        }

        .ourservices-name {
            font-size: 16px;
        }
    }


    @media only screen and (max-width: 568px) {
        .ourservices-item {
            width: 99%;
            border-right: none !important;
            border-left: none !important;
        }

            .ourservices-item:nth-of-type(5) {
                border-bottom: 1px solid rgba(255,255,255,0.3);
            }
    }

    .ourservices-name {
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        opacity: 0.85;
    }


    .ourservices-icon {
        width: 105px;
        height: 89px;
        display: inline-block;
        /*    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);*/
        background-repeat: no-repeat;
        background-position: center;
        /*    -webkit-transition: all 0.4s;
    transition: all 0.4s;*/
        margin: 20px 0;
        opacity: 0.65;
    }

    .ourservices-item:hover .ourservices-icon {
        opacity: 1;
    }

    .ourservices-item:hover .ourservices-name {
        opacity: 1;
    }


    @media only screen and (min-width:768px) {

        .ourservices-name {
            font-size: 20px;
        }

        .ourservices-item {
            width: 33%;
            height: 250px;
        }
        /*    .ourservices-item:first-of-type:hover .ourservices-icon {
        background-image: url(../../pics/vsi/sales-icon-hover.png) !important;
    }
    .ourservices-item:nth-of-type(2):hover .ourservices-icon {
        background-image: url(../../pics/vsi/chain-icon-hover.png) !important;
    }
    .ourservices-item:nth-of-type(3):hover .ourservices-icon {
        background-image: url(../../pics/vsi/finance-icon-hover.png) !important;
    }
    .ourservices-item:nth-of-type(4):hover .ourservices-icon {
        background-image: url(../../pics/vsi/legal-icon-hover.png) !important;
    }
    .ourservices-item:nth-of-type(5):hover .ourservices-icon {
        background-image: url(../../pics/vsi/office-icon-hover.png) !important;
    }
    .ourservices-item:nth-of-type(6):hover .ourservices-icon {
        background-image: url(../../pics/vsi/resources-icon-hover.png) !important;
    }*/
    }




    /* Testimonials Slider  
--------------------------------------------------------------------------------------------------*/
.testimonials {
    padding: 40px 0;
    position: relative;
    text-align: center;
    background: #004A97;
    display: inline-block;
    width: 100%;
}

    @media(min-width: 768px) {
        .testimonials {
            padding: 90px 0;
        }
    }

    .testimonials .container {
        max-width: 1290px;
    }


    .testimonials h2 {
        font-weight: 600;
        font-size: 2.4em;
        color: #fff;
    }

    .testimonials-item {
        text-align: center;
        background: #fff;
        border-radius: 22px;
        margin: 0 50px;
        padding: 40px;
        box-shadow: 0 2px 54px 0 rgba(0,0,0,0.19);
        position: relative;
    }

        .testimonials-item i {
            font-size: 42px;
            color: #00ADBB;
        }

    body .fa-quote-left::before {
        content: " ";
        width: 56px;
        height: 50px;
        display: block;
        background: url('../../pics/quotes.png') no-repeat;
    }

    .testimonials-item img {
        display: inline-block !important;
    }

    .testimonials-quote {
        font-size: 16px;
        padding: 30px 80px 0 80px;
    }

.testimonials-author {
    font-size: 16px;
    font-weight: 700;
}

    .slick-list {
        margin: 0 auto !important;
    }

    .slick-arrow {
        width: 44px;
        height: 44px;
        font-size: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: center center;
        z-index: 9;
    }

        .slick-arrow:hover {
            cursor: pointer;
        }

    .prev-test, .next-test {
        width: 44px;
        height: 44px;
        font-size: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: center center;
        z-index: 9;
    }

        .slick-prev::before, .prev-test::before {
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            content: "\f104";
            font-size: 36px;
            color: #004A97;
        }

    .slick-prev, .prev-test {
        left: 50px;
    }

    .slick-next, .next-test {
        right: 50px;
    }

        .slick-next::before, .next-test::before {
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            content: "\f105";
            font-size: 36px;
            color: #004A97;
        }

    .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 20px 0 5px 0 !important;
        list-style-type: none;
    }

        .slick-dots li {
            margin: 0 0.25rem;
        }



    /* Instagram feed
--------------------------------------------------------------------------------------------------*/
    .instafeed {
        text-align: center;
        padding: 80px 0 80px;
    }

    @media(max-width: 769px) {
        .instafeed {
            padding: 40px 0 40px;
        }

        .instafeed-content {
            padding: 0 15px;
        }

        .instafeed-item:nth-of-type(3n + 3) {
            margin-right: 0;
        }
    }

    .instafeed-wrap {
        margin-top: 40px;
        overflow: hidden;
    }

    .instafeed-item {
        float: left;
        font-size: 0;
        width: 32.5%;
        overflow: hidden;
        margin-right: 1%;
        margin-bottom: 1%;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    @media(min-width: 769px) {
        .instafeed-item {
            max-height: 193px;
            margin-right: 0.3%;
            margin-bottom: 15px;
            width: 16.4% !important;
        }

            .instafeed-item::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-size: 0;
                background-repeat: no-repeat;
                background-color: transparent;
                background-position: center center;
                background-image: url(../../pics/icon-instagram-hover.png);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

            .instafeed-item:hover::before {
                background-size: 28px;
                background-color: rgba(0,0,0,0.6);
            }

            .instafeed-item:last-child {
                margin-right: 0;
            }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .instafeed-item {
            max-height: 151px;
        }
    }

    .instafeed-icon {
        margin-bottom: 10px;
    }

    .front .instafeed-handle {
        color: #888;
        font-size: 60px;
        display: inline-block;
    }

        .front .instafeed-handle:hover {
            color: #444;
            text-decoration: underline;
        }



    /*Blog outer */

    section.template-header {
        padding: 40px 0 40px 0;
    }

    .template-header h1 {
        color: #444;
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 0 !important;
    }

    .slick-dots button {
        display: block;
        width: 15px;
        height: 15px;
        padding: 0;
        /* border: none; */
        background-color: transparent;
        border: 1px solid #fff;
        text-indent: -9999px;
        cursor: pointer;
        border-radius: 20px;
    }

    .slick-dots li.slick-active button {
        background-color: #fff;
    }


    .blogarticle {
        width: 100%;
        margin-bottom: 25px;
        background-color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    @media(min-width: 768px) {
        .blogarticle {
            width: 48.5%;
            float: left;
            margin-left: 3%;
        }

            .blogarticle:first-of-type {
                width: 100%;
                margin-left: 0;
            }

            .blogarticle:nth-of-type(2n) {
                margin-left: 0;
            }

            .blogarticle:first-of-type .blogarticle-image {
                height: 340px;
                background-repeat: no-repeat;
                background-size: 100% 340px;
            }
    }

    .blogarticle-content {
        padding: 21px 25px 20px 21px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    @media(min-width: 768px) {
        .blogarticle:first-of-type .blogarticle-content {
            min-height: 126px;
            height: auto !important;
            padding-bottom: 11px;
        }
    }

.blogarticle:not(:first-of-type) .blogarticle-image {
    max-height: 147px;
}

.blogarticle-image {
    height: 147px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background: #eee;
    background-size: 100%;
}

    .blogarticle-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .blogarticle-description {
        line-height: 18px;
        font-size: 14px;
        margin-top: 25px;
        color: #666;
    }

    .blogpopular-title {
        font-weight: 600;
    }

    .blogpost h1 {
        font-size: 32px;
        color: #444;
        font-weight: 300;
    }

    /* Blog post page
--------------------------------------------------------------------------------------------------*/
    .blogpost {
        padding: 45px 0;
    }

    @media(min-width: 768px) {
        .blogpost {
            padding: 90px 0;
        }
    }

    .blogpost-contact {
        padding: 20px 0 40px;
    }

        .blogpost-contact .button {
            padding: 16px 30px;
        }

    .blogpost-share {
        margin-top: 20px;
        display: inline-block;
    }

    @media(min-width: 768px) {
        .blogpost-share {
            margin-top: 0;
            margin-left: 44px;
        }
    }

    @media(max-width: 500px) {
        .blogpost-share {
            display: block;
            clear: both;
            margin-top: 40px;
        }

        .blogpost-contact {
            padding: 20px 0 0px;
        }
    }

    .blogpost-share span {
        float: left;
        font-weight: 600;
        padding-top: 8px;
        display: inline-block;
    }

    .blogpost-share a {
        color: #888;
        font-size: 28px;
        margin-left: 6px;
        display: inline-block;
    }

    .blogcategories {
        padding: 40px 0;
        border-top: 1px solid #c7cbd0;
    }

    .blogcategories-item {
        margin-left: 13px;
        display: inline-block;
    }

    .blogcategories-icon {
        width: 47px;
        height: 47px;
        float: left;
        display: inline-block;
        border: 1px solid #888;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .blogcategories-name {
        float: left;
        color: #888;
        font-size: 20px;
        font-weight: 600;
        padding: 11px 0;
        margin-left: 13px;
        width: calc(100% - 60px);
    }

    .blogcategories-item:hover .blogcategories-name {
        color: #444;
    }

    .blogpostby {
        padding: 50px 0 0;
        border-top: 1px solid #c7cbd0;
    }

    .blogpostby-image {
        width: 106px;
        height: 106px;
        float: left;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .blogpostby-content {
        float: left;
        margin-left: 20px;
    }

        .blogpostby-content span {
            display: block;
            font-size: 15px;
            font-weight: 700;
            line-height: 14px;
            margin-bottom: 20px;
        }

    .blogpostby-name {
        color: #888;
        font-size: 20px;
        font-weight: 700;
    }

    .blogpostby-job {
        font-size: 15px;
        font-weight: 600;
    }





    /* Popular blog  
--------------------------------------------------------------------------------------------------*/
    .blogpopular {
        padding: 22px 27px 26px;
        margin-top: 40px;
        background-color: #fff;
    }

    @media(min-width: 768px) {
        .blog-home-sidebar .blogpopular {
            margin-top: 123px;
            margin-bottom: 25px;
        }

        .blogpopular {
            margin-top: 65px;
            margin-bottom: 25px;
        }

        .blogs-popular {
            margin-bottom: 35px;
        }
    }

    .blogpopular-header {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px;
        padding-bottom: 14px;
        border-bottom: 1px solid #979796;
    }

    .blogpopular-item {
        display: block;
        margin-top: 17px;
        overflow: hidden;
    }

    .blogpopular-image {
        width: 93px;
        height: 72px;
        float: left;
        margin-right: 20px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .blogpopular-title {
        width: calc(100% - 113px);
        float: left;
    }



    @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;
            }

                #page.page-left.white-section,
                #page.page-right.white-section {
                    width: 100%;
                }

        .white-section + #sidebar {
            width: 100%;
        }
    }



    .white-section {
        padding: 30px;
        background-color: #fff;
    }

    @media only screen and (max-width:768px) {
        .white-section {
            padding: 18px;
            background-color: #fff;
        }
    }


    /* Project item gallery
--------------------------------------------------------------------------------------------------*/
    .news-gallery {
        overflow: hidden;
    }

        .news-gallery .slider-nav-item {
            float: left;
            font-size: 0;
            text-align: center;
            min-height: 92px;
            max-height: 92px;
            margin: 0 3px;
            border: 1px solid #eee;
            cursor: pointer;
            display: block;
            position: relative;
            height: 0;
        }

            .news-gallery .slider-nav-item img {
                max-height: 101px;
                padding-bottom: 0;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .news-gallery .slider-for-item {
            float: none;
            display: inline-block !important;
            vertical-align: middle;
            font-size: 0;
            max-height: 493px;
            /*margin-top: 50px;*/
            text-align: center;
        }

        .news-gallery .slick-slider {
            display: block;
            position: relative;
            overflow: hidden;
            margin-bottom: 14px;
            border: 1px solid #eee;
        }

    .slider-for-item.slick-slide img {
        max-height: 494px;
    }

    .news-gallery .slider-nav.slick-slider {
        border: none;
    }


    .news-gallery .slider-nav .slick-list {
        padding: 0 23px;
    }



    /*projects / case studies*/


    section.completedProjects {
        padding: 0px;
    }

    #main .content-section.size-3.completedProjects .content-section-box {
        width: 32.6% !important;
        margin: 0 1% 1% 0%;
    }

        #main .content-section.size-3.completedProjects .content-section-box:nth-of-type(3n+3) {
            margin-right: 0;
        }

    #main .content-section.completedProjects .content-section-box {
        position: relative;
    }

    #main .content-section.size-3.completedProjects .content-section-box:nth-last-of-type(1) {
        margin: 0;
    }

    #main .content-section.completedProjects .content-section-box img {
        vertical-align: bottom;
        overflow: hidden;
        margin-bottom: 0;
    }

    #main .content-section.completedProjects .content-section-box .project-info {
        position: absolute;
        bottom: 0;
        background: rgba(0,0,0,0.75);
        width: 100%;
        color: #ffff;
        padding: 15px;
    }

    #main .content-section.completedProjects .content-section-box:hover p {
        text-decoration: underline;
    }

    #main .content-section.completedProjects .content-section-box .project-info p {
        color: #fff;
    }

    #main .content-section.completedProjects .content-section-box .project-info a p {
        color: #fff;
    }

    a.archive {
        text-decoration: underline;
        float: right;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    #main .content-section.completedProjects .content-section-box:hover img {
        opacity: 0.5;
        transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
    }

    @media all and (max-width: 600px) {
        #main .content-section.size-3.completedProjects .content-section-box {
            width: 100% !important;
            margin: 0 0 4% 0 !important;
        }

        #main .content-section.completedProjects .content-section-box img {
            width: 100%;
        }
    }

    @media all and (min-width: 600px) and (max-width: 768px) {
        #main .content-section.size-3.completedProjects .content-section-box {
            width: 32% !important;
            margin: 0 2% 2% 0;
        }
    }


    /* Services 
--------------------------------------------------------------------------------------------------*/
    .service-image {
        font-size: 0;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .service-intro {
        margin-bottom: 20px !important;
    }

    .template-button {
        padding: 45px 0 15px 0;
    }

    /* Services sidebar
--------------------------------------------------------------------------------------------------*/
    .services-sidebar {
        color: #fff;
        padding: 30px 36px;
        margin-bottom: 30px;
        background-color: #444;
    }

    @media(max-width: 767px) {
        .services-sidebar {
            display: none;
        }
    }

    .services-sidebar h5 {
        padding-bottom: 18px;
        margin-bottom: 26px;
        position: relative;
    }

        .services-sidebar h5:after {
            content: '';
            left: -10px;
            right: -10px;
            bottom: 0;
            height: 1px;
            background-color: #b3bbc4;
            position: absolute;
        }

    .services-sidebar a {
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 0 30px 0 0;
        margin-bottom: 29px;
        background: url(../../pics/arrow-service.png) no-repeat right center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .services-sidebar a:last-of-type {
            margin-bottom: 0;
        }

    @media(min-width: 1236px) {
        .services-sidebar a {
            margin-bottom: 30px;
        }
    }

    .services-sidebar a:hover {
        color: #fff;
        padding-left: 10px;
    }


    /* Sidebar grey box
--------------------------------------------------------------------------------------------------*/
    .sidebargrey {
        color: #fff;
        margin-bottom: 30px;
        padding: 36px 36px 39px;
        text-align: center;
        background-color: #444;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    @media(min-width: 992px) {
        .sidebargrey {
            padding: 36px 45px 39px;
        }
    }

    .sidebargrey-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 23px;
    }

    .sidebargrey p {
        font-weight: 600;
    }

    .sidebargrey .button {
        margin-top: 20px;
    }

    @media(max-width: 1140px) {
        .sidebargrey .button {
            padding: 16px;
            width: 100%;
        }
    }

    @media(max-width: 768px) {
        .sidebargrey {
            margin: 30px 0 0px 0;
        }
    }



    .internalProjectSidebar .popular-row .table-title h3 {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
    }

    .internalProjectSidebar .popular-row .table-title p {
        font-family: 'Nunito', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
    }

    .internalProjectSidebar h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: #444;
        font-weight: 700;
        text-align: center;
        margin: 0 0 20px;
    }

    .internalProjectSidebar .popular-row .table-title {
        margin-top: 15px;
        padding-left: 15px;
    }

    .internalProjectSidebar .popular-row .image {
        width: 36%;
        float: left;
        max-height: 82px;
        overflow: hidden;
    }

    .internalProjectSidebar .popular-row .table-title {
        width: 63%;
        float: left;
        line-height: 17px;
        font-weight: 100;
    }

    .internalProjectSidebar .blogs-popular .popular-row:not(:last-of-type) {
        margin-bottom: 10px;
    }


    @media all and (max-width: 768px) {
        .internalProjectSidebar {
            /*margin-top:30px !important;*/
        }

            .internalProjectSidebar .popular-row .image {
                max-height: inherit;
            }
    }



    /* Services Mobile
--------------------------------------------------------------------------------------------------*/
    .services-mobile {
        color: #fff;
        padding: 0 15px;
        margin-bottom: 30px;
        background-color: #888;
    }

    @media(min-width: 768px) {
        .services-mobile {
            display: none;
        }
    }

    .services-mobile .expand-row {
        border-bottom: 0;
    }

        .services-mobile .expand-row .expand-row-header {
            color: #fff;
        }

        .services-mobile .expand-row .header-toggle {
            top: 10px;
            border: 0;
        }

    .services-mobile .expand-row-info {
        padding: 15px 10px 17px;
        border-top: 1px solid #b3bbc4;
    }

        .services-mobile .expand-row-info a {
            color: #fff;
            display: block;
            font-weight: 700;
            margin-bottom: 27px;
            background: url(../../pics/arrow-right.png) no-repeat right center;
        }

            .services-mobile .expand-row-info a:last-of-type {
                margin-bottom: 0;
            }


    .newsletter-wrap .validation-error {
        right: 60px;
        top: 4px;
    }

.header .top-nav ul li.menu-login a, .mobile-contact a {
    line-height: 40px;
}

    @media only screen and (max-width:768px) {
        .newsletter-wrap .validation-error {
            right: 60px;
            top: 0px;
        }
    }


    .blogpost-contact a.button {
        margin-right: 12px;
    }

        .blogpost-contact a.button:hover {
            background: #fff;
            color: #EE2E4E;
        }

    .home #main .content-section.template-expandrow {
        margin: 40px 0;
    }


    #blog-top-section {
        margin-bottom: 20px;
    }

    p.blog-meta, p.blog-meta a {
        color: #888;
    }

    .full-width {
        position: relative;
    }


    .header .top-nav ul li.menu-account {
        position: absolute;
        right: 0;
    }

    .header .top-nav ul li.menu-login {
        line-height: 40px;
        position: absolute;
        right: 0;
        width: 141px;
        padding: 0;
        font-weight: 700;
        background: #00ADBB;
        border: 1px solid #00ADBB;
    }

        .header .top-nav ul li.menu-login:hover {
            background: #004A97;
            border: 1px solid #004A97;
        }
        .nothome .header .top-nav ul li.menu-login:hover {
            background: transparent;
            border: 1px solid #00ADBB;
        }
        .header .top-nav ul li.menu-login a, .mobile-contact a {
            font-weight: 700;
            font-size: 14px;
            color: #fff !important;
        }

    .mobile-contact li {
        list-style-type: none;
    }

    .fixed {
        position: fixed;
    }





    body .chosen-container-single .chosen-single {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 7px 0 0 10px;
        height: 40px;
        border: 1px solid #BBBBBB;
        border-radius: 2px;
        background-color: #fff;
        color: #aaa;
        text-decoration: none;
        white-space: nowrap;
        line-height: 24px;
    }

    body .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 13px 14px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
        font-weight: 600;
    }

    body .chosen-container ul.chosen-results li.highlighted {
        background-color: #00ADBB;
        background-image: none;
    }

    body .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('../../pics/drop-arrow.png') no-repeat 0px 12px;
        background-size: 15px;
    }

    body .chosen-container-single .chosen-single div {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 100%;
    }

    body .chosen-container-active.chosen-with-drop .chosen-single {
        border: 1px solid #aaa;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        background-image: none;
        box-shadow: none;
    }

    body .chosen-container {
        font-size: 14px;
        width: 100% !important;
    }
body .select-payment .chosen-container {
    font-size: 14px;
    width: 55% !important;
    float: left;
}

.callout-button p {
    font-size:16px;
    font-weight:400;
    color: #fff;
    margin-bottom:25px;
}
.callout-button .callout-box {
    padding: 50px 125px;
}
.callout-button a.button {
    text-decoration: none;    
}
    .callout-button a.button:hover {
        background: #004A97;
        border:1px solid #004A97;
    }
.inner-about-template {
    text-align: center;
    padding: 60px 0 20px 0;
    max-width: 1020px;
    margin: auto auto;
    position: relative;
}
.inner-about-template h1 {
    color: #2B5EB1;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}
.inner-about-template h3 {
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}
.front section h1, .front section h2 {
    color: #2B5EB1;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}
.inner-about-template p {
    text-align: left;
}


    .front section.main-home h1::before {
        content: '';
        display: block;
        width: 96px;
        height: 29px;
        background: url('../../pics/water_2.png') no-repeat;
        background-size: contain;
        margin-bottom: 10px;
    }

    section.main-home {
        padding: 200px 0 40px 0;
        width: 100%;
        display: inline-block;
        background: #80ddff;
    }

        section.main-home .container {
            display: flex;
            display: -ms-flexbox;
            display: -webkit-flex;
            align-items: center;
            justify-content: flex-end;
            margin-bottom: 100px;
        }

    .shadow-img-box {
        position: absolute;
        z-index: 9;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .shadow-text-box {
        float: right;
        width: 70%;
        background: #fff;
        border-radius: 22px;
        box-shadow: 0 2px 54px 0 rgba(0,0,0,0.19);
        padding: 40px 60px 40px 205px;
        position: relative;
    }

        .shadow-text-box::before {
            content: '';
            display: block;
            width: 301px;
            height: 146px;
            background: url('../../pics/splash_1.png') no-repeat;
            background-size: contain;
            margin-bottom: 10px;
            position: absolute;
            right: 0;
            top: -144px;
        }









    section.classes-home {
        width: 100%;
        display: inline-block;
        background: #80ddff;
    }

    .classes-container {
        max-width: 1240px;
        margin: auto auto;
        position: relative;
    }

    .classes {
        padding: 40px 0;
        text-align: center;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
    }

    .classes-wrapper {
        display: inline-block;
        width: 85%;
    }

    .front section .classes h1::before, .front section .classes h2::before {
        display: none;
    }

    .front section .classes h1, .front section .classes h2 {
        color: #fff;
        margin-bottom: 30px;
    }

    .class-box {
        width: calc(100% /4);
        float: left;
        position: relative;
        text-align: left;
    }

        .class-box img {
            box-shadow: 0 2px 54px 0 rgba(0,0,0,0.19);
            width: 100%;
        }
        .home .class-box img {
            width: 100%;
        }
        .class-box .class-text {
            background: #fff;
            display: inline-block;
            width: 95%;
            position: relative;
            bottom: 50px;
            border-radius: 0 0 24px 4px;
            padding: 40px 5px 10px 5px;
            min-height: 150px;
            text-align: center;
        }

            .class-box .class-text p {
                font-weight: 800;
                font-size: 18px;
                line-height: 20px;
            }

            .class-box .class-text:hover {
                background: #004A97;
            }

                .class-box .class-text:hover p {
                    color: #fff;
                }

            .class-box .class-text p::before {
                content: '';
                display: block;
                width: 80px;
                height: 24px;
                background: url('../../pics/water_2.png') no-repeat;
                background-size: contain;
                margin: 0 auto;
                margin-bottom: 15px;
            }

            .class-box .class-text p::after {
                content: '';
                display: block;
                width: 63%;
                height: 9px;
                background: url('../../pics/arrow_1.png') no-repeat;
                background-size: contain;
                margin-top: 25px;
                position: absolute;
                left: 50px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                background-position: left;
            }

            .class-box .class-text:hover p::after {
                background: url('../../pics/arrow_2.png') no-repeat;
                background-position: right;
            }




section.team {
    width: 100%;
    display: inline-block;
    background: #004A97 url('../../pics/splash_1.png') no-repeat;
    background-position: 8% 101%;
    padding-bottom: 80px;
    position: relative;
    margin-top: 50px;
}
    section.team::before {
        content: "";
        position: absolute;
        background: transparent url('../../pics/splash_2.png') no-repeat;
        background-position: 0% 0%;
        height: 146px;
        width: 301px;
        right: 90px;
        top: -140px;
    }
    section.team .class-box .class-text p::before {
display:none;
    }

    section.team .class-box .class-text p::after {
        display: none;
    }

    section.team .class-box .class-text:hover {
        background: #fff;
    }
    section.team .class-box .class-text:hover p {
        color: #444;
    }
        section.team .class-box .class-text p {
            font-weight: 500;
            font-size:14px;
        }
.front section.team .class-box .class-text h3 {
    color: #2B2B2B;
    font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 7px;
}
section.team .class-box .class-text {
    min-height: 140px;
}





    section.locations-home {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 60px 0 50px 0;
        background: #80ddff url('../../pics/splash_2.png') no-repeat;
        background-position: 90% 101%;
    }

.front section.locations-home h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 38px;
}

    .locations-box {
        width: calc(100% /2 - 25px);
        float: left;
        position: relative;
        text-align: left;
    }

        .locations-box:first-of-type {
            margin-right: 25px;
        }

        .locations-box img {
            border-radius: 22px;
        }

        .locations-box .locations-text {
            background: #fff;
            display: inline-block;
            width: 92%;
            position: relative;
            bottom: 200px;
            border-radius: 0 0 24px 4px;
            padding: 25px 40px 50px 40px;
            min-height: 150px;
        }

            .locations-box .locations-text p:last-of-type::after {
                content: '';
                display: block;
                width: 5%;
                height: 9px;
                background: url('../../pics/arrow_1.png') no-repeat;
                background-size: contain;
                margin-top: 25px;
                position: absolute;
                right: 50px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                background-position: left;
            }

        .locations-box h3 {
            font-size: 24px;
            text-align: center;
            font-weight: 800;
            color: #2b2b2b;
        }
        .locations-box p {
            font-size: 18px;
        }

        .locations-box .locations-text:hover p:last-of-type::after {
            background: url('../../pics/arrow_2.png') no-repeat;
        }

        .locations-box .locations-text:hover {
            background: #004A97;
        }

            .locations-box .locations-text:hover p, .locations-box .locations-text:hover h3 {
                color: #fff;
            }











    section.featured-box {
        width: 100%;
        display: flex;
        padding: 0;
        flex-wrap: wrap;
    }

    .box-image-left {
        width: 45%;
        display: flex;
        flex-grow: 1;
        flex-basis: 1;
        max-width: 100%;
    }

        .box-image-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .box-text-right {
        width: 55%;
        display: inline-block;
        flex-grow: 1;
        max-width: 100%;
        position: relative;
    }

    .white-bg .box-text-right {
        background: url('../../pics/splash_2.png') no-repeat;
        background-position: 100% 101%;
    }

    .white-bg.grey .box-text-right {
        background: #FBFBFB url('../../pics/splash_2.png') no-repeat;
        background-position: 100% 101%;
    }
.white-bg.grey.no-splash .box-text-right {
    background-image: none;
    background-position: 100% 101%;
}
    .blue-bg .box-text-right {
        background: #004A97 url('../../pics/splash_1.png') no-repeat;
        background-position: 100% 101%;
    }

    .box-text-container {
        margin: 0 80px;
        width: 56%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.box-text-container a.button:not(.find-out){
    padding: 11px 50px;
}
    .box-text-right p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }

section.featured-box h1, body .shadow-text-box h1 {
    line-height: 45px;
    margin-bottom: 40px;
    color: #2b2b2b;
    font-size: 38px;
}

         section.featured-box h1::before {
            content: '';
            display: block;
            width: 119px;
            height: 40px;
            background: url('../../pics/water_1.png') no-repeat;
            background-size: contain;
            margin-bottom: 25px;
        }

     section.featured-box.blue-bg h1::before {
        background: url('../../pics/water_2.png') no-repeat;
    }

     section.featured-box.blue-bg h1,  section.featured-box.blue-bg p {
        color: #fff;
    }

.button.find-out, .button.find-out:hover {
    font-weight: 700;
    color: #00ADBB;
    background: transparent;
    border: none;
    padding: 10px 20px 10px 0;
    font-size: 16px;
}

    .white-bg .button.find-out:hover {
        color: #004A97;
    }

.blue-bg .button:not(.find-out) {
    background: #00ADBB;
    border: 1px solid #00ADBB;
}

    .button.find-out::after {
        font-family: 'Font Awesome 5 Pro';
        margin-right: 5px;
        margin-left: 18px;
        content: "\f054";
        font-weight: 600;
        font-size: 13px;
    }


.promotions a.button {
    background: #00ADBB;
}




    .search-intro {
        display: inline-block;
        width: 77%;
    }

.product-list {
    display: inline-block;
    width: 77%;
    margin-top: 0px;
}
.product-list.players {
    display: inline-block;
    width: 100%;
}
    .product-list > h3 {
        text-align: left;
        font-size: 28px;
    }
    .product-item {
        background: #fff;
        margin: 10px 0 20px 0;
        display: flex;
        width: 100%;
        max-height: 286px;
        border: 1px solid #BBBBBB;
        border-radius: 4px;
        overflow: hidden;
    }

.product-image {
    float: left;
    width: 24%;
    position: relative;
    overflow: hidden;
}
.product-image img {
    float: left;
    height: 100%;
    object-fit: cover;
}
    .product-details {
        width: 45%;
        float: left;
        padding: 30px 20px;
        position: relative;
        z-index: 1;
        font-size: 14px;
    }

        .product-details h3 {
            color: black;
        }

        .product-details p {
            font-size: 14px;
            line-height: 19px;
        }

    .product-button {
        width: 31%;
        float: left;
        text-align: right;
        position: relative;
        padding-right: 20px;
    }

        .product-button p.price {
            font-size: 24px;
            margin-bottom: 15px;
            font-weight: 800;
            color: #004A97;
        }

        .product-button span {
            background: #00ADBB;
            color: #fff;
            font-weight: 700;
            font-size: 12px;
            padding: 7px 15px 7px 30px;
            display: inline-block;
        }

            .product-button span::before {
                font-size: 20px;
                content: "\25cf";
                position: absolute;
                width: 25px;
                height: 25px;
                left: 0px;
                top: 0px;
            }

    .book-cta {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .button-cancel {
        font-size: 16px;
        color: #000;
        padding-right: 25px;
        cursor: pointer;
    }

    .date-change-disabled {
        color: #bbbbbb;
        background: rgba(255, 255, 255, 0.4);
        float: right;
    }

.date-selector {
    font-weight: 800;
    float: right;
    color: #004A97;
}






    section ul li {
        text-align:left;
    }

.inner-video-template, .inner-map-template {
    text-align: center;
    max-width: 1060px;
    margin: 20px auto;
    position: relative;
    width: 100%;
    display: flex;
    padding: 0 20px;
    margin-bottom: 60px;
}
.vid {
    float: left;
    width:50%;
}
.inner-map-template vid{
    max-height: 368px;
}
    .vid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-text h3 {
    color:#fff;
    font-size: 28px !important;
}
.video-text {
    text-align: left;
    color: #fff;
    float: left;
    width: 50%;
    background: #00AEEF;
    border-radius: 0 21px 21px 0;
    padding: 60px 40px;
}
.inner-map-template .video-text {
    background: #004A97;
    padding: 40px 50px;
}
.inner-map-template .video-text p {
    font-size:22px;
    line-height: 34px;
}
.vid iframe {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 50%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

.vid .mce-preview-object {
    position: inherit;
}



.callout-template {
    text-align: center;
    max-width: 1060px;
    margin: 50px auto;
    position: relative;
    width: 100%;
    display: flex;
    padding: 0 20px;
    margin-bottom: 60px;
}
.callout-box {
    display: inline-block;
    width: 100%;
    background: #00ADBB;
    border-radius: 21px;
    padding: 50px;
}
.callout-box h3 {
    color:#fff;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 40px;
}
.callout-box a{
    color: #fff;
    text-decoration: underline;
}
    .callout-box a:hover {
        color: #fff;
        text-decoration: none;
    }




#booking-summary {
    text-align: center;
}


.checkout-container {
    max-width: 1060px;
    margin: 0 auto;
}



.findout-template {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
}
.mceContentBody .findout-template {
    display: inline-block;
    width: 100%;
}
.front section.findout-template h1 {
    margin-bottom: 30px;
}
.link-boxes {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 40px 0;
}
.link-boxes p:nth-last-of-type(1) {
    margin-bottom: 0;
}
.link-boxes .col-1 {
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	overflow: hidden;
	height: 520px;
	position: relative;
}
.link-boxes .col-2 {
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	overflow: hidden;
}
.link-boxes .col-2 .row-1, .link-boxes .col-2 .row-2 {
	position: relative;
	height: 257px;
	max-width: 488px;
	margin-left: 7px;
}
.link-boxes .col-2 .row-1 {
    margin-bottom: 6px;
}
.link-boxes .col-1 img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 540px;
	height: 520px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	max-width: none;
}
.link-boxes .col-2 img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 488px;
	height: 257px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	max-width: none;
}
.link-boxes a.link-bottom {
	float: left;
	width: 100%;
	padding: 30px;
	color: #FFF;
	font-size: 24px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
    font-weight:800;
    text-align: center;
}


    .link-boxes .col-2 .row-1 a.link-bottom {
        background: rgba(0,174,239,0.86) url('../../pics/arrow_2.png') no-repeat;
        background-size: 33px 12px;
        background-position: 90% 50%;
    }
.link-boxes .col-2 .row-2 a.link-bottom {
    background: rgba(0,174,239,0.86) url('../../pics/arrow_2.png') no-repeat;
    background-size: 33px 12px;
    background-position: 90% 50%;
}
.link-boxes .col-1 a.link-bottom {
    background: rgba(0,174,239,0.86) url('../../pics/arrow_2.png') no-repeat;
    background-size: 33px 12px;
    background-position: 90% 50%;
    padding: 50px;
}

    .link-boxes .col-2 .row-1:hover a.link-bottom {
        background: rgba(0,74,151,0.86) url('../../pics/arrow_2.png') no-repeat;
        background-size: 33px 12px;
        background-position: 90% 50%;
    }
    .link-boxes .col-2 .row-2:hover a.link-bottom {
        background: rgba(0,74,151,0.86) url('../../pics/arrow_2.png') no-repeat;
        background-size: 33px 12px;
        background-position: 90% 50%;
    }

    .link-boxes .col-1:hover a.link-bottom {
        background: rgba(0,74,151,0.86) url('../../pics/arrow_2.png') no-repeat;
        background-size: 33px 12px;
        background-position: 90% 50%;
    }
    .my-account-header .button {
        width: calc(100% /3 - 3px);
        border-radius: 0;
        font-size: 16px;
        font-weight: 800;
        padding: 13px;
        border: 0;
    }
.my-account-header .button:hover {
    border: 0;
}

.my-account-header span.button {
    background: #00ADBB;
}
.my-account-header {
    border: 1px solid #C3C3C3;
    border-bottom: 0;
    border-top: 0;
    display: inline-block;
    width: 100%;
}
.my-account-body {
    border: 1px solid #C3C3C3;
    display: inline-block;
    width: 100%;
    padding: 30px;
    text-align: left;
    margin-bottom: 80px;
}

body .my-account-body  .chosen-container {
    width: 50% !important;
}

.almost-complete {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
    .almost-complete .product-list .product-row .product-row-header {
        width: 100%;
        background: #fff;
        color: #004A97;
        font-size: 20px;
        font-weight: 800;
        text-transform: uppercase;
        border: 1px solid #C3C3C3;
    }
    .almost-complete .product-list .product-row {
        border-bottom:0;
        text-align: left;
    }

    .almost-complete .product-list .product-row-info {
        border: 1px solid #C3C3C3;
        border-top: 0;
    }
    .almost-complete .product-list .header-toggle {
        width: 5%;
        display: block;
        float: right;
        font-size: 22px;
        background: #fff;
        text-align: center;
    }
    .almost-complete .fa-angle-up::before {
        color: #111;
        line-height: 2;
    }
    .almost-complete .fa-angle-down::before {
        color: #111;
    }
.almost-complete span .fa-angle-down {
    top: 13px;
    position: relative;
}
.almost-complete .product-list .product-row .product-row-header .header-content {
    width: 97%;
    float: left;
    padding: 15px 0 0 20px;
}
strong {
    font-weight:700;
}
.box-info {
    float:left;
    width: 65%;
}
.box-button {
    width: 35%;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
} 
.product-list .my-booking-row .product-row-header {
    width: 100%;
    background: #00AEEF;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.fa-exclamation-triangle::before {
    content: "\f071";
    margin-right: 5px;
}
.front .header-content h3 {
    font-size: 20px;
    margin-bottom: 11px;
    text-align: left;
}
.product-list .my-booking-row .product-row-info {
    border-top:0;
}
.front .product-list .my-booking-row table tr th {
    background: #00AEEF;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    padding: 25px 10px;
    line-height: 0;
}
.product-list .my-booking-row table.player-info {
    border: 1px solid #00AEEF;
}

[data-label="Name"] {
    font-weight: 700 !important;
}
.header-toggle {
    cursor: pointer;
}

.lesson-list {
    margin-bottom: 30px;
}
.my-account-body .lesson-list {
    margin-bottom: 0px;
}
h3.h3summary {
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
h3.h3summary + hr {
    margin: 5px 0;
}
.popup-inner.lesson-popup h1 {
    margin-bottom: 25px;
    color: #004A97;
}
.booking-total {
    float: right;
    font-weight: 800;
    color: #004A97;
    font-size: 32px;
    text-align: right;
}
.booking-total span {
    font-size: 16px;
}

.contact-left {
    width: 40%;
    float: left;
    margin-right: 8%;
    margin-top:40px;
    text-align:left;
}
.contact-right {
    width: 40%;
    float: right;
    margin-top: 40px;
    text-align: left;
}
.front .contact-left h3, .front .contact-right h3 {
    color: #2B5EB1;
    font-size: 20px;
    font-weight: 900;
    line-height: 32px;
}

.contact-top {
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 15px;
}

.maps-email {
    margin-bottom: 0px !important;
} 
.map-item, .map-details {
    display: inline-block;
    width: 100%;
    clear: both;
}
.map-details {
    background: #004A97;
    color: #fff;
    border-radius: 0 0 21px 21px;
    padding: 25px;
    text-align: center;
    margin-bottom:20px;
}
    .map-details h4 {
        font-size: 20px;
        font-weight:800;
        margin-bottom:3px;
    }
.maps-telephone .tel-header, .maps-email .email-header {
    font-size: 20px;
}
.maps-telephone, .maps-email {
    margin-bottom:20px;
}
.maps-telephone a, .maps-email a {
    color: #2B5EB1;
}

.footer-mobile {
    display: none;
}

.footer-desktop {
    display: block;
}
.check-contain {
    display: block;
    position: relative;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .check-contain label {
        line-height: 1.2;
        color: #1D1D1D;
    }
    .check-contain label {
        display: inline-block;
        float: left;
        padding: 0;
        font-size: 16px;
        position: relative;
        font-weight: 400;
    }
.checkmark {
    position: absolute;
    top: 3px;
    left: 2px;
    height: 22px;
    width: 22px;
    background-color: #f9f9f9;
    border: 2px solid #1D1D1D;
}
.check-contain input:checked ~ .checkmark::after {
    display: block;
}
.check-contain input:checked ~ .checkmark {
    background-color: #1d1d1d;
}
.check-contain .checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.pass-reset {
    padding: 40px 10px;
}

.confirm-details table {
    border: 1px solid #008ECE;
}

.login-buttons {
    float:right;
}

#ui-datepicker-div {
    display:none !important;
}
.no-results {
    margin-bottom:40px !important;
}

@media only screen and (min-width:400px) and (max-width:1200px) {

    .blue-bg .box-text-right, .white-bg.grey .box-text-right, .white-bg .box-text-right {
        background-image: none;
    }
}

    @media only screen and (max-width:1200px) {

        .locations-box .locations-text {
            bottom: 120px;
        }

        .search-intro {
            width: 100%;
        }

        .product-list {
            width: 100%;
        }

        .testimonials-quote {
            padding: 30px 25px 0 25px;
        }

        .slick-next, .next-test {
            right: 10px;
        }

        .slick-prev, .prev-test {
            left: 10px;
        }

        .box-text-container {
            margin: 0 40px;
            width: 85%;
            padding: 20px 0px;
        }

        .classes-wrapper {
            width: 97%;
        }

        section.main-home {
            padding: 110px 0 0px 0;
        }

        .shadow-text-box::before {
            width: 251px;
            height: 96px;
            background-size: contain;
            top: -94px;
        }

        .shadow-img-box {
            width: 40%;
        }

        .shadow-text-box {
            float: right;
            width: 70%;
            background: #fff;
            border-radius: 22px;
            box-shadow: 0 2px 54px 0 rgba(0,0,0,0.19);
            padding: 40px 60px 40px 125px;
            position: relative;
        }
    }

    @media only screen and (max-width:1110px) {

        section.featured-box h1, body .shadow-text-box h1 {
            line-height: 33px;
            margin-bottom: 20px;
            color: #2b2b2b;
            font-size: 34px;
        }

        .box-text-right p {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 30px;
        }

        .link-boxes .col-1 {
            -webkit-flex: 45%;
            -ms-flex: 45%;
            flex: 45%;
            overflow: hidden;
            height: 520px;
            position: relative;
            max-width: 540px;
            margin-right: 1%;
        }

        .link-boxes .col-2 .row-1, .link-boxes .col-2 .row-2 {
            margin-left: 0;
        }
    }

    @media only screen and (max-width:768px) {

        section.team {
            margin-top: 10px;
        }

        section.team::before {
            display:none;
        }
        .box-text-container {
            top: auto;
            transform: none;
        }
        .locations-box .locations-text {
            bottom: 20px;
        }
        .inner-about-template {
            padding: 40px 20px 20px 20px;
        }

        .nothome .booker-contain + p {
            width: 100%;
        }

        table.player-info {
            padding: 10px 15px !important;
        }

        .inner-video-template {
            text-align: center;
            max-width: 1080px;
            margin: 80px auto;
            position: relative;
            width: 100%;
            display: inline-block;
            padding: 0 20px;
        }

        .video-insert {
            position: relative;
            left: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 300px;
            width: auto;
            height: auto;
            z-index: -100;
            background-size: cover;
            overflow: hidden;
        }

        .vid {
            float: left;
            width: 100%;
        }

        .video-text {
            text-align: left;
            color: #fff;
            float: left;
            width: 100%;
            background: #00AEEF;
            border-radius: 21px;
            padding: 30px 20px;
        }

        .book-info {
            padding-bottom: 20px;
        }

            .book-info p {
                font-size: 16px;
                margin-bottom: 5px;
            }

        .popup-background .popup-inner {
            padding: 20px;
        }

            .popup-background .popup-inner .popup-close {
                font-size: 28px;
            }

        .nothome .booker-search {
            padding: 15px 0px 0px 0px;
        }

        .product-item:nth-of-type(2n) {
            margin-right: 0;
        }

        .product-item {
            margin: 0px 15px 15px 0;
            display: inline-block;
            width: 48%;
            float: left;
            position: relative;
            max-height: none;
        }

        .traffic-light {
            position: absolute;
            right: 0;
            top: 0;
        }

        .product-image {
            display: none;
        }

        .product-details {
            width: 100%;
            float: left;
            padding: 50px 20px 0 20px;
            position: relative;
            z-index: 1;
        }

        .product-button {
            width: 100%;
            float: left;
            text-align: left;
            padding: 0 20px 20px 20px;
            position: initial;
        }

            .product-button span::before {
                left: 10px;
            }

        .book-cta {
            position: relative;
            top: auto;
            transform: none;
        }

            .book-cta .button {
                width: 100%;
            }

        .product-details p {
            line-height: 14px;
        }

        .copyright-right {
            width: 100%;
            float: left;
            text-align: left;
        }

        .copyright-left {
            width: 100%;
            float: left;
        }


        .locations-box .locations-text {
            width: 100%;
            padding: 25px 20px 50px 20px;
        }

        .testimonials-item {
            margin: 0 10px;
            box-shadow: none;
        }

        .box-text-container {
            margin: 0 20px;
            position: relative;
            padding: 10px 0px;
        }

        .box-image-left {
            width: 35%;
        }

        .box-text-right {
            width: 65%;
            padding: 20px 0;
        }

        .booker-search {
            padding: 35px 20px 50px 20px;
        }

        .box-text-right p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 20px;
        }

        .front section.featured-box h1 {
            line-height: 28px;
            margin-bottom: 20px;
            font-size: 28px;
        }

        .class-box {
            width: calc(100% /2);
            float: left;
            position: relative;
        }

        .shadow-img-box {
            width: 0%;
            display: none;
        }

        .shadow-text-box {
            float: right;
            width: 100%;
            padding: 25px;
        }

        .blogs-popular {
            margin-top: 40px;
        }
    }

    @media only screen and (max-width:620px) {
        #main .content-section.template-7 .copy-right {
            width: 100%;
            float: right;
        }
        #main .content-section.template-7 .copy-left {
            width: 100%;
            float: left;
        }
        .link-boxes .col-2 img {
            width: 100%;
            height: auto;
        }

        .front section.locations-home h1 {
            font-size: 28px;
        }
        .booker-payment-details {
            margin: 0 0px 70px 0px;
        }

        .home .search-panel .button-search {
            bottom: 1px;
            right: auto;
        }

        .locations-box .locations-text {
            bottom: 30px;
        }

        .label-remember-me {
            width: 83% !important;
        }

        .modal-content {
            width: 92%;
            padding: 20px;
        }

        .almost-complete {
            margin-top: 0px;
        }

        .product-list .product-row-info {
            padding: 15px;
        }

        .product-list .product-row .product-name {
            padding: 20px 10px 0;
        }
        .product-list.edit-child .product-row .product-name {
            padding: 10px 18px 0;
        }
        .my-account-body {
            padding: 15px;
        }

        .my-account-header .button {
            width: 100%;
            font-size: 14px;
            padding: 10px;
        }

        .prev-test, .next-test {
            top: 99%;
            -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
        }

        .footer-mobile {
            display: block;
        }

        .footer-desktop {
            display: none;
        }

        .class-box img {
            box-shadow: 0 2px 54px 0 rgba(0,0,0,0.19);
            width: 100%;
        }

        .class-box .class-text p::after {
            background-position: right;
        }

        .classes-wrapper {
            width: 90%;
        }

        section.main-home .container {
            margin-bottom: 0px;
        }

        section.featured-box h1, body .shadow-text-box h1 {
            line-height: 32px;
            margin-bottom: 20px;
            color: #2b2b2b;
            font-size: 24px;
        }

        .nothome #main .gradient-img {
            background-position: right center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 280px;
        }

        .nothome .text h3, .nothome .text h1 {
            color: #fff;
            font-size: 48px;
            font-weight: 900;
            line-height: 52px;
        }

        .contact-left {
            width: 100%;
            margin-right: 0%;
            margin-top: 0px;
        }

        .contact-right {
            width: 100%;
            margin-top: 40px;
        }

        .link-boxes .col-1 {
            -webkit-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
            overflow: hidden;
            height: 520px;
            position: relative;
            max-width: none;
            margin-bottom: 7px;
            margin-right: 0;
        }

        .link-boxes .col-2 {
            -webkit-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
            overflow: hidden;
        }

            .link-boxes .col-2 .row-1, .link-boxes .col-2 .row-2 {
                max-width: none;
                margin-left: 0px;
            }

        .callout-box {
            padding: 30px;
        }

        .product-item {
            margin: 0px 0 15px 0;
            width: 100%;
        }

        .locations-box {
            width: calc(100% /1);
        }

            .locations-box:first-of-type {
                margin-right: 0px;
            }

        .slick-next, .next-test {
            display: none;
        }

        .slick-prev, .prev-test {
            display: none;
        }

        .testimonials-quote {
            padding: 20px 0px 0 0px;
        }

        .box-image-left {
            display: none;
        }

        .box-text-right {
            width: 100%;
        }

        .booker-search h1 {
            color: #2B5EB1;
            font-weight: 800;
            font-size: 20px !important;
            text-align: left;
            line-height: 25px;
        }

        .booker-search .search-panel .filter-box {
            width: 100%;
            padding: 0;
            float: left;
            margin: 0 0 15px 0;
        }

        .home .booker-contain {
            margin-top: -15px;
        }

        .home .booker-search {
            padding: 30px 10px;
            width: 100%;
        }

        .stick .header-logo {
            background-image: url(../../pics/logo-white.png);
        }

        .stick #header .header-mobile-menu::before {
            background: #fff;
            box-shadow: 0 0.60em 0 0 #fff, 0 1.2em 0 0 #fff;
        }

        #main.home .gradient-img {
            background-position: right center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 250px;
        }

        #main.home .flexslide-wrapper {
            height: 200px;
        }

        .text {
            position: relative;
            width: 99%;
        }

        .home .top-header {
            border-color: transparent;
            background: #004A97;
        }

        #main.home.front {
            padding-top: 85px;
        }

        #main.home .slides-content h3 {
            font-size: 28px;
            line-height: 31px;
            float: none;
            text-align: left;
            color: #fff;
            font-weight: 800;
            margin-bottom: 10px;
        }

        #main .slides-content {
            top: 34%;
            -webkit-transform: translateY(-46%);
            -moz-transform: translateY(-46%);
            transform: translateY(-46%);
        }

        #main .slides-content-hook, #main .slides-content-body {
            margin: 0;
            display: block;
            font-size: 18px;
            font-weight: 100;
            line-height: 27px;
        }
    }

    @media screen and (max-width:600px) {
    .product-list .product-row .product-row-header .header-content {
        width: 90% !important;
    }
        .product-list.edit-child .product-row .product-row-header .header-content {
            width: 100% !important;
        }
    .box-info {
        float: left;
        width: 100%;
    }

    .box-button {
        width: 90%;
        text-align: right;
        position: relative;
        transform: none;
    }
}

    @media only screen and (max-width:1050px) {

        .search-panel .filters {
            width: 100%;
            float: left;
        }
        .home .booker-search {
            padding: 30px 10px;
            width: 100%;
        }
        .search-panel .button-search {
            width: 90%;
            margin: 14px 5% 0 5%;
            position: relative;
        }
        .booker-search .search-panel .filter-box {
            width: 90%;
            margin: 0 5% 0 5%;
        }
        .home .search-panel .button-search {
            bottom: 1px;
            right: auto;
            width: 80%;
            margin: 14px 10% 0 10%;
        }
    }



@media only screen and (max-width:450px) {

    .class-box {
        width: calc(100% /1);
        float: left;
        position: relative;
    }
}


    @media only screen and (max-width:400px) {

        .white-bg.grey .box-text-right, .white-bg .box-text-right {
            background-size: 50%;
            background-position: 90% 101%;
            padding-bottom: 120px;
        }
        .blue-bg .box-text-right {
            background-size: 50%;
            background-position: 10% 101%;
            padding-bottom: 120px;
        }
        .box-text-container a.button:last-of-type {
            width: 100%;
            margin-top: 20px;
        }

    }