/*
	Tapestry by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Header */

#header-wrapper {
}

.homepage #header-wrapper {
}

#header {
	position: relative;
	padding: 3em 0em;
}

/* Logo */

#logo {
	position: absolute;
	top: 1em;
	left: 0;
}

#logo h1
{
	float: left;
}

#logo h1 a {
	padding: 0.5em 0.25em 0em 0em;
	text-decoration: none;
	text-transform: none;
	font-family:sans-serif;
	font-size: 2.5em;
	font-weight: 200;
	color: #1C1C1C;
}

#logo span {
	float: left;
	padding: 1em 0em 0em 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #545454;
}

/* Menu */

#nav {
	position: absolute;
	top: 3em;
	right: 0;
}

#nav ul {
	float: right;
	text-align: center;
}

#nav li {
	display: inline-block;
}

#nav a {
	display: block;
	float: left;
    margin-right: 2px;
    padding: 4px;
	text-decoration: none;
	text-transform: none;
	font-family: 'Abel', sans-serif;
	font-size: 1.25em;
	color: #2C2C2C;
}

#nav .current_page_item {
	color: #2C2C2C;
}

#nav .current_page_item a {
	background: #3fba28;
	color: #FFFFFF;
	box-shadow: inset 0px -15px 10px 0px rgba(0,0,0,0.25);
	text-shadow: none;
}


/* Wrapper */

#wrapper {
	overflow: hidden;
	margin: 5em 0em 3em 0em;
}

.homepage #wrapper {
	margin-top: 0em;
}


/* Page Wrapper */

#page {
	overflow: hidden;
	background: url(images/img02.jpg) repeat-x left bottom;
}


/* Banner */

#banner {
	overflow: hidden;
	margin: 3em 0em;
	background: url(images/img02.jpg) repeat-x left bottom;
}

#banner .container {
	margin-bottom: 3em;
	padding: 1.87em;
	background: #FFFFFF url(images/img02.png) repeat;
}

#banner a img {
	display: block;
}

/* Content */

#content {
}

.twocolumn2 #content {
}

.onecolumn #content {
}

#content h2 {
	padding: 0em 0em 1em 0em;
	font-size: 2 em;
}

#content img {
/*	padding: 0em 0em 1.25em 0em;*/
}

#content a img {
	display: block;
	width: 85%;
}

#content .post {
	padding: 0em 0em 2.5em 0em;
}

/* Sidebar1 */

#sidebar1 {
}

#sidebar1 h2 {
	padding: 0em 0em 1em 0em;
}

/* Sidebar2 */

#sidebar2 {
}

.twocolumn2 #sidebar2 {
}

#sidebar2 h2 {
	padding: 0em 0em 1em 0em;
}

#sidebar2 .sbox1 {
	margin-bottom: 3.12em;
}

#sidebar2 .sbox2 {
	margin-bottom: 3.12em;
}

#sidebar2 .sbox3 {
}

/** Footer Column Content */

#footer-wrapper {
}

#footer-content {
	overflow: hidden;
	padding: 2em 0em 3.12em 0em;
}

#footer-content h2 {
	padding: 0em 0em 1.5em 0em;
	text-transform: none;
}

#footer-content strong {
	color: #766946 !important;
}

#footer-content #box1 {
}

#footer-content #box2 {
	overflow: hidden;
}

#footer-content #box3 {
}

#footer-content #box4 h2 {
}

/* Marketing */

#marketing {
	overflow: hidden;
}

#marketing .divider {
	margin-bottom: 3em;
	padding-bottom: 3em;
	background: url(images/img02.jpg) repeat-x left bottom;
}

#marketing .title {
	padding-bottom: .75em;
}

#marketing .subtitle {
	padding: 0em 0em 2em 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#marketing a img {
	display: block;
	width: 100%;
}

/* Featured */
#featured-area {
	overflow: hidden;
}

#featured-area .divider {
	margin-bottom: 3em;
	padding-bottom: 3em;
	background: url(images/img02.jpg) repeat-x left bottom;
}

#featured-area .box-style {
	overflow: hidden;
	padding: 2em 0em;
}

#featured-area .box-style h3 {
	padding-bottom: 1em;
	font-size: 1.5em;
}

#featured-area .box-style img {
	float: left;
	margin-right: 1.56em;
}

#featured-area .box-style a img {
	display: block;
	width: 40%;
}

.ifooterabout p{
   font-family: Geneva, 'Lato', Helvetica, Arial, sans-serif;
   font-size:14px;
}

.ifooterservice ul{
	  font-family: Geneva, 'Lato', Helvetica, Arial, sans-serif;
   font-size:14px;
   font-style:normal;
}

#ifootersitemap ul a{
	text-decoration: none;
	color: #000000;
}

/******images "Company Profile" ************/
.imgr{
	float:right; margin:0 0 15px 15px; clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
    text-align: center;
}

.imgl{
	float:left; margin:0 15px 15px 0; clear:left;
	padding: 4px;
border: 1px solid #D6D6D6;
text-align: center;
}

#sidebar2 a{
	display: block;
	margin: 0;
	padding:10px 5px 20px;
	color: #666666;
	background: url("../images/gold_file.gif") no-repeat 10px center #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}


