/******
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%;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	color: #666;
	font-size: 16px;
}
/* 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 -199px;
      }

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

/* ----- IF One Column Header -----*/
header {
	background-color: #fff;
	border-top: 1px solid #67b15c;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #67b15c;
	height: 100%;
	font-size: 22px;
	float: none;
	display: block;
	line-height: normal;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #67b15c;
}
.navbar-brand > img {
	margin: 0 auto 15px;
	height: 100px;
}
@media (min-width: 576px) {
	.container > .navbar-header {
    text-align: left;
	}
	.navbar-brand {
	float: left !important;
	font-size: 24px;
	line-height: 20px;
	}
	.navbar-brand > img {
	display: inline-block;
	padding-right: 20px;
	margin: 0;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
	font-size: 32px;
	}	
}
/* ----- One Column Header END -----*/

section#welcome.home-welcome {
	position: relative;
}
#welcome.home-welcome .home-logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 105;
	display: none;
}
#welcome.home-welcome .home-logo img {
	height: 90px;
}
#welcome.home-welcome .home-overlay {
	background-color: rgba(235, 186, 79, 1.0);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45%;
	height: 100%;
	z-index: 100;
	-webkit-clip-path: polygon(0px 0vw, -0.0% -0px, 100.0% 100.00%, 0px 100%);
	clip-path: polygon(0px 0vw, -0.0% -0px, 100.0% 100.00%, 0px 100%);
	z-index: 102;
	display: none;
}
#welcome.home-welcome .header-wrap {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#welcome.home-welcome .header-wrap h1 {
	line-height: 0.9em;
	font-size: 32px;
}
#welcome.home-welcome .header-wrap h1 span {
	color: #fff;
	font-size: 20px;
}
#welcome.home-welcome .header-wrap .tagline {
	color: #67b15c;
	width: 310px;
	font-size: 15px;
}
section#main-text {
	background-color: #fff;
}
section#main-text p {
    line-height: 1.6em;
}
section#main-text.home-text {
	border-top: 2px solid #67b15c;
}
section#main-text.home-text .welcome-col {
	position: relative;
	display: none;
}
section#main-text a {
    color: #0272e1;
}
section#main-text.home-text h1 {
	
}
.welcome-col .circle-wrap {
	background:url('img/welcome_1.jpg');
	background-size: 423px 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-position: center;
    width: 200px;
    height: 200px;
	position: relative;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	margin: 0 auto;
}
.welcome-col .lower-circle {
	content:"";
	background:url('img/welcome_2.jpg');
	background-size: 150px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	bottom: -100px;
	width: 140px;
	height: 140px;
}
.welcome-col .circle-wrap::after {
	content:"";
	background:url('img/welcome_3.jpg');
	background-size: 130px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom: -50px;
	width: 130px;
	height: 130px;
}
.welcome-col img {
	height: 120px;
}

/* ----- Bottom Blocks Styles -----*/

#bottom-blocks {
    background: #67b15c;
}
#bottom-blocks h1 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
	font-weight: 700;
}
#bottom-blocks h1 a {
    color: #fff;
}
#bottom-blocks h1 a:focus {
	text-decoration: none;
}
#events_section h1 a:hover {
    color: #fff;
}

#bottom-blocks h1 i.fa:hover {
    cursor: pointer;
	color: #060;
}
#bottom-blocks .controls {
    text-align: center;
	display: none;
}
#bottom-blocks .controls .left {
    float: left;
}
#bottom-blocks .controls .right {
    float: right;
}
#bottom-blocks .container .item {
    display: none;
}
#bottom-blocks .container .item.active{
    display: block;
}
#bottom-blocks .block-item {
    
}
#bottom-blocks .block-item a {
    color: #fff;
}
#bottom-blocks .block {
	background: #fff;
	border: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#bottom-blocks .block img {
	background-clip: border-box;
}
/*#bottom-blocks .left i.fa, #bottom-blocks .right i.fa {
    font-size: 50px;
}*/


