@import url("//fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i,800,800i|Quicksand:300,400,500,700");

/* good colors: purple #9900ff, green (default) #339933, brown #996600
/* *************************************** */


/* *               header                * */


/* *************************************** */


@media screen and (min-width:1600px) {
     #desktopCarousel img {

    }
    #mobileCarousel { display: none;}
}

@media screen and (max-width:1599px) {
    #desktopCarousel { display: none;}
    #mobileCarousel { display: block;}
}


@font-face {
    font-family: 'GLYPHICONS Halflings';
    src: url('../fonts/GLYPHICONSHalflings-Regular.eot');
    src: url('../fonts/GLYPHICONSHalflings-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/GLYPHICONSHalflings-Regular.woff') format('woff2'),
        url('../fonts/GLYPHICONSHalflings-Regular.woff') format('woff'),
        url('../fonts/GLYPHICONSHalflings-Regular.ttf') format('truetype'),
        url('https://www.handforth.org.uk/fonts/GLYPHICONSHalflings-Regular.svg#GLYPHICONSHalflings-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#tabs p {
    font-weight: 600;
}

.communitymapiframe {
    height: 500px;
    width: 100%;
    border: none;
    overflow: hidden;
    margin: 0px;
}

.fontbold {
    font-weight: bold;
    display: inline-block;
}











@media (max-width: 500px)
{
    table.rwdtable-stack td
    {
        text-align: right !important;
    }
    table.rwdtable-stack td:before
    {
        top: 6px;
    }
}
.fullWidth {
    width: 100%;
}

.SunMoon i {
    font-size: 40px;
    color: black;
}

.SunMoon i.active {
    color: yellow;
}

#accordion-container .ui-accordion-content,
#accordion-container1 .ui-accordion-content,
#accordion-container2 .ui-accordion-content {
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-color: #39933 #fff;
}

.member-box-wrap .caption.text-left {
    overflow-y: scroll;
    scrollbar-color: #339933 #fff;
}

.member-box-wrap .caption.text-left::-webkit-scrollbar,
#accordion-container .ui-accordion-content::-webkit-scrollbar,
#accordion-container1 .ui-accordion-content::-webkit-scrollbar,
#accordion-container2 .ui-accordion-content::-webkit-scrollbar {
    background-color: #fff;
}

.member-box-wrap .caption.text-left::-webkit-scrollbar-thumb,
#accordion-container .ui-accordion-content::-webkit-scrollbar-thumb,
#accordion-container1 .ui-accordion-content::-webkit-scrollbar-thumb,
#accordion-container2 .ui-accordion-content::-webkit-scrollbar-thumb {
    background-color: #339933;
    border-radius: 10px;
}

.member-box-wrap .caption.text-left::-webkit-scrollbar-thumb:hover,
#accordion-container .ui-accordion-content::-webkit-scrollbar-thumb:hover,
#accordion-container1 .ui-accordion-content::-webkit-scrollbar-thumb:hover,
#accordion-container2 .ui-accordion-content::-webkit-scrollbar-thumb:hover {
    background-color: #339933;
}

.member-box-wrap .caption.text-left::-webkit-scrollbar-thumb:active,
#accordion-container .ui-accordion-content::-webkit-scrollbar-thumb:active,
#accordion-container1 .ui-accordion-content::-webkit-scrollbar-thumb:active,
#accordion-container2 .ui-accordion-content::-webkit-scrollbar-thumb:active {
    background-color: #339933;
}

.member-box-wrap .caption.text-left::-moz-scrollbar-thumb,
#accordion-container .ui-accordion-content::-moz-scrollbar-thumb,
#accordion-container1 .ui-accordion-content::-moz-scrollbar-thumb,
#accordion-container2 .ui-accordion-content::-moz-scrollbar-thumb {
    background-color: #339933;
    border-radius: 10px;
}

.MinHeightScroll {
    max-height: 650px;
    overflow-y: scroll;
    scrollbar-color: #339933 #fff;
}

.MinHeightScroll::-webkit-scrollbar {
    background-color: #fff;
}

.MinHeightScroll::-webkit-scrollbar-thumb {
    background-color: #339933;
    border-radius: 10px;
}

.MinHeightScroll::-webkit-scrollbar-thumb:hover {
    background-color: #339933;
}

.MinHeightScroll::-webkit-scrollbar-thumb:active {
    background-color: #339933;
}

.MinHeightScroll::-moz-scrollbar-thumb {
    background-color: #339933;
    border-radius: 10px;
}

.MinHeightScrollA {
    max-height: 445px;
    overflow-y: scroll;
    scrollbar-color: #339933 #fff;
}

.MinHeightScrollA::-webkit-scrollbar {
    background-color: #fff;
}

.MinHeightScrollA::-webkit-scrollbar-thumb {
    background-color: #337ab7;
    border-radius: 10px;
}

