/* easy-responsive-tabs.css (100%) */
body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/* prestige.css (100%) */
/**
 * Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/)
 * https://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */



/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

div.clear {
	height: 0;
	clear: both;
	overflow: hidden;
}



/* apply a natural box layout model to all elements, but allowing components to change */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}



@font-face {
		font-family: 'AachenTL-Roman';
		src: url('https://www.prestigebootcamp.com/fonts/2DCFB6_1_0.eot');
		src: url('https://www.prestigebootcamp.com/fonts/2DCFB6_1_0.eot?#iefix') format('embedded-opentype'),
			url('https://www.prestigebootcamp.com/fonts/2DCFB6_1_0.woff2') format('woff2'),
			url('https://www.prestigebootcamp.com/fonts/2DCFB6_1_0.woff') format('woff'),
			url('https://www.prestigebootcamp.com/fonts/2DCFB6_1_0.ttf') format('truetype');
}



.mobile-only {
	display: none;
}




body {
	background: white url(../img/page-background.png) repeat-x center top;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #58595b;
	-webkit-font-smoothing: antialiased;	
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #007fff;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img.responsive {
	width: 100%;
	height: auto;
}


div#wrapper-shadow {
	background: transparent url(../img/wrapper-shadow.png) repeat-y center top;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    div#wrapper-shadow {
        background-position: 49.999% 0; /* 1px background centreing fix */
    }
}

div#wrapper {
	margin: 0 auto;
	max-width: 1024px;
	position: relative;
}


div#header {
	height: 160px;
	position: relative;
	background: #7fbec3 url(../img/header-background.jpg) no-repeat center top;
	overflow: hidden;
	padding: 0 30px;
}

div#header div.contact {
	float: right;
	overflow: hidden;
}

div#header div.logo {
	float: left;
	margin: 20px 0 30px 0;
}

div#header div.logo img {
	max-width: 251px;
	width: 100%;
	height: auto;
}

div#header div.logo-print {
	display: none;
}

div#header div.header-nav {
	text-align: right;
	margin: 10px 0 0 0;
	color: white;
	height: 60px;
	font-size: 110%;
}

div#header div.header-nav a {
	color: white;
}

div#header div.call-us {
	text-align: right;
	font-family: 'Playfair Display', serif;
	color: white;
	font-size: 21px;
	font-style: italic;
}

div#header div.call-us a.phone {
	color: #ffffd1;
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	text-shadow: 1px 1px 2px #236468;
	text-decoration: none;
	letter-spacing: -1px;
}

div#header div.call-us a.book-online {
	color: white;
	text-decoration: none;
}

div#header div.call-us a.book-online:hover {
	text-decoration: underline;
}

div#header div.call-us-mobile {
	display: none;
}

div#header a.toggle-menu {
	display: none;
}

div#navbar {
	height: 43px;
	margin: 0 0 5px 20px;
	position: relative;
}

div#navbar div.social-links {
	position: absolute;
	top: 10px;
	right: 30px;
}

div#nav {
	position: relative;
	color: #01669b;
	font-size: 110%;
}

div#nav a {
	display: block;
	text-decoration: none;
}

#nav a.on {
	background-color: #6cc3d8;
}

#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	z-index: 10000;
}

div#nav > ul > li {
	float: left;
}

div#nav > ul > li > span,
div#nav > ul > li > a {
	display: block;
	padding: 15px 15px; /* 15px 9px when success stories goes live again */
	font-family: 'AachenTL-Roman';
	text-transform: uppercase;
	color: #01669b;
	font-size: 14px;
}

div#nav > ul > li > span {
	cursor: default;
}

div#nav ul li span:hover,
div#nav ul li.sfHover span {
	background-color: #6cc3d8;
	text-decoration: none;
	color: white;
}

div#nav ul li:hover > a,
div#nav ul li.sfHover > a {
	color: white;
}

#nav > ul > li > ul {
	display: none;
	background-color: white;
	position: absolute;
	width: 285px;
	margin: 0;
	padding: 15px 0;
	z-index: 200000 !important;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 2px 5px 1px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 2px 5px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	behavior:url(../css/PIE.php);
}


#nav li.first {
	clear: left;
}

#nav li li a {
	color: #01669b;
	padding: 4px 15px;
}

#nav li li a:hover {
	background-color: #6cc3d8;
	color: white;
}

#nav a span.arrow {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	border-left: 7px solid #01669b;
	position: relative;
	margin-right: 2px;
}

#nav li li a:hover span.arrow {
	border-top: 4px solid #6cc3d8;
	border-bottom: 4px solid #6cc3d8;
	border-left-color: white;
}


#nav ul ul ul {
	float: none;
	display: block !important;
}

#nav ul ul ul li {
	width: 100%;
	float: none;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfHover ul,
#nav li li.sfHover ul,
#nav li li li.sfHover ul {
	left: auto;
}


#nav > ul > li:hover,
#nav > ul > li.sfhover {
	background: #6cc3d8;
}

div#nav li div.navgroup {
	font-weight: bold;
	color: #01669b;
	font-size: 110%;
	padding: 15px 15px 3px 15px;
}







div.cycle-slideshow {
	overflow:hidden;
}






/***********************************************/
/* call to action buttons                      */
/***********************************************/

a.cta,
span.cta {
	display: inline-block;
	padding: 3px 7px;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 15px;
/*	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	behavior:url(../css/PIE.php);
	line-height: 1.35em;
}
	
a.cta.blue,
span.cta.blue {
	border: 1px solid #00b1d2;
	background: #00b1d2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00b1d2), to(#0293c5));
	background: -webkit-linear-gradient(#00b1d2, #0293c5);
	background: -moz-linear-gradient(#00b1d2, #0293c5);
	background: -ms-linear-gradient(#00b1d2, #0293c5);
	background: -o-linear-gradient(#00b1d2, #0293c5);
	background: linear-gradient(#00b1d2, #0293c5);
	-pie-background: linear-gradient(#00b1d2, #0293c5);
}

a.cta.green,
span.cta.green {
	border: 1px solid #57c65d;
	background: #57c65d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#90da94), to(#57c65d));
	background: -webkit-linear-gradient(#90da94, #57c65d);
	background: -moz-linear-gradient(#90da94, #57c65d);
	background: -ms-linear-gradient(#90da94, #57c65d);
	background: -o-linear-gradient(#90da94, #57c65d);
	background: linear-gradient(#90da94, #57c65d);
	-pie-background: linear-gradient(#90da94, #57c65d);
}

a.cta.pink,
span.cta.pink {
	border: 1px solid #e6459a;
	background: #e6459a;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f08fc2), to(#e6459a));
	background: -webkit-linear-gradient(#f08fc2, #e6459a);
	background: -moz-linear-gradient(#f08fc2, #e6459a);
	background: -ms-linear-gradient(#f08fc2, #e6459a);
	background: -o-linear-gradient(#f08fc2, #e6459a);
	background: linear-gradient(#f08fc2, #e6459a);
	-pie-background: linear-gradient(#f08fc2, #e6459a);
}

a.cta.grey,
span.cta.grey {
	border: 1px solid #ddd;
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient(#ffffff, #eeeeee);
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: -ms-linear-gradient(#ffffff, #eeeeee);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	background: linear-gradient(#ffffff, #eeeeee);
	-pie-background: linear-gradient(#ffffff, #eeeeee);
	color: #333;
}

a.cta.teal,
span.cta.teal {
	border: 1px solid #9ccfdc;
	background: #64b4c8;
}

a.cta.large,
span.cta.large {
	font-size: 16px;
	padding: 6px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a.cta:hover {
	text-decoration: underline;
}



















div.content-area {
	position: relative;
	padding: 30px;
	font-size: 120%;
	overflow: hidden;
}

div.with-sidebar {
	background: white url(../img/sidebar-background.png) repeat-y right top;
}

div#main-col {
	width: 68.7%;
	float: left;
	position: relative;
}

div.content-area div#main-col {
	width: 65%;
}

div#main-col div.content-area {
	padding: 20px;
}

.content-padding {
	padding: 30px;
}

div.back {
	float:right;
	padding-top:0.5em;
}




/*
.dev-note {
	background-color: yellow;
	color: black;
	font-size: 120%;
	padding: 10px;
	display: inline-block;
}
*/








/***********************************************/
/* sidebar                                     */
/***********************************************/

div#sidebar {
	float: right;
	width: 31.3%;
	position: relative;
	height: 1%;
	padding: 20px;
}

div.content-area div#sidebar {
/*	width: 258px;*/
	padding: 0; /* don't need padding if the sidebar is already in a content-area */
}

div#sidebar p {
	margin: 1em 0;
	line-height: 1.35em;
}

div#sidebar p img {
/*	margin-bottom: 40px;*/
	max-width: 100%;
	height: auto !important;
}

div#sidebar img.shadow {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

div#sidebar h2 {
	display: inline-block;
}






/***********************************************/
/* hero banner                                 */
/***********************************************/

div.hero-banner {
	position: relative;
	overflow: hidden;
	color: white;
}

div.hero-banner img {
	width: 100%;
	height: auto;
}

/*
div.hero-banner div.image {
	float: left;
	width: 703px;
}
*/

div.hero-banner div.text {
	float: right;
	width: 281px;
	height: 338px;
	padding: 20px;
	overflow: hidden;
	font-family: 'Volkhov', serif;
}

div.hero-banner div.text h2 {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	font-size: 50px;
	margin-bottom: 20px;
}

div.hero-banner div.text h2 em {
	font-family: 'Playfair Display', serif;
	font-style: italic;
}


div.hero-banner div.text ul {
	font-size: 18px;
}

div.hero-banner div.text ul li {
	line-height: 1.5em;
	margin-bottom: 8px;
}

div.hero-banner div.text ul li span.tick {
	font-size: 24px;
	display: block;
	float: left;
	margin-right: 10px;
}

div.hero-banner div.text p {
	font-size: 15px;
	line-height: 1.35em;
	margin-bottom: 1em;
}

div.hero-banner div.text.with-button p {
	width: 150px;
}

div.hero-banner div.watermark {
	position: absolute;
	top: 0;
	right: 0;
	width: 365px;
	height: 378px;
	background: transparent url(../img/logo-watermark.png) no-repeat;
	opacity:0.1;
	filter:alpha(opacity=10); /* For IE8 and earlier */
}

div.hero-banner a.circle-button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 85px;
	height: 80px;
	padding: 20px 0 0 15px;
	border: 2px solid white;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	behavior:url(../css/PIE.php);
	background-color: #6cc3d8;
	color: white;
	font-family: 'Volkhov', serif;
	font-size: 22px;
	line-height: 20px;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
}

div.hero-banner a.circle-button:hover {
	text-decoration: none;
	background-color: #81bfc3;
}


div.hero-banner.about {
	background-color: #cd4c50;
}

div.hero-banner.contact {
	background-color: #e99384;
}

div.hero-banner.contact div.text h2 {
	font-size: 42px;
}

div.hero-banner.testimonials {
	background-color: #73b8bf;
}

div.hero-banner.testimonials div.text h2 {
	font-size: 60px;
}

div.hero-banner.testimonials div.text ul {
	color: #25205f;
}

div.hero-banner.fitness-classes {
	background: #a52c25;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7867a), to(#a52c25));
	background: -webkit-linear-gradient(#f7867a, #a52c25);
	background: -moz-linear-gradient(#f7867a, #a52c25);
	background: -ms-linear-gradient(#f7867a, #a52c25);
	background: -o-linear-gradient(#f7867a, #a52c25);
	background: linear-gradient(#f7867a, #a52c25);
	-pie-background: linear-gradient(#f7867a, #a52c25);
}

div.hero-banner.press {
	background-color: #c994c1;
}

div.hero-banner.press div.text {
	padding-top: 80px;
}

div.hero-banner.press div.text h2 {
	font-size: 58px;
}

div.hero-banner.meet-the-team {
	background-color: #c1d79a;
	color: #25205f;
}

div.hero-banner.meet-the-team div.text h2 {
	text-shadow: none;
	font-size: 60px;
}

div.hero-banner.meet-the-team a.circle-button {
	background-color: #bb79b2;
}

div.hero-banner.boot-camp-retreats {
	background-color: #c5e3ca;
}

div.hero-banner.boot-camp-retreats div.text p {
	color: #25205f;
}

div.hero-banner.boot-camp-days {
	background-color: #66cccc;
}

div.hero-banner.boot-camp-days div.text h2 {
	font-size: 38px;
	text-shadow: none;
}

div.hero-banner.boot-camp-days div.text p {
	color: #25205f;
}

div.hero-banner.tailor-made {
	background-color: #f97469;
}

div.hero-banner.tailor-made div.text h2 {
	font-size: 40px;
	text-shadow: none;
}


div.hero-banner.fitness-classes {
	background-color: #f7867a;
}

div.hero-banner.fitness-classes div.text h2 {
	font-size: 40px;
}
















/***********************************************/
/* footer                                      */
/***********************************************/

div#footer-wrapper {
	background: transparent url(../img/footer-background.png) no-repeat center bottom;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    div#footer-wrapper {
        background-position: 49.999% bottom; /* 1px background centreing fix */
    }
}

div#footer {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

div#footer h5 {
	font-family: 'Volkhov', serif;
	color: #252160;
	font-size: 130%;
	margin-bottom: .75em;
}

div#footer div.media-accolades {
	overflow: hidden;
	margin: 20px 0 95px 0;
}

body.layout-booking div#footer {
	padding-top: 100px;
}

body.layout-booking div#footer div.media-accolades {
	display: none;
}