#bottom-blocks .left, #bottom-blocks .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: #d4ac37;*/
	color: #fff;
	width: 44px;
	height: 44px;
	font-size: 36px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
}
#bottom-blocks .left, #bottom-blocks .right {
	background: #ebba4f;
}
#bottom-blocks .left:hover, #bottom-blocks .right:hover {
    background: #e8ae30; 
}
#bottom-blocks .left::before, #bottom-blocks .right::before {
    position: relative;
    top: 2px;
}
#bottom-blocks .top-arrow-left {
	margin-right: 10px;
}
#bottom-blocks .top-arrow-right {
	margin-left: 10px;
}

#bottom-blocks .block-container{
    display: none;
}
#bottom-blocks .block-container.active{
    display: block;
}

#bottom-blocks .box h2 {
    display: none;
}

#bottom-blocks .content-main {
	text-align: center;
}
#bottom-blocks .content-main h3 {
    margin: 0;
    font-size: 20px;
	background: #67b15c;
	color: #fff;
	padding: 18px;
}
#bottom-blocks .content-main .details {
	padding: 20px 20px 0;
    overflow: hidden;
}
#bottom-blocks .content-main .details p {
    font-size: 16px;
	color: #666;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif !important;
}
#bottom-blocks .content-main .details p span {
    font-size: 16px !important;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif !important;
}
#bottom-blocks .content-main .details p span span {
    font-size: 16px !important;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif !important;
}
#bottom-blocks .view-more-btn {
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 8px 10px 8px 40px;
	background: #ebba4f;
	width: 230px;
	margin: 30px auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#bottom-blocks .view-more-btn:hover {
    color: #fff;
}
#bottom-blocks .view-more-btn .arrow-block {
    font-size: 30px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 15px;
	border: 1px solid #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}
#bottom-blocks .view-more-btn:hover .arrow-block {
    background: #e8ae30;
}
#bottom-blocks .view-more-btn .arrow-block:before {
	position: relative;
	top: 2px;
}
span.left-panel {
	z-index: 999;
	position: absolute;
    left: -20px;
    top: 50%;
	display: none;
}
span.right-panel {
	z-index: 999;
	position: absolute;
    right: -20px;
    top: 50%;
	display: none;
}

/* ----- Bottom Blocks END -----*/

/* ----- Quick Links ------------------------------*/

.quick-img-wrap {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 5px auto 0;
  /*min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000;
  text-align: center;*/
}
.quick-img-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.quick-img-wrap img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
figure.snip1107 figcaption {
  position: absolute;
  bottom: 0;
  left: 18%;
  right: 18%;
  height: 100%;
}
figure.snip1107 figcaption > div {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 50%;
}
figure.snip1107 h3,
figure.snip1107 span {
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
}
figure.snip1107 span {
  background: #ffffff;
  color: #4d4d4d;
  position: relative;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
figure.snip1107 h3 {
  background: #333333;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.snip1107 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
.quick-img-wrap.blue {
  background: #0a212f;
}
/*figure.snip1107.blue h3 {
  background: #2980b9;
}*/
/*figure.snip1107.red {
  background: #36100c;
}
figure.snip1107.red h3 {
  background: #c0392b;
}*/
.quick-img-wrap.yellow {
  background: #583804;
}
/*figure.snip1107.yellow h3 {
  background: #f39c12;
}
figure.snip1107.navy {
  background: #000000;
}
figure.snip1107.navy h3 {
  background: #34495e;
}*/
.quick-img-wrap.green {
    background: #122f0a;
}



/* ----- Quick Links -----*/


section#quick-links {
	
}
#quick-links a.quick-link:focus, #quick-links a.quick-link:hover {
    text-decoration: none;
}
.quick-links-column {
	margin-bottom: 30px;
}
.inner-quick-links {
	position: relative;
	background: transparent;
	width: 290px;
	margin:  0 auto;
}
.inner-quick-links .quick-text-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ecea4b;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
/*.inner-quick-links .quick-text-wrap.news-link {
	background: #ecea4b;
}
.inner-quick-links .quick-text-wrap.dates-link {
	background: #ecea4b;
}*/
#quick-links h1 {
	color: #67b15c;
	margin: 0 auto;
	padding-bottom: 0;
	font-size: 28px;
}
#quick-links a.quick-link:hover img {
	opacity: 0.35;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#quick-links a.quick-link:hover .quick-text-wrap.news-link {
	background: #e9e62f;
}
#quick-links a.quick-link:hover .quick-text-wrap.info-link {
	background: #e9e62f;
}

