.cool-button{
	color: #555;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    background: #e6e6e6;
    border: 0;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
	transition: all 0.3s;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}


.cool-button:hover{
	background: #0056a7;
	color: white;
}

#services-nav-list{
	display: none;
	flex-direction: column;
	position: absolute;
	background-color: rgb(209, 210, 212);
    border-color: rgba(0,0,0, 1);
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    padding: 15px 0 !important;
}

#services-nav-list > a{
	white-space: nowrap;
	color: #3e3e3f;
	padding: 5px;
	text-decoration: none;
}
#services-nav-list > a:hover{
	color: white;
}

#services-nav{
	cursor: pointer;
}


#splitPageSwap{
	position: fixed;
	right: 0;
}

@media only screen and (max-width: 1200px) {
	#marina-title{
		margin-top: 250px; 
	}
}

#hardstand{
	padding-top: 250px; 
}

.about-row{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.about-media{
	width: 50%;
    min-height: 500px;
}


.about-text{
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
	padding: 50px;
}

.about-left{
	width: 50%;
    min-height: 500px;
}

.about-right{
	width: 50%;
	min-height: 500px;
	align-items: flex-end;
}

.about-right > p, .about-right > h2{
	text-align: right;
}

	
.about-right > hr {
	margin-right: 0;
}
	
.about-left > hr {
	margin-left: 0;
}

@media only screen and (max-width: 800px) {
	.about-row{
		flex-direction: column;
	}

	.about-right > hr {
		margin-left: 0;
	}

	.about-media, .about-left, .about-right{
		width: 100%;
		align-items: flex-start;
	}

	.about-row-left{
		flex-direction: column-reverse;
	}
	
	.about-right > p, .about-right > h2{
		text-align: left;
	}

	.navbar-header{
		display: flex;
		flex-direction: row-reverse;
	}

}

.title > a {
	color: black;
}

.title {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    transform: translate3d(0, 0, 0);
    margin-top: 34px;
    color: white;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .2em;
    font-size: 24px;
    text-shadow: 0 1px 0 #00000036;
    text-indent: .3em;
  }

.box {
	width: 300px;
    height: 225px;
	border-radius: 5px;
	background: linear-gradient(0deg, transparent, #2a70b114);
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
  }
  

.wave {
	opacity: .4;
	position: absolute;
	top: 3%;
	left: 50%;
	background: #0af;
    width: 450px;
    height: 450px;
	margin-left: -225px;
	margin-top: -250px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 3000ms infinite linear;
  }
  
  .wave.-three {
	animation: drift 5000ms infinite linear;
  }
  
  .wave.-two {
	animation: drift 7000ms infinite linear;
	opacity: .1;
	background: yellow;
  }
  
  .box:after {
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
	z-index: 11;
	transform: translate3d(0, 0, 0);
  }


  @keyframes drift {
	from { transform: rotate(0deg); }
	from { transform: rotate(360deg); }
  }

.ss-htmleditorfield-file{
	width: 100%;
	max-height: 100%;
	max-width: 700px;
}

.step-button-wrapper:last-child {
	margin-left: auto;
}

.step-buttons {
	display: flex;
	justify-content: flex-start;
}

.progress-title{
	margin-top: 40px;
}

.CompositeField > .middleColumn > p {
	text-align: center;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	margin-left: 0px;
}

label {
	width: 100%;
}

@media (min-width: 768px){
	.navbar-nav, .navbar-right {
		float: none !important;;
	}
}

.navbar-nav {
    display: flex;
    justify-content: flex-end;
	text-align: center;
	flex-wrap: wrap;
}

.navbar {
	margin-bottom: 0px;
}

.img-responsive{
	margin: auto;
}

.left{
	align-self: flex-start;
}

#Form_EnquireForm_Captcha_Holder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
body{
	overflow-x: hidden;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #333;
}
h3, h4 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 17px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #0056a7;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	margin-left: 30px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #0056a7;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 10px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgb(209, 210, 212);
	border-color: rgba(231, 231, 231, 0);
}

.navbar-brand{
	padding: 0px;
}

#menu a.navbar-brand {
	font-size: 26px;
	font-weight: 600;
	color: #eee;
	height: 100%;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #3e3e3f;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
    margin: 9px 5px 0 5px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.on a {
	color: white !important;
}
.on a:hover {
	color: #d1d2d4 !important;
}
.on {
	background-color: #3e3e3f !important;
	padding: 0 !important;
	padding: 15px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #0056a7 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #0056a7;
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
	color: #666;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #0056a7;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #000000;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../images/intro-bg.jpg) top center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;        
	min-height: 100vh;
}
.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70ad47+100&0.6+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(60, 59, 59, 0.6) 0%, rgba(198, 195, 255, 0.23) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(60, 59, 59, 0.6) 0%, rgba(198, 195, 255, 0.23) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(60, 59, 59, 0.6) 0%, rgba(198, 195, 255, 0.23) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#6670ad47', GradientType=0 ); /* IE6-9 */     
	min-height: 100vh;
}
.intro .fa {
	font-size: 94px;
	margin-bottom: 40px; 
	color: #fff;
}
.intro h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0px 15px 5px rgba(0,0,0,0.3),
                 10px 20px 5px rgba(0,0,0,0.15),
                 -10px 20px 5px rgba(0,0,0,0.15);
}

