
/*
COLOR 1: #445868 
COLOR 2: #6c8aa3
COLOR 3: #e6b646
*/



ul.slimmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #a7a7a7;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
    background-color: #AAA;
}
ul.slimmenu>li {
    margin-right: -5px;
    border-left: 1px solid #999;
}

/*
ul.slimmenu li:nth-child(1) {
	border-bottom: 4px solid #445868;
}
ul.slimmenu li:nth-child(2) {
	border-bottom: 4px solid #6c8aa3;
}
ul.slimmenu li:nth-child(3) {
	border-bottom: 4px solid #e6b646;
}
ul.slimmenu li:nth-child(4) {
    border-bottom: 4px solid #777;
}
ul.slimmenu li:nth-child(5) {
    border-bottom: 4px solid #445868;
}
ul.slimmenu li:nth-child(6) {
    border-bottom: 4px solid #6c8aa3;
}
ul.slimmenu li:nth-child(7) {
    border-bottom: 4px solid #e6b646;
}
ul.slimmenu li:nth-child(8) {
    border-bottom: 4px solid #777;
}
ul.slimmenu li:nth-child(9) {
    border-bottom: 4px solid #445868;
}
ul.slimmenu li:nth-child(10) {
    border-bottom: 4px solid #6c8aa3;
}
ul.slimmenu li:nth-child(11) {
    border-bottom: 4px solid #e6b646;
}
ul.slimmenu li:nth-child(12) {
    border-bottom: 4px solid #777; 
} */

ul.slimmenu>li:first-child {
    border-left: 0;
}
ul.slimmenu>li:last-child {
    margin-right: 0;
}
ul.slimmenu li a {
    display: block;
    color: #333;
    padding: 6px 48px 6px 28px;
    font-size: 14px;
    font-weight: 400;
}
ul.slimmenu li a:hover {
    background-color: #999;
    text-decoration: none;
}
ul.slimmenu li .sub-collapser {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
ul.slimmenu li .sub-collapser>i {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
ul.slimmenu li ul {
    margin: 0;
    min-width: 220px;
    list-style-type: none;
}
ul.slimmenu li ul li {
    background-color: #BBB;
    width: auto;
    border-bottom: 1px;
    min-width: 272px;
}
ul.slimmenu li ul li:nth-child(1) {
    border-bottom: 1px solid #445868;
}
ul.slimmenu li ul li:nth-child(2) {
    border-bottom: 1px solid #6c8aa3;
}
ul.slimmenu li ul li:nth-child(3) {
    border-bottom: 1px solid #e6b646;
}
ul.slimmenu li ul li:nth-child(4) {
    border-bottom: 1px solid #445868;
}
ul.slimmenu li ul li:nth-child(5) {
    border-bottom: 1px solid #6c8aa3;
}
ul.slimmenu li ul li:nth-child(6) {
    border-bottom: 1px solid #e6b646;
}
ul.slimmenu li ul li:nth-child(7) {
    border-bottom: 1px solid #445868;
}
ul.slimmenu li ul li:nth-child(8) {
    border-bottom: 1px solid #6c8aa3;
}
ul.slimmenu li ul li:nth-child(9) {
    border-bottom: 1px solid #445868;
}
ul.slimmenu li ul li:nth-child(10) {
    border-bottom: 1px solid #6c8aa3;
}
ul.slimmenu li ul li:nth-child(11) {
    border-bottom: 1px solid #e6b646;
}
ul.slimmenu li ul li:nth-child(12) {
    border-bottom: 1px solid #856898;
}
ul.slimmenu li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
}
ul.slimmenu li>ul>li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
}

ul.slimmenu.collapsed li .sub-collapser {
    height: 34px;
}

ul.slimmenu.collapsed li>ul {
    display: none;
    position: static;
}









#tabbedpanels1, #tabbedpanels2 {
    width: 100%;
    /* max-width: 600px; */
    float: left;
}

