﻿hr {
	border:0;                   /* for FF; border reset */
	background:transparent;     /* for Opera and Safari; remove default hr color */
	font-size:0px;              /* for FF to mimic the fix "margins" on hr in IE */
	border-top:1px solid #dddddd;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}

.pos-relative {
    position:relative;
}



/*** breadcrumbs ***/
.breadcrumbs-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#ffffff;
    padding: 0 0 20px 0;
    border-bottom:1px solid #dddddd;
    margin-bottom:30px;
}

    .breadcrumbs-wrap p {
        color: #666666;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 0.75em;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 180%;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

    .breadcrumbs-wrap a {
        color: #2c99d5;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 140%;
        padding: 0;
        text-decoration: none;
        font-size:1em;
    }

        .breadcrumbs-wrap a:hover {
            text-decoration: underline;
        }

    .breadcrumbs-wrap p span {
        color: #999999;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 140%;
        margin: 0 10px;
        padding: 0;
        text-decoration: none;
    }





    
    

   
    /*** product panels ***/
    .panels-wrap {
        margin-top:0;
        padding:30px 20px;
        margin-left:auto;
        margin-right:auto;
        background-color:#ffffff;
        overflow: hidden;
    }


    .panels-wrap h1 {
        font-family: "tablet-gothic-wide",sans-serif;
        font-size: 1.5em;
        font-weight: 700;
        color: #023b6e;
        line-height: 100%;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0;
        margin:0 0 40px 0;
    }

        .panels-wrap h2 {
            font-family:"tablet-gothic-wide",sans-serif;
            font-size:1.25em;
            font-weight:300;
            color:#023b6e;
            line-height: 100%;
            text-transform: uppercase;
            text-decoration: none;
            padding: 0;
            margin:0 0 30px 0;
        }
        
        .category-panel-wrap {
            width:220px;
            margin-left:auto;
            margin-right:auto;
            overflow:hidden;
        }

        .panel {
            min-height:32px;
            width: 220px;
            /*height: 126px;*/
            padding: 0;
            margin-right:0;
            margin-left:0;
            margin-bottom:10px;
            float: left;
            overflow: hidden;
            position: relative;
        }

        .panel-no-margin {
            margin-right:0;
        }

            .panel .panel-category-img {
                width:100%;
            }

            .panel-category {
                background-color: rgba(2, 59, 110, .95);
                border-top: none;
                bottom: 0;
                left: 0;
                padding: 10px;
                position: absolute;
                text-align: left;
                width: 200px;
                z-index: 5;
            }

                .panel-category-name {
                    position: relative;
                }

                .panel-category h3 {
                    font-family:"tablet-gothic-wide",sans-serif;
                    font-size:0.75em;
                    font-weight:600;
                    color:#ffffff;
                    line-height: 100%;
                    text-transform: uppercase;
                    text-decoration: none;
                    padding: 0;
                    margin:0;
                    letter-spacing: normal;
                }

                .panel-category-arrow {
                    width: 14px;
                    position: absolute;
                    right: 10px;
                    top: 9px;
                }



    /***  product list  ***/
    .product-list-wrap {
        width:220px;
        margin-left:auto;
        margin-right:auto;
    }

    .panels-wrap p.no-products {
        font-family:"tablet-gothic-wide",sans-serif;
        font-size:1em;
        font-weight:400;
        color:#023b6e;
    }

    .product-panel {
        width: 220px;
        margin-right:0;
        margin-left:0;
        margin-bottom:20px;
        float: none;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
        text-align:center;
    }

    .product-panel-no-margin {
        margin-right:0;
    }

        a.product-panel-img {
            border:1px solid #dddddd;
            width:218px;
            height:218px;
            display:block;
            margin-left:auto;
            margin-right:auto;
            margin-bottom:10px;
        }

        a.product-panel-img:before {      /* create a full-height inline block pseudo-element */
            content: ' ';
            display: inline-block;
            vertical-align: middle; /* vertical alignment of the inline element */
            height: 100%;
        }

        .product-panel-img img {
            max-width:176px;
            max-height:176px;
            display: inline-block;
            vertical-align:middle;
            margin:20px;
            overflow:hidden;
        }

        .product-title-wrap {
            height:50px;
        }

            a.product-panel-title {
                font-family:"tablet-gothic-wide",sans-serif;
                font-size:0.875em;
                font-weight:400;
                color:#2c99d5;
                text-decoration:none;
            }

            .product-panel:hover a.product-panel-title, a.product-panel-title:hover {
                color:#023b6e;
                text-decoration:underline;
            }




    /***  product detail  ***/
    .product-left-col {
        float:none;
        margin-top:40px;
        padding:0;
    }

        .product-image-wrap {
            width:300px;
            margin-left:auto;
            margin-right:auto;
        }

            .image-border {
                text-align:center;
                height:300px;
            }

            .image-border:before {      /* create a full-height inline block pseudo-element */
                content: ' ';
                display: inline-block;
                vertical-align: middle; /* vertical alignment of the inline element */
                height: 100%;
            }

                .image-border img {
                    max-width:260px;
                    max-height:260px;
                    margin:20px;
                    display: inline-block;
                    vertical-align: middle;
                }

            .product-image {
            }



        .product-video-wrap {
            width:300px;
            border-top:1px solid #dddddd;
            padding-top:20px;
            margin-top:20px;
            margin-left:auto;
            margin-right:auto;
        }
        
            .product-video {
                width:300px;
                height:169px;
            }


        
    .product-right-col {
        float:none;
        padding:0;
    }

        .product-detail {
            width:100%;
        }
            
            .product-detail hr {
	            border:0;                   /* for FF; border reset */
	            background:transparent;     /* for Opera and Safari; remove default hr color */
	            font-size:0px;              /* for FF to mimic the fix "margins" on hr in IE */
	            border-top:1px solid #eaeaea;
	            height:1px;
	            margin-top:30px;
	            margin-bottom:30px;
            }

            .product-detail h1 {
                font-size:1.25em;
                margin-bottom:6px;
            }

            .product-detail h2 {
                text-transform:capitalize;
                font-size:1.125em;
                font-weight:400;
                margin:0 0 20px 0;
            }

            .product-detail p {
                font-family:"tablet-gothic-wide",sans-serif;
                font-size:1em;
                font-weight:300;
                color:#666666;
                line-height:150%;
                margin:20px 0;
            }

            .product-item {
                margin-bottom:0;
            }

                .product-item label {
                    font-family:"tablet-gothic-wide",sans-serif;
                    font-size:0.8750em;
                    font-weight:400;
                    text-transform:uppercase;
                    color:#999999;
                }

                .product-item span {
                    font-family:"tablet-gothic-wide",sans-serif;
                    font-size:0.8750em;
                    font-weight:400;
                    color:#023b6e;
                }

            table.product-hire-price {
                width:100%;
                margin:0;
            }

                table.product-hire-price th.price-column {
                    font-family:"tablet-gothic-wide",sans-serif;
                    font-size:0.688em;
                    font-weight:400;
                    text-transform:uppercase;
                    color:#999999;
                    padding:0;
                }

                table.product-hire-price td {
                    padding:0;
                    text-align:center;
                }

                table.product-hire-price td span {
                    font-size:0.688em;
                }


            .product-detail p.price-note {
                font-family:Verdana, Geneva, Tahoma, sans-serif;
                font-size:0.75em;
                color:#333333;
                text-align:center;
            }


            .icon-spacer {
                margin:15px 0 0 0;
                overflow:auto;
            }

                .icon-wrap {
                    float:left;
                    text-align:center;
                    font-size:0.75em;
                    margin-right:5px;
                }

                    .icon-wrap img {
                        width:34px;
                    }

                
            .product-download-wrap {
                overflow:hidden;
                margin:15px 0 0 0;
            }

                a.product-download {
                    font-family:"tablet-gothic-wide",sans-serif;
                    font-size:0.750em;
                    font-weight:400;
                    text-transform:uppercase;
                    color:#ffffff;
                    background:url(/images/arrow-download.png) no-repeat right 12px #2896d3;
                    padding:10px 32px 10px 10px;
                    margin-right:10px;
                    margin-bottom:10px;
                    text-decoration:none;
                    display:block;
                    float:left;
                    -webkit-transition: background-color 0.4s ease-out;
                    -moz-transition: background-color 0.4s ease-out;
                    -o-transition: background-color 0.4s ease-out;
                    transition: background-color 0.4s ease-out;
                }

                a.product-download:last-of-type {
                    margin-right:0;
                }

                a.product-download:hover {
                    background-color:#1e7baf;
                }


                

            table.table-product-variant {
                border-spacing:0;
                width:100%;
                margin:0;
            }

                table.table-product-variant th {
                    font-family:"tablet-gothic-wide",sans-serif;
                    font-size:0.750em;
                    font-weight:400;
                    text-transform:uppercase;
                    color:#999999;
                    padding:6px;
                    text-align:left;
                }

                table.table-product-variant td {
                    font-family: "tablet-gothic-wide",sans-serif;
                    font-size: 0.875em;
                    font-weight: 300;
                    color: #666666;
                    padding:6px;
                }

                table.table-product-variant td {
                    border-bottom:1px dashed #dddddd;
                }

                table.table-product-variant tr:first-of-type td {
                    border-top:1px dashed #dddddd;
                }

                table.table-product-variant td span {
                    font-size:1em;
                }

                a.product-view {
                    font-family:"tablet-gothic-wide",sans-serif;
                    font-size:0.750em;
                    font-weight:300;
                    text-transform:uppercase;
                    color:#ffffff;
                    background-color:#2896d3;
                    padding:6px 4px;
                    display:block;
                    text-align:center;
                    text-decoration:none;
                    -webkit-transition: background-color 0.4s ease-out;
                    -moz-transition: background-color 0.4s ease-out;
                    -o-transition: background-color 0.4s ease-out;
                    transition: background-color 0.4s ease-out;
                }

                a.product-view:last-of-type {
                    margin-right:0;
                }

                a.product-view:hover {
                    background-color:#1e7baf;
                }



                    

                    a.basket-add {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:0.750em;
                        font-weight:400;
                        text-transform:uppercase;
                        color:#ffffff;
                        background-color:#2896d3;
                        padding:10px 10px 10px 10px;
                        text-decoration:none;
                        display:inline;
                        -webkit-transition: background-color 0.4s ease-out;
                        -moz-transition: background-color 0.4s ease-out;
                        -o-transition: background-color 0.4s ease-out;
                        transition: background-color 0.4s ease-out;
                        width:auto;
                    }

                    a.basket-add:hover {
                        background-color:#1e7baf;
                        cursor:pointer;
                    }

                    input.basket-qty {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:0.875em;
                        font-weight:400;
                        color:#023b6e;
                        padding:8px;
                        margin-right:10px;
                        border: 1px solid #c4c4c4;
                        background-color:#fafafa;
                        -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.1);
                        box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.1);
                    }

                    .basket-info {
                        position:absolute;
                        width:20px;
                        top:0px;
                        left:180px;
                    }





    /*** sub page ***/
    .subpage-wrap {
        margin-top:0;
        padding:30px 20px;
        margin-left:auto;
        margin-right:auto;
        background-color:#ffffff;
        overflow: hidden;
    }


    .subpage-wrap h1 {
        font-family: "tablet-gothic-wide",sans-serif;
        font-size: 1.5em;
        font-weight: 700;
        color: #023b6e;
        line-height: 100%;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0;
        margin:0 0 40px 0;
    }

        .subpage-wrap h2 {
            font-family:"tablet-gothic-wide",sans-serif;
            font-size:1.125em;
            font-weight:700;
            color:#023b6e;
            line-height: 100%;
            text-transform:capitalize;
            text-decoration: none;
            padding: 0;
            margin:0 0 20px 0;
        }

        .subpage-wrap h3 {
            font-family:"tablet-gothic-wide",sans-serif;
            font-size:1em;
            font-weight:700;
            color:#2c99d5;
            line-height: 100%;
            text-transform: capitalize;
            text-decoration: none;
            padding: 0;
            margin:0 0 20px 0;
        }

        .subpage-content p {
            font-family: "tablet-gothic-wide",sans-serif;
            font-size: 1em;
            font-weight: 300;
            color: #666666;
            line-height: 150%;
            margin: 20px 0;
        }

        .pdf_link {
            background: url(/images/Adobe_PDF_icon_24x24.png) no-repeat 0 4px;
            padding:4px 0 4px 30px;
            text-decoration:none;
        }

        .pdf_link:hover {
            background: url(/images/Adobe_PDF_icon_24x24.png) no-repeat 0 4px;
            padding:4px 0 4px 30px;
            text-decoration:underline;
        }

        .excel_link {
            background: url(/images/Excel_icon_24x24.png) no-repeat 0 6px;
            padding:4px 0 4px 30px;
            text-decoration:none;
        }

        .excel_link:hover {
            background: url(/images/Excel_icon_24x24.png) no-repeat 0 6px;
            padding:4px 0 4px 30px;
            text-decoration:underline;
        }

        .subpage-content table {
            font-family: "tablet-gothic-wide",sans-serif;
            font-weight: 300;
            color: #666666;
        }

            .subpage-content table tr td {
                font-size: 1em;
                padding:4px 4px;
            }

            .subpage-content table tr td:first-of-type {
                padding-left:0;
            }

            .subpage-content table tr td:last-of-type {
                padding-right:0;
            }



        .subpage-content p.basket-empty {
            color: #ce3b28;
        }

        

        .subpage-content ul {
            font-family: "tablet-gothic-wide",sans-serif;
            font-size: 1em;
            font-weight: 300;
            color: #666666;
            line-height: 150%;
            margin: 20px 0;
        }
        


            .form-wrap {
                padding-bottom:30px;
                margin-bottom:30px;
                border-bottom:1px solid #dddddd;
                display:block;
                overflow:hidden;
            }

                .form-msg {
                    background-color:#006633;
                    padding:30px;
                    margin-bottom:20px;
                }

                .form-msg p {
                    font-family:Verdana, Geneva, Tahoma, sans-serif;
                    font-size:1em;
                    color:#ffffff;
                }

                .form-msg:first-of-type {
                    margin-top:0;
                }

                .form-msg:last-of-type {
                    margin-bottom:0;
                }

                .form-msg-error {
                    background-color:#d54848;
                    padding:30px;
                    margin-bottom:20px;
                }

                .form-msg-error p {
                    font-family:Verdana, Geneva, Tahoma, sans-serif;
                    font-size:1em;
                    color:#ffffff;
                }

                .form-msg-error:first-of-type {
                    margin-top:0;
                }

                .form-msg-error:last-of-type {
                    margin-bottom:0;
                }

                .form-item-wrap {
                    display:block;
                    overflow:hidden;
                    margin-bottom:10px;
                }

                    .form-item-wrap label {
                        font-family:Verdana, Geneva, Tahoma, sans-serif;
                        font-size:0.750em;
                        color:#666666;
                        width:150px;
                        line-height:40px;
                        float:left;
                    }

                    .form-item-wrap span {
                        font-family:Verdana, Geneva, Tahoma, sans-serif;
                        font-size:1em;
                        color:#212121;
                        line-height:40px;
                        float:left;
                    }

                    .form-item-wrap input {
                        font-family:Verdana, Geneva, Tahoma, sans-serif;
                        font-size:1em;
                        float:left;
                        width:80%;
                        border:1px solid #dddddd;
                        padding:10px;
                        margin-bottom:4px;
                        color:#212121;
                        background-color:#f9f9f9;
                    }

                    .form-item-wrap input.large {
                        font-family:Verdana, Geneva, Tahoma, sans-serif;
                        font-size:1em;
                        float:left;
                        width:700px;
                        border:1px solid #dddddd;
                        padding:10px;
                        margin-bottom:4px;
                        color:#212121;
                        background-color:#f9f9f9;
                    }

                    .form-item-wrap select {
                        font-family:Verdana, Geneva, Tahoma, sans-serif;
                        font-size:1em;
                        float:left;
                        width:418px;
                        border:1px solid #dddddd;
                        padding:10px;
                        margin-bottom:4px;
                        color:#212121;
                        background-color:#f9f9f9;
                    }

                    .form-item-wrap select.large {
                        font-family:Verdana, Geneva, Tahoma, sans-serif;
                        font-size:1em;
                        float:left;
                        width:714px;
                        border:1px solid #dddddd;
                        padding:10px;
                        margin-bottom:4px;
                        color:#212121;
                        background-color:#f9f9f9;
                    }

                    .form-item-wrap .g-recaptcha {
                        float:left;
                        width:80%;
                    }

                    .form-item-wrap textarea {
                        font-family:Verdana, Geneva, Tahoma, sans-serif;
                        font-size:0.875em;
                        line-height:150%;
                        float:left;
                        width:80%;
                        border:1px solid #dddddd;
                        padding:10px;
                        margin-bottom:4px;
                        color:#212121;
                        background-color:#f9f9f9;
                    }

                    .form-item-wrap input.no-label {
                        margin-left:150px;
                    }

                    .form-item-wrap span.chkbox input {
                        font-family:Verdana, Geneva, Tahoma, sans-serif;
                        font-size:1em;
                        float:left;
                        width:auto;
                        border:1px solid #dddddd;
                        padding:10px;
                        margin-bottom:4px;
                        color:#444444;
                        background-color:#f9f9f9;
                    }

                    .form-item-wrap span.form-error {
                        font-family:Verdana, Geneva, Tahoma, sans-serif;
                        color:#cc0000;
                        font-size:1em;
                        margin-left:10px;
                        line-height:36px;
                        float:left;
                    }

                        .form-item-wrap input.btn-finished {
                            font-family:Verdana, Geneva, Tahoma, sans-serif;
                            font-size: 0.875em;
                            color: #ffffff;
                            background-color:#2896d3;
                            padding: 12px 15px 12px 15px;
                            text-decoration: none;
                            border:none;
                            width:auto;
                            -webkit-transition: background-color 0.4s ease-out;
                            -moz-transition: background-color 0.4s ease-out;
                            -o-transition: background-color 0.4s ease-out;
                            transition: background-color 0.4s ease-out;
                        }

                        .form-item-wrap input.btn-finished:hover {
                            background-color: #1e7baf;
                            cursor:pointer;
                        }

                        .form-item-wrap table.SpamCheck {
                            font-family: Verdana, Geneva, Tahoma, sans-serif;
                            font-size: 0.75em;
                            color: #666666;
                            width: 100%;
                            float:left;
                            width:380px;
                        }

                            .form-item-wrap table.SpamCheck tr td {
                                margin: 0;
                                padding: 0;
                            }

                                .form-item-wrap table.SpamCheck tr td input {
                                    font-size: 1.125em;
                                    width:330px;
                                }

                                                    .form-item-wrap table.SpamCheck tbody tr td span.form-error {
                                                        font-size: 11px;
                                                    }





            .depot-wrap {
                padding-bottom:30px;
                margin-bottom:30px;
                border-bottom:1px solid #dddddd;
            }

            .depot-detail-wrap:after {
                content:'';
                display:block;
                clear: both;
            }

                .depot-detail {
                }

                    .depot-detail p {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:1em;
                        font-weight:300;
                        color:#666666;
                        line-height: 140%;
                    }

                    .depot-detail p:first-of-type {
                        margin-top:0;
                    }

                    .depot-detail p:last-of-type {
                        margin-bottom:0;
                    }

                .depot-times {
                    margin-top:30px;
                }

                    .depot-times span {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:1em;
                        font-weight:300;
                        color:#666666;
                        line-height: 140%;
                    }

            .depot-directions {
                margin:20px 0 ;
            }

            .depot-directions:after {
                content:'';
                display:block;
                clear: both;
            }

                input.direction-from {
                    font-family:"tablet-gothic-wide",sans-serif;
                    font-size:0.875em;
                    font-weight:400;
                    color:#023b6e;
                    padding:8px;
                    margin-right:10px;
                    border: 1px solid #c4c4c4;
                    background-color:#fafafa;
                    -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.1);
                    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.1);
                    float:left;
                }

                a.btn-directions {
                    font-family:"tablet-gothic-wide",sans-serif;
                    font-size:0.750em;
                    font-weight:300;
                    text-transform:uppercase;
                    color:#ffffff;
                    background-color:#2896d3;
                    padding:8px 6px;
                    display:block;
                    text-align:center;
                    text-decoration:none;
                    -webkit-transition: background-color 0.4s ease-out;
                    -moz-transition: background-color 0.4s ease-out;
                    -o-transition: background-color 0.4s ease-out;
                    transition: background-color 0.4s ease-out;
                    float:left;
                }

                a.btn-directions:hover {
                    background-color:#1e7baf;
                    cursor:pointer;
                }


            .map-wrap {
                padding:10px;
                border:1px solid #dddddd;
                margin-bottom:20px;
            }

                .depot-map {
                    width:100%;
                    height:250px;
                }


                table.table-opening-times {

                }

                    .table-opening-times th {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:1em;
                        font-weight:300;
                        color:#666666;
                        padding:0 6px;
                        text-align:center;
                    }

                    .table-opening-times td {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:1em;
                        font-weight:300;
                        color:#666666;
                        padding:0 6px;
                    }

                    .table-opening-times tr td:first-of-type {
                        padding-left:0;
                    }








                /***  basket process table  ***/
                table.table-basket-full {
                    width: 100%;
                    border-collapse: collapse;
                    border-spacing: 0;
                    border-collapse: separate;
                    margin:40px 0 20px 0;
                }

                    table.table-basket-full tr th {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:0.875em;
                        font-weight:300;
                        color:#ffffff;
                        background-color:#003366;
                        padding:4px;
                        text-align:center;
                    }

                    table.table-basket-full tr td {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:0.75em;
                        font-weight:300;
                        color:#666666;
                        padding:4px;
                        border-bottom:1px solid #dddddd;
                    }


                    table.table-basket-full tr td span.form-error {
                        font-family: Verdana, Geneva, Tahoma, sans-serif;
                        color: #cc0000;
                        font-size: 1em;
                        margin-left: 10px;
                        line-height: 36px;
                        float: none;
                    }

                    table.table-basket-full tr td a {
                        color:#023b6e;
                    }

                    table.table-basket-full tr td a:hover {
                        color:#2c99d5;
                    }
                    
                    table.table-basket-full tr td input {
                        font-family: Verdana, Geneva, Tahoma, sans-serif;
                        font-size: 0.75em;
                        width:100px;
                        border: 1px solid #bcbcbc;
                        padding: 4px;
                        margin-bottom: 4px;
                        color: #212121;
                        background-color: #f9f9f9;
                    }
                    
                    table.table-basket-full tr td input.qty {
                        width:30px;
                    }

                    table.table-basket-full tr td input.basket-remove-item {
                        font-family: "tablet-gothic-wide",sans-serif;
                        font-size: 0.688em;
                        font-weight: 400;
                        text-transform: uppercase;
                        color: #ffffff;
                        background-color: #ce3b28;
                        padding:4px 6px;
                        text-decoration: none;
                        border:none;
                        display: inline;
                        -webkit-transition: background-color 0.4s ease-out;
                        -moz-transition: background-color 0.4s ease-out;
                        -o-transition: background-color 0.4s ease-out;
                        transition: background-color 0.4s ease-out;
                        width: auto;
                    }

                        table.table-basket-full tr td input.basket-remove-item:hover {
                            background-color:#aa3627;
                            cursor:pointer;
                        }


                        .btn-basket-send {
                            font-family: "tablet-gothic-wide",sans-serif;
                            font-size: 1em;
                            font-weight: 400;
                            color: #ffffff;
                            background-color: #2896d3;
                            padding: 10px 10px 10px 10px;
                            text-decoration: none;
                            display: inline;
                            -webkit-transition: background-color 0.4s ease-out;
                            -moz-transition: background-color 0.4s ease-out;
                            -o-transition: background-color 0.4s ease-out;
                            transition: background-color 0.4s ease-out;
                            width: auto;
                            float:right;
                            border:none;
                        }

                        .btn-basket-send:hover {
                            background-color: #1e7baf;
                            cursor: pointer;
                        }




                /***  basket depot table  ***/
                .basket-depot-wrap {

                }

                    .basket-depot-wrap span.form-error {
                        font-family: Verdana, Geneva, Tahoma, sans-serif;
                        color: #cc0000;
                        font-size: 1em;
                        margin-left: 10px;
                        line-height: 36px;
                        float: none;
                    }

                table.table-basket-depot {
                    width: 100%;
                    border-spacing: 0;
                    border-collapse: separate;
                    margin:20px 0;
                }

                    .table-basket-depot td {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:0.875em;
                        font-weight:300;
                        color:#666666;
                        padding:6px;
                        text-align:left;
                    }

                    .table-basket-depot td input {
                        margin-right:10px;
                    }

                    .basket-form-wrap .form-item-wrap input, .basket-form-wrap .form-item-wrap textarea {
                        font-family: Verdana, Geneva, Tahoma, sans-serif;
                        font-size: 0.875em;
                        border: 1px solid #bcbcbc;
                        padding: 8px;
                        margin-bottom: 4px;
                        color: #212121;
                        background-color: #f9f9f9;
                    }

                    .basket-form-wrap .form-item-wrap label {
                        width: 210px;
                    }





