body {
	padding-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #faf8f4;
	font-size: 16px;

}

html, body {
	overflow-x: hidden !important;
}


/*
Dark green		#c6c4b4
Light Green	#e1dfd6
Dark Grey		#4f4f4f
bk color	#faf8f4
*/


/* COLOUR/TEXT --------------------------*/

p {
	color: #4f4f4f;

}

a {
	text-decoration:underline;
	color: #c6c4b4;
}

a:hover {
	color: #4f4f4f;
}

h1, h2, h3, h4, h5, h6 {
	color: #4f4f4f;
}



/* NAV ----------------------------------*/


li.selected>a {
	color: #4f4f4f !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.relative {
	position: relative;
}

#header-message {
	margin: 0 0 0 0;
	text-align: right;
	margin-top: 53px;
	font-weight: 600;
	font-size: 16px;

}

#header-message a {
	text-decoration: none;
	margin-left: 10px;
	color: #fff;
}
#header-message i {
	color: #4f4f4f
}
#header-message a:hover {
	color: #4f4f4f
}

#header-info {
	width:100%;
	float: right;

}

.navbar-nav {
	margin-top: 25px;
	margin-bottom: 10px;
}

.navbar-default {
	background-color: #c7c4b5;
	border: none;

}

.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.navbar-nav>li>a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #4f4f4f;
}

.navbar-wrapper {
	margin-left: 20%;
}

/* HOME ----------------------------------*/

.content {
	background-color: #78766d;
}


.wide-white {
	width: 100%;
	background-color: #ffffff;
	padding: 25px 0;
}


.offer-box {
	background: #78766d url('/images/offer-back-new.png') top repeat-x;
	color:#4f4f4f;
	padding: 0 20px 100px 20px;
	text-align: center;
	padding: 20px;
	padding-bottom: 100px;
}

.offer-box p {
	color: #4f4f4f;
}

.offer-details {
	padding-top: 5px;
	margin-top: 5px;
	border-top: dashed 2px #4f4f4f;
}

.offer-details h2, .offer-box h2 {
	margin: 0;
	font-size: 29px;
	text-transform: uppercase;
	color:#4f4f4f;
}

.offer-details h3 {
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	color:#4f4f4f;
}

.offer-details p {
	margin: 0;
}


.intro-box p {
	text-align: center;
	padding:0 25px;
	font-size: 22px;
	font-weight: 300;
}

#booking-signoff {
	margin: 20px auto 0;
	text-align: center;
}

#booking-signoff h2 {
	font-size: 26px;
}

#book-online {
	border-radius: 10px;
	border: dashed 4px #c7c4b5;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	text-align: center;
	padding: 40px;
}

#book-online h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	color: #c7c4b5;
	text-transform: uppercase;
}

#book-online p {
	margin:10px 0 0 0;
	font-size: 20px;
	line-height: 1.2em;
	color: #c7c4b5;
}

#mc_embed_signup {
	background: none !important;
}

.slider-wide-background {
	width: 100%;
	background-color: #e1dfd6;
}


/* ABOUT ----------------------------------*/


#quote-marks {
	padding:0;
	float: left;
	width: 30%;
}

.quote {
	margin:0 10px 10px 0;
	float:right;
	text-align: right;
	width: 68%;
}

.quote-wide {
	margin:0 10px 10px 0;
	float:right;
	text-align: right;
}

.quote p, .quote-wide p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 20px;
	font-weight: 600;

}

#quote-wrapper {
	margin:30px 0 10px 0;
	float:right;
}

.quote h6 {
	font-weight: 600;
	color: #ffffff;
	font-size: 20px;
}

#about-product {
	margin:20px 0 0 0;
	background-color: #c7c4b5;
	padding: 10px;
}

#about-product p {
	color: #4f4f4f;
	margin: 10px 0;
}

#about-product a {
	color: #4f4f4f;
}

.about-side h2 {
	color: #c7c4b5;

}



/* TEAM ----------------------------------*/

.member-pic img {
	margin: auto;
	text-align: center;
}



.team-member {
	background-color: #c7c4b5;
	padding: 10px;
	margin-bottom: 25px;
	min-height: 400px;
}

.team-member h2 {
	margin: 0;
	color: #4f4f4f;
}

.team-member h3 {
	margin-top: 0;
	color: #4f4f4f;
}

.team-member p {
	color: #4f4f4f;
}

