/**
 * =================================================================== 
 *
 *  NOVA v1.0 Main Stylesheet
 *  AUG0717
 * -------------------------------------------------------------------
 *
 *	TOC:
 *	01. webfonts and iconfonts 
 *	02. base style overrides
 * 03. preloader
 * 04. forms
 * 05. buttons
 * 06. common styles
 * 07. header styles
 * 08. intro section
 * 09. about section
 * 09. fees section
 * 09. therapist section
 * 10. serv section
 * 11. pricing section
 * 12. testimomials section 
 * 13. faq section 
 *	14. ad-section 
 *	15. call-to-action section
 *	16. footer
 *
 * =================================================================== 
 */

/** 
 * ===================================================================
 * webfonts and iconfonts 
 *
 * ------------------------------------------------------------------- 
 */

@import url("fonts.css");
@import url("ionicons/css/ionicons.min.css");
@import url("micons/micons.css");
@import url("font-awesome/css/font-awesome.min.css");

/** 
 * ===================================================================
 * base style overrides
 *
 * ------------------------------------------------------------------- 
 */

html {
	font-size: 10px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 9.375px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.375px;
	}
}

html, body {
	height: 100%;
}
body {
	background: #14181E;
	font-family: "lora-regular", serif;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #737373;
}

/**
 * links 
 * -
 */

a, a:visited {
	color: #3e7361;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #c0ddd3;
}

/**
 * typography  
 * -
 */

h1, h2, h4, h5, h6, .h01, .h02, .h04, .h05, .h06, h8, .h08 {
	font-family: "poppins-bold", sans-serif;
	color: #252525;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;
}
h3, .h03, h4, .h04 {
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;
	letter-spacing: 0.2rem; 
	font-size: 3.1rem;
	line-height: 1.35;
}
h5, .h05 {
	font-family: "poppins-bold";
	margin-bottom: 1.2rem;
}
h6, .h06 {
	font-family: "poppins-bold";
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	color: #8a8a8a;
}

h1, .h01, h8, .h08 {
	font-size: 3.1rem;
	line-height: 1.35;
 
}
@media only screen and (max-width:600px) {
	h1, .h01, h8, .h08, h3, .h03 {
		font-size: 2.6rem;
	}
}

h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: .15rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .15rem;
}

p img {
	margin: 0;
}
p.lead {
	font-family: "lora-regular", serif;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #737373;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.7rem;
	}
}

em, i, strong, b {
	font-size: 1.6rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: normal;
}
em, i {
	font-family: "lora-italic", serif;
}
strong, b {
	font-family: "lora-regular", serif;
}
small {
	font-size: 1.1rem;
	line-height: inherit;
}
blockquote {
	margin: 3rem 0;
	padding-left: 4rem;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 8rem;
	line-height: 0px;
	margin: 0;
	color: #333;
	font-family: arial, sans-serif;
	position: absolute;
	top: 3rem;
	left: 0;
}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.75;
}
blockquote cite {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.65;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #8d8d8d;
	border: none;
}
abbr {
	font-family: "lora-regular", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #8d8d8d;
}
var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
}
code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}
pre.prettyprint > code {
	border: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid #cfcfd5;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

/**
 * Lists  
 * -
 */

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	display: list-item;
}
ol, ul {
	margin-left: 1.7rem;
}
ul li {
	padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
	margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3e7361;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #3e7361;
}
dd {
	margin: 0 0 0 2rem;
}

/**
 * tables  
 * -
 */

