﻿/*--------------------------------------------------------
    A140 Self Storage

Resets
--------------------------------------------------------*/
html {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

    html, html a {
        -webkit-font-smoothing: antialiased;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
    background: #7a88b5;
    color: #fff;
}

::selection {
    background: #7a88b5;
    color: #fff;
}

a, a:visited, a:hover {
    outline: none;
}

body {
    background: #fff;
    font: 13px/1.5 'Century Gothic', 'Open Sans', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    line-height: 1.5;
    color: #585858;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    scroll-behavior: smooth;
}


img.responsive {
    width: 100%;
    height: auto;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

hr {
    border: solid #eeeeee;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    padding: 10px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 20px 0;
    overflow-x: auto;
}

.hidden {
    display: none !important;
}

.responsive img {
    width: 100%;
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #b51900;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover, a:focus {
    color: #b51900;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

p a, p a:visited {
    line-height: inherit;
}

/* ----------------- Lists ----------------- */

ul, ol {
    list-style: none;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
}

    ul.styled-list {
        padding: 0;
    }

ol {
    list-style: decimal;
}

    ul li ul, ol li ul, ol li ul, ol li ol {
        margin-bottom: 0;
    }
ul.list li {    list-style: circle;
}

/* ----------------- Colour Lists -------------------- */
ul.colour-list,
ul.size-list,
ul.weight-list {
    list-style-type: circle;
}

ul.colour-list li img {
    border: solid 1px rgba(0,0,0,0.5);
}

/* ----------------- Typography ----------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', "Times New Roman", Times, serif;
    font-weight: 200;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px;
    position: relative;
    margin-bottom: 0px;
}

h2 {
    font-size: 34px;
    position: relative;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin-bottom: 10px;
}
.text-justify {
    text-align: justify;
}

/* ----------------------------- Navigation ----------------------------- */
#size::after {
        content: " no-media-queries";
    }

nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    opacity: 1;
    filter: alpha(opacity=80);
    background: #000;
    background: rgba(0,0,0,0.8);
    box-shadow:  rgba(0,0,0,0.05) 0 4px 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    height: 72px;
}
nav div.eight.columns, nav div.two.columns { float: left;}
nav div.two.columns.logo-container { width: 10%;}
nav div.two.columns.contact-reveal-container { width: 13%;}
nav div.eight.columns { width: 77%;}
    .logo { width: 100%; max-width: 200px; min-width:72px; min-height: 72px; margin: 0 auto; }
    .main-menu { padding-left: 0;}
    .main-menu li {
        display: inline;
        margin-left: 3px;
    }

    .main-menu a {
        font: normal normal bold 11px/72px 'Open Sans', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 15px;
    }

    nav .main-menu li.top-level a:hover,
    nav .main-menu li.top-level.active a {
        color: #fff;
        background: #b51a00;
        transition: color 0.5s;
        -moz-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }
    nav .main-menu li.top-level ul li a:hover
        {
        color: #fff;
        background: none;

        }
#nav li.active a {
	color: #000;
    font-weight: bold;
}

#nav ul {
	display: none;
    position: absolute;
    top: 26px;
    padding: 5px;
    list-style-type: none;
}
#nav li:hover > ul {
	display:block;
    z-index: 12;
	width: 400px;
    background: #000;
    background: rgba(0,0,0,.7);
    text-align: left;
    list-style:none
}
    #nav li:hover > ul li:hover
     {
        background: #b51a00;
        font-weight: bold;
        cursor: pointer;
    }
#nav ul li {
	float:none;
	display: inline-block;
	position: relative;
    margin: 0;
    z-index: 13;
    list-style:none;
    width: 49%;
    padding: 0;
    text-align: center;
}
#nav ul li:nth-of-type(2n) { margin-left: 1%;}
    #nav li.top-level > a:after { content:  ' ▽'; }
    #nav li.top-level > a:only-child:after { content: ''; }

.selectnav {
    display: none;
}
#contact-reveal-button { width: auto; float: right; margin-right: 4%;}
#contact-link-button { text-align: center;}

    .call-to-action-button p {
        line-height: 72px;
    } 
    .call-to-action-button p a {
        padding: 5px 10px; 
    }
    .call-to-action-button.light p a {
        border: 1px solid #fff;
        color: #fff;
    }
    .call-to-action-button.light p a:hover {
        background: #fff; border: 1px solid #fff; color: #000;
    } 
    .call-to-action-button.dark p a {
        border: 1px solid #000;
        color: #000;
    }
    .call-to-action-button.dark p a:hover {
        background: #000; border: 1px solid #000; color: #fff;
    } 
#footer .call-to-action-button.light p a:hover { color: #000;}

/* ----------------- Parallax ----------------- */
.parallax {
    width: 100%;
    height: 720px;
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    color: #ffffff;
    z-index: 0;
}

    .parallax .container {
        display: table;
        overflow: hidden;
    }

    .parallax .parallax-content, .parallax .overlay {
        height: 720px;
    }

