/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 31px;
	height: 132px;
	font-size: 18px;
	color: #fff;
	background: rgba(80,183,127,0.9);
	z-index: 100000;
}

#header .logo {
	position: absolute;
	width: 23.125em;
	height: 23.125em;
	overflow: hidden;
	font-size: 16px;
	padding-top: 8.1875em;
	left: 3.513513513513514%;
	top: -163px;
	border: 0.3125em solid #50b77f;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#header .logo img {
	display: block;
	width: 14em;
	margin: 0 auto;
}

#header .contact {
	position: absolute;
	right: 3.513513513513514%;
	top: 9px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: bold;
}

#header .contact li {
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
	text-align: right;
}

#header .contact li a {
	display: inline-block;
	color: inherit;
}

#header #navigation {
	position: absolute;
	right: 3.513513513513514%;
	top: 86px;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
}

#header #navigation ul li {
	position: relative;
	float: left;
	margin: 0 0 0 35px;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 1.1;
}

#header #navigation ul li:first-child {
	margin-left: 0;
}

#header #navigation ul li a {
	color: #fff;
}

#header #navigation ul li.Current a,
#header #navigation ul li.Parent a,
#header #navigation ul li:hover a {
	color: #040404;
}

#header #navigation li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: 0;
	padding: 8px 0 0;
	border-bottom: 4px solid #37a06a;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#header #navigation li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #41a872;
	color: #fff;
}

#header #navigation li ul li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#header #navigation li ul li a {
	display: block;
	padding: 8px 15px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
	color: #fff !important;
}

#header #navigation li ul li:after {
	display: none;
}

#header #navigation li ul li:hover {
	background-color: #61c78e;
	color: #fff;
}

#header #navigation li ul { 
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	transform: translateY(-5%);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;*/
}

#header #navigation li:hover ul {
	visibility: visible; 
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0s, 0s, 0.3s;
	-moz-transition-delay: 0s, 0s, 0.3s;
	transition-delay: 0s, 0s, 0.3s;
}

#header #navigation ul li.hasSub>a {
	padding-right: 1em;
}

#header #navigation ul li.hasSub>a:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.1666666666666667em;
	content: "";
	display: inline-block;
	width: 0.5555555555555556em;
	height: 0.3333333333333333em;
	background: url(../images/down-arrow.svg) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	pointer-events: none;
	transition: transform 0.3s;
}

#header #navigation ul li.hasSub.Current>a:after,
#header #navigation ul li.hasSub.Parent>a:after,
#header #navigation ul li.hasSub:hover>a:after {
	background-position: left bottom;
}

#header #navigation ul li.hasSub:hover>a:after {
	-webkit-transform: rotate(180deg);	
	-moz-transform: rotate(180deg);	
	transform: rotate(180deg);	
}

#header #navigation li.Current ul {
	left: -25px;
}

/* Slider */

#slider,
#banner {
	border-bottom: 15px solid #3686b9;
}

#slider .slides {
	margin: 0;
	padding: 0;
}

#slider .slides li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider .slides li img {
	display: block;
	width: 100%;
}

#slider .slides li .overlay {
	position: absolute;
	left: 0;
	bottom: 2.328966521106259em;
	color: #fff;
	padding: 1.077147016011645em 1.16448326055313em;
	max-width: 16.53566229985444em;
	background: rgba(192,88,151,0.8);
	font-family: 'Kristen ITC', Arial, sans-serif;
	font-size: 2.320945945945946vw; /* 34.35px */
}

#slider .slides li .overlay .title {
	margin: 0;
	line-height: 1.193595342066958;
}

#slider .slides li .overlay .title span {
	display: block;
	font-size: 0.7499272197962154em; /* 25.76px */
	margin-top: 0.3493788819875776em;
}

/* Banner */

#banner img {
	display: block;
	width: 100%;
}

/* Content */

#content .section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Info */

#info {
	margin-bottom: 30px;
}

#info .sunsmart {
	float: left;
	width: 267px;
	background: #005b99;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#info .feeds {
	float: right;
	width: 482px;
	margin-right: 34px;
	background: #f5f6f7 url(../images/loading-fb.gif) no-repeat center;
}

#info .testimonials {
	position: relative;
	float: right;
	width: 335px;
	min-height: 477px;
	padding: 50px 35px 80px;
	color: #fff;
	background: #50b77f url(../images/quotes.svg) no-repeat 12px -15px;
	-webkit-background-size: 135px;
	-moz-background-size: 135px;
	background-size: 135px;
}

#info .testimonials .title {
	font-size: 30px;
	padding-left: 11px;
	margin: 0 0 18px;
	text-transform: uppercase;
}

#info .testimonials .listing {
	margin: 0;
	padding: 0;
}

#info .testimonials .listing li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

#info .testimonials .listing li blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-style: normal;
}

#info .testimonials .listing li cite {
	margin: 5px 0 0;
	padding: 0;
	display: block;
	text-align: right;
	font-size: 18px;
	font-style: normal;
}

#info .testimonials .listing .owl-dots.disabled {
	display: block;
}

#info .testimonials .pagi {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 52px;
	pointer-events: none;
	text-align: center;
}

#info .testimonials .pagi .owl-dot {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
	border: 0;
	width: 13px;
	height: 13px;
	cursor: pointer;
	pointer-events: auto;
	background: rgba(0,0,0,0.5);
	transition: background-color 0.3s;
}

#info .testimonials .pagi .owl-dot.active {
	background-color: rgba(0,0,0,1);
}

/* Footer */

#footer {
	background: #c05897;
	font-size: 12px;
	color: #fff;
}

#footer .section {
	padding-top: 37px;
	padding-bottom: 37px;
}

#footer .socials {
	float: right;
	margin: 0;
	padding: 0;
}

#footer .socials li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#footer .socials li:first-child {
	margin-left: 0;
}

#footer .socials li img {
	display: block;
	height: 50px;
}

#footer .socials li a:hover img {
	transform: scale(1.04);
}

#footer .copyright {
	float: left;
	margin: 16px 0 0;
}

#footer .copyright em {
	font-style: normal;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 4px;
	top: 29px;
    width: 22px;
	outline: none;
	z-index: 1;
}

#menuBtn span {
	display: block;
	height: 3px;
	margin-bottom: 4px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mm-menu {
	text-align: left;
}

.mm-menu ul {
	color: #000;
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu ul li.Current,
.mm-menu ul li.active {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.mm-menu *:after, .mm-menu *:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mm-menu .mm-listview img {
	display: block;
	width: 100%;
}

.mm-menu .mm-listview p span {
	display: block;
}


/* Styling MMenu */

.mm-menu .mm-listview img {
	float: left;
	width: 95px;
}

.mm-menu .mm-listview p {
	position: relative;
	margin: 0 0 0 110px;
	font-size: 12px;
	min-height: 103px;
	padding-bottom: 30px;
}

.mm-menu .mm-listview p:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #f03f28;
}

.mm-menu .mm-listview p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}

