d/** UNIVERSAL **/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');

#messages .status{display:none;}

body, html, h1, h2, h3, h4, h5, h6, ul, ol, li, a, p {
    font-weight: normal;
    margin: 0;
    padding: 0;
	letter-spacing:normal;
}

html {
    background: #1F1A4F;
	max-width: 100%;
	overflow-x: hidden;
}

.node-unpublished {
    background: none;
}

div.content,
p, a, h2, h3, h4,
input[type="email"],
input[type="text"] {
    font-family: 'Montserrat', sans-serif;
}

#block-system-main{margin-bottom:0px}

.field-name-body p{
	margin:0 0 12px;
}

.view-header p a,
.views-field-body .field-content a,
.field-name-body a{
	color:#fff;
}

.field-name-body ol,
.field-name-body ul{
	margin:0 0 16px;
}

h2{ 
	font-size:24px;
	margin:25px 0 0px;
}

ul, ol{
	margin-left:0;
	padding-left:0;
	list-style-position:inside;
}


/** LOGO **/

.logo-img {
    float: none;
    display: block;
    width: 100%;
	max-width:300px;
    height: auto;
    margin: 0 auto;
}
.logo-img img {
    width: 100%;
    height: auto;
}

/** MENU **/

.block-nice-menus {
    float: right;
    position: relative;
    width: auto;
    left: -50%;
    text-align: center;
    margin: 20px 0px;
}

ul.nice-menu {
    list-style-type: none;
    position:relative;
    left: 50%;    
    border: none;
    background: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
}

ul.nice-menu li {
    float: left;
    position: relative;
    border: none;
    background: none;
}

ul.nice-menu li a:hover,
ul.nice-menu li a.active {
    text-decoration: underline;
}

ul.nice-menu-down li.menuparent {
    background: none;
    overflow: visible;
}

ul.nice-menu-down li.menuparent:hover {
    background: none;
}

ul.nice-menu-down li.menuparent a {
    padding: 0px 30px;
}

ul.nice-menu-down li.menuparent ul {
    background: url('../../../../default/files/images/dropdown-arrow.png') no-repeat 20px 0;
    padding-top: 10px;
    border-top: none;
    overflow: visible;
    margin-left: 20px;
    margin-top: -10px;
	outline:solid 1px #fff;
    /*margin-left: -40px;*/
}

ul.nice-menu-down li.menuparent ul li {
    background: #1F1A4F;
    width: 100%;
	white-space: nowrap;
}

ul.nice-menu-down li.menuparent ul li:hover{
	background:#34305f;
}

ul.nice-menu-down li.menuparent ul li a {
    color: #FFF;
    padding: 10px 25px;
    overflow: visible;
    border-bottom: 1px solid #FFF;
}

ul.nice-menu-down li.menuparent ul li.last a {
    border-bottom: none;
}


ul.nice-menu li a {
    text-decoration: none;
    border-right: 2px solid #1F1A4F;
    color: #1F1A4F;
    padding: 0px 30px;
}

ul.nice-menu li.last a {
    border-right: none;
    color: #1F1A4F;
}

/** HEADER **/

#section-header {
    background: white;
    overflow: hidden;
    border-bottom: 10px double #1F1A4F;
	overflow: visible;
}

#zone-menu{
	padding:30px 0;
}

#zone-menu-wrapper {
    margin-bottom: 60px;
    border-bottom: none;
}

#section-header p {
    margin: 5px 0px;
    font-size: 14px;
}

#section-header p a {
    text-decoration: none;
    color: #1F1A4F
}
    
span.telephone {
    padding: 5px;
	display:inline-block;
    background: #1F1A4F;
    color: white;
    margin-right: 10px;
	width:12px;
	height:12px;
	line-height:12px;
	text-align:center;
}

#block-block-7 span.email-contact{display:none;}

#block-block-7, #block-block-8 {
    padding: 0px;
    display: none;
}

#block-block-8 p {
    text-align: right;
    font-size: 14px;
    margin: 8px;
	line-height:90%;
}

/** PREFACE**/
#zone-preface-wrapper{
	background:#fff;
}

/**PAGER**/
.pager,.pager li a,.pager li,
.pager li.pager-current,.pager li.pager-next{
    background:none;
    border:none;
    color:#fff;
}

.item-list .pager{
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    margin-bottom:1.5em;
    padding-top:3px;
    padding-bottom:3px;
}

.item-list .pager,
.pager li.first, .pager li.first a, .pager li.first a:hover,
.pager li.pager-last, .pager li.pager-last a, .pager li.pager-last a:hover{
        border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a{width:75PX;}
.pager li.pager-next{right:75px;}

/**FRONT PAGE**/
.page-node-1 #zone-content-bottom{
padding:0;
}

.page-node-1 #zone-content-bottom-wrapper{
	background:url(../../../../default/files/images/white-bg.gif) repeat-x;
}

#node-page-1{
	padding:20px 0;
	height:auto;
}

#zone-content-bottom #node-page-1 p{
    color: #1F1A4F;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
}

#zone-content-bottom .views-field-field-news-imge img,
#zone-content-bottom .views-field-field-header-image img{
	max-width:99%;
	width: 99%;
	height: auto;
    margin-bottom: 10px;
    outline: 10px solid #1F1A4F;
    border: 2px solid #FFF;
    float: left;
    display: block;
    margin: 0 10px 15px 0px;
}

/** CONTENT **/

