@import url(https://fonts.googleapis.com/css?family=Averia+Libre:400,700);

:focus{
    outline: 0;
}

body{
    height: 100%;
    width: 100%;
    position: absolute;
    line-height: 15px !important;
    padding-top: 20px;
    padding-bottom: 40px;
}

a{
    text-decoration: none;
    color: #000;
}

a:hover{
    color: #090;
}

a img{
    border: none;
}

div#page{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 8px 15px rgba(50, 50, 50, 1);
}

#container{
    padding: 5px;
    border-radius: 10px;
}

#header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 90px;
    padding: 5px;
}

#companyLogo{
    width: 100%;
}

.strapline{
    font-size: 20px;
    margin: 0 !important;
}

#strapline_row, #strapline_span{
    text-align: center;
    padding: 0!important;
}

#footerWrapper{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav li a, h1, h2, h3, h4, h5{
    font-family: 'Averia Libre', sans-serif !important;
}

.specialFont{
    font-family: 'Averia Libre', sans-serif !important;
}

.carousel-inner .item img{
    margin-left: auto;
    margin-right: auto;
}

#adminBar{
    float: left;
    position: fixed;
    left: 0%;
    height: 2%;
    bottom: 0%;
    z-index: 3000;
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
}

#adminBarItems, #adminBarItems h3, #adminBarItems h4{
    display: inline;
    float: left;
    padding: 0 20px 0 5px;
    margin-top: 1px;
}

.adminBarLinks{
    color: #fff;
}

.adminBarLinks:hover{
    color: red;
}

div#content{
    width: 100%;
    float: left;
    padding: 0;
    min-height: 500px;
}

div#pageContent{
    padding: 5px;
}

.clear{
    clear: both;
}

span.required{
    color: #c00;
}

div.error{
    color: #c00;
    background-color: #ffe9e9;
    border: 1px solid #900;
    padding: 2px;
    border-radius: 3px;
}

div.good{
    color: #0b0;
    background-color: #eef8ea;
    border: 1px solid #090;
    padding: 2px;
    border-radius: 3px;
}

.addButton, .addButton:focus{
    border: none;
    background-color: transparent !important;
    background: url('/css/icons/add.png') center no-repeat;
    height: 16px;
    width: 16px;
}

.addButton:hover{
    cursor: pointer;
}

.deleteButton, .deleteButton:focus{
    border: none !important;
    background-color: transparent !important;
    background: url('/css/icons/delete.png') center no-repeat;
    height: 16px;
    width: 16px;
}

.deleteButton:hover{
    cursor: pointer;
}

table.items{
    margin-bottom: 10px;
}

table.items th{
    color: #666;
    white-space: nowrap;
}

table.items td{
    padding: 2px;
}

table.items td input, table.items td select, table.items td option{
    font-size: 9pt;
    background-color: #fff;
    padding-left: 2px;
}

table.items td input, table.items td select{
    border: 1px solid #999;
}

table.items td input:focus, table.items td select:focus{
    border: 1px solid #090;
    background-color: #eef8ea;
}

.deleted td.data{
    text-decoration: line-through;
}

#mainmenu{
    background-color: #fff;
    padding: 4px 0 4px 20px;
    margin: 0;
    border-bottom: 1px solid #c30;
}

#mainmenu li{
    display: inline;
}

#mainmenu li.active a{
    background-color: #f30;
    color: #fff;
}

#mainmenu ul li{
    display: inline;
}

#mainmenu li a{
    color: #ff920a;
    background-color: transparent;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 12px;
}

#mainmenu li a:hover{
    color: #fff;
    background-color: #ff920a;
}

#footermenu li{
    display: inline;
}

#footermenu li a{
    color: #fff;
    padding: 5px;
}

#footermenu ul li{
    display: inline;
}

#footermenu li a{
    color: #fff;
    background-color: transparent;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 6px;
}

#cart{
    position: absolute;
    top: 110px;
    left: 1150px;
    color: #fff;
}

html body div#page div#cart ul#basket li{
    display: inline;
    padding-right: 2px;
    color: #fff;
}

html body div#page div#cart ul#basket li a{
    color: #fff;
}

div#sidebar{
    color: #fff;
    width: 180px;
    top: 139px;
    float: left;
    padding: 5px;
    z-index: 2000;
    position: absolute;
    background-color: #d9d9da;
    border: 1px solid #000;
    border-bottom-right-radius: 10px;
    box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
}

#catListWrapper{
    display: block;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 6px 6px 5px rgba(50, 50, 50, 1);
}