div#footer div.media-accolades a.accolade {
	display: block;
	float: left;
	width: 25%;
	padding: 0 2%;
	border-left: 1px solid #eee;
	text-decoration: none;
}

div#footer div.media-accolades a.accolade:first-child {
	border-left: 0;
}

div#footer div.media-accolades a.accolade div.logo,
div#footer div.media-accolades a.accolade p.quote {
	opacity: 0.25;
	filter: alpha(opacity=25); /* For IE8 and earlier */
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s;
}

div#footer div.media-accolades a.accolade:hover div.logo,
div#footer div.media-accolades a.accolade:hover p.quote {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}


div#footer div.media-accolades a.accolade div.logo {
	line-height: 61px;
	text-align: center;
}

div#footer div.media-accolades a.accolade div.logo img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

div#footer div.media-accolades a.accolade p.quote {
	font-family: 'Playfair Display', serif;
	font-size: 120%;
	font-style: italic;
	color: #d4015b;
	text-align: center;
	margin: 1em 0;
	line-height: 1.3em;
}

div#footer div.media-accolades a.accolade p.more {
	text-align: right;
}

div#footer div.media-accolades a.accolade p.more {
	color: #888;
}

div#footer div.nav {
	overflow: hidden;
	margin: 0 0 20px 20px;
}

div#footer div.nav > ul {
	
}

div#footer div.nav > ul > li {
	float: left;
	margin-right: 40px;
}

div#footer div.nav > ul > li > h4 {
	color: white;
	text-transform: uppercase;
	font-family: 'Volkhov', serif;
	display: inline-block;
	padding: 3px 5px;
	font-weight: 700;
}

div#footer div.nav > ul > li.nav1 > h4 {
	background-color: #f47b20;
}

div#footer div.nav > ul > li.nav2 > h4 {
	background-color: #0092c4;
}

div#footer div.nav > ul > li.nav3 > h4 {
	background-color: #9aca3c;
}

div#footer div.nav > ul > li.nav4 > h4 {
	background-color: #e9c70c;
}

div#footer div.nav > ul > li.nav5 > h4 {
	background-color: #ed0874;
}

div#footer div.nav ul ul {
	margin-top: 1em;
}

div#footer div.nav ul ul li a {
	display: block;
	padding: 5px 0;
	color: white;
}


div#footer div.telephone {
	margin: 0 20px 20px 20px;
	float: left;
}

div#footer div.telephone p.telephone {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 300;
	font-size: 240%;
}

div#footer div.telephone p.telephone a {
	color: #ff007f;
}

div#footer div.telephone p.opening-times {
	padding-left: 45px;
	background: transparent url(../img/open-sign.png) no-repeat 0 0;
	line-height: 33px;
	font-family: 'Volkhov', serif;
	color: #252160;
	display: inline-block
}

div#footer div.email {
	margin: 0 20px 20px 6%;
	float: left;
}

div#footer div.email p {
}

div#footer div.email p a {
	font-family: 'Volkhov', serif;
	color: white;
	font-size: 130%;
}


div#footer div.newsletter-signup {
	margin: 0 20px 20px 20px;
	float: right;
}

div#footer div.newsletter-signup h5 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 130%;
}

div#footer div.newsletter-signup form {
	float: right;
}

div#footer div.newsletter-signup input.text {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #6cc3d8;
	behavior:url(../css/PIE.php);
	padding: 5px;
	width: 200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}


div#footer div.social-links {
	float: right;
	clear: right;
	margin-right: 20px;
	margin-bottom: 30px;
}

div#footer div.social-links a + a {
	margin-left: 20px;
}

div#copyright-wrapper {
	max-width: 1064px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 20px 0 20px;
}

div#copyright-wrapper div.credit-card-logos {
	position: absolute;
	bottom: 0;
	right: 20px;
}

div#copyright-wrapper div.credit-card-logos img {
	height: 30px;
	width: auto;
}

div#copyright-wrapper div.copyright {
	clear: both;
	color: #252160;
}

div#copyright-wrapper div.copyright p {
	margin-top: 1em;
	line-height: 1.35em;
}

div#copyright-wrapper div.copyright p a {
	color: #252160;
}




.google-map {
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}










/***********************************************/
/* content styles                              */
/***********************************************/

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong {
	font-weight: normal !important;
}

h1 {
	font-family: 'AachenTL-Roman';
	color: #251f5f;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 1em;
}

h1 span {
	display: block;
	color: #50a5ae;
	text-transform: none;
	font-size: 18px;
	margin-top: 0.5em;
}



h1.gold,
h2.gold {
	font-family: 'AachenTL-Roman';
	text-transform: uppercase;
	color: #b3864a;
	text-align: center;
	font-size: 26px;
	line-height: 1.35em;
	margin-bottom: 0.75em;
	text-align: center;
}

div#sidebar h1 div.five-star {
	font-size: 22px;
}

.content h2,
.entry-content h2 {
	font-family: 'AachenTL-Roman';
	color: #251f5f;
	font-size: 120%;
	line-height: 1.35em;
	margin-bottom: 1em;
}

.content h2 a,
.entry-content h2 a {
	color: #251f5f;
}

.content h3,
.entry-content h3 {
	font-family: 'Volkhov', serif;
	color: #251f5f;
	font-size: 120%;
	line-height: 1.35em;
	margin: 1em 0;
}

.content h3 span {
	color: #01669b;
}

.content p,
.entry-content p {
	margin: 1em 0;
	line-height: 1.25em;
}

.content h2 + p,
.entry-content h2 + p {
	margin-top: 0.5em;
}

.content ul,
.content ol,
.entry-content ul,
.entry-content ol {
	margin: 1em 0;
	line-height: 1.25em;
	padding-left: 1.5em;
}

.content ul li,
.entry-content ul li {
	list-style-type: disc;
}

.content ol li,
.entry-content ol li {
	list-style-type: decimal;
	margin-bottom: 1em;
}

.content a {

}

.content a:hover {
}

.content b,
.content strong,
.entry-content b,
.entry-content strong {
	font-weight: bold;
}

.content table td,
.entry-content table td {
	vertical-align: top;
	line-height: 1.25em;
}

a.pdflink {
	background: transparent url(../img/icons/icon_pdf.gif) no-repeat 0 0;
	padding: 1px 0 2px 22px;
	line-height: 16px;
}

div.left-col {
	width: 49%;
	float: left;
}

div.right-col {
	width: 49%;
	float: right;
}

.content ul.two-cols {
	overflow: hidden;
	color: #251f5f;
	margin: 1.5em 0;
	line-height: 1.75em;
}

.content ul.two-cols li {
	width: 50%;
	float: left;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content td img {
	width: 100%;
	height: auto;
}










/***********************************************/
/* framed images                               */
/***********************************************/

div.framed-image {
	width: 294px;
	height: 217px;
	position: relative;
	background: white url(../img/photo-frame.png) no-repeat 0 0;
}

div.framed-image img {
	position: absolute;
	top: 14px;
	left: 14px;
	width: auto;
}

div.framed-image div.badge {
	position: absolute;
	display: block;
	width: 65px;
	height: 55px;
	padding: 15px 0 0 5px;
	border: 1px solid white;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	behavior:url(../css/PIE.php);
	background-color: #5b967e;
	color: white;
	font-family: 'Volkhov', serif;
	font-size: 17px;
	line-height: 18px;
	text-align: left;
}

div.framed-image div.badge.top-left {
	top: 0;
	left: 0;
}

div.framed-image div.badge.top-right {
	top: 0;
	right: 0;
}





/***********************************************/
/* site map                                    */
/***********************************************/

div#sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#sitemap ul li {
	margin: 2em 0 0.5em 0;
}

div#sitemap ul li ul li {
	margin: 0.5em 0;
	padding-left: 17px;
/*	background: transparent url(../img/sitemap_list_icon.gif) no-repeat 1px 0;*/
}

div#sitemap ul li span.header {
	font-size: 120%;
	font-weight: bold;
}

div#sitemap ul li span.header a {
	color: #58595B;
}

div#sitemap ul li ul li a {
}



























/***********************************************/
/* tooltips                                    */
/***********************************************/

span.tooltip {
	padding-right: 20px;
	background: transparent url(../img/icons/icon_info.gif) no-repeat right top;
	cursor: help;
}

.ui-tooltip {
	background: #6cc;
	padding: 6px 10px;
	color: white;
	border-radius: 6px;
	line-height: 1.4;
	max-width: 300px;
	font-size: 12px;
}










/***********************************************/
/* tabs (easy responsive tabs)                 */
/***********************************************/

div#tabs {
}


div#tabs ul.resp-tabs-list li {
	margin-left: 3px;
	margin-right: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	behavior:url(../css/PIE.php);
	padding: 0 !important;
	border: 0 !important;
}

div#tabs ul.resp-tabs-list li:first-child {
	margin-left: 0;
}

div#tabs ul.resp-tabs-list li a {
	display: block;
	padding: 8px 10px;
	font-family: 'AachenTL-Roman';
	text-transform: uppercase;
	color: #8c837e;
	font-size: 13px;
	font-weight: 400;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	behavior:url(../css/PIE.php);
	background-color: #eee;
	-webkit-box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.25);
	outline: none;
}


div#tabs ul.resp-tabs-list li.try-a-free-class a {
	color: white;
	background-color: #e62f2a;
}

div#tabs ul.resp-tabs-list li.order-now a {
	color: white;
	background-color: #a5b83c;
}

div#tabs ul.resp-tabs-list li.green a {
	color: white;
	background-color: #57c65d;
}

div#tabs ul.resp-tabs-list li.resp-tab-active a,
div#tabs ul.resp-tabs-list li a:hover {
	color: white;
	background-color: #6cc3d8;
	text-decoration: none;
}

div#tabs div.resp-tabs-container {
	background-color: #f4f4e9;
	padding: 20px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	behavior:url(../css/PIE.php);
	margin-bottom: 30px;
}

div#tabs div.resp-tabs-container div.tab-content {
	background-color: white;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior:url(../css/PIE.php);
	-moz-box-shadow:    inset 0 0 8px rgba(0, 0, 0, 0.35);
   -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.35);
   box-shadow:         inset 0 0 8px rgba(0, 0, 0, 0.35);
}

div#tabs div.resp-tabs-container div.tab-content p:first-child {
	margin-top: 0;
}

div#tabs div.resp-tabs-container .resp-tab-content {
	border: 0;
	padding: 0;
}

div#tabs div.resp-tabs-container div.tab-content ul {
	list-style-type: none;
	padding-left: 0;
}

div#tabs div.resp-tabs-container div.tab-content ul li {
	list-style-type: none;
	line-height: 22px;
	background: transparent url(../img/icons/blue-tick.png) no-repeat left top;
	padding-left: 40px;
	margin-bottom: 0.75em;
}




@media only screen and (max-width: 767px) {
	
	div.content-area {
		padding: 15px !important;
	}
	
	div#tabs div.resp-tabs-container {
		padding: 15px;
		margin-left: -15px;
		margin-right: -15px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	h2.resp-accordion {
		font-family: 'AachenTL-Roman';
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 400;
		background-color: white;
	}
	
	h2.resp-accordion a {
		color: #251f5f;
		text-decoration: none !important;
	}
	
	h2.resp-tab-active {
		background-color: #6cc3d8;
	}
	
	.resp-arrow {
		border-top-color: #251f5f;
	}
	
	h2.resp-tab-active span.resp-arrow {
		border-bottom-color: white;
	}
	
	h2.resp-tab-active a {
		color: white;
	}

	div#tabs div.resp-tabs-container div.tab-content {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.resp-tab-active {
		border: 0 !important;
	}
	
	div#tabs p.footnote,
	div#content p.footnote {
		display: none;
	}
	
}




div#tabs p.footnote,
div#content p.footnote {
	font-size: 18px;
	line-height: 1.35em;
	color: #ff007f;
	margin-top: 15px;
}

div#tabs p.footnote a,
div#content p.footnote a {
	color: #251f5f;
}











/***********************************************/
/* success stories feed                        */
/***********************************************/

div.success-stories-feed {
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 3px 1px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 3px 1px rgba(0, 0, 0, 0.25);
	background-color: white;
}

div.success-stories-feed h2 {
	position: absolute;
	font-family: 'AachenTL-Roman';
	font-weight: normal;
	color: #252160;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.1em;
	z-index: 99;
}

div.success-stories-feed div.success-stories-carousel {
}


div.success-stories-feed div.success-stories-carousel div.item div.text {
	position: absolute;
	left: 20px;
	z-index: 2;
	display: table;
}

div.success-stories-feed div.success-stories-carousel div.item div.text p.quote {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #252160;
	display: table-cell;
	vertical-align: middle;
}

div.success-stories-feed div.success-stories-carousel div.item div.text p.name {
	font-family: 'AachenTL-Roman';
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #58595b;
}

div.success-stories-feed div.success-stories-carousel div.item div.text p.name strong {
	font-weight: 700;
}

div.success-stories-feed div.success-stories-carousel div.item div.image {
	position: absolute;
	right: 0;
	bottom: 0;
}

div.success-stories-feed div.success-stories-carousel div.item div.image img {
	max-width: 100%;
	height: auto;
	margin-right: 10px;
}