.team-pics {
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
  height: 300px;
  width: 100%;
  display: block;
}

.team {
	height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  background-color: black; /* fallback color */
}



.team h2, .team h3 {
	color: #fff;
	margin: 0;
}

.team h2 {
	font-size: 24px;
}

.team h3 {
	font-size: 18px;
}





.team-pics:hover .team:before,
.team-pics:focus .team:before {
  display: block;
}

.team-no-padding {
	padding: 0;
}




.team a {
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    padding-top: 50%;
    padding-bottom: 50%;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.team a span {
	font-size: 16px;
}

.team-pics:hover .team, .team-pics:focus .team {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.team-pics:hover .team:before, .team-pics:focus .team:before {
    display: none;
}

.team-pics:hover a, .team-pics:focus a {
    display: block;
}

.team:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
     background-color: rgba(199, 195, 180, 0.5);
}

.member-text h1 {
	margin-bottom: 0;
}

.member-text h2 {
	margin-top: 0;
}



/* PRICES ----------------------------------*/









.prices-columns {
	border-right: #ffffff 1px solid;
}


.prices p {
	font-size: 16px;
	margin-top: 8px;
	font-style: italic;
}



.prices-extra {
	padding:20px 40px 0px 40px;
	background-color: #ffffff;
	text-align: center;
}

.prices-extra h2 {
	font-size: 24px;
	color: #4f4f4f;
	margin:10px 0;
	padding:10px 0;
	border-bottom: dashed 2px #c7c4b5;
	border-top: dashed 2px #c7c4b5;

}

.prices-extra p {
	font-size: 17px;
	color: #4f4f4f;
	margin:20px 0;
}

ul.prices {

	padding-left: 15px;
}


.prices {

	list-style: none;
	font-size: 17px;

}
.prices li {
	clear: both;
	margin: 0;
	padding: 0 0 1.5em 0;
	position: relative;
	border-bottom: dashed 1px #c7c4b5;
	color: #4f4f4f;
}
.prices ul {
	margin: 0;
}
.prices strong {
	background-color: #faf8f4;
	padding: 0 5px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
}
.prices em {
	background-color: #faf8f4;
	padding: 0 0 0 5px;
	font: 1.1em/1.2em 'Open Sans', sans-serif;
	font-weight: 400;
	position: absolute;
	bottom: -.2em;
	right: 0;
}

.prices h3 {
	margin-bottom: 0;
	font-size: 18px;
}

.prices h2 {
	margin-bottom: 0;
	font-size: 26px;
	color: #4f4f4f;
	background-color: #c7c4b5;
	padding: 5px;
}








/* CONTACT ----------------------------------*/

#map {
	height: 500px;
	margin-bottom: 25px;
}

.contact-form {
	margin-top: 25px;
}



/* GENERAL ----------------------------------*/

.shadow {
  -webkit-box-shadow: 0px 0px 15px #000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 15px #000;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 15px #000;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.swirl-break {
	margin-top: 20px;
	margin-bottom: 20px;
}

.top-images {
	margin: 0;
	padding: 0;
}

.space40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.space20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.spacetop40 {
	margin-top: 40px;
}

.spacetop20 {
	margin-top: 20px;
}

#booking-signoff {
	color: #c7c4b5;
	padding-right: 15px;
	padding-left: 15px;
}

.no-padding-right {
	padding-right: 0;
}

.ob-widget-btn {
	background-color: #4f4f4f !important;
}

.cta-elan i {
	font-size: 60px;
	margin-top: 35px;
}

.cta-elan a {
	text-decoration: none;
}

.wide-cta-line {
	width: 100%;
	border-top: 2px solid #c6c4b4;
	margin-top: 25px;
	padding-top: 15px;
}

/* NEWS ------------------------------------*/

.blog-sidebar {
	background-color: #fff;
	padding: 20px;
}

.blog-sidebar h2 {
	margin-top: 0
}

.h-entry h1 {
	margin-top: 20px
}

.news-grid {
	background-color: #fff;
	padding: 15px
}

.grid {
	margin-top: 25px
}

.latest-news {
	background-color: #fff;
	padding: 40px 20px 20px 20px
}

.latest-news h1 {
	color: #57a6d7;
	font-size: 50px;
	font-weight: lighter
}

.main-content {
	padding-top: 65px;
	padding-bottom: 35px;
	min-height: 800px
}

.news-feed-block {
	margin: 10px 0;
}