.MinHeightScrollA::-webkit-scrollbar-thumb:hover {
    background-color: #339933;
}

.MinHeightScrollA::-webkit-scrollbar-thumb:active {
    background-color: #339933;
}

.MinHeightScrollA::-moz-scrollbar-thumb {
    background-color: #339933;
    border-radius: 10px;
}

.rwdtable-wrapper-menu {
    display: none;
}

@media only screen and (max-width: 500px) {
    #stacked.table-condensed tbody tr td {
        padding-left: 6% !important;
        padding-top: 30px !important;
    }
    h1 {
        font-size: 1.7em !important;
    }

}

.fontSelectionImage {
    border: 3px solid transparent;
    border-radius: 100px;
}

.fontSelectionImage.active {
    border: 3px solid yellow;
    border-radius: 100px;
}

.mainLogo {
    padding: 10px 0 10px 0;
    max-width: 250px;
}

.metro {
    height: 120px;
    width: 120px;
    min-width: 120px;
    margin-bottom: 4px;
    display: inline-block;
    color: #fff;
    position: relative;
    text-decoration: none;
    background-color: yellow;
}

.metro .icon {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    line-height: 85px;
    margin: 10px 20px 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
}

.metro .icon i.fa,
.metro .icon i.glyphicon {
    font-size: 36px;
    color: #fff;
    margin-left: 18px;
    margin-top: 20px;
}

.metro .bottom {
    background-color: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
}

.metro .bottom .text {
    font-weight: bold;
}

.metro:hover,
.metro:focus {
    text-decoration: none;
    background-color: #ddd !important;
    color: #339933;
}

@media (min-width: 1330px) {
    .mainLogo {
        max-width: 380px;
    }
    .topGrayNavHolder .mainLogo {
        max-width: 250px;
    }
    nav.gray .navbar-right {
        padding-top: 15px;
    }
}

@media (max-width: 600px) {
    .mainLogo {
        max-width: 180px;
    }
}

.topGrayNavHolder .upperFontSizeSelection {
    float: left;
}

.topGrayNavHolder .upperFontSizeSelection ol {
    padding-left: 0;
}

.bottom10 {
    margin-bottom: 10px;
}

.right10 {
    margin-right: 10px;
}

.marginTop40 {
    margin-top: 28px;
}

.marginTop25 {
    margin-top: 25px;
}

.fontSize {
    float: left;
}

.smallFont {
    font-size: 1.2em;
}

.medFont {
    font-size: 1.6em;
}

.noListType {
    list-style-type: none;
}

.largeFont {
    font-size: 2em;
}

nav .navbar-fixed-top {
    margin: 0 auto;
}

nav.navbar {
    width: 100%;
}

nav.gray .icon-bar {
    background-color: #fff;
}

nav.gray .navbar-toggle {
    border-color: #fff;
}

@media (max-width: 767px) {
    .topGrayNavHolder {
        height: 20px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1;
    }
    .iphoneDiv img {
        padding-top: 20px;
        margin: 0 auto;
    }
	.folder_option_archive a, .folder_image {
    width: 33% !important;
	}

}

@media (min-width: 768px) {
    .navbar-collapse {
        width: 100%;
    }

    .topGrayNavHolder {
        height: 106px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1;
    }
    .bodyMarginForStickyMenu {
        margin-top: 100px;
    }
}

.gray .sr-only-focusable:active,
.gray .sr-only-focusable:focus {
    color: yellow;
}

nav.gray a {
    color: #fff;
}

nav.gray ul li ul li a {
    color: #333;
}

nav.gray .nav .open a,
nav.gray .nav .open a:hover,
nav.gray .nav .open a:focus {
    background-color: #339933;
    border-color: #339933;
    color: #fff;
}

nav.gray .nav li a:hover,
nav.gray .nav li a:focus {
    text-decoration: none;
    background-color: #339933;
    color: #339933;
}

.nav .open a,
.nav .open a:focus {
    background-color: #fff;
    border-color: #339933;
    color: #339933;
}

.nav .open a:hover{
    background-color: #F0F0F0;
    color: black;
}

@media (max-width: 767px) {
    .navbar-nav {
        margin-top: 25px;
    }
    .gray .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
}

.navContainer {
    margin-top: 20px;
    margin-bottom: 50px;
    display: block;
}

.navbar-nav li.active {}

.paddingTop30 {
    padding-top: 30px;
}

.pageTitle {
    padding: 8px 15px;
    padding-top: 0px;
    margin-bottom: 20px;
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
    color: #666;
    font-size: 1.8em;
    margin-top: 5px;
}


/* *************************************** */


/* *               body                  * */


/* *************************************** */

body {
    font-size: 1.7em;
}