div.success-stories-feed div.success-stories-carousel div.owl-buttons div {
	width: 21px;
	height: 21px;
	position: absolute;
	bottom: 10px;
	background: transparent url(../img/carousel-scroll-arrows.png) no-repeat 0 0;
	cursor: pointer;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s;
	text-indent: -5000px;
}

div.success-stories-feed div.success-stories-carousel div.owl-buttons div.owl-prev {
	left: 10px;
	background-position: 0 -50px;
}

div.success-stories-feed div.success-stories-carousel div.owl-buttons div.owl-next {
	right: 10px;
	background-position: -50px -50px;
}

div.success-stories-feed div.success-stories-carousel div.owl-buttons div:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

div.success-stories-feed div.success-stories-carousel div.item a.cta {
	display: none;
}







/* success stories homepage */

body.template-homepage div.success-stories-feed {
}

body.template-homepage div.success-stories-feed h2 {
	width: 200px;
	top: 20px;
	left: 20px;
	padding: 5px 0;
	text-align: center;
	color: white;
	background-color: #6cc;
}

body.template-homepage div.success-stories-feed div.success-stories-carousel div.item {
	height: 306px;
}

body.template-homepage div.success-stories-feed div.success-stories-carousel div.item div.text {
	top: 65px;
	width: 145px;
	height: 200px;
}

body.template-homepage div.success-stories-feed div.success-stories-carousel div.item div.image {
	width: 312px;
}

body.template-homepage div.success-stories-feed div.success-stories-carousel div.item div.text p.quote {
	font-size: 20px;
	line-height: 1.15em;
}

body.template-homepage div.success-stories-feed div.success-stories-carousel div.item div.text p.name {
	font-size: 13px;
}

body.template-homepage div.success-stories-feed div.success-stories-carousel div.item a.cta {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50px;
}






/* success stories sidebar */

div#sidebar div.success-stories-feed {
	width: 280px;
}

div#sidebar div.success-stories-feed h2 {
	top: 10px;
	left: 10px;
	color: #252160;
	background-color: white;
	padding: 0;
	
}

div#sidebar div.success-stories-feed div.success-stories-carousel div.item {
	height: 240px;
}

div#sidebar div.success-stories-feed div.success-stories-carousel div.item div.text {
	width: 100px;
	top: 30px;
	left: 10px;
	height: 170px;
}

div#sidebar div.success-stories-feed div.success-stories-carousel div.item div.image {
	width: 205px;
	right: -25px;
}

div#sidebar div.success-stories-feed div.success-stories-carousel div.item div.text p.quote {
	font-size: 16px;
	line-height: 1.25em;
	margin-bottom: 0;
}

div#sidebar div.success-stories-feed div.success-stories-carousel div.item div.text p.name {
	font-size: 11px;
	margin: 0.5em 0 0 0;
}




















/***********************************************/
/* case studies feed                           */
/***********************************************/

div.case-studies-feed {
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
	background-color: white;
	overflow: hidden;
}


div.case-studies-feed div.case-studies-carousel {
}


div.case-studies-feed div.case-studies-carousel div.item {
/*	height: 240px;*/
}

div.case-studies-feed div.case-studies-carousel div.item div.image {
}

div.case-studies-feed div.case-studies-carousel div.item p.quote {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #252160;
	font-size: 16px;
	line-height: 1.25em;
	margin-bottom: 0;
}


div.case-studies-feed div.case-studies-carousel div.owl-buttons div {
	width: 21px;
	height: 21px;
	background: transparent url(../img/carousel-scroll-arrows.png) no-repeat 0 0;
	cursor: pointer;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s;
	text-indent: -5000px;
}

div.case-studies-feed div.case-studies-carousel div.owl-buttons div.owl-prev {
	float: left;
	background-position: 0 -50px;
}

div.case-studies-feed div.case-studies-carousel div.owl-buttons div.owl-next {
	float: right;
	background-position: -50px -50px;
}

div.case-studies-feed div.case-studies-carousel div.owl-buttons div:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}












/***********************************************/
/* case studies feed                           */
/***********************************************/

table.celebrity-fans {
	border: 10px solid #f4f4e9;
	margin-bottom: 20px;
}

table.celebrity-fans td {
	padding: 10px 15px;
}

table.celebrity-fans td:nth-child(1) {
	width: 220px;
	border-right: 10px solid #f4f4e9;
	padding: 0;
}

table.celebrity-fans td h2 {
	font-size: 160%;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

table.celebrity-fans td p {
	margin: 1em 0 0 0;
}

table.celebrity-fans td:nth-child(2) p {
	padding-right: 20px;
}

table.celebrity-fans td:nth-child(2) p::before,
table.celebrity-fans td:nth-child(2) p::after {
	display: block;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 50px;
	color: #251f5f;
}

table.celebrity-fans td:nth-child(2) p::before {
	content: '\201C';
	float: left;
	margin-right: 5px;
}

table.celebrity-fans td:nth-child(2) p::after {
	content: '\201D';
	float: right;
	margin-right: -20px;
}

table.celebrity-fans td:nth-child(3) {
	width: 88px;
	box-sizing: content-box;
}

table.celebrity-fans td:nth-child(3) p:first-child {
	margin-top: 0;
}

	
	
	
	
	
	
	
	
	
	
	



/* blog */

div.blog-index {
	
}

div.blog-index div.post {
	margin-bottom: 3em;
}




















/* off canvas menu for mobile */

#off-canvas-menu {
	background: white url(../img/mobile-menu-shadow.png) repeat-y right top;
	color: white;
	padding-top: 15px;
}

#off-canvas-menu div.close {
	float: right;
	margin: 0 10px 10px 10px;
	width: 24px;
	cursor: pointer;
}

#off-canvas-menu div.close img {
	width: 100%;
	height: auto;
}

#off-canvas-menu ul {
	clear: both;
}

#off-canvas-menu ul a,
#off-canvas-menu ul span.toggler,
#off-canvas-menu ul span.header {
	color: #01669b;
	display: block;
	padding: 15px;
	border-bottom: 1px solid #b6e1eb;
	cursor: pointer;
	text-decoration: none !important;
	font-size: 16px;
}

#off-canvas-menu ul li img.pointer {
	float: right;
	height: 18px;
	width: auto;
	-webkit-transition: transform .4s;
	-moz-transition: transform .4s;
	-o-transition: transform .4s;
	-ms-transition: transform .4s;
	transition: transform .4s;
}

#off-canvas-menu ul span.header {
	font-weight: bold;
	color: #01669b;
	border-bottom: 1px solid #b6e1eb;
}

#off-canvas-menu ul span.toggler.open {
	color: white;
	background: #6cc3d8 url(../img/mobile-menu-shadow.png) repeat-y right top;
}

#off-canvas-menu > ul > li > a,
#off-canvas-menu ul span.toggler {
	font-family: 'AachenTL-Roman';
	text-transform: uppercase;
	font-size: 18px;
}


#off-canvas-menu > ul > li > ul {
	background: #edf5f7 url(../img/mobile-menu-shadow.png) repeat-y right top;
	-webkit-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	-o-transition: max-height .5s ease-in-out;
	-ms-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	max-height: 0;
	overflow: hidden;
}

#off-canvas-menu > ul > li > ul > li > a {
	color: #01669b;
	border-bottom: 1px solid #b6e1eb;
}

#off-canvas-menu ul ul.open {
	max-height: 150em;
}

#off-canvas-menu ul ul ul {
	background: #edf5f7 url(../img/mobile-menu-shadow.png) repeat-y right top;
}

#off-canvas-menu ul ul ul a {
	color: #01669b;
}

#off-canvas-menu ul li .toggler img.pointer {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#off-canvas-menu ul li .toggler.open::after {
	color: white;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}














a#back-to-top {
	display: block;
	position: fixed;
	bottom: 35px;
	right: 15px;
	width: 40px;
}

a#back-to-top img {
	width: 100%;
	height: auto;
}








/* SN facebook like */

.SN-Facebook-Like-Dark {background-color:#333333 !important;color:white;border-color:#000000 !important}
.SN-Facebook-Like-Dark a,
.SN-Facebook-Like-Dark .sn-footer-url a {color:white}

.SN-Facebook-Like-Corners {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.slider-box{display:none;position:fixed;z-index:9999;}
.slider-left{left:0;top:150px;}
.slider-right{right:0;top:150px;}
.slider-top{top:0;left:50px;}
.slider-bottom{bottom:0;left:50px;}
.slider-content{background-color:#FFF;overflow:auto !important;padding:5px;border-color:#3b5998;border-style:solid;border-width:1px;}
.slider-logo{position:absolute;z-index:110;cursor:pointer;font-size:0}
.slider-float-left{float:left}
.slider-float-right{float:right}

.sn-footer-url {text-align:center;clear:both}
.sn-footer-url a {color:#3B5998;font-size:10px;text-decoration:none}
.sn-footer-url a:hover {text-decoration:underline}






/* responsive */


.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%;
}

@media only screen and (max-width: 1050px) {

	div#footer div.copyright {
		padding-left: 20px;
	}

}



@media only screen and (max-width: 1023px) {

	div.with-sidebar {
		background-image: none;
	}

}


@media only screen and (max-width: 1000px) {
	
	.desktop-only {
		display: none;
	}
		
	div#footer div.credit-card-logos {
		display: none;
	}
	
	div#navbar {
		display: none;
	}

	div#header {
		height: auto;
		border-bottom: 1px solid white;
	}

	div#header a.toggle-menu {
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	div#header div.logo {
		margin-left: 60px;
	}
	
	div#copyright-wrapper div.credit-card-logos {
		display: none;
	}
	
	div#copyright-wrapper {
		background-color: #7fbec3;
		padding-bottom: 20px;
	}
	
	div#copyright-wrapper div.copyright {
		color: white;
	}

	div#copyright-wrapper div.copyright p a {
		color: white;
	}

}


@media only screen and (max-width: 950px) {

	div#footer div.newsletter-signup {
		clear: both;
		float: left;
	}

	div#footer div.email {
		float: right;
	}

}


@media only screen and (max-width: 900px) {


	div#main-col,
	div#sidebar,
	div.site-sidebar,
	div.site-content {
		float: none;
		width: 100% !important;
	}
	
	#container > #content {
		float: none;
		width: auto !important;
	}

	div#sidebar p.driver {
		width: 32%;
		margin-right: 2%;
		float: left;
	}

	div#sidebar p.driver:nth-child(3n+3) {
		margin-right: 0;
	}
	
	div#sidebar div.testimonials-feed {
		padding: 0 !important;
	}
	
}



@media only screen and (max-width: 800px) {
	
	div#footer div.media-accolades a.accolade {
		width: 33.3%;
	}
	
	div#footer div.media-accolades a.accolade:nth-child(4) {
		display: none;
	}
	
}



@media only screen and (max-width: 750px) {

	div#header div.call-us a.phone {
		font-size: 38px;
	}

	div#sidebar p.driver {
		width: 48.5%;
		margin-right: 3%;
	}

	div#sidebar p.driver:nth-child(3n+3) {
		margin-right: 3%;
	}

	div#sidebar p.driver:nth-child(2n+2) {
		margin-right: 0;
	}

	div.content-area {
		padding: 20px;
	}
	
	div#footer {
		padding-top: 20px;
		background-size: contain;
	}
	
	div#footer div.media-accolades {
		display: none;
	}

	div#footer div.nav {
		display: none;
	}



}


@media only screen and (max-width: 700px) {
	
	div#footer div.social-links img {
		width: 120px;
		height: auto;
	}
	
	div#header {
		padding: 0;
	}
	
	div#header div.logo {
		float: none;
		text-align: center;
		margin: 10px 80px 15px 80px;
	}

	div#header div.contact {
		float: none;
	}
	
	div#header div.header-nav {
		display: none;
	}
	
	div#header div.call-us {
		display: none;
	}
	
	div#header div.call-us-mobile {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -12px;
		right: 20px;
	}
	
	div#header div.call-us-mobile a {
		display: block;
	}
	
	div#header div.call-us-mobile a img {
		width: 30px;
		height: auto;
	}

	div#header a.toggle-menu {
		top: 50%;
		margin-top: -12px;
	}

	div.content table.locations,
	div.content table.villas,
	div.content table.locations tr,
	div.content table.villas tr,
	div.content table.locations tr td,
	div.content table.villas tr td {
		display: block;
		width: 100% !important;
		border-bottom: 0;
	}
	
	table.celebrity-fans td:nth-child(1) {
		display: none;
	}

}



@media only screen and (max-width: 650px) {

	div#footer div.media-accolades {
		display: none;
	}

	div#footer div.telephone,
	div#footer div.email,
	div#footer div.newsletter-signup,
	div#footer div.social-links {
		float: none;
		margin-left: 20px;
	}

	div#footer div.newsletter-signup form {
		float: none;
	}
	
	div#footer div.telephone h5,
	div#footer div.email h5 {
		display: none;
	}
	
	div#footer div.telephone div.details,
	div#footer div.email div.details {
		margin-left: 0;
		text-align: center;
	}
	
	h1 { margin-bottom: 0.5em; }

	div.newsletter-signup,
	div.social-links,
	div#copyright-wrapper div.copyright {
		text-align: center;
	}
	
}



