@charset "utf-8";
/* CSS Document */
@import "fonts.css";
@import "../../lib/css/invalid.css";
@import "../../lib/css/catslider.css";
@import "../../lib/css/bxslider.css";
@import "../../lib/css/vegas.css";
@import "../../lib/css/tooltip.css";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color:#06F;
	text-decoration:none;
}

a img {
	border: none;
}

.l { text-align: left !important; }
.c { text-align: center !important; }
.r { text-align: right !important; }

body {
	background-color: #f3f3f3;
	background-size: cover;
	padding:0px;
	margin:0px;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

.nopadding {
	padding: 0 !important;
}

h1.title {
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 20px;	
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #046a52;
	padding: 5px 20px;
}

h1.title a {
	color: #fff;
}

p {
	margin: 0 0 15px;
}

#header, #container, .content-wrapper {
	width: 1000px;
	margin: auto;
	position: relative;
}

#header,
#header a {
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 12px;
	text-transform: uppercase;
}

/* HEADER */

#header {
	margin: 10px auto 0;
}

#header > div {
	display: table-cell;
	vertical-align: top;
}

#header .logo {
	margin: auto;
	text-align: center;
	padding: 0 10px 0 0;
	width: 250px;
}

#header .header-top {
	width: 750px;
}

#header .header-top .search {
	text-align: right;
	margin: 0 0 10px;
}

#header .header-top .search > * {
	
}

#header .header-top .search label {
	color: #fff;
	background-color: #767561;
	padding: 6px 10px;
}

#header .header-top .search input[type=text] {
	border: none;
	height: 33px;
	padding: 0 10px;
}

#header .header-top .search input[type=button] {
	border: none;
	text-indent: -9999px;
	width: 34px;
	height: 33px;
	background: url('../../../images/site/green_search_button.jpg');
	cursor: pointer;
}

#header .header-top .top-nav {
	background-color: #046a52;
	color: #fff;
}

#header .header-top .top-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px 10px 26px;
	background-repeat: no-repeat;
	/*background-position: center; */
	background-position: left center;
}

#header .header-top .top-nav li:nth-child(1) a { background-image: url('../../../images/site/header/icon-catalogue.png'); }
#header .header-top .top-nav li:nth-child(2) a { background-image: url('../../../images/site/header/icon-briefcase.png'); }
/*#header .header-top .top-nav li:nth-child(3) a { background-image: url('../../../images/site/header/icon-compass.png'); }*/
/*#header .header-top .top-nav li:nth-child(4) a { background-image: url('../../../images/site/header/icon-user.png'); }*/
/*#header .header-top .top-nav li:nth-child(5) a { background-image: url('../../../images/site/header/icon-users.png'); }*/

#header .header-top ul {
	text-align: center;
}

#header .header-top li {
	display: inline-block;	
	position: relative;
}

#header .header-top #menu {
	background-color: #fff;
}

#header .header-top #menu li a {
	display: block;
	color: #046a52;
	padding: 10px 27px 10px 20px;
	border-right: 1px solid #046a52;
	font-size: 11px;
}

#header .header-top #menu li a.sub {
	background-image: url('../../../images/site/header/green_arrow_down.png');
	background-repeat: no-repeat;
	background-position: center right;
}

#header .header-top #menu li:hover a.sub {
	background-image: url('../../../images/site/header/arrow-down-white.png');
	background-repeat: no-repeat;
	background-position: center right;
}

#header .header-top #menu > li:hover > a,
#header .header-top #menu > li > a.selected {
	color: #fff;
	background-color: #046a52;
}

#header .header-top #menu li:last-child a {
	border-right: none;
}

#header .header-top #menu > li > ul {
	display: none;
	position: absolute;
	z-index: 1;
	text-align: left;
	border: 1px solid #046a52;
}

#header .header-top #menu > li > ul > li > a {
	display: block;
	width: 210px;
	padding: 5px 10px;
	border: none;
}

/* CONTAINER */
#container {
	margin: 20px auto;
}

#container ul {
	list-style-type: disc;
	padding: inherit;
	margin: inherit;
}

#container ul li {
	list-style-type: disc;
	padding: 5px 10px;
	margin: inherit;
}

#container > div {
	display: inline-block;
	vertical-align: top;
}

#container > .left {
	width: 26%;
}

#container > .left #leftmenu {
	background: rgba(255,255,255,0.75);
	padding: 5px 0;
}

#container > .left #leftmenu li {
	list-style-type: none;
}

#container > .left #leftmenu li a {
	display: block;
	color: #666;
	font-size: 14px;
	font-family: 'HelveticaNeueLTCom65Medium';
	text-transform: uppercase;
	padding: 10px 20px;
	border-bottom: 1px dotted #666;
}

#container > .left #leftmenu li:last-child a {
	border-bottom: none;
}

