/* ===============================================  */
/*      Font                                        */
/* ===============================================  */
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';

/* ===============================================  */
/*      Default styles                              */
/* ===============================================  */

body {
    font-family: 'Roboto', sans-serif;
    /*background: #EEEDEB;*/
    background: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.container-fluid {}

a, :after, :before, .grid-item, .btn, #mobile-menu-toggle {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

.blur {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.flip-y {
    -moz-transform    : scaleY(-1);
    -o-transform      : scaleY(-1);
    -webkit-transform : scaleY(-1);
    transform         : scaleY(-1);
}
.flip-x {
    -moz-transform    : scaleX(-1);
    -o-transform      : scaleX(-1);
    -webkit-transform : scaleX(-1);
    transform         : scaleX(-1);
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* ===============================================  */
/*      Colours                                     */
/* ===============================================  */
    
    /* Green / Success */
    .btn-success,
    .alert-success,
    .label-success {
        background: #2ecc71;
    }

    /* Yellow / Warning */
    .btn-warning,
    .alert-warning,
    .label-warning {
        background: #FFC107;
    }

    /* Red / Danger */
    .btn-danger,
    .alert-danger,
    .label-danger {
        background: #F44336;
    }

    /* Blue / Info */
    .btn-info,
    .alert-info,
    .label-info {
        background: #003E7E;
    }

    .btn-info-light {
        background: #52BDEC;
    }
    .btn-info-light:hover {
        color: #fff;
        background: #4DB0DB;
    }

/* ===============================================  */
/*      Default Form Stuffs                         */
/* ===============================================  */

.formInput {
    position: relative;
}
.formInputReply {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    font-size: 12px;
}
.form-control,
.btn {
    border-radius: 0;
    border: none;
}
.form-control,
.btn {
    padding: 0;
    height: 50px;
    line-height: 50px;
}
.btn > i {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.input-group-addon {
    border-radius: 0;
    border: none;
    background: #52BDEC;
    color: #fff;
}
.form-control {
    padding: 6px 6px 6px 10px;
    box-shadow: none;
    background: #f3f3f3;
}
.input-group-addon + .form-control {
    border: 2px solid #52BDEC;
}
.form-control:focus {
    box-shadow: none;
}

textarea.form-control {
    height: 250px;
    line-height: 25px;
}

.progress {
    border-radius: 0;
    height: 30px;
    background: #f3f3f3;
    box-shadow: none;
}

.loginHeader {
    font-size: 22px;
    margin-bottom: 20px;
}

label {
    font-weight: lighter;
    font-size: 15px;
}

/* ===============================================  */
/*      Bread Crumb                                 */
/* ===============================================  */

.breadcrumb {
    border-radius: 0;
    background: #52BDEC;
    color: #ffffff;
}
.breadcrumb li {}
.breadcrumb > li + li::before {
    color: #fff;
}
.breadcrumb li a {
    color: #ffffff;
}
.breadcrumb li a:hover {
    color: #ddd;
}

/* ===============================================  */
/*      Buttons                                     */
/* ===============================================  */

/* Default Btn */
.btn {
    padding: 0 12px;
}
.btn:hover,
.btn:active {}

/* Green Btn */
.btn.btn-success {}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
    background: #27ae60;
}

/* Blue Btn */
.btn.btn-info {
    background: #003E7E;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
    background: #52BDEC;
}

/* Red Btn */
.btn.btn-danger {}
.btn.btn-danger:hover,
.btn.btn-danger:active {}

/* Orange Btn */
.btn.btn-warning {}
.btn.btn-warning:hover,
.btn.btn-warning:active {}

.btn-sm {
    line-height: 20px;
    height: auto;
}

/* Button Groups */
.control-btns {
    
}
.control-btns li {
    padding: 0;
    margin: 0 -2.5px;
}
.control-btns li a {
    display: inline-block;
    border-radius: 0;
    width: 100%;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    color: #111;
    height: 74px;
}
.control-btns li a .cart-info {
    display: inline-block;
    position: relative;
    top: -12px;
    right: 12px;
    line-height: 25px;
    text-align: left;
    padding-left: 10px;
    float: right;
    margin-left: 15px;
}
.control-btns li a .cart-info:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 35px;
    background: #eee;
}
.control-btns li a .cart-info p {
    font-weight: bold;
}
.control-btns li a i {
    font-size: 32px;
    display: inline-block;
}
.control-btns li:first-child a {
    border-left: 1px solid #ddd;
}
.control-btns li:last-child  a {
    border-right: 1px solid #ddd;
}
.control-btns li a:active,
.control-btns li a:hover {
    border-color: #ddd;
    background: #111;
    color: #fff;
}

/* ===============================================  */
/*      Alerts                                      */
/* ===============================================  */

.alert {
    color: #fff;
    border-radius: 0;
    padding: 10px 15px;
    line-height: 25px;
    font-weight: lighter;
    font-size: 14px;
    border: none;
}

.alert-warning-lg {
    background: #FFC107;
    color: black;
    /*font-size: 16px;*/
}

/* ===============================================  */
/*      Header Area                                 */
/* ===============================================  */

    #main-header {
        /*overflow: hidden;*/
    }
    #top-header {
        padding: 10px 0;
        background: #EEEDEB;
        position: relative;
        z-index: 99;
    }

    /* Company Logo */
    #logo {
        display: block;
        max-width: 80%;
        max-width: 235px;
        display: inline-block;
    }
    #logo img {
        max-width: 100%;
    }
    #logo + .tagline {
        position: relative;
        display: inline-block;
        margin-left: 15px;
        top: 20px;
    }
    #logo + .tagline .top {
        font-size: 32px;
    }
    #logo + .tagline .bottom {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: bold;
    }
    .right-details {
        margin-top: 23px;
    }

    /* Company Details */
    .phone {
        position: relative;
        display: block;
        font-size: 32px;
        font-weight: lighter;
    }
    .phone:first-child {
        margin-top: -12px;
        margin-bottom: 10px;
    }
    .phone::before {
        position: absolute;
        font-size: 17px;
        right: 0;
        top: -16px;
    }
    .phone:first-child::before {
        content: 'Southampton Depot';
    }
    .phone:last-child::before {
        content: 'Bournemouth Depot';
    }
    .phone i {
        font-size: 32px;
        position: relative;
        top: 5px;
    }

    /* ===============================================  */
    /*      Main Menu                                   */
    /* ===============================================  */

    #main-menu,
    #bottom-header {
        position: relative;
        z-index: 999;
        background: #003E7E;
    }
    #bottom-header {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    #main-menu li {
        padding: 0;
        margin: 0;
        float: left;
    }
    #bottom-header li {
        padding: 0;
        margin-right: -4px;
    }
    #bottom-header li:first-child {
        padding-left: 5px;
    }
    #main-menu li:first-child a,
    #main-menu li:last-child a {
        padding: 13px 18px;
        display: block;
    }
    #main-menu li:first-child a i,
    #main-menu li:last-child a i {
        position: relative;
        top: 4px;
    }
    #main-menu li a,
    #bottom-header li a {
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 14px;
        line-height: 32px;
    }
    #main-menu li a:hover,
    #bottom-header li a:hover {
        background: #52BDEC;
    }

    /* ===============================================  */
    /*      Main Search                                 */
    /* ===============================================  */

    #search-form-toggle {
        
    }
    #search-form {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        background: #5C2836;
        padding: 15px;
        transform: translateY(-100%);
        opacity: 0;

        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition:    all 0.35s ease-in-out;
        -o-transition:      all 0.35s ease-in-out;
        -ms-transition:     all 0.35s ease-in-out;
        transition:         all 0.35s ease-in-out;
    }
    #search-form.active {
        transform: translateY(0%);
        opacity: 1;
    }

