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

/******************************************************************************/
/*	Font & Text Styles														  */
/******************************************************************************/
@font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/Roboto-Light-webfont.woff') format('woff'),
	url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
	url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body, h1, h2, h3, h4, a {font-family: 'robotolight';}

h1, h2, h3, h4, h5, h6 {color:#0e1c41;}

h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}

a {
	color:#8c8c8c;
	text-decoration:none;
}

a:hover, a:active, a:focus, .currentpage {	
	color:#0e1c41;
	text-decoration:none;
}

p {
	font-family: 'robotothin';
	font-size: 14px;
}

/******************************************************************************/
/* Base styles																  */
/******************************************************************************/
.container {
	background-color: #FFFFFF;
	width: 99%;
	padding-bottom: 35px;
}

.header, .footer {
	width: 100%;
}

.left40 {
	width: 39%;
	float: left;
}

.right60 {
	width: 59%;
	float: right;
}

.left70 {
	width: 69%;
	float: left;
}

.right30 {
	width: 29%;
	float: right;
}

.main {
	width: 90%; 
	margin-left: auto;
	margin-right: auto;
	max-width: 1012px;
	min-height: 500px;
	padding-top: 20px;
	clear: both;
}

/******************************************************************************/
/*	Header & Navigation												          */
/******************************************************************************/
.logo {
	margin-top: -8px;
	height: 100px;
}

.headermain {
	width: 85%;
	min-height: 90px;
	margin: auto;
	clear: both;
	border-bottom: dotted 1px #0e1c41;
}

.topmenu {
	margin-top: 25px;
	float: right;
	list-style-type: none;		
}

.menu-list {
	float: left;
	padding: 25px 5px 0 30px;
	font-size:18px;
}

/******************************************************************************/
/*	Main Content															  */
/******************************************************************************/
.sidebarleft {
	width: 24%;
	min-width: 240px;
	max-width: 250px;
	float: left;
	height: 480px;
	margin-left: auto;
	margin-right: 1%;
}

.sidebarright {
	width: 24%;
	min-width: 240px;
	max-width: 250px;
	float: left;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
}

.sidebarmain {
	width: 74%;
	min-width: 300px;
	float: left;
	height: 480px;
	margin-right: auto;
}

/******************************************************************************/
/*	Sidebar Content												              */
/******************************************************************************/
.about {
	width:100%;
	background:url(images/about.jpg) no-repeat center center;
	background-size: cover;
	float: left;
	height: 450px;
	border: solid 1px #0e1c41;
	border-radius: 10px;
}

.gallery {
	width: 100%;
	background:url(images/gallery.jpg) no-repeat center center;
	background-size: cover;
	float: left;
	height: 450px;
	border: solid 1px #0e1c41;
	border-radius: 10px;
}

.news {
	width: 100%;
	background:url(images/news.jpg) no-repeat center center;
	background-size: cover;
	float: left;
	height: 450px;
	border: solid 1px #0e1c41;
	border-radius: 10px;
}

.contact {
	width: 100%;
	background:url(images/contact.jpg) no-repeat center center;
	background-size: cover;
	float: left;
	height: 450px;
	border: solid 1px #0e1c41;
	border-radius: 10px;
}

.boxmain {	
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	float: left;
	height: 450px;
	border: solid 1px #0e1c41;
	border-radius: 10px;
}

.shademain {
	width: 100%;
	background:url(images/shadowlong.png) no-repeat bottom center;
	background-size: cover;
	float: left;
	margin-top: -2px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
}

/******************************************************************************/
/*	Sidebar Text												              */
/******************************************************************************/
.tabtitle {
	padding-top: 5px;
	height: 455px;
	text-align: center;
	background:url(images/shadow1.png) no-repeat bottom center;
	background-size: cover;
	clear: both;
}

a:hover.about, a:active.about, a:focus.about, 
a:hover.gallery, a:active.gallery, a:focus.gallery, 
a:hover.news, a:active.news, a:focus.news, 
a:hover.contact, a:active.contact, a:focus.contact {
	-webkit-box-shadow: 0 0 5px 1px #8c8c8c;
 	-moz-box-shadow: 0 0 5px 1px #8c8c8c;
 	box-shadow: 0 0 5px 1px #8c8c8c;
}

/******************************************************************************/
/* Footer																      */
/******************************************************************************/
.footermain {
	width: 85%;
	margin: auto;
	clear: both;
	border-top: dotted 1px #0e1c41;
}

.footertext {
	padding-left: 5px;
	font-size: 12px;
	color: #8c8c8c;
}

.footericons {
	float: right;
	list-style-type: none;
	font-size: 12px;		
}

.footericons-text {
	float: left;
	margin-top: 0;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #8c8c8c;
	font-size: 12px;
}

.icons-list {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
}

.icons-list img:hover, .icons-list img:active, .icons-list img:focus {
	-webkit-box-shadow: 0 0 2px 1px #8c8c8c;
 	-moz-box-shadow: 0 0 2px 1px #8c8c8c;
 	box-shadow: 0 0 2px 1px #8c8c8c;
}