#container > .left #leftmenu li a:hover,
#container > .left #leftmenu li a.active {
	color: #fff;
	background-color: #767561;
}

#container > .right {
	width: 73%;
	margin: 0 0 0 0.5%;
}

#container > .right .banner {
	margin: 0 0 15px;
	text-align: center;
}

#container > .right .banner img {
	max-width: 100%;
}

#container > .right #content .content {
	padding: 10px;
}

#container > .right #content .content p {
	margin: 5px 0;
}

#container .slider li {
	height: 300px;
}

/* Individal Page */
.home h1.title {
	background: #046a52;
}

.home .content {
	background: rgba(255,255,255,0.75);
}

.home .row .content > div {
	display: inline-block;
	vertical-align: middle;
}

.home .row .content .image {
	width: 170px;
}

.home .row .content .image .img {
	background-size: cover;
	background-position: center;
	width: 170px;
	height: 140px;
}

.home .row .content .title {
	color: #767561;
	font-size: 13px;
	text-transform: uppercase;
	width: 150px;
	margin: 0 0 0 5px;
	text-align: center;
}

.home .row .content .readmore {
	margin-top: -20px;
	text-align: right;
	width: 100%;
}

.home .row .content .readmore a {
	display: block;
	font-size: 12px;
	color: #767561;
	text-decoration: underline;
}


/* FOOTER */
#footer {
	background-color: #046a52;
	color: #fff;
}

#footer a:hover {
	color: #000 !important;
}

#footer .footer-info {
	background-color: #046a52;
	background-image: url('../../../images/site/footer-info-bg.png');
	background-position: top;
	background-repeat: repeat-x;
	padding: 40px 0 20px;
}

#footer .footer-info .widget > li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}

#footer .footer-info .widget > li:nth-child(2) {
	width: 50%;
}

#footer .footer-info .widget > li:nth-child(3) {
	text-align: right;
	padding: 45px 0 0;
}

#footer .footer-info .widget > li p {
	position: relative;
	padding: 0 0 0 60px;
	margin: 5px 0 0;
}

#footer .footer-info .widget > li p label {
	position: absolute;
	left: 0;
}

#footer .footer-info .widget > li p a {
	color: #fff;
}

#footer .footer-info .widget .sitemap {
	text-align: center;
}

#footer .footer-info .widget .sitemap > li {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	text-align: left;
}

#footer .footer-info .widget .sitemap > li h3 {
	color: #fff;
	font-size: 17px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	-webkit-opacity: 0.5;
}

#footer .footer-info .widget .sitemap > li:last-child {
	width: 40%;
}

#footer .footer-info .widget .sitemap > li ul {
	margin: 20px 0 0;
}

#footer .footer-info .widget .sitemap > li ul li {
	margin: 0 0 3px;
}

#footer .footer-info .widget .sitemap > li ul li a {
	font-size: 11px;
	color: #fff;
}

#footer .footer-info .widget .sitemap > li ul li a:before {
	content: '>';
	margin: 0 5px 0 0;
}

#footer #copyright {
	padding: 12px 0 10px 0;
}

#footer .footer-social {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}

#footer .footer-social li {
	display: inline-block;
}

#footer .footer-social li a {
	display: block;
	width: 22px;
	height: 22px;
	background: url('../../../images/site/icon-youtube.png');
}

#footer .footer-social li:nth-child(2) a {
	background: url('../../../images/site/icon-linkedin.png');
}

