/*
Theme Name: Marion Gluck
Theme URI: 
Description:  Marion Gluck website design Jan 2018
Version: 2.0
*/

/* Marion Gluck CSS 09-01-2018 */


/*
1. CSS reset
2. Website font
3. Site wide assets
4. Homepage
5. Subpage
6. Services
7. Team
8. Faq
9. What we treat
10. News
11. Contact
12. Navigation
13. Footer
14. Website Colours and Background
15. Font Sizes
16. Responsive navigation
17. Medium Devices, Desktops
18. Small Devices, Tablet
*/

/*------------------------------------------------------------------------------------*/
/* 1. CSS reset  */
/*------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 auto;
	padding: 0 auto;
	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;
}


/*------------------------------------------------------------------------------------*/
/* 2. Website font  */
/*------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'montserrat-light';
    src: url('fonts/montserrat-light.eot');
    src: url('fonts/montserrat-light.eot') format('embedded-opentype'),
         url('fonts/montserrat-light.woff') format('woff'),
         url('fonts/montserrat-light.ttf') format('truetype'),
         url('fonts/montserrat-light.svg#montserrat-light') format('svg');
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('fonts/montserrat-regular.eot');
    src: url('fonts/montserrat-regular.eot') format('embedded-opentype'),
         url('fonts/montserrat-regular.woff') format('woff'),
         url('fonts/montserrat-regular.ttf') format('truetype'),
         url('fonts/montserrat-regular.svg#montserrat-regular') format('svg');
}

@font-face {
    font-family: 'montserrat-semibold';
    src: url('fonts/montserrat-semibold.eot');
    src: url('fonts/montserrat-semibold.eot') format('embedded-opentype'),
         url('fonts/montserrat-semibold.woff') format('woff'),
         url('fonts/montserrat-semibold.ttf') format('truetype'),
         url('fonts/montserrat-semibold.svg#montserrat-semibold') format('svg');
}

/*------------------------------------------------------------------------------------*/
/* 3. Site wide assets  */
/*------------------------------------------------------------------------------------*/	

body {	
	background: rgb(236,236,236);
}



.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.nopadding35px {
	padding: 0 35px !important;
	margin: 0 !important;
}



.noborder {
	border: none !important;
}

.nopadding50px {
	padding: 0px 50px !important;
	margin: 0 !important;
}

.nopadding50px_CTA {
	padding: 50px !important;
	margin: 0 !important;
}


.container-fluid {	
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.hidden {
	display: none;		
}

.padding_top {
	padding: 0px 0 0 0;
}

.padding_bottom10px {
	padding: 0 0 10px 0;
}

.padding_left_right {
	padding: 0 30px;
}

.logo {
	padding: 20px 30px 20px 0;
}

.logo2 {
	padding: 80px 0 0px 0;
	text-align: center;
}

.brand_strap {
	padding: 20px 0 0 0;
}

a {
	/* color: rgb(50,60,65); */
	color: rgb(90,195,190);
	text-decoration: underline;
}

a:hover {
	color: rgb(229,15,133);
	text-decoration: underline;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}



.img-circle {
    border-radius: 50%;
}

.text_left {
	text-align: left !important;
}

.text_right {
	text-align: right !important;
}

.align_right {
	text-align: right;
}

.margin_right {
	margin-right: 50px;
}


.margin_left {
	margin-left: 50px;
}

strong {
	font-weight: normal;
}

.btn-default {
	background: rgb(227,31,38);
	color: rgb(255,255,255);
	border-radius: 8px;
}


h1 {
	font-family: 'montserrat-semibold', ariel;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 30px 0 15px 0;
	letter-spacing: 0.05em;
}

h2 {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;	
	padding: 0;
}

h3 {
	font-family: 'montserrat-semibold', ariel;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	letter-spacing: 0.05em;
}

.readmore {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;	
}

/* Rectangle Out */
.hvr-rectangle-out {
  height: 100%;		
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  height: 100%;	
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(156,222,226,0.5);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
img{
	max-width: 100%;
	height: auto;
}
/*------------------------------------------------------------------------------------*/
/* 4. Homepage  */
/*------------------------------------------------------------------------------------*/

.homepage_banner {
	min-height:330px;
	width: 100%;	
	padding-top: 50px;	
}

.homepage_banner .text_1 h1 {
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;	
	font-size: 48px;
	line-height: 56px;
	text-align: center;
}

.homepage_banner .text_2 h2 {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;	
	font-size: 30px;
	line-height: 32px;
	text-align: center;
}

.homepage_introtext {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	padding: 80px 20px;	
}

.homepage_services {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	padding: 20px 0 0 0;
}

.homepage_bio {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	padding: 0px 0 50px 0;
}

.homepage_introtext a {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	text-decoration: none;	
}

.homepage_services h3 {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;	
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
}

.hp_brandstrap  {
	padding: 0 0 30px 0;
}

.homepage_services h3 {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;	
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
}

.hp_section_name {
	font-family: 'montserrat-semibold', ariel;
	font-weight: normal;
	text-align: center;
	padding: 50px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

section.homepage {
	position: relative;
}

.homepage h1 {
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 20px 0 0px 0;
	letter-spacing: 0.05em;
	color: rgb(110,110,110);
	text-align: center;
}

.homepage h2 {
	font-family: 'montserrat-semibold', ariel;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 30px 0 20px 0;
	letter-spacing: 0.05em;
}

.hp_brandstrapline {
	padding: 25px 0 0 0;
}

.hp_brandstrapline img {
	 display: block;
  margin-left: auto;
  margin-right: auto;
}


.homepage ul {
	list-style: none;
	padding: 0;
	margin: 0;		
}

.homepage li {	
	margin: 0;
	padding: 0 0 8px 0;	
}
/*
.homepage a {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: rgb(50,60,65);	
}

.homepage a:hover {	
	text-decoration: none;
	color: rgb(240,37,144);
}
*/

.hp_content p {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 15px 0;
	color: rgb(50,60,65);
}

.homepage .what-we-treat-title {
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;		
	font-size: 18px;
	line-height: 26px;
	color: rgb(50,60,65);
}

/*.hp_testimonials {
	min-height: 250px;
	padding: 40px 0 0 0;
}*/
.hp_testimonials{
	padding: 30px 0;
}
.aggregate_review {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.hp_testimonials .quote {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 24px;
	line-height: 30px;	
	color: rgb(50,60,65);
}

.hp_testimonials .name {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 15px 0;
	color: rgb(50,60,65);
	text-transform: uppercase;
}


.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}


.glyphicon-chevron-left, .glyphicon-chevron-right {
	font-size: 50px!important;
}


.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-size: 36px;
}

.carousel-control .glyphicon-menu-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-menu-right {
  right: 50%;
  margin-right: -10px;
}

.header-text {
    position: absolute;
    top: 25%;
    left: 50%;
    right: auto;
    width: 96.66666666666666%;  
}

.hp_banner_box {
	width: 450px;
	height: 200px;
	background: rgba(145,210,215,0.8);
	position: relative;
	left: -585px;
	padding: 20px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

a:hover .hp_banner_box {	
	background: rgba(240,37,144,0.8);	
}

a:hover .banner_text {
	color: rgb(0,0,0);
}


.hp_banner_box .banner_title {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 36px;
	line-height: 36px;
	padding: 0 0 10px 0;
	color: rgb(0,0,0);
}

.hp_banner_box .banner_text {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 10px 0;
}

.hp_banner_box .banner_link {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 16px;
	line-height: 18px;
	color: rgb(0,0,0);
}

.carousel-indicators {
	position: absolute;
	bottom: 80px;
}

.carousel-fade .carousel-inner > .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner > .item,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
}
.carousel-fade .carousel-inner > .item.active,
.carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
}
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev,
.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right {
    left: 0;
}
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right,
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    transform: translate3d(0, 0, 0);
}