table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: "poppins-regular", sans-serif;
}
th, td {
	padding: 1.5rem 3rem;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
th {
	color: #252525;
	font-family: "poppins-bold", sans-serif;
}
td {
	line-height: 1.5;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/**
 * Spacing  
 * -
 */

button, .button {
	margin-bottom: 1.2;
}
button2, .button2 {
	margin-bottom: 1.2;
}
fieldset {
	margin-bottom: 1.4rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.iw-custom-select {
	margin-bottom: 3rem;
}

/**
 * floated image  
 * -
 */

img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}

/**
 * block grids paddings 
 * -
 */

.bgrid {
	padding: 0 20px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}

/** 
 * ===================================================================
 * preloader
 *
 * ------------------------------------------------------------------- 
 */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0F1215;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	padding: 0;
	background-color: #3e7361;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}


/** 
 * ===================================================================
 * forms
 *
 * ------------------------------------------------------------------- 
 */

fieldset {
	border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 6rem;
	padding: 1.5rem 2rem;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #737373;
	font-family: "poppins-semibold", sans-serif;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 3px;
	background: #FFFFFF;
	max-width: 100%;
	border: 1px solid #d5d5d5;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ss-custom-select {
	position: relative;
	padding: 0;
	display: inline-block;
}
.ss-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
	padding-right: 4rem;
}
.ss-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
	display: none;
}
.ss-custom-select::after {
	content: '\f123';
	font-family: 'Ionicons';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -10px;
	bottom: auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	pointer-events: none;
	color: #252525;
}
textarea {
	min-height: 25rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	color: #000000;
	background: #f4fffe;
	border: 1px solid #d2fef9;
}
label, legend {
	font-family: "lora-regular", sans-serif;
	font-size: 1.4rem;
	margin-bottom: .6rem;
	color: #404040;
	display: block;
}
label span, legend span {
	color: #3e7361;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}

/**
 * Style Placeholder Text  
 * -
 */

::-webkit-input-placeholder {
	color: #a1a1a1;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #a1a1a1;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #a1a1a1;
}
:-ms-input-placeholder {
	color: #a1a1a1;
}
.placeholder {
	color: #a1a1a1 !important;
}


/** 
 * ===================================================================
 * buttons
 *
 * ------------------------------------------------------------------- 
 */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "poppins-bold", sans-serif;
	font-size: 1.6rem;
	height: 5rem;
	line-height: 5rem;
	padding: 0 3rem;
	margin: 0 .3rem 1rem 0;
	background: #d8d8d8;
	color: #252525;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	border-radius: 1000px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #bebebe;
	color: #FFFFFF;
	outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #3e7361;
	color: #FFFFFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #04998a;
}
button.full-width, .button.full-width {
	width: 100%;
	margin-right: 0;
}
button.medium, .button.medium {
	height: 5.5rem !important;
	line-height: 5.5rem !important;
	padding: 0 1.8rem !important;
}
button.large, .button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button.round, .button.round {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	border-radius: 1000px;
}
button.stroke, .button.stroke {
	background: transparent !important;
	border: 3px solid transparent;
	line-height: 4.4rem;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** 
 * ===================================================================
 * buttons2
 *
 * ------------------------------------------------------------------- 
 */

.button2,
button2,
input[type="submit"],
input[type="reset"],
input[type="button2"] {
	display: inline-block;
	font-family: "poppins-bold", sans-serif;
	font-size: 1.6rem;
	height: 5rem;
	line-height: 5rem;
	padding: 0 3rem;
	margin: 0 .3rem 1rem 0;
	background: #d8d8d8;
	color: #252525;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	border-radius: 25px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button2:hover,
button2:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button2"]:hover,
.button2:focus,
button2:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button2"]:focus {
	background: #bebebe;
	color: #FFFFFF;
	outline: 0;
}

.button2.button2-primary,
button2.button2-primary,
input[type="submit"].button2-primary,
input[type="reset"].button2-primary,
input[type="button2"].button2-primary {
	background: #3e7361;
	color: #FFFFFF;
}

.button2.button2-primary:hover,
button2.button2-primary:hover,
input[type="submit"].button2-primary:hover,
input[type="reset"].button2-primary:hover,
input[type="button2"].button2-primary:hover,
.button2.button2-primary:focus,
button2.button2-primary:focus,
input[type="submit"].button2-primary:focus,
input[type="reset"].button2-primary:focus,
input[type="button2"].button2-primary:focus {
	background: #04998a;
}
button2.full-width, .button2.full-width {
	width: 100%;
	margin-right: 0;
}
button2.medium, .button2.medium {
	height: 5.5rem !important;
	line-height: 5.5rem !important;
	padding: 0 1.8rem !important;
}
button2.large, .button2.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}
button2.round, .button2.round {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	border-radius: 1000px;
}
button2.stroke, .button2.stroke {
	background: transparent !important;
	border: 3px solid transparent;
	line-height: 4.4rem;
}
button2.stroke2, .button2.stroke2 {
	background: transparent !important;
	border: 3px solid transparent;
	white-space: normal;
	height: 5rem;
	line-height: 5rem;
}
button2::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** 
 * ===================================================================
 * common styles 
 *
 * ------------------------------------------------------------------- 
 */