body.boxed .slider-portfolio {
    width: 96%;
    margin: 0 auto;
}

.dropdown-menu,
.btn {
    font-size: 1em;
}

h4 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.7em;
}

.DarkBarDiv h3 {
    font-weight: 100;
}

.ActionBarText {
    font-weight: 100;
    font-size: 1.5em;
}

.ActionBarDiv .btn {
    font-size: 1.3em;
    background-color: #339933;
    border: 2px solid #fff;
    color: #fff;
    padding-top: 0.4em;
}

.ActionBarDiv .btn:hover,
.ActionBarDiv .btn:focus {
    font-size: 1.3em;
    background-color: #fff;
    border: 2px solid #ddd;
    color: #339933;
    padding-top: 0.4em;
}

.buttonRound {
    padding: 0;
    color: #fff;
    margin: 20px 0;
    font-size: 40px;
    text-align: center;
    position: relative;
    background-color: #333;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #339933;
}

.buttonRound.border-only {
    color: #339933;
    border: 2px solid #339933;
    background-color: #fff !important;
}

.buttonRound.border-only.red {
    border-color: #d80606;
    color: #d80606;
}

.buttonRound.border-only.green {
    border-color: #339933;
    color: #339933;
}

.buttonRound.border-only.purple {
    border-color: #9900ff;
    color: #9900ff;
}

.buttonRound.border-only.brown {
    border-color: #996600;
    color: #996600;
}

.buttonRound.border-only.darkGray {
    border-color: #444;
    color: #444;
}

.buttonRound.border-only.black {
    border-color: #000;
    color: #000;
}

.buttonRound.border-only:hover,
.buttonRound.border-only:focus {
    font-size: 40px;
    background-color: #fff !important;
    border: 2px solid #ddd;
}

.buttonRound:hover,
.buttonRound:focus {
    font-size: 40px;
    background-color: #fff !important;
    border: 2px solid #ddd;
    color: #339933;
}

.buttonSquare {
    font-size: 1.3em;
    border: 2px solid #fff;
    color: #fff;
    padding-top: 0.4em;
}

.buttonSquare:hover,
.buttonSquare:focus {
    font-size: 1.3em;
    background-color: #fff !important;
    border: 2px solid #ddd;
    color: #339933;
    padding-top: 0.4em;
}

.roundedButton {
    border-radius: 10px;
}