/* ----- Quick Links END -----*/

/********** SOCIAL MEDIA STYLES ********/

section#social-media {
	background: #ebba4f;
}
.social-title h1 {
	margin-top: 90px;
	margin-bottom: 30px;
	font-size: 28px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	position: relative;
	-webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
#social-media h1:before {
	content: "\f099";
  	font-family: FontAwesome;
  	position: absolute;
  	font-size: 40px;
  	color: #fff;
  	top: -90px;
	background: #060;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	left: 50%;
	line-height: 70px;
}
#social-media h1::after {
	content:"";
	background:url('img/twitter-birds.png') center/210px 69px no-repeat;
	position: absolute;
	top: -15px;
	right: -220px;
	width: 210px;
	height: 69px;
	display: none;
}
a.social-title:hover  {
	text-decoration: none;
}
a.social-title:hover h1 {
	color: #060;
}
.tweet-holder {
	padding: 18px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 40px;
}
section#social-media a {
    color: #00acec;
}
section#social-media a:hover {
    color: #0096cc;
}
.tweet-holder .image {
	background-position: center;
	background-size: cover;
	height: 250px;
	overflow: hidden;
}
.tweet-col .time {
    padding: 5px 0 20px;
	font-size: 15px;
	color: #000;
	line-height: 1.5em;
}
.tweet-col .time img {
    height: 50px;
    width: 50px;
    float: left;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.tweet-col .time span {
	font-weight: 700;
}
.tweet-col .tweet {
    padding: 20px 0 10px;
    position: relative;
    line-height: 1.5em;
    font-size: 16px;
	color: #000;
	overflow: hidden;
}

#social-media a.PrettyLink.hashtag.customisable, #social-media a.PrettyLink.profile.customisable.h-card {
	color: #00acec;
	text-decoration: none;
}
#social-media a.PrettyLink.hashtag.customisable:hover, #social-media a.PrettyLink.profile.customisable.h-card:hover {
	text-decoration: underline;
}
/* ----- Social Media END -----*/

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

section#contact {
	color: #fff;
}
.contact-wrap {
	background-color: #67b15c;
}
#contact_details {
}
#contact_details .pad_out {
	padding: 20px 0;
}
#contact_details h2 {
	font-size: 38px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
#contact_details .contact-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 700;
}
#contact_details .contact-address {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #060;
}
#contact_details .contact-phone {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 700;
}
#contact_details .contact-email {
	font-size: 18px;
}
#contact_details a {
	color: #fff;
}
section#contact.other-page .inner-map iframe {
    display: none;
}
.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(103, 177, 92, 0.7);
	-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(103, 177, 92, 0.6);
}
/* ----- Contact END -----*/

#bottom-logos img {
	margin-bottom: 22px;
	height: 80px;
}


/* ----- Mobile Black Bar Styles -----*/
#mobile_black_bar a {
	display:block;
	color:#FFF;
	padding:10px;
	text-align:center;
	font-size:20px;
}
#mobile_black_bar .staff_login{
	background: #000;
}
#mobile_black_bar .blogs {
	background: #666;
}

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

footer {
	padding: 20px;
	background-color: #67b15c;
	color: #fff;
	text-align: center;
}
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;
}

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

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

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

