/* Base theme
-------------------------------------------------- */
body {
	background-color: #fff;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	line-height: 1.6em;
	padding-top: 80px;
}
@media (min-width:768px) {
	body {
		padding-top: 106px;
	}
}
@media (min-width:1200px) {
	body {
		padding-top: 106px;
	}
}


/* Basic styling
-------------------------------------------------- */
a {
	color: #000;
}
a:hover, a:focus {
	color: #2ec4b6;
	text-decoration: none;
}
p {
	margin: 0 0 25px;
}
table p {
	margin: 0;
}
ul, ol {
	padding-left: 15px;
}
form {
	/* Hack to offset success msg because of fixed navbar */
	margin-top: -50px;
	padding-top: 50px;
}


/* Nav styling
-------------------------------------------------- */
.navbar-default {
	min-height: 50px;
	border-radius: 0;
	border-width: 0 0 1px 0;
	background-color: #87e5c7;
	background-color: rgba(135, 229, 199, 0.95);
	transition: all 0.5s ease;
}
.navbar-default .navbar-nav li a {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
	padding: 7px 10px;
	white-space: nowrap;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff; /* Menu text hover colour */
	background-color: #40c9a2;
	border-radius: 5px;
}

/* Menu adjustment based on window size
-------------------------------------------------- */
.navbar-right {
	position: relative;
	margin: 7px 0 7px 0 !important;
	padding-bottom: 50px; /* Fix bug where bottom of long menu cannot be seen on mobile landscape view */
	transition: all 0.5s ease;
}
@media (min-width:768px) {
	.navbar-default .container {
		position: relative;
	}
	.navbar-right {
		position: relative;
		top: 21px;
		right: 15px;
		max-width: 475px;
		padding-bottom: 0;
		margin-bottom: 40px !important;
	}
}
@media (min-width:992px) {
	.navbar-right {
		max-width: 675px;
	}
}
@media (min-width:1200px) {
	.navbar-right {
		max-width: 850px;
		text-align: right;
	}
}


/* Mobile menu styling
-------------------------------------------------- */
.navbar-default .navbar-toggle {
	background-color: #fff; /* Mobile menu bg default colour */
	border-color: #999;
	margin: 15px 15px 0 0;
	transition: all 0.4s ease;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #999; /* Mobile menu lines default colour */
	transition: all 0.4s ease;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd; /* Mobile menu bg hover colour */
	transition: all 0.4s ease;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #999; /* Mobile menu lines hover colour */
	transition: all 0.4s ease;
}

/* Dropdown menu styling
-------------------------------------------------- */
.navbar-default .navbar-nav > .open > a {
	color: #fff !important;
	background-color: #40c9a2!important;
}
.dropdown-menu {
	background-color: #87e5c7;
	background-color: rgba(135, 229, 199, 0.95);
}
.dropdown-menu > li > a {
	color: #000 !important;
	background-color: #87e5c7 !important;
	background-color: rgba(135, 229, 199, 0.95) !important;
	padding: 10px 20px !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff !important;
	background-color: #40c9a2 !important;
	background-color: rgba(64, 201, 162, 0.95) !important;
}


/* Logo
-------------------------------------------------- */
.navbar-brand {
	padding: 10px 15px;
	min-height: 50px;
	height: auto;
	transition: all 0.5s ease;
}
.navbar-brand img {
	height: 45px;
	transition: all 0.5s ease;
}
@media(min-width:768px) {
	.navbar-default {
		min-height: 50px;
	}
	.navbar-brand {
		padding: 15px 15px;
		min-height: 50px;
	}
	.navbar-brand img {
		height: 61px;
	}
}


/* Nav shrink on scroll
-------------------------------------------------- */
.navShrink {
	transition: all 0.5s ease;
	min-height: 40px;
}
.navShrink .navbar-toggle {
	margin: 5px 15px 5px 0;
	transition: all 0.4s ease;
}
.navShrink .navbar-brand {
	padding: 5px 15px;
	min-height: 35px;
	transition: all 0.5s ease;
}
.navShrink .navbar-brand img {
	height: 35px;
	transition: all 0.5s ease;
}
.navShrink .navbar-right {
	position: relative;
	right: 0;
	top: 0;
	margin-bottom: 5px !important;
	transition: all 0.5s ease;
}
.navShrink .navbar-right > li > a {
	padding: 7px 10px;
}
@media (min-width:768px) {
	.navShrink .navbar-brand {
		padding: 5px 15px;
	}
	.navShrink .navbar-right > li > a {
		padding: 7px 10px;
	}
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
	.navShrink .navbar-brand {
		padding: 5px 15px;
	}
	.navShrink .navbar-right > li > a {
		padding: 7px 10px;
	}
}