#comments li.comment_even {
color: #666666;
background-color: #E8E8E8;
}

#comments li.comment_odd {
color: #666666;
background-color: #F7F7F7;
}

#comments li.comment_odd, #comments li.comment_even {
margin: 0 0 10px 0;
padding: 15px;
list-style: none;
}
#comments figure img {
float: inherit;
}

#comments article section p {
margin: 10px 5px 10px 0;
padding: 20px;
}

#comments figure {
float: right;
margin: 0 0 10px 10px;
padding: 3px;
border: 1px solid #DEDACB;
text-align: center;
}

.iodd{
	padding: 20px;
	color: #666666;
	background-color:#F2F2F2;
	width: 700px;
	margin-left: 23px;
	margin-top: 10px;

}


.ieven{
	padding: 20px;
	color: #666666;
	background-color: #E8E8E8;
	width: 700px;
	height: 165px;
	margin-left: 23px;
	margin-top: 10px;
}

.iodd h3{
	color: #CB9430;
	font-weight: bold;	
}

.ieven h3{
	color: #CB9430;
	font-weight: bold;
}

.ilist li{
  list-style: circle !important;
  margin-left: 30px;
}


/**********images zoom-in******************/
/*.thumb{
	cursor: pointer !important;
}

.orgImage{
	position: relative;
	display: none;
}

.thumb:active .orgImage{
	display: block;
}
*/

/*.orgImage{
	display:none;
}

.imgr:hover .orgImage{
	display: block;
}
*/
#largeImgPanel {
   text-align: center;
   visibility: hidden;
   position: fixed;
   z-index: 100;
   top: 0; left: 0; width: 100%; height: 100%;
   background-color: rgba(100,100,100, 0.5);

}

#largeImgPanel img#largeImg{
   border: 5px  solid #FFFFFF;
   border-radius: 5px;
   margin-top: 2%;
   position: relative;
	width: 35%;
	
	
}

.closebutton{
	cursor: pointer;
	border-radius: 100px;
	border: 0px;
	border-style:none;
	position: relative;	
    top: 5%;
	width: 25px;
	height: auto;
}
p.equipHead {
	font-weight:bold;
	font-size: 18px;
}

img.equipImage{
	float:left;
	clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
    text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 4px;
}

img.equipSubImage{
	
	padding: 4px;
	border: 1px solid #D6D6D6;
    text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 4px;
}

#certificates{
	width: 1100px;
}
#certificates img{
	margin-right: 10px;
	border: 1px solid #CCC;
}

img#certificateEnd{
	margin-bottom: 160px;
}

#doetable_article{
	float:right; margin:0 0 15px 15px; clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#doetable_article img{
	width: 300px;
}

#doetable_article p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}

#mud_training{
	float:left ; margin:15px 15px 0 0 ; clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#mud_training img{
	width: 300px;
}

#mud_training p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}
.teambuilding_right{
  width: 300px;
  float: right;
  margin:15px 15px 0 0 ; clear:right;
  padding: 4px;
  border: 1px solid #D6D6D6;
}
.teambuilding_left{
  width: 300px;
  float: left;
  margin:15px 15px 0 0 ; clear:left;
  padding: 4px;
  border: 1px solid #D6D6D6;
}

#mine_exhibits{
	float:right; margin:0 0 15px 15px; clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#mine_exhibits img{
	width: 300px;
}

#mine_exhibits p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}

#mine_exhibits2{
	float:left; margin:0 15px 15px 15px; clear:left;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#mine_exhibits2 img{
	width: 300px;
}

#mine_exhibits2 p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}

#ddcp_training{
	float:right; margin:0 0 15px 15px; clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#ddcp_training img{
	width: 300px;
}

#ddcp_training p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}

#ddcp_training2{
	float:left; margin:0 15px 15px 15px; clear:left;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#ddcp_training2 img{
	width: 300px;
}

#ddcp_training2 p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}

#benguet_article{
	float:left; margin:15px 15px 15px 0px; clear:left;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#benguet_article img{
	width: 450px;
}

#benguet_article p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
}

#cagayan_article{
	float:right; margin:15px 0 0px 0px; clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#cagayan_article img{
	width: 370px;
}

#cagayan_article p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}

#cagayan_article2{
	float:right; margin:0px 0 15px 0px; clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#cagayan_article2 img{
	width: 370px;
}

#cagayan_article2 p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}

#csr_article{
	float:right; margin:0 0 15px 15px; clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 200px;
	height: auto;

}
#csr_article img{
	width: 200px;

}

#csr_article p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}

#csr_article2{
	float:left; margin:0 15px 0px 0px; clear:left;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 200px;
	height: auto;

}
#csr_article2 img{
	width: 200px;

}

#csr_article2 p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;
}

#safety_article{
	float:left; margin:15px 0px 15px 0px; clear:left;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#safety_article img{
	width: 400px;
}

#safety_article p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
}

#safety_article2{
	float:right; margin:15px 0 15px 0px; clear:right;
	padding: 4px;
	border: 1px solid #D6D6D6;
	width: 300px;
	height: auto;
}
#safety_article2 img{
	width: 400px;
}

#safety_article2 p{
	font-size: 12px;
	line-height: 15px;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
}