/*------------------------------------------------------------------------------------*/
/* 5. Subpage  */
/*------------------------------------------------------------------------------------*/

.content {
	padding: 0 0 20px 0;
}

.content p:first-child {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 15px 0;
	color: rgb(50,60,65);
}

.content p {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 15px 0;
	color: rgb(50,60,65);
}

.content em, .content p em, .content i {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;	
	font-style: italic!important;	
}

.content strong {
	color: rgb(240,37,144);
	font-family: 'montserrat-semibold', ariel;
	line-height: 36px !important;
}

.content ol {
	font-family: 'montserrat-light', ariel;		
	padding: 0;
	margin: 0;		
}

.content ul {
	font-family: 'montserrat-light', ariel;		
	padding: 0;
	margin: 0;		
}

.content li {	
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 15px;		
	line-height: 24px;			
}

.content li:before {
	font-size: 10px !important;	
    font-family: 'FontAwesome';
	content: '\f111';
	margin:0 10px 0 -15px;
    color: rgb(240,37,144);
}

.content h2 {
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;		
	font-size: 18px!important; 	
	line-height: 24px!important;
	padding: 0!important;
	text-transform: none;
	color: rgb(240,37,144);	
}

.content h3 {
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;		
	font-size: 18px!important; 	
	line-height: 24px!important;
	padding: 0!important;
	text-transform: none;
	color: rgb(240,37,144);	
}

.content h4 {
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;		
	font-size: 18px!important; 	
	line-height: 24px!important;
	padding: 0!important;
	text-transform: none;
	color: rgb(240,37,144);	
}

.banner_image {
	padding: 0 0 20px 0;
}

.strap_line {
	padding: 0px 0 30px 0;	
	text-align: center;
}


.brochure_cta {
	padding: 60px 0;
	text-align: center;
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;	
}

.brochure_cta2 {
	padding: 60px 0;
	text-align: center;
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;
	height: 194px;	
}

.brochure_cta3 {
	padding: 60px 0;
	text-align: center;
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;	
}


.brochure_cta p, .brochure_cta2 p , .brochure_cta3 p {		
	font-size: 20px;
	line-height: 24px;
}

.brochure_cta a {			
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	color: rgb(240,37,144);
	background: rgb(255,255,255);
	padding: 10px;
}

.brochure_cta a:hover {			
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	color: rgb(100,100,100);	
	padding: 10px;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}


.brochure_cta3 a {			
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	color: rgb(100,100,100);
	background: rgb(255,255,255);
	padding: 10px;
}

.brochure_cta3 a:hover {			
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	color: rgb(240,37,144);
	padding: 10px;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}


.brochure_cta2 a {
	color: rgb(110,110,110);
	text-decoration: none;
}

.brochure_cta2 a:hover {
	color: rgb(240,37,144);
	text-decoration: none;
}

.inpage_testimonial {
	padding: 20px;
	margin: 0 0 20px 0;	
}


.Pink_1 {
	background-color: rgb(240,37,144);
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px; 	
	line-height: 24px;
	color: rgb(255,255,255);
}


.Blue_1 {
	background-color: rgb(125,190,195);
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px; 	
	line-height: 24px;
	color: rgb(0,0,0);
}

.Blue_2 {
	background-color: rgba(125,190,195,0.6);
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px; 	
	line-height: 24px;
	color: rgb(75,80,85);
}


.Pink_1 .fa-quote-left {
	color: rgb(255,255,255)!important;
	font-size: 24px; 	
	line-height: 24px;
}



.Pink_1 .testimonial_name {
	color: rgb(255,255,255);
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;		
	font-size: 18px; 	
	line-height: 24px;
}

.Blue_1 .testimonial_name {
	color: rgb(0,0,0);
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;		
	font-size: 18px; 	
	line-height: 24px;
}

.Blue_2 .testimonial_name {
	color: rgb(75,80,85);
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;		
	font-size: 18px; 	
	line-height: 24px;
}


.search-page-title {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px; 	
	line-height: 24px;
	color: rgb(75,80,85);
}

span.search-page-title span.search_result_name {
	color: rgb(240,37,144);
}


.search-post-title a {
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;		
	font-size: 18px; 	
	line-height: 24px;
	color: rgb(240,37,144);
	text-decoration: none;
}


.search-link  {
	padding: 0 0 15px 0;
	position: relative;
	top: -10px;
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 14px; 	
	line-height: 16px;	
}







#wrap {
  margin: 0;
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  top: 15px;
  left: -5px;
  z-index: 1;

}

input.search[type="text"] {
  height: 40px;
  font-size: 18px;
  display: inline-block;
  font-family: 'montserrat-light', ariel;
  font-weight: normal;	
  border: none;
  outline: none; 
  padding: 25px 10px 10px 0px;
  padding-right: 150px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  color: rgb(70,75,80);
}