#catListHeader{
    display: block;
    padding: 2px;
    text-align: center;
    box-shadow: 5px 5px transparent;
    color: #000;
}

#catListHeader h1{
    color: #ff9f28;
    margin-top: -1px;
    font-size: 18px;
}

#catListWrapper h4{
    text-align: center;
    color: #ff9f28;
    margin-top: -1px;
    font-size: 12px;
}

.catListLogo{
    margin-left: 15px;
}

#catList{
    margin-left: -40px;
    color: #000;
}

#catList ul{
    font-size: 10px;
}

#catItem{
    display: block;
    height: 50px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 2px;
    padding-right: 0;
    border-radius: 10px;
}

.catItemImageWrapper{
    height: 100%;
    padding: 1px;
}

.catTitle{
    display: block;
    height: 100%;
    margin-right: 2px;
    border: 1px solid transparent;
    margin-top: -1px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.catTitle:hover{
    color: #fff;
    background-color: #dbdbdb;
    border: 1px solid #000;
}

html body div#page div#sidebar span#catListWrapper div#catList.list-view ul.items li#catItem span.catTitle:hover a.catlink{
    color: #000;
}

html body div#page div#sidebar span#catListWrapper div#catList.list-view ul.items li#catItem span.catTitle a.catlink:hover{
    color: #000;
}

.keys{
    display: block;
    float: left;
}

.pager{
    margin-left: 5px;
    width: 210px;
    font-size: 11px;
}

.yiiPager ul, .yiiPager li{
    display: inline;
}

.yiiPager a:hover{
    color: #015caf;
}

.page{
    padding: 0;
    display: inline;
}

#links{
    position: relative;
    float: right;
    margin-bottom: 15px;
    text-decoration: none;
}

.swfWrapper{
    text-align: center;
    height: 274px;
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* W3C */
    border-bottom: 5px solid #c30;
}

#catWrapper{
    float: left;
    display: block;
    min-height: 500px;
    background-color: #fff;
}

#catWrapper h2{
    color: #fff;
    margin-left: 15px;
}

/*cat listing*/
.catList_item{
    width: 955px;
    float: left;
    margin: 1px 1px 9px 5px;
    padding: 3px;
    box-shadow: inset 0 1px 0 0 #fff;
    background-color: #f9f9f9;
    border-width: 3px 1px 1px 4px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 10px;
}

.catList_item_title{
    text-align: left;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* W3C */
    width: 945px;
    margin-left: 2px;
    padding-left: 5px;
    margin-bottom: 1px;
    color: #fff;
    border: 1px solid #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.catList_item_title h4{
    font-size: 18px;
}

.catList_item_title a{
    color: #fff;
}

.catList_item_title a:hover{
    color: #000;
}

.catList_item_model{
    float: right;
    color: #015caf;
    font-size: 10px;
    font-style: italic;
    position: relative;
}

.catList_item_text{
    float: left;
    font-size: 12px;
    margin-left: 3px;
    position: relative;
    width: 800px;
    height: 140px;
    margin-bottom: 10px;
}

.catList_item_image{
    float: left;
    width: 130px;
    height: 130px;
    border: 1px solid #000;
    padding-top: 8px;
    margin: auto;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 3px 4px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(0, 0, 0, .6);
    border-radius: 10px;
}