.field-name-field-vessel-name, .field-name-field-vessel-type, .field-name-field-project-type {
	font-size: 18px;
	line-height: 125%;
}

.field-name-field-vessel-name {
	font-size: 24px;
	padding: 8px 0px;
	border: 6px double #FFF;
	border-left: none;
	border-right: none;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
	letter-spacing: 5px;
}

#zone-content-bottom .field-name-body {
	margin: 10px 0px 0px 0px;
}

#zone-content-bottom .field-name-body p:nth-child(1){
	font-size:24px;
	line-height:125%;
}

#zone-content-wrapper{background:#fff;}

.page-user #zone-content-wrapper {
    color: #1F1A4F;
}

.node-type-project #zone-content-wrapper, .node-type-news-article #zone-content-wrapper,
.context-projects #zone-content-wrapper {
    background: #FFF;
    color: #1F1A4F;
}

.context-news #zone-content-wrapper {
    color: #1F1A4F;
    background: #FFF;
}

#zone-content-bottom{padding-top:50px;}

#zone-content-bottom-wrapper{color:#fff;}

#region-content-bottom-first ol,
#region-content-bottom-first ul,
#region-content-bottom-first p,
#region-content-bottom-first {
	color:#fff;
    font-size: 18px;
}


#page-title {
    line-height: 1;
    overflow: hidden;
    padding: 10px 0;
	max-width:100%;
	overflow-x:hidden;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #1F1A4F;
    width:100%;
    border-bottom: none;
	margin-top:-70px;
	border-top:double 6px #1F1A4F;
	border-bottom:double 6px #1F1A4F;
}


.context-news #region-sidebar-first, .node-type-news-article #region-sidebar-first {
    padding-top: 0px;
}

#region-sidebar-first .menu {
display: none;
border-top:solid 1px #fff;
margin-bottom:25px;
}

#region-sidebar-first .menu li:hover{
	background: rgba(255,255,255,0.1);
}

#region-content {
    margin: 0 auto;
}

.field-type-text-with-summary {
    padding: 0;
}

#block-views-body-view-block .field-content img{
	margin:30px 0;
}

body.node-type-staff #block-views-body-view-block,
body.page-team #block-views-body-view-block {
	padding: 0px;
}

#block-views-body-view-block img{border:solid 2px #1F1A4F;}

#block-views-body-view-block img{
	width:100%;
	height:auto;
}

#image-alt-field {
    font-size: 14px;
    line-height: 40px;
	height:40px;
    position: absolute;
    bottom: 30px;
    z-index: 999;
    background: #1F1A4F;
	color:#fff;
    display: none;
}

.field-name-field-header-image {
    position: relative;
}


/** TABS **/

.tabs li {
    margin: 0px;
}

.primary {
    margin: 0px !important;
    padding: 0px !important;
}

.primary li a {
    padding: 8px 8px !important;
    border-radius: 0px !important;
    margin: 0px !important;
    height: 60px !important;
    line-height: 60px !important;
    background: none !important;
    border: none !important;
    color: #1F1A4F ;
}
.primary li:last-of-type a {
    border-right: none !important;
}

.context-news .tabs, .node-type-news-article .tabs {
    top: 0px !important;
    right: -40px;
}
.context-news .primary li a, .node-type-news-article .primary li a {
    color: #1F1A4F !important;
}
.context-news .primary li:last-of-type a, .node-type-news-article .primary li:last-of-type a {
    border-right: none !important;
}
/** PROFILE **/

.profile h3 {
    border: none;
}

/** HOMEPAGE **/

#region-content-bottom {
    color: #FFF;
    padding: 0px;
}


#block-block-2, #block-block-3 {
    width: 100%;
}

#leisure-homepage {
    background-image:url('../../../../default/files/images/boats/leisure.jpg');
    background-size: cover;
    background-repeat: no-repeat
}
#commercial-homepage {
    background-image:url('../../../../default/files/images/boats/commercial.jpg');
    background-size: cover;
    background-repeat: no-repeat
}
#commercial-homepage, #leisure-homepage {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    float: left;
    display: block;
    height: auto;
}

#commercial-homepage img, #leisure-homepage img {
    width: 100%;
    height: auto;
}


#commercial-homepage .home-info, #leisure-homepage .home-info {
    position: relative;
    bottom: 0px;
    text-align: center;
    text-shadow: 1px 1px 2px black;
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#commercial-homepage .home-info h3, #leisure-homepage .home-info h3 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

#commercial-homepage .home-info p, #leisure-homepage .home-info p {
    font-size: 16px;
}
#commercial-homepage .home-info p.click-here, #leisure-homepage .home-info p.click-here {
    font-size: 16px;
    font-weight: bold;
}

/** FOOTER **/

#zone-footer .region{
	padding:15px 0 5px;
}

#section-footer {
    background: #FFF;
    padding: 10px 0px;
}

#section-footer .content p {
    margin: 0px;
    text-align: center;
}

#section-footer a {
    text-decoration: none;
    color: #1F1A4F;
}

#block-block-4 {
    float: none;
    text-align: right;
}
#block-block-5 {
    float: none;
    text-align: center;
}
#block-block-5 p a {
    text-decoration: none;
}
.footer-top-left-1, .footer-top-left-2 {
    display: block;
    width: 100%;
}
.footer-top-left-2 {
    border-left: none;
}
.region-footer-second {
    border-top: 6px double #1F1A4F;
    margin-top: 10px;
}
#block-block-6 {
    float: none;
}
#block-block-9 {
    float: none;
}
#block-block-9 .social {
   font-size: 30px;
    background: #1F1A4F;
    color: white;
    width: 46px;
    height: auto;
    display: inline-block;
    text-align: center;
}


