@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
}

.hero-image{
	 padding-top: 700px;
	
}


h1{
	font-weight:700;
	font-size: 2.2em;
	line-height: 1.2em;	
}

h2{
	font-weight:700;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #3C7EC1;
	margin-top: 0.8em;
	text-align: left;
	padding-top: 1.8em;
	width: 60%;
}

h3{
	font-weight:700;
	font-size: 3.1em;
	line-height: 1.2em;	
	color:  #ffffff;
}

h4{
	font-weight:700;
	font-size: 3.1em;
	line-height: 1.2em;	
	color: rgba(60,126,193,1.00);
	width: 40%;
}

h5{
	font-weight:700;
	font-size:1.8em;
	line-height: 0.2em;	
	color:  #ffffff;
	text-align: left;
	
}

h6{
	font-weight:700;
	font-size:1.8em;
	line-height: 0.2em;	
	color:  #ffffff;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0.9em;
}

h7{
	text-align: center;
	font-weight:700;
	font-size: 2.1em;
	line-height: 1.2em;	
	color: rgba(60,126,193,1.00);
	width: 80%;
}



.header-text{
	padding: 3.1em;
	margin-right: 5.9em;
	margin-top: 3.8em;
	text-align: right;
	color: #fff;
	width: 35%;
	float: right;
	font-size: 1.4em;
	font-weight:400;
}

header {

	width: 100%;
	height: 50em;
	margin: 0 auto;
	padding: 2.8em;
	background-image:url(../images/header-image-blue.jpg);
	background-size: cover;
	background-position:center top;
	position:relative;
	top: 6em;
	z-index: -2;
	margin-bottom:5.7em; 
	background-repeat: no-repeat;
	background-attachment: fixed;

}

/* ------
.main-nav,
.main {
  position: relative; 
	
}
.main-nav  {
 
padding: 1.8em 15% 0 0;
margin: 0 auto;
  height: 80px;
  z-index: 150;
  margin-bottom: -80px;
 text-align: right;
	
}

.main-nav a{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	padding-left: 3.8em;
}

.main-nav a:hover{
	transition: background-color 1s ease;
	color: rgba(60,126,193,1.00);

}

header,
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(255,255,255,1.00);
  transition: background-color 0.5s ease;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.main-nav-scrolled a{
	transition: background-color 1s ease;
	color: rgba(23,23,23,1.00);
	
}

--- */

.main {
  background: #fff;
  margin-top: 2.8em;
  padding: 0px 50px 50px;
  width: 100%;
  margin: 0 auto;
}

/* -----------------------------------------INTRO ICON HOOVER ELEMNTS---------------------------------- */

.icon-elemnts{
	width: 90%;
	margin: 0 auto;
	padding-top: 1.2em;
opacity: 0;
	text-align: center;

}

