@import url("global.css");
body{
	margin:0;
	padding:0;
	behavior: url(css/PIE.htc);
	text-align:justify;
	line-height:18px;
	background: #13a3e4 url(../images/bg-fixed.jpg) no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.bgimage.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bgimage.jpg', sizingMethod='scale')";
}
h1{
	font-family: robotolight;
	font-size: 27px;
	color:#0b8fea;
}
h2{
	font-family: robotoregular;
	font-size: 14px;
	color:#4b4b4b;
	padding-bottom:5px;
}
h3{
	font-family:roboto_condensedbold;
	font-size:18px;
	text-align:center;
	color: #9d4d00;
	padding-top:20px;
	padding-bottom: 20px;
	position:absolute;
	top:180px;
	left:15px;
	right:15px;
}
h4{
	font-family:robotolight;
	font-size:29px;
	color:#ff7029;
}
h5{
	width:50%;
	float:left;
	font-family: robotothin;
	font-size:45px;
	color:#fff;
	padding:50px 50px 20px 20px;
}
h6{
	font-family: robotobold;
	font-size:16px;
	color:#5f5f5f;
	padding-top:20px;
	/*padding-bottom:5px;*/
}
hr{
	width:100%;
	height:1px;
	border:0;
	background: #d8d8d8;
}
#wrapper{
	margin: 0 auto;
	padding: 0;
	width:960px;
	min-height:400px;
}
#header{
	width:97%;
    min-height: 40px;
    margin: 0 auto;
    padding:1% .5% 1% 2.6%;
    background: #fff;
   -moz-border-radius: 0 0 6px 6px;
   -webkit-border-radius: 0 0 6px 6px;
   border-radius: 0 0 6px 6px;
   box-shadow: #3f5d72 0 7px;
   z-index: 99999999;
}
#container{
	width:100%;
	height:92px;
}
#logo-holder{
	width:158px;
	height:92px;
	text-indent: -1200px;
	background:url(../images/logo.png) no-repeat;
}
#nav-holder{
	width:75%;
	height:35px;
	margin-top:2.5%;
	text-align: right;
	padding-right: 4%;
	position: relative;
}
#nav-holder ul li{
	display:inline;
}
#nav-holder ul li a{
	display:inline-block;
	font-family: roboto_condensedregular;
	font-size:14px;
	text-align: center;
	text-decoration: none;
	padding: 1.4%;
	color: #5e5e5e;
}
#nav-holder ul li a:hover{
	color: #fff;
	background: #ff7029;
	-moz-border-radius: 6px;
   	-webkit-border-radius: 6px;
   	border-radius: 6px;
}
#nav-holder ul li a.active{
	color: #fff !important;
	background: #ff7029;
	-moz-border-radius: 6px;
   	-webkit-border-radius: 6px;
   	border-radius: 6px;
}
#nav-holder a#pull {
	display: none;
}
#nav-holder ul.menuon{
	position:absolute !important;
	top:45px !important;
	right:10px !important;
	width:140px;
}
#wrapper #slider{
	-moz-border-radius: 6px;
   	-webkit-border-radius: 6px;
   	border-radius: 6px;
   	margin:0 auto;
}
#wrapper #slider #banner {
	width:100%;
	position:relative;
}
#wrapper #slider #banner li {
	list-style: none;
}
#wrapper #slider #banner ul li {
	float: left;
}
#wrapper #slider #banner ul li img{
	max-width:100%;
}
#wrapper #slider #banner ul li img.route{
	position:absolute;
	left:0;
	top:0;
}
#wrapper #slider #waves-holder{
	width:100%;
	min-height:25px;
}
#wrapper #slider #waves-holder #wave{
	width:100%;
	height:34px;
	background:url(../images/wave.gif) repeat-x;
}
#wrapper #slider #waves-holder p{
	background:#007ab4;
	font-family: robotothin;
	font-size:35px;
	text-align: center;
	line-height:40px;
	color:#fff;
	padding:20px 70px 20px 70px;
}
#wrapper #content{
	width:100%;
	min-height:40px;
	padding:0;
	margin:0 auto;
	background: #ebebeb;
}
#wrapper #content #text-holder{
	width:100%;
	min-height:400px;
}
#wrapper #content #text-holder #welcome-content{
	width:95%;
	padding:20px 0 20px 20px;
}
#wrapper #content #text-holder #welcome-content p .wrap-left{
	float:left;
	margin:3px 15px 10px 0;
}
#wrapper #content #text-holder #welcome-content p{
	display: block;
	font-family: robotolight;
	font-size: 13px;
	text-align: justify;
	color:#5a5a5a;
}
#wrapper #content #text-holder #news{
	padding:20px 20px 20px 0;
	display: block;
	width:30%;
	margin-left:15px;
	font-family: robotolight;
	font-size: 14px;
	text-align: justify;
	color:#5a5a5a;
}
#wrapper #content #text-holder #news ul li{
	padding-bottom:10px;
}
#wrapper #content #text-holder #news .synopsis{
	font-family: robotolight;
	color:#4b4b4b;
	padding-bottom:5px;
}
#wrapper #content #text-holder #news .date{
	font-family: robotoregular;
	font-size: 11px;
	color:#4b4b4b;
	padding-bottom:10px;
	border-bottom: 1px solid #4b4b4b;
}
.divider-patch{
	height:10px;
	background: #cbcbcb;
}
#content #sector{
	width:100%;
	min-height:400px;
	background: #ff9126;
}
#content #sector ul{
	margin:0 auto;
	width:95%;
	/*min-height:100px;*/
	padding: 10px;
}
#content #sector ul li{
	display:block;
	width:28.53%;
	height:370px;
	padding:20px;
	float:left;
	position:relative;
}
.border-right{
	border-right: 1px solid #f5be89;
}
#content #sector ul li a{
	width:150px;
	height:150px;
	display: block;
	text-decoration: none;
	border-radius: 50%; 
	transition: all 200ms ease-in-out;
	margin: 0 auto;
}
#content #sector ul li a:hover{
	width:140px;
	height:140px;
	-webkit-box-shadow: inset 0 0 5px rgba(227,207,189,1), inset 0 5px 0 rgba(227,207,189,1), inset 0 8px 0 rgba(227,207,189,1), inset 0 10px 0 rgba(227,207,189,1);
    -moz-box-shadow: inset 0 0 5px rgba(227,207,189,1), inset 0 5px 0 rgba(227,207,189,1), inset 0 8px 0 rgba(227,207,189,1), inset 0 10px 0 rgba(227,207,189,1);
    box-shadow: inset 0 0 5px rgba(227,207,189,1), inset 0 5px 0 rgba(227,207,189,1), inset 0 8px 0 rgba(227,207,189,1), inset 0 10px 0 rgba(227,207,189,1);
}
.ship-opearting{
	background:#fff url(../images/icon-operating.png) no-repeat 50% 50%;
	background-size: 55%;
}
.ship-opearting:hover{
	background:#fff url(../images/icon-operating-over.png) no-repeat 50% 55%;
	background-size: 60%;
}
.logistics{
	background:#fff url(../images/icon-logistics.png) no-repeat 50% 50%;
	background-size: 45%;
}
.logistics:hover{
	background:#fff url(../images/icon-logistics-over.png) no-repeat 50% 55%;
	background-size: 50%;
}
.financing{
	background:#fff url(../images/icon-financing.png) no-repeat 50% 50%;
	background-size: 45%;
}
.financing:hover{
	background:#fff url(../images/icon-financing-over.png) no-repeat 50% 55%;
	background-size: 50%;
}
.mining{
	background:#fff url(../images/icon-mining.png) no-repeat 50% 50%;
	background-size: 45%;
}
.mining:hover{
	background:#fff url(../images/icon-mining-over.png) no-repeat 50% 55%;
	background-size: 50%;
}
#content #sector ul li .description{
	font-family:robotoregular;
	font-size:13px;
	color: #9d4d00;
	min-height:200px;
	position:absolute;
	top:240px;
	left:15px;
	right:15px;
}
.rounded{
	background: #9d4d00;
	-moz-border-radius: 0 0 4px 4px;
   -webkit-border-radius: 0 0 4px 4px;
   border-radius: 0 0 4px 4px;
}
#footer{
	width:100%;
	min-height:62px;
	margin-top:30px;
	background: #000;
}
#footer #footer-content{
	width:960px;
	margin:0 auto;
}
#footer #footer-content .copyright{
	float:left;
	width:270px;
	font-family: robotoregular;
	font-size:12px;
	color:#b8b8b8;
	margin-top:15px;
	text-align: left;
}
#footer #footer-content #social{
	float:right;
	width:120px;
	margin:17px 0 0 0;
}
#footer #footer-content #social ul li{
	display: inline-block;
	width:24px;
	height:24px;
}
#footer #footer-content #social ul li a{
	display: block;
	width:24px;
	height:24px;
}
.googleplus{
	background: url(../images/social-googleplus.jpg) no-repeat;
}
.linkedin{
	background: url(../images/social-linkedin.jpg) no-repeat;
}
.facebook{
	background: url(../images/social-facebook.jpg) no-repeat;
}
.twitter{
	background: url(../images/social-twitter.jpg) no-repeat;
}