/** POSTSCRIPT BARS **/

#zone-postscript-wrapper {
    color: white;
    text-shadow: 0px 1px 1px black;
    padding: 0px;
}

#zone-postscript-wrapper p, #zone-postscript-wrapper a {
    color: white;
    text-shadow: 0px 1px 1px black;
    margin: 0 0 5px;
}

#region-postscript-first, #region-postscript-second, #region-postscript-third, #region-postscript-fourth {
    outline: 1px solid white;
    height: auto;
    background: rgba(255,255,255,0.1);
	margin:0 10px 40px;
}

#zone-postscript-wrapper .block-title {
    border-bottom: 1px solid white;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 0px;
    letter-spacing: 5px;
    text-shadow: 0px 1px 1px #000;
    margin: 10px 0 15px;
}

#zone-postscript-wrapper .left-side {
    display: block;
	margin:0 auto 15px;
    text-align:center
}
#zone-postscript-wrapper .views-field-view-node {
    width: 100%;
    margin-top: 5px;
    text-align: right;
}
#zone-postscript-wrapper .views-field-view-node a {
    width: 100%;
    padding: 3px 0px;
	margin:0 0 10px;
    text-align: center;
    display: block;
    font-size: 18px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
    color: #fff;
    text-shadow: none;
    float: left;
}
#zone-postscript-wrapper .news-title, #zone-postscript-wrapper .news-title a {
    text-transform: uppercase;
    text-decoration: none;
}
#zone-postscript-wrapper a {
    text-decoration: none;
}
#zone-postscript-wrapper .right-side {
    height: 100%;
    display: block;
    float: none;
	width:auto;
}

#zone-postscript-wrapper .view-content .views-row {
    display: block;
    border-bottom: none;
    overflow: hidden;
    padding: 10px 5px 20px;
	    max-width: 85%;
    margin: 0 auto 15px;
}

#zone-postscript-wrapper .view-content .views-row:last-of-type {
    border-bottom: none;
}

#zone-postscript-wrapper .date-display-single .month {
    
}

#region-postscript-third .views-row .views-field-title {
    position: absolute;
    bottom: 0px;
	font-weight:normal;
    font-size: 18px;
	letter-spacing:3px;
    line-height: 24px;
    padding-bottom:10px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#region-postscript-third img {
    width: 100%;
    height: auto;
}

#region-postscript-third .views-row {
    position: relative;
    border: none;
    padding: 0px !important;
    margin-bottom: 10px;
}

.views-field-field-date .date-display-single {
    background: #FFF;
    border-top: 2px dotted #1F1A4F;
    color: black;
    display: block;
    float: left;
	padding:3px 5px;  
	margin:0 18px 40px 5px;
}

#zone-content-bottom .views-field-field-date .date-display-single{ outline:solid 18px #1F1A4F;}

#zone-content-bottom .view-blog .views-field-field-date .date-display-single{
	outline:none;
	position:absolute;
	right: -18px;
	left:auto;
    top: 42px;
}

#zone-content-bottom .views-field-title .field-content{display:inline-block;width:69%;}

#zone-content-bottom .views-field-field-date .date-display-single{transform: rotate(-2deg);}

#zone-content-bottom .view-blog .views-field-field-news-imge{max-width:none;}

#zone-content-bottom .view-blog .views-row{overflow:visible}

#zone-postscript-wrapper .views-field-field-date .date-display-single p {
    color: #1F1A4F !important;
    text-shadow: none !important;
	margin:0;
}
.views-field-field-date .date-display-single .month {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0;
}
.views-field-field-date .date-display-single .year {
    font-size: 25px;
    line-height: 20px;
    height: 30px;
    text-align: center;
    font-weight: bold;
}

#zone-postscript-wrapper ul li {
    margin: 0px;
    padding: 0px;
}

.twitter-status .text,
.twitter-status .name-handle{margin-left:0;}

.twitter-status {
    background: none;
    color: #FFF;
    text-shadow: none;
	padding:0 10px 0;
}

.twitter-status .timestamp {
    color: #FFF;
}

.twitter-status .avatar img {
    border: 1px solid #FFF;
}

.twitter-status .actions a {
    color: white;
}

.twitter-status .actions {
    display: none;
}

/** SIDEBAR MENU **/

.menu-block-wrapper ul.menu {
    list-style-type: none;
}

.menu-block-wrapper ul li, .menu-block-wrapper ul li.leaf {
    padding: 0px;
    margin: 0;
}

.menu-block-wrapper ul.menu li,
ul.views-summary li,
.block-news-archive-block h2,
.block-blog-archive-block h2 {
    list-style-type: none;
    list-style-image: none;
    display: block;
    text-align: center;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    border-top: 1px solid #FFF;
	margin: 0px;
    letter-spacing: 4px;
}

.block-news-archive-block h2,
.block-blog-archive-block h2 {
	border-top: none;
    padding: 10px 0px;
    display: block;
}

.menu-block-wrapper ul.menu li a,
ul.views-summary li a {
    color: white;
    text-decoration: none;
    padding: 10px 0px;
    display: block;
}

