/* fonts ----------------------------------------------------------------- */

@font-face{
    font-family: 'RobotoSlab-Light';
    src: url('../fonts/RobotoSlab-Light.eot');
    src: url('../fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Light.woff') format('woff'),
         url('../fonts/RobotoSlab-Light.svg') format('svg'),
         url('../fonts/RobotoSlab-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/RobotoSlab-Bold.eot');
    src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Bold.woff') format('woff'),
         url('../fonts/RobotoSlab-Bold.svg') format('svg'),
         url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* fonts ----------------------------------------------------------- [END] */

/* common ---------------------------------------------------------------- */

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5{
    font-weight: normal;
    line-height:normal;
    margin:0 0 15px 0;

    /* to prevent typeface from rendering thick in Safari and Chrome (Mac) */
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

    /* to prevent typeface from rendering thick in Firefox (Mac) */
    -moz-osx-font-smoothing: grayscale;
}

h1{
    font-size: 24px;
    line-height: 1.2;
    color: #4b4b4b;
    margin-bottom: 20px;
}

h2{
    font-size: 23px;
    line-height: 1.3;
    color: #4b4b4b;
    margin-bottom: 15px;
}

h1, h2, h5{
    font-family: 'RobotoSlab-Light';
}

h1 strong,
h2 strong,
h5 strong{
    font-family: 'RobotoSlab-Bold';
    font-weight: normal;
}

h3{
    font-size: 18px;
    line-height: 1.3;
    color: #4b4b4b;
    margin-bottom: 15px;
}

h5{
    font-size: 16px;
    line-height: 1.3;
    color: #4b4b4b;
	margin-top: 15px;
    margin-bottom: 15px;
}

hr{
    background-color:#a0aebb;
    border:0 none;
    color:#a0aebb;
    height:8px;
    margin-bottom:55px;
    margin-top: 0;
    position:relative;
    top:20px;
    clear:both;
}
.hr-thin {
	height: 5px;
    margin: 30px 0 30px 0;
    top: 10px;
    background-image: linear-gradient(to left, #b9d572, #6c8d1b);
    border-radius: 4px;
}

p{
    color: #807c74;
    font-size: 15px;
    line-height: 1.3;
}

a{
    color: #8da79d;
    text-decoration: underline;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:hover, a:active{
    color: #000;
}

ul,
ol{
    margin-left: 15px;
    padding: 0;
}

li{
    color: #807c74;
    margin-bottom: 10px;
}

.btn{
    border-radius: 0;
    background-color: #c7c23d;
    color: #fff;
	white-space: normal;
}

.btn:hover{
    color: #fff;
}

.bg-white {background:white;}
.table > tbody > tr > td > a {color:black;}
.btn-primary {background:#0099cc;opacity: 1;}
.btn-primary:disabled {opacity: 0.8;}
.btn-success {background:#5CB85C;}
.btn-warning {background:#F0AD4E;}
.btn-danger {background:#D9534F;}
.fa-green {color:#C9C130;}
.profilephotolink {padding:6px 10px !important; text-transform:none;}
.profilephotoxs {width:20px; height:20px;}
.profilephotosmall {width:32px; height:32px;}
.profilephotomedium {width:48px; height:48px;}
.profilephotobig {width:64px; height:64px;}
.linknohref {cursor:pointer;}
.commentbox {padding:1px; margin:2px;}
.commentbox .commentname {font-weight:bold;}
.commentbox .commentdt {font-size:70%; color:grey;}
.ticklist {list-style-type: none;}
.ticklist li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin:0 5px 0 -20px;
}
.img-center {margin:0 auto 20px auto;}

.syw-form label {
	font-weight:normal;
}
.syw-form input, .syw-form select, .syw-form textarea {
	margin:0 0 10px 0;
	border-radius:0;
	border:0;
}
.nobr {white-space:nowrap;}
/* common ---------------------------------------------------------- [END] */

/* header ---------------------------------------------------------------- */

header{
    background-color: #fff;
    background-image: url(../images/common/colour-strip.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 9px;
    min-height: 116px;
}

.brand-logo{
    width: 224px;
    margin: 28px 0;
}

.DOBrequest {
	position:absolute;
	top:48px;
	right:5px;
	max-width:500px;
	padding:2px;
	background:#C9C130;
	color:white;
	text-align:center;
	border: 2px dashed black;
}

/* header ---------------------------------------------------------------- */

/* content-area ---------------------------------------------------------- */

.content-area{
    padding-top: 15px;
    padding-bottom: 35px;
}

/* content-area ---------------------------------------------------- [END] */

/* nav ------------------------------------------------------------------- */

.nav-container{
    background-color: #53606a;
}

.navbar{
    margin-bottom: 0;
    min-height: 0;
    background-color: #53606a;
    border-radius: 0;
    border: 0;
}

.navbar-collapse{
    padding: 0;
}

nav .container-fluid{
    padding: 0;
}

.navbar-nav{
    width: 100%;
}

.navbar-nav > li{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
}

.navbar-nav > li:last-child{
    float: right;
}

.navbar-nav > li:last-child > a{
    border-left: 1px solid #758088;
    background-color: #8da79d;
}

/* Set the default styles for the nav items */
.navbar-nav > li > a{
    padding: 12px 20px 12px;
    border-right: 1px solid #758088;
    color: #fff;
    text-decoration: none;
}

.navbar-nav > li:first-child > a{
    border-left: 1px solid #758088;
}

.navbar-nav > li > a > i{
    margin-right: 10px;
}

/* Set the default hover styles for the nav items */
.navbar-nav > li > a:hover{
    color: #53606a;
    background-color: #fff;
}

/* Set style for active nav items */
.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover{
    color: #53606a;
    background-color: #fff;
}

.navbar-toggle{
    position: absolute;
    top: 31px;
    right: 0px;
    z-index: 10000;
    background-color: #54606a;
    margin: 0;
    border-radius: 0;
    border: 1px solid #6d7880;
    padding: 12px;
}

.navbar-toggle .icon-bar{
    background-color: #fff;
    height: 3px;
}

.navbar-toggle:hover{
    background: #fff;
}

.navbar-toggle:hover span{
    background-color: #505050;
}

@media (min-width: 768px) {
    .dropdown-menu > li > a{
        padding: 10px 20px;
        color: black;
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    .dropdown-menu > li > a{
        padding: 10px 20px;
        color: white;
        text-decoration: none;
    }
}

/* nav ------------------------------------------------------------- [END] */

/* hero ------------------------------------------------------------------ */

.hero.visible-xs img{
    width: 100%;
}

.hero ul{
    margin: 0;
}

.hero .bubble-area{
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: -3px;
    top: 10px;
}

.hero .bubble{
    background-color: #c7c23d;
    -webkit-border-radius: 0px 75px 75px 75px;
    border-radius: 0px 75px 75px 0px;
    display: table;
    padding: 10px 15px 10px 15px;
    box-shadow: rgb(74 69 69 / 37%) 3px 2px 3px 0px;
}

.hero .bubble p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #454415;
    text-transform: uppercase;
    padding: 0 15px;
    font-family: 'RobotoSlab-Light';
}

.hero .bubble p span{
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 11px;
    color: #fff;
    text-transform: none;
    padding-top: 5px;
    /* to prevent typeface from rendering thick in Safari and Chrome (Mac) */
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

    /* to prevent typeface from rendering thick in Firefox (Mac) */
    -moz-osx-font-smoothing: grayscale;
}

.bx-wrapper .bx-viewport{
    border: 0;
    left: 0;
    background-color: transparent;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 17px -11px 50px;
}

.bx-wrapper li{
    margin-bottom: 0;
}

/* hero ------------------------------------------------------------ [END] */

/* grades ---------------------------------------------------------------- */

.grade{
    width: 30px;
    height: 30px;
    display: table;
    text-align: center;
    -webkit-border-radius: 17px;
    border-radius: 17px;
}

.grade span{
    font-family: 'RobotoSlab-Bold';
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: 4px;
    color: #fff;
}

.grade.easy{background-color: #cbc032;}
.grade.leisurely{background-color: #8da79d;}
.grade.strenuous{background-color: #df5364;}
.grade.moderate{background-color: #d4955f;}

.gradings{
    margin-left: 0;
    padding-top: 10px;
}

.gradings li{
    list-style-type: none;
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.gradings .grade{
    position: absolute;
    left: 0;
}

.gradings h3{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}

/* programme overrides ============ */

.upcoming-panel.programme .grade{
    position: absolute;
    top: 20px;
    left: 20px;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
}

/* programme overrides ======= [END] */

/* grades ---------------------------------------------------------- [END] */

/* upcoming-panel -------------------------------------------------------- */

.upcoming-panel{
    background-color: #fff;
    margin-bottom: 20px;
}

.upcoming-panel h2{
    background-color: #4b4b4b;
    color: #fff;
    padding: 10px 50px 10px 20px;
    font-family: 'RobotoSlab-Bold';
    margin: 0;
    background-image: url(../images/common/walker-icon-white.png),linear-gradient(to right, #86a538, #5c751e);
    background-repeat: no-repeat;
    background-position: right center;
}

.upcoming-panel h2 span{
    display: block;
}

.upcoming-panel ul{margin: 0;}

.upcoming-panel li{
    list-style-type: none;
    margin-bottom: 0;
}

.upcoming-panel li:first-child{
    border-top: 0;
}

.upcoming-panel a{
    display: block;
    text-decoration: none;
    padding: 15px 20px;
}

.upcoming-panel a:hover{
    background-color: #cadad3;
}

.upcoming-panel a h3,
.upcoming-panel a p{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.upcoming-panel a:hover h3,
.upcoming-panel a:hover .criteria{
    color: #7a7878;
}

.upcoming-panel h3{
    /*text-transform: uppercase;*/
    color: #8da79d;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.1;
}

.upcoming-panel p{
    font-size: 14px;
}

.upcoming-panel .date{
    color: #000;
    margin-bottom: 5px;
}

.upcoming-panel .criteria{
    margin-bottom: 0;
}

.upcoming-panel .criteria span{
    margin-right: 10px;
}

.upcoming-panel .criteria img{
    width: 13px;
    height: 15px;
    margin-top: -6px;
}

/* programme specific ============= */

.upcoming-panel.programme{
    background-color: transparent;
    padding-top: 20px;
}

.upcoming-panel.programme h2{
    margin-bottom: 10px;
}

.upcoming-panel.programme li{
    background-color: #fff;
    margin-bottom: 10px;
    border-top: 0;
    position: relative;
}

.upcoming-panel.programme a{padding-left: 70px;}

.upcoming-panel.programme .criteria{margin: 20px 0;}
.upcoming-panel.programme .criteria span{margin-right: 20px;}
.upcoming-panel.programme .criteria img{width: 20px; height: 22px; margin-top: -6px;}

.upcoming-panel.programme .call-to-action{
    text-transform: uppercase;
    font-weight: bold;
    color: #8da79d;
}

.upcoming-panel a:hover p{color: #fff;}
.upcoming-panel a:hover .date{color: #000;}
.upcoming-panel a:hover .call-to-action{color: #4b4b4b;}

/* programme specific ======= [END] */

/* upcoming-panel -------------------------------------------------- [END] */


/* walk detail page ------------------------------------------------------ */

.walk-detail{
    margin-left: 0;
    padding-top: 10px;
}
.walk-detail > ul > li{
	list-style-type: none;
	padding-left: 50px;
	position: relative;
}
.walk-detail .grade{
	position: absolute;
	top:3px;
	left: 0;
}
.walk-detail h3{
    text-transform: none;
    font-size: 20px;
    margin-bottom: 5px;
}
.walk-detail hr {
	height:1px;
	margin:0;
	top:0;
}
.walk-detail .criteria {margin: 20px 0; line-height: 1.8em;}
.walk-detail .criteria span {margin-right: 20px;}
.walk-detail .criteria img {width: 20px; height: 22px; margin-top: -6px;}
.walk-detail .criteria-edit {margin: 20px 0;}
.walk-detail .criteria-edit span {margin-right: 20px;}
.walk-detail .criteria-edit img {width: 20px; height: 22px; margin-top: -6px;}
.walk-detail .criteria-edit span {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.walk-detail-dark {
	background:#F1E6D1;
	padding:20px;
	margin:20px 0;
}
.navlink {text-decoration:none; font-weight:bold;}


/* walk detail page ------------------------------------------------ [END] */

/* walk leading page ----------------------------------------------------- */

.walk-leading-dark {
	background: #f5f4ee;
    padding: 20px;
    margin: 0;
}
.walk-leading-action {
	background: #4b4b4b;
	padding:20px;
	margin:0px;
	color:white;
}
.walk-leading-action h1 {
	color:white;
	margin-top: 15px;
    margin-bottom: 15px;
}
.walk-leading-action p {
	color:white;
}

/* walk leading page ----------------------------------------------- [END] */

/* Login page ------------------------------------------------------------ */

.loginnav {
	padding-right:10px;
    background: #cbc130;
    font-weight: bold;
}
.loginnav > li.active > a {
	background:#F1E6D1;
}
.loginnav > ul > li > a {
    font-family: 'RobotoSlab-Light';
	font-size:12pt;
	text-decoration:none;
	color:black;
	border:0 !important;
	cursor:pointer;
}
.loginpanel {
	/* background:#F1E6D1; */
	padding-top:10px;
	padding-bottom:10px;
}
.loginpanel .input-group.i {width:2em;}
.loginpanel .input-group {padding-bottom:5px;}
.loginpanel .help-block {color:red; text-align:center;}
.loginOr {
	text-align:center;
}
.loginOr > hr {
	height:1px;
	margin:0 0 20px 0;
}
.loginOr > span {
    color: #807c74;
	font-size:1.5em;
	background:#ffffff;
	position:relative;
	top:-0.7em;
	padding:0 20px 0 20px;
}

.loginpanel .socialbuttons .btn-facebook {background: #3b5998; text-decoration:none;}
.loginpanel .socialbuttons .btn-meetup {background: #c32f10; text-decoration:none;}
.loginpanel .socialbuttons .btn-twitter {background: #00aced; text-decoration:none;}
.loginpanel .socialbuttons .btn-google {background: #c32f10; text-decoration:none;}


/* Login page ------------------------------------------------------ [END] */

/* About Us page --------------------------------------------------------- */

.about-panel-1 > h1 {
	color:#C9C130;
}
.about-panel-1 > hr {
	background:#C9C130;
	height:1px;
	margin:0 0 20px 0;
	top:0;
}
.about-panel-1 > form > button {
	font-size:12pt;
	font-weight:none;
	background:#C9C130;
}

.about-panel-2 > h1 {
	color:#978C70;
}
.about-panel-2 > hr {
	background:#978C70;
	height:1px;
	margin:0 0 20px 0;
	top:0;
}
.about-panel-2 > form > button {
	font-size:12pt;
	font-weight:none;
	background:#978C70;
}

.about-panel-3 > h1 {
	color:#9EAEBB;
}
.about-panel-3 > hr {
	background:#9EAEBB;
	height:1px;
	margin:0 0 20px 0;
	top:0;
}
.about-panel-3 > form > button {
	font-size:12pt;
	font-weight:none;
	background:#9EAEBB;
}



/* committee menus ------------------------------------------------------- */

.committeemenu {background:#53606A;}
.committeemenusel {background:#73808A;}
.committeemenu2 {background:#73808A;}
.committeemenu2sel {background:#93A0AA;}
.committeemenu > a, .committeemenusel > a, .committeemenu2 > a, .committeemenu2sel > a {color:white; text-decoration:none;	border:0 !important;}
.table-committee>thead>tr>th,.table-committee>tbody>tr>th,.table-committee>tfoot>tr>th,.table-committee>thead>tr>td,.table-committee>tbody>tr>td,.table-committee>tfoot>tr>td {border:1px solid black; margin:0; padding:0;}

/* committee menus ------------------------------------------------- [END] */


/* map blocks ------------------------------------------------------------ */

	#map-canvas {width:100%; height: 400px;}
	#pac-input {
		position:absolute;
		z-index:100;
		margin-top: 10px;
		margin-left: 4px;
		padding:5px;
		font-family: Arial;
	}
	#pac-input:focus {border-color:#4d90fe;}

/* map blocks ------------------------------------------------------ [END] */


/* feature blocks -------------------------------------------------------- */

.feature-block-container{
    padding-top: 20px;
}

.feature-block {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.feature-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.feature-block .overlay h2{
    color: #fff;
    font-family: 'RobotoSlab-Bold';
    margin-top: 80px;
    border-bottom: 5px solid #fff;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.feature-block:hover .overlay {
    background: rgba(0, 0, 0, .1);
}

.feature-block:hover .overlay h2{
    margin-top: 70px;
}

.feature-block + p{
    margin-bottom: 30px;
}


/* feature blocks -------------------------------------------------- [END] */

/* homepage -------------------------------------------------------------- */

.ramblers-inset{
    margin-bottom: 20px;
}

/* homepage -------------------------------------------------------- [END] */

/* footer ---------------------------------------------------------------- */

footer{
    background-color: #4b4b4b;
    padding: 30px 0 20px;
}

footer .syw-logo{
    width: 162px;
    margin: 29px 30px 0 0;
}

footer hr{
    background-color:#787878;
    color:#787878;
    height:1px;
    margin-bottom:30px;
    top:15px;
}

footer .legal{
    margin: 0 0 10px;
}

footer .legal li{
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    font-size: 11px;
    color: #fff;
}

footer .legal a{
    color: #fff;
    text-decoration: none;
}

footer .legal a:hover{
    text-decoration: underline;
}

footer h4{
    color: #fff;
    font-family: 'RobotoSlab-Bold';
}

footer .social-media{float: right;}

footer .social-media ul{margin: 0;}

footer .social-media li{
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

footer .social-media a{
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: -1000px;
}

footer .social-media a:hover{
    opacity: 0.7;
}

footer .social-media a.youtube{background-image: url('../images/common/youtube-icon.png');}
footer .social-media a.twitter{background-image: url('../images/common/twitter-icon.png');}
footer .social-media a.facebook{background-image: url('../images/common/facebook-icon.png');}
footer .social-media a.instagram{background-image: url('../images/common/instagram-icon.png');}

/* footer ---------------------------------------------------------- [END] */








/* media queries --------------------------------------------------------- */
/* /////////////////////////////////////////////////////////////////////// */
/* BIGGER THAN PHONE ///////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

@media (min-width: 768px) {
    .omb_row-sm-offset-2 div:first-child[class*="col-"] {
        margin-left: 16.66666666666666%;
    }

    .omb_login .omb_forgotPwd {
        text-align: right;
 	}		
    .omb_login .omb_registerAct {
        text-align: center;
 	}		
}


/* /////////////////////////////////////////////////////////////////////// */
/* LARGE DESKTOP ///////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (min-width: 1200px){

    /* feature-block ---------------------- */
    .feature-block .overlay h2{
        margin-top: 95px;
        font-size: 28px;
    }
    .feature-block:hover .overlay h2{
        margin-top: 85px;
    }
    /* feature-block ---------------- [END] */

    /* upcoming-panel --------------------- */
    .upcoming-panel h2 span{
        display: inline;
    }
    /* upcoming-panel --------------- [END] */

    }

/* /////////////////////////////////////////////////////////////////////// */
/* LARGE DESKTOP /////////////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */


 

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP ///////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (min-width: 768px) and (max-width: 991px){

    /* nav -------------------------------- */
    .navbar-nav > li {
        font-size: 13px;
    }
    .navbar-nav > li > a{
        padding: 12px 12px;
    }
    /* nav -------------------------- [END] */

    /* feature-block ---------------------- */
    .feature-block .overlay h2{
        margin-top: 55px;
    }
    .feature-block:hover .overlay h2{
        margin-top: 50px;
    }
    /* feature-block ---------------- [END] */

    /* upcoming-panel --------------------- */
    .upcoming-panel h2{
        font-size: 18px;
    }
    .upcoming-panel h3{
        font-size: 18px;
    }
    .upcoming-panel p{
        font-size: 13px;
    }
    .upcoming-panel .criteria{
        display: block;
        padding: 2px 0;
    }
    /* upcoming-panel --------------- [END] */

    /* programme -------------------------- */
    .upcoming-panel.programme .criteria span{
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    /* programme -------------------- [END] */
    .walk-detail .criteria{
        display: block;
        padding: 2px 0;
    }

    .walk-detail .criteria span{
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    }

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL DESKTOP /////////////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */

 


/* /////////////////////////////////////////////////////////////////////// */
/* SMALL TABLET & MOBILE ///////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////// */

    @media (max-width: 767px){

    /* container -------------------------- */
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    /* container -------------------- [END] */

    /* header ----------------------------- */
    .brand-logo{
        max-width: 70%;
    }
    /* header ----------------------- [END] */

    /* nav -------------------------------- */
    .nav.navbar-nav{
        margin: 100px 0 20px 0;
    }
    .navbar-nav > li > a{
        border-right: 0;
        border-bottom: 1px solid #6d7880;
    }
    .navbar-nav > li:first-child > a{
        border-left: 0;
        border-bottom: 0;
    }
    .navbar-nav > li:last-child{
        float: none;
        position: absolute;
        top: 30px;
        left: 0;
    }
    .navbar-nav > li:last-child a{
        border: 0;
    }
    .navbar-collapse{
        border-top: 0;
        box-shadow: none;
    }
    /* nav -------------------------- [END] */

    /* content-area ----------------------- */
    .content-area{
        padding-top: 15px;
        padding-bottom: 20px;
    }
    /* content-area ----------------- [END] */

    /* feature-block ---------------------- */
    .feature-block {
        margin-bottom: 10px;
    }
    .feature-block img{
        width: 100%;
    }
    .feature-block .overlay h2,
    .feature-block:hover .overlay h2{
        margin-top: 28%;
    }
    /* feature-block ---------------- [END] */

    /* upcoming-panel --------------------- */
    .upcoming-panel h2{
        font-size: 18px;
    }
    .upcoming-panel h3{
        font-size: 18px;
    }
    /* upcoming-panel --------------- [END] */

    /* ramblers-inset --------------------- */
    .ramblers-inset {
        float: right;
        margin: 0 20px 20px;
    }
    /* ramblers-inset --------------- [END] */

    /* footer ----------------------------- */
    footer{
        padding-top: 20px;
    }
    footer .social-media{
        float: none;
        padding-top: 20px;
    }
    footer .legal li{
        display: block;
    }
    /* footer ----------------------- [END] */

    /* font-smoothing --------------------- */
    h1, h2, h3, h4, h5, .hero .bubble p span{
        /* For performance improvement on iOS Safari */
        text-shadow: none;
    }
    /* font-smoothing --------------- [END] */

    /* programme -------------------------- */
    .upcoming-panel.programme .criteria span{
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    /* programme -------------------- [END] */

    .walk-detail .criteria span{
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
	.DOBrequest {
		position:relative;
		top:0;
		right:0;
		left:0;
		bottom:0;
		max-width:100%;
		margin:2px;
	}

    }

/* /////////////////////////////////////////////////////////////////////// */
/* SMALL TABLET & MOBILE /////////////////////////////////////////// [END] */
/* /////////////////////////////////////////////////////////////////////// */

/* media queries --------------------------------------------------- [END] */




/* ==========================================================================
Print styles.
========================================================================== */

@media print{
    *{
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .no-print{
        display:none;
    }

    a,
    a:visited{
        text-decoration: underline;
    }

    a[href]:after{
        content: " (" attr(href) ")";
    }

    abbr[title]:after{
        content: " (" attr(title) ")";
    }

    /*
    * Don't show links for images, or javascript/internal links
    */

    a[href^="javascript:"]:after,
    a[href^="#"]:after{
        content: "";
    }

    pre,
    blockquote{
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead{
        display: table-header-group;
    }

    tr,
    img{
        page-break-inside: avoid;
    }

    img{
        max-width: 100% !important;
    }

    p,
    h2,
    h3{
        orphans: 3;
        widows: 3;
    }

    h2,
    h3{
        page-break-after: avoid;
    }
}

.mce-content-body {
    background-color: #ffffff;
}

.bold {
    font-weight: bold;
}

.top-line {
    width: 90%;
    height: 5px;
    margin-bottom: 15px;
    border-radius: 8px;
    margin-top: 10px;
    background-image: linear-gradient(270deg, #f9f9e9, #CDDC39);
}
.homepage {
    background: #3d9182;
    margin-left: 10px;
    width: auto;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    box-shadow: rgb(0 0 0 / 16%) 2px 0px 6px, rgb(0 0 0 / 23%) 1px 2px 6px;
    transition: all 200ms ease;
}
.homepage-large {
    font-size: 46px;
    margin: auto;
    display: block;
    height: fit-content;
    padding-bottom: 15px;
    line-height: 30px;
    width: 260px;
}
.homepage:hover {
    cursor: pointer;
    background:#44a392;
}
.homepage-tablet {
    display: flex;
    width: fit-content;
    margin: auto;
}

.facebook-homepage{
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: -1000px;
}

.facebook-homepage:hover{
    opacity: 0.7;
}

.facebook-homepage{background-image: url('../images/common/facebook-icon.png');}