/*========= All ========*\
\*======================*/

html {
    font-size: 100%
}

body {
	background-color: #F9F8EA;
	font-family: 'antonio-bold', sans-serif;
	font-size:  16px;
	line-height: 30px;
	color: #4C4C4C;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

a {
	color: #F9F8EA;
	text-decoration:none;
}

#wrapper {
	max-width: 1020px;
	margin: 0 auto;
}

img {
    max-width: 100%;
}


/*===== header =====*\
\*======================*/
header {
	width: 100%;
	background-color: #C6A0B4;
	text-align: center;
    height: 130px;
    position: fixed !important;
    -webkit-transform: translateZ(0);
    top: 0 !important;
    z-index: 9999;
    left: 0 !important;
}

h1.title {
	word-spacing: 20px;
	font-size: 3.4em; /* 54.4px */
	line-height: 1.1em;
}

nav {
    width: 100%;
}

/*==== Intro ====*/
#intro {
    text-transform: none;
    width: 92.156862745098%;
    margin-left: auto;
    margin-right: auto;
    min-height: 40vh;
}

#intro p {
    text-align: center;
    line-height: 73px;
   margin-top: 22%;
   font-size: 1.875em; /*16 px*/
}

/*===== Navigation =====*\
\*======================*/

/* hide mobile menu */
.slicknav_menu {
    display: none;
}

#about .aboutpage a {
    background-image: url(../images/about-hover.png);
         background-repeat:no-repeat;
}

#about .aboutpage a span.link-text {
    background-color: #808080;
}

.about {
    background-image: url(../images/about-hover.png);
         background-repeat:no-repeat;
}

.about a {
    background-image: url(../images/about.png);
    background-repeat:no-repeat;
}

.services {
    background-image: url(../images/services-hover.png);
    background-repeat:no-repeat;
}

.services a {
    background-image: url(../images/services.png);
    background-repeat:no-repeat;
}

.pricing {
    background-image: url(../images/pricing-hover.png);
    background-repeat:no-repeat;
}

.pricing a {
    background-image: url(../images/pricing.png);
    background-repeat:no-repeat;
}

.bookings {
    background-image: url(../images/bookings-hover.png);
    background-repeat:no-repeat;
}

.bookings a {
    background-image: url(../images/bookings.png);
    background-repeat:no-repeat;
}

.testimonials {
    background-image: url(../images/testimonials-hover.png);
    background-repeat:no-repeat;
}

.testimonials a {
    background-image: url(../images/testimonials.png);
    background-repeat:no-repeat;
}

.about, .services, .pricing, .bookings, .testimonials, .about a, .services a, .pricing a, .bookings a, .testimonials a {
    background-position:center center;
}

.about a, .services a, .pricing a, .bookings a, .testimonials a {
    background-color: #F9F8EA;
}

.menu {
   margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #F9F8EA;
}

.menu ul {
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.menu li {
    border: 0;
    list-style-type: none;
    display: inline-block;
    width: 170px;
    padding: 0 8px;
}

.slicknav_nav a:hover, .menu li a:hover {
    background-image: none;
    background-color: transparent;
}


.slicknav_nav a, .menu a:link, .menu a:visited {
    display: block;
    text-align: center;
    height: 75px;
    padding: 0;
}

.slicknav_nav li a span.link-text, .menu li a span.link-text {
    background-color: #C6A0B4;
    color: #F9F8EA;
    width: 100%;
    margin-top: 85px;
    height: 40px;
    line-height: 2em;
    display: inline-block;
    font-size: 1.3125em; /* 21px */
}

.slicknav_nav li:hover a span, .menu li:hover a span {
    background-color: #808080;
}

/* Floating menu */

.floatingmenu .about, .floatingmenu li.active a.aboutpage {
    background-image: url(../images/float-about-hover.png);
         background-repeat:no-repeat;
}

.floatingmenu .about a {
    background-image: url(../images/float-about.png);
    background-repeat:no-repeat;
}

.floatingmenu .services, .floatingmenu li.active a.servicespage {
    background-image: url(../images/float-services-hover.png);
    background-repeat:no-repeat;
}

.floatingmenu .services a {
    background-image: url(../images/float-services.png);
    background-repeat:no-repeat;
}

.floatingmenu .pricing, .floatingmenu li.active a.pricingpage {
    background-image: url(../images/float-pricing-hover.png);
    background-repeat:no-repeat;
}

.floatingmenu .pricing a {
    background-image: url(../images/float-pricing.png);
    background-repeat:no-repeat;
}

.floatingmenu .bookings, .floatingmenu li.active a.bookingspage {
    background-image: url(../images/float-bookings-hover.png);
    background-repeat:no-repeat;
}

.floatingmenu .bookings a {
    background-image: url(../images/float-bookings.png);
    background-repeat:no-repeat;
}

.floatingmenu .testimonials, .floatingmenu li.active a.testimonialspage {
    background-image: url(../images/float-testimonials-hover.png);
    background-repeat:no-repeat;
}

.floatingmenu .testimonials a {
    background-image: url(../images/float-testimonials.png);
    background-repeat:no-repeat;
}

nav.floatingmenu {
    position: fixed;
    -webkit-transform: translateZ(0);
    top: 0px;
    margin-top:130px;
    background-color:#F9F8EA;
    padding-top: 10px;
    z-index: 99999;
    height: 105px;
}

.floatingmenu ul {
    background-color:#F9F8EA;
}

.floatingmenu li a span.link-text {
    font-size: 1em; /*16px*/
    line-height: 2em;
    height: 30px;
    margin-top: 75px;
    box-shadow: 1px 1px 1px #808080;
}

.floatingmenu li.active a span.link-text {
    background-color: #808080;
}


/*===== Main Content =====*\
\*========================*/
#main-content {
    margin: 0 auto;
    width: 100%;
}

