@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

/*--------------------------------------------*/
/* generic styles */
/*--------------------------------------------*/
* {
    box-sizing: border-box;
}

BODY {
    margin: 0;
    background: #3D3D3D;
    color: #aaa;
    text-align: left;
    font: 1em 'Libre Franklin', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

BODY A {
    color: #CBCBCB;
    text-decoration: none !important;
}

a:hover, a:active, a:focus {
    color: #fff;
}

.row {
    margin: 0 auto;
    max-width: 1170px
}

H1, H2 {
    color: #CBCBCB;
    font: 700 1.8em 'Libre Franklin', Arial, Helvetica, sans-serif;
}

H1 SPAN {
    color: #7F7F7F;
}

H2 {
    margin: 0;
    padding: 13px 13px 12px 0;
    color: #CCC;
    font-weight: 700;
    font-size: 1.1em;
}

P {
    font: 1em 'Merriweather', Georgia, serif;
    line-height: 1.5;
}

/*--------------------------------------------*/
/* header */
/*--------------------------------------------*/
.pre-header {
    padding: 10px !important;
    background: #000;
}

.pre-header a:hover {
    color: #fff;
}

.pre-header .row div {
    text-align: center;
    font-size:12px;
}
@media screen and (min-width: 768px){
    .pre-header .row div{
        font-size: 13px;
    }
}

.pre-header .row div + div {
    padding-top: 10px;
}

#edit-cookieconsent-settings {
    font-size: 10px;
}

#edit-cookieconsent-settings:hover {
    color: #fff;
    cursor: pointer;
}

.header {
    min-height: 104px;
    background: #353535;
    background: -moz-linear-gradient(top, #353535 1%, #000000 100%);
    background: -webkit-linear-gradient(top, #353535 1%, #000000 100%);
    background: linear-gradient(to bottom, #353535 1%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#000000', GradientType=0);
}

.header .col-xs-6 {
    padding: 0;
}

#logo {
    float: left;
    overflow: hidden;
    margin: 10px 10px 10px -5px;
    padding: 10px 15px;
    width: 80px;
    background-color: #222222;
}

#logo img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .pre-header .row div {
        text-align: left;
    }

    .pre-header .row div + div {
        padding-top: 0;
    }

    .pre-header .row #pre-header {
        text-align: right;
    }

    #edit-cookieconsent-settings {
        font-size: inherit;
    }

    #logo {
        margin: 15px;
        padding: 15px 20px;
        max-width: 100px;
        width: auto;
    }
}

/*--------------------------------------------*/
/* menu */
/*--------------------------------------------*/
#toggle-menu {
    position: absolute;
    top: 40px;
    right: 30px;
    display: block;
    font-size: 24px;
}

#menu {
    position: absolute;
    top: 104px;
    left: -110%;
    z-index: 99999;
    display: none;
    padding: 10px;
    width: 220%;
    background: #000;
}

#menu UL {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu LI {
    position: relative;
}

#menu LI.active, #menu LI:hover {
}

#menu LI.active A, #menu LI A:hover {

}

#menu LI A {
    display: block;
    padding: 0.8em;
    border-bottom: 1px solid #333;
}

#menu LI A:hover {
    color: #fff;
}

#menu li a:active, #menu li a:focus {
    color: #E8001C;
}

@media screen and (min-width: 768px) {
    #toggle-menu {
        display: none;
    }

    #menu {
        position: static;
        top: 0;
        display: block !important;
        float: right;
        margin-top: 40px;
        width: auto;
        background: transparent;
    }

    #menu li {
        float: left;
    }

    #menu li a {
        border: none;
        font-weight: 700;
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    #menu li a{
        padding: 0.8em 0;
        margin: 0 2em;
    }
    #menu li.active a{
        border-bottom: 2px solid #666;
    }
}
/*--------------------------------------------*/
/* slider */
/*--------------------------------------------*/
.slider {
    margin: 0 auto;
    padding: 0;
}

.slider .row {
    margin: 0;
    padding: 0;
    max-width: 100%;

}

.slider .row div {
    margin: 0;
    padding: 0;
}

.slider .slide {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background:#0B0E1F;
}
.slider .slide.slide_02{
    background: #EEEFE9;
}

.slider .slide img {
    max-width: 100%;
    width: 100%;
}
.slide-content{
    position: relative;
    overflow: hidden;
    margin: 0 auto !important;
    max-width: 1170px;
    width: 100%;
}
.slide .caption {
    position: relative;
    overflow: hidden;
    background: #aaa;
    text-align: left;
}

