body {
	margin: 0;
	font-size: 14px;
	font-family: Arial, sans-serif;
	background-color: #F5F5F5;
	//position: relative;
}

h1 {
	font-size: 35px;
	font-family: Times New Roman, serif;
	color: #006464;
	margin: 0;
}

h2 {
	//font-size: 28px;
	font-size: 20px;
	font-family: Times New Roman, serif;
	color: #006464;
	margin: 0;
}

h3 {
	font-size: 21px;
	font-family: Arial, sans-serif;
	//font-weight: normal;
	color: #006464;
	margin: 0;
}

p {
	line-height: 22px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

hr {
	height: 1px;
	border: 0;
	background-color: #eee;
	//margin-bottom: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.txt12 {
	font-size: 12px;
}

header {
	background-color: #006464;
}

#header-content {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}

#main-menu {
	float: right;
	margin-top: 30px;
}

#main-menu ul li {
	list-style-type: none;
	display: inline-block;
}

#main-menu a {
	font-family: Times New Roman, serif;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 5px 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
}

#main-menu a:hover {
	color: #006464;
	background-color: #fff;
	//border-bottom: 5px solid #fff;
}

.m-logo {
	width: 170px;
	padding: 15px 0 0 10px;
	display: block;
}

.m-menu-toggle {
	font-family: Times New Roman, serif;
	//float: left;
	display: none;
	color: #fff;
	font-size: 18px;
	margin: 8px 0 0 15px;
	border: 2px solid #fff;
	padding: 5px 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
}

.m-menu-toggle:hover {
	//color: #006464;
	background-color: #000;
}

.m-menu {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.m-menu-open {
	left: 201px;
}

.m-menu-open .m-menu-side {
	left: 0;
	background-color: #006464;
}

.m-menu-side, .m-menu {
	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	transition: left 0.3s ease;
}

.m-menu-side ul li:first-child {
	border: 0;
	border-bottom: 1px solid #eee;
	background-color: #a50101;
}

.m-menu-side ul {
	margin: 0;
	padding: 0;
}

.m-menu-side ul li {
	float: none;
	list-style-type: none;
	border: 0;
	border-bottom: 1px solid #eee;
}

.m-menu-side a {
	font-family: Times New Roman, serif;
	font-size: 18px;
	padding: 10px 20px;
	background-color: #fff;
	color: #006464;
	display: block;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
}

.m-menu-side a:hover {
	background-color: #006464;
	color: #fff;
}

.m-menu-side {
	color: #fff;
	background-color: #333;
	position: fixed;
	top: 0;
	left: -201px;
	width: 201px;
	height: 100%;
	//background: #ededed url('images/subtle-carbon.png');
	//border-right: 1px solid #eee;
}

#wrapper {
	position: relative;
}

#page-banner {
	max-width: 1280px;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background: url('../images/page-banner.jpg') top center no-repeat;
}

#page-banner img {
	//width: 100%;
}

.banner-text {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	font-family: Times New Roman, serif;
	font-size: 20px;
	color: #fff;
	font-style: italic;
}

.banner-text p {
	max-width: 400px;
	float: right;
	margin: 0 0 20px 0;
	//display: inline-block;
}

#content {
	width: 100%;
	//padding: 10px;
	margin-top: -120px;
	z-index: 99;
	//position: absolute;
	position: relative;
	//clear: both;
}

#content-inner {
	max-width: 980px;
	width: calc(100%-40px);
	padding: 20px;
	margin: 0 auto;
	background-color: #fff;
}

.mainpage-intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.mainpage-intro p {
	font-family: Times New Roman, serif;
	font-size: 25px;
	line-height: 34px;
	margin-top: 10px;
	//max-width: 500px;
	width: 70%;
	float: left;
}

.iso-logo {
	float: right;
	//margin-left: 10px;
	margin-top: 10px;
	width: 30%;
}

.mainpage-banner {
	float: left;
	width: 32%;
	margin-right: 2%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
}

.mainpage-banner:hover {
	background-color: #eee;
}

.mainpage-banner img {
	width: 100%;
	margin-bottom: 10px;
}

.mainpage-banner p {
	margin-top: 10px;
	color: #000;
}

.no-margin {
	margin: 0;
}

.page-content {
	float: left;
	width: 65%;
}

.page-content ul, .page-content ol  {
	font-family: Times New Roman, serif;
	color: #003C3C;
	font-size: 18px;
	line-height: 30px;
	padding-left: 20px;
}

.page-content p {
	font-family: Times New Roman, serif;
	color: #003C3C;
	font-size: 18px;
	line-height: 30px;
}

.img-full {
	width: 100%;
	margin-bottom: 15px;
}

.img-right {
	float: right;
	margin: 0px 0 0 15px;
	border: 1px solid #eee;
}

.img-left {
	float: left;
	margin: 0px 15px 0 0;
	border: 1px solid #eee;
}

.enquiry table {
	font-family: Times New Roman, serif;
	max-width: 500px;
	width: 100%;
	color: #003C3C;
	font-size: 20px;
	padding-bottom: 20px;
}

.enquiry td:first-child {
	width: 30%;
}

.enquiry td {
	padding: 5px;
	vertical-align: top;
}

