@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bol-webfont.eot');
    src: url('../fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bol-webfont.woff') format('woff'),
         url('../fonts/lato-bol-webfont.ttf') format('truetype'),
         url('../fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family:"Lato Black";
	src:url("../fonts/Lato-Black.eot?") format("eot"),url("../fonts/Lato-Black.woff") format("woff"),url("../fonts/Lato-Black.ttf") format("truetype"),url("../fonts/Lato-Black.svg#Lato-Black") format("svg");font-weight:normal;font-style:normal;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding:0px;
	margin:0px;	
}

.row{
	margin-right:0px;
	margin-left:0px;	
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #b58d44;
}

::selection {
    color: #fff;
    background: #b58d44;
}



*{
-webkit-appearance:none ;
-moz-appearance :none;
 border-radius: 0;	
}

a{
-webkit-transition:all 0.2s;
-moz-transition:all 0.2s;
-o-transition:all 0.2s;
transition:all 0.2s;

outline: none !important;
}


body{
	margin:0;
	padding:0px;
}

.maxwidth{
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
	max-width:1150px;
	margin:0 auto;
	position:relative;
}

.maxwidth1{
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
	max-width:1350px;
	margin:0 auto;	
}



.navbar-default .navbar-nav > .active > a{
	color:#ed1847 !important;
	border-top:#ed1847 solid 1px;
	background-color:transparent;
}

.navbar{
	min-height:auto;	
}


.navbar-default {
    background-color: rgba(255,255,255,0.85);
    padding:0px;
	padding-top:0px;
	padding-bottom:20px;
    border: 0;
}

.navbar-shrink {
	background-color:#fff !important;
}

.navbar-brand{
	height:auto;
	padding:0px;
	padding-top:13px;
}

.navbar-default .navbar-nav > li > a:focus{
	background-color:transparent !important;
		
}

.logo{
	width:100%;
	max-width:123px	
}

.navbar-nav > li > a{
	padding:0px;
}


.carousel-indicators {
    position: absolute;
    right: 25px;
    left: inherit;
    bottom: 50%;
    width: 25px;
}

.carousel-indicators li {
    margin-bottom: 5px;
}

.carousel-inner > .item{
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;	
}

.scroll-down {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 16;
	text-align:left;
	padding-top:7px;
	padding-bottom:7px;
	background-color:rgba(255,255,255,0.85);
}

.carousel-caption {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
	text-align:left;
	font-family:"Lato Black";
	font-size:35px !important;
	text-transform:uppercase;
	line-height:35px !important;
}

.carousel-title{
	width:36%;	
}

.carousel-break{
	width:100px;
	height:4px;
	background-color:#81c341;
	margin-top:20px;	
}


.navbar-toggle{
	border-radius:0px;	
}

.modal-content{
	background-color:transparent;
	box-shadow:none;
	border:0px;
	color:#fff;	
}