.parallax-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.overlay {
    background: url("/graphics/overlay-pattern.png");
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.parallax-background {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("/uploads/main-images/self-storage-containers.jpg");
}
.background1 {
    background-image: url("/uploads/main-images/self-storage-containers.jpg");
}


/*------------------------ Quotes ------------------------*/

p.quote {
    font: 300 48px/0.8 'Great Vibes', Helvetica, sans-serif;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.5);
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    z-index: 200;
    margin: 0 5%;
}

.quote i {
    font-size: 25px;
    display: inline-table;
    vertical-align: top;
    margin: 0 5px;
}

.parallax .quote i {
    color: #fff;
}

.quote-author {
    height: 24px;
    width: auto;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-top: 25px;
    z-index: 200;
    font-style: italic;
    text-align: center;
}


/* ----------------- Page Titles ----------------- */
.title {
    text-align: center;
}

    .title h1 {
        line-height: 1;
        display: block;
        margin: 20px 0;
        padding: 10px 10px 3px;
        letter-spacing: 1px;
    }
    .title img {
        margin: 40px 0 10px 0;
}

.sub-title {
    text-align: center;
}
.sub-title h2 {
    font-family: 'Oswald', "Times New Roman", Times, serif;
    font-size: 48px;
    font-weight: 200;
    line-height: 1.2;
    padding: 0;
    margin: 35px 0 20px 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ----------------- Contact -------------------- */
#contact {
    padding-bottom: 0;
}

.contact-box {
    width: 100%;
    text-align: left;
    padding: 25px 0 60px 0;
}

    .contact-box fieldset legend {
        font-family: 'Open Sans', "Times New Roman", Times, serif;
        font-size: 18px;
        line-height: 0.8;
        margin-bottom: 20px;
        line-height: 0.8;
        display: block;
        padding: 10px 10px 3px;
    }

.contact-details {
    width: 70%;
    padding: 5px 0;
    margin: 0 auto 10px;
}

    .contact-details h2 {
        margin-bottom: 0;
    }

#contact-input {
    overflow: hidden;
    margin-bottom: 13px;
    width: 50%;
    float: left;
}

    #contact-input input {
        border: 1px solid #e8e8e8;
        width: 90%;
        font-size: 13px;
        color: #747474;
        padding: 20px 2%;
        float: left;
        margin: 0 1% 2%;
        border-radius: 3px;
    }

#contact-textarea {
    width: 50%;
    float: right;
}

    #contact-textarea textarea {
        border: 1px solid #e8e8e8;
        width: 95%;
        height: 122px;
        font-size: 13px;
        color: #747474;
        padding: 20px 11px 10px;
        border-radius: 3px;
        margin-bottom: 10px;
        resize: none;
    }

        #contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
            color: #999;
        }

        #contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
            color: #999;
        }

        #contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
            color: #999;
        }

    #contact-input label, #contact-textarea label {
        display: block;
        text-align: left;
        font-weight: bold;
        padding-left: 2%;
    }

#contact-submit input {
    padding: 20px 24px 20px 24px;
    border: 0;
    color: #ffffff;
    display: block;
    width: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: #d3d3d3 url("/graphics/icon-send-email.png") no-repeat 50% 0;
    float: right;
    height: 57px;
    line-height: 57px;
}

    #contact-submit input:hover {
        background: #7a88b5 url("/graphics/icon-send-email.png") no-repeat 50% 100%;
    }

.contact-address {
    padding-top: 45px;
    background: url("/graphics/icon-address.png") no-repeat 50% 0;
    text-align: center;
}

.contact-email {
    padding-top: 45px;
    background: url("/graphics/icon-email.png") no-repeat 50% 0;
    text-align: center;
    font-size: 14px;
}

.contact-telephone {
    padding-top: 45px;
    background: url("/graphics/icon-telephone.png") no-repeat 50% 0;
    text-align: center;
    font-size: 14px;
}
/* ----------------- Footer -------------------- */
#footer {
    width: 100%;
    padding: 40px 0;
    background: #000;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: relative;
}
#footer a { color: rgba(255, 255, 255, 0.7);}
#footer a:hover { color: #fffbb9;}
#footer .social-icons {
    text-align: center;
}

    #footer .social-icons .social-icon {
        display: inline-block;
        float: none;
        margin: 0 5px 5px 0;
        background-color: #fff !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 30px;
    }

ul#footer-navigation  {
	padding: 0;
}
    ul#footer-navigation li {
        line-height: 2;
        text-align: center;
    }
       ul#footer-navigation li a:hover {
            color: #ffffc0;
        }


