/* CSS Document */

a {
	color: #1C76D2;
}


.port-hometop {
    height: 450px;
    

}

.bg-cruise {
    background-image: url('../images/demo/cruise.jpg');
    background-size: cover;
    background-position: 9% 101%;
    border-left: #fff solid 5px;
}

.bg-cargo {
    background-image: url('../images/demo/cargo.jpg');
    background-size: cover;
    background-position: 21% 101%;
}

@media (max-width:991px) {
		.bg-cruise { 
			border-right: none; 
			}
	}




.port-overlay {
	    top: 75%;
}


.port-overlay-text {
    top: 77%;
    position: absolute;
  
}

.box-services-d .title-uppercased, .box-services-d .title-medium {
    font-size: 26px;
	
	}

.box-services-d:hover .title-uppercased, .box-services-d:hover .title-medium {
		color: #C7B260;
}
	
	.box-services-d .link-read-more:hover, .box-services-d .link-read-more:focus {
    color: #C7B260;
}


.box-services-d .title-uppercased, .box-services-d .title-medium {

    margin-bottom: 5px;
}


@media (max-width: 767px) {
		.link-read-more {
			display: inline;	
			
		}
	}


.br-bottom:after {
    border-top: 2px solid #C7B260;
}




/* Twitter Widget Style */

.sidebar-tweet ul {
    list-style: none;
	    margin-left: -40px;
		
}

p.tweet {
    color: #555;
	line-height: normal;
	margin: 0 0 0 0 ;
}

p.timePosted {
       margin: 0 0 0 0 ;
	font-size: smaller;
	color: rgba(50, 55, 55, 0.36);
}

p.interact {
	margin: 0 0 45px 0 ;
}

.sidebar-tweet a {
color: #C7B260;	
}

.sidebar-tweet .media {
	    margin-top: 0px;

}

.social_retweet:before {
    content: "\e094";
}

.sidebar-tweet .fa:hover {
	
	color: #C7B260;
}

.sidebar-tweet .fa {
	padding-right: 25px;
}

.overflow {
	
	overflow:hidden;
}

.pt-20 {
	padding-top: 20px;
	
}

.twitter-700 { 
overflow-y: auto;
    max-height: 700px;
}

/* Right Box */

.right-box-port {
    float: right;
    margin-left: 30px;
}


@media (max-width: 766px) {
.right-box-port {
	display: none;
}

}	

/*  buttons  */

.stellar .btn-e {
    color: #C7B260;
    border: 1px solid #C7B260;
}

.stellar .btn-e:hover, .btn-e:focus, .btn-e:active, .btn-e.active {
    background-color: #C7B260;
	color: #fff;
}


.stats-timer {
	color: #FD6B0D;}

.stats-text {
    color: #FD6B0D;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}




/*Footer */

.footer-title:after{border-top:2px solid #C7B260 !important}


/* slider */

.title-slider-large 

{
	color: #fff;
}

@media (max-width: 1510px) {
.port-overlay {
    top: 63%;
}
.port-overlay-text {
    top: 68%;
 
}

}


@media (max-width: 1400px) {

.bg-img {
    
    background-size: cover;
}
}


@media (max-width: 1200px) {
.logo {
	background-size:contain;
		
}
.bg-img {
    
    background-size: cover;
}
.map-animation {
	display: none;
}

}

@media (min-width: 1199px) {
.logo {
	background-size: auto;
		
}

}	

@media (max-width: 766px) {
.logo {
	background-size: auto;
		
}

}	

/* Search  */

#searchButton {
    margin-bottom: -11px;
}

#searchQuery {
    margin-right: 10px;
    width: 205px;
	    padding-left: 8px;
}

/* right nav */

.eachbox p.h4 {
    color: #667;
    font-size: x-large;
    padding: 6px;
    margin-bottom: -8px;
}

.eachbox ul {
    list-style: none;
    margin: 0 0 0px -36px;
}

.eachbox li {
    border-bottom: #DEDEDE solid 1px;
    font-size: medium;
    padding: 4px 0 4px 5px;
}

.eachbox li:hover {
        font-size: medium;
		background-color: #DEDEDE;
    }
	
	
.portfolio-filter li {
    display: inline-block;
    padding: 0 10px;
    background-color: #f5f5f5;
    height: 32px;
    margin-bottom: -8px;
}

.portfolio-filter {
    background-color: transparent;
	
}


/* You Tube videos */

#containingBlock {
  width:50%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  
  
 /* Home page */
 
 
a.homephotos {
    display: block;
    height: 100%;
	color: #C7B260;
	  
   
}
 
a:hover .homephotos {
    display: block;
    height: 100%;
	color: #fff;
	  
   
} 


@media (min-width: 766px) {
.mobile-hide {
	display: none;
}

}