/******
Do a find and replace to change all colours / fonts

Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
********/
html,
body {
    height: 100%;
	color: #000;
	font-size: 16px;
	font-family: 'Quattrocento', serif;
}
/* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
		/* ----- Margin for Two Column Sticky Footer -----*/
        margin: 0 auto -264px;
		background-image: url(img/bg-tile.png);
      }

      /* Set the fixed height of the footer here */
      #push/*, #footer*/ {
		/* ----- Height for Two Column Sticky Footer -----*/
        height: 264px;
      }
h1 {
	color: #6b793a;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}
h2, h3 {
	color: #6b793a;
}

#page-top.other-page {
    display: none;
}

/* ----- IF One Column Header -----*/
header {
	background-color: #fff;
}
header.home-header {
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
}
header.other-header {
	display: none;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #6b793a;
	height: 100%;
	font-size: 18px;
	float: none;
	display: block;
	line-height: normal;
	font-weight: 500;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #6b793a;
}
.navbar-brand > img {
	margin: 0 auto 15px;
	height: 115px;
}
@media (min-width: 576px) {
	.container > .navbar-header {
    text-align: left;
	}
	.navbar-brand {
	float: left !important;
	display: inline;
	line-height: 20px;
	font-size: 34px;
	}
	.navbar-brand > img {
	display: inline-block;
	padding-right: 20px;
	margin: 0;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
	font-size: 42px;
	}	
}
@media (min-width: 992px) {
	header.home-header .container {
	background: url('img/leaves.png') no-repeat 93% 60%/90px;
	}
	.navbar-brand {
	font-size: 62px;
	}
}
/* ----- One Column Header END -----*/
#tagline {
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	position: relative;
	width: 100%;
	background: #6b793a;
	z-index: 1;
}
/*** Triangle Section Separator Styles ***/

/* Common style for pseudo-elements */
#tagline::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/* Triangles */
.tag-triangle::after {
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.tag-triangle::after {
	bottom: -20px;
	z-index: -1;
	background-color: #6b793a;
}
/*** END ***/

section#main-text {
	
}
section#main-text.home-text {
	text-align: center;
	margin-top: 0;
	padding-top: 50px;
}
section#main-text a {
    color: #e7711b;
}
section#main-text.home-text #content h1 {
    display: none;
}
section#main-text.home-text h1 {
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1;
}
section#main-text.home-text h1 span {
    font-size: 22px;
    /*padding: 12px 0 10px;*/

}
/********** SOCIAL MEDIA STYLES ********/
.twitter-tweet-container .tweet-col {
    padding: 20px;
    position: relative;
    margin-bottom: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #3767ae;
    color: #fff;
}
.twitter-tweet-container .tweet-col a {
    color: #ffd600;
}
.twitter-tweet-container .tweet-col a:hover {
    text-decoration: underline !important;
}

section#social-media {
	position:relative;
}
section#social-media a {
	color: #fff;
}
.sm-column {
    padding: 0;
	background: #6b793a; /* Old browsers */
	background: -moz-linear-gradient(top, transparent 40%, #6b793a 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, transparent 40%,#6b793a 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, transparent 40%,#6b793a 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#6b793a',GradientType=0 ); /* IE6-9 */
}
.sm-column.lower {
    padding: 0;
	background: #6b793a; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 40%, #6b793a 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 40%,#6b793a 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 40%,#6b793a 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6b793a',GradientType=0 ); /* IE6-9 */
}
#social-media a:hover, #social-media a:focus {
	text-decoration: none;
}
.sm-container {
	/*background-color: #355ea8;*/
	padding: 40px 20px;
	text-align: center;
}
.sm-container:hover .avatar-flip {
  	transform: rotateY(180deg);
 	 -webkit-transform: rotateY(180deg);
}
.sm-container:hover .avatar-flip img:first-child {
  	opacity: 0;
}
.sm-container:hover .avatar-flip img:last-child {
  	opacity: 1;
}
.avatar-flip {
  	border-radius: 100px;
  	overflow: hidden;
  	height: 100px;
  	width: 100px;
 	position: relative;
  	margin: auto;
  	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	background-color:  #6b793a;
	border: 2px solid #fff;
}
.avatar-flip img {
  	position: absolute;
  	left: 0;
  	top: 0;
  	border-radius: 100px;
  	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
}
.avatar-flip img:first-child {
  	z-index: 1;
}
.avatar-flip img:last-child {
  	z-index: 0;
  	transform: rotateY(180deg);
  	-webkit-transform: rotateY(180deg);
  	opacity: 0;
}
.avatar-flip .fa-twitter, .avatar-flip .fa-facebook, .avatar-flip .fa-camera {
	color: #fff;
	font-size: 56px;
	margin-top: 20px
}
#social-media h2 {
	font-size: 24px;
  	margin-top: 30px;
  	color: #fff;
}