.menu-block-wrapper ul.menu li.active-trail a,
.menu-block-wrapper ul.menu li.active a,
ul.views-summary li a.active {
    color: #1F1A4F;
    background: white;
    border-top: 6px solid #1F1A4F;
    border-bottom: 6px solid #1F1A4F;
}

.menu-block-wrapper ul.menu li.first {
    border-top: 1px solid #1F1A4F;
}
.menu-block-wrapper ul.menu li.last {
    border-bottom: 1px solid #FFF;
}

/**VACANCIES**/
.view-vacancies p,
.field-name-field-requirements p{
	margin:0 0 12px;
}

.field-name-field-closing-date,
.field-name-field-requirements{
    padding: 0 0px 30px 0px;
}

#webform-client-form-117 .form-item{
    margin:1.5em 0;
}

#webform-client-form-117 input,
#webform-client-form-117 textarea{
	width:100%;
	margin:0;
    min-height: 30px;
}

#webform-client-form-117 #edit-submitted-cv-upload-ajax-wrapper input[type="submit"] {
	margin:0 0 20px;
}

#block-webform-client-block-117 h2.block-title,
#webform-client-form-117 label{
	width:100%;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:3px;
}

#block-webform-client-block-117 h2.block-title{
	border-top:double 3px #fff;
	border-bottom:double 3px #fff;
	padding:5px 0;
}

#block-webform-client-block-117 .description{
	color:#fff;
	text-align:left;
}

#block-block-15 a#download{
	display:block;
	background:#fff;
	border:solid 3px #1F1A4F;
	outline:solid 2px #fff;
	text-align:center;
	padding:20px 0;
	text-transform:uppercase;
	text-decoration:none;
	color:#1F1A4F;
	margin-bottom:20px;
	font-weight:bold;
}

/** NEWS **/

.view-news .views-row img {
    height: auto;
    float: left;
    margin-right: 10px;
    border: 6px double #1F1A4f;
    display: none;
}

.view-news .views-field-body {
	overflow: hidden;
}

.view-projects .views-row,
.view-news .views-row,
.view-news-archive .views-row,
.view-blog .views-row,
.view-vacancies .views-row,
.view-blog-archive .views-row {
    border-bottom: 1px solid #1F1A4F;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 0px 55px;
    margin-bottom:40px;
    position: relative;
}

.view-projects .views-field-view-node a,
.view-news .views-field-view-node a,
.view-news-archive .views-field-view-node a,
.view-blog .views-field-view-node a,
.view-vacancies .views-field-view-node a,
.view-blog-archive .views-field-view-node a {
    padding: 3px 6px;
    color: #FFF;
    text-shadow: none;
    position: absolute;
    bottom: 10px;
    right: 0px;
    text-decoration: none;
	font-size:18px;
}

/** NEWS SINGLE **/

.node-type-blog-entry .field-type-image img,
.node-type-news-article .field-type-image img {
    width: 100%;
    height: auto;
	margin-bottom:10px;
}

/** BLOG **/

.view-blog .views-row .date-display-single,
.view-blog-archive .views-row .date-display-single {
	padding: 8px 12px 0;
}
.view-blog .views-row .date-display-single p,
.view-blog-archive .views-row .date-display-single p{
	color: #1F1A4F !important;
	margin-bottom: 6px;
}
.view-blog .views-row .date-display-single .month,
.view-blog-archive .views-row .date-display-single .month {
	font-size: 24px !important;
}
.view-blog .views-row .date-display-single .year,
.view-blog-archive .views-row .date-display-single .year {
	font-size: 42px !important;
}

/**FEEDBACK FORM**/
.page-node-203 #region-content-bottom-first{
   float: none;
    display: block;
    margin: 0 auto;
    max-width:96%;
}
#webform-client-form-203 > div > .fivestar-form-item,
#webform-client-form-203 > div > .form-item{
    float:left;
    width:100%;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
        border-top: solid 1px #fff;
    padding-top: 2em;
}

#webform-client-form-203 textarea{min-height:175px;}

.webform-client-form > div > .fivestar-form-item > .form-item > label,
.webform-client-form > div > .form-item > label{
    text-transform:uppercase;
    margin-bottom:5px;
}

#node-webform-203{
    text-align:center;
    margin-bottom:40px;
}

#node-webform-203 .field-name-body{padding:0}

#webform-client-form-203 .form-text{height:40px;width:100%}
#webform-client-form-203 .form-checkboxes{
    text-align:left;
    max-width:350px;
    width:100%;
    margin:0 auto;
}

div.fivestar-widget .star{
    float:none;
    display:inline-block;
}

div.fivestar-widget .star, div.fivestar-widget .star a{
    background: url(/sites/default/files/images/star.png?v=2) no-repeat 0 0;
}

#webform-client-form-203 input.form-submit{
    float:none;
    margin:0 auto;
}


/** CONTACT US **/

#webform-client-form-9 {
    width: 290px;
    overflow: hidden;
    margin: 0 auto;
}

#webform-client-form-9 label{
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	letter-spacing:2px;
}

#node-webform-9{margin-bottom:25px;}

#map {
    width: 100%;
    height: 300px;
}

#block-block-11 span {
    background: #fff;
    color: #1F1A4F;
	height:15px;
	width:15px;
	font-size:15px;
	line-height:18px;
	margin: 0px;
display: block;
margin: 0 auto;
float: none;
}