/* Flex Slideshow Adjustments
-------------------------------------------------- */
.header-carousel .flexslider {
	background-color: transparent !important;
	max-width: 100% !important;
	height: 200px;
	overflow: hidden !important;
	margin: 0 0 0 0 !important;
	border-radius: 0 !important;
	border-width: 0 !important;
	position: relative;
}
.header-carousel .flex-direction-nav a:before {
	font-size: 30px !important;
}
.header-carousel .flex-control-nav {
	bottom: 2% !important;
	z-index: 5 !important;
}
.header-carousel .flex-control-paging li a {
	background: #fff !important;
	background: rgba(255, 255, 255, 0.5) !important;
}
.header-carousel .flex-control-paging li a:hover {
	background: #fff !important;
	background: rgba(255, 255, 255, 0.7) !important;
}
.header-carousel .flex-control-paging li a.flex-active {
	background: #fff !important;
	background: rgba(255, 255, 255, 0.9) !important;
}
.header-carousel .flexslider .slides {
	height: 200px;
}
.header-carousel .flexslider .slides li {
	position: inherit !important;
}
.header-carousel .flexslider .slides img {
	position: absolute !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: none !important;
	/* hack to center image */
	top: -9999px !important;
	bottom: -9999px !important;
	left: -9999px !important;
	right: -9999px !important;
	margin: auto !important;
	-moz-user-select: none;
	height: auto !important;
}
.header-carousel .flex-caption {
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 10%;
	z-index: 10;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-shadow: 1px 1px #444;
}
@media(min-width:450px){
	.header-carousel .flexslider {
		height: 300px !important;
	}
	.header-carousel .flexslider .slides {
		height: 300px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}
@media(min-width:600px){
	.header-carousel .flexslider {
		height: 350px !important;
	}
	.header-carousel .flexslider .slides {
		height: 350px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}
@media(min-width:768px){
	.header-carousel .flexslider {
		height: 350px !important;
		border-radius: 5px !important;
		z-index: 0;
	}
	.header-carousel .flexslider .slides {
		height: 350px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}
@media(min-width:992px){
	.header-carousel .flexslider {
		height: 400px !important;
	}
	.header-carousel .flexslider .slides {
		height: 400px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}
@media(min-width:1500px){
	.header-carousel .flexslider {
		height: 480px !important;
	}
	.header-carousel .flexslider .slides {
		height: 480px !important;
	}
	.header-carousel .flexslider .slides img {
		height: auto !important;
		width: 100% !important;
	}
}


/* Container
-------------------------------------------------- */
.main-content {
	/*
	margin-top: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	border: 1px solid #ccc;
	*/
}
/* Breadcrumb
-------------------------------------------------- */
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
}
.breadcrumb a {
	color: #999;
}
.breadcrumb a:hover {
	color: #333;
}
.breadcrumb > li + li::before {
	content: "";
	font-family: "Glyphicons Halflings";
	font-size: 11px;
	color: #ccc;
}
/* Text container
-------------------------------------------------- */
.text-content {
	padding: 0 15px 0 15px;
}
.text-content a, .a {
	border-bottom: 1px dotted #777;
}
.text-content a:hover, .a:hover {
	border-color: #000;
}
.no-underline {
	border-bottom: 0 none #777 !important;
}
.no-underline img {
	margin-bottom: 5px;
}
@media(min-width:992px) {
	.text-content {
		padding: 0 15px 0 15px;
	}
}

/* General styling
-------------------------------------------------- */
.bottom-space {
	margin-bottom: 15px;
}
h1, h2, h3 {
	font-family: 'Cookie', 'Times New Roman', Times, serif;
	text-align: left;
	font-weight: normal;
	line-height: 1.2em;
}
h1 { font-size: 42px; }
h2 { font-size: 34px; }
h3 { font-size: 26px; }

.header-image {
	margin-top: 15px;
}


/* Section title
-------------------------------------------------- */
.related-pages {
	margin-top: 15px;
}
.thumbnail {
	padding: 0;
	border-style: none;
	border-radius: 4px;
	overflow: hidden;
	background-color: #57cc95;
}
.thumbnail .caption {
	font-size: 14px;
	color: #fff;
	padding: 20px;
}
.thumbnail .section-title {
	margin: 0;
	font-size: 26px;
	color: #fff;
	text-align: left;
}
.thumbnail .section-title a {
	color: #fff;
}
.thumbnail .section-title a:hover {
	text-decoration: none;
}
.thumbnail .section-content {
	padding: 0;
	margin: 10px 0 0 0;
}
.thumbnail .btn-more {
	display: block;
	border-top: 2px solid #fff;
	padding: 15px 20px;
	background-color: #57cc95;
	font-size: 12px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
}
.thumbnail .btn-more:hover {
	text-decoration: none;
}
.thumbnail-active {
	cursor: pointer;
	background-color: #3a8763;
}
.thumbnail-active .btn-more {
	background-color: #3a8763;
}



/* Lead
-------------------------------------------------- */
.lead {
	font-size: 16px !important;
	line-height: 1.6;
	margin: 20px 0 0 0;
	text-align: left;
}
@media(min-width:768px) {
	.lead {
		text-align: justify;
	}
}


/* Photo Gallery
-------------------------------------------------- */
.gallery-item {
	margin-bottom: 30px;
}
.flex-images .flexOverlay {
	position: absolute;
	bottom: 0;
	margin: 0 auto 5px auto;
	width: 100%;
}
.flex-images .flexCaption {
	margin: 0 auto;
	background-color: #000;
	font-size: 12px;
	color: #fff;
	line-height: 1em;
	text-align: center;
	width: 95%;
	padding: 10px 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.photo-gallery {
	max-width: 997px;
}


/* Contact page addresses
-------------------------------------------------- */
.help-block {
	color: #999;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		width: 100px;
	}
	.dl-horizontal dd {
		margin-left: 120px;
	}
}


/* Whatsapp link
-------------------------------------------------- */
.live-chat {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  line-height: 0;
  background-color: rgba(13,167,70,0.8);
  padding: 5px;
  border-radius: 5px;
}
.live-chat a img {
	opacity: 0.8;
	width: 25px;
	transition: opacity 0.2s ease-in;
}
.live-chat a:hover img {
	opacity: 1;
}
@media only screen and (min-width: 601px) {
  .live-chat {
    padding: 10px;
	}
	.live-chat a img {
		width: 30px;
  }
}


/* Footer
-------------------------------------------------- */
#footer {
	background-color: #664147;
	font-size: 14px;
	color: #ddd0d2;
	margin-top: 60px;
}
#footer a {
	color: #ddd0d2;
}
#footer a:hover {
	color: #fff;
}
#footer .sections {
	margin-bottom: 100px;
	position: relative;
}
#footer .footer-header {
	border-bottom: 1px dotted #c1a0a6;
	color: #ddd0d2;
	font-size: 28px;
	font-weight: normal;
	margin: 60px 0 15px 0;
}