.roundButton {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

h2 {
    font-size: 1.9em;
}

.jumbotron h1,
.jumbotron .h1 {
    font-size: 3em;
}

h1 {
    font-size: 2.1em;
    font-weight: 100;
}

.jumbotron h2,
.jumbotron .h2 {
    font-weight: 100;
}

.jumbotron a,
.jumbotron a:hover,
.jumbotron a:focus {
    color: #fff;
    text-decoration: underline;
}

.social-site-name {
    color: #444;
    text-decoration: underline;
}

h5 {
    font-size: 1.4em;
}

@media (min-width: 768px) {
    .lead {
        font-size: 1.4em;
    }
}

.adobeBlank {
    font-family: AdobeBlank;
    font-size: 1rem;
    display: inline-block;
}

.ie8 .adobeBlank {
    clip: rect(1px, 1px, 1px, 1px);
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.ie8.ui-helper-nocustomfonts .adobeBlank {
    clip: auto;
    width: auto;
    height: auto;
    position: inherit;
    overflow: inherit;
}

@media (max-width: 768px) {
    .col-md-6,
    .col-md-4,
    .col-md-3,
    .col-md-2 {
        margin-bottom: 20px;
    }
}

.boxed {
    position: relative;
    margin: 0 auto;
    background: url("../images/back.jpg") repeat-y fixed;
    padding-bottom: 20px;
}

.boxed .boxedContainer {
    background-color: white;
    background-image: none;
}

@media (min-width: 768px) {
    .boxed {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .boxed {
        width: 970px;
    }
    .downMargin {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .boxed {
        width: 1170px;
    }
}

h1,
h2,
h3,
h4,
body,
.ui-widget {
    font-family: "Catamaran", sans-serif;
}

.btn-primary {
    background-color: #339933;
}

h1,
a {
    color: #339933;
}

.center {
    text-align: center;
}

.bottomMargin50 {
    margin-bottom: 50px;
}

.bottomMargin25 {
    margin-bottom: 25px;
}

.spaced {
    line-height: 2em;
}

.whitebghome {
    background: #fff !important;
}

.alternate {
    background-color: #f9f9f9;
    padding-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.alternate a {
    color: #339933;
}
.footer a {
    color: #339933;
	text-decoration: none;
}

.footer a hover {
    color: #339933;
	text-decoration: underline;
}

hr {
    width: 250px;
    border-top-style: dashed;
}

.ActionBarDiv {
    background-color: #339933;
    color: #fff;
    font-weight: bold;
    font-size: large;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.DarkBarDiv {
    background-color: #252525;
    color: #fff;
    font-weight: bold;
    font-size: large;
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 200px;
}

.DarkBarDiv.arrow-down:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 21px solid #252525;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
}

.arrow-down {
    border-top: 5px solid #252525;
    height: auto;
}

.DarkBarDiv.arrow-down {
    position: relative;
    /*padding: 60px 0;*/
}

.width300center {
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (min-width: 975px) {
    .ActionBarText {
        margin-left: 60px;
    }
}

.ActionBarText {
    margin-top: 10px;
}

.notClients {
    max-width: 300px;
}

.colaFix {
    margin-top: 15px;
}


/*div.featured-box i.fa {
    padding: 0;
    color: #fff;
    margin: 20px 0;
    font-size: 40px;
    text-align: center;
    position: relative;
    background-color: #333;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #339933;
}*/

div.featured-box {
    padding: 23px;
    background: rgba(0, 0, 0, 0.01);
    text-align: center;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

div.featured-box.border-only i.fa {
    color: #339933;
    border: 2px solid #339933;
    background-color: #fff;
}

.work {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.work:hover,
.work:focus {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.feature-list i.fa {
    color: #339933;
    margin-right: 15px;
}

.feature-list h3 {
    letter-spacing: normal;
    line-height: 27px;
}

.alternate #boxes.products a.btn-primary {
    color: #fff !important;
}

.alternate a.btn-primary,
.alternate a.btn-primary:hover {
    color: #fff;
}

.darkBarAfterAlternate {
    margin-top: -18px;
}

.jumbotron {
    margin: 0 0 50px 0;
    background-color: #2f4254;
    color: #fff;
}

.jumbotron a.btn {
    text-decoration: none;
    margin: 30px 0 30px 0;
    font-size: 1.5em;
}

.jumbotronCircle {
    margin: 0 auto;
    border: 3px solid #16a085;
    border-radius: 350px;
    padding: 40px 0;
    width: 300px;
}

.gray {
    background-color: #444;
}

.jumbotron.gray {
    background-color: #444;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
}

.middle200 {
    width: 200px;
    margin: 0 auto;
}

.middle {
    margin: 0 auto;
}

.jumbotron .upperFontSizeSelection a {
    text-decoration: none;
}

.jumbotron nav a {
    text-decoration: none;
}

.jumbotron .nav .open a,
.jumbotron .nav .open a:hover,
.jumbotron .nav .open a:focus {
    background-color: #339933;
    color: #fff;
}

.jumbotron .nav li a:hover,
.jumbotron .nav li a:focus {
    background-color: #339933;
    color: #fff;
}

.jumbotronLower {
    height: 5px;
    background-color: #222;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.placePhoneMiddle {
    padding-top: 75px;
    margin: 0 auto;
}


/* *************************************** */


/* *             half-panel              * */


/* *************************************** */

.half-panel {
    margin-bottom: 0;
    position: relative;
    display: block;
    text-decoration: none;
    display: block;
    border: 2px solid #eaedf2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 45px;
    margin-bottom: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 10px;
}

.half-panel:hover,
.half-panel:focus {
    border: 2px solid #bbb;
}

.half-panel .half-panel-heading img {
    width: 100%;
    height: 150px;
    display: block;
    height: auto;
    max-width: 100%;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.half-panel .half-panel-body .half-panel-icon {
    text-align: center;
}

.half-panel .half-panel-body .half-panel-icon i.fa {
    margin-top: -35px;
    background-color: #339933;
    border: 10px solid white;
    color: white;
    display: inline-block;
    font-size: 45px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
}

.half-panel .half-panel-title {
    color: #444;
    text-align: center;
    margin-top: 10px;
}

.half-panel .half-panel-body p {
    color: #444;
    text-align: center;
    padding: 0 25px;
}

.ui-widget-content a.buttonSquare {
    color: white !important;
}

.ui-widget-content a.buttonSquare:hover,
.ui-widget-content a.buttonSquare:active,
.ui-widget-content a.buttonSquare:focus {
    color: #339933 !important;
}

.custom-radio label {
    font-size: 1em;
}

.ui-tabs legend {
    font-size: 1.2em;
    margin-bottom: 0;
}

.priceText {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.productName {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.productDesc {
    font-size: 0.9em;
}

.bigIcon {
    font-size: 30px;
}

@media (min-width: 1200px) {
    .checkoutTable td {
        min-width: 150px;
    }
    .checkoutTable td.slim {
        min-width: 75px;
    }
    .checkoutTable td.wide {
        min-width: 300px;
    }
}

.checkoutTable caption {
    width: 100%;
    min-width: 300px;
    background-color: #f9f9f9;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
    font-size: 1.3em;
    margin-bottom: 10px;
    border-radius: 5px;
}

.checkoutTable caption i {
    margin-right: 15px;
}

.boxedPanel {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.niceRoundedArea {
    border-radius: 5px;
    height: 45px;
    margin-bottom: 20px;
}

.price {
    font-weight: bold;
}

.checkoutSteps {
    margin-top: 30px;
}

.checkoutSteps i {
    margin-right: 10px;
}

.checkoutSteps sup,
.checkoutTable sup {
    color: red;
}

.ui-widget button.buttonSquare {
    font-size: 1.3em;
}

.bold {
    font-weight: bold;
}

#tabs ul li i {
    margin-right: 10px;
}

.borderedTab {
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    border-top: none !important;
}

.topELinks i {
    color: #d3451d;
    margin-right: 15px;
}

.topEcommercelinks {
    color: #339933;
}

.marginLeftSpacer {
    margin-left: 35px;
}

.topEcommerceBlack {
    color: #000;
}

.topEcommercePart hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.topEcommercePart {
    text-align: center;
}


/* *************************************** */


/* *      search result page             * */


/* *************************************** */

.searchResRow {
    border: 1px solid #333;
    margin-bottom: 10px;
}

.searchRow:hover,
.searchRow:active,
.searchRow:focus {
    border: 1px solid #000;
}

.searchResPrice {
    margin-top: 25px;
    font-weight: bold;
    font-size: 1.5em;
}

.searchResSelectionDiv {
    margin-top: 15px;
    margin-bottom: 25px;
}

.searchResRow .btn-warning:hover,
.searchResRow .btn-warning:focus,
.searchResRow .btn-warning:active {
    color: #d3451d;
    background-color: #fff;
    border-color: #d3451d;
}

.searchResRow .btn-warning {
    color: #fff;
    background-color: #d3451d;
    border-color: #d3451d;
}

.searchResRow .btn-group .btn+.dropdown-toggle {
    border-left: 1px solid #fff;
}

.searchResRow .inner:before {
    position: absolute;
    content: "";
    border-top: 16px solid transparent;
    border-right: 16px solid transparent;
    width: 0;
    left: 15px;
    border-top-color: #d3451d;
}

.itemDescDiv {
    margin-left: 30px;
    margin-top: 25px;
}

.searchResItemHeader {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.biggerBolderResDesc {
    font-weight: bold;
}

.searchResRow h2.collapsible .collapsible-heading,
.searchResRow h2.collapsible .collapsible-heading-collapsed,
.searchResRow h3.collapsible .collapsible-heading,
.searchResRow h3.collapsible .collapsible-heading-collapsed {
    position: relative;
}


/* *************************************** */


/* *      testimonial bubble             * */


/* *************************************** */

.bubble {
    position: relative;
    width: 80%;
    min-height: 120px;
    padding: 0px;
    /*background: #fafafa;*/
    background: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #eaedf2;
    margin: 0 auto;
    border-top-color: dimgray;
}

.bubble p {
    color: #333;
    font-weight: 100;
    padding: 20px 30px 30px 30px;
}

.bubble i.fa {
    color: #999;
    font-size: 1.5em;
}

.bubble-icon {
    text-align: center;
    margin-top: 20px;
}

.bubble:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #f5f5f5 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 15%;
}

.bubble.right:after {
    left: 85%;
}

.bubble:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #eaedf2 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -16px;
    left: 15%;
}

.bubble.right:before {
    left: 85%;
}

.bubble-footer {
    margin-top: 20px;
    position: absolute;
    left: 18%;
}

.bubble-footer p {
    color: #333;
}

.bubble-footer.right {
    left: 64%;
}

.bubble-container {
    padding-bottom: 60px;
    padding-top: 10px;
}

.thinHeader {
    font-weight: 100;
}


/* *************************************** */


/* *             accordion               * */


/* *************************************** */

.accordion-dark .ui-state-default {
    border: 1px solid #d3d3d3/*{borderColorDefault}*/
    ;
    background: #333333;
    color: #fff;
    font-weight: normal/*{fwDefault}*/
    ;
}

.accordion-dark .ui-state-active .ui-icon {
    background-image: url(https://www.handforth.org.uk/vendor/jqueryui/themes/base/images/ui-icons_a_256x240.png)
    /*{iconsActive}*/
    ;
}

.accordion-dark .ui-state-default.ui-state-active {
    font-weight: bold;
}

.accordion-dark .ui-state-default:hover,
.accordion-dark .ui-state-default:focus {}

.accordion-dark.ui-accordion .ui-accordion-content {
    background-color: #fafafa;
    background-image: none;
}

.accordion-dark.ui-accordion.whiteBack .ui-accordion-content {
    background-color: #fff !important;
}


/* *************************************** */


/* *               footer                * */


/* *************************************** */

footer {
    /*background: #ccd5de;
    background: -moz-linear-gradient(top, #ccd5de 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd5de), color-stop(100%, white));
    background: -webkit-linear-gradient(top, #ccd5de 0%, white 100%);
    background: -o-linear-gradient(top, #ccd5de 0%, white 100%);
    background: -ms-linear-gradient(top, #ccd5de 0%, white 100%);
    background: linear-gradient(to bottom, #ccd5de 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #CCD5DE 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCD5DE', endColorstr='#FFFFFF');
    background-repeat: no-repeat;
    */
    background-color: #f9f9f9 !important;
    color: #000000;

    padding-top: 15px;
    /*border-top: 1px solid #000;*/
}

footer h3 {
    color: #fff;
    font-weight: 100;
}

footer hr {
    border-top: 1px dashed #ddd;
    width: 150px;
}

footer p a:hover{
    text-decoration: underline;
}

.footerSocial {
    list-style-type: none;
    padding-inline-start: 40px;
}

.addressText {
    font-size: 1em;
    line-height: 2em;
}

.addressLI {
    float: none;
}

.addressLI strong {
    font-size: 1em;
}

.footerSocial li {
    text-align: left;
    padding-right: 15px;
    float: left;
}

.footerCopyright p small {
    font-weight: 100;
}

.bottomLogo {
    width: 230px;
}

.footerSocial li a {
    color: #fff;
    font-size: 1em;
}

.footerSocial.dark li a {
    color: #FFF;
    font-size: 1.2em;
}

.footerSocial li a strong {
    font-size: 2em;
}

.footer .addressBox {
    border: 1px dotted #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.footer div.col-md-12 hr {
    width: 70%;
}

.footer .addressBox h2 {
    text-align: center;
    font-size: 1.5em;
    color: #fff;
}

.footer .addressBox i {
    color: #fff;
    font-size: 40px;
    margin-left: 40%;
    margin-top: 20px;
}

.footerSocial li a:hover {
    color: #ffe82a;
}

.footerSocial li a:active {
    color: #ffe82a;
}

.footerSocial li a:focus {
    color: #ffe82a;
}

.footerCopyright {
    width: 100%;
    background-color: #cccccc;
    color: #000000;
    padding: 30px 0 20px 0;
    border-top: 1px solid #ddd;
    display: inline-block;
}

.footerCopyright a {
    color: #339933;

}

.footerCopyright a:hover {
    color: #339933;
	text-decoration: underline;
}

.bottomMargin50 li.active a {
    color: black !important;
    background: #cccccc;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ccc;
}

.nav-pills > li > a {
    border-radius: 0;
}


.nav li.active {
    color: #339933;
    text-decoration: none;
    /*background-color: #337ab7;*/
    outline: 0;
}


.nav li a:hover{
    text-decoration: none;
    background-color: #eee;
    color: #000000;
}

.nav li a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #339933;
    /* transform: scale(1.1); */
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: #339933;
    text-decoration: none;
    background-color: #444;
    /* transform: scale(1.1); */
}

/*.dropdown-menu li:hover{*/
/*    background-color: #eee !important;*/
/*}*/

.footer div.col-md-3 {
    min-height: 170px;
}

.media-heading {
    font-size: 0.9em;
}


/* *************************************** */


/* *         slick slider home page      * */


/* *************************************** */

.slick-prev:before,
.slick-next:before {
    color: #339933 !important;
}

#mainImageDiv .slick-prev:before,
#mainImageDiv .slick-next:before {
    font-size: 35px;
}

#mainImageDiv .slick-prev {
    left: 40px;
}

#mainImageDiv .slick-next {
    right: 55px;
}

#mainImageDiv .slick-prev,
#mainImageDiv .slick-next {
    z-index: 1;
}

#mainImageDiv .slick-dots li button:before {
    font-size: 13px;
}

.smallSlick {
    width: 95%;
}

.breadcrumb.active {
    color: #444 !important;
}


/*[role="button"]:hover,
[role="button"]:focus {
    transform: scale(1.1);
}
*/


/* ==================sticky header css================ */

@media (min-width: 768px) {
    header.cus_header {
        background: #fff;
    }
    header.cus_header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        /* padding: 0 50px !important; */
        background: #fff;
        /* transition: all 0.5s linear; */
    }
    header.cus_header.sticky .navContainer {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    header.cus_header.sticky img.mainLogo {
        max-width: 250px;
        transition: all 0.2s linear;
    }
    header.cus_header.sticky .marginTop40 {
        margin-top: 18px;
        transition: all 0.2s linear;
    }
}


/* &amp;amp;lt;!-- For GDPR Form start --&amp;amp;gt; */

.account-popup {
    max-width: 430px;
    margin: 0 auto !important;
}

.account-popup h3 {
    float: left;
    width: 100%;
    font-family: Quicksand;
    color: #222222;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 12px;
    line-height: 10px;
}

.account-popup-area.static .account-popup h3 {
    text-align: center;
    line-height: 30px;
}

.account-popup-area.static .account-popup span {
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px;
}

.account-popup span {
    /*float: left;*/
    width: 100%;
    font-size: 17px;
    font-family: Open Sans;
    color: #888888;
    margin-top: 20px;
}

.account-popup .cfield {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 19px;
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.account-popup .cfield input {
    float: left;
    width: 100%;
    background: no-repeat;
    margin: 0;
    font-family: Open Sans;
    font-size: 13px;
    color: #474747;
    padding: 16px 45px 16px 15px;
    border: medium none;
    box-shadow: none;
}

.account-popup > form .cfield strong {
    position: absolute;
    right: 0;
    top: 15px;
    right: 20px;
    font-size: 19px;
    color: #fb236a;
}

.dropdown-field {
    float: left;
    width: 100%;
    margin-bottom: 19px;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    color: #888888;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
    border: 2px solid #e8ecec;
    padding: 12px 45px 12px 15px;
    height: auto;
}

.account-popup form {
    width: 100%;
    margin-top: 30px;
}

/*.account-popup form button {*/
/*    width: 100%;*/
/*    height: 60px;*/
/*    font-size: 17px;*/
/*    font-weight: bold;*/
/*    letter-spacing: 0.3px;*/
/*    margin-top: 20px;*/
/*    -webkit-border-radius: 8px;*/
/*    -moz-border-radius: 8px;*/
/*    -ms-border-radius: 8px;*/
/*    -o-border-radius: 8px;*/
/*    border-radius: 8px;*/
/*    outline: none;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*    color: #fff;*/
/*    -webkit-transition: all 0.4s ease 0s;*/
/*    -moz-transition: all 0.4s ease 0s;*/
/*    -ms-transition: all 0.4s ease 0s;*/
/*    -o-transition: all 0.4s ease 0s;*/
/*    transition: all 0.4s ease 0s;*/
/*}*/

.account-popup form button:hover {
    background: #fb236a;
}

.account-popup h5 {
    margin-bottom: 20px;
    font-family: "Quicksand", serif;
    font-size: 20px;
    text-align: center;
    color: #555555;
    font-weight: 400;
}

.chosen-container-single .chosen-single {
    border: 2px solid #e8ecec !important;
}

.chosen-container-single .chosen-drop {
    margin-top: 10px !important;
}

.chosen-container .chosen-results li.active-result {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


/* &amp;amp;lt;!-- For GDPR Form end--&amp;amp;gt; */


/* custom from start */

div#contactFormSections {
    padding: 20px;
}

div#contactFormSections form input,
div#contactFormSections form textarea,
div#contactFormSections form select {
    width: 100% !important;
    border: 2px solid #e8ecec;
    border-radius: 5px;
    box-shadow: none;
    color: #474747;
    /*font-size: 15px;*/
    height: auto;
    padding: 16px 45px 16px 15px;
}

div#contactFormSections form textarea {
    height: 120px;
}

div#contactFormSections form select {
    padding: 13px 15px 13px 15px;
}

form#contactform {
    max-width: 430px;
    margin: 0 auto;
}

#contactform {

}
#contactform .forminput {
    margin-top: 6px;
}
#contactform .forminput label {
    display: inline-block;
    width: 150px;
}
#contactform .forminput label span {
    color: red;
}
#contactform .forminput input {
    display: inline-block;
    width: 250px;
}

