﻿html,
body,
form {
    padding: 0;
    height: 100%;
    margin: 0;
}


html {
    position: relative;
    /*border: 1px solid blue;*/
}

body {
    font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
    /*margin: 0px;*/
    /*background: url(../../images/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.LogoColour1 {
    fill: #61A375
}

.LogoColour2 {
    fill: #2B2A29;
    fill-rule: nonzero
}



.icon {
    fill: #2b6041
}

.IconColour1 {
    fill: #61A375
}

.IconColour2 {
    fill: #2B2A29;
    fill-rule: nonzero
}

.size100 {
    width: 100px;
    height: 100px;
}

.icononlight .color1 {
    fill: #252525
}

.icononlight .color2 {
    fill: #508b69
}

.iconondark .color1 {
    fill: white
}

.iconondark .color2 {
    fill: #9ed8b0
}

.maxwidth {
    max-width: 1280px;
    margin: auto;
}

.fullwidth {
    max-width: 100%;
    width: 100%;
}

.tag {
    display: inline-block;
    width: auto;
    height: 50px;
    background-color: #508b69;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 5px;
    /*border-left: 1px solid #508b69;*/
    /* This makes room for the triangle */
    margin-left: 19px;
    margin-RIGHT: 19px;
    position: relative;
    color: #fff;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 70px;
    padding: 0 10px 0 10px;
}

    /* Makes the triangle */
    .tag:before {
        content: "";
        position: absolute;
        display: block;
        left: -17px;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 19px solid #508b69;
    }

    /* Makes the circle */
    .tag:after {
        content: "";
        background-color: #fff;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        display: block;
        position: absolute;
        left: -9px;
        top: 22px;
    }

.Price {
    font-size: 40px;
    margin-left: 30px;
    margin-top: -15px;
    display: block;
    /*width:100px;*/
}

.Currency {
    font-size: 30px;
    position: absolute;
    top: -7px;
    margin-left: -25px;
}

.Pounds {
    margin-left: -7px;
}

.Pence {
    margin-left: -9px;
    font-size: 20px;
    vertical-align: super;
}