@media (min-width: 360px) {
	.tweet-col .time {
    font-size: 16px;
	}
}
@media (min-width: 470px) {
	#contact_details .pad_out {
	padding: 20px 18px;
	}
	#contact_details .contact-phone {
    font-size: 26px;
	}
	#contact_details .contact-email {
    font-size: 22px;
	}
}
@media(min-width: 576px) {
	#bottom-blocks h1 {
    font-size: 36px;
	}
	#social-media h1 {
    font-size: 36px;
	}
	.social-title h1 span {
	font-size: 21px;
	}
	.tweet-holder {
    width: 300px;
    position: relative;
    margin: 0 auto 40px;
    margin-right: 260px;
	}
	.tweet-holder .image {
    position: absolute;
    left: 290px;
    width: 250px;
    top: 50%;
    transform: translateY(-50%);
	}
	.tweet-col .tweet {
    min-height: 180px;
	}
	#contact_details h2 {
	font-size: 42px;
	}
	#contact_details .contact-title {
    font-size: 24px;
	}
	#contact_details .contact-address {
	font-size: 20px;
	}
	#contact_details .contact-phone {
	font-size: 34px;
	margin-bottom: 10px;
	}
	#contact_details .contact-email {
	font-size: 26px;
	}
	.col-sm-5ths {
    width: 33.33333333%;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -199px;
    }
    #push {
    height: 199px;
    }
}
@media (min-width:576px) and (max-width:767px) {
	.inner-quick-links {
    width: 380px;
	}
	.inner-quick-links::before {
	background-size: 140px 120px;
	width: 140px;
	height: 120px;
	}
	#quick-links h1 {
    font-size: 36px;
	}
}
@media(min-width: 768px) {
	#contact_details .pad_out {
	padding: 30px 50px;
	}
	#contact_details h2 {
	font-size: 48px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -199px;
    }
    #push {
    height: 199px;
    }
}

@media(min-width:992px) {
	header.home-header {
		display: none;
	}
	#welcome.home-welcome .home-logo {
	display: block;
	}
	#welcome.home-welcome .home-overlay {
		display: block;
	}
	section#main-text {
    min-height: 650px;
	}
	section#main-text.home-text {
    border-top: none;
	min-height: auto;
	}
	section#main-text.home-text .welcome-col {
    display: block;
	}
	#bottom-blocks h2 {
	font-size: 36px;
	}
	#bottom-blocks .content-main .details {
    min-height: 178px;
    max-height: 178px;
	}
	.inner-quick-links {
	width: 320px;
	}
	#social-media h1 {
    width: 360px;
	margin: 10px auto 70px;
	}
	#social-media h1::before {
    display: none;
	}
	#social-media h1::after {
	display: block;
	}
	.tweet-holder {
	width: 360px;
	margin-right: 490px;
	}
	.tweet-holder .image {
    left: 345px;
    width: 420px;
	height: 280px;
	}
	section#contact {
	background-image: url('img/medium-map.jpg');
	background-position: right 0;
	background-repeat: no-repeat;
	border-top: 3px solid #9dc550;
	}
	.contact-wrap {
	background: transparent;
	}
	#contact_details {
    background-color: rgba(103, 177, 92, 0.9);
    margin: 0 0 0 4%;
	-webkit-clip-path: polygon(0px 0vw, -0.0% -0px, 100.0% 100.00%, 0px 100%);
	clip-path: polygon(0px 0vw, -0.0% -0px, 100.0% 100.00%, 0px 100%);
	}
	#contact_details .pad_out {
	padding: 25px 25px;
	}
	#contact_details h2 {
    display: none;
	}
	#contact_details .contact-title {
    font-size: 16px;
	margin-top: 165px;
	}
	#contact_details .contact-title span, #contact_details .contact-address span {
    display: table;
	}
	#contact_details .contact-address {
    font-size: 16px;
	margin-top: 0;
	margin-bottom: 20px;
	}
	#contact_details .contact-phone {
	font-size: 24px;
	margin-bottom: 5px;
	}
	#contact_details .contact-email {
    font-size: 16px;
	margin-bottom: 5px;
	}
	.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;
    }
	#bottom-logos img {
    height: 80px;
	margin-bottom: 32px;
	}
	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:1100px) {
	#welcome.home-welcome .header-wrap {
	bottom: 25px;
	left: 25px;
	}
	#welcome.home-welcome .header-wrap h1 {
	font-size: 36px;
	}
	#welcome.home-welcome .header-wrap h1 span {
	font-size: 22px;
	}
}