/* ----------------- Back to top -------------------- */
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
	box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}

    #back-to-top a {
        display: block;
        width: 40px;
        height: 40px;
        background: #515A5F url("/graphics/icon-arrow-up.png") no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
	    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    }

        #back-to-top a:hover {
            background-color: #222222;
        }

/*----------------- Google Map Styles -------------------- */
.google-map {
    position: relative;
    height: 375px;
    width: 100%;
    max-width: inherit;
    float: left;
    margin: 0;
    z-index: 1;
}

    .google-map .map_canvas {
        width: 100%;
        height: 100%;
    }

        .google-map .map_canvas h3 {
            margin: 0 0 10px;
            font-size: 14px;
        }

.map_canvas img {
    max-width: none !important;
}

.no-js .map_canvas {
    background: #f1f1f1;
}


/* ----------------- Backgrounds -------------------- */
.button {
    -webkit-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    cursor: pointer;
    background-color: #7a88b5;
    height: 40px;
    line-height: 40px !important;
}



/* ----------------- Dividing Blocks -------------------- */
.full-width {
    padding: 50px 0 20px 0;
    margin: 30px 0;
}

    .full-width.a140,
    .a140 {
        background-color: #cacaca;
    }
    .full-width.no-bottom-margin {
        margin-bottom: 0;
    }

.container.top-space {
    margin-top: 30px;
}
/* ----------------- Block Quotes and Pull Quotes -------------------- */
blockquote {
    margin: 0 0 20px 0;
    padding: 0;
}

    blockquote p {
        margin: 0 !important;
        padding: 5px 0 5px 15px;
        border-left: 4px solid #7a88b5;
        font-family: "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: lighter;
        font-size: 18px;
        line-height: 1.2;
    }

.pullquote {
    width: 260px;
    margin: 15px 0 !important;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 18px;
    line-height: 1.2;
}

    .pullquote.align-left {
        float: left;
        padding: 0px 15px;
        border-left: 4px solid #7a88b5;
    }

    .pullquote.align-right {
        float: right;
        padding: 0px 15px;
        text-align: right;
        border-right: 4px solid #7a88b5;
    }

    .highlight {
        border-color: #c299ff;
        color: #c299ff;
    }
    a,
    .callout,
    blockquote p,
    .pullquote.align-right,
    .pullquote.align-left {
        border-color: #7a88b5;
        color: #7a88b5;
    }

.tick-list li {
    line-height: 22px;
    padding: 6px 0px 6px 25px;
    font-size: 16px;
    outline: none;
    background: url("/graphics/icon-product-tick.png") no-repeat 0% 50%;
}


.clear {
    clear: both;
}


#addinfo {
    display: none;
}


/* ----------------- Image Borders -------------------- */
.border-image img
{
    padding: 3px;
    border: solid 1px #f1f1f1;
}