.section-intro {
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5.2rem;
	position: relative;
}
.section-intro h1, h3 {
	font-family: "lora-regular", serif;
	font-size: 4.8rem;
	color: #3e7361;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}
.section-intro h5 {
	color: rgba(56, 66, 78, 0.5);
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 0.3rem;
	letter-spacing: .4rem;
}
.section-intro .lead {
	color: rgba(0, 0, 0, 0.45);
}
.section-intro .with-bottom-line {
	position: relative;
	overflow: hidden;
}
.section-intro .with-bottom-line::after {
	display: block;
	background-color: #3e7361;
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
@media only screen and (max-width:600px) {
	section .h01 {
		font-size: 2.5rem;
	}
}

/**
 * responsive:
 * common styles
 * - 
 */

@media only screen and (max-width:768px) {
	.section-intro {
		max-width: 650px;
	}
	.section-intro h1, h3 {
		font-size: 4.2rem;
	}
	.section-intro intro-content .button2 {
		display: block !important;
	}

}
@media only screen and (max-width:600px) {
	.section-intro h1, h3 {
		font-size: 3.8rem;
	}
	.section-intro h5 {
		font-size: 1.5rem;
		letter-spacing: .3rem;
	}
}
@media only screen and (max-width:400px) {
	.section-intro h1, h3 {
		font-size: 3.6rem;
	}
}


/** 
 * ===================================================================
 * header styles 
 *
 * ------------------------------------------------------------------- 
 */

header {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
/* 
	top: 24px;
 */
	z-index: 600;
	background: transparent;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .row {
 
	width: 100%;
	height: 66px;
	position: relative;
	margin: 0;
	padding: 0;
/* 
  	width: 2000px;
 */
}

header .logo {
	margin-top: 2px;
	z-index: 600;
	position: absolute;
	left: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 54px;
	height: 54px;
	background: url("../images/logo-tiny.png") no-repeat center;
	background-size: 54px 54px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sticky {
	position: fixed;
	background-color:rgba(0, 0, 0, 0.5);
	opacity:1.0;
	top: 0;
}
.sticky .logo a {
	width: 54px;
	height: 54px;
	background-size: 54px 54px;
}

/**
 * responsive:
 * header section
 * - 
 */

@media only screen and (max-width:768px) {
	header {
		top: 0;
		padding: 6px 0;
	}
	header .logo a {
		width: 54px;
		height: 54px;
		background-size: 54px 54px;
	}
}

/**
 * primary navigation
 * - 
 */

#main-nav-wrap, .main-navigation {
	margin: 0;
	padding: 0;
	right: 35px;
  position: fixed;
}

/* hide toggle button */
a.menu-toggle {
	display: none;
}

/* main-nav-wrap */
#main-nav-wrap {
	font-family: "poppins-bold", sans-serif;
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: absolute;
	top: 0;
	right: 30px;
}
.main-navigation {
	min-height: 66px;
	display: inline-block;
	width: auto;
	text-align: left;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 66px;
}
.main-navigation li.current a {
	color: #FFFFFF;
}
.main-navigation li.current a::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 80%;
	height: 3px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #3e7361;
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation li.highlight a {
	color: #3e7361;
}
.main-navigation li.with-sep a {
	position: relative;
	padding-left: 22px;
	margin-left: 8px;
}
.main-navigation li.with-sep a::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: rgba(255, 255, 255, 0.1);
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* navigation links */
.main-navigation li a {
	display: block;
	padding: 18px 7px;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
/*	color: #98999a;  */
/* 	color: #88b5a6;  */
	color: #294d41;
	position: relative;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.main-navigation li a:active {
	background-color: transparent !important;
/* 
	background-color: rgba(255, 255, 255, 0.5);
 */
}
.main-navigation li a:hover {
	color: #FFFFFF;
}

/**
 * mobile view - primary navigation
 * - 
 */

/* @media only screen and (max-width:768px) { */
@media only screen and (max-width:900px) {
	#main-nav-wrap {
		display: block;
		width: 100%;
		position: absolute;
/* 
		top: 69px;
 */
		top: 66px;
		right: 0;
	}
	a.menu-toggle {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -20px;
	}
	a.menu-toggle span {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: -1.5px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background-color: white;
		-moz-transition: background 0.2s ease-in-out;
		-o-transition: background 0.2s ease-in-out;
		-webkit-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		transition: background 0.2s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}
	a.menu-toggle span::before, a.menu-toggle span::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
		-moz-transition-duration: 0.2s, 0.2s;
		-o-transition-duration: 0.2s, 0.2s;
		-webkit-transition-duration: 0.2s, 0.2s;
		-ms-transition-duration: 0.2s, 0.2s;
		transition-duration: 0.2s, 0.2s;
		-moz-transition-delay: 0.2s, 0s;
		-o-transition-delay: 0.2s, 0s;
		-webkit-transition-delay: 0.2s, 0s;
		-ms-transition-delay: 0.2s, 0s;
		transition-delay: 0.2s, 0s;
	}
	a.menu-toggle span::before {
		top: -8px;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-webkit-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;
	}
	a.menu-toggle span::after {
		bottom: -8px;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-webkit-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	.menu-toggle.is-clicked span {
		background-color: rgba(255, 255, 255, 0);
	}
	.menu-toggle.is-clicked span::before, .menu-toggle.is-clicked span::after {
		background-color: white;
		-moz-transition-delay: 0s, 0.2s;
		-o-transition-delay: 0s, 0.2s;
		-webkit-transition-delay: 0s, 0.2s;
		-ms-transition-delay: 0s, 0.2s;
		transition-delay: 0s, 0.2s;
	}
	.menu-toggle.is-clicked span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-toggle.is-clicked span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.main-navigation {
		background: #14171c;
		padding: 12px 0px 12px 12px;
		margin: 0;
		width: 50%;
		height: auto;
		clear: both;
		display: none;
	}
	.main-navigation > li {
		display: block;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(200, 200, 200, 0.08);
		padding: 0;
	}
	.main-navigation > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.08);
	}
	.main-navigation li a {
		display: block;
		color: #e6e6e6;
		width: auto;
		padding: 12px 0;
		line-height: 12px;
		border: none;
	}
	.main-navigation li a:hover {
		color: #3e7361;
	}
	.main-navigation li.with-sep a {
		padding-left: 0;
		margin-left: 0;
	}
	.main-navigation li.with-sep a::before {
		display: none;
	}
	.main-navigation li.current > a {
		background: none;
		color: #3e7361;
	}
	.main-navigation li.current > a:after {
		display: none;
	}
}

/**
 * make sure the menu is visible on larger screens
 * -
 */

/* @media only screen and (min-width:769px) { */
@media only screen and (min-width:901px) {
	#main-nav-wrap ul.main-navigation {
		display: block !important;
	}	
}


/** 
 * ===================================================================
 * intro section
 *
 * ------------------------------------------------------------------- 
 */