/*                       			//////////////////////////////////////////					
													INNER PAGE                             							
									//////////////////////////////////////////											*/

#wrapper #content-inner{
	min-height:25px;
	background:#FFF;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#wrapper #content-inner #title-holder{
	width:100%;
	height:100px;
	background:#007ab4;
	margin-top:20px;
	min-height:25px;
	-moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
#wrapper #content-inner #title-holder .tag-line{
	float:right;
	width:35%;
	font-family:robotolight;
	font-size:19px;
	text-align:right;
	color:#dadada;
	padding:50px 10px 0 20px;
}
#wrapper #content-inner #intro-holder{
	padding:40px 20px 40px 20px;
}
#wrapper #content-inner #intro-holder .intro{
	font-family:robotolight;
	font-size:13px;
	color:#5a5a5a;
	margin-top:10px;
}
#wrapper #content-inner #wave{
	width:100%;
	height:34px;
	background:url(../images/wave-inner.gif) repeat-x;
}
.content-description{
	font-family:robotolight;
	font-size:13px;
	color:#5a5a5a;
}
.content-description p{
	padding:0 0 13px 0;
}


/***************************************************             SERVICE --- style starts here        ************************************/

#wrapper #content-inner #service-wrapper{
	width:100%;
}
#wrapper #content-inner #service-wrapper #service{
	min-height:260px;
	padding-bottom:2%;
}
#wrapper #content-inner #service-wrapper #service .title-image{
	padding-left:2%;
	padding-bottom:20px;
	text-align: center;
}
#wrapper #content-inner #service-wrapper #service .description{
	width:66%;	
	padding:2% 0 2% 2%;
}
#wrapper #content-inner #service-wrapper #service .description .title-description{
	padding-bottom:4%;
}
.left-image{
	margin-left:2%;
}
.right-image{
	margin-right:2%;
}

