/******
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 -264px;
		background-image: url('img/sub-bg.jpg');
		background-size: 100%;
		background-repeat: no-repeat;
		background-color: #81ac41;
		background-position: calc(50% + 0px) calc(100% - 230px);
	  }
	#wrap.home-wrap {
		background-image: none;
		background-color: transparent;
	}

      /* Set the fixed height of the footer here */
      #push/*, #footer*/ {
		/* ----- Height for Two Column Sticky Footer -----*/
        height: 264px;
      }
h1 {
	color: #3e5aa4;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	/*font-family: 'Quicksand', sans-serif;*/
}
h2, h3 {
	color: #3e5aa4;
	/*font-family: 'Quicksand', sans-serif;*/
}

/* ----- IF One Column Header -----*/
header {
	background-color: #fff;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #3e5aa4;
	height: 100%;
	font-size: 22px;
	float: none;
	display: block;
	line-height: normal;
	font-weight: 700;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #3e5aa4;
}
.navbar-brand > img {
	margin: 0 auto 15px;
	height: 110px;
}
@media (min-width: 576px) {
	.container > .navbar-header {
    text-align: left;
	}
	.navbar-brand {
	float: left !important;
	line-height: 20px;
	font-size: 30px;
	}
	.navbar-brand > img {
	display: inline-block;
	padding-right: 20px;
	margin: 0;
	}
}
@media (min-width: 768px) {
	header {
		background: #fff url('img/header-sun.png') center right/220px no-repeat;
	}
	.navbar-brand {
		font-size: 38px;
	}	
}
@media (min-width: 992px) {
	header.other-page {
		background: #fff url('img/header-sun.png') center right/180px no-repeat;
	}
	.navbar-brand {
		font-size: 48px;
		padding: 15px 15px;
	}
	.other-page .navbar-brand {
		font-size: 46px;
		padding: 10px 15px;
	}
	.navbar-brand > img {
		padding-right: 30px;
	}
	.other-page .navbar-brand > img {
		height: 100px;
		padding-right: 50px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand {
		font-size: 56px;
	}
	.navbar-brand > img {
		padding-right: 60px;
	}
}
/* ----- One Column Header END -----*/


section#main-text {
	line-height: 1.6;
}
section#main-text.home-text {
	background-color: #fff;
}
section#main-text a {
    color: #c15050;
}
section#main-text.home-text h1 {
	background-color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	color: #f6e557;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: none;
	display: block;
	line-height: 1em;
}
section#main-text.home-text #content h1 {
    display: none;
}
section#main-text.home-text h1 span {
	text-transform: none;
	color: #3e5aa4;
	overflow: hidden;
	font-size: 16px;
	display: block;
}
section#main-text.home-text h1 span:before,
section#main-text.home-text h1 span:after {
  	/*background-color: #3e5aa4;*/
  	content: "";
  	display: inline-block;
  	height: 5px;
  	position: relative;
  	vertical-align: middle;
  	width: 15%;
  	border-top: 2px solid #3e5aa4;
	border-bottom: 1px solid #3e5aa4;	
}
section#main-text.home-text h1 span:before {
  right: 0.5em;
  margin-left: -50%;
}
section#main-text.home-text h1 span:after {
  left: 0.5em;
  margin-right: -50%;
}
.main-text-border {
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 10px;
	border: 2px solid #9acd31;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
h2.home-bottom-text {
	font-family: 'Caveat Brush', cursive;
	font-size: 28px;
	text-align: center;
}

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

section#quick-links {
	
}
/*section#quick-links a {
    color: #3767ae;
}*/

section#quick-links a:focus, section#quick-links a:hover {
    text-decoration: none;
}
.quick-links-column {
	margin-bottom: 30px;
}
.quick-links-column:last-child {
	margin-bottom: 20px;
}
.inner-quick-links {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 14px 12px;
}