@media(min-width:1200px) {
	#welcome.home-welcome .header-wrap {
	bottom: 30px;
	left: 30px;
	}
	#welcome.home-welcome .header-wrap h1 {
	font-size: 40px;
	}
	#welcome.home-welcome .header-wrap h1 span {
	font-size: 24px;
	}
	#welcome.home-welcome .header-wrap .tagline {
	width: 325px;
	font-size: 16px;
	}
	.welcome-col .lower-circle {
	left: 10px;
	width: 150px;
	height: 150px;
	}
	.welcome-col .circle-wrap::after {
	background-size: 140px;
	right: -70px;
	bottom: -60px;
	width: 140px;
	height: 140px;
	}
	.inner-quick-links {
	width: 340px;
	}
	#quick-links h1 {
    font-size: 32px;
	}
	#social-media h1 {
    margin-top: 20px;
	}
	#social-media h1::after {
	right: -230px;
	}
	.tweet-col .time {
	font-size: 18px;
	}
	.tweet-holder {
	margin-right: 610px;
	}
	.tweet-holder .image {
    left: 350px;
    width: 460px;
    height: 320px;
	}
	#contact_details {
	margin: 0 5% 0 10%;
	}
	#contact_details .pad_out {
    padding: 25px 30px;
	}
	#contact_details .contact-title {
    font-size: 18px;
    margin-top: 150px;
	}
	#contact_details .contact-address {
    font-size: 18px;
	}
	#contact_details .contact-phone {
    font-size: 26px;
	}
	#contact_details .contact-email {
    font-size: 18px;
	}
	#bottom-logos img {
    height: 80px;
	}
}
@media(min-width:1300px) {
	section#events_section .container, section#bottom-blocks .container {
	position: relative;
	}
	#events_section .controls, #bottom-blocks .controls {
	display: block;
	}
	#events_section .top-arrow-left, #events_section .top-arrow-right, #bottom-blocks .top-arrow-left, #bottom-blocks .top-arrow-right {
    display: none;
	}
	span.left-panel, span.right-panel {
	display: block;
	}
}
@media(min-width:1400px) {
	#welcome.home-welcome .home-overlay {
    width: 630px;
    height: 438px;
	}
	#welcome.home-welcome .header-wrap {
	bottom: 40px;
	left: 40px;
	}
	#welcome.home-welcome .header-wrap h1 {
	font-size: 42px;
	}
	#welcome.home-welcome .header-wrap h1 span {
	font-size: 26px;
	}
	#welcome.home-welcome .header-wrap .tagline {
	width: 370px;
	font-size: 17px;
	}
	#contact_details {
    margin: 0 5% 0 10%;
	}
	#contact_details .contact-title {
    margin-top: 146px;
	}
	#contact_details .contact-email {
    font-size: 20px;
	}
}
@media(min-width:1500px) {
	#contact_details {
    margin: 0 10% 0 15%;
	}
	.col-lg-5ths {
    width:  9.09090909091%;
    float: left;
    }
	#bottom-logos img {
    height: 46px;
	margin-bottom: 22px;
	}
}
@media(min-width:1700px) {
	section#contact {
	background-image: url('img/large-map.jpg');
	}
	#contact_details {
	margin: 0 12% 0 15%;
	}
}
@media(min-width:2100px) {
	#contact_details {
    margin: 0 15% 0 20%;
	}
	#contact_details .pad_out {
    padding: 25px 40px;
	}
	#contact_details .contact-title {
    margin-top: 144px;
	}
	#contact_details .contact-email {
    font-size: 22px;
	}
	.inner-map {
	padding-left: 20%;
	}
}