/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 15px;
	overflow: hidden;
	padding-top: 148px;
}

/* Header */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

#header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 45px;
	background: #001e18;
	z-index: -1;
}

#header .section {
	height: 148px;
}

#header .logo {
	float: left;
	width: 280px;
	margin: 61px 0 0;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .contact {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 11px 0 0;
	padding: 0;
}

#header .contact li {
	float: left;
	margin: 0 0 0 21px;
	padding: 0;
	list-style: none;
}

#header .contact li:first-child {
	margin-left: 0;
}

#header .contact li a {
	display: inline-block;
}

#header .contact li.location a {
	padding-left: 1.857142857142857em;
	background: url(../images/location-ico.png) no-repeat 0 0.17em;
	-webkit-background-size: 0.7857142857142857em;
	-moz-background-size: 0.7857142857142857em;
	background-size: 0.7857142857142857em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#header .contact li.phone a {
	padding-left: 1.857142857142857em;
	background: url(../images/phone-ico.png) no-repeat 0 0.33em;
	-webkit-background-size: 1.035714285714286em;
	-moz-background-size: 1.035714285714286em;
	background-size: 1.035714285714286em;
	-ms-behavior: url(/backgroundsize.min.htc);
}

/* Navigation */

#navigation {
	float: right;
	clear: right;
	margin: 56px 0 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	position: relative;
	float: left;
	margin: 0 0 0 39px;
	padding: 0;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	color: #8c908f;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#navigation ul li:first-child {
	margin-left: 0;
}

#navigation ul li.Current,
#navigation ul li:hover,
#navigation ul li.Parent {
	color: #df0f0f;
}

#header #navigation ul li ul {
	margin: 0;
	text-align: left;
	position: absolute;
	left: -15px;
	bottom: auto;
	right: auto;
	padding: 0;
	border-bottom: 4px solid #045b47;
	z-index: 1;
}

#header #navigation ul li ul li {
	float: none;
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #169c7e;
	color: #fff;
	text-shadow: none;
}

#header #navigation ul li ul li a {
	display: block;
	padding: 7px 15px;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
	color: #fff !important;
}

#header #navigation ul li ul li a:after {
	display: none;
}

#header #navigation ul li ul li:hover {
	background-color: #32ae8f;
	color: #fff;
	text-shadow: none;
}

#header #navigation ul li ul { 
	visibility: hidden;
	opacity: 0;
	padding-top: 14px;
	-webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	transform: translateY(-2em);
	-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;
}

/* Slider */

#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;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

#slider .slides li .overlay .section {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

#slider .slides li .overlay .section .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

#slider .slides li .overlay .section .text .title {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 70px;
	font-weight: 600;
	color: #fff;
	line-height: 0.986;
	letter-spacing: 0.02em;
	text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4); 
}

#slider .slides li .overlay .section .text .enrolling {
	padding-top: 18px;
	padding-bottom: 18px;
}

/* Info */

#info .section {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	color: #fff;
}

#info .box {
	position: relative;
	display: table-cell;
	vertical-align: top;
	z-index: 1;
	font-size: 15px;
	padding: 35px 20px 25px 30px;
}

#info .box:after {
	content: "";
	position: absolute;
	z-index: -1;	
}

#info .text .title {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 0 0 3px;
}

#info .text .subtitle {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

#info .openingHours {
	width: 35.6%; /* 445px */
	background: #045b47;
}

#info .openingHours:after {
	right: 0;
	top: 0;
	bottom: 0;
	left: -9999em;
	background: #045b47;
}

#info .openingHours .ico {
	float: left;
	width: 57.5px;
}

#info .openingHours .text {
	margin-left: 85px;
}

#info .openingHours .text table {
	margin: 0 0 25px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#info .openingHours .text table th,
#info .openingHours .text table td {
	font-weight: normal;
}

#info .openingHours .text table th {
	padding-right: 17px;
}

#info .services {
	width: 32.8%; /* 410px */
	background: #169c7e;
}

#info .services:after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #169c7e;
}

#info .services .ico {
	float: left;
	width: 52px;
}

#info .services .text {
	margin-left: 88px;
}

#info .services .text ul {
	margin: 0 0 8px;
	padding: 0;
}

#info .services .text ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 17px;
	list-style: none;
}

#info .services .text ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#info .appointments {
	width: 31.6%; /* 395px */
	background: #004636;
}

#info .appointments:after {
	left: 0;
	right: -9999em;
	top: 0;
	bottom: 0;
	background: #004636;
}

#info .appointments .ico {
	float: left;
	width: 36px;
}

#info .appointments .text {
	margin-left: 67px;
}

#info .appointments .text .subtitle {
	margin-top: -10px;
}

#info .appointments .text .linkBtn {
	padding: 4px 18px;
	margin-top: 6px;
}

/* Content */

#content .section {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Appointment */

#appointment {
	background: #045b47;
	color: #fff;
}

#appointment .section {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

#appointment .heading {
	color: #fff;	
	margin: 0 0 7px;
}

#appointment .subheading {
	font-size: 24px;
	font-weight: 300;
}

#appointment .features {
	max-width: 850px;
	margin: 33px auto;
}

#appointment .features table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 50%;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}

#appointment .features table td {
	margin: 0;
	padding: 0 10px 2px 0;
}

#appointment .features table.left {
	float: left;
}

#appointment .features table.right {
	float: right;
}

#appointment .features table span {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}

#appointment .features table span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#appointment .linkBtn {
	clear: both;
	margin-top: 10px;
	border: 3px solid #fff;
	background: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

#appointment .linkBtn:hover {
	background-color: #fff;
	color: #045b47;
}

/* Footer */

#footer .section {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 13px;
	color: #737373;
	line-height: 1.5;
}

#footer .logo {
	float: left;
	width: 232px;
}

#footer .logo img {
	display: block;
	width: 100%;
}

#footer .title {
	font-size: 13px;
	font-weight: bold;
	color: #045b47;
}

#footer p {
	margin: 0 0 3px;
}

#footer .contact {
	float: left;
	width: 200px;
	margin-left: 123px;
}

#footer .timings {
	float: left;
	width: 285px;
	margin-left: 123px;
}

#footer .timings table {
	margin: 0;
	padding: 0;
}

#footer .timings table th,
#footer .timings table td {
	margin: 0;
	padding: 0 0 3px;
}

#footer .timings table th {
	font-weight: normal;
	width: 72px;
	padding-right: 10px;
}

#footer #links {
	float: right;
	width: 235px;
}

#footer #links ul {
	margin: 0;
	padding: 0;
}

#footer #links ul li {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#footer #links ul li ul {
	display: none;
}

#footer .copyright {
	clear: both;
	color: #737373;
	padding-top: 50px;
}

/* Mobile Navigation */

#menuBtn {
	display: none;
	position: absolute;
	left: 5px;
	top: 35px;
    width: 26px;
	outline: none;
	z-index: 1;
}

#menuBtn span {
	display: block;
	height: 3px;
	margin-bottom: 4px;
	background: #001e18;
	-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;
}

.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}

#ContactForm {
	max-width: 400px;
}

#ContactForm .form-group{
	margin-left: 0;
	margin-right: 0;
}
.StoryDate {
	color: #2F685C;
	font-size: 11px;
	font-weight: bold;
}