#intro {
	background: #14181E url(../images/nova-bg-1.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 720px;
	display: table;
	position: relative;
}
.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);  /* IE6-9 */
}
.intro-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
}
.intro-content h1 {
	color: #FFFFFF;
	font-family: "lora-regular", serif;
	font-size: 8.2rem;
	line-height: 1.334;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.intro-content h3 {
	color: #FFFFFF;
	font-family: "lora-regular", serif;
	font-size: 8.2rem;
	line-height: 1.334;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.intro-content h8 {
	color: #FFFFFF;
	font-family: "poppins-bold", sans-serif;
	font-size: 6.2rem;
	line-height: 1.0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.intro-content h5 {
	color: #3e7361;
	font-family: "poppins-bold", sans-serif;
	font-size: 1.8rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.intro-content .video-link a {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 4.2rem;
	outline: none;
}
.intro-content .button {
	border-color: #FFFFFF;
	color: #FFFFFF;
	height: 6.6rem;
	line-height: 6rem;
	padding: 0 3rem !important;
	margin-top: 1.8rem;
	font-family: "poppins-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
}
.intro-content .button:hover, .intro-content .button:focus {
	color: #8ebfae;
	border-color: #8ebfae;
}
.intro-content .button2 {
	-webkit-appearance: none;
	border-color: #FFFFFF;
	color: #FFFFFF;
	height: 100%;
	line-height: 3rem;
	padding: 0 3rem !important;
	margin-top: 1.8rem;
	font-family: "poppins-bold", sans-serif !important;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
}
.intro-content .button2:hover, .intro-content .button2:focus {
	color: #8ebfae;
	border-color: #8ebfae;
}

/**
 * responsive:
 * intro
 * -
 */

@media only screen and (max-width:1024px) {
	.intro-content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.intro-content h1 {
		font-size: 5.4rem;
		max-width: 700px;
	}
	.intro-content h3 {
		font-size: 5.4rem;
		max-width: 600px;
	}
	.intro-content h5 {
		font-size: 1.6rem;
	}
	.intro-content .video-link a {
		width: 72px;
		height: 72px;
		margin-bottom: 3rem;
	}
}
@media only screen and (max-width:768px) {
	#intro {
		min-height: 660px;
	}
	.intro-content h1, h3 {
		font-size: 4.2rem;
		max-width: 550px;
	}
	.intro-content h5 {
		font-size: 1.5rem;
		letter-spacing: .15rem;
	}
    .intro-content .button2 {
	    -webkit-appearance: none;
		border-color: #FFFFFF;
		color: #FFFFFF !important;
		height: 100%;
		line-height: 3rem;
		padding: 0 3rem !important;
		margin-top: 1.8rem;
		font-family: "poppins-bold", sans-serif !important;
		font-size: 1.4rem;
		border-radius: 25px;
		text-transform: uppercase;
		letter-spacing: .1rem;
	}
	.intro-content .button2:hover, .intro-content .button2:focus {
		color: #3e7361;
		border-color: #3e7361;
}


}
@media only screen and (max-width:600px) {
	#intro {
		min-height: 600px;
	}
	.intro-content h1, h3 {
		font-size: 3.8rem;
		margin-bottom: .9rem;
	}
	.intro-content h5 {
		font-size: 1.4rem;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 66px;
		height: 66px;
		margin-bottom: 1.5rem;
	}
}
@media only screen and (max-width:400px) {
	#intro {
		min-height: 550px;
	}
	.intro-content h1, h3 {
		font-size: 3.4rem;
	}
	.intro-content h5 {
		font-size: 1.4rem;
		letter-spacing: .15rem;
	}
	.intro-content .video-link a {
		width: 60px;
		height: 60px;
	}
}

/**
 * video popup modal
 * - 
 */

.popup-modal {
	max-width: 800px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  /* close */
}
.popup-modal .close-popup {
	position: absolute;
	right: 0;
	top: -42px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.popup-modal .close-popup::before {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: "Ionicons";
	content: "\f2d7";
	font-size: 21px;
	color: rgba(255, 255, 255, 0.5);
}

/**
 * responsive:
 * video popup modal
 * - 
 */

@media only screen and (max-width:900px) {
	.popup-modal {
		max-width: 700px;
	}
}
@media only screen and (max-width:768px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}
}

/**
 * transition effect for modal popup
 * - 
 */

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}


/** 
 * ===================================================================
 * about section
 *
 * ------------------------------------------------------------------- 
 */

#about {
	background: #FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	padding-top: 8rem;
	padding-bottom: 12rem;
	overflow: hidden;

}
/* 
.about-content  h5{
	color: #252525;

}
 */
.about-content {
	padding-top: 8rem;
	position: relative;
	text-align: left;
}
.about-content img {
    display: block;
    margin: auto;
	height: 20rem;
	width: 20rem;
	align:left;
	background-color:rgba(0, 0, 0, 0.0);
}

.about-content a{
	color: #3e7361;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-weight: bold;
}
.about-content a:visited{
	color: #3e7361;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.about-left{ 
  width: 50%; 
  padding: 2em; 
} 

.about-right{ 
  width: 50%; 
  padding: 2em; 
  } 

.about-left{ float:left;  }
.about-right{ float:right; } 

.about-content .right-side,
.about-content .left-side,
.about-content .image-part {
	width: 33.33333%;
	font-size: 15px;
	line-height: 27px;
}
.about-content .right-side, .about-content .left-side {
	padding: 0 6% 24px;
	position: absolute;
	top: 0;
}
.about-content .right-side {
	right: 0;
}
.about-content .left-side {
	left: 0;
}
.about-content h5 {
	color: #3e7361;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: .2rem;
	margin-bottom: .3rem;
}

/**
 * responsive:
 * about
 * -
 */