@media only screen and (max-width: 600px) {

	div#sidebar p.driver {
		width: auto;
		float: none;
		margin-right: 0 !important;
		text-align: center;
	}
	
	div#header {
		background-image: none;
	}
	
	.SN-Facebook-Like {
		display: none;
	}
	
	table.celebrity-fans {
		border: 0;
	}

	table.celebrity-fans td {
		padding: 0 !important;
	}

	table.celebrity-fans td:nth-child(3) {
		width: 50px;
	}

	div.success-stories-feed div.success-stories-carousel div.item div.text p.quote {
		width: 50% !important;
		vertical-align: top !important;
	}
		
	div.success-stories-feed div.success-stories-carousel div.item div.image {
		width: 65% !important;
	}
	
}

/* homepage.css (100%) */
/***********************************************/
/* homepage banners                            */
/***********************************************/

div.homepage-slideshow-drivers-container {
}

div.homepage-slideshow {
	position: relative;
	padding-bottom: 66%;
}

div.homepage-slideshow div.slide {
	position: absolute;
	top: 0;
	left: 0;
}

div.homepage-slideshow div.slide a {
	display: block;
}

div.homepage-slideshow div.slide img {
	width: 100%;
	height: auto;
}

div.homepage-slideshow div.slide img.mobile {
	display: none;
}

/*
div.homepage-slideshow div.slide img.mask {
	position: absolute;
	bottom: 0;
	left: 0;
}

div.homepage-slideshow div.slide div.text {
	position: absolute;
	left: 30px;
}

div.homepage-slideshow div.slide div.text.top {
	top: 50px;
}

div.homepage-slideshow div.slide div.text.bottom {
	bottom: 280px;
}

div.homepage-slideshow div.slide div.text h2 {
	font-family: 'AachenTL-Roman';
	font-weight: normal;
	color: white;
}

div.homepage-slideshow div.slide div.text h2 span {
   	font-size: 30px;
	line-height: 45px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: -15px;
	position: relative;
}
div.homepage-slideshow div.slide div.text h2 span:nth-child(1) { z-index: 5; }
div.homepage-slideshow div.slide div.text h2 span:nth-child(2) { z-index: 4; }
div.homepage-slideshow div.slide div.text h2 span:nth-child(3) { z-index: 3; }
div.homepage-slideshow div.slide div.text h2 span:nth-child(4) { z-index: 2; }
div.homepage-slideshow div.slide div.text h2 span:nth-child(5) { z-index: 1; }


div.homepage-slideshow div.slide div.text.purple h2 span {
	background-color: #bb79b2;
}

div.homepage-slideshow div.slide div.text.coral h2 span {
	background-color: #f97469;
}

div.homepage-slideshow div.slide div.text.olive h2 span {
	background-color: #abb331;
}

div.homepage-slideshow div.slide div.text.teal h2 span {
	background-color: #50a6af;
}


div.homepage-slideshow div.slide div.text h3 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-style: italic;
	color: #545454;
	margin-top: 0.75em;
	line-height: 1.35em;
}

div.homepage-slideshow div.slide div.text p {
	font-family: 'AachenTL-Roman';
	font-weight: normal;
	color: #545454;
	font-size: 120%;
	margin-top: 1em;
}

*/










/***********************************************/
/* homepage drivers                            */
/***********************************************/


div.homepage-drivers {
	z-index: 99;
	margin: -20% auto 0 auto;
	max-width: 1014px;
	padding: 0 10px;
	position: relative;
}

div.homepage-drivers div.driver {
	float: left;
	width: 22.5%;
	position: relative;
	margin: 1.25%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior:url(../css/PIE.php);
	border: 1px solid #c5c5c5;
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

html.js div.homepage-drivers div.driver {
	cursor: pointer;
}

div.homepage-drivers div.driver div.inner {
	padding: 12px 10px;
	height: 263px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

div.homepage-drivers div.driver.fitness-classes div.inner {
	background: transparent url(../img/homepage/beach-body-boot-camp.jpg) no-repeat right bottom;
}

div.homepage-drivers div.driver.boot-camp-chef div.inner {
	background: transparent url(../img/homepage/better-body-box.jpg) no-repeat right bottom;
	background-size: 100%;
}

div.homepage-drivers div.driver h2 {
	font-family: 'AachenTL-Roman';
	text-transform: uppercase;
	color: #252160;
	font-size: 20px;
	margin-bottom: 5px;
}

div.homepage-drivers div.driver.boot-camp-retreats h2 {
	padding-right: 55px;
}

div.homepage-drivers div.driver h3 {
	font-size: 120%;
	margin-bottom: 0.5em;
	line-height: 1.35em;
}

div.homepage-drivers div.driver.fitness-classes h2 {
	padding-right: 80px;
}

div.homepage-drivers div.driver.fitness-classes h3 {
	padding-right: 95px;
}

/*
div.homepage-drivers div.driver div.image {
}

div.homepage-drivers div.driver div.image img {
	width: 100%;
	height: auto;
}
*/

div.homepage-drivers div.driver.boot-camp-days div.image {
	margin: 0 -10px 2px -10px;
	height: 112px;
	background: white url(../img/homepage/boot-camp-days-weekends.jpg) no-repeat center top;
	background-size: cover;
}


div.homepage-drivers div.driver div.five-star-luxury-badge {
	position: absolute;
	top: -20px;
	right: -10px;
}

div.homepage-drivers div.driver div.five-star-luxury-badge img {
	width: 76px;
	height: 76px;
}


div.homepage-drivers div.driver div.price-badge {
	position: absolute;
	bottom: -20px;
	right: -10px;
}

div.homepage-drivers div.driver div.free-trial-badge {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

div.homepage-drivers div.driver p {
	font-size: 130%;
	color: #666;
	line-height: 1.35em;
}

div.homepage-drivers div.driver ul {
	font-size: 130%;
	color: #666;
	line-height: 1.75em;
	margin-top: 1em;
}

div.homepage-drivers div.driver span {
	color: #00a29a;
}

div.homepage-drivers div.driver p.cta {
	position: absolute;
	left: 15px;
	bottom: 12px;
	font-size: 16px;
}


div.homepage-drivers div.driver:hover p.cta a {
}








/***********************************************/
/* celebrity fans feed                         */
/***********************************************/

div.celebrity-fans-feed {
	background-color: #252160;
	position: relative;
	border-radius: 8px;
	text-align: center;
	color: white;
	line-height: 1;
	min-height: 216px;
}

div.celebrity-fans-feed div.celebrity-fans-carousel {
	
}

div.celebrity-fans-feed div.celebrity-fans-carousel div.image img {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}


div.celebrity-fans-feed div.celebrity-fans-carousel p {
	font-family: 'AachenTL-Roman';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 5px;
}

div.celebrity-fans-feed div.celebrity-fans-carousel a {
	display: block;
	color: white;
	text-decoration: none !important;
}

div.celebrity-fans-feed div.celebrity-fans-carousel div.name {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 5px;
}

div.celebrity-fans-feed div.celebrity-fans-carousel div.owl-buttons div {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 100px;
	background: transparent url(../img/carousel-scroll-arrows.png) no-repeat 0 0;
	cursor: pointer;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s;
	text-indent: -5000px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

div.celebrity-fans-feed div.celebrity-fans-carousel div.owl-buttons div.owl-prev {
	left: 10px;
	background-position: 0 0;
}

div.celebrity-fans-feed div.celebrity-fans-carousel div.owl-buttons div.owl-next {
	right: 10px;
	background-position: -50px 0;
}

div.celebrity-fans-feed div.celebrity-fans-carousel div.owl-buttons div:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}






/***********************************************/
/* homepage grid                               */
/***********************************************/

div.homepage-grid {
	margin: 0 -1.25%;
	max-width: 1024px;
}

div.homepage-grid div.one-half {
	width: 47.5%;
	margin: 1.25%;
	float: left;
}

div.homepage-grid div.one-quarter {
	width: 22.5%;
	margin: 1.25%;
	float: left;
}








/***********************************************/
/* homepage elements                           */
/***********************************************/

div.homepage-video-player {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 3px 1px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}










/***********************************************/
/* homepage latest news                        */
/***********************************************/

div.homepage-latest-news {

}

div.homepage-latest-news div.article {
	background-color: #eee;
	padding: 15px;
	float: right;
	height: 384px;
}

div.homepage-latest-news div.article div.image {
	margin: 15px 0;
}

div.homepage-latest-news div.article h2 {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	margin: 0;
	line-height: 1.25em;
	overflow: hidden;
	height: 2.5em;
}

div.homepage-latest-news div.article h2 a {
	color: #252160;
}

div.homepage-latest-news div.article p.teaser {
	line-height: 1.35em;
}

div.homepage-latest-news div.article p.date {
	margin-top: 0.5em;
	color: #888;
}








/***********************************************/
/* homepage twitter feed                       */
/***********************************************/


div.homepage-twitter-feed {
	clear: left;
	float: left;
	background-color: #cdf1fa;
	padding: 10px;
}

div.homepage-twitter-feed a {
	color: #7a9eb3;
}

div.homepage-twitter-feed div.follow {
	float: left;
	margin-bottom: 10px;
}

div.homepage-twitter-feed div.sms {
	color: #333;
	float: right;
	text-align: right;
	line-height: 1.25em;
	padding-top: 0.25em;
	font-size: 90%;
}

div.homepage-twitter-feed div#twitter-feed {
	clear: both;
	line-height: 1.3em;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	min-height: 73px;
}

div.homepage-twitter-feed div#twitter-feed span.twitterTime {
	color: #999;
}

div.homepage-about {
	clear: both;
	padding-top: 30px;
}

div.homepage-about h1 {
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	font-size: 140%;
	line-height: 1.35em;
}




















/***********************************************/
/* newsletter sign-up overlay                  */
/***********************************************/

div#newsletter-signup-overlay {
	width: 659px;
	background: white url(../img/homepage/newsletter-signup-overlay.jpg) no-repeat 0 0;
}

div#wrapper div#newsletter-signup-overlay {
	display: none;
}

div#newsletter-signup-overlay div.form {
	padding: 320px 40px 20px 135px;
	color: #006;
}

div#newsletter-signup-overlay div.form label {
	width: 80px;
	margin-right: 0;
}

div#newsletter-signup-overlay div.form div.text input {
	width: 300px;
}

div#newsletter-signup-overlay div.form div.submit {
	float: right;
}

div#newsletter-signup-overlay div.form div.submit input {
	width: auto;
	margin: 4px;
}

div#newsletter-signup-overlay div.form p {
	margin: 1em 0 0 85px;
}


















@media only screen and (max-width: 1000px) {
	
	div.homepage-drivers div.driver {
		width: 47.5%;
	}
	
	div.homepage-drivers div.driver h2 {
		margin-bottom: 1em;
	}
	
	div.homepage-latest-news div.article {
		height: auto;
	}
	
	div.homepage-drivers div.driver.boot-camp-days div.image {
		height: 60%;
	}
	
}

@media only screen and (max-width: 767px) {

	div.homepage-drivers div.driver h2 {
		margin-bottom: 5px;
	}
	
	div.homepage-grid div.one-half {
		clear: both;
		width: auto;
		margin-bottom: 20px;
		float: none;
	}
	
	div.homepage-grid div.one-quarter {
		width: 47.5%;
	}
	
	div.homepage-drivers div.driver.boot-camp-days div.image {
		height: 50%;
	}

}


@media only screen and (max-width: 640px) {

	div.homepage-slideshow {
		padding-bottom: 81.25%;
	}

	div.homepage-slideshow div.slide img.desktop {
		display: none;
	}

	div.homepage-slideshow div.slide img.mobile {
		display: block;
	}
	
	div.homepage-drivers {
		margin-top: -10%;
	}

}

@media only screen and (max-width: 540px) {

	div.homepage-drivers div.driver {
		width: 97.5%;
		margin-top: 3%;
		margin-bottom: 3%;
	}

	div.homepage-grid div.one-quarter {
		clear: both;
		width: auto;
		margin-bottom: 20px;
		float: none;
	}
	
	div.homepage-twitter-feed {
		display: none;
	}
	
	div.homepage-latest-news div.article + div.article {
		display: none;
	}
	
	div.homepage-drivers div.driver.boot-camp-days div.image {
		height: 65%;
	}
	
	div.homepage-drivers div.driver.boot-camp-days p {
		font-size: 110%;
	} 
	
}




@media only screen and (max-width: 340px) {

	div.homepage-drivers div.driver h2 {
		font-size: 19px;
	}
	
}

/* dates-and-prices.css (100%) */
/***********************************************/
/* new dates & prices table for online booking */
/***********************************************/

div.booking-faqs {
	float: right;
	padding-top: 7px;
}

div.dates-prices-tabs {
	overflow: hidden;
	margin-bottom: 20px;
}

div.dates-prices-tabs a {
	font-family: 'AachenTL-Roman';
	font-size: 140%;
	font-weight: normal;
	float: left;
	display: block;
	margin-right: 5px;
	color: white;
	padding: 7px 7px 4px 7px;
	background-color: #bbb;
}

div.dates-prices-tabs a.tab-active {
	background-color: #66cccc;
}

div#dates-prices-container div.dates-prices-accordion {
	clear: both;
}

div#dates-prices-container div.dates-prices-accordion div.row {
	clear: both;
	overflow: auto;
	border-bottom: 1px dotted #ccc;
	background-color: white;
	color: #333;
}

div#dates-prices-container div.dates-prices-accordion div.row span.label {
	display: none;
}

div#dates-prices-container div.dates-prices-accordion div.body div.row.available {
	cursor: pointer;
	outline: none !important;
}

div#dates-prices-container div.dates-prices-accordion div.striped {
	background-color: #f4f4e9;
}