#tabbedpanels1 div, #tabbedpanels2 div {
    padding: 8px;
    float: left;
    margin-bottom: 20px;
}
#tabbedpanels1 li, #tabbedpanels2 li {
    list-style: outside;
    margin-left: 16px;
    width: 98%;
    float: left;
    margin-top: 4px;
}
#tabbedpanels1 h3 a, #tabbedpanels2 h3 a {
    width: 100%;
    float: left;
    position: relative;
    padding: 4px 4px 4px 24px;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

#tabbedpanels1 h3 a:before, #tabbedpanels2 h3 a:before {
    position: absolute;
    top: -12px;
    left: 0;
    content: '+';
    font-size: 34px;
}
#tabbedpanels1 .open a, #tabbedpanels2 .open a {
    width: 100%;
    float: left;
    position: relative;
    padding: 4px 4px 4px 24px;
    background-color: #445868;
    color: #fff;
}
#tabbedpanels1 .open a:before, #tabbedpanels2 .open a:before {
    position: absolute;
    top: -12px;
    left: 0;
    content: '-';
    font-size: 34px;
}






#coloured_box {
    position: absolute;
    bottom: 66px;
    right: -1px;
    width: 100px;
    height: 33px;
}
#coloured_box span {
    width: 33.3333333%;
    height: 100%;
    border: 0 solid #ccc;
    line-height: 0;
    display: block;
    float: left;
}
#coloured_box span:nth-child(1) {
    background-color: #445868;
    opacity: .8;
}
#coloured_box span:nth-child(2) {
    background-color: #e6b646;
    opacity: .8;
}
#coloured_box span:nth-child(3) {
    background-color: #445868;
    opacity: .9;
}
#coloured_box span:nth-child(4) {
    background-color: #fff;
    opacity: .3;
}
#coloured_box span:nth-child(5) {
    background-color: #777;
    opacity: .3;
}
#coloured_box span:nth-child(6) {
    background-color: #333333;
    opacity: .9;
}
#coloured_box span:nth-child(7) {
    background-color: #445868;
}
#coloured_box span:nth-child(8) {
    background-color: #e6b646;
    opacity: .9;
}
#coloured_box span:nth-child(9) {
    background-color: #445868;
    opacity: .7;
}





.testimonials {
    font-family: courgette;
    font-size: 19px;
    color: #445868;
	font-style: italic;
}

.feedbackform {
    margin-top: 12px;
    float: left;
    width: 100%;
    border: 1px solid #445868;
    padding: 12px;
    border-radius: 8px;
}


.calendararea {
    background-color: #445868;
    border-radius: 4px;
    float: left;
    width: 100%;
    padding: 8px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 24px;
}


.memorial_area li {
    list-style: none;
}
.memorial_area li:nth-child(1) {
    border-right: 8px solid #445868;
    background-color: #eee;
    margin-right: 8px;
}
.memorial_area li:nth-child(2) {
    border-right: 8px solid #6c8aa3;
    background-color: #eee;
    margin-right: 8px;
}
.memorial_area li:nth-child(3) {
    border-right: 8px solid #e6b646;
    background-color: #eee;
    margin-right: 8px;
}
.memorial_area li:nth-child(4) {
    border-right: 8px solid #445868;
    background-color: #eee;
    margin-right: 8px;
}
.memorial_area li:nth-child(5) {
    border-right: 8px solid #6c8aa3;
    background-color: #eee;
    margin-right: 8px;
}
.memorial_area li:nth-child(6) {
    border-right: 8px solid #e6b646;
    background-color: #eee;
    margin-right: 8px;
}


.usefullinks_area h2 {
    color: #445868;
}

.vevent a {
    color: #6c8aa3;
}

.memorial_text h3 {
    color: #445868;
}


/*----------------------------------------------------------------------------------
------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------
------------------------------------------------------------------------------------*/





blockquote, dd, div, dl, dt, form, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0;
}


.maintext li {
	list-style: outside;
	margin-left: 20px;
	padding-left: 0px;
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 6px; }