.inner-quick-links.purple {
	background: #b874c4;
}
.inner-quick-links.yellow {
	background: #f0d271;
}
.inner-quick-links.blue {
	background: #4e68ac;
}
.avatar-grow {
	float: left;
	width: 95px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	text-align: center;
	padding: 2px;
	background-color: #fff;
  	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
}
.inner-quick-links:hover .avatar-grow {
  	transform: scale(1.1);
 	 -webkit-transform: scale(1.1);
}
.inner-quick-links .text-wrap {
	float: left;
	padding-left: 18px;
}
#quick-links h2 {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
}
#quick-links h2 span {
	display: table;
	font-size: 12px;
	margin-top: 8px;
	line-height: 1.3em;
	text-transform: none;
}
/* ----- Quick Links END -----*/

/* ----- Extra Links -----*/

section#extra-links {
	background: url('img/extra-bg.jpg') bottom/cover no-repeat;
	position: relative;
	z-index: 1;
	border-top: 3px solid #d4ebf8;
}
section#extra-links a {
	color: #305285;
}
.twitter-col.signpost-column {
	color: #000;
	background: url('img/signpost_02.png') center 0/300px no-repeat;
	height: 230px;
	padding-top: 18px;
	margin-top: 236px
}
/*.tweet-col {
    overflow: hidden;
}*/
section#extra-links a.signpost-link {
	color: #fff;
}
section#extra-links a.signpost-link:focus {
	text-decoration: none !important;
}
.signpost-column a h2 {
	text-align: center;
	font-size: 24px;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	height: 38px;
	padding: 6px 0 6px 30px;
	display: table;
	margin: 0 auto 9px;
}
.signpost-column a h2::before {
	font-family: 'FontAwesome';
	font-size: 32px;
	position: absolute;
	top: 2px;
}
.signpost-column a.signpost-link.term h2::before {
	content: "\f08d";
	color: #fff;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
   transform: rotate(30deg);
   left: -6px;
}
.signpost-column a.signpost-link.calendar h2::before {
	content: "\f1ea";
	color: #fff;
	left: -25px;
}
.signpost-column a.signpost-link.dojo h2::before {
	content: "";
	background: url('img/classdojo-icon.png') center/32px no-repeat;
	height: 32px;
	width: 32px;
	left: -14px;
}
.tweet-holder {
	padding: 10px;
	width: 270px;
	margin: 20px auto 0;
	position: relative;
}
.tweet-holder a h2 {
	color: #3e5aa4 !important;
}
.tweet-holder a:focus {
	text-decoration: none !important;
}
.tweet-holder a:hover {
	color: #3e5aa4 !important;
	text-decoration: underline !important;
}
.twitter-col .tweet-holder h2 {
	text-align: center;
	margin-top: 0;
	font-size: 24px;
	position: relative;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	height: auto;
	padding: 0;
	display: block;
}
.twitter-col .tweet-holder h2::before {
	font-family: 'FontAwesome';
	font-size: 36px;
	position: absolute;
	left: 0;
	top: -6px;
}
.twitter-col .tweet-holder h2::before {
	content: "\f099";
	color: #3e5aa4;
}
.tweet-holder .image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 95px;
	overflow: hidden;
	float: left;
	width: 50%;
}
.twitter-col .time {
    padding: 8px 0 10px;
	font-size: 12px;
	color: #000;
}
.twitter-col .time a, .twitter-col .tweet a {
    color: #1da1f2 !important;
}
section#social-media .twitter-col .time a:hover {
	text-decoration: underline !important;
}
.twitter-col .time img {
    height: 40px;
    width: 40px;
    float: left;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.twitter-col .tweet {
    padding: 5px 0;
    position: relative;
    line-height: 1.5em;
    font-size: 15px;
	color: #000;
	overflow: hidden;
	float: left;
	height: 100px;
	width: 50%;
}

#social-media a.PrettyLink.hashtag.customisable, #social-media a.PrettyLink.profile.customisable.h-card {
	color: #6ca1d2;
	text-decoration: none;
}

/* ----- Extra Links END -----*/

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

section#contact {
	position: relative;
	color: #fff;
	border-top: 3px solid #f6e557;
	border-bottom: 3px solid #fff;
}
section#contact.other-page {
	display: none;
}
.contact-wrap {
	background-color: #5d74b3;
}
#contact_details {
}
#contact_details .pad_out {
	padding: 40px 0 20px;
}
#contact_details h1 {
	color: #fff;
	text-transform: uppercase;
	display: table;
	font-weight: normal;
	position: relative;
	font-family: 'Caveat Brush', cursive;
}
#contact_details h1::after {
	content: "\f028";
	font-family: FontAwesome;
	position: absolute;
	font-size: 40px;
	color: #fff;
	top: -1px;
	right: -55px;
	display: inline-block;
     -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