#contactform .forminput p{
    margin-top: 10px;
}



form#contactform div {
    width: 100% !important;
    margin: 0 !important;
}

form#contactform label {
    width: 100% !important;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
    color: #000000;
}

div#contactFormSections form button[type="button"]  {
    min-width: 150px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 20px 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #999999;
    padding: 6px;
}

div#contactFormSections form button[type="submit"]  {
    min-width: 150px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 20px 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #999999;
    padding: 6px;
}




div#contactFormSections form button[type="button"]:hover    {
    background: red;
}

div#contactFormSections form button[type="submit"]:hover {
    background: red;
}

div#contactFormSections form #uploadbtn:hover{
    background: red;
}

div#contactFormSections form #uploadbtn {
    width: 100px;
    /*border: 1px solid #36f;*/
    border-radius: 5px;
    box-shadow: none;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    background: #999999;
    margin: 0;
}


/* custom from end */


/* gallery start  */

.breadcrumb-responsive {
    margin-top: 60px;
}

.tab-sticky {
    position: sticky;
    top: -4px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 5px;
}

.ui-dialog-title {
    font-size: 22px;
    font-weight: 400;
}

.ui-dialog .ui-dialog-titlebar .icon_circle_remove {
    height: 28px;
}

.ui-dialog .ui-dialog-titlebar .fa-times-circle:before {
    font-size: 28px;
    position: relative;
    top: -14px;
}