.wick_imagearea {
    width: 32%;
    margin: 0 1% 12px 0;
    position: relative;
    float: left;
}


.menu-collapser {
    position: relative;
    background-color: #999;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
}

.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-color: #333;
    border: 1px solid #ccc;
    color: #FFF;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.collapse-button:focus, .collapse-button:hover {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}

.collapse-button .icon-bar {
    background-color: #F5F5F5;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

.glist, .primary-content .glist, .sidebar .glist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cont {
    overflow: auto;
}

.allalbums>li {
    clear: left;
}

.imagelisting li {
    float: left;
    width: 100px;
    margin: 0 10px 10px 0;
}

.slideshow-nav li {
    float: left;
    padding: 0 0 0 4.5px;
}

.slideshow-nav li:first-child {
    padding-left: 0;
}

.slideshow-nav li img {
    width: 76px;
    height: 76px;
    opacity: .5;
}

.slideshow-nav li a:hover img, .slideshow-nav li.activeSlide img {
    opacity: 1;
}

.albumdisplay li {
    float: left;
    width: 120px;
    margin: 0 20px 20px 0;
}

.albumdisplay li img:hover {
    border: 2px solid #000;
}

.albumdisplay li img {
    display: block;
    border: 2px solid #ccc;
}

.pager {
    margin: 1.5em 0;
    overflow: hidden;
    padding-top: .8em;
}

.pager li {
    float: left;
    width: 10em;
}

.pager li.paging-label {
    float: none;
    width: 100%;
    padding: 0 0 1em;
}

.pager a.paging-next {
    text-align: right;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    z-index: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides {
    margin: 0 auto;
}
.rslides_container {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 6px;
    overflow: hidden; }

.rslides1_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    bottom: 0;
    left: 0;
    z-index: 990000000;
    opacity: .7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: url(themes.png) left top no-repeat;
    margin-top: -45px;
}
.rslides1_nav:active {
    opacity: 1;
}
.rslides1_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.rslides2_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91% ;
}

.rslides2_nav.next {
    left: auto;
    right: 0;
}

.rslides3_nav {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    opacity: .6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(themes.gif) left 50% no-repeat #000;
    width: 38px;
}

.rslides3_nav:active {
    opacity: 1;
}

.rslides3_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}
.rslides1_nav:focus, .rslides2_nav:focus, .rslides3_nav:focus {
    outline: 0;
}

.rslides_tabs {
    margin-top: -24px;
    text-align: center;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
    z-index: 10000;
    position: relative;
}



.rslides_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 9px;
    height: 9px;
}

.rslides_tabs .rslides_here a {
    background: #222;
    background: rgba(0, 0, 0, .8);
}

.caption {
    width: auto;
    position: absolute;
    display: block;
    top: 10%;
    left: 8px;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 3vw;
    text-shadow: 1px 1px 1px #333;
}

.caption2 {
    width: auto;
    position: absolute;
    display: block;
    top: 68px;
    left: 48px;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 28px;
}






.paging {
    float: left;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #3a4557;
}



.gallery-row {
    margin-bottom: 40px;
}

div.gallery-row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }

div.gallery-item {
    float: left;
    width: 16.6%; }