.none {
    background-color: transparent !important;
    border-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.passCheckBox {
    display: inline-block;
    font-size: 24px;
    height: 32px;
    width: 100px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    margin-left: -5px;
    margin-top: -5px
}
.TextGreen {
    color: #358757;
}
.TextRed {
    color: #a00000;
}

a {
    text-decoration: none;
    color: #2b6041
}

a:visited {
    text-decoration: none;
    color: green
}

.riEmpty, .rsbEmptyMessage {
    color: rgba(5, 103, 5, 0.40) !important
}

img {
    border: 0;
    margin: 5px
}

button,
input {
    cursor: pointer;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .05em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
    /*font-family: 'Handlee', cursive;*/
    color: #2b6041;
}

h2 {
    font-size: 1.875em;
    /*font-family: 'Handlee', cursive;*/
    margin: 4px;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

p {
    margin: 4px 4px 20px 4px;
}

.MainMenuTop {
    padding-top: 40px;
}
.MainMenuTop .rmHorizontal {
    background-color: #42855e;
    color:white
}

    .MainMenuTop a {
        color: white!important;
    }

.RadMenuPopup:before, .RadMenuPopup:after {
    border-width: 0 20px 20px;
    top: -11px;
    right: 8px;
    color: #61a375;
}

.RadMenuPopup {
width:98%;
z-index:1000 !important;
}

    .RadMenu .rmRootGroup .rmContent:hover {
    /*padding: 0px !important;*/
    background-color: #2b6041;
}

.mainmenubtnstop {
    /*background-color: rgba(80, 139, 105, 0.15);*/
    /*border: 2px solid green;*/
    color: white;
    /*border-radius: 10px;*/
    /*width: 200px;*/
    height: 30px;
    display: block;
    /*margin: 2px;*/
    /*float: left*/
}

    .mainmenubtnstop:hover {
        /*background-color: rgba(53, 135, 87, 0.76);*/
        color: white
    }
.RadMenu .rmRootGroup .rmContent:hover .mainmenubtnstop {
    /*background-color: rgba(53, 135, 87, 0.76);*/
    color: white
}

    .mainmenubtnstop .icon {
        padding-right: 5px;
    }

        .mainmenubtnstop .icon .color1 {
            fill: green
        }

.MainMenuTop .rmContent .icon .color1 {
    fill: white
}
.MainMenuTop .rmContent .icon .color2 {
    fill: #9ed8b0
}

.MainMenuTop.rmContent:hover .icon .color1 {
    fill: white
}

.MainMenuTop.rmContent:hover .icon .color2 {
    fill: #9ed8b0
}


.mainpageExternallinkbtns {
    background-color: rgba(80, 139, 105, 0.15);
    border: 2px solid green;
    color: green;
    border-radius: 10px;
    width: 200px;
    height: 60px;
    display: block;
    margin: 10px;
    float: left
}

.mainpageExternallinkbtns:hover {
background-color: rgba(53, 135, 87, 0.76);
color: white
}
    .mainpageExternallinkbtns .icon{
        padding:10px;
    }
    .mainpageExternallinkbtns .icon .color1 {
        fill: green
    }
.mainpageExternallinkbtns:hover .icon .color1 {
fill: white
}

.PadTop25{
    padding-top:25px;
}

.FlexContainer {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.FlexContainerLeft {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.MainDisplayItem{
    width:33%
}
.serachbox {
    width: 400px !important;
}
@media only screen and (min-width: 700px) and (max-width: 1000px) {
    .MainDisplayItem {
        width: 50%
    }
}
@media only screen and (min-width: 0px) and (max-width: 699px) {
    .MainDisplayItem {
        width: 100%
    }
    .serachbox{
        width:100% !important;
    }
}
    .MainDisplayItem:hover .mainicon {
       transform:scale(1.2)
    }

.MainDisplayItem .icon {
    padding:20px;
}
.MainDisplayItem:hover .icon {
    transform: scale(1.2)
}

.MainDisplayItem .icon .color1 {
    fill: black
}
.MainDisplayItem .icon .color2 {
    fill: #61A375
}

.MainDisplayItem:hover .icon .color1 {
    fill: green
}

.MainDisplayItem:hover .icon .color2 {
    fill: black
}
    .MainDisplayItem .titlespan {
        display: block;
        width: 275px;
        font-size: 1.5em;
        background-color: #61A375;
        color: white;
        border-radius: 10px;
        padding: 10px;
        margin: auto;
    }
    .MainDisplayItem:hover .titlespan {
        background-color: #2b6041;
        color: white;
    }



.frontpageul {
    font-size: 1.5em;
    font-family: 'Handlee', cursive;
    /*background-color:red;*/
    margin:0px 20px 0px 20px;
}

.RadInput_Telerik {
    margin: 10px;
}

.width100per {
    width: 100% !important;
}



#wrapper {
    /*border: 1px solid red;*/
    padding: 0px 0px 0px 0px;
    /*height: auto !important;*/
    min-height: 100%;
    margin-bottom: -136px;
    /*background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.wrapper-inside {
    /*padding: 20px;*/
    padding-bottom: 150px;
}

.header {
    /*background-color: rgba(80, 167, 129, 0.6);*/
    background-color: rgba(80, 167, 129, 0.1);
    padding: 10px 0;
    border-bottom: 2px solid rgba(80, 167, 129, 0.5);
    position: absolute; /* Set the navbar to fixed position */
    /*top: 0; /* Position the navbar at the top of the page */
    /*width: 100%;*/ /* Full width */
    margin-bottom:25px;
}

    .header a {
        color: #2b6041
    }

#wrapper .header .RadMenu {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.ContentPlaceHolder1_Login2 {
    max-width: 300px;
}

#wrapper .logo {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}

    #wrapper .logo img {
        max-width: 100%;
    }

/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink {
    font-size: 1em;
}

.mainlogo {
    width: 250px;
    height: 100px;
}

#wrapper .maincontent {
    padding: 5px 40px 5px 40px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

a.MapProfileButton {
    /*-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;*/
    display:block;
    text-decoration: none;
    color: white;
    background-color: #508b69;
    padding:5px 10px;
    border:1px solid #052e06;
    border-radius:4px;
    margin:5px;
    /*width:90px;
    height:25px;*/
}

.FooterWrapper {
    width: 100% !important;
    border-top: 3px solid #2b6041;
    background-color: rgba(80, 167, 129, 0.2);
    margin-top: -25px;
}


.footer-header {
    font-size: 1.2em;
    font-family: 'Handlee', cursive;
    color: #2b6041;
    margin: 20px 0px 0px 0px;
}

.Footer a {
    background: transparent;
    color: #2b6041;
    text-decoration: none;
}

ul.footer-menu {
    margin: 10px 5px 10px 5px;
}

.copyright {
    font-size: 0.7em;
    background-color: rgba(80, 167, 129, 0);
    padding: 5px 10px;
    margin: 0px;
    color: #2b6041;
    /*border-top: 1px solid #2b6041;*/
}

.roundedimage {
    /*width:50px;
    height:50px;*/
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.roundedcorners {
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.roundedcorners10 {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ValidatorError{
    color:red
}
.payoptions {
    color: rgba(255, 255, 255, 0.7)
}

.socialpagetext {
    color: #fff
}

    .socialpagetext:hover {
        color: #2b6041
    }

.socialpageback {
    color: #2b6041
}

    .socialpageback:hover {
        color: #fff
    }

.myAccBtn {
    width: 200px;
}
/*.contactform {
    max-width: 700px;
    background-color: #2b6041;
}*/

.RadMap .k-marker:before {
    color: #2b6041 !important;
}

.mainpageimageback {
    background: url(../../images/frontbackground.png) no-repeat center right;
    background-color: rgba(80, 167, 129, 0.2);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;

}

/*.couplebackground {
    background: url(../../images/frontbackground.png) no-repeat center right;
}

.fill{
    display:block;
    width:100%;
    height:100%;
    }*/

.floatright {
    float: right;
}
.floatleft {
    float: left;
}

.border1px{
    border:1px solid red;
}
.alignbottom {
    position: absolute !important;
    bottom: 0;
}
.padding0 {
    padding: 0px !important;
}
.height100 {
    height: 100%;
    display: block;
}
.fillcontainer {
    display: flex;
    align-items: stretch;
}
.forceright {
    margin-left: auto;
    margin-right: 0;
}

.textright {
    text-align: right
}

.textleft {
    text-align: left
}

fieldset {
    border: solid 1px #dedede;
    background-color: #fcfcfc;
    border-radius: 0.28571429em;
}

    fieldset .error {
        border: solid 1px #ebccd1 !important;
        background-color: #f2dede !important;
        color: #a94442 !important;
        border-radius: 0.3em !important;
        text-align: center;
        background-image: url('https://i.imgur.com/Z8q7ww7.png');
    }




fieldset .t-row-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mainpagebuttons {
    /*-moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;*/
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b6041), color-stop(1, #358757) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b6041', endColorstr='#358757');
    background-color: #2b6041;
    border: 1px solid rgba(80, 167, 129, 0.2);
    color: #fff;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    min-height: 40px;
    height: 100%;
    line-height: 40px;
    width: 80%;
    max-width: 200px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

    .mainpagebuttons:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #358757), color-stop(1, #2b6041) );
        background: -moz-linear-gradient( center top, #358757 5%, #2b6041 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#358757', endColorstr='#2b6041');
        background-color: #358757;
    }
    .mainpagebuttons:visited {
        color: #fff;
    }
    /*.mainpagebuttons:active {
        position: relative;
        top: 1px;
    }*/
    .RadForm_Bootstrap {
        background-color: transparent !important
    }

.logindiv {
    max-width: 500px;
    margin: auto;
}

.rfdLoginControl {
    padding: 20px !important
}

.loginregforgotbtns a {
    color: #2b6041
}
.loginregforgotbtns a:hover{
    color: #358757
}


.LightBoxWrapper {
    list-style: none;
    /*overflow: hidden;*/
    display: block;
    margin:auto
}


.LightBoxItemWrapper {
    float: left!important;
    padding: 1px 0 0 1px;
    cursor: pointer;
}

    .LightBoxItemWrapper img {
        display: block;
        width:100px;
        height:100px;
    }

.LightBoxWrapper:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.LightBoxItemWrapper:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.imagescale {
    object-fit: contain;
}

.imagezoomfill {
    object-fit: contain;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.TabPageContainer {
    border:1px solid #2b6041;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    color: #333333;
    margin-bottom: 5px;
    background-color: rgba(80, 139, 105, 0.05);
    padding:20px;
}

.CenterLoading {
    /*vertical-align: middle;*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    margin-top: -100px; /* Half the height */
    margin-left: -125px; /* Half the width */
}

.SmallNoteLabels{
    color:darkgreen;
    font-size:12px;
}

.BreadCrumb {
    color: black;
    font-size: 14px;
}
.BreadCrumb a:hover {
    color: #810000;
}

.forumsectionheader {
    width: 100%;
    background-color: rgba(18, 83, 45, 0.44);
    padding: 5px;
    color: white;
}
.forumthreadH1 {
    font-size: 1.3em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight:200;
    margin: 2px;
}

.product-list {
    display:block;
    background-color: transparent;

}
    .product-list:after {
        content: " ";
        display: block;
        clear: both;
    } 
.product-list .product {
    float: left;
    width: 22.75%;
    font-size: 14px;
    line-height: 18px;
    border: 0px solid #ccc;
    margin: 0 3% 25px 0;
    background-color: #fff;
    position: relative;
    text-align: left;
    min-height:50px;
}

.product-details {
    border: solid 1px #358757;
    background-color: #fcfcfc;
    border-radius: 0.28571429em;
    /*overflow:hidden;*/
    padding: 5px;
}

.product-image-frame {
    margin: 0px;
    padding: 0px;

    line-height: 100px;
    width: 100%;
    height: auto;
    vertical-align: middle;
    background-color: red;
}

.product-image {
    /*display:block;*/
    /*max-height: 200px;*/
    padding:0px;
    margin:0px;
    max-width: 100%;
    vertical-align: middle;
}
.productdetail-image {
    /*display:block;*/
    /*max-height: 200px;*/
    padding: 0px;
    margin: 0px;
    max-width: 500px;
    vertical-align: middle;
}


.product-info {
    display: block;
    width: 100%;
}
.product-SDes {
    display: table-cell;
    width: 100%;
    height: 40px;
    padding: 10px;
    vertical-align: middle;
    text-align:center
}
.price {
    display: block;
    width: 100%;
    font-size: 18px;
    color:forestgreen;
    text-align: center;
    padding:5px;
        
}

@media only screen and (min-width: 1126px) {
    .product-list .product:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1125px) and (min-width: 981px) {
    .product-list .product {
        width: 32%;
        margin-right: 2%;
    }
    .product-list .product:nth-of-type(3n) {
        margin-right: 0;
    }
}



/*@media only screen and (max-width: 1024px) and (min-width: 981px) {
    .product-list.grid .product {
        width: 32%;
        margin-right: 2%;
    }

    .product-list .product:nth-of-type(3n) {
        margin-right: 0;
    }
}*/

@media only screen and (max-width: 980px) and (min-width: 701px) {
    .product-list .product {
        width: 48%;
        margin-right: 4%;
    }

        .product-list .product:nth-of-type(2n) {
            margin-right: 0;
        }

        /*.product-list .product:nth-of-type(2n+1) {
            clear: left;
        }*/

}

@media only screen and (max-width: 700px) {
    .product-list .product {
        width: 100%;
        margin-right: 6%;
    }
    .product-image-frame {
        width: 40% !important;
    }
    .product-image {
        width: 40%;
    }
    .product-info {
        display: block;
        float:right;
        width: 59%;
    }
    .product-SDes {
        text-align: left;
        min-height: 40px;
    }

    .price {
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1281px) {
    .borderCssClass {
        background: url(../../images/frontbackground2.png) no-repeat center right !important;
        /*opacity: 0.2;
        z-index: -1;*/
    }

    #wrapper .maincontent {
        padding: 5px 5px 5px 5px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 770px) {
    .textright {
        text-align: left
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
        /*min-width: 450px;*/
    }

    #wrapper .maincontent {
        padding: 2px 2px 2px 2px !important;
    }

    .RadMenu {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 5;
    }

    .t-container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    /*.mainlogo {
        width: 100% !important;
        height: 100px;
    }*/
    .h1 {
        font-size: 1.5em !important;
    }

    .footer-header {
        text-align: center;
    }

    .footer-menu {
        margin: auto !important;
        width: 150px;
    }

    .copyright {
        text-align: center;
    }

    .socialLinks {
        margin: auto !important;
        width: 215px
    }

    .t-col-xs-12 {
        width: 100% !important
    }
    .footer-block ul {
        list-style-type: none;
        padding-left: 0;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width:480px) {

    .HideOnMobile {
        display: none;
    }
}
/*.product-list .product:nth-of-type(4n+1) {
    clear: left;
}*/