div#dates-prices-container div.dates-prices-accordion div.row:hover {
	background-color: #ffd;
}

div#dates-prices-container div.dates-prices-accordion div.header div.row {
	background-color: white !important;
}

div#dates-prices-container div.dates-prices-accordion div.header div.row a {
	color: #251f5f;
}

div#dates-prices-container div.dates-prices-accordion div.row.ui-state-active div.col {
	font-weight: bold;
}
div#dates-prices-container div.dates-prices-accordion div.row.ui-state-active div.view img {
	display: none;
}


div#dates-prices-container div.dates-prices-accordion div.col {
	float: left;
	padding: 5px 0;
}

div#dates-prices-container div.dates-prices-accordion div.col.country {
	width: 7%;
	height: 31px;
}

div#dates-prices-container div.dates-prices-accordion div.body div.col.country {
	background: transparent url(../img/icons/uk.png) no-repeat 5px 5px;
}

div#dates-prices-container div.dates-prices-accordion div.body div.col.country.spain {
	background-image: url(../img/icons/spain.png);
}

div#dates-prices-container div.dates-prices-accordion div.body div.col.country.portugal {
	background-image: url(../img/icons/portugal.png);
}

div#dates-prices-container div.dates-prices-accordion div.col.date {
	width: 18%;
	line-height: 26px;
}
div#dates-prices-container div.dates-prices-accordion div.col.type {
	width: 12%;
	line-height: 26px;
}
div#dates-prices-container div.dates-prices-accordion div.col.price {
	width: 18%;
	line-height: 26px;
}

div#dates-prices-container div.dates-prices-accordion div.col.price.sale {
	background: transparent url(../img/icons/icon_sale.png) no-repeat 65px center;
}

div#dates-prices-container div.dates-prices-accordion div.col.location {
	width: 20%;
	line-height: 26px;
}
div#dates-prices-container div.dates-prices-accordion div.col.availability {
	width: 17%;
	line-height: 26px;
}
div#dates-prices-container div.dates-prices-accordion div.col.view {
	background-image: none;
	text-align: right;
	float: right;
	padding-right: 5px;
}

div#dates-prices-container div.dates-prices-accordion div.header div.col {
	font-weight: bold;
	color: #251f5f;
}

div#dates-prices-container div.dates-prices-accordion div.header div.col a {
	background-image: url(../img/icons/table_sort.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left -24px;
	display: block;
	padding-left: 12px;
}
div#dates-prices-container div.dates-prices-accordion div.header div.col a.current.ASC {
	background-position: left 6px;
}
div#dates-prices-container div.dates-prices-accordion div.header div.col a.current.DESC {
	background-position: left -54px;
}
div#dates-prices-container div.dates-prices-accordion div.header div.col a:hover {
	background-position: left -84px !important;
	text-decoration: none;
}

div#dates-prices-container div.dates-prices-accordion div.header div.col span {
	background-image: url(https://www.prestigebootcamp.com/img/dates-prices-table-headings.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	display: block;
}
div#dates-prices-container div.dates-prices-accordion div.header div.col.date span {
	background-position: 0 0;
}
div#dates-prices-container div.dates-prices-accordion div.header div.col.type span {
	background-position: 0 -30px;
}
div#dates-prices-container div.dates-prices-accordion div.header div.col.location span {
	background-position: 0 -60px;
}
div#dates-prices-container div.dates-prices-accordion div.header div.col.availability span {
	background-position: 0 -90px;
}
div#dates-prices-container div.dates-prices-accordion div.header div.col.price span {
	background-position: 0 -120px;
}

/*div#dates-prices-container div.dates-prices-accordion div.col.date a {
	width: 5.4%;
}
div#dates-prices-container div.dates-prices-accordion div.col.type a {
	width: 5.4%;
}
div#dates-prices-container div.dates-prices-accordion div.col.location a {
	width: 9.4%;
}
div#dates-prices-container div.dates-prices-accordion div.col.availability a {
	width: 12.7%;
}
div#dates-prices-container div.dates-prices-accordion div.col.price a {
	width: 11.5%;
}*/

div#dates-prices-container div.dates-prices-accordion div.lightbox {
	clear: both;
	position: relative;
	width: 200px;
	height: 200px;
	float: left;
}

div#dates-prices-container div.dates-prices-accordion div.lightbox img.icon {
	position: absolute;
	left: 145px;
	top: 85px;
	z-index: 10;
}

div#dates-prices-container div.dates-prices-accordion div.lightbox img {
	float: left;
	margin-bottom: 4px;
}

div#dates-prices-container div.dates-prices-accordion div.lightbox img.image3 {
	margin-left: 4px;
}

div#dates-prices-container div.dates-prices-accordion div.lightbox img.image4, 
div#dates-prices-container div.dates-prices-accordion div.lightbox img.image5,
div#dates-prices-container div.dates-prices-accordion div.lightbox img.image6,
div#dates-prices-container div.dates-prices-accordion div.lightbox img.image7,
div#dates-prices-container div.dates-prices-accordion div.lightbox img.image8,
div#dates-prices-container div.dates-prices-accordion div.lightbox img.image9,
div#dates-prices-container div.dates-prices-accordion div.lightbox img.image10,
div#dates-prices-container div.dates-prices-accordion div.lightbox img.image11,
div#dates-prices-container div.dates-prices-accordion div.lightbox img.image12 {
	display: none;
}

table.dates-prices-availability {
	float: left;
	margin-bottom: 20px;
}

table.dates-prices-availability th {
	font-weight: bold;
	color: #251f5f;
	text-align: left;
	padding-bottom: 1em;
}

table.dates-prices-availability td {
	border-bottom: 1px dotted #b6cce1;
	padding: 4px 0;
	vertical-align: top;
}

table.dates-prices-availability td.photo {
	width: 30%;
	padding-right: 2%;
}

table.dates-prices-availability.booking td.photo {
	width: 20%;
}

table.dates-prices-availability td.photo img {
	margin-right: 20px;
}

table.dates-prices-availability td.room-type {
	line-height: 1.35em;
}

table.dates-prices-availability td.room-type p {
	padding-right: 5%;
}

table.dates-prices-availability td.places {
	white-space: nowrap;
}

table.dates-prices-availability td.price {
	font-size: 180%;
	font-family: 'Volkhov', serif;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 1;
}

table.dates-prices-availability.booking td.price {
	font-size: 140%;
	vertical-align: top;
}

table.dates-prices-availability td.price div {
	float: left;
	clear: both;
	margin-bottom: 1em;
}

table.dates-prices-availability.booking td.price div {
	margin-bottom: 0.5em;
}


table.dates-prices-availability td.price div.was-price {
	margin-right: 20px;
	background: transparent url(../img/strikethrough.png) no-repeat center 0.75em;
	color: #888;
}

table.dates-prices-availability div.current-price {
	color: #50a5ac;
}

table.dates-prices-availability td.price div span {
	font-size: 50%;
	display: block;
	color: #888;
}

table.dates-prices-availability td.price div.current-price span {
	color: black;
}

table.dates-prices-availability td.availability {
	text-align: center;
	vertical-align: middle;
	width: 110px;
}

table.dates-prices-availability td.photo img {
	width: 100%;
	height: auto;
	padding-right: 5%;
}

table.dates-prices-availability td.availability img {
	width: auto;
}

div#dates-prices-container div.dates-prices-accordion div.expander {
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ececfb));
	background: -webkit-linear-gradient(#fff, #ececfb);
	background: -moz-linear-gradient(#fff, #ececfb);
	background: -ms-linear-gradient(#fff, #ececfb);
	background: -o-linear-gradient(#fff, #ececfb);
	background: linear-gradient(#fff, #ececfb);
	-pie-background: linear-gradient(#fff, #ececfb);
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.25);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
   box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.25);
	behavior:url(../css/PIE.php);
}

div#dates-prices-container div.dates-prices-accordion div.expander div.padding {
	padding: 15px;
	position: relative;
}

div#dates-prices-container div.dates-prices-accordion div.expander div.price-info {
	float: right;
	width: 400px;
	font-size: 80%;
	margin-right: 13px;
	padding-bottom: 10px;
}

div#dates-prices-container div.dates-prices-accordion div.expander div.price-info em {
	font-weight: bold;
}


div#dates-prices-container div.dates-prices-accordion div.expander p.book-now {
	text-align: right;
}

div#dates-prices-container div.dates-prices-accordion div.expander div.book-now img {
	margin-bottom: 5px;
}

div#dates-prices-container div.dates-prices-accordion div.row.full div.col.availability {
	width: 112px;
	/*text-indent: -5000px;*/
	background: transparent url(https://www.prestigebootcamp.com/img/fully-booked.png) no-repeat 5px 5px;
	height: 23px;
}











/***********************************************/
/* dates & prices on boot camp pages           */
/***********************************************/

body.template-bootcamps div#dates-prices-container div.dates-prices-accordion div.col.country,
body.template-bootcamps div#dates-prices-container div.dates-prices-accordion div.col.location {
	display: none;
}

body.template-bootcamps div#dates-prices-container div.dates-prices-accordion div.col.date {
	width: 25%;
}

body.template-bootcamps div#dates-prices-container div.dates-prices-accordion div.col.type {
	width: 15%;
}

body.template-bootcamps div#dates-prices-container div.dates-prices-accordion div.col.price {
	width: 23%;
}

body.template-bootcamps div#dates-prices-container div.dates-prices-accordion div.col.availability {
	width: 22%;
}

body.template-bootcamps table.dates-prices-availability td.photo,
body.template-bootcamps table.dates-prices-availability th.photo {
	display: none;
}

body.template-bootcamps table.dates-prices-availability td.room-type {
	width: 60%
}

body.template-bootcamps div#dates-prices-container div.dates-prices-accordion div.expander p.book-now {
	text-align: right;
}







/***********************************************/
/* fitness classes                             */
/***********************************************/

h1.fitness-classes {
	height: 55px;
	line-height: 55px;
	padding-left: 124px;
	background: white url(../img/fitness-classes/prestige-uk-flag.png) no-repeat 0 0;
}

div.content-area div.fitness-classes-steps {
	margin: 0 -30px 40px -30px;
}

table.fitness-classes {
	color: #333;
	line-height: 1.35em;
	font-size: 120%;
	margin-bottom: 60px;
}

table.fitness-classes th,
table.fitness-classes td {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
}

table.fitness-classes th {
	text-transform: uppercase;
	color: #251f5f;
	font-weight: bold;
	text-align: left;
}

table.fitness-classes tr.striped td {
	background-color: #f4f4e9;
}

table.fitness-classes td p {
	margin-top: 0.5em;
}

table.fitness-classes td p:first-child {
	margin-top: 0;
}

div.fitness-classes-payment-options-panel {
	float: left;
	width: 630px;
	padding: 20px;
	background-color: #eee;
	line-height: 1.35em;
}

div.fitness-classes-payment-options-panel h2 {
	display: inline-block;
	font-family: 'AachenTL-Roman';
	font-weight: normal;
	background-color: #f97469;
	color: white;
	text-transform: uppercase;
	font-size: 140%;
	padding: 5px 8px;
	margin-bottom: 1em;
}

div.fitness-classes-payment-options-panel h3 {
	font-family: 'Volkhov', serif;
	color: #251f5f;
	text-transform: uppercase;
	font-size: 140%;
	margin-bottom: 0.75em;
}


div.fitness-classes-payment-options-panel h3 span {
	color: #50a5ac;
	font-size: 80%;
	text-transform: none;
}

div.fitness-classes-payment-options-panel p + h3 {
	margin-top: 1em;
}







@media only screen and (max-width: 900px) {

	div#dates-prices-container div.dates-prices-accordion div.col.country {
		display: none;
	}
	
}


@media only screen and (max-width: 800px) {

	div#dates-prices-container div.dates-prices-accordion div.col.type {
		display: none;
	}
	
	div#dates-prices-container div.dates-prices-accordion div.col.date {
		width: 22%;
	}

	div#dates-prices-container div.dates-prices-accordion div.col.price {
		width: 21%;
	}

	div#dates-prices-container div.dates-prices-accordion div.col.location {
		width: 25%;
	}

	div#dates-prices-container div.dates-prices-accordion div.col.availability {
		width: 21%;
	}
	
}



@media only screen and (max-width: 650px) {

	div#dates-prices-container div.dates-prices-accordion div.header {
		display: none;
	}
	
	div#dates-prices-container div.dates-prices-accordion div.row {
		padding: 5px 0;
	}
	
	div#dates-prices-container div.dates-prices-accordion div.row span.label {
		display: inline-block;
		width: 6em;
		font-weight: bold;
	}
	
	div#dates-prices-container div.dates-prices-accordion div.col {
		width: 50% !important;
		padding: 0;
	}

	div#dates-prices-container div.dates-prices-accordion div.col.type {
		display: block;
	}
	
	div#dates-prices-container div.dates-prices-accordion div.col.price.sale {
		background-position: 150px center;
	}
	
	

	
}


@media only screen and (max-width: 600px) {

	table.dates-prices-availability .photo {
		display: none;
	}

}


@media only screen and (max-width: 500px) {
	
	div#dates-prices-container div.dates-prices-accordion div.col {
		width: auto !important;
		float: none;
	}
	
}

/* contact.css (100%) */
div.contact-form {
	margin-top: 40px;
}

div.contact-form fieldset {
	padding: 10px 0 30px 20px !important;
}