div.gallery-item a {
    display: block;
    margin: 5px;
    padding: 4px;
    border: 1px solid #ccc; }

div.gallery-item img {
    display: block;
    width: 100%;
    height: auto; }



table { 
    background: #FFF;
    margin-bottom: 1.25em;
    border: 1px solid #DDD;
	border-collapse: collapse;
    table-layout: auto;
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px; }

table, tbody, tr, td {
	padding: 0px;
	margin: 0px; }


 .twocolumns td:nth-child(1) { width: 80%; }

 .twocolumns td:nth-child(2) { width: 20%; }

 .fourcolumns td { width: 25%; }



 
.table .table {
	background-color: #fff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th { background-color: #f5f5f5; }


table caption {
    background: 0 0;
    color: #222;
    font-size: 1em; }

table thead { background: #F5F5F5; }

table tfoot { background: #F5F5F5; }

table tfoot tr td, table tfoot tr th {
    padding: .5em .625em .625em;
    font-size: .875em;
    color: #222; }

table tr td, table tr th {
    padding: .5625em .625em;
    font-size: 13px;
    color: #222;
    text-align: left; }

table tr.alt, table tr.even, table tr:nth-of-type(even) {
    background: #F9F9F9; }

table tbody tr td, table tbody tr th, table tfoot tr td, table tfoot tr th, table thead tr th, table tr td {
    display: table-cell;
    line-height: 1.125em; }




.smallblogimage {
    width: 28%;
    margin-right: 2%;
    line-height: 0;
    padding: 0;
    border: 1px solid #ccc;
    float: left;
}
.hentry2 .smallblogimage {
    width: 100%;
    margin-right: 12px;
    line-height: 0;
    padding: 0;
    border: 1px solid #eee;
    float: left;
}




#homebuttons {
    float: left;
    width: 100%;
    margin-top: 0px;
}
#homebuttons .buttonouter {
    float: left;
    width: 32%;
    padding: 1px;
    margin-bottom: 0;
}
#homebuttons .bigbuttonsquare {
    padding: 0;
    margin-bottom: 0;
}

.bigbuttonsarea {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
}


.bigbuttonsarea li:nth-child(1), .bigbuttonsareahome li:nth-child(1) {
    margin-right: 1%;
    background-color: #445868;
}
.bigbuttonsarea li:nth-child(2), .bigbuttonsareahome li:nth-child(2) {
    margin-right: 1%;
    background-color: #6c8aa3;
}
.bigbuttonsarea li:nth-child(3), .bigbuttonsareahome li:nth-child(3) {
    margin-right: 1%;
    background-color: #e6b646;
}
.bigbuttonsarea li:nth-child(4), .bigbuttonsareahome li:nth-child(4) {
    margin-right: 1%;
    background-color: #777;
}




#homebuttons .bigbuttonsarea {
    margin-bottom: 12px;
    padding: 0;
}
#homebuttons .bigbuttonsquare {
    float: left;
    width: 100%;
    border: 0 solid #FFF;
    margin-right: 0;
    background-color: #fff;
    overflow: hidden;
}
.bigbuttonsquare {
    float: left;
    width: 30%;
    border: 1px solid #FFF;
    margin-right: 4px;
    background-color: #fff;
}
.bigbuttonsquare img {
    padding: 0;
    width: 100%;
    display: block;
}

#homebuttons .bigbuttonsquare img {
    padding: 0;
    width: 100%;
    height: auto;
}

.newstext {
    font-size: 17px;
    color: #fff;
}

#homebuttons .newstext {
    width: 100%;
    padding: 12px;
    height: 48px;
}

.newsarea .newstext {
    width: 100%;
    padding: 12px;
    float: left;
    background-color: #333;
}









li.hentry {
    float: left;
    clear: both;
    width: 100%;
    background-color: #eee;
}

li.hentry img {
    float: left;
    clear: both;
    width: 100%;
}

li.hentry2 {
    float: left;
    border-radius: 4px;
    width: 48%;
    border: 1px solid #eee;
    margin: 4px;
    padding: 8px;
    list-style: none;
	min-height: 264px;
}
.hentry2 .blogdetails {
    width: 100%;
    float: left;
    padding: 4px;
    margin-right: 24px;
}
.blogdetails {
    float: left;
    padding: 0;
    width: 70%;
}
.blogdetails h2 {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0;
}
.blogdetails .date, .blogdetails h2 a {
    margin: 0;
    clear: both;
    font-size: 16px;
    text-align: left;
}
.blogdetails .date, .blogdetails a {
    margin: 0;
    clear: both;
    font-size: 12px;
    text-align: left;
}



.usefullinks_area {
	width: 100%;
    float: left;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #a5a5a5;
    margin-bottom: 1%;
}