/* ----------------- Highlight Ribbon -------------------- */
.highlight-ribbon-container {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.highlight-ribbon {
  font: bold 15px Sans-Serif;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0,0,0,0.3) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #7a88b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a88b5), to(#6a79ac)); 
  background-image: -webkit-linear-gradient(top, #7a88b5, #6a79ac); 
  background-image: -moz-linear-gradient(top, #7a88b5, #6a79ac); 
  background-image: -ms-linear-gradient(top, #7a88b5, #6a79ac); 
  background-image: -o-linear-gradient(top, #7a88b5, #6a79ac);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.highlight-ribbon:before, .highlight-ribbon:after {
  content: "";
  border-top: 3px solid #6e8900;   
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.highlight-ribbon:before {
  left: 0;
}
.highlight-ribbon:after {
  right: 0;
}

.services { max-width: 420px; margin: 0 auto; text-align: center;cursor: pointer;}
body.no-js .services { cursor: default;}
.services img { background: #fff; padding: 3%; max-width: 94%; width: 94%; height: auto;}
.services-text-container { margin-top: 30px;}
.services h3 { font-family: 'Oswald'; font-size: 40px; font-weight: 200; line-height: 60px; margin: 0 0 10px 0; padding: 0; text-transform: uppercase;}
.services p { font-family: 'Open Sans'; font-size: 12px;}


#work-with-us {
    background: #ece9e0;
    margin-top: 100px;
}
#work-with-us .twelve.columns { text-align: center;}    
#work-with-us .twelve.columns img {
        border: solid 20px #fff;
        margin-top: -100px;
    }
.work-with-us-step { 
    text-align: center;
    margin-top: 25px;
}
.work-with-us-step-name { 
    text-transform: uppercase; 
    font-weight: bold;
}
    .work-with-us-step h4 {
        font-family: 'Oswald';
        font-weight: 200;
        font-size: 36px;
        line-height: 1;
    }
    .work-with-us-step-icon { margin: 20px 0 5px 0;}
    .text-overlay {
        width: 100%;
        position: absolute;
        overflow: hidden;
        font-family:'Oswald'; font-weight: 200; font-size: 48px;
        color: #fff;
        text-align: center;
        line-height: 2.25;
        letter-spacing: 1px;
    }


    /* ------------------- Quote Form ----------------- */
/* ---------------------- Quote Block --------------------- */
#quote-form-message
{
    width: 920px;
    margin: auto;
    color: #fff;
    background: #000;
    text-align: left;
}
#quote-form-message ul
{
    margin-left: 20px;
}
#quote-form-message h2
{
    padding-top: 10px;
}
#quote-block
{
    background: #000;
    margin: 0;
    padding: 62px 0 10px 0;
    display: none;
    width: 100%;
}
#quote-block form  
{
    width: 910px; 
    padding: 25px; 
    margin: 0 auto; 
    height: 165px; 
}
#quote-block #quote-info-block  
{
    float: left; 
    width: 350px; 
}
#quote-block #quote-message-block  
{
    float: right;
    width: 500px;
}
#quote-block input  
{
    margin-bottom: 15px; 
    padding: 3px 3px; 
    color: #4a4a4a; 
    float: right; 
}
#quote-block label 
{ 
    margin-bottom: 15px; 
    float: left; 
    clear: both; 
    position: relative; 
    top: 10px;
    height: 33px;
}
#quote-block textarea 
{ 
    padding: 3px 3px; 
    height: 110px; 
    margin-bottom: 15px; 
    color: #4a4a4a; 
    line-height: 20px; 
    font-size: 12px; 
    float: right; 
}
#quote-block input 
{ 
    width: 250px; 
}
#quote-block textarea 
{ 
    width: 350px; 
}
#quote-block label 
{ 
    font-size: 14px; 
    color: #fff; 
}
#quote-block input#submit-quote-block 
{ 
    float: right; 
    clear: both; 
    cursor: pointer; 
    width: 125px; 
    padding: 0 7px; 
    background-color: #972324; 
    border: 0; 
    color: #fff; 
}
#quote-block input#submit-quote-block:hover
{
    background-color: #e10000;
}
#quote-block input, 
#quote-block textarea 
{ 
    outline: none; 
    background-color: #f1f1f1; 
    border: 2px solid #b2b2b2; 
    padding: 7px; 
}
#quote-block input:focus, textarea:focus 
{ 
    border: 2px solid #972324; 
}

#quote-block input, textarea    
{ 
    border-radius: 10px; 
}
.add-info
{
    display: none;
    height: 0;
}



/* ---------------------- Locations Block --------------------- */
#locations-button { text-align: center;}
#locations-block
{
    background: #000;
    margin: 0 auto;
    padding: 10px;
    display: none;
    width: 100%;
    max-width: 980px;
    text-align: left;
}
#locations-block ul
{
    margin: 10px 50px 20px 0;
    width: 99%;
    float: left;
    list-style-type: none;
}
#locations-block ul li
{
    padding: 2px 0;
    float: left;
    width: 23%;
    margin: 0 1%;
    text-align: center;
}
#locations-block p
{
    color: #c0c0c0;
    padding: 5px 0 0 5px;
    margin-bottom: 15px;
}
#locations-block ul li a 
{
    display: block;
    float: none;
    padding-left: 0;
    padding-right: 0;
    background: #c6bca1;
    background-image: -webkit-linear-gradient(top, #c6bca1, #948d7b);
    background-image: -moz-linear-gradient(top, #c6bca1, #948d7b);
    background-image: -ms-linear-gradient(top, #c6bca1, #948d7b);
    background-image: -o-linear-gradient(top, #c6bca1, #948d7b);
    background-image: linear-gradient(to bottom, #c6bca1, #948d7b);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    text-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select: none;
}
#locations-block ul li a:hover {
	color: #ffffcb;
background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;    text-decoration: none;
}
#locations-block ul li a:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #215d25;
    border: solid 1px #1a441d;
}


/* ---------------------- Slideshow --------------------- */
#carousel-wrapper 
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0;
}
#carousel-wrapper.no-js
{
    height: auto;
    overflow-y: scroll;
}
#carousel-wrapper.no-js.single
{
    overflow: hidden;
}
#carousel div 
{
    width: 100%;
    float: left;
}
#carousel ul
{
    margin: 0;
    padding: 0;
}
#carousel img 
{
    width: 100%;
}
#carousel-overlay
{
    text-align: center;
    height: 3px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    z-index: 4;
}
#next-container {
    position: absolute;
    z-index: 1000;
    top: 40%;
    right: -30px;
	box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
#next-container.no-js {    display: none;
}
    #next-container {
        display: block;
        width: 25px;
        height: 60px;
        background: #959595 url("/graphics/icon-arrow-right.png") no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
	    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    }
    #next-container:hover {background-color: #606060; cursor: pointer;}

    .view {
    width: 16.5%;
    height: auto;
    margin: 0.5%;
    float: left;
    padding: 1.25%;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative;
    margin: 0 auto;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 0
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 0 20px;
    text-align: center
}
.view p.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    margin-top: 15px;
}
.view p.info:hover {
    box-shadow: 0 0 5px #000
}
.view img { 
	transition: all 0.4s ease-in-out 0.5s; 
}
.view .mask{ 
	background-color: rgba(173,23,0,0.8);
	opacity: 0;
	transition: all 0.3s ease-in 0.4s;
}
.view h2{
	opacity:0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 0 10% 0px 10%;
    transform: scale(10);
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out 0.1s;
}
.view p { 
	opacity:0;
    transform: scale(10);
	transition: all 0.3s ease-in-out 0.2s;
}
.view p.info { 
	opacity:0;
    transform: translateY(100px);
	transition: all 0.3s ease-in-out 0.1s;
}
.view:hover .mask {  
	opacity:1; 
	transition-delay: 0s;
}																			 
.view:hover img { 
	transition-delay: 0s; 
}
.view:hover h2 { 
	opacity: 1;
    transform: scale(1);
	transition-delay: 0.1s;
}
.view:hover p { 
	opacity:1; 
    transform: scale(1);
	transition-delay: 0.2s;
}
.view:hover a.info { 
	opacity:1;
    transform: translateY(0px);
	transition-delay: 0.3s;
}

/* -------------------- Blog Posts ------------------- */
.blog-post {
    padding-bottom: 25px;
}

    .blog-post div {
        padding: 0 !important;
        margin: 0 !important;
    }

.blog-intro {
    position: relative;
    max-height: 360px;
}

.blog-intro {
    position: relative;
    max-height: 150px;
}

.blog-photo {
    width: 83%;
    float: left;
    padding: 0;
    margin: 0;
}

    .blog-photo img {
        padding-left: 10px;
        border-left: 1px solid #c0c0c0;
        float: left;
        min-height: 88px;
        width: 100%;
        height: auto;
    }

.blog-date {
    width: 17%;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    float: left;
}

    .blog-date p {
        margin: 0;
        line-height: 1;
    }

        .blog-date p.month {
            padding-top: 5px;
            font-size: 15px;
        }

        .blog-date p.day {
            font-size: 28px;
            margin: 10px 0;
        }

        .blog-date p.year {
            font-size: 14px;
            padding: 3px 0;
            background: #c0c0c0;
        }

.blog-post h1.blog-title {
    font-size: 40px;
}

.blog-post h2.blog-title {
    clear: both;
    font-size: 30px;
    text-align: right;
    margin: 5px 0;
}

    .blog-post h2.blog-title a {
        font-weight: normal;
    }

.blog-post p.tags {
    clear: both;
    padding: 5px 0;
    margin: 0;
    font-size: 10px;
    color: #888;
}

    .blog-post p.tags span {
        width: 57px;
        display: inline-block;
        text-align: right;
        padding-right: 10px;
    }

    .blog-post p.tags a {
        font-weight: normal;
        color: #888;
    }

.blog-post .blog-summary {
    text-align: justify;
    margin-left: 57px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c0c0c0;
}

    .blog-post .blog-summary p {
        line-height: 1.5;
    }

    .blog-post .blog-summary a.read-more {
        background: #f1f1f1;
        padding: 4px 6px;
        margin-bottom: 2px;
    }

    .blog-post .blog-summary p.read-more-link {
        margin-left: 5px;
    }

ul#news-tags,
ul#news-archive,
ul#recent-posts {
    margin-left: 0;
}

    ul#news-tags li,
    ul#news-archive li,
    ul#recent-posts li {
        list-style-type: none;
        line-height: 22px;
    }

        ul#news-tags li a {
            padding: 2px 0 1px 23px;
            background: url("/graphics/icon-news-tag.png") no-repeat 0 0;
        }

        ul#news-archive li a {
            padding: 2px 0 1px 23px;
            background: url("/graphics/icon-news-month.png") no-repeat 0 0;
        }