.slide .caption h3 {
    margin: 0;
    padding: 10px;
    background: #353535;
    color: #ddd;
    font-weight: 700;
    font-size: 24px;
}

.slide .caption p {
    margin: 0;
    padding: 10px;
    background: #000;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
}

.slide .caption a {
    position: absolute;
    top: 5px;
    right: 10px;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 10px;
    background: #E30421;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
}

.cycle-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
    width: 100%;
    text-align: right;
}

.controls-container{
    margin: 0 auto !important;
    max-width: 1170px;
}

.cycle-controls a {
    display: inline-block;
    padding: 6px;
    background: rgba(0,0,0,0.5);
    font-size: 13px;
    line-height: 1;
}

@media screen and (min-width:768px){
    .slide .caption {
        position: absolute;
        top: 50%;
        right: 30px;
        max-width: 50%;
        background: transparent;
        text-align: left;
    }
    .slide .caption h3 {
        display: inline-block;
        text-align: center;
    }
    .slide .caption p{
        font-size: 16px;
    }
    .slide .caption a{
        position:static;
        font-size: 16px;
    }
    .cycle-controls a {
        padding: 8px;
        font-size: 16px;
    }

}
@media screen and (min-width:1024px){
    .slide .caption{
        max-width: 100%;
    }
    .slide .caption p{
        font-size: 18px;
    }
}

/*--------------------------------------------*/
/* main content */
/*--------------------------------------------*/
.content .row {
    background: #353535;
    background: -moz-linear-gradient(top, #353535 1%, #000000 100%);
    background: -webkit-linear-gradient(top, #353535 1%, #000000 100%);
    background: linear-gradient(to bottom, #353535 1%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#000000', GradientType=0);

}

#content-body {
    overflow: hidden;
}

.content p {
    line-height: 1.5em;
}

#content-top {
    padding: 10px;
}

#bottom-left, #bottom-right {
    position: relative;
    padding: 10px;
}

#main-content {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    background: #2a2a2a;
}

#main-content #content-bottom p a:after {
    display: inline-block;
    margin-left: 5px;
    content: "\e080";
    font-family: "Glyphicons Halflings";
}

#main-content img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#main-content q{
    color: #ddd;
    font-size: 1.1em;
}
#main-content q img{
    width: auto;
}
#main-content ul {
    margin-left: 0;
    padding-left: 10px;
}

#main-content li {
    margin-bottom: 0.5em;
    list-style: none;
    font: 1em 'Merriweather', Georgia, serif;
    line-height: 1.5;
}

#main-content li:before {
    display:block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0.5em;
    color: #e30421;
    content: '\2022';
    font-weight: 700;
}
#main-content .benefits-list li:before {
    content: '✓';
}

.login-button SPAN {
    display: block;
    width: 100%;
    background: url(arrow.png) no-repeat center right;
}

.securitylogos {
    display: block;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #383838;
    background: url(security.jpg) center center;
    text-align: center;
}

.securitylogos IMG {
    display: inline-block;
    float: none;
    margin: 0 20px;
}

@media screen and (min-width: 768px) {
    #bottom-left, #bottom-right {
        float: left;
        width: 50%;
    }

    #main-content {
        margin-top: 20px;
    }

    .content > .row {
        padding-right: 20px;
    }

    #sidebar {
        padding-top: 10px;
    }
    #sidebar h2{
        text-align: center;
    }
}

.quotes {
    margin-top: 30px;
    margin-bottom: 20px;
}

.quotes p. .quotes div {
    display: block;
    clear: both;
    margin-top: 40px;
    font-size: 13px;
    font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
}

.quotes p span {
    font-style: italic;
}

/*--------------------------------------------*/
/* footer */
/*--------------------------------------------*/
.footer {
    padding-top: 20px;
    background: #1E1E1E;
}

.left-footer {
    overflow: hidden;
    padding-top: 7px;
    padding-left: 74px;
    background: url(footer-logo.png) no-repeat;
    text-align: left;
}

.left-footer P {
    margin: 0;
    font-size: 11px;
}

.right-footer {
    width: auto;
}