.weblinksouter {
    width: 100%;
    position: relative;
    float: right;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 4px;
}

.weblinksinner {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.weblinksinner img {
    width: 20%;
    border: 1px solid #eee;
    float: left;
    padding: 8px;
    margin-bottom: 4px;
}
.weblinksdescription {
    width: 50%;
    float: left;
    padding: 8px;
    margin-bottom: 4px;
}

.weblinksouter a {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 8px;
    border: 1px solid #eee;
}






#priceform {
    float: left;
    width: 100%;
    border: 1px solid #C7C6C6;
    background-color: #eee;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 8px;
}







#slider-wrapper {
    float: left;
    position: relative;
}
#slider-wrapper img {
    width: 100%;
    height: auto;
}

/*
.footer {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    width: 100%;
    clear: both;
    float: left;
}
*/


#searchform {
    width: 100%;
    float: right;
    margin-bottom: 20px;
    /*margin-top: 40px;*/ }

#form1_search {
    width: 100%;
    max-width: 320px;
    float: right;
}
input#form1_q {
    float: left;
    width: 78%;
    border-radius: 16px;
    padding: 4px;
}
#form1_search input[type=submit] {
    width: 18%;
    margin-left: 4px;
    float: left;
    padding: 6px;
    border-radius: 16px;
    border: none;
}




/* .vevent a {
    font-size: 24px;
    color: #6c8aa3;
} */

/* .vevent2 a {font-size: 20px;
} */

.readmore {
    font-size: 16px;
    padding: 4px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;
    float: left;
    width: 100%;
}

.readmore a {
    font-size: 16px;
    padding: 4px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #fff;
    border-radius: 16px;
}

.vevent {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 20px;
    padding-top: 8px;
}

.vevent2 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;

    margin-bottom: 0px;
    padding: 8px;
    background-color: #F5F5F5;
}

.calendararea .vevent {
    width: 100%;
    float: left;
    border-bottom: 0 solid #eee;
    margin-bottom: 0;
    padding-bottom: 0;
}

.vevent h3 {
    width: 100%;
    border: solid #333;
}

.vevent span {
    width: 100%;
    float: left;
}

.event a {
    font-size: 22px;
    clear: both;
}








.blogbanner {
    border: 1px solid #eee;
    padding: 4px;
    margin-bottom: 12px;
}
.blogimage {
    float: left;
    width: 30%;
    margin: 8px 0px 54px 8px;
    border: 1px solid #ccc;
    position: relative;
    line-height: 0px;
}
.blogimage img {
    width: 100%;
    height: auto;
}

.blogcaption {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    z-index: 12;
    color: #333;
}
.newsarea2 {
    width: 100%;
    float: right;
    display: block;
    border-left: 1px solid #ccc;
    padding: 8px;
    margin-top: 16px;
}



.wickmedia {
    float: right;
    padding-top: 12px;
    font-size: 10px;
}

.newsarea {
    float: left;
    width: 100%}

.calendararea h2 {
    width: 100%;
    padding: 0 0 8px;
    margin: 0;
    text-align: center;
    color: #fff;
}
.calendararea .day {
    font-size: 16px;
    color: #fff;
	display: none;
}
.newsarea h2 {
    padding-bottom: 0px;
}
.newsouter {
    float: left;
    width: 100%;
    padding: 4px;
    margin-bottom: 12px;
}
.newssquare {
    float: left;
    width: 30%;
    border: 1px solid #ccc;
    padding: 4px;
    margin-right: 4px;
    background-color: #fff;
}
.newstext {
    float: left;
    width: 65%;
    padding: 4px;
}
.newstext a {
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    margin: 0;
}
.newsarea li:nth-child(1) {
    background-color: #fff;
}
.newsarea li:nth-child(2) {
    border-right: 8px solid #d5d5d5;
    background-color: #eee;
}
.newsarea li:nth-child(3) {
    border-right: 8px solid #d5d5d5;
    background-color: #eee;
}
.newsarea li:nth-child(4) {
    border-right: 8px solid #d5d5d5;
    background-color: #eee;
}
.memorial_area {
    padding-top: 12px;
}
.memorial_area h2 {
    padding-bottom: 12px;
}
.memorial_outer {
    float: left;
    width: 48%;
    padding: 4px;
    margin-bottom: 12px;
}
.memorial_square {
    float: left;
    width: 30%;
    border: 1px solid #ccc;
    padding: 4px;
    margin-right: 4px;
    background-color: #fff;
    line-height: 0px;
}
.memorial_text {
    float: left;
    width: 65%;
    padding: 4px;
}