.intro-icons {
  position: relative;
  width: 15%;
  display: inline-block;
  margin: 1.8em;
	
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.icon-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3C7EC1;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.intro-icons:hover .icon-overlay {
  opacity: 0.9;
}

.intro-icon-text {
  color: white;
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


/* -----------------------------------------INTRO ICON HOOVER ELEMNTS ENDS---------------------------------- */

/* -----------------------------------------ABOUT US SECTION HOME PAGE---------------------------------- */
.about-us{
	width: 95%;
	margin: 0 auto;
	background-color:  #3C7EC1;
	padding: 2.8em 3.8em 9em 3.8em;
	margin-top: 4.8em;
	color: #ffffff;
}

.about-us-text{
	width: 45%;
	display: inline-block;
	padding-left: 2.8em;
	
}

.about-us-text-right{
	width: 45%;
	float: right;
	padding-left: 0.8em;
}


.button-about {
  border-radius: 4px;
  background-color: #49519E;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4em;
  padding: 0.8em;
  width: 8.8em;
  transition: all 0.5s;
  cursor: pointer;
  margin: 4.8em;
  float: right;
}

.button-about span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-about span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-about:hover span {
  padding-right: 25px;
}

.button-about:hover span:after {
  opacity: 1;
  right: 0;
}

/* -----------------------------------------ABOUT US SECTION HOME PAGE ENDS---------------------------------- */

/* --------------------KEY POINTS HOME PAGE---------------------------------- */



.key-points{

	margin: 0 auto;
    width: 80%;
	padding-top: 4.8em;
}

.button-key-points {
  border-radius: 4px;
  background-color: #3C7EC1;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2em;
  padding: 0.8em;
  width: 10.8em;
  transition: all 0.5s;
  cursor: pointer;
  margin: 4.8em;
  float: right;
	clear: both;
}

.button-key-points span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-key-points span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-key-points:hover span {
  padding-right: 25px;
}

.button-key-points:hover span:after {
  opacity: 1;
  right: 0;
}

.tailored-approach{
	width: 50%;
	position: relative;
	padding-bottom: 5.8em;
float: left;
	
	padding-left: 4.8em;
   

}
.tailored-approach img{
 position: absolute;
  top: 2.8em;
  bottom: 0;
  left: 28.5em;
  right: 0;

}
.tailored-approach p{
 width: 85%;
 padding-top: 2.8em;
 line-height: 1.5em;
}

.always-open{
	width: 50%;
	position: relative;
	padding-bottom: 5.8em;
	float: left;
	border-left: rgba(129,129,129,1.00) thin solid;
	padding-left: 4.8em;
 
}

.always-open img{
 position: absolute;
  top: 2.8em;
  bottom: 0;
  left: 28.5em;
  right: 0;

}
.always-open p{
 width: 85%;
 padding-top: 2.8em;
 line-height: 1.5em;
}



/*map*/

#map {
  height: 400px;
  width: 100%;	
	margin-bottom: 2.8em;
 
	filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

/*map END*/


	/* news section*/

.news-feed-outter{
	width: 100%;
	margin: 0 auto;
}

.news-header{
	width: 80%;
	margin: 0 auto;

}
.news-text{
	float: left;
	padding-top: 2.2em;
	
}
.more-news{
	float: right;
}

.news-elements{
	width: 90%;
	clear: both;
margin: 0 auto;
	padding-left: 4em;
	padding-top: 0em;
	text-align: center;

}

.news-sections{
	width: 24%;
	display: inline-block;
	padding-right: 0em;
	padding-bottom: 1.8em;
	text-align: left;
	vertical-align: top;
	
	
}

.news-sections img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 85%;
}

.news-sections .button{
	width: 25%;

}

.news-sections p{
	padding: 0 0 0 0;
	width: 85%;
}

.button-news {
  border-radius: 4px;
  background-color:#49519E;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.8em;
  padding: 0.8em 0;
  width: 8.8em;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2.8em 6.8em 6.8em 0;
 
  clear: both;
}

.button-news span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-news span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0px;
  transition: 0.5s;
}

.button-news:hover span {
  padding-right: 25px;
}

.button-news:hover span:after {
  opacity: 1;
  right: 0;
}


/* FOOTER*/

.footer{
	width: 100%;
	background-color: rgba(87,87,86,1.00);
	padding: 1.8em 0 4.8em 0;
	margin: 0 auto;
	clear: both;
	margin-top: 6.8em;
	
}

.footer-inner{
	margin: 0 auto;
	width: 80%;
	color: #ffffff;
	
}

.social-media-icon{
	float: left;
	width: 20%;
	padding-top: 0.8em;
	 
	
}

.footer-address{
	float: left;
	line-height: 0.5em;
	font-size: 0.9em;
	
	
}

.footer-copyright{
	float: right;
	line-height: 0.5em;
	font-size: 0.9em;
	
}

.footer-copyright a{
	float: right;
	line-height: 0.5em;
	font-size: 0.9em;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	
}

.footer-copyright a:hover{
	color: #3C7EC1;
	
}


/*----------------------------------MARINE SEVICES PAGE----------------------*/