/* Footer Menu
-------------------------------------------------- */
#footer .footer-menu {
	margin: 0 auto;
	line-height: 1.6em;
	text-align: left;
	font-weight: normal;
}
#footer .footer-menu li {
	margin-bottom: 5px;
}
#footer .footer-menu a {
	white-space: nowrap;
}


/* Footer Credits
-------------------------------------------------- */
#footer .copyright {
	border-top: 1px dotted #c1a0a6;
	font-size: 13px;
	color: #ddd0d2;
	text-align: center;
	margin-top: 15px;
	padding-top: 30px;
}
#footer .copyright a {
	color: #ddd0d2;
}

/* Social Icons
-------------------------------------------------- */
#footer .socialIcons {
	position: relative;
	margin: 0 auto;
	width: 270px;
}
#footer .socialIcons div {
	float: left;
	width: 35px;
	height: 35px;
	margin: 0 5px 10px 5px;
	overflow: hidden;
}
#footer .socialIcons div img {
	position: relative;
}
#footer .socialIcons .facebook 		img { left:	 0; top: -35px; }
#footer .socialIcons .blog 			img { left: -35px; top: -35px; }
#footer .socialIcons .youtube 		img { left: -70px; top: -35px; }
#footer .socialIcons .instagram 	img { left: -105px; top: -35px; }
#footer .socialIcons .twitter 		img { left: -140px; top: -35px; }
#footer .socialIcons .googleplus 	img { left: -175px; top: -35px; }
#footer .socialIcons .pinterest 	img { left: -210px; top: -35px; }
#footer .socialIcons .linkedin 		img { left: -245px; top: -35px; }
#footer .socialIcons .tumblr 		img { left: -280px; top: -35px; }


/* Browser issue
-------------------------------------------------- */
.browserIssue {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px 0;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #444;
	font-size: 13px;
	color: #fff;
	text-align: center;
	z-index: 9999;
}


/* Fade overlay
-------------------------------------------------- */
#fadeCover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	display: none;
	top: 0;
	left: 0;
	z-index: 9999;
}
#fadeCover div {
	position: absolute;
	width: 100%;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	text-align: center;
}


/* Notification styling
-------------------------------------------------- */
.successBox, .errorBox {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	border-radius: 5px;
	font-size: 13px;
	line-height: 20px;
}
.successBox {
	background-color: #e4f8dd;
	background-image: url('../images/icon-form-success.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 1px solid #6bbe55;
	color: #4d743f;
}
.errorBox {
	background-color: #f8dddd;
	background-image: url('../images/icon-form-error.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 1px solid #d95b5b;
	color: #992c2c;
}


/* jQuery UI widgets font size
-------------------------------------------------- */
.ui-widget {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 16px !important;
}
.ui-widget select {
	padding: 1px;
	font-size: 0.9em !important;
}
textarea {
	resize: vertical;
}
.ui-spinner-input {
	height: 26px;
}
#sb-container {
	z-index: 9999 !important;
}
.iCheckbox {
	float: left;
	margin: 5px 10px 0 0;
	background-color: #fff;
}
.labelCheckbox {
	float: left;
	font-weight: bold;
	margin-top: 3px;
}

#CDSWIDSSP {
	width: 100% !important;
}