.prevnext {
	position: absolute;
	display: block;
	width: 50px;
	height: 57px;
	top: 50%;
	margin-top: -28.5px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.prevnext:hover {
	background-color: rgba(255,255,255,0.25);
}

.prevnext.prev {
	border-radius: 0 10px 10px 0;
	background-image: url('../../../images/site/slide-prev.png');
}

.prevnext.next {
	right: 0;
	border-radius: 10px 0 0 10px;
	background-image: url('../../../images/site/slide-next.png');
}

.products ul {
	
}

.products ul li {
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	width: 235px;
	margin: 0 2px 20px;
}

.product-title,
.product-desc,
.product-pdf {
	padding: 5px 10px;
}

.product-photo {
	display: table;
	width: 100%;
	height: 230px;
	text-align: center;
}

.product-photo .cell {
	display: table-cell;
	vertical-align: middle;
}

.product-photo .cell img {
	max-width: 225px;
	max-height: 220px;
}

.product-title {
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 14px;
	text-transform: uppercase;
	color: #767561;
	margin: 10px 0 0;
}

.product-title a {
	color: #767561;
}

.product-pdf {
	background-color: #046a52;
}

.product-pdf a {
	color: #fff;
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 14px;
}

ul.pagination {
	text-align: right;
}

ul.pagination li {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0 3px;
	text-transform: uppercase;
}

ul.pagination li a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

ul.pagination li a:hover {
	text-decoration: underline;
}

.product-breadcrumb {
	color: #767561;
	font-size: 16px;
	font-family: 'HelveticaNeueLTCom65Medium';
	text-transform: uppercase;
	padding: 0 10px;
}

.product-breadcrumb a {
	color: #767561;
}

.product .product-title {
	color: #046a52;
	font-size: 31px;
	padding: 0 10px;
	margin: 0;
}

.product .product-desc,
.product .product-photo {
	display: inline-block;
	vertical-align: top;
	width: 405px;
}

.product .product-photo {
	width: 300px;
}

.product .product-photo .cell {
	width: 300px;
	height: 250px;
	display: table-cell;
	vertical-align: top;
}

.product .product-photo .cell img {
	max-width: 290px;
	max-height: 240px;
}

.product .download-pdf {
	color: #046a52;
	font-family: 'HelveticaNeueLTCom65Medium';
	text-transform: uppercase;
	font-size: 16px;
}

.row > .title {
	color: #7f7f7f;
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 22px;
	margin: 0 0 10px;
}

.row > .half {
	display: inline-block;
	vertical-align: top;
}

.row .half {
	width: 49%;
}

.row .half:first-child {
	margin-right: 1.5%;
}

.contactform {
	background: #efefef;
	padding: 20px;
}

.contactform p {
	position: relative;
	margin: 0 0 20px;
}

.contactform p label {
	position: absolute;
	left: 0;
	width: 60px;
	background: #767561;
	color: #fff;
	padding: 5px 10px;
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 13px;
	text-transform: uppercase;
}

.contactform p input[type=text],
.contactform p textarea {
	border: none;
	padding: 8px;
	width: 60%;
	margin: 0 0 0 80px;
}

.contactform .captcha {
	width: 88%;
	text-align: center;
	background: #fff;
	font-size: 40px;
}

.contactform .captcha img {
	margin: auto;
}

.contactform p textarea {
	resize: vertical;
	min-height: 100px;
	margin: 0;
	width: 83.4%;
	padding: 40px 8px 8px 8px;
}

.contactform p input[type=submit] {
	font-size: 16px;
	font-family: 'HelveticaNeueLTCom65Medium';
	color: #fff;
	background: #046a52;
	padding: 2px 25px;
	border: none;
	cursor: pointer;
}

.map {
	color: #777777;
	font-size: 14px;
}

.map .map-canvas {
	margin: 30px 0;
}

.news {
	
}

.news .title {
	color: #7f7f7f;
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 22px;
	margin: 5px 0 0;
	text-transform: uppercase;
}

.news .date {
	color: #767561;
	font-size: 14px;
	margin: 0 0 5px;
}

.news .news-image img {
	max-width: 100%;
}

.news .news-content {
	margin: 15px 0;
	color: #777777;
	font-size: 14px;
}

.news .news-pagination {
	text-align: center;
	padding: 10px 0;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

.news .news-pagination li {
	display: inline;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 10px;
	font-weight: bold;
	color: #CCC;
}

.news .news-pagination li a {
	color: #767561;
}

ul.more-news li {
	margin: 20px 0;
}

ul.more-news li > div {
	display: inline-block;
	vertical-align: top;
}

ul.more-news li .image {
	width: 160px;
}

ul.more-news li .image .img {
	width: 160px;
	height: 180px;
	background-position: center;
	background-size: cover;
}

ul.more-news li .content {
	padding: 0 0 0 10px !important;
	width: 555px;
}

ul.more-news li .title {
	color: #7f7f7f;
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 22px;
	margin: 5px 0 0;
	text-transform: uppercase;
}

ul.more-news li .date {
	color: #767561;
	font-size: 14px;
	margin: 0 0 5px;
}

ul.more-news li .pre-content {
	color: #777777;
	font-size: 14px;
	margin: 15px 0;
}

ul.more-news li .readmore a {
	color: #046a52;
	font-size: 24px;
	font-family: 'HelveticaNeueLTCom65Medium';
}

news {
	
}

.projects .title {
	color: #7f7f7f;
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 22px;
	margin: 5px 0 0;
	text-transform: uppercase;
}

.projects .project-list li {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	margin: 5px 0 10px;
	list-style-type: none !important;
}

.projects .project-list li .content,
.projects .project-list li .photo {
	display: inline-block;
	vertical-align: top;
}

.projects .project-list li .content {
	width: 527px;
}

.projects .project-list li .photo {
	width: 154px;
	height: auto;
	padding: 10px;
}

.projects .project-list li .photo img {
	max-width: 154px;
	border: 3px solid #757762;
}

.projects .date {
	color: #767561;
	font-size: 14px;
	margin: 0 0 5px;
}

.projects .project-image img {
	max-width: 100%;
}

.projects .project-content {
	margin: 15px 0;
	color: #777777;
	font-size: 14px;
}

.projects .project-pdf {
	color: #7f7f7f;
	font-weight: bold;
}

.projects .project-pdf:hover {
	text-decoration: underline;
}

.projects .project-pagination {
	text-align: center;
	padding: 10px 0;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

.projects .project-pagination li {
	display: inline;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 10px;
	font-weight: bold;
	color: #CCC;
}

.projects .project-pagination li a {
	color: #767561;
}

.map-canvas {
	position: relative;
}

.map-canvas .dot {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	font-size: 0;
	cursor: pointer;
}

.map-canvas .dot:hover {
	background: #000;
	opacity: 0.25;
	-moz-opacity: 0.25;
	-ms-opacity: 0.25;
	-o-opacity: 0.25;
	-webkit-opacity: 0.25;
}

#powerTip .title {
	font-family: 'HelveticaNeueLTCom65Medium';
	font-size: 18px;
	text-transform: uppercase;
}

#powerTip .address {
	margin: 0 0 15px;
}

#powerTip .address strong {
	display: block;
}