.header-image-marine{
	width: 85%;
	height: 50em;
	margin: 0 auto;
	padding: 2.8em;
	background-image:url(../images/header-image-marine.jpg);
	background-size: cover;
	background-position:center top;
	position:relative;
	top: 6em;
	z-index: -2;
	margin-bottom:5.7em; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.header-text-marine{
	margin: 0 auto;

	margin-top: 10.8em;
	text-align: center;
	color: #fff;
	width: 55%;
	font-size: 1.4em;
	font-weight:400;	
}

.intro-text-body{
	padding: 0.8em 0.6em 2em 6.8em;
	font-weight:400;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #575756;
	margin-top: 4.8em;
	text-align: left;
	width: 50%;	
}

.intro-text-body a{
	text-decoration: none;
	color: #3C7EC1;
	font-weight: 600;
}

.intro-text-body a:hover{
  color: #575756;

}


/* Section image and text*/

.col-text {
  height:38em;
}

.second-content {
  width: 85%;
  margin: 0 auto;
  background-color:rgba(60,126,193,1.0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
	margin-top: 2.8em;
	margin-bottom: 2.8em;	
}
.second-content a{
	text-decoration: none;
	color: rgba(255,255,255,0.60);
}
.second-content a:hover{
	color:rgba(0,0,0,0.74);
	transition: 0.5s;
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
	
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Aligner-item {
  width: 80%;
	color: #ffffff;
	font-size: 1.1em;
	text-align: left;
}

.col-image {
  background-size: cover;
  background-position:center center;
  background-image: url(../images/marine-image-pilot.jpg);
}

.col-image-harbour-master {
  background-size: cover;
  background-position:right bottom;
  background-image: url(../images/../images/team/Tom.JPG);
}


/* three images across sevices section*/

.services{
	display: flex;
	width: 90%;
	margin: 0 auto;	
	padding-top: 4.5em;
	text-align: center;	


}


.services-outter{
	flex: 1;
	padding-top: 3.8em;
	float: left;
	width: 33%;
	padding-bottom: 4.8em;	
	text-align: left;
	background: #3C7EC1; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #3C7EC1 70% , #ffffff 30%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #3C7EC1 70% , #ffffff 30%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #3C7EC1 70% , #ffffff 30%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #3C7EC1 70% , #ffffff 30%); /* Standard syntax */
}

.services-inner{

	margin: 0 auto;
	padding-left: 0%;
	font-size: 1.1em;
	color: #ffffff;
	width: 70%;

}

.services-inner img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}



.image-breaker{
	  background-image:url("../images/main-image.jpg");
	  height: 400px; 
	  background-position: center;
  	  background-repeat: no-repeat;
      background-size: cover;
	  background-attachment: fixed;
	margin-top: 3.8em;
}


/* three images across sevices section END*/


/* -----------------------------------------PORT SERVICES PAGE---------------------------------- */


.header-image-port{
	width: 85%;
	height: 50em;
	margin: 0 auto;
	padding: 2.8em;
	background-image:url(../images/header-image-port.jpg);
	background-size: cover;
	background-position:center bottom;
	position:relative;
	top: 6em;
	z-index: -2;
	margin-bottom:5.7em; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.header-text-port{
	margin: 0 auto;
	margin-top: 10.8em;
	text-align: center;
	color: #fff;
	width: 55%;
	font-size: 1.4em;
	font-weight:400;	
}

/* three images across sevices section*/

.services-port{
	display: flex;
	width: 90%;
	margin: 0 auto;	
	padding-top: 4.5em;
	text-align: center;	
	padding-bottom: 4.8em;
}

.services-port a{
	text-decoration: none;
	color: rgba(255,255,255,0.70);
}

.services-port a:hover{
	text-decoration: none;
	color:rgba(0,0,0,0.69);
}



.services-outter-port{
	flex: 1;
	padding-top: 3.8em;
	float: left;
	width: 33%;
	padding-bottom: 4.8em;	
	text-align: left;
	background: #49519E; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #49519E 70% , #ffffff 30%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #49519E 70% , #ffffff 30%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #49519E 70% , #ffffff 30%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #49519E 70% , #ffffff 30%); /* Standard syntax */
}

.services-inner-port{

	margin: 0 auto;
	padding-left: 0%;
	font-size: 1.1em;
	color: #ffffff;
	width: 70%;

}

.services-inner-port img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.button-port {
  border-radius: 4px;
  background-color:#3C7EC1;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.8em;
  padding: 0.8em 0;
  width: 8.8em;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2.8em 6.8em 6.8em 0;
 
  clear: both;
}

.button-port span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-port span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-port:hover span {
  padding-right: 25px;
}

.button-port:hover span:after {
  opacity: 1;
  right: 0;
}


	/*-----------
	
	
	NEW DOWNLOAD BUTTONS AND STYLING
	

	---------*/	
	
	
.downloads-section{
	width: 80%;
	margin: 0 auto;	
	text-align: center;

	}
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;

}

div.gallery img {
  width: 30%;
  height: auto;
  float: left;
}

div.gallery img:hover {

	  transition: .3s ease;
	opacity: 0.2;
}



div.desc {
  padding: 35px 25px 10px 25px;
  text-align: center;
  text-transform: uppercase;
	font-weight: 700;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 1.8em  6px;
  float: left;
  width: 24.99999%;
}



@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.btn {
  background-color: #3C7EC1;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 1.1em;
	width:100%;
	text-decoration: none;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #49519E;
	  transition: .3s ease;
}
		/*-----------
	
	
	NEW DOWNLOAD BUTTONS AND STYLING END
	
	
	---------*/	


/* -------------------------PORT SERVICES PAGE ENDS--------------------------------- */

/* -----------------------------------------------NEWS PAGE--------------------------------- */



.header-image-news{
	width: 85%;
	height: 25em;
	margin: 0 auto;
	padding: 2.8em;
	background-image:url(../images/../images/header-image-news.jpg);
	background-size: cover;
	background-position:center bottom;
	position:relative;
	top: 6em;
	z-index: -2;
	margin-bottom:5.7em; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 100;
}


.header-text-news{
	margin: 0 auto;
	margin-top: 2.2em;
	text-align: center;
	color: #fff;
	width: 55%;
	font-size: 1.4em;
	font-weight:400;
	
}

.header-text-news a{
	text-decoration: none;
	font-weight:700;
	color: #fff;
}

.header-text-news a:hover{
	opacity: 0.5;
	color: #fff;
	transition: 0.6s;
}



.news-main-feed-outter{
	margin: 0 auto;
	width: 95%;
	padding-left: 0.8em;
	padding-top: 5.8em;
}


																		/*FULL STORY PAGES SECTION*/

/* header image*/

.news-artical-main-header{
	width: 100%;
	margin: 0 auto;
	padding: 10.8em 0 1.8em 11.8em;
	margin-bottom:0em; 
}

.news-artical-main-header p{
	margin: 0 auto;
	text-align: left;
	font-size: 2.2em;
	color: #3C7EC1;

}

.news-artical{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 5.8em;
	
}

.news-artical img{
	width: 35%;
	float: right;
	
}

.news-artical-image img{
	width: 95%;
	float: left;
	padding-left: 4.2em;

	
}


.news-artical p{
	width: 55%;

}

.news-artical ul{
	width: 55%;

}

.news-artical a{

	margin-top: 0.0em;
	text-decoration: none;
	color: #317ec2;
}

.news-artical a:hover{
	color: #3A3A3A;
}




.galleryimages img {
	margin: 0.8em;
	padding: 0 0 0 12px; 
}

/* -------------------------------------------------NEWS PAGE END--------------------------------- */


/* --------------------------PORT AUTHORITY PAGE--------------------------------- */


.header-image-authority-trust{
	width: 85%;
	height: 50em;
	margin: 0 auto;
	padding: 2.8em;
	background-image:url(../images/header-image-Port-Authority.jpg);
	background-size: cover;
	background-position:center top;
	position:relative;
	top: 6em;
	z-index: -2;
	margin-bottom:5.7em; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.header-text-authority-trust{
	margin: 0 auto;
	margin-top: 10.8em;
	text-align: center;
	color: #fff;
	width: 55%;
	font-size: 1.4em;
	font-weight:400;	
}


.col-image-trust {
  background-size: cover;
  background-position:center center;
  background-image: url(../images/team/Nik-Scott-Gray-long.jpg);
}


.board-members{
	display: flex;
	width: 90%;
	margin: 0 auto;	
	padding-top: 4.5em;
	text-align: center;
	margin-bottom: 2.8em;
	
}


.board-members-outter{
	flex: 1;
	padding-top: 3.8em;
	float: left;
	width: 33%;
	padding-bottom: 4.8em;	
	text-align: left;
	background: #3C7EC1; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #3C7EC1 70% , #ffffff 30%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #3C7EC1 70% , #ffffff 30%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #3C7EC1 70% , #ffffff 30%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #3C7EC1 70% , #ffffff 30%); /* Standard syntax */
}

.board-members-inner{
	margin: 0 auto;
	padding-left: 0%;
	font-size: 1.1em;
	color: #ffffff;
	width: 70%;

}

.board-members-inner strong{
	font-size: 1.2em;
	line-height: 2.8em;
}

.board-members-images{
	width: 100%;
	position: relative;
  	overflow: hidden;
	box-shadow: -2px -3px 8px 0px rgba(0, 0, 0, 0.2);
	background-position:bottom left;
}

.board-members-inner img{
	  width: 100%;
	  -moz-transition: all 0.4s;
	  -webkit-transition: all 0.4s;
	  transition: all 0.4s;	
}

.board-members-inner:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* three images across sevices section END*/


/* ---INTRO ICON HOOVER ELEMNTS-- */

.icon-elemnts-port{
	width: 90%;
	margin: 0 auto;
	text-align: center;

 }

/* -- HOOVER ELEMNTS ENDS--- */


/* --------------------------------PORT AUTHORITY PAGE ENDS--------------------------------- */

/* --------------------------IN THE COMMUNITY PAGE--------------------------------- */


.header-image-community{
	width: 85%;
	height: 50em;
	margin: 0 auto;
	padding: 2.8em;
	background-image:url("../images/header-image-in-the-community.jpg");
	background-size: cover;
	background-position:center top;
	position:relative;
	top: 6em;
	z-index: -2;
	margin-bottom:5.7em; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.header-text-community{
	margin: 0 auto;
	margin-top: 10.8em;
	text-align: center;
	color: #fff;
	width: 55%;
	font-size: 1.4em;
	font-weight:400;	
}

.community-images{
	width: 85%;
	margin: 0 auto;
	clear: both;
}
.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}



/* --------------------------------POUR VIEW--------------------------------- */


.our-view{
	width: 85%;
	margin: 0 auto;
	text-align: left;
	padding: 10.8em 0 1.8em 0;

}



/* --------------------------------POUR VIEW ENDS--------------------------------- */



/* -----------------------------------------------CONTACT US PAGE--------------------------------- */



.header-image-contact{
	width: 85%;
	height: 45em;
	margin: 0 auto;
	padding: 2.8em;
	background-image:url( ../images/header-image-contact-us.jpg);
	background-size: cover;
	background-position:center center;
	position:relative;
	top: 6em;
	z-index: -2;
	margin-bottom:10.7em; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.header-text-contact{
	margin: 0 auto;
	margin-top: 10.8em;
	text-align: center;
	color: #fff;
	width: 55%;
	font-size: 1.4em;
	font-weight:400;	
}



.contact-uk{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 1.1em;
	padding: 2.2em 6.8em;
	display: block;
	margin-bottom: 5.8em;
	
}

.contact-uk a{
 text-decoration: none;
	color: #3C7EC1;	
}

.contact-uk a:hover{
 text-decoration: none;
color: #18334E;	
}


@media screen and (max-width: 1600px) {
	
.header-text{
	padding: 3.1em;
	margin-right: 1.9em;
	margin-top: 3.8em;
	text-align: right;
	color: #fff;
	width: 45%;
	float: right;
	font-size: 1.4em;
	font-weight:400;	
}
	
	
/*-----------MARINE SERVICES--------*/

.second-content {
  width: 95%;
}

.services{	
	width: 95%;
}
	
.services-inner{
	font-size: 98%;
	
}

.services-inner img{
	width: 100%;
}
.key-points{
    width: 90%;
}


/*-----------PORT SERVICES--------*/
	
.services-port{	
	width: 95%;
}
	
.services-inner-port{
	font-size: 98%;
	
}

.services-port img{
	width: 100%;
}

/*-----------NEWS--------*/		

	
	
.news-elements{
	width: 95%;
	padding-left: 3.2em;
}
.news-sections{
	width: 24%;
	}

.news-elements p{
	width: 80%;
}
	
.news-feed-outter{
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
}

	


/*-----------PORT AUTHORITY---------*/	
	
	.Aligner-item {
	font-size: 98%;

}

	
	.board-members-inner{
	font-size: 98%;
}

/*-----------HEADER IMAGES---------*/		
	
	
.header-image-marine{
	width: 95%;
}
.header-image-port{
	width: 95%;
}
.header-image-news{
	width: 95%;
	}
.header-image-authority-trust{
	width: 95%;
}
	.header-image-community{
	width: 95%;
}

.header-image-contact{
	width: 95%;
}

	

.key-points{
	width: 95%;
	
	}
	
.tailored-approach{
	width: 49%;
	padding-bottom: 2.8em;
	padding-left: 4.8em; 
}
	
.tailored-approach img{
float: right;
width: 15%;
  top: 2.8em;
  bottom: 0;
  left: 35em;
  right: 0;
}
	

.always-open{
	width: 49%;
	padding-bottom: 2.8em;
	padding-left: 4.8em; 
	border-left: none;
}
	
.always-open img{
float: right;
width: 15%;
  top: 2.8em;
  bottom: 0;
  left: 30em;
  right: 0;
}
	
.icon-elemnts{
	width: 90%;
	margin: 0 auto;
	padding-top: 1.2em;
	opacity: 1;
	text-align: center;

}
	
.intro-icons {
  position: relative;
  width: 15%;
  display: inline-block;
  margin: 1.8em;
	
}	
	

@media screen and (min-width: 1420px) {

	.mob-nav{
		display: none!important}
	}

	
@media screen and (min-width: 1020px) {
	
header {
	top: 4.3em;
}	
	

.header-text{
	width: 65%;
	margin-right: 0;
}

.intro-text-body{
	width: 90%;
	text-align: center:
}
	



/* FOOTER*/

.footer{
	width: 100%;
	margin: 0 auto;
	margin-top: 16.8em;
	text-align: center;
	
}

.footer-inner{
	margin: 0 auto;
	width: 80%;
	color: #ffffff;

	
}

.social-media-icon{
 	
	text-align: center;
	width: 100%;

	
}

.footer-address{
	line-height: 0.5em;
	font-size: 0.9em;
	width: 100%;

}

.footer-copyright{
	line-height: 1.5em;
	font-size: 0.9em;
	float: none;
	width: 100%;
	text-align: center;

}
	
.footer-copyright a{
	line-height: 1.5em;
	font-size: 0.9em;
	float: none;
	width: 100%;
	text-align: center;

}

	
.board-members-outter{
  background: #3C7EC1; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #3C7EC1 80% , #ffffff 20%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #3C7EC1 80% , #ffffff 20%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #3C7EC1 80% , #ffffff 20%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #3C7EC1 80% , #ffffff 20%); /* Standard syntax */
}
	
h4{
	width: 80%;
}
	
	
	}
	
	

@media screen and (max-width: 500px) {
		
		
			
header {
	top: 4.4em;
}	

	
h1{
	text-align: center;
	font-weight:700;
	font-size: 1.8em;
	line-height: 1.2em;	
	width: 100%;
}

.header-text{	
	padding: 0em;
	margin-right: 0em;
	margin-top: 1.8em;
	text-align: center;
	color: #fff;
	width: 95%;
	float: right;
	font-weight:400;
}

.intro-text-body{
    margin: 0 auto;
	padding: 0;
	font-weight:400;
	line-height: 1.4em;
	color: #575756;
	margin-top: 4.8em;
	text-align: center;
	width: 85%;

}
	
	

/* -----------------------------------------INTRO ICON HOOVER ELEMNTS---------------------------------- */

	
.icon-elemnts{
	width: 100%;
	margin: 0 auto;
	opacity: 1;
	
}


	
.intro-icons {
  width: 35%;

}
	

.icon-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3C7EC1;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.intro-icons:hover .icon-overlay {
  opacity: 0.9;
}

.intro-icon-text {
  color: white;
  font-size: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  text-align: center;
}


	
h3{
	text-align: center;
	font-weight:700;
	font-size: 2.1em;
	line-height: 1.2em;	
	width: 100%;
	padding-top: 1.8em;
}
.about-us{
	width: 95%;
	margin: 0 auto;
	background-color:  #3C7EC1;
	padding: 0em 0em 32em 0em;
	margin-top: 4.8em;
	color: #ffffff;
}

.about-us-text{
	margin: 0 auto;
	width: 90%;
	padding-left: 2.2em;
	text-align: center;
	

}

.about-us-text-right{
	margin: 0 auto;
	width: 90%;
	padding-left: 2.2em;
	float: left;
	text-align: center;
}
	
.button-about {
   text-align: center;
  width: 100%;
  margin: 0em;
	margin-top: 1.8em;

}
	
.key-points{
	margin: 0 auto;
    width: 80%;
	padding-top: 2.8em;
	text-align: center;
	}
	
.col-image-harbour-master {
  background-size: cover;
  background-position:left bottom;
  background-image: url(../images/team/Tom-small.jpg);
}


h4{
	text-align: center;
	font-weight:700;
	font-size: 2.1em;
	line-height: 1.2em;	
	width: 100%;
}
	
.news-artical-main-header{
	text-align: left;
	font-weight:700;
	font-size:0.9em;
	line-height: 1.3em;	
	width: 80%;
padding: 3.5em 1.2em 0;
}
		
.tailored-approach{
	text-align: center;
	width: 100%;
	padding-bottom: 2.8em;
	padding-left: 0em;
}

.tailored-approach img{
display: none;
}
	
.tailored-approach p{
 width: 100%;
 padding-top: 0.8em;
 line-height: 1.5em;
padding-bottom: 1.8em;
}
	

.always-open{
	text-align: center;
	width: 100%;
	padding-bottom: 2.8em;
	padding-left: 0em;
	border-left: none;
	border-top: rgba(129,129,129,1.00) thin solid;
}
	
.always-open img{
display: none;
}

.always-open p{
 width: 100%;
 padding-top: 0.8em;
 line-height: 1.5em;
padding-bottom: 1.8em;
}
		
	
	
.button-key-points {
 text-align: center;
  width: 100%;
  margin: 0em;
margin-bottom: 2.8em;

}

	.more-news{
		display: none;
	}	
	
.news-sections{
	width: 100%;
}

	
	
/* FOOTER*/

.footer{
	width: 100%;
	margin: 0 auto;
	margin-top: 8.8em;
	text-align: center;
	
}

.footer-inner{
	margin: 0 auto;
	width: 80%;
	color: #ffffff;

	
}

.social-media-icon{
 	
	text-align: center;
	width: 100%;

	
}

.footer-address{
	line-height: 1.5em;
	font-size: 0.9em;
	width: 100%;

}

.footer-copyright{
	line-height: 1.5em;
	font-size: 0.9em;
	float: none;
	width: 100%;
	text-align: center;

}
	
.footer-copyright a{
	line-height: 1.5em;
	font-size: 0.9em;
	float: none;
	width: 100%;
	text-align: center;

}	
	
	
	
	
/*OTHER HEADER IMAGES AND TEXT*/	

.header-image-marine, .header-image-port, .header-image-news, .header-image-authority-trust, .header-image-contact{
	width: 95%;
	height: 35em;
	top: 5em;
	z-index: -2;
}

.header-text-marine, .header-text-port, .header-text-news, .header-text-authority-trust, .header-text-contact{
	margin-top: 3.8em;
	width: 100%;
}	

/* MARINE SERVICES*/	
	
	
/* Section image and text*/


.second-content {
    height: 95em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
	width: 100%;
   }
	
  .col {
    order:vertical;
  }
  .col-left {
    -webkit-box-ordinal-group:0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .col-text div p {
    padding: 0em;
  }
  .Aligner-item {
    width: 83%;
	background-color:#3C7EC1; 
	color: #ffffff;
	text-align: left;
	  padding: 0;
	  margin: 0;

  }


/* three images across sevices section*/

.services{
	width: 100%;
    height: 205em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
	
   }


.services-outter{
	flex: 1;
	padding-top: 3.8em;
	float: left;
	width: 100%;
	padding-bottom: 4.8em;	
	text-align: left;
	
	background: #3C7EC1; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #3C7EC1 70% , #ffffff 30%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #3C7EC1 70% , #ffffff 30%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #3C7EC1 70% , #ffffff 30%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #3C7EC1 70% , #ffffff 30%); /* Standard syntax */
}

.services-inner{

	margin: 0 auto;
	padding-left: 0%;
	font-size: 1.1em;
	color: #ffffff;
	width: 70%;

}

.services-inner img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* three images across sevices section END*/

/* three images across PORT sevices section*/

.services-port{
	width: 100%;
    height: 205em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
}


.services-outter-port{
	flex: 1;
	padding-top: 3.8em;
	float: left;
	width: 100%;
	padding-bottom: 4.8em;	
	text-align: left;

}

.services-inner-port{
	margin: 0 auto;
	padding-left: 0%;
	font-size: 1.1em;
	color: #ffffff;
	width: 70%;
}

h5{
	line-height: 0.9em;	
}
	
/* three images across BOARD MEMEBRS sevices section*/

.board-members{
	width: 100%;
    height: 250em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
}


.board-members-outter{
	flex: 1;
	padding-top: 3.8em;
	float: left;
	width: 100%;
	padding-bottom: 4.8em;	
	text-align: left;
	background: #3C7EC1; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #3C7EC1 85% , #ffffff 15%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #3C7EC1 85% , #ffffff 15%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #3C7EC1 85% , #ffffff 15%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #3C7EC1 85% , #ffffff 15%); /* Standard syntax */

}

.board-members-inner{
	margin: 0 auto;
	padding-left: 0%;
	font-size: 1.1em;
	color: #ffffff;
	width: 70%;
}

h5{
	line-height: 0.9em;	
}
	
	
.contact-uk {
	width: 90%;
	margin: 0 auto;
	padding: 0em 0em;


}
	.contact-inner{
		width: 100%;
		padding-bottom: 1.8em;
	}
	

.news-artical{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 4.8em;
	
}

.news-artical img{
	width: 100%;
	padding-bottom: 1.2em;
	
	
}

.news-artical p{
	width: 95%;
}

.news-artical a{
	float: left;
	margin-top: 1.8em;
}


	



@media screen and (max-width: 450px) {

/*mobile X navigation*/

.mob-nav{
	position: fixed;
	top:0;
	right: 0;
	padding: 2.8em;
	z-index: 500;
	
	}

.overlay {
	
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 450;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

	
.hero-image{
	 padding-top: 400px;
	
}
	

	
.logo img{
	width: 50%;
}
	
	
	
.key-points{

	padding-top: 6.8em;
		padding-bottom: 6.8em;
	}

}	
	
	
	