@media only screen and (max-width:1024px) {
	.about-content .right-side, .about-content .left-side {
		padding: 0 3% 24px;
		width: 35%;
	}
	.about-content .image-part {
		height: 600px;
		width: 30%;
	}
}
@media only screen and (max-width:768px) {
	#about {
		padding-bottom: 27rem;
	}
	.about-content .right-side, .about-content .left-side {
		position: static;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
.about-left{ 
  width: 100%; 
} 
.about-right{ 
  width: 100%; 
  } 
}
@media only screen and (max-width:400px) {
	#about {
		padding-bottom: 21rem;
	}
.about-left{ 
  width: 100%; 
} 
.about-right{ 
  width: 100%; 
  } 
}

/** 
 * ===================================================================
 * fees section
 *
 * ------------------------------------------------------------------- 
 */

#fees {
/* 
	background: #090909 url(../images/trial-2-mask.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding-top: 10rem;
	padding-bottom: 12rem;
	color: white;
	width: 100%;
	height: 100%;
	min-height: 720px;
 */
	background: #090909 url(../images/nova-bg-2.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	padding-top: 8rem;
	padding-bottom: 12rem;
	overflow: hidden;

/* 
	background: #14181E url(../images/about-nova-bg-sm.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	padding-top: 8rem;
	padding-bottom: 12rem;
	overflow: hidden;
 */

}

/* 
.fees-content  h5{
	color: #252525;

}
 */
.fees-content {
	position: relative;
	text-align: left;
	padding-top: 8rem;
/* 
	text-align: center;
 */
}
.fees-content img {
    display: block;
    margin: auto;
	height: 20rem;
	width: 20rem;
	align:left;
	background-color:rgba(0, 0, 0, 0.0);
}

.fees-content a{
	color: #3e7361;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-weight: bold;
}
.fees-content a:visited{
	color: #3e7361;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-weight: bold;
}


.fees-content .right-side,
.fees-content .left-side,
.fees-content .image-part {
	width: 33.33333%;
	font-size: 15px;
	line-height: 27px;
}
.fees-content .right-side, .fees-content .left-side {
	padding: 0 6% 24px;
	position: absolute;
	top: 0;
}
.fees-content .right-side {
	right: 0;
}
.fees-content .left-side {
	left: 0;
}
.fees-content h5 {
	color: rgba(122, 122, 122, 0.8);
/* 
	color: #e1ebe8;
 */
}
#fees .section-intro h1, h3 {
	color: #3e7361;
/* 	color: #e1ebe8; */
}
#fees .section-intro h5 {
/* 
	color: #3e7361;
 */
	color: #e1ebe8;
}
#fees .section-intro p {
	color: rgba(255, 255, 255, 0.7);
}

.fees-content p {
/* 	color: rgba(0, 0, 0, 0.5); */
	color: #3e7361;
}

/**
 * responsive:
 * fees
 * -
 */

@media only screen and (max-width:1024px) {
	.fees-content .right-side, .fees-content .left-side {
		padding: 0 3% 24px;
		width: 35%;
	}
	.fees-content .image-part {
		height: 600px;
		width: 30%;
	}
}
@media only screen and (max-width:768px) {
	#fees {
		padding-bottom: 27rem;
	}
	.fees-content .right-side, .fees-content .left-side {
		position: static;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
/* 
	.fees-content .image-part {
		width: 300px;
		position: absolute;
		bottom: -630px;
		left: 50%;
		margin-left: -150px;
	}
 */
}
@media only screen and (max-width:400px) {
	#fees {
		padding-bottom: 21rem;
	}
/* 
	.fees-content .image-part {
		width: 230px;
		bottom: -540px;
		margin-left: -115px;
	}
 */
}

/** 
 * ===================================================================
 * therapist section
 *
 * ------------------------------------------------------------------- 
 */


#therapist {
/* 
	background: #e6e6e6; changes
	background: #000000;
 */
	background: #FFFFFF;
	padding-top: 8rem;
	padding-bottom: 8rem;
	overflow: hidden;
}

details {
/*     border: 1px solid #aaa; */
/*     border-radius: 4px; */
    padding: .5em 0em 0;
}
summary {
    font-weight: bold;
    margin: -2.5em -0em 0;
    padding: .5em;
    cursor: pointer;
}

.therapist-left{ 
  width: 25%; 
/* 
  padding: 2em; 
 */
} 
.therapist-right{ 
  width: 75%; 
/*   padding: 2em;  */
} 

.therapist-left{ float:left;  }
.therapist-right{ float:right; } 

.therapist-content {
	padding-top: 8rem;
	position: relative;
	text-align: left;
}
.therapist-content .right-side,
.therapist-content .left-side,
.therapist-content .image-part {
	width: 33.33333%;
	font-size: 15px;
	line-height: 27px;
}
.therapist-content img {
    display: block;
    margin: auto;
	height: 24rem;
	width: 24rem;
	border-radius: 50%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

	float: middle;
}
.therapist-content .right-side, .therapist-content .left-side {
	padding: 0 6% 24px;
	position: absolute;
	top: 0;
}
.therapist-content .right-side {
	right: 0;
}
.therapist-content .left-side {
	left: 0;
}
.therapist-content h5 {
	color: #3e7361;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: .2rem;
	margin-bottom: .3rem;
}

/**
 * responsive:
 * therapist
 * -
 */