.blog-post div.jm-facebook-button,
.blog-post div.jm-twitter-button,
.blog-post div.jm-linkedin-button {
    float: right;
    margin-left: 10px !important;
}

.jm-facebook-button,
.jm-twitter-button,
.jm-linkedin-button {
    float: left;
    margin-right: 10px;
}

    .blog-post div.jm-linkedin-button a,
    .jm-linkedin-button a {
        height: 21px !important;
        padding: 0 !important;
        text-indent: 10000px;
        background: url("/graphics/icon-linkedin-share.png") no-repeat 0 0;
        color: #fff;
        line-height: 21px;
        width: 66px;
        display: block;
    }

        .blog-post div.jm-linkedin-button a:hover,
        .jm-linkedin-button a:hover {
            background-position: 0 -21px;
        }

/* ---------------------- Online Booking --------------------- */
#online-booking-link { float: right; margin: 0 0 20px 20px;}
#online-booking .button,
.online-payment .button {
    -webkit-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    height: 40px;
    line-height: 40px !important;
}
    #online-booking .button:hover,
    .online-payment .button:hover {
    color: #ffe405
    }
#online-booking input[type="email"],
#online-booking input[type="text"],
#online-booking input[type="tel"],
#online-booking select {
  border: 1px solid #333;
  height: 26px;
  padding: 0 6px;
  border-radius: 4px;
  box-shadow: none;
  background: #fff; 
  line-height: 20px;
}
    #online-booking select option {
    padding: 2px;
    }