#social-media h3 {
  	color: #fff;
}

/* ----- Social Media END -----*/

/* ----- Bottom Blocks Styles -----*/
#bottom-blocks {
    background: #fff;
    padding-top: 40px;
}
#bottom-blocks .container {
    width: auto;
}
#bottom-blocks .block-item {
    margin-bottom: 10px;
	padding:0;
}
#bottom-blocks a.view-more-btn:hover .content-main, #bottom-blocks a.view-more-btn:hover .divi-triangles::after {
    background: #4c5629;
}
#bottom-blocks .img-bb {
	height: 300px;
	background-size: cover;
	background-position: center;
}
#bottom-blocks .img-bb:hover {
    background-color: #fff;
	opacity: 0.8;
}
#bottom-blocks .container .item {
    display: none;
	margin-right: -15px;
	margin-left: -15px;
}
#bottom-blocks .container .item.active{
    display: block;
	margin-right: -15px;
	margin-left: -15px;
}
#bottom-blocks .left i.fa, #bottom-blocks .right i.fa{
    font-size: 50px;
}
#bottom-blocks .block-container{
    display: none;
}
#bottom-blocks .block-container.active{
    display: block;
}
#bottom-blocks h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #6b793a;
}
#bottom-blocks h1 a {
    color: #6b793a;
	font-weight: 700;
}
#bottom-blocks h1 a:hover, #bottom-blocks h1 a:focus {
	text-decoration: none;
    color: #4c5629;
}
#bottom-blocks h1 i.fa:hover{
    cursor: pointer;
	color: #4c5629;
}
#bottom-blocks .box h2{
    display: none;
}
#bottom-blocks .content-main {
    padding: 6px;
	position: relative;
    background: #6b793a;
	min-height: 62px;
}
#bottom-blocks .content-main:hover {
    background: #4c5629;
}
#bottom-blocks .content-main h2 {
    margin: 8px 0;
    font-size: 16px;
	text-align: center;
	color: #fff;
}
#bottom-blocks .content-main .details {
    display: none;
}
#bottom-blocks .content-main .details p {
    font-size: 14px;
	color: #333;
	text-align:left;
}
#bottom-blocks .view-more-btn:hover {
    color: #2d5486;
	text-decoration: none;
}
/*** Triangle Section Separator Styles ***/

/* Common style for pseudo-elements */
.image::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/* Triangles */
.divi-triangles::after {
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.divi-triangles::after {
	bottom: 42px;
	z-index: 0;
	background-color: #6b793a;
}
/*** END ***/

/* ----- Events Styles -----*/
section#events_section {
	padding-top: 50px;
	padding-bottom: 50px;
}
section#events_section .container {
    padding-bottom: 50px;
	position: relative;
}
#events_section h1 {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
}
#events_section h1 a {
    color: #6b793a;
}
#events_section h1 a:hover, #events_section h1 a:focus {
	text-decoration: none;
    color: #4c5629;
}
#events_section .divider {
    border-bottom: 2px solid #5d2d70;
    width: 40%;
    margin: auto;
    margin-bottom: 20px;
}
#events_section .controls {
    margin: 0 auto;
    /*width: 200px;*/
    text-align: center;
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
}
#events_section .controls .left {
    float: left;
}
#events_section .controls .right {
    float: right;
}
#events_section .main_title, #school-list .main_title{
    text-align: center;
    margin-bottom: 40px;
}
#events_section .container .item{
    display: none;
}
#events_section .container .item.active{
    display: block;
}
#events_section .event-col:not(.first-child){
    margin-top: 20px;
}
#events_section .event-col .event-container {
    padding: 30px 20px;
    position: relative;
    border: 2px solid #6b793a;
	background: #fff;
}
#events_section .event-col .event-container::before {
  	content: "";
  	background: #ccc;
  	opacity: 0.1;
  	top: 0;
  	left: 0;
 	bottom: 0;
  	right: 0;
  	position: absolute;
  	z-index: 0;
}
#events_section .event-col .event-container::before {
    -webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}