/* FOOTER ----------------------------------*/

footer {

	margin-top: 25px;
	background-color: #c6c4b4;
	padding-top: 20px;
}

footer a {
	color: #4f4f4f;

	text-decoration: underline;
}

.footer-logos img {
	float: left;
}

footer a:hover {
	color: #fff;
}

.footer-wide {
	width: 100%;
	padding-bottom: 60px;
}

#footer-logo-racoon, #footer-logo-cloud {
	width: 50%;
	float: left;
	margin-top: 3px;
}

#footer-logo-racoon {
	margin-top: 8px;
}

.footer-text {
	text-align: center;
}

.social-logos {
	font-size: 50px;
	text-align: center;
	margin-top: 20px;
}

.social-logos a {

	float: none;
	color: #4f4f4f;
	margin-left: 10px;
}

.social-logos a:hover {
	color: #fff;
}


.modal-header {
	background-color: #c7c4b5;
}

.bw-footer {
	width: 30%;
	margin-top: 15px;

}

.aveda-footer {
	width: 65%;
	margin-top: 55px;

}





@media(max-width:399px){
	.logo-header {
		max-width: 50%;
	}
	.aveda-footer {
		margin-top: 35px;

	}
}

@media(min-width:400px) and (max-width:550px) {
	.logo-header {
		max-width: 35%;
	}
}

@media(min-width:551px) and (max-width:767px) {
	.logo-header {
		max-width: 35%;
	}
}

@media(max-width:767px){

	.aveda-footer {
		margin-top: 50px;
	}
	.social-logos a {
		display: block;
		float: left;
	}
	/*.social-logos {
		margin-top: -90px;
	}*/
	.intro-box {
		margin-top: 20px;
	}

	.navbar-header {
		margin-top: -60px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.navbar-nav {
		margin-top: 15px;
	}
	#book-online {
	margin-top: -100px;
	}
	.blog-sidebar {
		background-color: #fff;
		padding: 20px;
		margin-top: 25px
	}
}
@media(min-width:768px){
	.logo-header {
	position: absolute;
	top:0;
	left: 0;
	z-index: 9999;
	max-width: 200px;
}
.navbar-wrapper {
	margin-left: 215px;
}
#book-online {
	margin-top: -500px !important;
}
body {
	padding-top: 85px;
}
#book-online h2 {
	font-size: 40px;
}

#quote-marks {
	padding:0 20px 0 65px;
}
}
@media(min-width:992px){
	.footer-wide {
		padding-bottom: 30px;
	}
	.social-logos {
	text-align: left;
	}

.space-three-row {
	margin-left:11%;
}
.social-logos {
	text-align: center;
}

.navbar-nav {
		margin-top: 45px;
	}
	body {
	padding-top: 85px;
}

	.navbar-nav {
		margin-top: 30px;
	}
	#header-message {
		margin-top: 37px;
	}
	.logo-header {
		position: absolute;
		top:0;
		left: 0;
		z-index: 9999;
		max-width: 250px;
	}
	.navbar-wrapper {
		margin-left: 230px;
	}
	.footer-wide {
		padding-left: 80px;
		padding-right: 80px;
	}
	.footer-text {
		text-align: left;
	}
	.social-logos, .footer-logos {
		text-align: center;
	}
	.social-logos a {
		display: block;
		float: right;
	}
	.social-logos {
		margin-top: 24px;
	}
}
@media(min-width:1200px){

	.navbar-nav>li>a {
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-nav {
		margin-top: 45px;
	}
	#header-message {
		margin-top: 60px;
	}
	body {
	padding-top: 100px;
}
#book-online {
	margin-top: -70px;
}
#header-info br {
	display: none !important;
}
.footer-logos img {
	margin: 0 10px;
	float: right;
}
.aveda-footer {
	width: 200px;
	margin-top: 25px !important;
}
.bw-footer {
	width: 100px;
}
.footer-logos img {
	padding: 0 0 0 25%;
}


}

@media(min-width:1450px){
	#header-message {
		font-size: 20px;
	}
	.navbar-default .navbar-nav>li>a {
	font-size: 22px;
	}
	#header-message {
		margin-top: 53px;
	}

}

@media(min-width:1800px){
.logo-header {
	position: absolute;
	top:0;
	left: 0;
	z-index: 9999;
	max-width: 300px;
}
.navbar-wrapper {
	margin-left: 315px;
}

}