div.contact-form h2 {
	font-family: 'Volkhov', serif;
	color: #251f5f;
	font-size: 140%;
	line-height: 1.35em;
}

div.contact-form div.checkbox {
	margin-bottom: 0.5em;
}

div#sidebar h2 {
	font-family: 'AachenTL-Roman';
	font-weight: normal;
	background-color: #6cc;
	color: white;
	text-transform: uppercase;
	font-size: 140%;
	padding: 8px 8px 5px 8px;
	margin: 2em 0 1em;
	clear: both;
}

div#sidebar h2:first-child {
	margin-top: 0;
}

div#sidebar p a.telephone {
	font-size: 140%;
	color: #ba79b2;
}




@media only screen and (max-width: 900px) {
	
	div.contact-page-drivers {
		display: none;
	}

}

/* gallery.css (100%) */
/***********************************************/
/* gallery                                     */
/***********************************************/


div#galleria-main-gallery {
	width: auto;
	height: 610px;
	background: white;
	margin: 30px 0;
}

div#gallery-index {
}

div#gallery-index a.gallery {
	display: block;
	margin-bottom: 30px;
	position: relative;
}

div#gallery-index a.gallery div.image {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s;
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

div#gallery-index a.gallery div.image img {
	width: 100%;
	height: auto;
}

div#gallery-index a.gallery:hover div.image {
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


div#gallery-index a.gallery div.caption {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'AachenTL-Roman';
	font-weight: normal;
	color: white;
	font-size: 40px;
	padding: 15px;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	background-color: rgba(102, 204, 204, 0.8);
}

div#gallery-index a.gallery:hover div.caption {
	background-color: rgba(102, 204, 204, 0.6);
}

div#gallery-mobile-images {
	display: none;
}


@media only screen and (max-width: 900px) {
	
	div#gallery-mobile-images {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}

	div#gallery-mobile-images img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

}

/* testimonials.css (100%) */
ul.testimonials {
	
}

ul.testimonials li.testimonial {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

ul.testimonials li.testimonial div.rating {
	margin-bottom: 0.6em;
}

ul.testimonials li.testimonial div.rating img {
	width: 100px;
	height: auto;
}

ul.testimonials li.testimonial h2 {
	margin-bottom: 0.5em;
}

ul.testimonials li.testimonial p {
	margin: 0.5em 0;
}

ul.testimonials li.testimonial div.meta {
	color: #50a5ae;
	font-size: 110%;
	font-style: italic;
}


div.simplePagerContainer ul.simplePagerNav {
	overflow: hidden;
	margin: 1em 0;
	padding-bottom: 5px;
}

div.simplePagerContainer ul.simplePagerNav li {
	float: left;
}

div.simplePagerContainer ul.simplePagerNav li + li {
	margin-left: 5px;
}

div.simplePagerContainer ul.simplePagerNav li a {
	display: inline-block;
	padding: 3px 7px;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	color: #333;
/*	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	behavior:url(../css/PIE.php);
	border: 1px solid #ccc;
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#eee));
	background: -webkit-linear-gradient(#fff, #eee);
	background: -moz-linear-gradient(#fff, #eee);
	background: -ms-linear-gradient(#fff, #eee);
	background: -o-linear-gradient(#fff, #eee);
	background: linear-gradient(#fff, #eee);
	-pie-background: linear-gradient(#fff, #eee);
}

div.simplePagerContainer ul.simplePagerNav li.currentPage a {
	color: white;
	border: 1px solid #00b1d2;
	background: #00b1d2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00b1d2), to(#0293c5));
	background: -webkit-linear-gradient(#00b1d2, #0293c5);
	background: -moz-linear-gradient(#00b1d2, #0293c5);
	background: -ms-linear-gradient(#00b1d2, #0293c5);
	background: -o-linear-gradient(#00b1d2, #0293c5);
	background: linear-gradient(#00b1d2, #0293c5);
	-pie-background: linear-gradient(#00b1d2, #0293c5);
}

/* fitness-classes.css (100%) */
div.fitness-classes-page-intro {
	width: 100%;
	height: 438px;
	position: relative;
	margin-bottom: 30px;
}

div.fitness-classes-page-intro h1 {
	position: absolute;
	top: 10px;
	left: 0;
}

div.fitness-classes-page-intro h2 {
	position: absolute;
	left: 0;
	bottom: 200px;
	font-family: 'Playfair Display', serif;
	color: #777;
	font-size: 30px;
	line-height: 43px;
	font-style: italic;
}

div.fitness-classes-page-intro h2 span {
	font-size: 42px;
}

div.fitness-classes-page-intro div.badge {
	position: absolute;
	right: 210px;
	bottom: 200px;
	z-index: 2;
}

div.fitness-classes-page-intro div.box {
	position: absolute;
	bottom: 0;
}

div.fitness-classes-page-intro div.box.box1 {
	left: -8px;
}

div.fitness-classes-page-intro div.box.box2 {
	left: 241px;
}

div.fitness-classes-page-intro div.box.box3 {
	right: 241px;
}

div.fitness-classes-page-intro div.box.box4 {
	right: -8px;
}

/* press.css (100%) */
div.press-articles {
	margin: 0 -2%;
}

div.press-articles div.article {
	float: left;
	width: 21%;
	margin: 2%;
	-webkit-box-shadow: 0px 0px 5px 1px #999;
	-moz-box-shadow:    0px 0px 5px 1px #999;
	box-shadow:         0px 0px 5px 1px #999;
	behavior:url(../css/PIE.php);
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s;
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

div.press-articles div.article img {
	width: 100%;
	height: auto;
}

div.press-articles div.article:hover {
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}



div.mobile-press-intro {
	display: none;
}





@media only screen and (max-width: 700px) {

	div.press-articles div.article {
		width: 29%;
	}
	
}




@media only screen and (max-width: 450px) {

	div.press-articles div.article {
		width: 46%;
	}
	
	div.mobile-press-intro {
		display: block;
	}
	
}

/* meet-the-team.css (100%) */
table.meet-the-team {
}

table.meet-the-team td {
	vertical-align: top;
	padding-bottom: 40px;
}

table.meet-the-team td p:first-child {
	margin-top: 0;
}

table.meet-the-team ul {
	color: #251f5f;
}

table.meet-the-team h2 {
	font-family: 'Playfair Display', serif;
	margin-bottom: 0.75em;
}

table.meet-the-team h2 em {
	font-style: italic;
}





@media only screen and (max-width: 1000px) {
	
	table.meet-the-team tr td:nth-child(1),
	table.meet-the-team tr td:nth-child(2) {
		display: none;
	}
	
}

/* bootcamps.css (100%) */
div#galleria-bootcamps {
	width: 100%;
	height: 0;
	padding-bottom: 66%;
	background: white;
	margin-bottom: 30px;
}

div.boot-camp-intro {
	color: #251f5f;
}

div.boot-camp-intro h3 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 1em;
}

div.boot-camp-intro ul {
	margin: 1.5em 0;
	font-size: 125%;
	line-height: 1.5em;
	text-align: center;
}

div.boot-camp-intro ul li::before {
	content: '\2022';
	display: inline-block;
	margin-right: 0.5em;
}


div.boot-camp-intro p.price {
	color: #50a5ad;
	font-size: 18px;
	font-family: 'Volkhov', serif;
	margin: 1em 0 2em 0;
}

div.boot-camp-intro p.price span.from {
	color: #251f5f;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
}

div.boot-camp-intro p.price span.price {
	font-size: 55px;
}

div.boot-camp-intro p.price.london {
	font-size: 12px;
}

div.boot-camp-intro p.price.london span.from {
	font-size: 11px;
	margin-bottom: 10px;
}

div.boot-camp-intro p.price.london span.price {
	font-size: 30px;
}

div.boot-camp-summary {
	text-align: center;
}

div.boot-camp-summary div.buttons {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 40px;
}

div.boot-camp-summary div.buttons a {
	display: inline-block;
}

div.boot-camp-summary div.buttons div.left {
	width: 48%;
	float: left;
}

div.boot-camp-summary div.buttons div.right {
	width: 48%;
	float: right;
}

div.boot-camp-summary div.buttons div.left a,
div.boot-camp-summary div.buttons div.right a {
	display: block;
}


div#sidebar div.testimonials-feed {
	padding: 20px;
	background-color: white;
	margin-bottom: 40px;
	clear: both;
}

div#sidebar div.testimonials-feed div.testimonial {
	margin-bottom: 20px;
}

div#sidebar div.testimonials-feed div.testimonial div.rating {
	float: left;
	width: 90px;
}

div#sidebar div.testimonials-feed div.testimonial div.rating img {
	width: 100%;
	height: auto;
}

div#sidebar div.testimonials-feed div.testimonial div.date {
	float: right;
	color: #999;
}

div#sidebar div.testimonials-feed div.testimonial h3 {
	clear: both;
	padding-top: 0.75em;
	font-family: 'Volkhov', serif;
	font-size: 120%;
	margin-bottom: 0.5em;
	line-height: 1.35em;
}

div#sidebar div.testimonials-feed div.testimonial h3 a {
	color: #251f5f;
}

div#sidebar div.testimonials-feed div.testimonial p {
	margin: 0;
}

div#sidebar h2.testimonials,
div#sidebar h2.case-studies {
	background-color: #66cccc;
}

div#sidebar div.sidebar-links-box {
	background-color: white;
	border: 1px solid #ccc;
	padding: 10px;
	color: #66cccc;
	margin: 40px 0;
}

div#sidebar div.sidebar-links-box h2 {
	background-color: #6cc3d8;
}

div#sidebar div.sidebar-links-box a {
	
}

div#sidebar div.sidebar-links-box ul {
	margin: 0.5em 0;
	line-height: 1.5em;
	padding-left: 1em;
	font-size: 120%;
}

div#sidebar div.sidebar-links-box ul li:before {
	content: "\025fc";
	margin-right: 0.5em;
}



table.villas {
	
}

table.villas td {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

table.villas tr td:first-child {
	padding-right: 20px;
}

table td h3 {
	margin-top: 0 !important;
}





div.tab-content p.price {
	color: #50a5ad;
	font-size: 18px;
	font-family: 'Volkhov', serif;
	margin: 2em 0 !important;
}

div.tab-content p.price span.from {
	color: #251f5f;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
}

div.tab-content p.price span.price {
	font-size: 60px;
}






div.bootcamp-overview-mobile-banners {
	display: none;
}


@media only screen and (max-width: 900px) {
	
	div.content-area div.boot-camp-summary {
		display: block;
	}
	
	div.content-area div.boot-camp-summary p.price {
		text-align: center;
	}
	
	div#sidebar div.boot-camp-summary {
		display: none;
	}

}




@media only screen and (max-width: 600px) {

	div#galleria-bootcamps {
		padding-bottom: 54%;
		margin-bottom: 0;
	}

	div.galleria-thumbnails-container {
		display: none;
	}
	
	.galleria-stage {
		bottom: 0 !important;
	}
	
	div.bootcamp-overview-desktop-banners {
		display: none;
	}

	div.bootcamp-overview-mobile-banners {
		display: block;
	}

}

/* success-stories.css (100%) */
p.pagenav {
	color: #007fff;
}

p.pagenav a.current {
	font-weight: bold;
}


/* index page */

div.success-stories-index {
}

div.success-stories-index .success-story {
	margin: 4%;
	width: 42%;
	float: left;
	display: block;
	position: relative;
}

div.success-stories-index .success-story.left {
	clear: both;
}

div.success-stories-index .success-story:hover {
	text-decoration: none;
}

div.success-stories-index .success-story div.image {
	width: 100%;
	padding-bottom: 105%;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 3px 1px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

div.success-stories-index .success-story div.image img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 95%;
	height: auto;
}

div.success-stories-index .success-story h2 {
	font-family: 'AachenTL-Roman';
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 160%;
	color: #251f5f;
	position: absolute;
	top: 15px;
	left: 15px;
}

div.success-stories-index .success-story div.quote {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 150%;
	color: #50a6af;
	margin: 10px 0;
	line-height: 1.2em;
	text-align: center;
}

div.success-stories-index .success-story div.cta {
	text-align: center;
}






/* details page */

div.success-story-profile {
	
}

div.success-story-profile div.success-story-main-image {
	float: left;
	width: 260px;
}

div.success-story-profile div.success-story-main-image img {
	width: 100%;
	height: auto;
}

div.success-story-profile div.success-story-details {
	width: 675px;
	float: right;
}

div.success-story-profile div.success-story-details div.loss-icon {
	float: right;
	margin-left: 20px;
}

div.success-story-profile div.success-story-details div.quote {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 180%;
	color: #50a6af;
	margin-bottom: 1em;
	line-height: 1.3em;
}







/* carousel */

div.success-stories-carousel-type-2 {
	position: relative;
	padding: 0 40px;
	overflow: hidden;
	margin-top: 40px;
}

div.success-stories-carousel-type-2 div.item {
	position: relative;
}

div.success-stories-carousel-type-2 div.item a {
	display: block;
	background-color: white;
}

div.success-stories-carousel-type-2 div.item div.image {
	width: 186px;
	height: 200px;
	position: relative;
}

div.success-stories-carousel-type-2 div.item div.image img {
	position: absolute;
	bottom: 0;
	right: -20px;
	width: 186px;
	height: auto;
}