/* ===============================================  */
/*      Main Website Areas                          */
/* ===============================================  */

    /* Widgets */

    .widget {
        background: #FBFAFA;
        padding: 14px;
        margin: 30px 0;
    }
    .widget .title {
        font-size: 22px;
        color: #003E7E;
    }
    .widget p {
        line-height: 29px;
    }

    /* Page Content */

    #page-content {}
    #page-content ul {}
    #page-content ul li {
        line-height: 35px;
    }
    #page-content ul li::before {
        content: "\f105";
        display: inline-block;
        width: 20px;
        font: normal normal normal 14px/1 FontAwesome;
        color: #003E7E;
        font-size: 22px;
        position: relative;
        top: 1px;
    }

    /* ===============================================  */
    /* Home Page                                        */
    /* ===============================================  */

        /* Responsive Slides */
        
        #main-slider {
            margin-top: 5px;
        }
        .rslides {
            position: relative;
            list-style: none;
            overflow: hidden;
            width: 100%;
            padding: 0;
            margin: 0;
        }

        .rslides li {
            -webkit-backface-visibility: hidden;
            position: absolute;
            display: none;
            width: 100%;
            left: 0;
            top: 0;
        }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

        .rslides img {
            display: block;
            height: auto;
            float: left;
            width: 100%;
            border: 0;
        }

        /* Responsive Slides Pager */

        .rslides_tabs {
            position: absolute;
            bottom: 20px;
            right: 30px;
            z-index: 99999;
        }
        .rslides_tabs li {
            display: inline-block;
            margin-right: 8px;
        }
        .rslides_tabs li a {
            display: block;
            font-size: 0;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #FFFFFF;
        }
        .rslides_tabs li a:hover,
        .rslides_tabs li.rslides_here a {
            background: #003E7E;
        }

        #banner {
            padding: 15px 0;
            background: #003E7E;
            color: #fff;
            margin-top: 30px;
            text-align: center;
        }
        .banner-warning {
            padding: 15px 0;
            background: #D6001C;
            font-weight: bold;
            color: #fff;
            text-align: center;
        }
        .banner-warning p:last-child {
            margin-bottom: 0;
        }

    /* ===============================================  */
    /*      Products + Categories                       */
    /* ===============================================  */
    
    #featured-products {
        margin-top: 30px;
    }
    .products-list {
        margin: 0 10px;
    }

    .content,
    .grid-item {
        display: block;
        padding: 10px;
        background: #EEEDEB;
    }
    a.grid-item:hover {
        background: #52BDEC;
        color: #fff;
    }
    .grid-item .grid-item-overlay {}
    .grid-item .grid-item-thumbnail-hold {
        height: 300px;
        background: #ffffff;
        padding: 10px;

        display: flex;
        align-items: center;
        justify-content: center;
    }
    .grid-item .grid-item-thumbnail-hold .grid-item-thumbnail {
        width: 100%;
        height: auto;
        max-height: 300px;      
    }
    .grid-item .grid-item-title {
        margin-top: 5px;
        font-size: 17px;
        min-height: 50px;
        position: relative;
    }
    .grid-item .grid-item-title span {
        position: absolute;
        top: 50%;
        display: block;
        transform: translateY(-50%);
    }
    .grid-item .grid-item-info {

    }
    .grid-item .grid-item-info .grid-item-price {
        width: 50%;
        float: left;
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
    }
    .grid-item .grid-item-info .grid-item-price.incl-vat {}
    .grid-item .grid-item-info .grid-item-price.excl-vat {}
    .grid-item .grid-item-info .grid-item-price.vat-exempt { width: 100%; }

    /* Products */
    .grid-item.product {}
    
    /* Featured Products */
    .grid-item.product.featured {}

    /* Categories */
    .grid-item.category {}

    /* Featured Categories */
    .grid-item.category.featured {}

    /* Brands */
    .grid-item.brand {}

    /* ===============================================  */
    /*      Newsletter                                  */
    /* ===============================================  */

    /* ===============================================  */
    /*      Page Sidebar                                */
    /* ===============================================  */

    .sidebar {
        background: #003E7E;
        color: #fff;
        padding: 15px;
        margin-bottom: 30px;
    }
    .sidebar .sidebar-heading {
        display: block;
        font-size: 18px;
        font-weight: lighter;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 3px;
    }
    .nice-list {
        margin: 0;
    }
    .nice-list li {
        display: block;
    }
    .nice-list li a,
    .sidebar a {
        display: block;
        line-height: 45px;
        font-size: 15px;
        color: #fff;
        font-weight: lighter;
    }
    .sidebar a {
        line-height: 30px;
    }
    .nice-list li a i {
        font-size: 18px;
        margin-right: 20px;
    }
    .nice-list li a:hover,
    .sidebar a:hover {
        color: #52BDEC;
    }

    .opening-time {
        line-height: 30px;
    }
    .opening-time.highlight {
        color: #52BDEC;
    }

    /* ===============================================  */
    /*      Category List Template                      */
    /* ===============================================  */

    /* ===============================================  */
    /*      Category List Pages (Grid)                  */
    /* ===============================================  */

    /* ===============================================  */
    /*      Category List Pages (List)                  */
    /* ===============================================  */

    /* ===============================================  */
    /*      Product View Page                           */
    /* ===============================================  */

    .mainImageFixer {
        height: 400px;
        border: 3px solid #f3f3f3;
        margin-bottom: 30px;
    }
    .productImage  {
        display: block;
        height: 100%;
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100%;
    }
    #largeImage {
        max-height: 100%;
        position: absolute;
        transform: translateX(-50%);
    }

    /* ===============================================  */
    /*      Blog Section                                */
    /* ===============================================  */

    /* ===============================================  */
    /*      Shopping Cart                               */
    /* ===============================================  */

    .table-outer {}
    .table-outer .cart-table {}
    .table-outer .cart-table .cart-header,
    .table-outer .cart-table .cart-footer {
        padding: 10px;
        color: #fff;
        background: #003E7E;
    }
    .table-outer .cart-table .cart-body   {
        border-bottom: 2px solid #003E7E;
    }
    .table-outer .cart-table .cart-body .product-row {
        padding: 10px;
        border-left: 2px solid #003E7E;
        border-right: 2px solid #003E7E;
    }
    .table-outer .cart-table .cart-body .product-row:not(:last-child) {
        border-bottom: 2px solid #ddd;
    }
    .table-outer .cart-table .cart-footer {}
    .removeCartBtn { cursor: pointer; }
    
    /*.result-displayed .postcode-lookup-input,
    .result-displayed .postcode-lookup { display: none; }*/
    .postcode-lookup-input {
        border-color: #333333;
        border-width: 0 0 1px 0;
        box-sizing: border-box;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        position: relative;
        width: 200px;
    }
    .postcode-lookup {
        width: 140px;
    }
    .postcode-result {
        margin-top: 5px;
        text-align: center;
        width: 344px;
    }
    .postcode-result .alert {
        margin-bottom: 0;
    }

    /* ===============================================  */
    /*      Checkout                                    */
    /* ===============================================  */

    /* ===============================================  */
    /*      Login Area                                  */
    /* ===============================================  */

    /* ===============================================  */
    /*      Accounts Area                               */
    /* ===============================================  */
    
    .accounts-heading,
    .page-header {
        font-weight: lighter;
        margin-bottom: 20px;
        border-bottom: 2px solid #003E7E;
        padding-bottom: 4px;
        margin-top: 0;
    }
    h1.accounts-heading {
        font-size: 28px;
    }
    .accounts-legend {
        font-weight: lighter;
        font-size: 22px;
        color: #303030;
        border-color: #303030;
        margin-bottom: 20px;
    }

    /* ===============================================  */
    /*      Contact Page                                */
    /* ===============================================  */

    /* ===============================================  */
    /*      SCW MODAL                                   */
    /* ===============================================  */

    .scw-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(15,15,15,.8);
        z-index: 999999;

        opacity: 0;
        visibility: hidden;

        webkit-transition:  all 0.45s ease-in-out;
        -moz-transition:    all 0.45s ease-in-out;
        -o-transition:      all 0.45s ease-in-out;
        -ms-transition:     all 0.45s ease-in-out;
        transition:         all 0.45s ease-in-out;
    }
    .scw-modal.modal-active {
        opacity: 1;
        visibility: visible;
    }
    .scw-modal .scw-modal-in {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        z-index: 9999999;
        padding: 15px;
    }
    .scw-modal .scw-modal-close {
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 9999999;
        width: 50px;
        height: 50px;
        background: #52BDEC;
        cursor: pointer;

        webkit-transition:  all 0.45s ease-in-out;
        -moz-transition:    all 0.45s ease-in-out;
        -o-transition:      all 0.45s ease-in-out;
        -ms-transition:     all 0.45s ease-in-out;
        transition:         all 0.45s ease-in-out;
    }
    .scw-modal .scw-modal-close::before,
    .scw-modal .scw-modal-close::after {
        content: '';
        display: block;
        width: 3px;
        height: 50px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -24px;
        margin-left: -1px;
    }
    .scw-modal .scw-modal-close::before {
        transform: rotate(45deg);
    }
    .scw-modal .scw-modal-close::after  {
        transform: rotate(-45deg);
    }
    .scw-modal .scw-modal-close:hover {
        background: #003E7E;
    }

    /* ===============================================  */
    /*      Footer                                      */
    /* ===============================================  */

        #main-footer {
            margin: 30px 0 5px 0;
            padding: 10px 0;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }
        #main-footer h4 {
            font-size: 22px;
            margin-bottom: 20px;
        }
        #main-footer ul {}
        #main-footer ul li {}
        #main-footer ul li a {
            color: #000;
            font-size: 14px;
        }

        #copyright {
            font-size: 10px;
            padding: 4px 0;
            margin-bottom: 5px;
        }
        #copyright a {
            color: #000;
        }
        #copyright a:hover {
            color: #52BDEC;
        }

/* *********************************************
 * Christmas
 * ******************************************* */
 .snow{
    background-image:
        url(https://i.imgur.com/uYjnk8N.png),
            url(https://i.imgur.com/iAGD6MA.png),
            url(https://i.imgur.com/hIJDjbg.png);
    animation: snow 30s linear infinite;
}

@keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px}
}