div#dialogContent img {
    width: 100%;
}

.ui-dialog .ui-dialog-content {
    padding: 4px 0px;
}

div#dialogContent h4 {
    font-size: 16px;
    margin: 10px 5px;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: 0;
    padding: 5px;
    display: none;
}

.ui-button-text-only .ui-button-text {
    padding: 5px;
    font-size: 14px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    /* position: fixed;

    left: 50% !important;
    transform: translate(-50%, -50%); */
    top: 100px !important;
    z-index: 99999;
}

.ui-widget-overlay {
    z-index: 9999;
}

.nav, li a {
    padding: 10px 12px;
}

@media (max-width: 940px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .nav li {
        width: 100%;
    }
    .navbar-right {
        margin-right: 0 !important;
        float: none !important;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
        width: 95% !important;
    }
    #stickThis.stick {
        top: 0px !important;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    /* header start  */
    .navContainer {
        margin-bottom: 20px;
    }
    button.transparentButton img {
        width: 40px;
    }
    #slideout {
        top: 75px !important;
    }
    .cus_header .navbar-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .cus_header .navbar-toggle {
        margin-right: 0;
    }
    .navbar-nav {
        margin-top: 25px;
        margin: 7.5px 0px;
    }
    /* header end */
    .gdpr-slider .slick-prev,
    .gdpr-slider .slick-next {
        top: 40%;
    }
}