.context-contact-us .block-block-11 p, .context-contact-us .block-block-11 p a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    padding: 5px 0px;
    margin: 0px;
}

.context-contact-us .block-block-11 p {
    border-top: 4px double #FFF;
}

.context-contact-us .block-block-11 p:first-of-type {
    border-top: none;
}

.context-contact-us .fa {
    font-size: 20px;
}

.context-contact-us p.no-margin {
    text-indent: 32px;
    padding: 0px;
    border-top: none;
    margin: 0px;
}

#map-canvas {
    width: 100%;
    height: 250px;
    border: none;
}

input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    padding: 3px 6px;
    background: #FFF;
    color: #1F1A4F;
    text-shadow: none;
    border-radius: 0px;
    text-shadow: none;
    float: right;
    font-size: 14px;
}

.marker, .form-required {
    color: white;
}

/** PROJECTS **/

.view-projects .views-field-field-vessel-name,
.view-projects .views-field-field-vessel-type,
.view-projects .views-field-field-project-type,
.view-projects .views-field-body h1, .view-projects .views-field-body h2, .view-projects .views-field-body h3,
.view-projects .views-field-body h4, .view-projects .views-field-body h5, .view-projects .views-field-body h6,
.view-projects .views-field-body p, .view-projects .views-field-body a {
    font-size: 16px !important;
    line-height: 20px;
    margin: 0px;
    text-align: left;
}

.view-projects .views-field-title a,
.view-news .views-field-title a,
.view-news-archive .views-field-title a,
.view-blog .views-field-title a,
.view-vacancies .views-field-title a,
.view-blog-archive .views-field-title a {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    /*color: #1F1A4F;*/
    color: #FFF;
    letter-spacing: 2px;
    /*margin-left: 230px;*/
}

.view-projects .views-field-body,
.view-news-archive .views-field-body {
    margin-left: 0px;
}

.field-name-field-project-image{
	margin-bottom:20px;
	overflow:auto;
}

.field-name-field-photo-story-image .field-items .field-item,
.field-name-field-project-image .field-items .field-item {
    float: left;
	width: 46.5%;
	border: 2px solid #FFF;
	margin: 1%;
}

.field-name-field-photo-story-image .field-items .field-item{
	float:none;
	display:inline-block;
	vertical-align:top;
	width:98%
}

.field-name-field-photo-story-image .image-field-caption{
	padding:10px 15px;
	background:#fff;
}

#region-content-bottom-first .field-name-field-photo-story-image .image-field-caption p{
	font-size:13px;
	color:#1F1A4F;
}

.field-name-field-photo-story-image{margin:40px 0}

.field-name-field-photo-story-image .field-items .field-item img,
.field-name-field-project-image .field-items .field-item img {
width: 100%;
height: auto;
	display:block;
}



#lightbox2-overlay {
    background-color: #1F1A4F !important;
}

#zone-content-bottom .views-field-body p{
	margin:0;
}

/** MOBILE MENU **/

#collapsed-menu-button {
    width: 100%;
    display: block;
    text-transform: uppercase;
    margin: 0px;
    border-radius: 0px;
    padding: 20px 0px;
    font-size: 18px;
    border-left: none;
    border-right: none;
    color: #FFF;
	background: #1F1A4F;
    letter-spacing: 7px;
	font-weight:normal;
}

#mobile-menu {
    width: 100%;
}

#block-nice-menus-1 {
    width: 100%;
}
.block-nice-menus {
    left: 0px;
    float: left;
    margin: 0px;
}

.grid-12, .grid-4, .grid-3 {
    margin-left: 0px;
    margin-right: 0px;
}

#mobile-menu-inner {
    float: none;
}

#mobile-menu li > a {
    text-align: left;
    width: 100%;
    padding: 15px 10px;
}

#mobile-menu li ul li a {
    padding-left: 10px;
}

#mobile-menu > li.item-with-ul > * > a, .mobile-menu > li.item-with-ul > * > a {
    width: 80%;
    padding: 15px 10px;
    text-align: left;
}

#mobile-menu li > a, #mobile-menu > li.item-with-ul > * > a, .mobile-menu > li.item-with-ul > * > a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    color: #1F1A4F;
}

#mobile-menu li.item-with-ul li, .mobile-menu li.item-with-ul li {
    padding-left: 10px;
    /*background: url('../../../../default/files/images/dropdown-background.png') no-repeat left center;*/
}

#mobile-navigation-mask {
    background-color: #1F1A4F;
}
#mobile-menu li.item-with-ul > *:first-child, .mobile-menu li.item-with-ul > *:first-child  {
    background-position: 94% center;
}
.click-here {
    display: block;
    padding: 8px 0px;
    width: 100%;
    background: #1F1A4F;
}

#block-views-homepage-slideshow-block{
	margin:0 0 30px;
}

#zone-content-bottom #block-views-homepage-slideshow-block .views-field-title{
	background:url(../../../../default/files/images/gradient.png) repeat-x bottom;
	margin-bottom:0;
	border:none;
    text-align:center
}

#zone-content-bottom #block-views-homepage-slideshow-block img{
	max-width:1180px;
	width:auto;
	margin:0;
	height:280px;
	border:none;
	margin-left:-220px;
}

#block-views-homepage-slideshow-block .views-field-title{border:none;}

#views_slideshow_cycle_teaser_section_homepage_slideshow-block,
#block-views-homepage-slideshow-block .views_slideshow_cycle_slide{
	width:100% !important;
}