.right-footer UL {
    float: left;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.right-footer UL A {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    font-size: 11px;
}

.right-footer UL + UL {
    float: right;
}

.right-footer UL + UL a {
    text-align: right;
}

@media screen and (min-width: 768px) {
    .left-footer P {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .left-footer {
        float: left;
    }

    .right-footer {
        float: right;
    }

    .right-footer UL {
        float: left;
        padding-right: 17px;
        padding-left: 12px;
        border-left: 1px solid #3B3B3B;
    }

    .right-footer UL + UL a {
        text-align: left;
    }
}

/*--------------------------------------------*/
/* legacy styles here down */
/*--------------------------------------------*/

#wrap {
    margin: 0 auto;
    width: 980px;
    border: 1px solid #353535;
    background: #040404 url(content-bg.png) repeat-x 19px 207px;
    text-align: left;
}

#content {
    position: relative;
    margin-right: 18px;
    margin-bottom: 31px;
    padding: 19px 28px 10px;
    background-color: #2A2A2A;
}

#bottom {
    clear: both;
    /*[empty]margin-top:;*/
    padding: 0;
}

#graphic {
    float: right;
    margin-right: 17px;
    width: 498px;
    height: 176px;
    background: #FFFFFF;
}

#banner-image {
    float: right;
}

#top {
    margin-bottom: 20px;
    height: 181px;
}

#right {
    float: right;
    padding: 0;
    width: 748px;
}

#page-content-wrapper {
}

.sitemap-container UL {
    padding-bottom: 16px;
}

#contact-details DD {
    margin-left: 5px;
}

#contact-details DT {
    color: #D1CDB3;
    font-weight: 700;
}

#enquiry-form {
    padding: 10px;
    border-right: 2px solid #222222;
}

#enquiry-form INPUT.button {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    border: 1px solid #1D1D1D;
    background: #D3CFC7;
}

#contact-container FORM INPUT.button {
    padding: 4px;
    border: 1px solid #565656;
    background-color: #0F0F0F;
    color: #ACACAC;
    font-weight: 700;
    cursor: pointer;
}

#contact-container FORM INPUT.button:hover {
    background: #232323;
}

#contact-container TEXTAREA {
    margin-bottom: 16px;
    padding: 5px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #ADADAD;
    background: #202020;
    color: #AEAEAE;
}

#contact-container INPUT.textinput {
    /*[empty]margin-top:;*/
    margin-bottom: 10px;
    padding: 5px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #AEAEAE;
    background: #212121;
    color: #AEAEAE;
}

#contact-container LABEL {
    display: block;
}

#enquiry-form LABEL {
    color: #D2CEC6;
}

#contact-container LABEL {
    margin-bottom: 3px;
    font-weight: 700;
}

SPAN.star {
    color: #E70019;
}

#content-bottom IMG {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -1px;
    border: 3px solid #919191;
}

#footer P {
    margin-bottom: 3px;
    font: 0.8em 'Libre Franklin', Arial, Helvetica, sans-serif;
    /*[empty]margin-top:;*/
}

#left {
    float: left;
    margin-left: 14px;
    width: 200px;
    text-align: center;
}

.login-button {
    display: block;
    margin-top: 13px;
    padding: 8px;
    border: 1px solid #373737;
    background: url(button-bg.png);
    color: #696868;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
}

.login-button:hover {
    color: #969696;
}

#logins FIELDSET {
    border: 0;
    text-align: left;
}

#logins LABEL {
    color: #F6F6F6;
}

#logins FORM {
    padding: 5px;
    width: 154px;
    background: #474747;
}

.side-bar-submit {
    padding: 4px;
    width: 155px;
    border: 1px solid #1E1E1E;
    cursor: pointer;
}

.side-bar-text {
    margin-bottom: 14px;
    width: 153px;
    border: 1px solid #AFAFAF;
    background: #222222;
    color: #AFAFAF;
}

.securitylogo {
    display: block;
    float: left;
    margin-left: 20px;
}

.RJC {
    display: block;
    float: left;
    margin-right: 10px;
    width: 200px;
    height: 253px;
    background: url(RJC-sprite.jpg);
}

.RJC2 {
    display: block;
    display: none;
    float: left;
    margin-right: 10px;
    width: 200px;
    height: 253px;
    background: url(RJC-sprite.jpg);
    background-position: 200px 0px;
}

/*--------------------------------------------*/
/* new look cookie box */
/*--------------------------------------------*/
.cookie-consent{
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    background: rgba(0,0,0,0.75);
    text-align: center;
}
.cookie-consent .button{
    display: block;
    width: 160px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    font: 700 0.85em 'Libre Franklin', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 10px auto;
}