@media only screen and (max-width:1024px) {
	.therapist-content .right-side, .therapist-content .left-side {
		padding: 0 3% 24px;
		width: 35%;
	}
	.therapist-content .image-part {
		height: 600px;
		width: 30%;
	}
}
@media only screen and (max-width:768px) {
	#therapist {
		padding-bottom: 12rem;
	}
	.therapist-content .right-side, .therapist-content .left-side {
		position: static;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
}
@media only screen and (max-width:400px) {
	#therapist {
		padding-bottom: 21rem;
	}
}

@media only screen and (max-width:1024px) {
	.therapist-right, .therapist-left {
		position: relative;
		width: 100%;
		max-width: 980px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		float:left;
	}
}
@media only screen and (max-width:768px) {
	.therapist-right, .therapist-left {
		position: relative;
		width: 100%;
		max-width: 680px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		float:left;
	}
}
@media only screen and (max-width:600px) {
	.therapist-right, .therapist-left {
		position: relative;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		float:left;
	}
}

@media only screen and (max-width:400px) {
	.therapist-right, .therapist-left {
		position: relative;
		width: 100%;
		max-width: 380px;
		font-size: 1.6rem;
		line-height: 2rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		float:left;
	}
}




/** 
 * ===================================================================
 * careers section
 *
 * ------------------------------------------------------------------- 
 */

#careers {
	background: #14181E url(../images/nova-bg-3.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	padding-top: 8rem;
	padding-bottom: 12rem;
	min-height: 720px;
	overflow: hidden;
}
#careers .section-intro h1, h3 {
	color: #3e7361;
}
#careers .section-intro h5 {
	color: rgba(255, 255, 255, 0.8);
}
#careers .section-intro p {
	color: #3e7361;
}
#careers .section-content {
	padding-top: 20rem;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-1.2rem);
	-ms-transform: translateY(-1.2rem);
	transform: translateY(-1.2rem);
		width: 100%;
	height: 100%;
	min-height: 720px;
	display: table;
	position: relative;

}
#careers .careers-content p {
	color: rgb(90,90,90);
	font-family: "lora-regular", serif;
	font-size: 1.8rem;
	line-height: 1.8;
}
.section-head h5 {
	text-align: center;
	color: #3e7361;
	font-size: 2rem;
	line-height: 1.875;
	letter-spacing: .2rem;
	margin-bottom: 2rem;
}
.careers-content a{
	color:  #3e7361;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-weight: bold;

}
.careers-content a:hover, a:focus {
	color: #73b49e;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.careers-list {
	margin-top: 1.2rem;
	text-align: center;
}
.careers-list .feature {
	margin-bottom: 1.2rem;
	padding: 0 32px;
}
.careers-list .icon {
	display: inline-block;
	margin-bottom: 2.1rem;
}
.careers-list .icon i {
	font-size: 4.8rem;
}
.careers-list .h05 {
	font-size: 1.7rem;
	line-height: 1.765;
	color: #3e7361;
	margin-bottom: 1.8rem;
}

/**
 * responsive:
 * careers
 * -
 */

@media only screen and (max-width:768px) {
	.careers-content {
		max-width: 600px;
	}
	.careers-list .feature {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.careers-list .feature {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.careers-list .feature {
		padding: 0;
	}
}

@media only screen and (max-width:1024px) {
	.careers-right, .careers-left {
		position: relative;
		width: 100%;
		max-width: 980px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		float:left;
	}
}
@media only screen and (max-width:768px) {
	#careers {
		padding-bottom: 6rem;
		height: auto;
	}
	.careers-right, .careers-left {
		position: relative;
		width: 100%;
		max-width: 680px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		float:left;
	}
}
@media only screen and (max-width:600px) {
	#careers {
		padding-bottom: 6rem;
		height: auto;
	}
	.careers-right, .careers-left {
		position: relative;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		float:left;
	}
}

@media only screen and (max-width:400px) {
	#careers {
		padding-bottom: 6rem;
		height: auto;
	}
	.careers-right, .careers-left {
		position: relative;
		width: 100%;
		max-width: 380px;
		font-size: 1.6rem;
		line-height: 2rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		float:left;
	}
}


/* ------------------------------------------------------------------ */
/* l. getstarted
/* ------------------------------------------------------------------ */

/* 
#intro {
	background: #14181E url(../images/intro-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	min-height: 720px;
	display: table;
}
 */
#getstarted {
	background: #FFFFFF;
	padding-top: 8rem;
	padding-bottom: 12rem;
	overflow: hidden;
}
#getstarted .section-intro {
	padding-bottom: 0em;
}

.getstarted-content .right-side, .getstarted-content .left-side, .getstarted-content .center {
	padding: 0 6% 24px;
	padding-top: 8rem;
	position: absolute;
	top: 0;
}
.getstarted-content .right-side {
	right: 0;
}
.getstarted-content .left-side {
	left: 0;
}
.getstarted-content .center {
	left: 0;
}
.section-head h5 {
	text-align: center;
	color: #3e7361;
	font-size: 2rem;
	line-height: 1.875;
	letter-spacing: .2rem;
	margin-bottom: 2rem;
}

.getstarted-left{ 
		position: relative;
		width: 70%;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		max-width:900px;
/* 		float:left; */
} 
.getstarted-left h5{ 
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: .2rem;
	margin-bottom: .3rem;
  padding: 2em; 
	color: rgba(0, 0, 0, 0.4);
/* 
	color: rgba(62, 115, 97, 0.4);
 */
}
.getstarted-right{ 
  width: 35%; 
  padding: 2em; 
} 