/* Removes awkard default styles on some inputs */
#postode-check input[type="submit"],
#online-booking input[type="email"],
#online-booking input[type="text"],
#online-booking input[type="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#online-booking input[type="email"]:focus,
#online-booking input[type="text"]:focus,
#online-booking input[type="tel"]:focus,
#online-booking select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
#online-booking label,
#online-booking legend {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem; }
#online-booking fieldset,
#postcode-check fieldset {
  border-width: 0;
  padding: 0; }
#online-booking input[type="checkbox"] {
  display: inline; }
#online-booking label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }
#online-booking .u-full-width {
  width: 100%;
  box-sizing: border-box; }
#online-booking .u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
#online-booking .u-pull-right {
  float: right; }
#online-booking .u-pull-left {
  float: left; }
#online-booking .button {
  margin-bottom: 1rem; }
#online-booking select {
  margin-bottom: 0.5rem; }
form#online-booking {
  margin-bottom: 2.5rem; }
.booking-form-form .legend,
#postcode-check .legend,
#booking-form-payment .legend
{
	background-color: #ff9201;
	color: #fff;
	padding: 10px 14px;
	font-weight: bold;
	font-size: 18px;
}
.booking-form-form .legend em,
#postcode-check .legend em,
#booking-form-payment .legend em
{
	display: inline-block;
	width: 25px;
    line-height: 25px;
	text-align: center;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFFFFF;
	color: #ff9201;
}
.booking-form-form .fieldset-wrapper
{
	padding: 14px 5px;
}
.booking-form-form label
{
	font-size: 12px;
	width: 100%;
}
.booking-form-form p.font-size-small
{
	font-size: 12px;
}
.booking-form-form p.required
{
	font-size: 12px;
	font-style: italic;
}
.booking-form-form #appointment-location
{
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding: 14px 0;
}
.booking-form-form input[type='submit']
{
	width: 100%;
	font-size: 22px;
	margin-top: 20px;
}
.booking-section {
    position: relative;
}
.base-price { display: inline;}
#datepicker-start, #datepicker-end {
    width: 100%;
}
    #datepicker-start input, #datepicker-end input, #timepicker input {
        margin: 2px;
    }
    #datepicker-start img, #datepicker-end img, #timepicker img {
        vertical-align: bottom
    }

.booking-form-form #tooltip
{
	position: absolute;
	display: none;
	z-index: 10000;
}
.booking-form-form #tooltip ul
{
	list-style: none;
	position: absolute;
	width: 90px;
	top: 25px;
	left: -38px;
	text-align: center;
	background-color: #424343;
	padding: 8px 10px 10px;
}
.booking-form-form #tooltip ul:before
{
	position: absolute;
	content: '';
	border: 4px solid transparent;
	border-bottom-color: #404141;
	top: -8px;
	left: 50%;
	margin-left: -4px;
}
.booking-form-form #tooltip ul a
{
	color: #fff;
	font-size: 12px;
}
.booking-form-form #tooltip ul a:hover
{
	color: #fffc41;

}

.choose-container { width: 48%; float: left; text-align: center;min-height: 275px;}
.choose-container.caravan-container { width: 100%; text-align: center;}
.choose-container input[type=checkbox] {
    margin-top: 10px; 
    transform: scale(1.5) !important;
  }

span.call-for-information {
    color: #585858;
    font-size: 1.5em;
}
fieldset.payment-providers {
    width: 99%;
    background: #f1f1f1;
}
fieldset.payment-providers label { display: block; padding: 10px;}
.cc-selector img { border: none; padding: 0 1px;}
.cc-selector { width: 48%; margin: 1%; float: left; text-align: center; }

fieldset.payment-providers input[type="radio"]:checked + label {
    background-color:#bbb;
}

fieldset.payment-providers div.pay-button {
    margin: 5px;
}
p.storage-type,
p.storage-space,
p.storage-price,
p.monthly-storage-price { clear: both; display: block;width: 50%; margin-left: 25%; background: #ff9201; color: #fff; font-weight: bold; text-align: center;line-height: 2;}

.booking-type section {
  display: none;
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}

.booking-type input[type="radio"] {
  display: none;
}

#online-booking .booking-type label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 5px 5px;
  font-weight: 600;
  text-align: center;
  color: #888;
  border: 1px solid transparent;
  width: auto;
}