.intro h1 strong {
    font-size: 1.3em;
}
.intro h2 {
	color: #fff;
	font-size: 2em;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.intro .btn-custom {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
header .intro-text {
	padding-top: 320px;
	padding-bottom: 200px;
	text-align: center;
}

section {    
	position: relative;
	width: 100%;
	margin-top: 80px;
}
section::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80%;
}

section h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font : normal 300 64px/1 'Josefin Sans', sans-serif;
	text-align: center;
	white-space: nowrap;
}
	
	
	
.demo a {
	z-index: 100000;
	display: inline-block;
	color: #fff;
	font: normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.demo a:hover {
	opacity: .5;
}
	
	
@-webkit-keyframes sdb03 {
	0% {
	  opacity: 0;
	}
	30% {
	  opacity: 1;
	}
	60% {
	  box-shadow: 0 0 0 60px rgba(255,255,255,.1);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
	}
	@keyframes sdb03 {
	0% {
	  opacity: 0;
	}
	30% {
	  opacity: 1;
	}
	60% {
	  box-shadow: 0 0 0 60px rgba(255,255,255,.1);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}
	
#section10 a {
	padding-top: 60px;
	}
	#section10 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
#section10 a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
	  -webkit-transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  -webkit-transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
	}
	@keyframes sdb10 {
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 20px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}

/* About Section */
#about {
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
#about .about-text span {
	color: black;
}
#about .btn {
	margin-top: 40px;
}
#about p {
	line-height: 24px;
	margin-top: 20px;
}
/* Services Section */
#services {
    background: rgb(54, 63, 78);
}
#services > p{
	color: white; 
	width: 100%; 
	text-align: center; 
	padding: 40px; 
	padding-top:20px
}
/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #DAD2D8;
}
.categories {
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}
ol.type li a {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	background: #e6e6e6;
	border: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
}
ol.type li a.active {
	background: #0056a7;
	color: #fff;
}
ol.type li a:hover {
	background: #0056a7;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
.carousel-inner {
	padding-bottom: 80px;
    color: white;
}

#testimonial-slider > .col-sm-12 > p {
	width: 66%;
	margin: auto;
	text-align: center;
}

#testimonials {
	background: #444 url(../img/testimonials-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}
#testimonials .overlay {
	padding: 120px 0;
	background: rgba(0, 47, 122, 0.2);
}
#testimonials h2 {
	color: #fff;
}
#testimonials hr {
    background: rgba(0, 47, 122, 0.2);
}
#testimonial p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}


.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.3);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}
/* Contact Section */
#contact {
	padding: 100px 0;
	background: #F6F6F6;
}
#contact .section-title p {
	color: #777;
}
#contact form {
	width: 50%;
    padding: 0;
    margin-top: 40px;
    margin: auto;
    min-width: 400px;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}

#Form_EnquireForm_action_submit {
    width: 100%;
    margin-top: 20px;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-info {
	margin-bottom: 30px;
}
#contact .contact-info hr {
	background: #ddd;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
/* Footer Section*/
#footer {
	background: #333;
	padding: 30px 0 20px;
}
#footer h3 {
	color: #1e7a46;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .social {
	margin: 10px 0 50px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #444;
	color: #0056a7;
	border-radius: 50%;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	background: #0056a7;
	color: #fff;
}
#footer p {
	color: #666;
	font-size: 15px;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #ccc;
}