.verticalWrapper{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.verticalWrapper td{
    text-align: center;
    vertical-align: middle;
}

.productWrapper{
    float: left;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ff920a;
    display: block;
    width: 300px;
    height: 200px;
    border-radius: 5px;
    margin: 2px;
}

.productListImageWrapper{
    float: left;
    padding: 3px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    margin: 5px;
    border: 1px solid #ff920a;
}

.productListTitle{
    float: left;
    height: 80px;
}

.productListTitle a:hover{
    color: red;
}

.productListText{
    font-size: 11px;
}

/*prod listing*/
.prodList_item{
    width: 470px;
    height: 110px;
    float: left;
    margin: 1px 1px 9px 5px;
    padding: 3px;
    background-color: #fff;
    border-width: 1px 1px 1px 4px;
    border-style: solid;
    border-color: #1c265b;
    border-radius: 10px;
}

.prodList_item_title{
    text-align: left;
    display: block;
    background-color: #dbdbdb;
    width: 460px;
    margin-left: 2px;
    padding-left: 5px;
    margin-bottom: 1px;
    color: #015caf;
    border: 1px solid #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.prodList_item_title a:hover{
    color: red;
}

.prodList_item_model{
    float: right;
    color: #015caf;
    font-size: 10px;
    font-style: italic;
    position: relative;
}

.prodList_item_text{
    float: left;
    font-size: 12px;
    margin-left: 3px;
    position: relative;
    width: 370px;
    height: 80px;
}

.prodList_item_image{
    float: left;
    text-align: center;
    width: 90px;
    height: 83px;
    border: 1px solid #000;
    padding-top: 7px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 3px 4px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(0, 0, 0, .6);
    border-radius: 10px;
}

.product-tabs-catlist{
    text-align: left;
}

.product-tabs-catlist ul li{
    display: inline;
    margin-right: 1px;
}

.product-tabs-catlist ul li a{
    font-size: 11px;
    text-decoration: none;
}

.productThumb{
    border: 1px solid #e5e5e5;
    cursor: pointer;
    float: left;
    height: 315px;
    padding: 5px;
    position: relative;
    text-align: center;
}

.prodImgWrapper{
    height: 175px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.prodImgWrapper img{
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 175px;
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 0;
}

.prodTitle{
    font-size: 12px;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
}

.prodPrice{
    color: red;
    font-size: 18px;
    height: 46px;
    margin: 5px auto;
}

a.buyQuoteButtonCat:link{
    float: left;
    margin-left: 100px;
    margin-right: 20px;
    background-color: #445561;
    color: #fff;
    padding: 2px 8px 0 8px;
    font-size: 11px;
    border: 1px solid #000;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

a.buyQuoteButtonCat:link:hover{
    background-color: red;
}

.buyQuoteButtonCat:visited{
    color: #fff;
    border: 1px solid #000;
}

.cat_item_more_wide_catlistTab{
    text-align: center;
    text-decoration: none;
    display: block;
    width: 82px;
    height: 12px;
    margin-left: 10px;
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #445561;
    color: #fff;
    border: 1px solid #103687;
    font-size: 9px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.cat_item_more_wide_catlistTab_1:hover{
    text-decoration: none;
    background-color: #142c68;
    border: 1px solid #103687;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.cat_item_more_wide_catlistTab_1{
    text-align: center;
    text-decoration: none;
    display: block;
    width: 82px;
    height: 12px;
    margin-top: 22px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #c2d5ed;
    color: #103687;
    border: 1px solid #103687;
    font-size: 9px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.cat_item_more_wide_catlistTab:hover{
    text-decoration: none;
    background-color: #1c265b;
    border: 1px solid #103687;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.cat_item_more_wide_catlistTab_sub{
    margin: 1px;
    margin-top: -1px;
    margin-left: 40px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 190px;
    height: 12px;
    background-color: #dbdbdb;
    color: #000;
    border: 1px solid #000;
    font-size: 9px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cat_item_more_wide_catlistTab_sub:hover{
    margin: 1px;
    width: 190px;
    margin-top: -1px;
    margin-left: 40px;
    text-decoration: none;
    background-color: #445561;
    border: 1px solid #103687;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hoverHeader{
    color: #fff;
    background-color: #142c68;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #000;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    position: relative;
    width: 500px;
    display: block;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 200000;
}

.hoverImageBox{
    width: 500px;
    background-color: #b5bec7;
    display: block;
    border: 1px solid #000;
    z-index: 200000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hoverHeaderProduct{
    color: #fff;
    background-color: #142c68;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #000;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 300px;
    display: block;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 200000;
}

.hoverImageBoxProduct{
    position: absolute;
    width: 506px;
    background-color: #142c68;
    display: block;
    max-height: 165px;
    min-height: 30px;
    border: 2px solid #000;
    z-index: 200000;
    margin-right: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hoverTitle2Product{
    background-color: #142c68;
    color: #fff;
    margin-left: 5px;
    margin-top: 2px;
    width: 490px;
    font-weight: bold;
    z-index: 200000;
}

.hoverDescProduct{
    position: absolute;
    padding: 3px;
    margin-left: -2px;
    margin-right: 1px;
    min-height: 10px;
    max-height: 1000px;
    width: 500px;
    background-color: #fff;
    border: 2px solid #1c265b;
    border-radius: 0;
    z-index: 200000;
}

.hoverImage{
    top: 1px;
    margin-left: 2px;
    text-align: center;
    margin-top: 3px;
    border-left: 0;
    border-top: 0;
    float: left;
    background-color: #fff;
    z-index: 200000;
}

.hoverImageWrapper, html body div div.hoverImageBox span.hoverImageWrapper{
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 8px;
    float: left;
    clear: left;
    text-align: center;
    background-color: #fff;
    width: 126px;
    height: 138px;
    border: 1px solid #000;
    border-radius: 10px;
    z-index: 200000;

}

.hoverTitle2{
    color: #1c265b;
    margin-left: 5px;
    margin-top: 2px;
    width: 490px;
    font-size: 11px;
    font-weight: bold;
    z-index: 200000;
}

.hoverDesc{
    position: absolute;
    left: 137px;
    margin-top: 5px;
    padding: 3px;
    margin-left: 2px;
    min-height: 132px;
    max-height: 133px;
    width: 348px;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #1c265b;
    border-radius: 10px;
    z-index: 200000;
}

.hoverDescList{
    margin-left: 20px;
}

.hoverModel{
    margin: 1px;
    margin-top: 2px;
    margin-bottom: -1px;
    margin-left: -1px;
    text-align: center;
    text-decoration: none;
    width: 180px;
    font-size: 11px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 5px;
    background-color: #142c68;
    color: white;
    clear: left;
    z-index: 200000;
}

.hoverPriceButton{
    clear: both;
    margin: 1px;
    margin-top: 0;
    margin-right: -1px;
    left: 379px;
    text-align: center;
    text-decoration: none;
    width: 121px;
    font-size: 11px;
    float: right;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 5px;
    background-color: #1c265b;
    color: white;
    z-index: 200000;
}

.link-button{
    box-shadow: inset 0 1px 0 0 #97c4fe;
    background-color: #3d94f6;
    border-radius: 6px;
    border: 1px solid #337fed;
    display: inline-block;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #1570cd;
}

.link-button:hover{
    background-color: #1e62d0;
    color: #eee;
}

.link-button:active{
    position: relative;
    top: 1px;
}

#eucookielaw{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: black;
    color: #ddd;
    padding: 5px;
    border-radius: 0 5px 0 0;
}

/* Custom container */
.container-narrow{
    margin: 0 auto;
    max-width: 1020px;
    background-color: #fff;
}

.container-narrow > hr{
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron{
    margin: 60px 0;
    text-align: center;
}

.jumbotron h1{
    font-size: 72px;
    line-height: 1;
}

.jumbotron .btn{
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing{
    margin: 60px 0;
}

.marketing p + h4{
    margin-top: 28px;
}

.categoryThumb, .productThumb{
    border: 1px solid #aaa !important;
}

.categoryThumb:hover, .productThumb:hover{
    border: 1px solid #000 !important;
}

.categoryThumb:hover a, .productThumb:hover a{
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 979px){
    .basketIcon{
        margin-top: -40px;
    }

    .basketStretch{
        margin-top: 0 !important;
    }
}

@media (max-width: 767px){
    body{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #navigation{
        text-align: center;
        position: relative;
    }

    .masthead{
        padding-bottom: 5px !important;
        margin-bottom: 2px !important;
    }

    .strapline{
        font-size: 20px !important;
        margin: 0 !important;
    }

    #main-content{
        text-align: center;
    }

    .jumbotron h1{
        font-size: 40px !important;
    }

    .bigTitle{
        font-size: 30px !important;
    }

    .categoryDesc{
        margin-bottom: 10px !important;
        text-align: center;
    }

    #links{
        text-align: center !important;
    }

    .basketIcon{
        margin-top: -40px;
    }

    .basketStretch{
        margin-top: 0 !important;
    }

    .accordion-inner{
        text-align: left !important;
    }
}

@media (max-width: 1024px){
    .basketIcon{
        position: absolute;
        top: 0;
        margin: 0;
    }

    #navbar{
        position: relative;
    }
}

.basketIcon > li > a{
    margin-top: 10px !important;
    padding: 0 !important;
    background: none !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
}

html body#tinymce.scrollbar{
    overflow-y: scroll !important;
}

.flexslider img{
    margin: 0 auto !important;
    display: block;
    height: 130px !important;
    width: auto !important;
    float: none !important;
}

.invalid{
    border-color: #e9322d !important;
    box-shadow: 0 0 6px #f8b9b7 !important;
}

.terms{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.terms.top{
    margin: 0 0 5px 0;
}

.terms input[type='checkbox'],
.terms label{
    text-align: start;
}

#contactForm tr > td:first-child{
    width: 100px;
}

.pageWrapper{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

	& > div{
		width: 100%;
		max-width: 1720px;
		padding: 10px;
		background-color: #fff;
	}
}