div.success-stories-carousel-type-2 div.item div.name {
	position: absolute;
	font-family: 'AachenTL-Roman';
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 120%;
	color: #251f5f;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-ms-transition: color .4s;
	transition: color .4s;
}

div.success-stories-carousel-type-2 div.item a:hover div.name {
	color: #50a6af;
}

div.success-stories-carousel-type-2 div.owl-buttons div {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	background: transparent url(../img/carousel-scroll-arrows.png) no-repeat 0 0;
	cursor: pointer;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	text-indent: -5000px;
}

div.success-stories-carousel-type-2 div.owl-buttons div.owl-prev {
	left: -30px;
	background-position: 0 -100px;
}

div.success-stories-carousel-type-2 div.owl-buttons div.owl-next {
	right: -30px;
	background-position: -50px -100px;
}

div.success-stories-carousel-type-2 div.owl-buttons div:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}






@media only screen and (max-width: 600px) {
	
	div.success-stories-index .success-story div.image {
		padding-bottom: 115%;
	}
	
}

@media only screen and (max-width: 450px) {
	
	div.success-stories-index .success-story {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	
	div.success-stories-index .success-story div.image {
		padding-bottom: 105%;
	}
	
}

/* health-benefits.css (100%) */
ul.health-benefits {
	padding-left: 0;
	list-style-type: none;
}

ul.health-benefits li {
	padding-left: 50px;
	list-style-type: none;
	background: transparent url(../img/icons/blue-tick.png) no-repeat 0 5px;
	margin-bottom: 1em;
}

ul.health-benefits li h3 {
	margin: 0;
	color: #251f5f;
}

ul.health-benefits li p {
	margin: 0;
}

/* form.css (100%) */
div.form {
	clear: both;
	overflow: hidden;
}

div.form div.left-col {
	float: left;
	width: 48%;
}
div.form div.right-col {
	float: right;
	width: 48%;
}

div.form fieldset {
	/*padding: 30px 5px 10px 5px;*/
	padding: 0;
	margin: 0 0 2em 0;
	position: relative;
}

div#main-col div.form fieldset {
	padding: 45px 5px 10px 5px;
	border: 0;
	margin-bottom: 15px;
	background-color: white;
}

div.form fieldset legend {
	white-space:normal;
}

div.form fieldset legend span {
	white-space: nowrap;
	position:absolute;
	top: -45px;
	left: -5px;
	display: block;
	width: 912px;
	padding: 5px 9px;
	background-color: #5C977E;
	color: white;
	text-transform: uppercase;
}

div.form fieldset h2.legend {
	font-family: 'AachenTL-Roman', Arial, Verdana, sans-serif;
	font-weight: normal;
	background-color: #6cc;
	color: white;
	text-transform: uppercase;
	font-size: 140%;
	padding: 8px 8px 5px 8px;
	margin-bottom: 1em;
	clear: both;
}

/* safari & chrome hack to put legends in correct place */
@media screen and (-webkit-min-device-pixel-ratio:0) {
     /* put webkit CSS here*/
	div.form fieldset legend span {
		top: 0 !important;
		left: 0 !important;
	}
}

div.form fieldset p {
	margin: 1em 0 !important;
}


div.form div.input {
	padding: 4px;
	vertical-align: middle;
	clear: both;
	position: relative;
	overflow: hidden;
	height: 1%;
}

div#main-col div.form div.input {
/*	border-bottom: 1px solid #eee;*/
}

div.web2form div.input {
	border: 0;
}


div.form div.text label,
div.form div.password label,
div.form div.textarea label,
div.form div.file label,
div.form div.select label,
div.form div.radiogroup label,
div.form div.date label,
div.form div.time label,
div.form div.radio fieldset legend {
	width: 36%;
	margin-right: 1%;
	display: block;
	float: left;
	padding: 4px 0;
	font-weight: bold;
}

div.form div.input div.input label {
	font-weight: normal;
}

div.form div.input label em {
	display: block;
	margin-top: 0.5em;
}



div.disabled input {
	background-image: none !important;
	background-color: #f6fafd !important;
	border: 1px solid #f6fafd;
}


div.form div.text input,
div.form div.password input,
div.form div.input textarea,
div.form div.input select {
	width: 59%;
	font-family: arial, helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #bac5ce;
	background-color: white;
	font-size: 100%;
}

div.form div.date select,
div.form div.time select {
	width: auto !important;
}


div.form div.country,
div.form div.area,
div.form div.number {
	width: 33% !important;
	float: left;
}

div.form div.phone div.country,
div.form div.phone div.area,
div.form div.phone div.number {
	width: 20% !important;
	float: left;
}


div.country select,
div.country input,
div.area input,
div.number input {
	width: 85% !important;
}


div.form div.input select {
	padding: 4px;
}

div.form div.wide label,
div.form div.wide input,
div.form div.wide textarea,
div.form div.wide select,
div.form textarea.wide {
	width: 97% !important;
}



div.form div.required {
	background-image: url(../img/icons/icon_required.png);
	background-repeat: no-repeat;
	background-position: right 12px;
}

div.form div.radio fieldset {
	padding: 4px 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
}

div.form div.radio fieldset legend {
	padding-top: 0 !important;
}

div.form div.radio fieldset legend div {
}

div.choose-payment-amount div.radio {
	overflow: hidden;
}

div.choose-payment-amount div.radio fieldset {
	float: left;
}

div.choose-payment-amount div.radio fieldset legend {
	width: 24em;
}

div.choose-payment-amount div.radio fieldset legend div {
	font-family: 'Volkhov', serif;
	font-weight: normal;
	color: #251f5f;
	font-size: 120%;
	white-space: nowrap;
}


span.required {
	color: red;
}

div.form div.focus {
	background-color: #ffe !important;
}

div.form div.focus label {
	/*font-weight: bold;*/
}

div.form table div.focus {
	background-color: transparent !important;
	
}


div.form div.checkboxes div.focus {

}

div.form div.radio div.focus {
	background-color: transparent !important;
}


div.form div.error {
}

div.form div.error label {
	color: red;
}

div.form div.error input {
	border: 1px solid red;
}

div.error-message {
	color: red;
}

div.form div.input div.error-message {
	clear: both;
	margin-left: 37%;
	padding-top: 2px;
}

div.form div.checkbox div.error-message {
	margin-left: 0;
}

form label.error {
	clear: both;
	font-weight: normal;
	color: red;
	font-style: italic;
	padding-top: 5px;
	display: none;
	width: auto;
}


div.form div.input div.info {
	padding: 2px 0 2px 22px;
	margin-top: 5px;
	margin-left: 37%;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 1px;
	clear: both;
	font-style: italic;
}

div.form div.wide div.info {
	margin-left: 0;
}

p.info {
	padding-left: 22px;
	margin-top: 5px;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 1px;
	clear: both;
}

div.form table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

div.form table caption {
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: #00BBE4;
	padding: 4px 6px;
}

div.form table td,
div.form table th {
	padding: 4px 6px;
	text-align: left;
	border-bottom: 1px solid white;
	border-collapse: collapse;
}

div.form table th {
	background-color: transparent;
	color: black;
	border: 0;
	border-bottom: 1px solid #32638B;
	
}

div.form table td {
	border: 0;
	border-bottom: 1px solid #DEEBF6;
}

div.form table div.info {
	display: inline;
	margin-left: 10px;
	line-height: 20px;
}

div.form table div.input {
	border: 0;
	padding: 0;
}


div.form table input.datepicker_single {
	width: 80px;
}

div.form table div.rate input {
	width: 70px;
}

div.form table input,
div.form table select {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	padding: 4px;
	border: 1px solid #B9D4DB;
	background-color: white !important;
}


div.form div.input div.add {
	display: inline;
}

div.form div.input div.add input {
	width: auto !important;
}

div.terms-checkbox {
	margin: 1em 0;
}

div.terms-checkbox label {
	font-weight: bold;
}