/**************************************************             SERVICE --- style ends here        ************************************/



/***************************************************            ABOUT US --- style starts here        *********************************/

#wrapper #content-inner #aboutus-wrapper{
	width:100%;
}
#wrapper #content-inner #aboutus-wrapper #aboutus{
	padding:40px 20px 40px 20px;
	position:relative;
}
#wrapper #content-inner #aboutus-wrapper #aboutus .title-image{
	width:40%;
	padding-right:20px;
}
#wrapper #content-inner #aboutus-wrapper #aboutus .title-image img{
	width:100%;
}
#wrapper #content-inner #aboutus-wrapper #aboutus .description{
	width:57%;
}
#wrapper #content-inner #aboutus-wrapper #aboutus .description #imp-contact{
	width:100%;
	margin:0 auto;	
}
#wrapper #content-inner #aboutus-wrapper #aboutus .description .imp-contact-block{
	width:60%;
	margin-top: 30px;
}
#wrapper #content-inner #aboutus-wrapper #aboutus .description .contact-header{
	padding-bottom: 10px;
}

/**************************************************             ABOUT US --- style ends here        *************************************/

/**************************************************             CAREERS --- style starts here        ************************************/
#wrapper #content-inner #career-wrapper{
	width:100%;
	margin-top:40px;
	text-align:center;
}
#wrapper #content-inner #career-wrapper #career .description .content-description{
	margin-left:20px;
	text-align: left;
}
#wrapper #content-inner #career-wrapper #career ul li{
	/*float: left;*/
	/*width:280px;*/
	min-height:100px;
}
#wrapper #content-inner #career-wrapper #career ul li p{
	text-align: left;	
}
.vacancies{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.job-header-bold{
	width:280px;
	font-family:robotobold;
	font-size:16px;
	font-weight:bold;
	color:#5f5f5f;
	margin-top:20px;
	margin-left:20px;
}
.job-header{
	width:280px;
	font-family:robotoregular;
	font-size:16px;
	/*font-weight:bold;*/
	color:#5f5f5f;
	margin-top:20px;
	margin-left:20px;
}
.job-description{
	/*width:280px;*/
	font-family:robotoregular;
	font-size:13px;
	color:#5f5f5f;
	margin:10px 20px 20px 20px;
	text-align: justify;
}
.content-description p{
	padding:0;
}
.career-img{
	margin-top:20px;
	margin-bottom:50px;
}
.career-img img{
	width:100%;
}
/**************************************************             CAREERS --- style ends here        **************************************/


/**************************************************             FIXTURES --- style starts here        ***********************************/
#wrapper #content-inner #fixture-wrapper{
	text-align:center;
}
#wrapper #content-inner #fixture-wrapper #fixtures ul{
	width:100%;
	list-style-type: none;
	padding:40px 20px 20px 20px;
}
#wrapper #content-inner #fixture-wrapper #fixtures ul li{
	width:32%;
	height:35px;
	float:left;
	padding:25px;
}
.column-heading{
	float: left;
	width:260px;
	font-family:robotobold;
	font-size:14px;
	font-weight:bold;
	color:#272727;
	padding-top:8px;
}
.column-content{
	float: left;
	font-family:robotobold;
	font-size:13px;
	color:#272727;
	padding-top:8px;
}
.colored-row{
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	background: #e9e9e9;
}
.column-heading-bordered{
	border-bottom: 1px solid #c6c6c6;
}