#events_section .event-col .event-container:hover::before {
    opacity: 0.5;
}
#events_section .event-col .event-container .event-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#events_section .event-col .event-container .fa.fa-calendar {
    position: absolute;
    top: -45px;
    font-size: 46px;
    background: #355ea8;
    padding: 16px;
    color: #fff;
	border: 2px solid #355ea8;
	z-index: 1;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90px;
	height: 90px;
}
#events_section .box.events{
    display: inline-block;
    width: 100%;
}
#events_section .event-col .event-container .event-date{
    font-size: 40px;
    margin-top: 10px;
}
#events_section .event-col .event-container .event-date, #events_section .event-col .event-container .event-time, #events_section .event-col .event-container .event-fulldetails{
    color: #6b793a;
}
#events_section .event-col .event-container .event-time {
	font-size: 32px;
}

#events_section .event-col .event-container .event-title{
    margin-top: 20px;
    font-size: 22px;
    color: #999;
}
#events_section .event-col .event-container .event-fulldetails{
	font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
	margin-top: 30px;
}
#events_section .box.events .content{
    display: inline-block;
    width: 100%;
}
#events_section .left, #events_section .right {
    cursor: pointer;
	-webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
	background: #6b793a;
	color: #fff;
	width: 44px;
	height: 44px;
	font-size: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#events_section .right {
	padding: 1px 17px;
}
#events_section .left {
	padding: 1px;
}
#events_section .left:hover, #events_section .right:hover {
    background: #4c5629; 
}
.calendar-link-row {
	position: absolute;
	bottom: -35px;
	width: 100%;
}
.calendar-button {
	font-size: 22px;
}
.calendar-button a {
	color: #6b793a;
}

/********** CONTACT STYLES ********/

section#contact {
}
.contact-wrap {
	background-color: #ccc;
}
#contact_details {
}
#contact_details .pad_out {
	padding: 34px 0;
	color: #6b793a;
}
#contact_details h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 28px;
	color: #6b793a;
	text-transform: uppercase;
	font-weight: 700;
}
#contact_details .contact-title {
	font-size: 18px;
	font-weight: 700;
}
#contact_details .contact-phone {
	margin-bottom: 5px;
}
#contact_details .contact-phone, #contact_details .contact-email {
	color: #6b793a;
	font-size: 18px;
}
#contact_details .contact-name {
	margin-bottom: 20px;
}
#contact_details .contact-phone a, #contact_details .contact-email a {
	color: #6b793a;
}
.map-wrap {
    margin-bottom: -6px;
    padding-right: 0;
    padding-left: 0;
}
.inner-map a.circle-link {
	border-radius: 300px;
	height: 300px;
	width: 300px;
	margin: 50px auto 0;
	background-color: rgba(204, 204, 204, 0.8);
	-webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
	display: none;
}
.inner-map a.circle-link:hover {
	background-color: rgba(204, 204, 204, 0.7);
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
section#bottom-logos {
	background: #fff;
}
section#bottom-logos img {
	height:100px;
	margin-bottom: 22px;
}


/* ----- Mobile Black Bar Styles -----*/
#mobile_black_bar {
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
#mobile_black_bar a {
	display:block;
	color:#FFF;
	padding:10px;
	text-align:center;
	font-size:20px;
}
#mobile_black_bar .staff_login, #mobile_black_bar .blogs {
	background: #000;
}
#mobile_black_bar .parent_login {
	background: #666;
}