#online-booking .booking-type label:before {
  margin-right: 5px;
}

#online-booking .booking-type label:hover {
  color: #888;
  cursor: pointer;
}

#online-booking  input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

.booking-type #tab1:checked ~ #content1,
.booking-type #tab2:checked ~ #content2,
.booking-type #tab3:checked ~ #content3 {
  display: block;
}

#choose-insurance input, #choose-depot input {
    display: none;
}

#choose-insurance label, #choose-depot label {
    position: relative;
    color: #585858;
    background-color: #fff;
    text-align: center;
    height: 150px;
    display: block;
    cursor: pointer;
    border: 1px solid #585858;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #choose-insurance label p, #choose-depot label p {
        font-size: 13px;
    }

        #choose-insurance label p.no-header, #choose-depot label p.no-header {
            margin-top: 68px;
        }

#choose-insurance input:checked + label, #choose-depot input:checked + label {
    border: 3px solid #ff9201;
    border-radius: 3px;
    background-color: #ffcc71;
}

    #choose-insurance input:checked + label:after, #choose-depot input:checked + label:after {
        content: "\2713";
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        border: 2px solid #333;
        background-color: #ffcc71;
        z-index: 999;
        position: absolute;
        top: -10px;
        right: -10px;
    }

#choose-depot fieldset #site-rainham {
    margin-left: 0;
    margin-top: 14px;
}

#choose-depot fieldset #site-eye {
    margin-top: 14px;
}
input {margin-bottom: 0;}
small { display: block;}
#required-contact-fields input { margin-bottom: 1em;}

.currency-overlay {
    position: relative;
}

    .currency-overlay input {
        padding-left: 13px !important;
    }

p span.currency-overlay:before {
    position: absolute;
    top: -2px;
    content: "£";
    left: 5px;
}
.call-to-action-button.large-button { text-align: center;}
.call-to-action-button.large-button p {
    font-size: 1.2em;
    margin: auto;
}
.u-pull-right .call-to-action-button {
    padding: 0 5%;
}
.u-pull-right .call-to-action-button p {
    float: left;
    margin: 0 2%;
}
.clearfix {
    clear: both;
}
/* ---------------------- Cookie Banner ---------------------- */

.eupopup-container {
    background-color: rgba(25, 25, 25, 0.9);
    color: #efefef;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.eupopup-container-fixedtop {
    position: fixed;
}

.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}

.eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.eupopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
}

    .eupopup-closebutton:hover,
    .eupopup-closebutton:active {
        color: #fff;
        text-decoration: none;
    }

.eupopup-head {
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px;
    color: #fff;
}

.eupopup-body {
    color: #a2a2a2;
}

.eupopup-buttons {
    padding: 7px 0 5px 0;
}

.eupopup-button_1 {
    color: #f6a21d;
    font-weight: bold;
    font-size: 14px;
}

.eupopup-button_2 {
    color: #f6a21d;
    font-weight: normal;
    font-size: 12px;
}

.eupopup-button {
    margin: 0 10px;
}

    .eupopup-button:hover,
    .eupopup-button:focus {
        text-decoration: underline;
        color: #f6a21d;
    }

body .eupopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

    body .eupopup-color-inverse .eupopup-head {
        color: #000;
    }

body .eupopup-style-compact {
    text-align: left;
    padding: 8px 30px 7px 20px;
    line-height: 15px;
}

    body .eupopup-style-compact .eupopup-head,
    body .eupopup-style-compact .eupopup-body,
    body .eupopup-style-compact .eupopup-buttons {
        display: inline;
        padding: 0;
        margin: 0;
    }

    body .eupopup-style-compact .eupopup-button {
        margin: 0 5px;
    }

.eupopup-buttons .btn {
    background: transparent;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.eupopup-buttons .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* ---------------------- Cookie Control Pop Up ---------------------- */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.2);
    min-height: 447px;
}

@media(max-width:475px) {
    .white-popup .btn {
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#cookie-control-modal.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

#cookie-control-modal .toggle {
    position: relative;
    overflow: hidden;
}

    #cookie-control-modal .toggle input[type="checkbox"] {
        display: none;
    }

#cookie-control-modal .toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#cookie-control-modal .toggle.off .toggle-group {
    left: -100%;
}

#cookie-control-modal .toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

#cookie-control-modal .toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

#cookie-control-modal .toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
}

#cookie-control-modal .toggle.btn {
    min-width: 59px;
    min-height: 34px;
}

#cookie-control-modal .toggle-on.btn {
    padding-right: 24px;
}

#cookie-control-modal .toggle-off.btn {
    padding-left: 24px;
}

#cookie-control-modal .toggle.btn-lg {
    min-width: 79px;
    min-height: 45px;
}