/**************************************************             FIXTURES --- style ends here        *************************************/


/**************************************************             CONTACT --- style starts here        ************************************/

#wrapper #content-inner #contact-wrapper #contact #map_canvas{
	width:927px;
	height:590px;
	background: #CCC;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left:15px;
}
#wrapper #content-inner #contact-wrapper #contact #contact-details{
	/*width:95%;
	margin:0 auto;*/
	margin-top: 50px;
	margin-left:15px;
}
.contact-block{
	float:left;
	width:100%;
	min-height:330px;	
	/*background: #f00;*/
}
.contact-block:nth-child(1){
	padding-right:44px;
}
.contact-block:nth-child(2){
	padding-right:44px;
}
.contact-header{
	font-family: robotolight;
	font-size:24px;
	color:#e1680f;
	padding-bottom: 20px;
}
.contact-details{
	font-family: robotolight;
	font-size:14px;
	color:#5f5f5f;
}
.contact-details a{
	text-decoration: none;
	font-weight: bold;
	color: #2c72df;
}
.contact-details ul{
	list-style-type: none;
	width:100%;
}
.contact-details ul li{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}

/***************************************************             CONTACT --- style ends here        ***********************************/

/***************************************************             INQUIRY --- style starts here		***********************************/
.enquiry-description{
	width:30%;
}
.inquiryimg{float:right; width:65%;}
/*.inquiryimg img{width:100%; height:100%;}*/
.inquiry-form{
	width:50%;
}
.content-description form div.frm-elements{
	float:left;
	width:100%;
}
.content-description form div.frm-elements{
	padding-bottom:10px;
}
.content-description form div.frm-elements label{
	float: left;
	width: 100%;
	text-align: left;
	/*margin-right: 1em;*/
}
.content-description form div.frm-elements input, select, textarea{
	width:100%;
	/*margin-left:20px;*/
	padding:5px;
	font-size: 12px;
	line-height: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc; 
}
.content-description form div.frm-elements .submit{
	color:#fff;
	width:100px;
	height:30px;
	border: 1px solid #ccc;
	background: #007ab4;
}