input.search[type="text"]:focus:hover {
  border-bottom: 1px solid rgb(240,37,144);
}

input.search[type="text"]:focus {
  width: 885px;
  z-index: 1;
  border-bottom: 1px solid rgb(240,37,144);
  cursor: text;
}
input.search[type="submit"] {
/*height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;

*/
}

input.search[type="submit"]:hover {
  opacity: 0.8;
}

.search_btn span {
	font-family: 'montserrat-light', ariel;
	font-size: 18px;	
	line-height: 14px;	
	display: inline;
	letter-spacing: 0.05em;	
	color: rgba(240,37,144,0.4);
}

button.search_btn {
	background: none;
	border: none;	
	font-size: 18px;
	color: rgba(240,37,144,0.4);
	display: inline-block;


}


.fa-search {
	/*position: relative;
	top: -25px;
	left: -5px;
	z-index: 999;*/
}


/*------------------------------------------------------------------------------------*/
/* 6. Services  */
/*------------------------------------------------------------------------------------*/

.services_wrapper {
	padding: 0 5px 5px 5px;
}


.services_wrapper2 {
	padding: 0 5px 50px 5px;
}

.services_container {
	height: 250px;	
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	text-align: left;
	background: rgb(230,230,230);		
	border: 5px solid rgb(255,255,255); 		
}

.services_container .services_block_name {
	height: 70px;
	background: rgb(156,222,226);
	position: absolute;	
	bottom: 0;
	width: 100%;	
}

.services_container .title_text {	
	position: absolute;
	bottom: 0px;
	padding: 0 50px 10px 20px;
	text-transform: uppercase;
}

.services_container .title_readme {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 10px 5px 0px;
}

.services_block {	
    background-size: 120% 120%;    
}

a.services_block {
	height: 100%;		
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;		
	color: rgb(65,65,65);
}

a:hover.services_block {
	height: 100%;		
	display: block;
	text-decoration: none;		
	color: rgb(240,37,144);
	width: 100%;		
}

/*------------------------------------------------------------------------------------*/
/* 7. Team   */
/*------------------------------------------------------------------------------------*/



.mgc_team_container {
	margin: 0 0 20px 0;
	min-height: 350px;
}


.mgc_team_container a, .featured_mgc_team_container a {
	text-decoration: none;	
}