#main-content h1, #main-content h2 {
    font-family: 'antonio-bold', sans-serif;
}

#main-content h1 {
        visibility: hidden;
}

#main-content h2 {
    font-size: 1.1875em; /*19px*/
    font-weight: 700;
}

#main-content p {
    font-family: 'ariasregular', sans-serif;
    text-transform: none;
    font-size: 1.0625em; /*17*/
    padding-bottom: 10px;
}

/*===== About =====*/

#about {
    padding-top: 280px;
}

#about-col1 {
    width: 100%;
}

#about img.karen {
    border: 8px solid #C6A0B4;
    float: left;
    margin-top: 5px;
    margin-right: 20px;

}

#about p {
    text-align:justify;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*#about-col2 {
    width: 20%;
    float: right;
    display: none;
}*/

/*#about-col2 #about-work {
    width: 90%;
    height: 50%;
    background-color: #C6A0B4;
    margin: 100px auto 0 auto;
    padding: 10px 15px 10px 15px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(144,144,144,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(144,144,144,1);
box-shadow: 10px 10px 5px 0px rgba(144,144,144,1);
}*/

/*#about-col2 #about-work h2 {
    font-size: 0.45em;
    text-align: center;
    color: #F9F8EA;
    padding-top: 20px;
    font-family: 'ariasregular' sans-serif;
    text-transform: none;
}*/

/*#about-col2 #about-work img {
    display: block;
    margin: 0 auto;
}*/

/*===== Services =====*/

/*===== Pricing ======*/

#pricing #gift-vouchers {
    font-family: 'antonio-bold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5em;
    margin: 1em auto 1.1em auto;
}

#pricing #gift-vouchers a {
    color: #4C4C4C;
}

#pricing #gift-vouchers a:hover {
    background-color: #C6A0B4;
    color: #F9F8EA;
    padding: 0px 0.15em 0em 0.2em;
}

#pricing .point-to-bookings h2 {
    font-family: 'ariasregular', sans-serif;
    text-transform: uppercase;
    font-size: 1.375em; /*22*/
    text-align: center;
    margin-top: 2.7em;
    margin-bottom:1.2em;
}

#pricing .point-to-bookings .arrow {
    display: block;
    margin: 0 auto;
}

#pricing p.health-fund {
    font-size: 0.85em; /* 15*/
}

/*===== Bookings =====*/
#bookings p {
    text-align: center;
}

#bookings p.contact-phone {
    font-size: 1.5625em; /*25*/
    font-weight: bold;
}

/*===== Testimonials =====*/

#testimonials {
    margin-bottom: 8em !important;
}

#testimonials p span {
    display: block;
    padding-top: 1em !important;
    font-style: italic;
     font-size: 1.1em;
}


/* all content divs */
#about, #services, #pricing, #bookings, #testimonials {
    min-height: 100vh;
    width:  92.156862745098%;
    margin: 0 auto 0 auto;
}

#services, #pricing, #bookings, #testimonials {
    padding-top: 230px;
}

#about, #services, #testimonials {
        margin-bottom: -5em;
}

#about {
    margin-bottom: -20%;
}

#pricing {
    margin-bottom: -40%;
}

#testimonials {

}

/*===== Footer =====*\
\*======================*/

footer {
    width: 100%;
    text-align: center;
    color: #808080;
    size: 0.9em;
}

footer a {
    color: #C6A0B4;
    text-align: center !important;
    font-family: ariasregular;
}

footer a:hover {
    background-color: #808080;
    color: #F9F8EA;
    padding: 2px 4px 2px 6px;
}

footer #friends {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4em;
}

footer #friends h3 {
     padding: 1em 0;
     font-size: 1em;
}

footer #friends ul.friends-list li a {
    text-transform: none;
}

footer #friends ul.friends-list li{
    list-style-type: none !important;
    padding-bottom: 10px;
    margin-left: -40px !important;
}

footer #credits {
    font-size: 0.8em;
    opacity: 0.8;
    border-top: 1px solid rgba(0,0,0,0.06);
}

footer #credits .author {
    margin-top: -2em !important;
    display: block !important;
}

/*===== Typograpgy =====*\
\*======================*/
@font-face {
    font-family: 'antonio-bold';
    src: url('../fonts/antonio-bold-webfont.eot');
    src: url('../fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-bold-webfont.woff') format('woff'),
         url('../fonts/antonio-bold-webfont.ttf') format('truetype'),
         url('../fonts/antonio-bold-webfont.svg#antonio-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ariasregular';
    src: url('../fonts/arias-webfont.eot');
    src: url('../fonts/arias-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arias-webfont.woff') format('woff'),
         url('../fonts/arias-webfont.ttf') format('truetype'),
         url('../fonts/arias-webfont.svg#ariasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*===== Minor styling =====*\
\*=========================*/

.highlight {
	background-color: #C6A0B4;
	color: #F9F8EA;
	padding: 0 0.2em 0 0.3em;
	font-size: 0.9em;
	height: 34px;
	line-height: 34px;
	display: inline-block;
}

.bottom-padding {
    padding-bottom: 1em;
}

.disclaimer {
    text-align: center;
    font-size: 0.5em;
    font-family: 'ariasregular', sans-serif;
    text-transform: none;
    padding-top: 0.5em;
    font-size: 0.9em;
}