/***************************************************             INQUIRY --- style ends here		***********************************/
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.clear-fix{
	clear:both;
}
.clear-fix:before,
.clear-fix:after {
    content: " ";
    display: table;
}
.clear-fix:after {
    clear: both;
}
.clear-fix {
    *zoom: 1;
}

.pagination {
	display: inline-block;
  /*width: 205px;*/
  /*height: 40px;*/
  margin: 20px auto;
  font-family: robotoregular;
  font-size: 14px;
  /*font-weight:bold;*/
  /*line-height: 20px;*/
  /*padding:10px;*/
  color: #FFF;
  background-color: #0079b5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

 /* *zoom: 1;*/
  margin-left: 0;
  margin-bottom: 0;
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 5px 10px 5px 10px;
  color:#fff;
  /*font-weight: bold;*/
  /*line-height: 38px;*/
  text-decoration: none;
  /*background-color: #ffffff;
  border: 1px solid #dddddd;*/
  border-left-width: 0;
}
.pagination ul > li >:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
	color:#0079b5;
    background-color: #cfcfcf;
}
/*.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #0079b5;
  background-color: #cfcfcf;
  padding: 15px;
  font-weight: bold;
  cursor: default;
}*/
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  /*border-left-width: 1px;*/
  -webkit-border-radius: 5px 0 0 5px;
  	-moz-border-radius: 5px 0 0 5px;
  	border-radius: 5px 0 0 5px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 5px 5px 0;
  	-moz-border-radius: 0 5px 5px 0;
  	border-radius: 0 5px 5px 0;
}
.pagination-centered {
  /*text-align: center;*/
}
.pagination-right {
  /*text-align: right;*/
}
.disable-prev{
	background: #e8e8e8!important;
	color: #FFF!important;
	float: left;
	/*font-weight: bold;*/
	padding: 15px;
	-webkit-border-radius: 5px 0 0 5px;
  	-moz-border-radius: 5px 0 0 5px;
  	border-radius: 5px 0 0 5px;
}
.disable-page-num{
	color: #0079b5!important;
	float: left;
	/*font-weight: bold;*/
	padding: 15px;
	background: #cfcfcf;
}
.disable-next{
	background: #e8e8e8!important;
	color: #FFF!important;
	float: left;
	/*font-weight: bold;*/
	padding: 15px;
	-webkit-border-radius: 0 5px 5px 0;
  	-moz-border-radius: 0 5px 5px 0;
  	border-radius: 0 5px 5px 0;
} 
.loading{
  display: none;
  width:960px;
  height:880px;
  font-size:20px;
  text-align:center;
  color:#FFF;
  /*padding:10%;*/
  position:absolute;
  top:0;
  left:0;
  background: #000;
  opacity:0.4;
  filter:alpha(opacity=40);
}