.signup-hdr-box .account-popup {
    max-width: 430px;
    margin: 0 auto !important;
    float: none;
    display: block;
    position: initial;
}

.signup-hdr-box {
    padding: 0px 0px 60px;
}

.page-title-gdpr {
    margin-top: 60px;
}

.slick-prev,
.slick-next {
    margin-left: 0!important;
    margin-right: 0!important;
}

@media only screen and (min-width: 940px) and (max-width: 992px) {
    header.cus_header .container {
        max-width: 940px;
        width: 100%;
    }
    .mainLogo {
        max-width: 200px;
    }
    .nav li a {
        padding: 10px 6px;
    }
    .nav li a:hover,
    .nav li a:focus {
        transform: scale(1)!important;
    }
    .nav li a:hover,
    .nav li a:focus {
        text-decoration: none;
        /*background-color: #339933;*/
        color: white;
        transform: scale(1)!important;
    }
}


/* gallery end */


main#main-content section#page-title {
    width: 100%;
    margin: 50px 0 50px;
}
.archive .breadcrumb-responsive {
    margin: 20px 0 0;

}
.folder_option_archive a {
    display: inline-grid;
    width: 16.66%;
    line-height: 1;
    text-align: center;
    margin: 10px 0 0;
    float: left;
}



/*Banner Page*/
.banner_bg {
    width: 100%;
    display: flex;
    align-items: center;
}
.home_banner .banner_bg img {
    width: 100%;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px)
{
    .thirdimg{display: none;}
}