.view-homepage-slideshow {
	position: relative;
	overflow: hidden;
}

.view-homepage-slideshow .views-slideshow-controls-bottom {
	position: absolute;
	z-index:1000;
	top: 20%;
	width: 100%;
	height: 160px;
	margin-top: -80px;
	display: block;
	line-height: 200px;
}
.view-homepage-slideshow .views-field-title {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: block;
}
.view-homepage-slideshow .views-field-title a {
	color: #FFF;
	text-decoration: none;
	letter-spacing:3px;
	font-size: 16px;
	line-height: 50px;
	display: block;
	text-align: center;
	border-top: 10px double #FFF;
	margin: 0px 10px;
	text-transform: uppercase;
	font-weight: normal;
}

.slideshow-controls {
	color: #FFF;
}

.slideshow-controls a {
	display: block;
	line-height: 160px;
	padding: 0px 20px;
	font-size: 120px;
	text-shadow: 3px 3px 10px #191919;
	color: #FFF;
	opacity: 0.2;
	font-weight: 100;
	transition: all 500ms ease-in-out;
	-web-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
}
.view-homepage-slideshow:hover .slideshow-controls a {
	opacity: 0.6;
}
.view-homepage-slideshow .slideshow-controls a:hover {
	opacity: 1;
}

.views-slideshow-controls-text-next a {
	float: right;
}
.views-slideshow-controls-text-previous a {
	float: left;
}

tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
	background: none;
}

table {
	border: none;
}

.field-name-field-file .field-item .download-file a{
	font-size:20px;
padding:10px;
border-top:double 4px #fff;
border-bottom:double 4px #fff;
margin-bottom:30px;
text-align:center;
display:block;
color:#fff;
text-decoration:none;
}

.field-name-field-file .field-item .download-file a:hover{
	background:#34305f;
}

.field-name-field-file img{vertical-align:middle;}

.file a, .file a:hover, .file a:visited, .file a:focus {
color: #FFF;
text-decoration:none;
}

.view-testimonials .views-row {
	overflow: hidden;
	margin-bottom: 40px;
}

.view-testimonials .views-field-field-client-name-title,
.view-testimonials .views-field-field-testimonial-date,
.view-testimonials .views-field-field-testimonial-date p.month,
.view-testimonials .views-field-field-testimonial-date p.year {
	padding: 0px 4px 0px 0px;
	line-height: 40px;
	font-size: 16px;
	float: left;
}

.view-testimonials .views-field-field-testimonial-date {
	padding: 0px 10px;
	float: right;
}

.view-staff-members .views-row {
float: left;
display: block;
width: 98%;
position: relative;
padding: 1%;
}

.view-staff-members .views-row img {
width: 100%;
height: auto;
}

.view-staff-members .views-row .views-field-title {
position: absolute;
bottom: 2px;
z-index: 999;
width: 98%;
display: block;
background: rgba(0,0,0,0.5);
box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

.view-staff-members .views-row:hover {
cursor: pointer;
}
.view-staff-members .views-row .views-field-title a {
color: #FFF;
font-size: 20px;
line-height: 30px;
text-decoration: none;
}
.node-staff .field-name-field-profile-picture img {
float: right;
margin: 0px 0px 10px 10px;
width: 45%;
height: auto;
}

.to-top {
display: block;
text-align: center;
line-height: 50px;
font-size: 24px;
}

.to-top .fa {
font-size: 28px;
}

/**PARTNER LOGOS*/

#block-block-14 {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}

#block-block-14 .content img{
	max-width:42%;
	margin-top:15px;
}

/** MAILCHIMP **/
#block-block-13 .block-title {
	margin-top: 5px;
	margin-bottom: 30px;
	color: #FFF;
	background: #1F1A4F;
	display: block;
	padding: 10px 15px;
	text-align: center;
	  -moz-transition: padding .3s ease-in;
     -o-transition: padding  .3s ease-in;
     -webkit-transition: padding  .3s ease-in;
     transition: padding .3s ease-in;
}

#block-block-13.show .block-title{
	background:none;
	color:#1F1A4F;
	padding:10px 0 0;
}

#block-block-13 .block-title:hover {
	cursor: pointer;
}

#mc_embed_signup {
margin: 0px 0px 15px 0px;
border-bottom: 6px double #1F1A4F;
overflow: hidden;
height: auto;
max-height: 0px;
}
#block-block-13.show #mc_embed_signup{
max-height: 500px;
}
#mc_embed_signup, 
#block-block-13.show #mc_embed_signup {
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
}

#mc_embed_signup input{
	border:solid 2px #1F1A4F;
	box-sizing: border-box;
	height:40PX;
}

#mc_embed_signup .mc-field-group {
	float: left;
	width: 100%;
	clear: none;
	margin-bottom: 0px;
	position: relative;
	min-height: 29px;
}

#mc_embed_signup #mc-embedded-subscribe-form {
	overflow: hidden;
	padding: 20px 0px 20px 0px;
}

.mc-field-group label, .mc-field-group input[type="email"], .mc-field-group input[type="text"] {
	width: 98%;
	margin: 1% 1% 0px 1%;
	height: 40px;
	line-height: 40px;
}

#mc_embed_signup div.mce_inline_error {
	margin: 0px 1% 1% 1% !important;
	background: #1F1A4F !important;
}
#mc_embed_signup input.mce_inline_error {
border-color: #1F1A4F !important;
}