#powerTip a {
	color: #fff;
}

#powerTip a:hover {
	color: #999;
}

#powerTip label {
	display: inline-block;
	width: 70px;
	font-weight: bold;
}

.map-canvas .dot .contact {
	margin: 10px 0 0 !important;
}

.map-canvas .dot.mexico { top: 44.5%; left: 18.8%; width: 11%; height: 5%; }
.map-canvas .dot.brazil { top: 72.5%; left: 32.9%; width: 9%; height: 10%; }
.map-canvas .dot.uae { top: 41%; left: 44%; width: 25%; height: 11%; }
.map-canvas .dot.malaysia { top: 59.1%; left: 61.7%; width: 13.5%; height: 5%; }
.map-canvas .dot.singapore { top: 61%; left: 74%; width: 14.5%; height: 5%; }
.map-canvas .dot.indonesia { top: 64%; left: 67%; width: 12.5%; height: 10%; }
.map-canvas .dot.china { top: 43%; left: 75.6%; width: 11%; height: 5%; }

#footer .map-canvas .dot.mexico { top: 35%; left: 15%; width: 17%; height: 8%; }
#footer .map-canvas .dot.brazil { top: 75%; left: 38%; width: 17%; height: 8%; }
#footer .map-canvas .dot.uae { top: 21%; left: 45%; width: 25%; height: 26%; }
#footer .map-canvas .dot.malaysia { top: 56%; left: 52%; width: 23%; height: 8%; }
#footer .map-canvas .dot.singapore { top: 69%; left: 70%; width: 25%; height: 5%; }
#footer .map-canvas .dot.indonesia { top: 50%; left: 74%; width: 25%; height: 8%; }
#footer .map-canvas .dot.china { top: 34%; left: 74%; width: 15%; height: 8%; }

#footer .map-canvas .dot {
	width: 5px;
	height: 5px;
	border-radius: 5px;
}

#footer .map-canvas img {
	width: 222px;
	background: #fff;
}

.login p {
	position: relative;
	padding: 0 0 0 100px;
}

.login p label {
	font-family : 'HelveticaNeueLTCom65Medium';
	font-size: 16px;
	color: #767561;
	text-transform: uppercase;
	position: absolute;
	left: 0;
}

.login p input {
	padding: 5px 10px;
}

.login p input[type=text],
.login p input[type=password] {
	width: 250px;
}

.login p input[type=radio] {
	margin: 5px 0 5px 10px;
}

.login p input[type=submit] {
	background-color: #046a52;
	border: none;
	font-family : 'HelveticaNeueLTCom65Medium';
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.login p textarea {
	width: 250px;
	min-height: 100px;
	resize: vertical;
	padding: 10px;
}

.login p .note {
	display: block;
	font-size: 11px;
	color: #666;
	font-style: italic;
}

.login.register {
	margin: 20px 0 0;
}

.register p {
	padding: 0 0 5px 190px;
}

.register p label {
	width: 180px;
	text-align: right;
}

.register p select {
	padding: 5px 10px;
	width: 272px;
}

.register p select option {
	padding: 0 5px;
}

.register p.dob select {
	width: 80px;
}

.register p.dob select:nth-child(3) {
	width: 105px;
}

.login.catalogue {
	margin: 0;
}

.descriptions {
	margin: 10px 0 0;
}

.descriptions > div {
	display: none;
	padding: 5px 10px;
}

.descriptions > div li {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

.descriptions h2 {
	color: #046a52;
	font-size: 22px;
	padding: 0;
	margin: 0 0 10px;
}

.search ul {
	margin: 0 0 0 10px;
}

.search ul li {
	list-style-type: decimal;
	background: rgba(255,255,255,0.75);
	padding: 15px;
	margin: 0 0 10px;
}

.search ul li a {
	color: #046a52;
}