input[type="submit"] {
	padding: 3px 7px;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	border: 1px solid #00b1d2;
	background: #00b1d2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00b1d2), to(#0293c5));
	background: -webkit-linear-gradient(#00b1d2, #0293c5);
	background: -moz-linear-gradient(#00b1d2, #0293c5);
	background: -ms-linear-gradient(#00b1d2, #0293c5);
	background: -o-linear-gradient(#00b1d2, #0293c5);
	background: linear-gradient(#00b1d2, #0293c5);
	-pie-background: linear-gradient(#00b1d2, #0293c5);
	behavior:url(../css/PIE.php);
	cursor: pointer;
	min-width: 7em;
	line-height: 1.35em;
}

input[type="submit"]:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0293c5), to(#00b1d2));
	background: -webkit-linear-gradient(#0293c5, #00b1d2);
	background: -moz-linear-gradient(#0293c5, #00b1d2);
	background: -ms-linear-gradient(#0293c5, #00b1d2);
	background: -o-linear-gradient(#0293c5, #00b1d2);
	background: linear-gradient(#0293c5, #00b1d2);
	-pie-background: linear-gradient(#0293c5, #00b1d2);
}

input.secondary {
	border: 1px solid #ddd;
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient(#ffffff, #eeeeee);
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: -ms-linear-gradient(#ffffff, #eeeeee);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	background: linear-gradient(#ffffff, #eeeeee);
	-pie-background: linear-gradient(#ffffff, #eeeeee);
	color: #333;
}

input.secondary:hover {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeeeee), to(#ffffff));
	background: -webkit-linear-gradient(#eeeeee, #ffffff);
	background: -moz-linear-gradient(#eeeeee, #ffffff);
	background: -ms-linear-gradient(#eeeeee, #ffffff);
	background: -o-linear-gradient(#eeeeee, #ffffff);
	background: linear-gradient(#eeeeee, #ffffff);
	-pie-background: linear-gradient(#eeeeee, #ffffff);
}


div.form div.submit img {
	margin-top: 14px;
}

div.submit {
	padding-bottom: 5px;
	padding-right: 5px;
}

div.submit + div.submit {
	margin-top: 15px;
}

div.form fieldset div.submit {
	margin-left: 37%;
	text-align: left;
	margin-top: 1em;
}

div.input p {
	line-height: 2em;
	display: inline;
}

div.form div.checkboxes {
	margin-bottom: 4px;
}

div.form div.input div.checkboxes,
div.form div.radiogroup div.radio {
	float: left;
	width: 60%;
}

div.form div.input div.checkboxes div.select {
	width: 100%;
}

div.form div.radiogroup div.radio div.option {
	width: 99% !important;
}

div.form div.radiogroup div.radio div.option label {
	font-weight: normal !important;
}


div.select div.checkbox {
	margin-left: 37%;
	overflow: auto;
	padding: 3px 0;
}

div.form div.checkboxes div.checkbox {
	float: left;
	margin-left: 0;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.form div.checkboxes-2col div.checkbox {
	width: 50%;
}

div.form div.checkboxes-3col div.checkbox {
	width: 33%;
}

div.form div.checkboxes-4col div.checkbox {
	width: 25%;
}

div.form div.checkboxes-5col div.checkbox {
	width: 20%;
}

div.form div.checkboxes-6col div.checkbox {
	width: 15%;
}

div.form div.checkbox label {
	width: 93%;
	cursor: pointer;
}


div.form div.checkbox input {
	margin: 0 5px 0 0;
	float: left;
	width: auto !important;
	border: 0 !important;
}

div#table-section-bedroom div.inline input,
div#table-section-bathroom div.inline input {
	border: 0 !important;
}

div.form div.input div.checkbox label {
	float: none !important;
	display: inline !important;
	font-weight: normal !important;
}

div.form div.radio label {
	margin-right: 1em;
	margin-left: 0.35em;
	float: none !important;
	display: inline !important;
}


div.form div.input div.input {
	clear: none !important;
	padding: 0 !important;
	float: left;
}

div.form div.inline {
	display: inline;
	margin-right: 1em;
}

div.form div.inline label {
	margin: 0 0 0 1px;
	font-weight: normal !important;
}

div#flashMessage,
div.response-msg.notice,
div.response-msg.info {
	background: #def url(../img/icons/icon_notice.png) 8px 5px no-repeat;
	border: 1px solid #0099ff;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	color: #333;
}

div#authMessage,
div.response-msg.error {
	background: #fee url(../img/icons/icon_error.png) 8px 5px no-repeat !important;
	border: 1px solid #f00 !important;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	color: #333;
}

div.response-msg.warning {
	background: #ffd url(../img/icons/icon_warning.png) 8px 5px no-repeat !important;
	border: 1px solid #ffcc00 !important;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	color: #333;
}

div.response-msg.success {
	background: #efe url(../img/icons/icon_success.png) 8px 5px no-repeat !important;
	border: 1px solid #33cc00 !important;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	color: #333;
}



/*
div.response-msg span {
	display: none;
}
*/

div.ajax-loading {
	display: none;
}

div.input div.ajax-loading {
	float: right;
}



div.input div.checkboxes div.input label {
	display:inline !important;
	float:none !important;
	font-weight:normal !important;
}


div.form-col-left {
	width: 49%;
	float: left;
	clear: both;
}

div.form-col-right {
	width: 49%;
	float: right;
}

div.wide div.input label {
	width: 17% !important;
}
div.wide div.input div.checkboxes {
	width: 82% !important;
}

input.quantity,
input.numeric {
	width: 50px !important;
}


span.mandatory {
	color: red;
	padding-left: 5px;
}

div.label-search-form {
	
}

div.label-search-form div.input {
	width: 32%;
	float: left;
	clear: none !important;
	padding: 2px;
}

div.label-search-form div.checkbox {
	width: 25% !important;
}

div.form div.error {
	color: red;
}

div.form div.success {
	color: green;
}

div.input div.input {
	border: 0 !important;
}

div.input div.input input {
	float: left;
	margin-right: 5px;
}

div.input.text div.input.text,
div.input.text div.input.time {
	line-height: 1.9em;
	margin-right: 1em;
	float: none;
	margin-left: 37%;
}

input.short,
select.short {
	width: 100px !important;
}

input.date,
input.time,
select.time {
	width: 85px !important;
}

div.larger label {
	font-size: 120%;
	margin-left: 10px;
}

div.input img.ui-datepicker-trigger {
	cursor: pointer;
}


.auto {
	width: auto !important;
}

div.auto input,
div.auto select {
	width: auto !important;
}

div.date input {
	position: absolute;
	top: 3px;
}

div.date img.ui-datepicker-trigger {
	position: absolute;
	margin-left: 97px;
	top: 0px;
}

div.inline-submit-buttons {
}

div.inline-submit-buttons div {
	float: right;
	margin-left: 5px;
}

.visible {
	display: block;
}

.hidden {
	display: none;
}

div.radio {
	overflow: hidden;
}

div.radio div.option {
	width: 25%;
	float: left;
}

div.input div.maxlength-status {
	margin-top: 5px;
	color: green;
}

textarea.notification {
	border: 1px solid red !important;
}

div.form table.datatable {
	
}

div.form table th {
	border-bottom: 1px solid #999;
	padding: 4px 0;
	font-weight: bold;
	text-align: left;
}

div.form table th div.tip {
	font-weight: normal;
	font-style: italic;
}

div.form table td {
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}

table div.input {
	border: 0 !important;
}


select.disabled {
	color: #ccc;
}

div.owner div.input div.input {
	width: 20%;
}

select optgroup option {
	padding-left: 1em;
}

div.radiogroup div.input {
	width: 50%;
}

table.medical-conditions {
	margin: 0 0 1em 0 !important;
}

table.medical-conditions td {
	padding: 4px !important;
}



div.form div.postcode-lookup * {
	vertical-align: top;
}


div.form div.postcode-lookup input {
	width: 7em;
}






div.input div.cke {
	float: left;
	width: 59%;
}

div.input.wide div.cke {
	width: 100%;
}

















/*style for css3 buttons*/
/* search green button */
input.lookup-button {
  -moz-box-shadow:inset 0 1px 0 #529E21,inset 1px 0 0 #4A911C,inset -1px 0 0 #4A911C,inset 0 -1px 0 #3D7F12,inset 0 2px 0 rgba(255, 255, 255, 0.3),inset 0 0 4px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:inset 0 1px 0 #529E21,inset 1px 0 0 #4A911C,inset -1px 0 0 #4A911C,inset 0 -1px 0 #3D7F12,inset 0 2px 0 rgba(255, 255, 255, 0.3),inset 0 0 4px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow:inset 0 1px 0 #529E21,inset 1px 0 0 #4A911C,inset -1px 0 0 #4A911C,inset 0 -1px 0 #3D7F12,inset 0 2px 0 rgba(255, 255, 255, 0.3),inset 0 0 4px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.3);  
    
  background:#6dbd45;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #6dbd45), color-stop(1, #5EAD2F));
  background:-moz-linear-gradient(center top, #6dbd45 20%, #5EAD2F 100%);
    
  padding: 0;margin: 0;
  width: 120px !important;height: 27px;line-height: 25px;
  
  border: none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;

  color: #fff;
  font-family: Verdana, Sans-Serif;
  font-size: 1.1em;
  font-weight:bold;
}

input.lookup-button:hover {
    
  background:#6dbd45;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #5EA534), color-stop(1, #519327));
  background:-moz-linear-gradient(center top, #5EA534 20%, #519327 100%);
    
}






@media only screen and (max-width: 700px) {

	div.form div.text label, div.form div.password label, div.form div.textarea label, div.form div.file label, div.form div.select label, div.form div.radiogroup label, div.form div.date label, div.form div.time label, div.form div.radio fieldset legend {
		width: auto;
		float: none;
		margin-right: 0;
	}
	
	div.form div.text input, div.form div.password input, div.form div.input textarea, div.form div.input select {
		width: 95%;
	}
	
	div.form div.checkboxes-2col div.checkbox {
		width: auto;
		float: none;
	}
	
	div#main-col div.form fieldset {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}

}

/* magnific-popup.css (100%) */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* owl.carousel.css (100%) */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.prestigebootcamp.com/cache/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* members.css (100%) */
div.booking {
	background: white url(../img/booking_background.png) repeat-x 0 0;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	overflow: hidden;
}

div.booking h4 {
	font-weight: bold;
}

div.booking table {
	width: 100%;
	margin: 1em 0;
	line-height: 1.35em;
}

div.booking table td,
div.booking table th {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

div.booking table th {
	font-weight: bold;
}

div.booking span.active,
div.booking span.deposit-paid,
div.booking span.paid,
div.booking span.closed {
	color: #09f;
	font-weight: bold;
}

div.booking span.pending,
div.booking span.in-progress,
div.booking span.deposit-due {
	color: red;
	font-weight: bold;
}

div.booking span.overdue {
	color: red;
	font-weight: bold;
}

div.booking div.ctas {
	float: right;
}

div.booking div.ctas form {
	float: right;
	margin-left: 10px;
}


span.tooltip {
	padding: 1px 18px 1px 0;
	background: transparent url(../img/icons/tooltip.png) no-repeat right 0;
	cursor: help;
}



div.worldpay-logos {
	text-align: right;
	padding-top: 20px;
	clear: both;
}

div.worldpay-logos img {
	height: 30px;
}

div.infobox {
	background: #e5e3d6 url(../img/members/infobox-footer.png) no-repeat 0 bottom;
	width: 291px;
	margin-right: 23px;
	float: left;
}

div#main-col div.infobox {
	float: left;
}

div.infobox.last {
	margin-right: 0;
}

div.infobox div.infobox-title {
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	color: white;
	font-size: 120%;
	font-weight: bold;
	background: transparent url(../img/members/infobox-title.png) no-repeat 0 0;
}

div.infobox div.infobox-body {
	padding: 0 10px 10px 10px;
	font-size: 110%;
	line-height: 1.5em;
	color: #666;
	background: transparent url(../img/members/logo-watermark.png) no-repeat -20px 0;
	min-height:250px;
	height:auto !important;
	height:250px;
}

div.infobox.latest-news p.item {
	line-height: 1.35em;
}

div.infobox.latest-news p.item a {
	color: #6CA792 !important;
}


span.alert {
	color: #a30028;
	font-weight: bold;
}

#prestige-pounds-header {
	width: 342px;
	height: 73px;
	position: absolute;
	left: 400px;
	top: 62px;
	background: transparent url(../img/members/prestige-pounds-banner.png) no-repeat 0 0;
}

#prestige-pounds-header a {
	display: block;
	padding: 39px 0 0 77px;
	width: 265px;
	height: 35px;
	color: #666;
	cursor: pointer;
}

#prestige-pounds-header a:hover {
	text-decoration: none;
}

#prestige-pounds-header img {
	position: absolute;
	right: 9px;
	top: 23px;
}

form#PageStaffContactForm {
	background-color: #dae8e2;
	padding: 40px 10px 10px 10px;
	width: 400px;
	margin-top: 20px;
	position: relative;
}

form#PageStaffContactForm img.heading {
	position: absolute;
	left: -5px;
	top: -20px;
	z-index: 999;
}

form#PageStaffContactForm label {
	font-weight: normal;
	width: 30%;
}

form#PageStaffContactForm div.input {
	border: 0 !important;
}

form#PageStaffContactForm div.submit {
	padding-left: 31%;
}


form#PrestigePoundsSendReferralsForm {
	border: 1px solid #dae8e2;
	padding: 40px 10px 10px 10px;
	margin-top: 20px;
	position: relative;
}

form#PrestigePoundsSendReferralsForm img.heading {
	position: absolute;
	left: -5px;
	top: -20px;
	z-index: 999;
}

div#bootcamp-galleries {
	
}

div#bootcamp-galleries div.gallery {
	float: left;
	width: 190px;
	margin-right: 17px;
	margin-bottom: 17px;
	line-height: 1.5em;
}

div#bootcamp-galleries div.gallery.last {
	margin-right: 0;
}

div#bootcamp-galleries div.gallery div.image {
	width: 190px;
	height: 190px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eee;
	margin-bottom: 5px;
}



table.progress-table {
	border: 1px solid #5C977E;
	border-collapse: collapse;
	position: relative;
	margin-top: 35px;
}

table.progress-table caption {
	text-indent: -5000px;
	position: absolute;
	top: -15px;
	left: -7px;
	display: block;
	width: 215px;
	height: 56px;
}

table.progress-table.weight-loss caption {
	background: transparent url(https://www.prestigebootcamp.com/img/headings/my-weigh-in.png) no-repeat 0 0;
}

table.progress-table.measurements caption {
	background: transparent url(https://www.prestigebootcamp.com/img/headings/my-measurements.png) no-repeat 0 0;
}

table.progress-table td {
	border: 1px solid #5C977E;
	padding: 6px;
}

table.progress-table th {
	border-right: 1px solid white;
	background-color: #5C977E;
	color: white;
	padding: 30px 6px 6px 6px;
	text-align: center;
}

table.progress-table th.last {
	border-right: 1px solid #5C977E;
}

table.progress-table tr.striped td {
	background-color: #eee;
}



div.progress-table-key {
	border: 1px solid #5C977E;
	padding: 0 10px;
	line-height: 20px;
	margin-bottom: 20px;
}

div.progress-table-key p {
	margin: 0.3em 0 !important;
}

div.progress-table-key p span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

div.progress-table-key p span.white {
	border: 1px solid #ccc;
	width: 18px;
	height: 18px;
}

div.progress-table-key p span.green {
	background-color: #0c0;
}
div.progress-table-key p span.yellow {
	background-color: #ee0;
}
div.progress-table-key p span.orange {
	background-color: #f90;
}
div.progress-table-key p span.red {
	background-color: #c00;
}



div#google-calendar {
	
}

div#google-calendar div.loading {
	margin: 100px 0;
	text-align: center;
}

table.timetable {
	clear: both;
	margin: 1em 0;
	border: 1px solid #5C977E;
	border-collapse: collapse;
}

table.timetable td {
	border: 1px solid #5C977E;
	border-collapse: collapse;
	padding: 5px 10px;
}

table.timetable td.day {
	background-color: #85b19e;
	background-image: url(../img/members/weekdays.png);
	background-repeat: no-repeat;
	font-size: 36px;
	color: white;
	border-bottom: 1px solid white;
	width: 180px;
}

table.timetable tr.Monday td.day {
	background-position: 60px 17px;
}
table.timetable tr.Tuesday td.day {
	background-position: 60px -83px;
}
table.timetable tr.Wednesday td.day {
	background-position: 60px -183px;
}
table.timetable tr.Thursday td.day {
	background-position: 60px -283px;
}
table.timetable tr.Friday td.day {
	background-position: 60px -383px;
}
table.timetable tr.Saturday td.day {
	background-position: 60px -483px;
}
table.timetable tr.Sunday td.day {
	background-position: 60px -585px;
	border-bottom: 1px solid #5C977E;
}

table.timetable tr.Tuesday td.sessions,
table.timetable tr.Thursday td.sessions,
table.timetable tr.Saturday td.sessions {
	background-color: #e5e3d6;
}



div#location-selector {
	position: absolute;
	right: 20px;
	top: 3em;
}

.dk_container {
	font-size: 14px !important;
}

.dk_container a {
	color: black !important;
}

.dk_options a:hover,
.dk_option_current a {
	background-color: #ffd !important;
}


#sidebar ul.nav {
	margin: 1em 0;
}

#sidebar ul.nav li {
	border-bottom: 1px dotted #ccc;
}

#sidebar ul.nav li a {
	display: block;
	padding: 1em 0 1em 16px;
	font-weight: bold;
	background: transparent url(https://www.prestigebootcamp.com/img/blue-arrow-bullet.png) no-repeat 0 center;
}

div#calendar-sync-links {
	margin-top: 40px;
}

div#calendar-sync-links h4 {
	font-weight: bold;
	color: #5C977E;
	
}

div#calendar-sync-links li {
	float: left;
	width: 50%;
}

div#calendar-sync-links li.left {
	clear: both;
}

div#calendar-sync-links img {
	margin-bottom: 20px;
}













table.weight-loss-results {
	background: transparent url(../img/themes/results_grid_womens.png) no-repeat 0 0;
	width: 254px;
	font-size: 180%;
	margin-bottom: 50px;
}


table.weight-loss-results tr td {
	width: 127px;
	line-height: 70px;
	height: 105px;
	text-align: center;
	vertical-align:text-top;
}

table.womens-weight-loss-results {
	background: transparent url(../img/themes/results_grid_womens.png) no-repeat 0 10px;
}

table.mens-weight-loss-results {
	background: transparent url(../img/themes/results_grid_mens.png) no-repeat 0 10px;
}





div.booking-info-summary {
	position: absolute;
	top: 30px;
	right: 30px;
}


@media only screen and (max-width: 1023px) {
	
	div.booking-info-summary {
		position: static;
		top: auto;
		right: auto;
		margin-bottom: 1em;
	}
	
}