#mc_embed_signup .mc-field-group.button {
	display: block;
	width: 100%;
	float: left;
	padding-top:10px;
}
#mc_embed_signup .mc-field-group.button .button {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #1F1A4F;
	display: block;
}


#mc_embed_signup .indicates-required {
text-align: right;
}

#mc_embed_signup .asterisk {
	color: #1F1A4Fl;
}

/* SKILLS */
.field-collection-container {
	border: none;
	margin: 0;
}
.field-collection-view {
	margin: 0 0 0 0;
	padding: 0;
	border: none;
}
.field-name-field-skill > .field-items .field-item {
	margin: 0 0 20px 0;
}
.entity-field-collection-item .field-name-field-skill-name {
	line-height: 40px;
	font-size: 26px;
	text-decoration: underline;
	display: inline-block;
}
.entity-field-collection-item .field-name-field-price {
	line-height: 40px;
	font-size: 20px;
	padding: 0 0 0 8px;
	display: inline-block;
}
.entity-field-collection-item .field-name-field-description {
	display: block;
	font-size: 18px;
}
.field-collection-view-links,
.action-links-field-collection-add {
	display: none;
	content: "";
}

/**PACKAGES**/
.node-type-skills div.package,
.node-type-facilities div.package{
	float:none;
	border:double 4px #fff;
	padding:15px 16px 16px;
	display:block;
	width:84%;
	margin:15px 15px 30px 0;
	min-height:inherit;
}

.node-type-skills div.package h2,
.node-type-facilities div.package h2{
	margin:0 0 10px;
	padding-bottom:5px;
	border-bottom:double 3px #fff;
	line-height:85%;
}


/* Pricing */

.view.view-pricing .views-field-field-prices{
    column-count: 1;
    -o-column-count: 1;
    -ms-column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 50px;
    -o-column-gap: 50px;
    -ms-column-gap: 50px;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
}
.view.view-pricing > .view-content > .views-row {
    display: inline-block;
    width: 100%;
    /*margin: 0 0 40px;*/
    display: block;
}
.view.view-pricing > .view-content > .views-row li {
    display: inline-block;
}
.view.view-pricing .view-content .views-row .views-field-title {
    text-align: center !important;
    column-span: all;
    -o-column-span: all;
    -ms-column-span: all;
    -moz-column-span: all;
    -webkit-column-span: all;
}
.view.view-pricing .entity-field-collection-item .field-name-field-price {
    padding: 0;
}
.view.view-pricing .item-list li {
    border-bottom: 1px solid #34305f;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.view.view-pricing .item-list li:last-of-type {
    
}
.view.view-pricing .views-field-edit-node .field-content a{
    color:#1F1A4F; 
    background:#fff;
    text-decoration:none;
    padding:5px 10px;
}
.view-pricing .field-label {
    display: none;
}
.node-job-vacancy .field .field-label,
.view-pricing .field-name-field-service .field-item {
    font-size: 20px;
    line-height:110%;
    font-weight: bold;
    text-transform: uppercase;
}
.node-job-vacancy .field .field-label{margin-bottom:8px;}
.view-pricing .field-name-field-price .field-item {
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
}

/*REQUEST A CALLBACK*/
#block-webform-client-block-126 .webform-client-form{
	display:none;
}

#block-webform-client-block-126 input,
#block-webform-client-block-126 textarea{
	max-width:100%;
}

#block-webform-client-block-126 p.intro{
	text-align:center;
}

#block-webform-client-block-126 label{
	text-align:left;
	font-size:14px;
}

#region-sidebar-first #block-webform-client-block-126 .block-title{
	text-align:center;
	cursor:pointer;
	background:#fff;
	color:#1F1A4F;
	line-height:110%;
}

#region-sidebar-first #block-webform-client-block-126 .block-title.button{
	background:#1F1A4F;
	color:#fff;
}


/*ORER FORM*/

#webform-client-form-124 .messages.warning{
	color:#1F1A4F;
}

.webform-progressbar {
    width: 95%;
    margin: 0 0 2EM;
}

.webform-progressbar-outer {
    margin: 0.35em -1px 0.5em;
	background-color: #353060;
	border: none;
}

.webform-progressbar-page {
    border: 1px solid #353060;
    background-color: #353060;
}

.webform-progressbar-page.completed,
.webform-progressbar-inner{
	background-color:#fff;
}

.webform-progressbar-page.current{
	background-color: #fff;
}

.webform-progressbar-number{
	font-size:13px;
}

#webform-client-form-124.fadeBack{
	opacity:0.3;
}

#webform-client-form-124 .form-item select,
#webform-client-form-124 .form-item input{
	max-width:100%;
	min-height:35px;
}

#webform-client-form-124 .form-item input[type="image"]{min-height:0;}

#webform-client-form-124 .form-item select{min-width:80px;}

#webform-client-form-124 .webform-component--vessel-details .form-item,
#webform-client-form-124 .webform-component--customer-details .form-item{
	max-width:48%;
}

#webform-client-form-124 .webform-component--address .form-item{
	max-width:76%;
}


.webform-component--vessel-details .form-item,
.webform-component--customer-details--title,
.webform-component--customer-details--forename,
.webform-component--customer-details--surname{
	float:left;
	margin-right:2%;
}

.webform-component--address--address.form-wrapper,
.webform-component--address--telephone-and-email.form-wrapper{
	float:left;
}