#cookie-control-modal .toggle-on.btn-lg {
    padding-right: 31px;
}

#cookie-control-modal .toggle-off.btn-lg {
    padding-left: 31px;
}

#cookie-control-modal .toggle-handle.btn-lg {
    width: 40px;
}

#cookie-control-modal .toggle.btn-sm {
    min-width: 50px;
    min-height: 30px;
}

#cookie-control-modal .toggle-on.btn-sm {
    padding-right: 20px;
}

#cookie-control-modal .toggle-off.btn-sm {
    padding-left: 20px;
}

#cookie-control-modal .toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
}

#cookie-control-modal .toggle-on.btn-xs {
    padding-right: 12px;
}

#cookie-control-modal .toggle-off.btn-xs {
    padding-left: 12px;
}

#cookie-control-modal .btn {
    padding: 6px 12px !important;
    background: transparent;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    #cookie-control-modal .btn.btn-dark {
        background-color: #111;
        border-color: #111;
    }

    #cookie-control-modal .btn.btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    #cookie-control-modal .btn.btn-default {
        background-color: #e6e6e6;
    }

    #cookie-control-modal .btn.btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

#cookie-control-modal .btn-default:hover, #cookie-control-modal .btn-default:focus, #cookie-control-modal .btn-default:active, #cookie-control-modal .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#cookie-control-modal .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

@media (max-width: 767px) {
    #cookie-control-modal .btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 452px) {
    #cookie-control-modal .btn {
        font-size: 12px;
    }

    #cookie-control-modal .tab-pane {
        padding: 10px;
    }
}
.table {
    border: none;
}

    .table thead {
        border: none;
        background: #111;
    }

        .table thead tr th {
            padding: 15px;
            border: none;
            font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
            font-size: 11px !important;
            font-weight: 400 !important;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #fff;
        }

    .table tbody tr {
        background: #fff;
    }

        .table tbody tr td {
            padding: 15px;
            border: 1px solid #ececec;
            vertical-align: middle;
        }


.table-row-highlight tbody tr:nth-child(even) {
    background: #f8f8f8;
}


.choose-container {
    border: solid 1px #000;
    border-radius: 3px;
    margin-right: 2%;
    margin-bottom: 20px;
}
.booking-type div.choose-container:nth-child(odd) {
    margin-right: 0;
}

.choose-container:not(.out-of-stock):hover {
    border: solid 1px #ff9201;
}

.booking-type div:last-of-type {
    margin-right: 0;
}
.container-volume,
.container-dimensions,
.container-price {
    display: block;
}
.container-dimensions {
    min-height: 36px;
}
.container-price {
    font-size: 1.25em;
    color: #ff9201;
    margin-bottom: 12px;
}
input.crate-number {
    width: 50px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}
div.choose-container div { margin-bottom: 10px;}
div.choose-container input[type="button"] {
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 24px;
    margin: 0 3px 0 3px;
    padding: 0;
    border: solid 1px #000;
    border-radius: 2px;
    line-height: 20px;
    vertical-align: middle;
    background: rgba(0,0,0,0.1);
}
    div.choose-container input[type="button"]:hover {
        background: rgba(255,146,1,0.5);
    }
.choose-container.out-of-stock img,
.choose-container.out-of-stock label {
    filter: grayscale(100%);
}

.choose-container {
    position: relative;
    overflow: hidden;
}
    .choose-container .stock-label-holder {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 101;
    }
    .choose-container .offer-label-holder {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 101;
    }
    .choose-container .book-elsewhere-holder {
        position: absolute;
        top: 20%;
        z-index: 101;
    }
        .choose-container .book-elsewhere-holder p {
            margin-top: 5px;
        text-align: left;
        }
        .choose-container .book-elsewhere-holder a {
            color: #fff;
        }

        .label {
            display: block;
            padding: .2em .6em .3em;
            font-size: 75%;
            font-weight: bold;
            line-height: 1;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: .25em;
            text-transform: uppercase;
        }
.label {
    border-radius: 0;
}
p.label { margin-bottom: 1px;}

.label-dark {
    background-color: #111;
}

.label-red {
    background-color: #DB211E;
}

.label-green {
    background-color: #0BBE30;
}

.label-orange {
    background-color: #f6AE00;
}

.label-yellow {
    background-color: #FCD741;
}

.label-gray {
    background-color: #7E8C95;
}

.label-outline {
    padding: 0.1em 0.5em 0.2em;
    border: 2px solid #111;
    background-color: none;
    color: #111;
}

.label-lg {
    padding: 0.55em 0.9em;
}

.label-sm {
    padding: 0.1em 0.5em;
}


.container-price del {
    color: rgba(255,0,0, 0.5);
    text-decoration: none;
    position: relative;
    font-size: 0.8em;
}
.container-price del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255,0,0, 0.8);
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}