#contact_details .contact-title {
	font-size: 21px;
	margin-bottom: 5px;
}
#contact_details .contact-address {
	font-size: 13px;
	margin-bottom: 30px;
}
#contact_details .contact-name {
	font-size: 16px;
	margin-bottom: 5px;
}
#contact_details .contact-phone {
	font-size: 16px;
}
#contact_details .contact-email {
	font-size: 14px;
}
#contact_details .contact-twit {
	font-size: 16px;
}
#contact_details a {
	color: #fff;
}
.map-wrap {
    margin-bottom: -6px;
    padding-right: 0;
    padding-left: 0;
}
section#contact.other-page .inner-map iframe {
    display: none;
}
.inner-map a.circle-link {
	border-radius: 300px;
	height: 300px;
	width: 300px;
	margin: 50px auto 0;
	background-color: rgba(93, 116, 179, 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(93, 116, 179, 0.6);
}

/* ----- Contact END -----*/

/* ----- Tagline -----*/
section#tagline {
	background: url('img/future-bg.png') center right/cover no-repeat;
	padding: 20px;
}
#tagline h1 {
	padding: 0;
	margin: 0;
	font-size: 30px;
	font-family: 'Caveat Brush', cursive;
}
/* ----- Tagline END -----*/


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


/* ----- 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, #mobile_black_bar .blogs {
	background: #000;
}
#mobile_black_bar .parent_login {
	background: #666;
}

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

footer {
	padding: 20px;
	background-color: #5d74b3;
	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) {
	#contact_details .contact-address {
		font-size: 14px;
	}
	#contact_details .contact-email {
		font-size: 16px;
	}
}
@media (min-width: 370px) {
	.main-text-border {
		padding: 20px;
	}
}
@media (min-width: 360px) and (max-width:469px) {
	#quick-links h2 {
		margin-top: 12px;
	font-size: 24px;
	}
	#quick-links h2 span {
	font-size: 14px;
	}
}
@media (min-width: 470px) {
	section#main-text.home-text h1 {
		font-size: 46px;
	}
	section#main-text.home-text h1 span {
		font-size: 18px;
	}
	section#main-text.home-text h1 span:before,
	section#main-text.home-text h1 span:after {
		width: 25%;
	}
	h2.home-bottom-text {
		font-size: 30px;
	}
	#contact_details .pad_out {
		padding: 40px 20px 20px;
	}
	#contact_details .contact-title {
		font-size: 23px;
	}
	#contact_details .contact-address {
		font-size: 18px;
	}
	#contact_details .contact-name {
		font-size: 16px;
	}
	#contact_details .contact-phone, #contact_details .contact-email, #contact_details .contact-twit {
		font-size: 18px;
	}
	section#tagline {
		padding: 30px 20px;
	}
}
@media (min-width:470px) and (max-width:991px) {
	.inner-quick-links {
		padding: 20px 15px;
		width: 440px;
		margin: 0 auto;
	}
	.avatar-grow {
		width: 130px;
	}
	.avatar-grow img {
		height: 120px;
	}
	.inner-quick-links .text-wrap {
	padding-left: 22px;
	}
	#quick-links h2 {
		margin-top: 25px;
	font-size: 32px;
	}
	#quick-links h2 span {
	font-size: 19px;
	}
}

@media(min-width: 576px) {
	#contact_details .contact-title {
		font-size: 26px;
	}
	#contact_details .contact-address {
		font-size: 21px;
	}
	#contact_details .contact-name {
		font-size: 18px;
	}
	#contact_details .contact-phone, #contact_details .contact-email, #contact_details .contact-twit {
		font-size: 23px;
	}
	#tagline h1 {
		font-size: 34px;
	}
	section#bottom-logos img {
		height: 90px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
	margin: 0 auto -249px;
	background-position: calc(50% + 0px) calc(100% - 248px);
    }
    #push {
    height: 249px;
    }
}
@media (min-width:576px) and (max-width:991px) {
	.twitter-col.signpost-column {
		background: url('img/signpost_02.png') center 0/450px no-repeat;
		height: 305px;
		padding-top: 26px;
		margin-top: 205px
	}
	.signpost-column a h2 {
		font-size: 36px;
		height: 57px;
		padding: 9px 0 9px 40px;
		margin: 0px auto 14px;
	}
	.signpost-column a h2::before {
		font-size: 44px;
		top: 7px;
	}
	.signpost-column a.signpost-link.term h2::before {
	   left: -6px;
	}
	.signpost-column a.signpost-link.calendar h2::before {
		left: -32px;
	}
	.signpost-column a.signpost-link.dojo h2::before {
		background: url('img/classdojo-icon.png') center/44px no-repeat;
		height: 44px;
		width: 44px;
		left: -15px;
	}
	.tweet-holder {
	padding: 10px;
	width: 400px;
	margin: 34px auto 0;
	}
	.tweet-holder::before {
	background-size: 45px 45px;
	top: -15px;
	right: -15px;
	width: 45px;
	height: 45px;
	}
	.tweet-holder .content-wrap {
	padding: 10px;
	border: 2px solid #3e5aa4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	.twitter-col .tweet-holder h2 {
	margin-top: 5px;
	font-size: 30px;
	margin-bottom: 10px;
	}
	.twitter-col .tweet-holder h2::before {
	font-size: 40px;
	left: 10px;
	}
	.twitter-col .time {
	padding: 2px 0 10px;
	font-size: 16px;
	}
	.twitter-col .time img {
	height: 50px;
	width: 50px;
	margin-right: 10px;
	}
	.twitter-col .tweet {
	font-size: 16px;
	height: 150px;
	}
	.tweet-holder .image {
	height: 135px;
	width: 48%;
	margin-left: 2%;
	}
}
@media(min-width: 768px) {
	section#main-text.home-text h1 {
		font-size: 56px;
	}
	section#main-text.home-text h1 span {
		font-size: 22px;
	}
	section#main-text.home-text h1 span:before,
	section#main-text.home-text h1 span:after {
		width: 35%;
	}
	h2.home-bottom-text {
		font-size: 36px;
	}
	#contact_details .pad_out {
		padding: 40px 50px 20px;
	}
	section#tagline {
		padding: 40px 20px;
	}
	#tagline h1 {
		font-size: 46px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
	margin: 0 auto -210px;
	background-position: calc(50% + 0px) calc(100% - 209px);
    }
    #push {
    height: 210px;
    }
}

@media(min-width:992px) {
	section#main-text {
		min-height: 700px;
		line-height: 2;
	}
	section#main-text.home-text {
		min-height: auto;
	}
	section#main-text.home-text h1 {
		font-size: 75px;
	}
	section#main-text.home-text h1 span {
		font-size: 33px;
	}
	h2.home-bottom-text {
		font-size: 50px;
	}
	section#quick-links {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	#quick-links h1 {
		margin: 0px auto 40px;
	}
	section#extra-links {
		border-top: 5px solid #d4ebf8;
		padding-top: 80px;
	}
	.twitter-col.signpost-column {
		margin-top: 106px;
	}
	section#contact {
		background-image: url('img/medium-map.jpg');
		background-position: right 0;
		background-repeat: no-repeat;
		border-top: 5px solid #f6e557;
		border-bottom: 5px solid #fff;
	}
	section#contact.other-page {
		display: block;
		border-bottom: 1px solid #fff;
	}
	.contact-wrap {
		background: transparent;
		padding: 0;
	}
	#contact_details {
		background: rgba(93, 116, 179, 0.8);
	}
	#contact_details .pad_out {
		padding: 55px 32px 35px;
	}
	#contact_details .contact-title {
		font-size: 22px;
	}
	#contact_details .contact-address {
		font-size: 18px;
		margin-bottom: 40px;
	}
	#contact_details .contact-name {
		font-size: 16px;
	}
	#contact_details .contact-phone, #contact_details .contact-email, #contact_details .contact-twit {
		font-size: 21px;
	}
	.map-wrap {
		margin-bottom: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	.inner-map a.circle-link {
			display: block;
	}
	.inner-map iframe {
			display: none;
	}
	#tagline h1 {
		font-size: 56px;
	}
	.col-mdd-2 {
		width: 13.8%
	}
	.col-mdd-8 {
		width: 12.5%
	}
	section#bottom-logos img {
		height: 60px;
	}
	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;
	background-position: calc(50% + 0px) calc(100% - 63px);
    }
    #push {
    height: 64px;
    }
}
@media(min-width:1200px) {
	section#main-text {
		font-size: 18px;
	}
	section#quick-links {
		padding-bottom: 60px;
	}
	.quick-links-column {
		margin-bottom: 20px;
	}
	.inner-quick-links {
		padding: 16px 13px;
	}
	.avatar-grow {
		width: 115px;
	}
	.avatar-grow img {
		height: 105px;
	}
	.inner-quick-links .text-wrap {
		padding-left: 20px;
	}
	#quick-links h2 {
		margin-top: 24px;
		font-size: 26px;
	}
	#quick-links h2 span {
		font-size: 15px;
	}
	section#extra-links {
		padding-top: 9%;
	}
	.twitter-col.signpost-column {
		background: url('img/signpost_02.png') center 0/360px no-repeat;
		height: 276px;
		padding-top: 21px;
		margin-top: 104px;
	}
	.signpost-column a h2 {
		font-size: 26px;
		height: 45px;
		padding: 9px 0 9px 35px;
		margin: 0 auto 10px;
	}
	.signpost-column a h2::before {
		font-size: 36px;
		top: 4px;
	}
	.signpost-column a.signpost-link.term h2::before {
	   left: -8px;
	}
	.signpost-column a.signpost-link.calendar h2::before {
		left: -28px;
	}
	.signpost-column a.signpost-link.dojo h2::before {
		background: url('img/classdojo-icon.png') center/36px no-repeat;
		height: 36px;
		width: 36px;
		left: -15px;
		top: 6px
	}
	/*.tweet-holder {
		width: 320px;
		margin: 27px auto 0;
	}
	.tweet-holder::before {
		background-size: 40px 40px;
		top: -15px;
		right: -15px;
		width: 40px;
		height: 40px;
	}
	.tweet-holder .content-wrap {
		padding: 10px;
		border: 2px solid #3e5aa4;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.twitter-col .tweet-holder h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.twitter-col .tweet-holder h2::before {
		font-size: 38px;
		left: 10px;
	}
	.twitter-col .time {
		padding: 0 0 10px;
		font-size: 13px;
	}
	.twitter-col .time img {
		height: 45px;
		width: 45px;
	}
	.twitter-col .tweet {
		font-size: 14px;
		height: 110px;
	}
	.tweet-holder .image {
		height: 110px;
		width: 48%;
		margin-left: 2%;
	}*/
	#contact_details .pad_out {
		padding: 40px 50px 24px;
	}
	#contact_details .contact-title {
		font-size: 26px;
	}
	#contact_details .contact-address {
		font-size: 21px;
		margin-bottom: 40px;
	}
	#contact_details .contact-name {
		font-size: 18px;
	}
	#contact_details .contact-phone, #contact_details .contact-email, #contact_details .contact-twit {
		font-size: 24px;
	}
	section#tagline {
		padding: 50px 20px;
	}
	#tagline h1 {
		font-size: 66px;
	}
	section#bottom-logos img {
		height: 70px;
	}
}
@media(min-width:1500px) {
	/*section#main-text {
		background: url('img/sun-watermark.png') 0 0/300px no-repeat;
	}*/
	section#main-text.home-text {
		background: none;
	}
	section#extra-links {
		padding-top: 10%;
	}
}
@media(min-width:1700px) {
	/*section#main-text {
		background: url('img/sun-watermark.png') 0 0/360px no-repeat;
	}*/
	section#contact {
	background-image: url('img/large-map.jpg');
	}
	#contact_details .pad_out {
	padding: 40px 120px 24px;
	}
}
@media(min-width:2100px) {
	/*section#main-text {
		background: url('img/sun-watermark.png') 0 0/450px no-repeat;
	}*/
	#contact_details .pad_out {
	padding: 40px 140px 24px;
	}
	.inner-map {
	padding-left: 20%;
	}
}