.getstarted-right{ float:right; } 

.getstarted-form h2 {
	color: #9c9c9c;
   font-size: 1.2rem;
   line-height: 1.2;
   text-transform: none;
	font-family: "lora-regular", serif;
	letter-spacing: .000001rem;
}

.getstarted-form h5 {
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: .2rem;
	margin-bottom: .3rem;
  padding: 2em; 
}

.getstarted-form label {
   font: 15px/20px "poppins-bold", sans-serif;
	text-transform: uppercase;
   margin: 2px 0;
	color: #3e7361;
	display: inline-block;
	float: left;
   width: 24%;
}
.getstarted-form input,
.getstarted-form textarea,
.getstarted-form select {
	color: #eee;
	background: #bac0c4;
	margin-bottom: 30px;
	border: 0;
	outline: none;
   font-size: 14px;
   line-height: 16px;
   width: 76%;
	font-family: "lora-regular", serif;
}
*::-webkit-input-placeholder {
    color: white;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: white;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: white;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

.getstarted-form textarea {
	min-height: 12rem;
}
.getstarted-form input:focus,
.getstarted-form textarea:focus,
.getstarted-form select:focus {
	color: #fff;
	background-color: #3e7361;
}
.getstarted-form button.submit {
	display: inline-block;
	font-family: "poppins-bold", sans-serif;
	font-size: 1.6rem;
	height: 5rem;
	line-height: 5rem;
    margin: auto;
	text-transform: uppercase;
	letter-spacing: .4rem;
	color:#fff;
	background: #3e7361;
	border: none;
   	cursor: pointer;
	border-radius: 1000px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    display: block;
}
.getstarted-form button.submit:hover {
	color: #f5f5f5;
	background: #7d8184;
}


.getstarted-form span.required {
	color: #3e7361;
	font-size: 13px;
    margin: auto;
}

#message-warning, #message-success {
   display: none;
	background: #454749;
	padding: 24px 24px;
	margin-bottom: 36px;
   width: 100%;
}
#message-warning { color: #D72828; }
#message-success { color: #3e7361; 
	text-align:center;
}

#message-warning i,
#message-success i {
   margin-right: 10px;
   font-size: 4.8rem;

}

#image-loader2 {
   display: none;
   position: relative;
   left: 18px;
   top: 12px;
}


#getstarted img {
    display: block;
    margin: auto;
    width: 60%;
}

/**
 * responsive:
 * getstarted
 * -
 */

@media only screen and (max-width:1024px) {
/* 
	.getstarted-right, .getstarted-left {
		padding: 0 3% 24px;
		width: 35%;
	}
 */
	.getstarted-right, .getstarted-left {
		position: relative;
		width: 100%;
		max-width: 980px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
/* 
		float:left;
 */
	}
}
@media only screen and (max-width:768px) {
	#getstarted {
		padding-bottom: 6rem;
	}
	.getstarted-right, .getstarted-left {
		position: relative;
		width: 100%;
		max-width: 680px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
/* 
		float:left;
 */
	}
}
@media only screen and (max-width:600px) {
	#getstarted {
		padding-bottom: 6rem;
	}
	.getstarted-right, .getstarted-left {
		position: relative;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
/* 		float:left; */
	}
	.getstarted-form label {
  	 	margin: 4px 0;
		color: #3e7361;
		display: inline-block;
		float: left;
	   	width: 100%; /* change*/
	}
	.getstarted-form input,
	.getstarted-form textarea,
	.getstarted-form select {
	   	width: 100%;
	}
	.getstarted-form textarea {
		min-height: 14rem;
	}
}

@media only screen and (max-width:400px) {
	#getstarted {
		padding-bottom: 6rem;
	}
	.getstarted-right, .getstarted-left {
		position: relative;
		width: 100%;
		max-width: 380px;
		font-size: 1.6rem;
		line-height: 2rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
/* 		float:left; */
	}
	.getstarted-form label {
  	 	margin: 4px 4px;
		color: #3e7361;
		display: inline-block;
		float: left;
	   	width: 50%;
	}
	.getstarted-form input,
	.getstarted-form textarea,
	.getstarted-form select {
	   	width: 100%;
	}
	.getstarted-form textarea {
		min-height: 14rem;
	}
}

/** 
 * ===================================================================
 * 17. contact - (_layout.scss)
 *
 * ------------------------------------------------------------------- 
 */
#contact {
	background: #090909 url(../images/nova-bg-4.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding-top: 9.5rem;
	padding-bottom: 12rem;
	color: white;
	position:relative;
	height: 100%;
	min-height: 800px;
}
#contact a, a:visited {
	color: #3e7361;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#contact .section-intro p {
	color: rgba(255, 255, 255);
}

.contact-info {
	margin: 1rem auto 0;
	font-size: 1.5rem;
	text-align: center;
	padding: 0;
}
.contact-info .collapse {
	padding: 0;
}
.contact-info .icon {
	margin-bottom: 2.1rem;
}
.contact-info .icon i {
	font-size: 4.2rem;
	color: #3e7361;
}
.contact-info h5 {
	color: rgba(90, 90, 90,0.8);
}
.contact-info h8 {
	color: #FFFFFF;
}