.modal-open .modal{
	background-color:#a4d1e9;
	background-image:url(../../imgs/zigzag.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
/****************************************/


.menu-item{
	margin-left:25px;
	margin-top:0px;
	font-family:"Lato Black";
	font-size:13px;
	padding-top:23px !important;
	display:inline-block;
	color:#034d8c !important;	
}

.menu-item:hover{
	color:#ed1847 !important;
	background-color:transparent !important;
}

.menu-sep{
	float:left;
	padding-left:20px;
	margin-top:7px;	
}

.indicator{
	position:relative;
	top:-57px;	
}

.slider-container{
	background-color:#efefef;
	min-height:500px;	
}



.scroll-down {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 16;
	text-align:left;
	padding-top:7px;
	padding-bottom:2px;
	background-color:rgba(255,255,255,0.85);
}


.bar{
	font-family:"Lato Black";
	color:#034d8c;
	font-size:11px;	
}

.bar:hover{
	text-decoration:none !important;
	color:#ed1847;	
}


.bullets{
	background-color:#fff;
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:6px;	
}

.activee{
	background-color:#F00	
}

.about-container{
	padding-top:70px;
	background-color:#efefef;
	background-image:url(../../imgs/boat.png);
	background-repeat:no-repeat;
	background-position:100% 100%;	
}

.page-title{
    font-family:"Lato Black";
	font-size:22px;
	color:#034d8c;
	text-align:center
}

.page-title-white{
	color:#fff !important;	
}

.page-title span{
	display:block;
	margin-top:15px;	
}

.about-content{
	margin-top:80px;	
}

.about-subtitle {
    font-family: "Lato Black";
    font-size: 15px;
    text-transform: uppercase;
    line-height: 23px;
    color: #034d8c;
    padding-right: 50px;
}

.about-text{
	font-family: 'latoregular';
	margin-bottom:60px;	
}


.team-container{
	background-color:#a4d1e9;
	text-align:center;
	padding-top:22px;
	padding-bottom:25px;
}

.team-zig{
	background-image:url(../../imgs/zigzag.png);
	background-repeat:repeat-x;
	height:21px;
}

.team-link{
	color:#034d8c;
	font-family:"Lato Black";
	text-transform:uppercase;
	font-size:16px;	
}

.team-link:hover{
	text-decoration:none;
	color:#ed1847;	
}


.services-container{
	background-color:#034d8c;
	padding-top:60px;
	padding-bottom:60px;	
}

.services-item{
	text-align:center;
	margin-bottom:25px;	
}

.services-img {
	margin:0 auto;	
}

.services-img img{
	width:100%;
	max-width:61px;	
}

.services-title{
	color:#fff;
	max-width:200px;
	margin:0 auto;
	height:50px;
	font-family: 'latobold';
	margin-top:25px;
	text-transform:uppercase;

}

.services-link{
	color:#fff;
	font-size:11px;
	border:#a4d1e9 solid 1px;
	padding:5px;
	display:inline-block;
	margin-top:20px;
	padding-left:27px;
	padding-right:27px;	
}

.services-link:hover{
	text-decoration:none;
	color:#034d8c;
	background-color:#fff;	
}

.services-content{
	margin-top:60px;	
}

.qoute-container{
	background-attachment:fixed;
	background-image:url(../../imgs/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;	
}

.quote-content{
	color:#fff;
	text-align:center;
	max-width:800px;
	margin:0 auto;
	font-size:40px;
	line-height:40px;
	text-transform:uppercase;	
}

.quote-content span{
	font-family:"Lato Black";	
}

.flash{
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;	
}

.clients-container{
	padding-top:60px;
	padding-bottom:90px;
	background-image:url(../../imgs/bg1.png);
	background-repeat:repeat-x;
	background-position:0px 100%;	
}

.client-item{
	padding:90px;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;	
}

.left-align{
	text-align:left;	
}

.right-align{
	text-align:right;	
}

.client-break{
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	width:1px;
	background-color:#034d8c	
}

.client-content{
	margin-top:60px;	
}


.vessels-container{
	background-color:#d1d1d1;
	padding-top:60px;
	padding-bottom:100px;
}

.vessels-content{
	margin-top:55px;
}

.vessels-item{
	margin:10px;
	position:relative;
	transition: all 200ms ease-in;	
}

.vessels-item:hover{
	transition: all 200ms ease-in;
    transform: scale(1.05);
}

.vessels-layer{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	display:none	
}

.vessels-desc{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:3;
	font-family: 'latobold';
	color:#fff;
	display:none;
}

.vessels-title{
	padding-left:20px;
	padding-right:20px;
	font-size:26px;
	
}

.vessels-text{
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	font-size:12px;
}

.contact-container{
	margin-top:80px;
	margin-bottom:80px;	
}

.contact-title{
	color:#034d8c;
	font-family: 'latobold';
	font-size:18px;
	margin-bottom:30px;
}

.contact-text{
	color:#6a737b;
	font-family: 'latobold';	
}

.contact-text a{
	color:#034d8c;	
}

.contact-content{
	margin-top:75px	
}

.txtbx{
	width:100%;
	border:0px;
	border-bottom:2px solid #e0e0e0;
	padding-bottom:12px;
	font-family: 'latobold';
	margin-bottom:45px;	
}

.txtbx-marg{
	width:90% !important;
	margin-right:10%;	
}

.txtarea{
	width:100%;
	border:0px;
	border-bottom:2px solid #e0e0e0;
	font-family: 'latobold';
	resize:none;
	height:45px;	
}

.submit-container{
	margin-top:25px;
	text-align:right;	
}

.submit-container input{
	background-color:transparent;
	border:0px;
	background-image:url(../../imgs/message.png);
	background-repeat:no-repeat;
	background-position:4px 5px;
	background-size:18px;
	padding-left:30px;
	color:#000;
	font-family: 'latobold';
	text-align:right;
	padding-right:0px;
	margin-right:0px;
	transition: all 200ms ease-in;	
}

.submit-container input:hover{
	color:#ef335d;
	background-position:8px 5px;	
}

.form{
	padding-left:30px;	
}

.contact-bar{
	background-color:#034d8c;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
}

.wh{
	font-family: 'latobold';
	background-image:url(../../imgs/work.png);
	 background-repeat:no-repeat;
	 background-position:100% 0px;
	 display:inline-block;
	 background-size:30px;
	 font-size:16px;
	 height:30px;
	 padding-right:43px;
	 padding-top:3px;
	 margin-top:7px;
	 margin-bottom:7px;
}

.relative{
	position:relative;	
}

.contact-break{
	width:1px;
	height:100%;
	background-color:#fff;
	position:absolute;
	right:0px;
	top:0px;	
}

.time{
	padding-left:25px;
	padding-top:11px;	
}

#map-canvas{
	width:100%;
	height:280px;	
}

.footer-container{
	background-color:#ebebeb;
	padding-top:28px;
	padding-bottom:28px;
	color:#034d8c;
	font-family: 'latobold';
	font-size:12px;
}

.navbar-toggle{
	margin-top:19px;	
}

.padding-left{
	padding-left:20px;	
}

.people-break{
	width:100%;
	height:1px;
	background-color:#fff;
	margin-top:19px;
	margin-bottom:19px;
}

.people-title{
	color:#034d8c;	
}

.close-btn{
	font-size:28px;
	position:absolute;
	top:14px;
	right:14px;
	z-index:1;
	cursor:pointer
}

.close-btn:hover{
	text-decoration:none;
	color:#ed1847;	
}

.pop-text{
	font-family: 'latoregular';
	margin-bottom:60px;	
}

.about-img{
	display:none;	
}

.cimg{
top:50%; left:0px; 
position:absolute; transform:translate(0%,-50%);
margin:10px;
}