.memorial_text a {
    font-size: 18px;
    padding: 0;
    margin: 12px 0 0;
    float: left;
}




.memorialouter {
    float: left;
    width: 100%;
    padding: 4px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
}
.memorialsquare {
    float: left;
    width: 20%;
    border: 1px solid #ccc;
    padding: 4px;
    margin-right: 4px;
    line-height:0px;
}

.memorialsquare img {
    /* margin-bottom: 20px; */
}

.memorialtext {
    float: left;
    width: 78%;
    padding: 4px;
}

.memorialsquare p{
    text-align: center;
    padding: 8px;
}
.memorialtext a {
    font-size: 12px;
    line-height: 12px;
    padding: 0;
    margin: 0;
}
.testimonial {
    float: left;
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
    border: 1px solid #ccc;
}




@media screen and (max-width:768px) {

	
ul.slimmenu li .sub-collapser {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
	
ul.slimmenu li:nth-child(n) {
    border-bottom: 1px solid #ccc;
}
    
.caption {
    width: auto;
    position: absolute;
    display: block;
    top: 10%;
    left: 0;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 3vw;
}
.caption2 {
    width: auto;
    position: absolute;
    display: block;
    top: 66px;
    left: 48px;
    padding: 8px;
    text-align: center;
    /* background: #000; */
    /* background: rgba(256, 256, 256, .8); */
    color: #333;
    font-size: 13px;
}
    
div.gallery-item {
    float: left;
    width: 33% ; }
    
    

.memorial_outer {
    float: left;
    width: 100%;
    padding: 4px;
    margin-bottom: 12px;
}
.blogimage {
    float: left;
    width: 50%;
    margin: 0px 12px 32px 0px;
    border: 1px solid #ccc;
    position: relative;
}
.memorialsquare {
    float: left;
    width: 40%;
    border: 1px solid #ccc;
    padding: 4px;
}
.memorialtext {
    float: left;
    width: 50%;
    padding: 4px;
}
.newsarea {
    width: 100%;
    padding: 8px;
    margin: 0;
}
    
#homebuttons .buttonouter {
    width: 31%;
    margin: 1%; }
    
li.hentry {
    float: left;
    clear: both;
    height: auto;
    padding: 4px;
    background-color: #eee;
}
.smallblogimage {
    width: 20%;
    margin-right: 12px;
    line-height: 0;
    padding: 0;
    border: 1px solid #ccc;
    float: left;
}
}



@media screen and (max-width:540px) {
    
.caption, .caption2 {
    /* display: none; */
}
	
div.gallery-item {
    float: left;
    width: 50% ; }
    
.weblinksinner img {
    width: 100%;
    border: 1px solid #eee;
    float: left;
    padding: 8px;
    margin-bottom: 4px;
}
.weblinksdescription {
    width: 100%;
    float: left;
    padding: 8px;
    margin-bottom: 4px;
}
.blogimage {
    float: left;
    width: 100%;
    margin: 0px 0px 48px 0px;
    border: 1px solid #ccc;
    position: relative;
}
#coloured_box {
    position: absolute;
    bottom: 66px;
    right: -1px;
    width: 100px;
    height: 33px;
}
.memorialsquare {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 4px;
    text-align: center;
}
.memorialtext {
    float: left;
    width: 100%;
    padding: 4px;
}
}