@media only screen and (max-width:1024px) {
	#contact {
.contact-info {
	margin: 4.8rem auto 0;
/* 	font-family: "poppins-regular", sans-serif; */
	font-size: 1.5rem;
	text-align: center;
}
	}
}
@media only screen and (max-width:768px) {
	#contact {
.contact-info {
	margin: 4.8rem auto 0;
/* 	font-family: "poppins-regular", sans-serif; */
	font-size: 1.5rem;
	text-align: center;
}
	height: auto;
	}
}
@media only screen and (max-width:600px) {
	#contact {
	height: auto;	
	}
}

@media only screen and (max-width:480px) {
	#contact {
.contact-info {
	margin: 4.8rem auto 0;
/* 	font-family: "poppins-regular", sans-serif; */
	font-size: 1.5rem;
	text-align: center;
}
	height: auto;
	}
}


/* ================================================================== */

/* i. Map

/* ================================================================== */

#map {
   display: block;
	height: 486px;
   width: 100%;
   background-color: #F6F4EF;
}
#map img { max-width:inherit !important; }
#map .map-error {
  text-align: center;
  padding-top: 48px;
  color: #C0B491;
  font-size: 14px;
}


/** 
 * ===================================================================
 * footer
 *
 * ------------------------------------------------------------------- 
 */

footer {
	padding-bottom: 3rem;
	font-size: 1.5rem;
	line-height: 1.7rem;
	font-family: "poppins-medium", sans-serif;
	color: #465166;
}
footer a, footer a:visited {
	color: #3e7361;
}
footer a:hover, footer a:focus {
	color: #FFFFFF;
}
footer h4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	color: #FFFFFF;
}
footer ul {
	margin-left: 0;
}
footer ul li {
	padding-left: 0;
}
.footer-main {
	padding-top: 6.6rem;
	padding-bottom: 4.2rem;
	background: #171b23;
}
.footer-main ul {
	font-size: 1.5rem;
}
.footer-main ul li {
	font-family: "poppins-bold", sans-serif;
	list-style: none;
}
.footer-main ul a, .footer-main ul a:visited {
	color: #465166;
}
.footer-main ul a:hover, .footer-main ul a:focus {
	color: #FFFFFF;
}
.footer-main .footer-logo {
	width: 162px;
	height: 39px;
	background: url("../images/footer-logo.png") no-repeat center;
	background-size: 162px 39px;
	margin: -.6rem 0 2.1rem -.3rem;
	display: block;
}
.footer-main .footer-subscribe p {
	margin-bottom: 1.2rem;
}
.footer-main .footer-subscribe .subscribe-form #mc-form {
	padding: 0;
}
.footer-main .footer-subscribe .subscribe-form input[type="email"] {
	padding: .6rem 2rem;
	border-radius: 5px;
	background: #232933;
	border: none;
	width: 100%;
	font-family: "poppins-regular", sans-serif;
	color: #bababa;
	margin-bottom: 1.8rem;
}
.footer-main .footer-subscribe .subscribe-form input[type="submit"] {
	display: none;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message {
	font-family: "poppins-bold", sans-serif;
	color: #FFFFFF;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message i {
	color: #3e7361;
	margin-right: 5px;
}
.footer-main .footer-subscribe .subscribe-form ::-webkit-input-placeholder {
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-moz-placeholder {
	/* Firefox 18- */
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-ms-input-placeholder {
	color: #545454;
}
.footer-main .footer-subscribe .subscribe-form .placeholder {
	color: #545454 !important;
}
.footer-bottom {
	margin-top: 3rem;
	text-align: center;
}
.footer-bottom .copyright span {
	display: inline-block;
}
.footer-bottom .copyright span::after {
	content: "|";
	display: inline-block;
	padding: 0 1rem 0 1.2rem;
	color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
	display: none;
}

/**
 * responsive:
 * footer
 * -
 */

@media only screen and (max-width:768px) {
	.footer-main .footer-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-main .footer-serv {
		text-align: center;
	}
}
@media only screen and (max-width:600px) {
	.footer-main .row {
		max-width: 420px;
	}
	.footer-main .footer-subscribe {
		text-align: center;
	}
	.footer-main .subscribe-form form input[type="email"] {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}
	.footer-bottom {
		padding-bottom: .6rem;
		font-size: 1.2rem;
		
	}
	.footer-bottom .copyright span {
		display: block;
	}
	.footer-bottom .copyright span::after {
		display: none;
	}
}
@media only screen and (max-width:400px) {
	.footer-main .site-links, .footer-main .social-links {
		text-align: center;
	}
	.footer-main .site-links h4, .footer-main .social-links h4 {
		border: none;
	}
	.footer-main ul {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-main ul li a {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
		padding: .6rem 0;
	}
	.footer-main ul li:first-child a {
		border-top: 1px solid rgba(255, 255, 255, 0.03);
	}
	.footer-bottom {
		padding-bottom: .6rem;
		font-size: 0.5rem;
		
	}
}

/**
 * go to top
 * -
 */

#go-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 600;
	display: none;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 66px;
	width: 60px;
	line-height: 66px;
	text-align: center;
	background: #3e7361;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top a i {
	font-size: 20px;
	line-height: inherit;
}
#go-top a:hover {
/* 
	background: #3e7361;
 */
	background: #7d8184;
	color: #FFFFFF;
}




/*# sourceMappingURL=main.css.map */