#webform-client-form-124 .webform-component--vessel-details--additional-information,
#webform-client-form-124 .webform-component--vessel-details--boat-name{
	float:none;
}

.webform-component--customer-details--forename,
.webform-component--customer-details--surname{
	width:37%;
}

.webform-component--vessel-details--mooring-number,
.webform-component--vessel-details--loa-m,
.webform-component--vessel-details--beam,
.webform-component--vessel-details--draft{
	width:23%;
}

.webform-component--terms,
.webform-component--launching-date,
.webform-component--address--telephone-2{
	margin-bottom:40px;
}

.field-name-field-project-template,
.form-item.webform-component--engine-winterise-bronze,
.form-item.webform-component--engine-winterise-silver,
.form-item.webform-component--engine-winterise-gold,
fieldset.webform-component--bespoke-package.form-wrapper,
#webform-client-form-124 .webform-component--specials
/*#webform-client-form-124 #webform-component-launching-services*/{
	display:none;
}


.webform-client-form input[type="submit"]{
	float:left;
	padding:20px;
}

#webform-client-form-124 i.fa{
	margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
}

#webform-client-form-124 .desc-contain{
	display:inline-block;
	position:relative;
	padding-right:20px;
}

#webform-client-form-124 .desc{
	display:none;
	position:absolute;
	z-index:9999;
	top:5px;
	left:40px;
	background:#fff;
	min-width:300px;
	padding:10px;
    border: double 6px #1F1A4F;
    outline: solid 5px;
		-webkit-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.5);
box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.5);
}

/* #webform-client-form-124 .desc::before{
	content:'';
	z-index:1;
	position:absolute;
	top: -2px;
    left: -15px;
    width: 7px;
    height: 7px;
	background:#fff;
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */

#webform-client-form-124 .desc p,
#webform-client-form-124 .desc ul li{
	color:#1F1A4F;
	font-size:16px;
}

#webform-client-form-124 .desc-contain .desc:hover,
#webform-client-form-124 .desc-contain:hover .desc{
	display:block; 
}

#webform-client-form-124 .desc-contain i:hover{
	color:rgba(255,255,255,0.8);
}

#webform-client-form-124 .desc .price{
    font-weight: bold;
    background: #1F1A4F;
    color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#webform-client-form-124 .desc .price .discount{
	font-size:13px;
}

#webform-client-form-124 .desc ul {
	padding-left:10px;
}

#webform-client-form-124 fieldset.collapsible{
	height:auto;
	width:100%;
	margin-bottom:0;
}

#webform-client-form-124 fieldset.collapsible legend{
	background:#fff;
	width:96%;
	padding:15px 2%;
	 -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

#webform-client-form-124 fieldset.collapsible legend:hover{
	background: rgba(255,255,255,0.1);
}

#webform-client-form-124 fieldset.collapsible legend a{
	color:#1F1A4F;
	text-decoration:none;
	text-transform:uppercase;
}
#webform-client-form-124 fieldset.collapsible legend:hover a{
	color:#fff;
}

#webform-client-form-124 fieldset.collapsible .fieldset-wrapper > .form-item{
	margin-top:2em;
	margin-bottom:2em;
}


#webform-client-form-124 .webform-component-checkboxes,
#webform-client-form-124 .webform-component-radios{
	margin-bottom:50px;
}

.page-node-127 .field-name-body h2,
#block-webform-client-block-126 .block-title,
#webform-client-form-124 .webform-component--specials > label,
#webform-client-form-124 .webform-component--commissioning-packages.webform-component-optionsmarkup > label,
#webform-client-form-124 .webform-component--launching-services > label,
#webform-client-form-124 fieldset > legend,
#webform-client-form-124 fieldset.collapsible .webform-component-optionsmarkup > label,
#zone-content-bottom .views-field-title{
	text-align:left;
	border-top:double 5px #fff;
	border-bottom:double 5px #fff;
	margin-bottom:10px;
	padding:10px 0;
	font-size: 22px;
	text-transform: uppercase;
	width:100%;
	line-height:1;
}

#webform-client-form-124{
	padding-bottom:50px;
	margin-bottom:50px;
}

.webform-component--service-required,
.webform-component--launching-details--launching-date{
	margin-bottom:50px;
}

#webform-client-form-124 input[type="radio"],
#webform-client-form-124 input[type="checkbox"]{
	margin-right:10px;
}

#webform-client-form-124 #edit-submitted-terms{
	float:left;
	margin:-5px 10px 0 0;
}

#webform-client-form-124 label a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

.webform-component-boolean label{font-weight:normal;}


/*PREVIEW PAGE*/
#webform-client-form-124.preview .messages.warning p{
	color:#1F1A4F;
}

#webform-client-form-124.preview .webform-component-fieldset {
	display:none;
}

.preview .form-item.webform-component--engine-winterise-bronze,
.preview .form-item.webform-component--engine-winterise-silver,
.preview .form-item.webform-component--engine-winterise-gold,
.preview fieldset.webform-component--bespoke-package.form-wrapper,
#webform-client-form-124.preview  .webform-component--specials{
	display:block;
}

#webform-client-form-124.preview fieldset.collapsible .fieldset-wrapper > .form-item{
	margin-top:1em;
	margin-bottom:1em;
}


/*TERMS PAGE*/
.page-node-127 .field-name-body h2{text-align:center;}

.page-node-127 .field-name-body h3{
	margin-top:30px;
	margin-bottom:5px;
}