.enquiry input[type=text], .enquiry textarea {
	width: 100%;
	padding: 10px;
}

.enquiry textarea {
	min-height: 100px;
}

.enquiry input[type=submit] {
	font-family: Times New Roman, serif;
	font-size: 20px;
	padding: 10px 20px;
	border: 0;
	background-color: #006464;
	color: #DCFFFF;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
}

.enquiry input[type=submit]:hover {
	background-color: #000;
	color: #fff;
}

.form-error {
	margin: 0;
	padding: 0 !important;
}

.form-error ul {
	color: #dc0000;
	margin: 0;
	padding-left: 17px;
}

.project {
	font-family: Times New Roman, serif;
	font-size: 18px;
	border-collapse: collapse;
	//margin: 10px 0 15px 0;
	margin: 10px 0 28px 0;
}

.project td {
	padding: 5px 10px 5px 0;
	
}

.project tr:not(:last-child) {
	border-bottom: 1px solid #eee;
}

#sidebar {
	width: 29%;
	width: calc(30% - 2px);
	margin-left: 5%;
	float: left;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}

.sidebar-title {
	font-size: 16px;
	font-weight: bold;
	color: #DCFFFF;
	padding: 15px;
	display: block;
	background-color: #006464;
}

.sidebar-item {
	color: #003C3C;
	padding: 15px;
	display: block;
	background-color: #F5F5F5;
	border-bottom: 1px solid #DCDCDC;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
}

.sidebar-item:hover {
	background-color: #dedede;
}

.sidebar-item a {
	color: #006464;
	font-weight: bold;
}

.sidebar-item p {
	margin: 0 0 5px 0;
}

.sidebar-icon {
	float: right;
}

.sidebar-thumb {
	float: right;
	display: block;
	margin: 0 0 0px 5px;
}

.dim {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}

.popup {
	cursor: pointer;
}

.pop-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	padding: 10px;
	background-color: #006464;
	//margin: 0 auto;
	//max-width: 1000px;
	//width: 100%;
}

.pop-box img {
	max-width: 800px;
	//width: auto;
	width: 100%;
}

.pop-desc {
	padding-top: 5px;
}

.pop-box p {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #fff;
}

.close {
	float: right;
	border: 1px solid #000;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 10px;
	background-color: #fff;
	//color: #fff;
}

footer {
	background-color: #006464;
}

#footer-content {
	max-width: 980px;
	width: calc(100%-40px);
	padding: 20px;
	margin: 0 auto;
	color: #DCFFFF;
	font-size: 12px;
}

.footer-links {
	float: left;
	width: 32%;
	margin-right: 1%;
	border-left: 1px solid #DCFFFF;
}

.footer-links ul {
	margin: 0;
}

.footer-links li {
	list-style-type: none;
	margin-bottom: 5px;
}

.footer-links a {
	color: #DCFFFF;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

.copyright {
	max-width: 980px;
	width: 100%;
	display: block;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	color: #DCFFFF;
	font-size: 12px;
}

.clearfix::after{content:""; display:block; clear:both; visibility:hidden; height:0;}


@media screen and (max-width:980px) {
	
	.logo {
		margin-left: 10px;
	}
	
	#main-menu {
		margin-right: 10px;
	}
	
	h1 {
		font-size: 30px;
	}
	
	.mainpage-intro {
		padding-bottom: 10px;
	}
	
	.mainpage-intro p {
		font-size: 20px;
		line-height: 28px;
	}
	
	.iso-logo {
		//max-width: 200px;
	}

}


@media screen and (max-width:700px) {
	
	.logo {
		max-width: 80px;
		margin-left: 0px;
		margin-right: 20px;
		float: right;
	}
	
	#main-menu {
		display: none;
	}
	
	.m-menu-toggle {
		display: inline-block;
	}
	
	h1 {
		font-size: 24px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		//font-size: 18px;
	}
	
	.mainpage-intro {
		//padding-bottom: 10px;
	}
	
	.mainpage-intro p {
		float: none;
		width: 100%;
		font-size: 18px;
	}
	
	.iso-logo {
		float: none;
		max-width: 200px;
		width: auto;
		margin-top: 0;
	}
	
	#page-banner {
		height: 350px;
	}
	
	.banner-text p {
		float: none;
		max-width: 100%;
		margin: 0 20px 20px 20px;
	}
	
	.mainpage-banner {
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	
	.page-content {
		float: none;
		width: 100%;
	}
	
	.page-content p {
		font-size: 18px;
	}
	
	.enquiry td:first-child {
		width: 25%;
	}
	
	.enquiry table {
		font-size: 16px;
	}

	#sidebar {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	
	#footer-content {
		padding: 20px 0px 0 0px;
	}

	.footer-links {
		float: none;
		margin-right: 0;
		margin-bottom: 25px;
		padding-bottom: 25px;
		width: 100%;
		border-left: 0px solid #DCFFFF;
		border-bottom: 1px solid #DCFFFF;
	}
	
	.copyright {
		text-align: center;
		padding: 0 0 25px 0;
	}
	
}

@media screen and (max-width:500px) {
	
	.img-right, .img-left {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
	}
	
}