@media (max-width: 767px)
{
    .secondimg , .thirdimg{display: none;}
}

/*Archive Page*/
.home_banner_slider .slickit {
    margin: 0px;
}
.home_banner_slider .glyphicon {
    background:transparent;
    border: none;
    outline: none;
    color:#339933;
    font-size: 0;
}
.glyphicon-pause:before , .glyphicon-play:before
{
    font-size: 13.333px;
}
.home_banner_slider .slick-slide {
    outline: none
}
.home_banner_slider .slickit .slick-dots {
    bottom: -70px;
}
.home_banner_slider .slider_Pauseplay {
    text-align: center;
    margin-top: 10px;
}

.home_banner_slider .slick-dots li.slick-active button:before {
    color:#339933 !important;
    width: 25px;
    height: 25px;
}
.home_banner_slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 3px;
}

.home_banner_slider .headImage {
    width: 100%;
}







.folder_image {
    width: 16.66%;
    margin-bottom: 25px;
    display: block;
    float: left;
}
.folder_image img , .folder_option_archive a img {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    display: block;
}
.folder_option_archive a {
    color: #444444;
    font-size: 16px;
}
.folder_image a  {
    width: auto;
    display: block;
    text-align: center;
    color: #444444;
    font-size: 16px;
}



/*GDRP Page Contact Label*/
.gdpr_label {
    margin: 0px;padding: 0px;display: none;
}
.gdpr_label::before, .gdpr_label::after {
    display: none;
}



/*Footer*/
footer.footer {
    padding-bottom: 0px;
}

.skip-navigation{
    display: block;
    text-align: center;
    height: auto;
    width: 100%;
    position: relative !important;
    color: #339933;
}
.ui-dialog .ui-dialog-title{
    outline: 0px;
    color: #000;
}