/* ----- Footer Styles -----*/

footer {
	padding: 20px;
	background-color: #6b793a;
	color: #fff;
	text-align: center;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
    margin-top: 16px;
}
.footer-right a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.footer-right a:hover {
    color: #ffd600;
}
.footer-right span {
    width: 50px;
    font-size: 22px;
}

/* ----- Contact Form -----*/

.contact_block input {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #6b793a;
    margin-bottom: 10px;
    color: #6b793a;
}

.contact_block textarea {
    width: 100%;
    padding: 10px 15px;
    color: #6b793a;
    font-size: 16px;
    border: 1px solid #6b793a;
    margin-bottom: 10px;
    min-height: 200px;
}

.contact_submit {
    padding: 15px 20px !important;
    font-size: 18px !important;
    background: #6b793a;
    color: #fff !important;
    text-decoration: none !important;
}
.g-recaptcha{
	margin: 10px 0px;
}

form #contact_form_website {
    display: none;
}

.success{
	color: #fff;
	text-align:center;
	font-size: 18px;
	padding: 10px 0px;
	background: #90af26;
	position: relative;
	bottom: -40px;
}

.fail{
	color: #fff;
	text-align:center;
	font-size: 18px;
	padding: 10px 0px;
	background: #c72515;
	position: relative;
	bottom: -40px;
}


/* ----- Common Styles -----*/

.top-buffer {
	padding-top: 40px;
}
.bottom-buffer {
	padding-bottom: 20px
}

/* ----- Responsive Styles -----*/


@media(max-width:380px) {
	section#main-text.home-text h1 span {
    font-size: 18px;
	}
	.col-md-5ths {
     width: 100%;
     float: left;
    }
}
@media (min-width: 470px) {
	.ql-header span::after {
	display: block;
	}
	#bottom-blocks h1 {
    font-size: 32px;
	}
	#events_section h1 {
	font-size: 36px;
	}
	#events_section .top-arrow-left {
    margin-right: 20px;
	}
	#events_section .top-arrow-right {
    margin-left: 20px;
	}
	#contact_details .pad_out {
	padding: 34px 18px;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
    color: #6b793a;
    font-size: 20px;
	}
}
@media(min-width: 576px) {
	#logo {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	}
	#logo img {
    margin: 0;
    display: inline;
	padding-right: 20px;
	}
	#bottom-blocks h1 {
    font-size: 36px;
	}
	.calendar-button {
	font-size: 32px;
	}
	#contact_details .pad_out {
	padding: 34px 42px;
	}
	#contact_details h2 {
	font-size: 28px;
	}
	#contact_details p {
	font-size: 20px;
	}
	#contact_details p:nth-child(2) {  
	font-size: 22px;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
	font-size: 22px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -249px;
    }
    #push {
    height: 249px;
    }
}
@media(min-width: 768px) {
	#tagline {
    font-size: 20px;
	}
	section#main-text.home-text {
	margin-top: 0;
	background: url('img/leaf_01.png') no-repeat 2% 2%;
	background-size: 80px;
	padding-top: 60px;
	}
	section#main-text.home-text h1 {
    font-size: 46px;
	}
	section#main-text.home-text h1 span {
    font-size: 26px;
	}
	#bottom-blocks h1 {
    background: url('img/leaf_01.png') no-repeat 86% -3px;
	background-size: 70px;
	}
	#events_section h1 {
    background: url('img/leaf_03.png') no-repeat 100% 8px;
	background-size: 50px;
	}
	#contact_details .pad_out {
	padding: 50px 50px;
	}
	#contact_details h2 {
	font-size: 30px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -210px;
    }
    #push {
    height: 210px;
    }
}