.mgc_team_container a:hover, .featured_mgc_team_container a:hover {
	text-decoration: none;
	background: rgba(110,110,110,0.2);
	display: block;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.mgc_team_container h2, .mgc_team_container h3 {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 0 15px;
}

.mgc_team_container .readmore {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 15px 15px;
}

.team_subheading {
	font-family: 'montserrat-regular', ariel;	
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 20px;
	text-transform: uppercase;
	background: rgb(125,190,195);
	margin: 0 0 20px 0;
}


.team_wrapper {
	padding: 0 5px 5px 5px;
}

.team_container {
	height: 330px;	
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	text-align: left;
	background: rgb(230,230,230);		
	border: 5px solid rgb(255,255,255); 		
}

.team_container .team_block_name {
	height: 40px;
	background: rgb(156,222,226);
	position: absolute;	
	bottom: 0;
	width: 100%;	
}

.team_container .title_text {	
	position: absolute;
	bottom: 0px;
	padding: 0 0 10px 20px;
	text-transform: uppercase;
}

.team_container .title_readme {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 20px 5px 0px;
}

a.team_block {
	height: 100%;		
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;		
	color: rgb(65,65,65);

}

a:hover.team_block {
	height: 100%;		
	display: block;
	text-decoration: none;		
	color: rgb(240,37,144);
	width: 100%;		
}

.team_image {	
	padding: 0 20px 5px 0;
	float:left;
	width: 400px; 
    height: auto;    
}

.team_introtext p {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 35px 20px;
	color: rgb(50,60,65);
}


/*------------------------------------------------------------------------------------*/
/* 8. Faq   */
/*------------------------------------------------------------------------------------*/

.faq {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	padding: 50px 0 40px 0;
}

.faq a {
	text-decoration: none;
	color: rgb(65,65,65);
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.faq p {	
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 24px;
}

.faq strong {
	color: rgb(240,37,144);
	font-family: 'montserrat-semibold', ariel;
}

.panel-group {
	padding: 0;
	margin: 5px 0;
}

.panel {
	border-top: 5px solid rgb(255,255,255);
	border-bottom: 5px solid rgb(255,255,255);
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(255,255,255);
}

.panel-heading {
	/*background: rgb(156,222,226) !important;*/
	background: rgba(80,100,120,0.1) !important;	
}


.panel-title a {
	text-decoration: none;
	font-size: 18px;
	color: rgb(75,80,85);
	font-family: 'montserrat-light', ariel;
}


.panel-body a {
	text-decoration: none;
	text-transform: none;
	color: rgb(240,37,144);
	font-size: 18px;
	line-height: 24px;
}

.panel-body a:hover {
	text-decoration: underline;
	text-transform: none;
	color: rgb(65,65,65);
}

/*------------------------------------------------------------------------------------*/
/* 9. What we treat   */
/*------------------------------------------------------------------------------------*/

.what_we_treat_wrapper {
	padding: 0 5px 5px 5px;
}

.what_we_treat_container {
	height: 130px;	
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	text-align: left;
	/*background: rgb(230,230,230);*/		
	border: 5px solid rgb(255,255,255); 	
}

.what_we_treat_container .what_we_treat_block_name {
	height: 120px;
	background: rgb(156,222,226);
	position: absolute;	
	bottom: 0;
	width: 100%;	
}

.what_we_treat_container .title_text {	
	position: absolute;
	bottom: 0px;
	padding: 0 50px 10px 20px;
	text-transform: uppercase;
}

.what_we_treat_container .title_readme {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 10px 5px 0px;
}

.what_we_treat_block {	
    background-size: 120% 120%;    
}

a.what_we_treat_block {
	height: 100%;		
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;		
	color: rgb(65,65,65);
}

a:hover.what_we_treat_block {
	height: 100%;		
	display: block;
	text-decoration: none;		
	color: rgb(240,37,144);
	width: 100%;		
}

/*------------------------------------------------------------------------------------*/
/* 10. News  */
/*------------------------------------------------------------------------------------*/

.news_entry_container {
	padding: 15px;
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
}

.news_entry_container a {
	text-decoration: none !important;
}

.news_entry .news_tn {
	height: 250px;
	width: 100%;
	overflow: hidden;
}

.news_entry {
	min-height: 300px;
	width: 100%;
	border: 15px solid rgb(255,255,255); 
}

.news_entry .date {	
	position: absolute;
	top: 0;
	width: 55px;
	height: 90px;	
	padding: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(110,110,110,0.75);
    -moz-box-shadow: 3px 3px 3px 0px rgba(110,110,110,0.75);
    box-shadow: 3px 3px 3px 0px rgba(110,110,110,0.75);
}

.news_block {
	padding: 10px;
	min-height: 110px;
}
 
.news_block .section_name {
	font-family: 'montserrat-semibold', ariel;
	text-transform: uppercase;
	font-weight: normal;
}


.news_block h1 {	
	text-transform: none;
	padding: 0px;
	border: none;	
}

.news_block h2 {	
	text-transform: none;
	padding: 0px;
	border: none;	
}

.news_year {
	font-weight: normal;		
}

.news_image {
	padding: 0 20px 20px 0;
	float:left;
}

/*------------------------------------------------------------------------------------*/
/* 11. Contact */
/*------------------------------------------------------------------------------------*/

.contact_form {
	margin: 0 25px 0 30px;
}

.contact_form h2 {
	font-family: 'montserrat-regular', ariel;
	font-weight: normal;		
	font-size: 18px!important; 	
	line-height: 24px!important;
	text-transform: none;
	color: rgb(240,37,144);	
}

.contact_form_info {
	padding: 20px 0 0 0;
}

.contact_details {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;	
	padding: 0 0 50px 0;
}

.contact_wrapper {
	padding: 40px 0 0 0;
}

.location_info {
	padding: 50px 0 0 0;
}

.map_location_pink {	
    background-color: rgb(245,35,145);
     height: 26px;
    -moz-border-radius:26px;
    -webkit-border-radius: 26px;
    width: 26px;
    display: block;
    color: rgb(255,255,255);   
	display: inline-block;
   	
}

.map_location_grey {	
    background-color: rgb(110,110,110);
    height: 26px;
    -moz-border-radius:26px;
    -webkit-border-radius: 26px;
    width: 26px;
    display: inline-block;
    color: rgb(255,255,255);       
}

.map_location_blue {	
    background-color: rgb(155,220,225);
    height: 26px;
    -moz-border-radius:26px;
    -webkit-border-radius: 26px;
    width: 26px;
    display: inline-block;
    color: rgb(255,255,255);
}

.map_location_grey .location_num, .map_location_blue .location_num, .map_location_pink .location_num {
	position: relative;
	left: 10px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;

}

.location_text strong {
	color: rgb(80,80,80);
}

.address, .get_in_touch {
	padding: 0 0 0 40px;
	font-family: 'montserrat-semibold', ariel;
}


.nav-pills a {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;
	text-decoration: none;
}

.nav li.active a {
	background: rgb(240,37,144);
}


.wpcf7-submit {	
	font-family: 'montserrat-semibold', ariel;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: rgb(255,255,255);
	background: rgb(240,37,144);
	padding: 10px;
	border: none!important;	
	text-transform: uppercase;
	margin-top: 20px;
}

.wpcf7-form-control {
	border: 1px solid rgb(145,210,215);	
}

.wpcf7-checkbox {
	border: 0px solid rgb(145,210,215);	
}

.wpcf7-text, .wpcf7-email, .wpcf7-select, .wpcf7-text, .wpcf7-email, .wpcf7-date {
	font-family: 'montserrat-light', ariel;
	height: 60px;
	color: rgb(110,110,110);
	padding: 0 0 0 10px;	
	width: 100%;
	margin: 0 0 25px 0;
}

.wpcf7-list-item-label{
	font-family: 'montserrat-light', ariel;
	font-size: 16px;
	line-height: 24px;
	color: rgb(177,177,177);
}

.wpcf7-textarea {
	font-family: 'montserrat-light', ariel;
	font-size: 16px;
	line-height: 24px;
	color: rgb(177,177,177);
	width: 100%;
	margin: 0 0 30px 0;
}

.wpcf7-checkbox {
	padding: 0;
	position: relative;
	left: -18px;
}


.from_text_label, .wpcf7-list-item-label {
	font-family: 'montserrat-light', ariel;
	font-size: 16px;
	line-height: 24px;
	color: rgb(177,177,177);
	padding: 0 0 15px 0;
}

.wpcf7-not-valid-tip {
	font-family: 'montserrat-light', ariel;
	font-size: 18px;
	line-height: 24px;
}


div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14;
	padding: 20px;
	font-family: 'montserrat-light', ariel;
	font-size: 18px;
	line-height: 24px;
	background: rgb(110,110,110);
	color: rgb(255,255,255);
	position: relative;
	left: -8px;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #398f14;
	padding: 20px;
	font-family: 'montserrat-light', ariel;
	font-size: 18px;
	line-height: 24px;
	background: rgb(110,110,110);
	color: rgb(255,255,255);
	position: relative;
	left: -8px;
}

div.wpcf7-spam-blocked {
	border: 0px solid #398f14;
	padding: 20px;
	font-family: 'montserrat-light', ariel;
	font-size: 18px;
	line-height: 24px;
	background: rgb(110,110,110);
	color: rgb(255,255,255);
	position: relative;
	left: -8px;
}

div.wpcf7-validation-errors {
	border: 0px solid #398f14;
	padding: 20px;
	font-family: 'montserrat-light', ariel;
	font-size: 18px;
	line-height: 24px;
	background: rgb(110,110,110);
	color: rgb(255,255,255);
	position: relative;
	left: -8px;
}




/*------------------------------------------------------------------------------------*/
/* 12. Training container */
/*------------------------------------------------------------------------------------*/

.training_container {	
	min-height: 200px;
	margin: 0 0 30px 0;	
	padding: 20px;
	/*background: rgba(240,37,144,0.1);*/
	background: rgba(172,206,144,0.2);	
}

.training_container .title {
	font-family: 'montserrat-light', ariel;	
	padding: 0px 0 10px 0;
	text-transform: uppercase;
}

.training_container .course_date, .training_container .course_location {
	font-family: 'montserrat-light', ariel;
	padding: 0;		
}

.training_container .course_intro {
	font-family: 'montserrat-light', ariel;	
	padding: 10px 0 0 0;		
}

.training_container img {
	padding: 20px 0 20px 0;
}


.training_container .findoutmore  {
	font-family: 'montserrat-light', ariel;
	text-align: right;	
	padding: 15px 0 0 0;
}

.training_container .findoutmore a {	
	text-decoration: none;
	color: rgb(110,110,110);
}

.training_container .findoutmore a:hover {	
	text-decoration: none;
	color: rgb(240,37,144);
}


.training .booknow {
	text-align: center;	
	padding: 30px 0;
	font-family: 'montserrat-light', ariel;
}

.training .booknow a {	
	text-decoration: none;
	color: rgb(110,110,110);
}


.training_highlight {
	padding: 30px ;
	font-family: 'montserrat-light', ariel;	
	margin: 0 0 30px 0;
}

.training_highlight .book_now {
	text-align: right;	
	padding: 30px 0 ;
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
}


.training_highlight .book_now a {
	text-decoration: none;
	padding: 20px;
	background: rgb(240,37,144);
	color: rgb(255,255,255);
	text-transform: uppercase;	
}

.training_highlight .book_now a:hover {
	text-decoration: none;
	padding: 20px;
	background: rgb(50,60,65);
	color: rgb(255,255,255);
	text-transform: uppercase;	
}

.course2, .course4, .course7, .course9 {
	background: rgba(172,206,144,0.4) !important;	
}


/*------------------------------------------------------------------------------------*/
/* 13. Blog */
/*------------------------------------------------------------------------------------*/


.hp_blog_container {
	padding: 50px 50px 20px 50px !important;
	margin: 0 !important;
}

.hp_blog_container h2 {
	font-family: 'montserrat-semibold', ariel;	
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	padding: 0 0 20px 0;
}

.hp_blog h3 {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	padding: 0;	
	text-transform: none;
}

.hp_blog img {	
	padding: 0 0 20px 0;		
}

.hp_blog .blog_name {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: rgb(0,0,0);
	padding: 0 0 20px 0;
}

section.blog {
	
}

.blogpadding {
	padding: 0 20px;
}

.featureed_blogpadding {
	padding: 0 20px 30px 20px;
}

.featureed_blogpadding2 {
	padding: 0 20px 0px 20px;
}

.blog_pagetitle {
	margin: 0 0 0 20px;
}

.blog_container {
	margin: 0 0 20px 0;
	min-height: 400px;
}

.featured_blog_container {
	min-height: 360px;	
}

.blog_container a, .featured_blog_container a {
	text-decoration: none;	
}

.blog_container a:hover, .featured_blog_container a:hover {
	text-decoration: none;
	background: rgba(110,110,110,0.2);
	display: block;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.blog_container h2, .blog_container h3 {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 0 15px;
}

.featured_blog_container h2 {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	padding: 20px 0 0 0;
}


.blog_container .blog_name {
	font-family: 'montserrat-regular', ariel;	
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: rgb(0,0,0);
}

.blog_introtext {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: rgb(110,110,110);	
}

.blog_container .blog_find_more {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 15px 15px;
}

.featureed_blogpadding .blog_find_more {
	font-family: 'montserrat-light', ariel;	
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}

.blog_featured_inner {
	padding: 0 20px 0 0;
}

.blog_authorname {
	font-family: 'montserrat-regular', ariel;	
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 20px 0;
	color: rgb(0,0,0);
}


/*------------------------------------------------------------------------------------*/
/* 14. Navigation  */
/*------------------------------------------------------------------------------------*/

.top_cta {
	text-align:right ;
	padding: 0 15px 0 0;
}

.top_cta a  , .phone-contact {
	background: rgb(240,37,144);
	color: rgb(255,255,255) !important;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;	
	font-family: 'montserrat-semibold', ariel;	
	display: inline-block;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	font-size: 14px;	
	line-height: 14px;	
}

.top_cta a:hover {
	background: rgb(110,110,110);
	color: rgb(255,255,255);
	text-decoration: none;	
	font-family: 'montserrat-semibold', ariel;
}

.top-nav {	
	margin: 0;
	list-style: none;	
	font-family: 'montserrat-light', ariel;		
	text-align:right ;
	padding: 5px 15px 0 0px;	
}
.phone-contact {
    margin-bottom: 15px;
}
a.phone-contact:hover
{
	border-bottom:none !important;
	background: rgb(110,110,110);
    color: rgb(255,255,255);
    text-decoration: none;
    font-family: 'montserrat-semibold', ariel;
}

.top-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;		
}

.top-nav li {	
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 16px;	
	line-height: 24px;	
	display: inline;
	letter-spacing: 0.05em;	
}

.top-nav li:last-child {	
	margin: 0;
	padding: 0!important;
	/*padding: 0 35px 0 0;*/
}

.top-nav a {	
	color: rgb(175,180,180);	
	text-decoration: none;	
	border: none;
	text-transform: uppercase;	
}

.top-nav a:hover {
	color:  rgb(229,15,133);
	text-decoration:none;		
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
	border-bottom: 3px solid rgb(229,15,133);	
}

.top-nav .activepage, .top-nav .current_page_item > a, .top-nav .current-menu-item > a, .top-nav .current-page-item > a, .top-nav li.current-post-ancestor > a, .top-nav li.current-category-ancestor > a, .top-nav .current-menu-parent > a, .top-nav .current-menu-ancestor > a {
	color: rgb(229,15,133);
	text-decoration:none;
	border-bottom: 3px solid rgb(229,15,133);	
}

/*------------------------------------------------------------------------------------*/
/* 15. Footer  */
/*------------------------------------------------------------------------------------*/
.footer-nav {	
	margin: 0;
	list-style: none;	
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-weight: normal;
	text-align:left ;
	padding: 5px 0 0 0;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;		
}

.footer-nav li {	
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 14px;	
	line-height: 24px;	
	display: inline;
	text-transform: uppercase;	
}

.footer-nav li + li:before {
    content: " | ";	
	color: rgb(255,255,255);
	padding: 0 4px 0 0;
}

.footer-nav li:last-child {	
	margin: 0;
	padding: 0px;	
}

.footer-nav a {	
	color: rgb(109,111,113);
	text-decoration: none;	
	border: none;

}

.footer-nav a:hover {
	color: rgb(0,0,0);
	text-decoration:none;	
	border-bottom: 3px solid rgb(229,15,133);
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;	
}


.footer-nav  .activepage, .footer-nav  .current_page_item > a, .footer-nav  .current-menu-item > a, .footer-nav  .current-page-item > a, .footer-nav  li.current-post-ancestor > a, .footer-nav  li.current-category-ancestor > a, .footer-nav  .current-menu-parent > a, .footer-nav  .current-menu-ancestor > a {
	color: rgb(229,15,133);
	text-decoration:none;
	border-bottom: 3px solid rgb(229,15,133);	
}

.footer_level1 {
	margin: 20px 0 0 0;
	padding: 0 30px 20px 30px;
}


.footer_level2 {
	padding: 10px 0 15px 30px;
}

.footer_level2 p {	
	color: rgb(150,150,150);
	font-family: 'montserrat-light', ariel;
	font-weight: normal;	
	font-size: 14px;	
	line-height: 20px;	
}

.footer_level2 a {
	text-align: right;
	font-family: 'montserrat-light', ariel;
	font-weight: normal;	
	font-size: 13px;	
	line-height: 16px;	
	color: rgb(150,150,150);
}

.footer_level3 {
	padding: 0 30px;	
}

.footer_level3 p {	
	color: rgb(150,150,150);
	font-family: 'montserrat-light', ariel;
	font-weight: normal;	
	font-size: 15px;	
	line-height: 30px;	
}

.footer_level3 a {	
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	color: rgb(150,150,150);
}

.social_media {
	text-align: right;
}

.social_media a:hover {
	color: rgb(240,37,144);
	text-decoration: none;
}

.hp_bottom_brandstrapline img {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	padding: 50px 0;
}

.bottom_cta_container {
	text-align: center;
}

.bottom_cta p {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 15px 0;
	color: rgb(255,255,255);
}

.bottom_cta3 p {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 15px 0;
	color: rgb(110,110,110);
}

.bottom_cta a {
	background: rgb(255,255,255);
	color: rgb(240,37,144);
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;	
	font-family: 'montserrat-semibold', ariel;	
	display: inline-block;		
}

.bottom_cta2 a {
	background: rgb(110,110,110);
	color: rgb(255,255,255);
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;	
	font-family: 'montserrat-semibold', ariel;	
	display: inline-block;		
}

.bottom_cta a:hover, .bottom_cta a:hover > .fa-arrow-circle-right, .bottom_cta2 a:hover, .bottom_cta2 a:hover > .fa-arrow-circle-right {
	background: rgb(110,110,110);
	color: rgb(255,255,255);
	text-decoration: none;		
}

.bottom_cta3 a , .custom-button {
	background: rgb(110,110,110);
	color: rgb(255,255,255);
	background: rgb(240,37,144);
	color: rgb(255,255,255);
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;	
	font-family: 'montserrat-semibold', ariel;	
	display: inline-block;		
}

.bottom_cta3 a:hover, .bottom_cta3 a:hover > .fa-arrow-circle-right {
	background: rgb(110,110,110);
	color: rgb(255,255,255);
	text-decoration: none;		
}


.bottom_cta2 p {
	font-family: 'montserrat-light', ariel;
	font-weight: normal;		
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 15px 0;
	color: rgb(110,110,110);
}

/*------------------------------------------------------------------------------------*/
/* 16. Website Colours and Background */
/*------------------------------------------------------------------------------------*/
.yellow {
	color: rgb(225,230,90);
}
.green {
	/*color: rgb(204,220,111);*/	
	color: rgb(172,206,144);
}
.green2 {
	color: rgb(185,211,130);
}
.purple {
	color: rgb(167,86,173);
}
.pink {
	color: rgb(240,37,144);
}
.blue {
	color: rgb(98,170,218);
}
.lightblue {
	color: rgb(125,190,195);
}
.white {
	color: rgb(255,255,255);
}
.teal {
	color: rgb(136,219,223);
}
.lightgrey {
	color: rgb(175,180,180);
}
.lightgrey2 {
	color: rgb(200,200,200);
}
.grey {
	color: rgb(110,110,110);
}
.darkgrey {
	color: rgb(50,60,65);
}
.red {
	color: rgb(227,31,38);
}
.black {
	color: rgb(0,0,0);
}
.aqua {
	color: rgb(161,194,169);
}
.white_bg {
	background-color: rgb(255,255,255);
}
.white_bg2 {
	background-color: rgb(255,255,255);
}
.black_bg {
	background-color: rgb(0,0,0);
}
.pink_bg {
	background-color: rgb(240,37,144);
}
.yellow_bg {
	background-color: rgb(225,230,90);
}
.teal_bg {
	background-color: rgb(156,222,226);
}
.green_bg {
	background-color: rgb(204,220,111);
}
.green2_bg {
	background-color: rgb(182,210,133);
}
.green3_bg {
	background-color: rgb(172,206,144);
}
.green4_bg {
	background-color: rgb(179,209,137);
}
.green5_bg {
	background-color: rgb(158,199,158);
}
.green6_bg {
	background-color: rgb(185,211,130);
}
.purple_bg {
	background-color: rgb(167,86,173);
}
.blue_bg {
	background-color: rgb(98,170,218);
}
.lightblue_bg {
	background-color: rgb(145,210,215);
}
.aqua_bg {
	background-color: rgb(161,194,169);
}
.lightgrey_bg {
	background-color: rgb(210,210,210);
}
.lightgrey2_bg {
	background-color: rgb(220,220,220);
}
.lightgrey3_bg {
	background-color: rgba(110,110,110,0.2);
}
.darkgrey_bg {
	background-color: rgb(50,60,65);
}
.darkgrey2_bg {
	background-color: rgb(30,35,40);
}
.darkgrey3_bg {
	background-color: rgb(110,110,110);
}
.pink_bg_tint {
	background-color: rgba(240,37,144,0.7);
}

.blue_bg_tint  {
	background-color: rgba(98,170,218,0.7);
}

.purple_bg_tint {
	background-color: rgba(167,86,173,0.7);
}

.green_bg_tint {
	background-color: rgba(160,200,160,1.0);
}

.darkgrey_bg_tint {
	background-color: rgba(50,60,65,0.95);
}

.green_bg_tint2 {
	background-color: rgba(172,206,144,0.2);
}


/*------------------------------------------------------------------------------------*/
/* 17. Font Sizes */
/*------------------------------------------------------------------------------------*/
.size72px {
	font-size: 72px;
	line-height: 72px;
}
.size60px {
	font-size: 60px;
	line-height: 60px;
}
.size48px {
	font-size: 48px;
	line-height: 48px;
}
.size40px {
	font-size: 40px;
	line-height: 44px;
}
.size36px {
	font-size: 36px;
	line-height: 36px;
}
.size30px {
	font-size: 30px;
	line-height: 30px;
}

.size28px {
	font-size: 28px;
	line-height: 30px;
}

.size24px {
	font-size: 24px;
	line-height: 30px;
}

.size22px {
	font-size: 22px;
	line-height: 24px;
}

.size20px {
	font-size: 20px;
	line-height: 24px;
}
.size18px {
	font-size: 18px !important;
	line-height: 22px;
}

.size16px {
	font-size: 16px !important;
	line-height: 20px;
}
.size14px {
	font-size: 14px !important;
	line-height: 16px;
}

/*------------------------------------------------------------------------------------*/
/* 18. Responsive navigation  */
/*------------------------------------------------------------------------------------*/

.navbar {
	background: rgb(220, 30, 45);
}

.navbar-inverse {
	/*background: rgb(204,220,111) !important;*/
	background: rgb(255,255,255) !important;
}

.navbar-brand img{
	-webkit-transform: scale(0.6); /* Saf3.1+, Chrome */
	-moz-transform: scale(0.6); /* FF3.5+ */
	-ms-transform: scale(0.6); /* IE9 */
	-o-transform: scale(0.6); /* Opera 10.5+ */
	transform: scale(0.6);
	position: relative;
	top: -30px;
	left: -20px;		  
}

a.nav-expander {
  background: none repeat scroll 0 0 rgb(100,100,100);;
  color: #666666;
  display: block;
  font-size: 15px;
  font-weight: normal;
  height: 50px;
  margin-right: 0;
  padding: 0.4em 1.6em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  width: 60px;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
    position: fixed;
    padding: 18px 18px;
}

.nav-expanded a.nav-expander.fixed {
    right: 20em;
}

nav {
  background: rgb(156,222,226);
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded nav {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {  
  font-weight: 300;
  font-size: 30px;  
}

.main-menu {
  padding-top: 12px;
}

.main-menu li {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin: 0 20px;
  font-size: 20px;
  padding: 12px;
}

.main-menu li a {
  font-family: 'montserrat-regular', ariel;
  font-weight: normal;	
  color: rgb(110,110,110);
  text-decoration: none;
  text-transform: uppercase;
}

.main-menu li a:hover {
  color: rgb(50,60,65);
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}
img.vc-size-full {
    width: 100%;
    height: auto;
}
span.wpcf7-not-valid-tip{
	margin-top: -25px;
	margin-bottom: 25px;
}
.footer_level1.social_media .size20px{
	width: 25px;
	text-align: center;
	display: inline-block;
}
.container.callout {
    margin-left: -27.95%;
}
.callout-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.callout .callout-title p {
    text-align: center;
    font-size: 36px;
    font-family: 'montserrat-light', ariel;
    line-height: 36px;
	text-transform: uppercase;
}
.content .callout .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}
.review-slider {
    padding: 20px;
	font-family: 'montserrat-light', ariel;
	font-size: 16px;
	line-height: normal;
}
.review-slider .glyphicon-chevron-left,
.review-slider .glyphicon-chevron-right {
    font-size: 30px !important;
}
#reviewSlider {
    padding: 0 40px;
}
.review-slider .carousel-control .glyphicon-chevron-left, 
.review-slider .carousel-control .icon-prev{
	left : 0;
}
.review-slider .carousel-control .glyphicon-chevron-right, 
.review-slider .carousel-control .icon-next{
	right: 0;
}
.review-slider p{
	margin-bottom: 10px;
}
#wfcarouselwidget1lgq1nt0ea,
iframe.mh-215 {
    max-height: 215px !important;
}
.mw-700{
	max-width: 100%;
	font-family: 'montserrat-semibold', ariel;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	padding-top: 15px;
	letter-spacing: 0.05em;
	padding-left: 25px;
}
.content i.fa {
	font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
}

/* CUSTOM CSS FOR HEADER */
span.undefined.reviews-count_review-count__counts--bold--1qgPLshi , .reviews-count_review-count__counts--bold--1qgPLshi {
    padding-left: 7px !important;
}
.container.home-slider
{
	padding:0px;
}
/*.carousel-fade .carousel-inner > .item
{
	height:768px;
}
.carousel-fade .carousel-inner > .item img
{
	width: 100%;
    height: 100%;
    object-fit: cover;
}*/

/* HOME PAGE CHANGES */
ul.what-we-treat {
    width: 100%;
    float: left;
}
ul.what-we-treat li, ul.what-we-treat-men li {
    width: 50%;
    float: left;
}

ul.custom-women-list.men-pad
{
	padding-top: 96px;
}
.men-pad
{
    padding-top: 15px;
}
.custom-button
{
	font-family: 'montserrat-semibold', ariel;
	font-size: 14px;
}
.button-radius
{
	font-family: 'montserrat-semibold', ariel;
	font-size: 14px;
	border-radius: 8px;
}
.custom-button:hover
{
	background: rgb(110,110,110) !important;
}
.big-font
{
	font-size: 17px; 
	font-weight: 600;
	text-transform: capitalize !important;
	color:#e8578f !important;
	background-color:#fff !important;
}
.big-font i
{
	color:#e8578f !important;
}
.big-font:hover , .big-font:hover i
{
	color: rgb(100,100,100) !important;
}

#form-link , .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok
{
	display:none !important;
}
.address a {
    word-break: break-all!important;
}
/*------------------------------------------------------------------------------------*/
/* 19. Medium Devices, Desktops  */
/*------------------------------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
	.carousel-control
	{
		left: -4%;
	}
	.carousel-control .glyphicon-menu-left
	{
		    left: 35%;
	}
}
@media screen and (max-width: 1200px) {
	.top-nav li {	
		margin: 0;
		padding: 0 5px 0 0;
		font-size: 16px;	
		line-height: 24px;	
		display: inline;
		letter-spacing: 0.05em;	
	}
	
	.hp_banner_box {		
		position: relative;
		left: -485px;
	}

	.header-text {
	    position: absolute;
	    top: 70%;
	    left: 50%;
	    right: auto;
	    width: 96.66666666666666%;  
	}
	
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

	.top_cta {
		text-align:right !important;
		padding: 0 15px 0 0;
		height: 50px;
	}

}
@media screen and (max-width: 1200px) {
	.container.callout {
		margin-left: -28.7%;
	}
}
@media screen and (max-width: 1024px) {
	.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right
	{
		    top: 45%;
	}
	.top-nav li {	
		margin: 0;
		padding: 0 12px 0 0;
		font-size: 16px;	
		line-height: 24px;	
		display: inline;
		letter-spacing: 0.05em;	
	}

	.text_2 h2 {
		font-family: 'montserrat-light', ariel;
		font-weight: normal;	
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}

	.team_container {
		height: 300px;	
		font-family: 'montserrat-light', ariel;
		font-weight: normal;
		text-align: left;
		background: rgb(230,230,230);		
		border: 5px solid rgb(255,255,255); 		
	}

	.homepage_introtext {
		font-family: 'montserrat-light', ariel;
		font-weight: normal;
		padding: 20px 20px 10px 20px;	
	}

	.nopadding50px {
		padding: 10px 20px !important;
		margin: 0 !important;
	}

	.hp_blog_container {
		padding: 20px !important;
		margin: 0 !important;
	}

	.nopadding50px_CTA {
		padding: 20px !important;
		margin: 0 !important;
	}


	.blog_container h2, .blog_container h3 {
		font-family: 'montserrat-light', ariel;	
		font-weight: normal;
		font-size: 24px;
		line-height: 30px;
		padding: 0px;
	}

	.blog_container .blog_find_more {
		font-family: 'montserrat-light', ariel;	
		font-weight: normal;
		font-size: 16px;
		line-height: 26px;
		padding: 0 0 15px 0px;
	}

	.top_cta {
		text-align:left !important;
		padding: 0 15px 0 0;
		height: 50px;
	}

	.top_cta a {
		background: rgb(240,37,144);
		color: rgb(255,255,255);
		text-transform: uppercase;
		padding: 17px 20px 18px 20px;		
	}

	section.homepage {
		position: relative;
		top: 0px;
	}

	.blogpadding {
		padding: 0;
	}

	.featureed_blogpadding {
		padding: 0 0 20px 0;
	}


	.contact_form {
		margin: 30px 25px 0 0px;
	}

	.mobile_banner_image img { 
		padding: 20px 0 0 0;
	}	

	.nopadding35px {
		padding: 0 15px !important;
		margin: 0 !important;
	}


}

@media screen and (max-width: 1000px) {
	.container.callout {
		margin-left: -15px;
	}
	.callout-btn.bottom_cta3 {
		text-align: center;
	}
}
@media screen and (max-width: 991px) {
	header.padding_top{
		padding-top:50px;
	}
	.blog_container {
	    min-height: auto;
	    padding: 0;
	}
	.fadeInUp iframe {
		width: 100% !important;
	}
	.mgc_team_container {
		min-height: auto;
	}
	.blog .blog_container{
		padding: 0 15px;
	}
}
/*------------------------------------------------------------------------------------*/
/* 20. Medium Devices, Desktops portrait  */
/*------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	
	ul.custom-women-list.men-pad {
    	padding-top: 0px;
    	margin-top: -21px;
	}
	.team_container {
		height: 300px;	
		font-family: 'montserrat-light', ariel;
		font-weight: normal;
		text-align: left;
		background: rgb(230,230,230);		
		border: 5px solid rgb(255,255,255); 		
	}

	.top_cta a {
		background: rgb(240,37,144);
		color: rgb(255,255,255);
		text-transform: uppercase;
		padding: 17px 10px 18px 10px;		
	}

	.hp_testimonials iframe {
		max-height: 215px !important;
	}
	.social_media {
		text-align: center;
	}
	.callout-btn.bottom_cta {
		text-align: center;
		margin-top: 20px;
	}
	.hp_banner_box
	{
		width:375px;
	}
	.hp_banner_box
	{
		left: -188px;
	}
	.hp_banner_box .banner_title
	{
		font-size:26px;
	}
}
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)  {


	
}*/

/*------------------------------------------------------------------------------------*/
/* 21. Small Devices, Tablet  */
/*------------------------------------------------------------------------------------*/
@media (max-width: 767px) {	

	.hp_marion_pic {
		border-radius: 150px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px;
		width: 230px;
	}
	
	.team_container {
		height: 300px;	
		font-family: 'montserrat-light', ariel;
		font-weight: normal;
		text-align: left;
		background: rgb(230,230,230);		
		border: 5px solid rgb(255,255,255); 		
	}

	.footer_level1 {
		margin: 20px 0 0 0;
		padding: 0 30px 20px 15px;
	}

	.footer_level2 {
		padding: 10px;
	}

	.footer_level3 {
		padding: 10px;
		text-align: left !important;
	}

	.text_2 h2 {
		font-family: 'montserrat-light', ariel;
		font-weight: normal;	
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}

	.address, .get_in_touch {
		padding: 0 20px 0 20px;
		font-family: 'montserrat-semibold', ariel;
	}

	.wpcf7-form, .wpcf7-form-control {
		width: 320px;
	}

}
@media screen and (max-width: 767px) {
	.container.callout {
		margin-right: -15px;
	}
}
@media screen and (max-width: 570px) {
	.hp_testimonials iframe {
		max-height: 400px !important;
	}
	#wfcarouselwidget1lgq1nt0ea, iframe.mh-215 {
		max-height: 100% !important;
	}
	iframe#wfhorizontalwidgetdcg61vo3t5g {
    margin-top: 15px;
	}
	.col-md-12.logo2.white_bg {
    	padding-top: 20px;
	}
	table h1 {
	    font-size: 12px;
	}
	table p {
	    font-size: 10px;
	}
	.contact_form_info .wpcf7-form-control, .wpcf7-form-control, .wpcf7-form {
		width: 100% !important;
	}
	.contact_form {
	    margin: 30px 0px 0 0px;
	}
}
@media screen and (max-width: 375px) {
	.top_cta a
	{
		font-size: 11px;
	}

}