.icon {
	width: 24px;
	height: 24px;
	border: solid 1px #0e1c41;
	border-radius: 5px;
}

/******************************************************************************/
/* Pages - Base Styles													      */
/******************************************************************************/
.about30, .contact30 {
	width: 30%;
	height: 100%;
	float: left;
}

.about70, .contact70 {
	width: 70%;
	height: 100%;
	float: left;
}

.about100, .news100 {
	width: 100%;
	height: 100%;
	float: left;
}

.separator {
	width: 50px;
	height: 1px;
	background-color: #8c8c8c;
	margin: 0 auto 10px auto;
}

.pagetitle {
	padding-top: 5px;
	text-align: center;
	font-family: 'robotothin';
	clear: both;
}

.smalltitle {
	font-family: 'robotolight';
	margin-top: 20px;
	border-bottom: solid 1px #8c8c8c;
	padding-bottom: 5px;
	margin-left: 20px;
}

.smalltitle-30 {
	font-family: 'robotolight';
	margin-top: 20px;
	border-bottom: solid 1px #8c8c8c;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-right: 70%;
}


/******************************************************************************/
/* About Pages 															      */
/******************************************************************************/
.about-pic {
  	width: 100%;
	background: url(images/aboutmain2.jpg) no-repeat top center;
	float: left;
	height: 450px;
	text-indent: -9999px;
	overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	-webkit-transition: background-image 1.5s ease-in-out 0s;
	transition: background-image 1.5s ease-in-out 0s;
	-moz-transition: background-image 1.5s ease-in-out 0s;
}