@media(min-width:992px) {
	#tagline {
	padding: 20px;
    font-size: 24px;
	}
	section#main-text.home-text {
	margin-top: 0px;
	padding-bottom: 60px;
	background: url('img/leaf_01.png') no-repeat 2% 4%/80px, url('img/leaf_04.png') no-repeat 4% 99%/50px, url('img/leaf_02.png') no-repeat 97% 96%/70px;
	}
	section#main-text.home-text h1 {
    font-size: 50px;
	}
	section#main-text.home-text h1 span {
    font-size: 28px;
	}
	.sm-column.lower {
	background: #6b793a; /* Old browsers */
	background: -moz-linear-gradient(top, transparent 40%, #6b793a 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, transparent 40%,#6b793a 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, transparent 40%,#6b793a 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#6b793a',GradientType=0 ); /* IE6-9 */
	}
	.facebook-column {
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	}
	#bottom-blocks h1 {
    background: url('img/leaf_01.png') no-repeat 78% -3px;
	background-size: 70px;
	}
	#events_section .right {
	padding: 3px 17px;
	margin-left: 30px;
	}
	#events_section .left {
	padding: 3px;
	margin-right: 30px;
	}
	section#events_section {
    padding-bottom: 60px;
	}
	section#contact {
	background-image: url(img/medium-map.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	}
	.contact-wrap {
	background: rgba(204, 204, 204, 0.8) url('img/leaf_01.png') no-repeat 99% 280px;
	background-size: 100px;
	}
	#contact_details .pad_out {
	padding: 70px 0 70px 20px;
	}
	#contact_details .contact-name {
    margin-bottom: 30px;
	}
	#contact_details p {
    font-size: 17px;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
	font-size: 20px;
	}
	#contact_details .logo-wrap img {
	margin-bottom: 0;
	}
	.map-wrap {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
	}
	.inner-map a.circle-link {
	display: block;
	}
	.inner-map iframe {
	display: none;
	}
	.col-md-5ths {
    width: 20%;
    float: left;
    }
	section#bottom_login {
		display: none;
	}
	section#mobile_black_bar {
		display: none;
	}
	/* ----- IF Two Column Footer -----*/
	.footer-right {
    margin-top: 0;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -64px;
    }
    #push {
    height: 64px;
    }
}

@media(min-width:1200px) {
	#tagline {
    font-size: 28px;
	}
	#bottom-blocks h1 {
    background: url('img/leaf_01.png') no-repeat 72% -3px;
    background-size: 70px;
	}
	section#events_section {
    background: url('img/leaf_02.png') no-repeat 1% 90%;
    background-size: 100px;
	}
	#contact_details .pad_out {
    padding: 64px 40px;
	}
	#contact_details p {
	font-size: 19px;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
	font-size: 22px;
	}
}
@media(min-width:1400px) {
	.ql-header span::after {
	display: block;
	}
	section#main-text {
	padding-bottom: 40px;
	background: url('img/leaf_01.png') no-repeat 2% 2%/80px, url('img/leaf_04.png') no-repeat 98% 20%/50px, url('img/leaf_03.png') no-repeat 70% 100%/40px;
	}
	section#events_section {
    background: url('img/leaf_02.png') no-repeat 4% 84%;
    background-size: 100px;
	}
}
@media(min-width:1700px) {
	section#main-text {
	padding-bottom: 40px;
	background: url('img/leaf_01.png') no-repeat 12% 2%/80px, url('img/leaf_04.png') no-repeat 86% 20%/50px, url('img/leaf_03.png') no-repeat 70% 99%/40px;
	}
	section#main-text.home-text {
	padding-bottom: 60px;
	background: url('img/leaf_01.png') no-repeat 12% 4%/80px, url('img/leaf_04.png') no-repeat 20% 99%/50px, url('img/leaf_02.png') no-repeat 86% 96%/70px;
	}
	#bottom-blocks .content-main h2 {
    font-size: 16px;
	}
	section#events_section {
    background: url('img/leaf_02.png') no-repeat 12% 84%;
    background-size: 100px;
	}
	section#contact {
	background-image: url('img/large-map.jpg');
	}
	#contact_details {
	max-width: 70%;
	margin: 0 0 0 10%;
	}
}