/*** styles for 480px ***/
@media screen and (min-width: 480px) {   
    
    /*** product panels ***/
    .panels-wrap {
        margin-top:0;
        padding:30px 20px;
    }


    .panels-wrap h1 {
        font-size: 1.5em;
    }

        .panels-wrap h2 {
            font-size:1.25em;
        }
        
        .category-panel-wrap {
            width:440px;;
        }

        .panel {
            width: 200px;
            /*height: 114px;*/
            padding: 0;
            margin-right:10px;
            margin-left:10px;
            margin-bottom:20px;
            float: left;
            overflow: hidden;
            position: relative;
        }

            .panel-category {
                width: 180px;
            }
                .panel-category h3 {
                    font-size:0.75em;
                }

                .panel-category-arrow {
                    width: 14px;
                    position: absolute;
                    right: 10px;
                    top: 9px;
                }





    /***  product list  ***/
    .product-list-wrap {
        width:440px;
    }

    .product-panel {
        width: 180px;
        margin-right:20px;
        margin-left:20px;
        margin-bottom:30px;
        float: left;
        overflow: hidden;
        position: relative;
        background-color: #ffffff;
        text-align:center;
    }

        a.product-panel-img {
            border:1px solid #dddddd;
            width:178px;
            height:178px;
            display:block;
            margin-left:auto;
            margin-right:auto;
            margin-bottom:10px;
        }

        .product-panel-img img {
            max-width:136px;
            max-height:136px;
        }



        
        /***  product detail  ***/

            .product-image-wrap {
                width:360px;
            }

                .image-border {
                    text-align:center;
                    height:360px;
                }

                    .image-border img {
                        max-width:320px;
                        max-height:320px;
                        margin:20px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                .product-image {
                }

                



        .product-video-wrap {
            width:360px;
        }

        
            .product-video {
                width:360px;
                height:203px;
            }



                .product-detail h1 {
                    font-size:1.375em;
                    margin-bottom:6px;
                }

                    table.product-hire-price td {
                        padding:0 2px;
                        text-align:center;
                    }

                    table.product-hire-price td span {
                        font-size:0.750em;
                    }


                

                    a.product-view {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:0.688em;
                        font-weight:300;
                        text-transform:uppercase;
                        color:#ffffff;
                        background-color:#2896d3;
                        padding:6px 4px;
                        display:block;
                        text-align:center;
                        text-decoration:none;
                        -webkit-transition: background-color 0.4s ease-out;
                        -moz-transition: background-color 0.4s ease-out;
                        -o-transition: background-color 0.4s ease-out;
                        transition: background-color 0.4s ease-out;
                    }

                    a.product-view:last-of-type {
                        margin-right:0;
                    }

                    a.product-view:hover {
                        background-color:#1e7baf;
                    }





    /*** sub page ***/
    .subpage-wrap {
        margin-top:0;
        padding:30px 20px;
        margin-left:auto;
        margin-right:auto;
    }

    .subpage-wrap h1 {
        font-size: 1.5em;
        margin:0 0 40px 0;
    }

        .subpage-wrap h2 {
            font-size:1.125em;
            margin:0 0 20px 0;
        }


            .form-item-wrap input {
                width:380px;
            }

            .form-item-wrap textarea {
                width:380px;
            }


}







/*** styles for 768px ***/
@media screen and (min-width: 768px) {
    
    /*** product panels ***/
    .panels-wrap {
        margin-top:30px;
        width:688px;
    }


    .panels-wrap h1 {
        font-size: 1.5em;
    }

        .panels-wrap h2 {
            font-size:1.25em;
        }
        
        .category-panel-wrap {
            width:auto;
            margin-left:-20px;
            margin-right:-20px;
        }

        .panel {
            width: 222px;
            /*height: 127px;*/
            padding: 0;
            margin-right:10px;
            margin-left:10px;
            margin-bottom:20px;
            float: left;
            overflow: hidden;
            position: relative;
        }

            .panel-category {
                width: 202px;
            }

                .panel-category h3 {
                    font-size:0.75em;
                }

                .panel-category-arrow {
                    width: 14px;
                    position: absolute;
                    right: 10px;
                    top: 9px;
                }



                
        /***  product list  ***/
        .product-list-wrap {
            margin-left:-25px;
            margin-right:-25px;
            width:auto;
        }

        .product-panel {
            width: 196px;
            margin-right:25px;
            margin-left:25px;
            margin-bottom:30px;
            float: left;
            overflow: hidden;
            position: relative;
            background-color: #ffffff;
            text-align:center;
        }

            a.product-panel-img {
                border:1px solid #dddddd;
                width:194px;
                height:194px;
                display:block;
                margin-left:auto;
                margin-right:auto;
                margin-bottom:10px;
            }

            .product-panel-img img {
                max-width:152px;
                max-height:152px;
            }



            
        /***  product detail  ***/

            .product-image-wrap {
                width:360px;
            }

                .image-border {
                    text-align:center;
                    height:360px;
                }

                    .image-border img {
                        max-width:320px;
                        max-height:320px;
                        margin:20px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                .product-image {
                }
                


        .product-video-wrap {
            width:360px;
        }

        
            .product-video {
                width:360px;
                height:203px;
            }


                .product-detail h1 {
                    font-size:1.625em;
                    margin-bottom:6px;
                }

                    table.product-hire-price th.price-column {
                        font-size:0.750em;
                    }

                    table.product-hire-price td span {
                        font-size:0.8750em;
                    }





    /*** sub page ***/
    .subpage-wrap {
        margin-top:30px;
        padding:30px 20px;
        width:688px;
        margin-left:auto;
        margin-right:auto;
    }

    .subpage-wrap h1 {
        font-size: 1.5em;
        margin:0 0 40px 0;
    }

        .subpage-wrap h2 {
            font-size:1.125em;
            margin:0 0 20px 0;
        }

            .depot-wrap {
                padding-bottom:30px;
                margin-bottom:30px;
                border-bottom:1px solid #dddddd;
                overflow:auto;
            }

                .depot-detail {
                    width:48%;
                    float:left;
                    margin-right:2%;
                }

                    .depot-detail p {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:1em;
                        font-weight:300;
                        color:#666666;
                        line-height: 140%;
                    }

                .depot-times {
                    margin-top:0;
                    width:48%;
                    float:left;
                }

                    .depot-times span {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:1em;
                        font-weight:300;
                        color:#666666;
                        line-height: 140%;
                    }








                /***  basket process table  ***/
                table.table-basket-full {
                    width: 100%;
                    border-collapse: collapse;
                    border-spacing: 0;
                    border-collapse: separate;
                    margin:40px 0 20px 0;
                }

                    table.table-basket-full tr th {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:1em;
                        font-weight:300;
                        color:#ffffff;
                        background-color:#003366;
                        padding:6px;
                        text-align:center;
                    }

                    table.table-basket-full tr td {
                        font-family:"tablet-gothic-wide",sans-serif;
                        font-size:0.875em;
                        font-weight:300;
                        color:#666666;
                        padding:6px;
                        border-bottom:1px solid #dddddd;
                    }


                    table.table-basket-full tr td span.form-error {
                        font-family: Verdana, Geneva, Tahoma, sans-serif;
                        color: #cc0000;
                        font-size: 1em;
                        margin-left: 10px;
                        line-height: 36px;
                        float: none;
                    }

                    table.table-basket-full tr td a {
                        color:#023b6e;
                    }

                    table.table-basket-full tr td a:hover {
                        color:#2c99d5;
                    }
                    
                    table.table-basket-full tr td input {
                        font-family: Verdana, Geneva, Tahoma, sans-serif;
                        font-size: 0.875em;
                        width:100px;
                        border: 1px solid #bcbcbc;
                        padding: 8px;
                        margin-bottom: 4px;
                        color: #212121;
                        background-color: #f9f9f9;
                    }
                    
                    table.table-basket-full tr td input.qty {
                        width:30px;
                    }

                    table.table-basket-full tr td input.basket-remove-item {
                        font-family: "tablet-gothic-wide",sans-serif;
                        font-size: 0.688em;
                        font-weight: 400;
                        text-transform: uppercase;
                        color: #ffffff;
                        background-color: #ce3b28;
                        padding:6px 10px;
                        text-decoration: none;
                        border:none;
                        display: inline;
                        -webkit-transition: background-color 0.4s ease-out;
                        -moz-transition: background-color 0.4s ease-out;
                        -o-transition: background-color 0.4s ease-out;
                        transition: background-color 0.4s ease-out;
                        width: auto;
                    }

                        table.table-basket-full tr td input.basket-remove-item:hover {
                            background-color:#aa3627;
                            cursor:pointer;
                        }


                        .btn-basket-send {
                            font-family: "tablet-gothic-wide",sans-serif;
                            font-size: 1em;
                            font-weight: 400;
                            color: #ffffff;
                            background-color: #2896d3;
                            padding: 10px 10px 10px 10px;
                            text-decoration: none;
                            display: inline;
                            -webkit-transition: background-color 0.4s ease-out;
                            -moz-transition: background-color 0.4s ease-out;
                            -o-transition: background-color 0.4s ease-out;
                            transition: background-color 0.4s ease-out;
                            width: auto;
                            float:right;
                            border:none;
                        }

                        .btn-basket-send:hover {
                            background-color: #1e7baf;
                            cursor: pointer;
                        }


}









/*** styles for 1024px ***/
@media screen and (min-width: 1024px) {
    
    /*** product panels ***/
    .panels-wrap {
        margin-top:30px;
        width:940px;
    }


    .panels-wrap h1 {
        font-size: 1.625em;
    }


        .panels-wrap h2 {
            font-size:1.375em;
        }
        
        .category-panel-wrap {
            width:auto;
            margin-left:-10px;
            margin-right:-10px;
        }

        .panel {
            width: 220px;
            /*height: 126px;*/
            padding: 0;
            margin-right:10px;
            margin-left:10px;
            margin-bottom:20px;
            float: left;
            overflow: hidden;
            position: relative;
        }

            .panel-category {
                width: 200px;
            }

                .panel-category h3 {
			font-size:0.75em;
                }

                .panel-category-arrow {
                    width: 14px;
                    position: absolute;
                    right: 10px;
                    top: 9px;
                }



        /***  product list  ***/
        .product-list-wrap {
            margin-left:-20px;
            margin-right:-20px;
        }

        .product-panel {
            width: 164px;
            margin-right:15px;
            margin-left:15px;
            margin-bottom:30px;
            float: left;
            overflow: hidden;
            position: relative;
            background-color: #ffffff;
            text-align:center;
        }

            a.product-panel-img {
                border:1px solid #dddddd;
                width:162px;
                height:162px;
                display:block;
                margin-left:auto;
                margin-right:auto;
                margin-bottom:10px;
            }

            .product-panel-img img {
                max-width:122px;
                max-height:122px;
            }





            
        /***  product detail  ***/
        .product-left-col {
            float:left;
            width:360px;
            margin-top:0;
        }

            .product-image-wrap {
                width:360px;
            }

                .image-border {
                    text-align:center;
                    height:360px;
                }

                    .image-border img {
                        max-width:320px;
                        max-height:320px;
                        margin:20px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                .product-image {
                }



        .product-video-wrap {
            width:360px;
        }
        
            .product-video {
                width:360px;
                height:203px;
            }

        
        .product-right-col {
            float:right;
            width:550px;
            padding-left:30px;
        }

            .product-detail {
                width:550px;
            }

                .product-detail h1 {
                    font-size:1.5em;
                    margin-bottom:6px;
                }

                .product-detail h2 {
                    font-size:1em;
                }

                .product-detail p {
                    font-size:0.875em;
                }

                    table.product-hire-price th.price-column {
                        font-size:0.688em;
                        padding:0 2px;
                    }

                    table.product-hire-price td span {
                        font-size:0.750em;
                    }


                


                    table.table-product-variant th {
                        font-size:0.688em;
                    }

                    table.table-product-variant td {
                        font-size: 0.75em;
                    }





    /*** sub page ***/
    .subpage-wrap {
        margin-top:30px;
        padding:30px 20px;
        width:940px;
        margin-left:auto;
        margin-right:auto;
    }

    .subpage-wrap h1 {
        font-size: 1.625em;
        margin:0 0 40px 0;
    }

        .subpage-wrap h2 {
            font-size:1.25em;
            margin:0 0 20px 0;
        }           
    

}







/*** styles for 1280px ***/
@media screen and (min-width: 1280px) {    
    
    /*** product panels ***/
    .panels-wrap {
        margin-top:30px;
        padding:30px 30px;
        width:1180px;
    }


    .panels-wrap h1 {
        font-size: 1.75em;
    }

        .panels-wrap h2 {
            font-size:1.5em;
        }
        
        .category-panel-wrap {
            width:auto;
            margin-left:-10px;
            margin-right:-10px;
        }

        .panel {
            width: 280px;
            min-height:46px;
            /*height: 160px;*/
            padding: 0;
            margin-right:10px;
            margin-left:10px;
            margin-bottom:20px;
            float: left;
            overflow: hidden;
            position: relative;
        }


            .panel-category {
                padding: 15px;
                width: 250px;
            }

                .panel-category h3 {
                    font-size:1em;
                }

                .panel-category-arrow {
                    width: 20px;
                    position: absolute;
                    right: 15px;
                    top: 13px;
                }




        /***  product list  ***/
        .product-list-wrap {
            margin-left:-30px;
            margin-right:-30px;
        }

        .product-panel {
            width: 188px;
            margin-right:30px;
            margin-left:30px;
            margin-bottom:30px;
            float: left;
            overflow: hidden;
            position: relative;
            background-color: #ffffff;
            text-align:center;
        }

            a.product-panel-img {
                border:1px solid #dddddd;
                width:186px;
                height:186px;
                display:block;
                margin-left:auto;
                margin-right:auto;
                margin-bottom:10px;
            }

            .product-panel-img img {
                max-width:144px;
                max-height:144px;
            }



            
        /***  product detail  ***/
        .product-left-col {
            float:left;
            width:462px;
            margin-top:0;
        }

            .product-image-wrap {
                width:462px;
            }

                .image-border {
                    text-align:center;
                    height:462px;
                }

                .image-border:before {      /* create a full-height inline block pseudo-element */
                    content: ' ';
                    display: inline-block;
                    vertical-align: middle; /* vertical alignment of the inline element */
                    height: 100%;
                }

                    .image-border img {
                        max-width:400px;
                        max-height:400px;
                        margin:30px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                .product-image {
                }




        .product-video-wrap {
            width:462px;
        }

        
            .product-video {
                width:462px;
                height:260px;
            }



        
        .product-right-col {
            float:right;
            width:678px;
            padding-left:40px;
        }

            .product-detail {
                width:678px;
            }

                .product-detail h1 {
                    margin-bottom:6px;
                }

                .product-detail h2 {
                    text-transform:capitalize;
                    font-size:1.125em;
                    font-weight:400;
                    margin:0 0 20px 0;
                }

                .product-detail p {
                    font-size:1em;
                }

                    table.product-hire-price th.price-column {
                        font-size:0.750em;
                        padding:0 2px;
                    }

                    table.product-hire-price td {
                        padding:0 2px;
                        text-align:center;
                    }

                    table.product-hire-price td span {
                        font-size:1em;
                    }

                        .icon-wrap img {
                            width:40px;
                        }

                
                .product-download-wrap {
                    overflow:hidden;
                    margin:15px 0 0 0;
                }


                


                    table.table-product-variant th {
                        font-size:0.750em;
                    }

                    table.table-product-variant td {
                        font-size: 1em;
                        padding:6px;
                    }



    
    

    /*** sub page ***/
    .subpage-wrap {
        margin-top:30px;
        padding:30px 30px;
        width:1180px;
        margin-left:auto;
        margin-right:auto;
    }

    .subpage-wrap h1 {
        font-size: 1.75em;
        margin:0 0 40px 0;
    }

        .subpage-wrap h2 {
            font-size:1.25em;
            margin:0 0 20px 0;
        }

        .subpage-wrap h3 {
            font-size:1.125em;
            margin:0 0 20px 0;
        }


}