.about-pic:hover, about-pic:focus, about-pic:active {
	width: 100%;
	background: url(images/aboutmain.jpg) no-repeat top center;
	float: left;
	height: 450px;
	text-indent: -9999px;
	overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.about-malcolm {
  	width: 100%;
	background: url(images/malcolm.jpg) no-repeat center center;
	float: left;
	height: 450px;
	overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.about-irene {
  	width: 100%;
	background: url(images/irene.jpg) no-repeat center center;
	float: left;
	height: 450px;
	overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.team-content {
	width: 100%;
	height: 100%;
	clear: both;
	margin-top: -10px;
}

.team-left50 {
	width: 50%;
	float: left;
}

.team-right50 {
	width: 50%;
	float: right;
}

.team-member {
	width: 85%;
	margin: 0 auto;
}

.team-member-image {
	width: 100%;
	border: 1px solid #0e1c41;
}

.team-member-image:hover {
	-webkit-box-shadow: 0 0 5px 1px #8c8c8c;
 	-moz-box-shadow: 0 0 5px 1px #8c8c8c;
 	box-shadow: 0 0 5px 1px #8c8c8c;
}

.team-member-name {
	text-align: center;
	margin: 1px auto;
}

.team-member-description {
	margin: 0 20px;
	line-height: 1.2;
	text-align: center;
}

.meet-content {
	width: 100%;
	height: 77%;
	clear: both;
	margin-top: -10px;
	overflow-y: auto;
}

.meet-text {
	margin: 15px;
}

.story-text {
	margin: 15px 20px;
}

/******************************************************************************/
/* News Page 															      */
/******************************************************************************/
.news-content {
	width: 100%;
	height: 77%;
	clear: both;
	margin-top: -10px;
	overflow-y: auto;
}

.news-text {
	margin: 15px 20px;
	text-align: center;
}

/******************************************************************************/
/* Contact Page 														      */
/******************************************************************************/
#g-maps {
  width: 100%;
  height: 100%; 
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.contact-details {
	width: 45%;
	float: left;
}

.contact-list {
	list-style-type: none;
	font-size: 14px;	
	margin-left: -20px;
	margin-top: -5px;	
}

.address {
	background-image: url(images/mapmarker.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 2px;
	padding-left: 24px;
}

.phone {
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 2px;
	padding-left: 24px;
}

.email {
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 3px;
	padding-left: 24px;
}

.website {
	background-image: url(images/world.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0 3px;
	padding-left: 24px;
}	

.contact-form {
	width: 55%;
	height: 100%;
	float: right;
}

.success {
	font-family: 'robotothin';
	padding-top: 55px;
	text-align: center;
}

.p-success {
	padding: 0 10px;
	text-align: center;
}

/******************************************************************************/
/* Feedback Form 														      */
/******************************************************************************/
#form-div {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.feedback-input {
	color:#8c8c8c;
	font-family: 'robotolight';
	font-size: 16px;
	background-color: #fff;
	padding: 5px 10px 5px 30px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #8c8c8c;
}

.feedback-input:focus {
	background-color: #fff;
	box-shadow: 0;
	border: 1px solid #0e1c41;
	color: #000;
	outline: none;
	padding: 5px 10px 5px 30px;
}

textarea {
    width: 100%;
    height: 150px;
	resize: none;
	overflow-y: auto;
}

.submit {
	width: 90%;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

/* Feedback Form - Icons ---------------------------------- */
#form-name {
	background-image: url(images/name.png);
	background-size: 18px 18px;
	background-position: 5px 7px;
	background-repeat: no-repeat;
}

#form-email {
	background-image: url(images/email.png);
	background-size: 18px 18px;
	background-position: 5px 7px;
	background-repeat: no-repeat;
}

#form-comment {
	background-image: url(images/comment.png);
	background-size: 18px 18px;
	background-position: 5px 6px;
	background-repeat: no-repeat;
}

#button-blue{
	font-family: 'robotolight';
	width: 100%;
	border: 1px solid #0e1c41;
	border-radius: 10px;
	cursor: pointer;
	background-color: #0e1c41;
	color: #fff;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#button-blue:hover {
	-webkit-box-shadow: 0 0 5px 2px #8c8c8c;
 	-moz-box-shadow: 0 0 5px 2px #8c8c8c;
 	box-shadow: 0 0 5px 2px #8c8c8c;
}

/******************************************************************************/
/* Gallery Page															      */
/******************************************************************************/
.photo-gallery-content {
    width: 98%;
	height: 78%;
	background-color: #fff;
	margin: -10px auto 0;
	overflow-y: auto;
	padding-bottom: 5px;
}

.albums {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

.albums-list {
	float: left;
	padding: 0px;
	border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #8c8c8c;
    -moz-box-shadow: 0px 0px 0px 1px #8c8c8c;
	box-shadow: 0px 0px 0px 1px #8c8c8c;
    margin-bottom: 30px;
    margin-left: 2%;
	position: relative;
	overflow: visible;
	width: 29%;
}

.albums-list:before {
    border-left: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
    border-top: 1px solid #8c8c8c;
    content: "";
	height: 5px;
    left: 0px;
    position: absolute;
    top: -11px;
    width: 100%;
}

.albums-list:after {
    border-left: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
    border-top: 1px solid #8c8c8c;
    content: "";
    height: 5px;
    left: 2%;
    position: absolute;
    top: -16px;
    width: 96%;
}

.albums-list:hover, .albums-list:active, .albums-list:focus {
	-webkit-box-shadow: 0px 0px 0px 1px #0e1c41;
	-moz-box-shadow: 0px 0px 0px 1px #0e1c41;
    box-shadow: 0px 0px 0px 1px #0e1c41;
}

.albums-list:hover .caption{
	opacity: 1;
}

.photo-list {
	float: left;
	padding: 0px;
	border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #8c8c8c;
    -moz-box-shadow: 0px 0px 0px 1px #8c8c8c;
	box-shadow: 0px 0px 0px 1px #8c8c8c;
    margin-bottom: 30px;
    margin-left: 2%;
	position: relative;
	overflow: visible;
	width: 29%;
}

.photo-list:hover, .photo-list:active, .photo-list:focus {
	-webkit-box-shadow: 0px 0px 0px 1px #0e1c41;
	-moz-box-shadow: 0px 0px 0px 1px #0e1c41;
    box-shadow: 0px 0px 0px 1px #0e1c41;
}

.photo-list:hover .caption{
	opacity: 1;
}

.grid-container {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.grid-container img {
	width: 100%;
	height: inherit;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}

.caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	height: 100%;
}

.blur {
	background-color: rgba(14, 28, 65, 0.7);
	height:100%;
	width: 100%;
	z-index: 5;
	position: absolute;
}

.caption-text {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 25%;
}

.photo-text {
	text-transform: uppercase;
	color: #fff;
	font-family: 'robotothin';
}

.view-album {
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: -10px;
	padding: 5px 10px;
}

.view-album:hover, .view-album:active, .view-album:focus {
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: -10px;
	padding: 5px 10px;
}

.photozoom-text {
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 45%;
}

.view-photo {
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
}

.view-photo:hover, .view-photo:active, .view-photo:focus {
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
}

.return-text {
	clear: both;
	margin: 15px auto;
	text-align: center;
}

/******************************************************************************/
/* Lightbox Effect														      */
/******************************************************************************/
.lightbox {
	/** Hide the lightbox */
	display: none;
	
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.8);
	}

.lightbox:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}

.lightbox .box {
  	width: -webkit-min-content;
  	width: -moz-min-content;
  	width: min-content;
 	margin: 1% auto;
	padding:10px 20px 10px 20px;
	background-color:#FFF;
	box-shadow: 0px 1px 26px -3px #8c8c8c; 
	}

.lightbox .title {
	margin:0;
	padding:0 0 10px 0px;
	border-bottom:1px #0e1c41 solid;
	font-family: 'robotolight';
	font-size:18px;
	color: #0e1c41;
	}

.lightbox .content {
	display:block;
	position:relative;
	}
	

.lightbox .content .desc {
	z-index:99;
	bottom:0;
	position:absolute;
	padding:10px;
	margin:0 0 4px 0;
	background: rgba(0,0,0,0.8);
	color:#fff;
	font-size:18px;
	opacity:0;
	transition: opacity ease-in-out 1.5s;
	}	
	
.lightbox .content:hover .desc	{
	opacity: 1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
	display:block;
	text-decoration:none;
	font-family: 'robotothin';
	font-size:18px;
	color:#8c8c8c;
	}

.prev {
	float:left;
	}

.next, .close {
	float:right;
	}
	
.clear {
	display:block;
	clear:both;
}
