@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
	color: #C54547;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color:#B62527;
}	

a img {
	border:none;
}


.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.footer {
	clear:both;
	color:rgba(249,249,249,1.00);
	background:rgba(36,38,43,1.00);
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;	
}

#wrapper {
	width: 100%;
}

/*template object for static image */

.img-content {
	border: 8px solid rgba(241,241,241,1);
	border-radius: 2px;
	float: right;
	background-size: cover;
	height:auto;
	width:60%;
	margin: 10px;
	padding: 0px;
}



.img-content2 {
	border: 2px solid rgba(241,241,241,1);
	border-radius: 2px;
	background-size: cover;
	height:auto;
	width:90%;
	margin: 10px;
	padding: 0px;
}

.third {
	width:33%;	
	min-height:200px;
	float:left;
}


.gap {
	margin-top: 0px;
	height:70px;
	padding: 0px;
	background:#FFFFFF;
}

.sl-slide-inner .bg-img-third h3.title-materials {
	font-size: 30px;
	height: 45px;
	text-align: center;
	color: rgba(0,0,0,1.00);
	text-shadow: 1px 1px 3px rgba(0,0,0,.70);
	padding: 0px;
	width: 100%;
	max-width: 100%;
}

.bg-img-third {
	height: -moz-calc(33.333% - 40px);
	/* WebKit */
	height: -webkit-calc(33.333% - 40px);
	/* Opera */
	height: -o-calc(33.333% - 40px);
	/* Standard */
	height: calc(33.333% - 40px);

	float: left;
	width: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#engineering_div1 {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	top:0px;
	left:0px;
	position: relative;
}




.overlay {
    position:fixed;
   left:0px;
   bottom:0px;
   height:100px;
   width:100%;
    z-index: 800;
}

/* just some content with arbitrary styles for explanation purposes */
.modal {
    position: fixed;
    top: 70%; 
    left: 0%;
    z-index: 11; /* 1px higher than the overlay layer */
}.content-wrapper h4 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	color: rgba(178,34,37,1);
}
.third-content {
	padding: 0px;
	float: left;
	width: 31.3333%;
	margin-top: 0%;
	margin-right: 1%;
	margin-bottom: 25px;
	margin-left: 1%;
	text-align: justify;
}

.sl-slide-inner h2.production-caption, .sl-slide-inner h2.eng-caption {
	font-size:30px;
	max-width:100%;
	width:100%;
	height:40px;
	margin:0px;
	position:absolute;
	top:100px;
	padding:0px;
	text-align:right;
	padding-right:50px;
	text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}

.sl-slide-inner h2.eng-caption {
	text-shadow: 2px 2px 1px rgba(0,0,0,.30);
	color:rgba(194,0,3,1.00);
	top:70px;
	height:45px;
	padding:5px;
	padding-right:8px;
	background:rgba(255,255,255,.80);
	border: 1px solid rgba(170,0,2,1.00);
	border-left:none;
	border-radius: 0px 5px 5px 0px;
	width:550px;
	font-size:25px;
}

.sl-slide-inner h2.eng-caption-lg {
	width:580px;
}

.sl-slide-inner h2.leftimg-responsive {
	text-align:left;
	padding-right:5px;
	padding-left:35%;
	padding-top:100px;
	padding-bottom:0px;
	margin-bottom:0px;
	max-width:100%;
	color:rgba(67,45,39,1.00);
	font-size:45px;
	font-weight:300;
	font-family:Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;	
}


#view-all-boats {
	position:absolute;
	bottom:22px;
	right:15px;
	text-shadow:1px 1px 1px rgba(255,255,255,0.60);
	background-color:rgba(255,255,255,.30);
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid rgba(225,225,225,0.56);
	display:inline-block;
	color:#000000;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:110px;
	text-decoration:none;
	text-align:center;
	
}#view-all-boats:hover {
	background-color:rgba(32,32,32,0.70);
	color:#FFFFFF;
	border:rgba(36,36,36,0.72);
	box-shadow:inset 0px 1px 0px 0px rgba(0,0,0,0.88);
	text-shadow:1px 1px 1px #000000;
}

#individual_title {
	width:100%;
	left:auto;
	right:0px;
	bottom:20px;
	padding:20px;
	text-align:right;
	font-family:Lato;
	font-size:36px;
	font-weight:bold;
	text-shadow:1px 1px 6px black;
	color:#FFFFFF;
}blockquote .third h4 {
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: rgba(0,0,0,1.00);
	font-weight: 100;
	font-variant: small-caps;
}
blockquote .third ul li {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 100;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	list-style-position: inside;
	width: 70%;
	margin-left:15%;
	color: rgba(40,40,40,1.00);

}

 #bottom-quote {
	top:77%;
	padding-right:0px;
	font-size:30px;
	text-align:center;
	color:rgba(255,255,255,1.0);
	font-weight:300;
}

#bottom-quote2 {
	top:85%;
	padding-right:0px;font-size:22px;
	text-align:center;
	color:rgba(255,255,255,1.0);
	font-weight:300;
}

#bottom-quote3 {
	top:60%; padding-right:0px; font-size:30px; text-align:center; ; color:rgba(255,255,255,1.0);font-weight:300; 	
}


#bottom-quote4 {
	top:65%; padding-right:0px; font-size:22px; text-align:center; ; color:rgba(255,255,255,1.0);font-weight:300; 
}

#top-quote1 {
	width:50%; margin-left:50%; text-align:left; top:12%; font-size:20px;	font-weight:300; 
}

#top-quote2 {
	width:50%; margin-left:50%; text-align:left; top:12%; font-size:20px;	font-weight:300; 
}

#caswell-poshquote {
	margin-top:0px;
	text-align:justify;
	-moz-text-align-last: center;
    text-align-last: center;
	font-size:18px; 
	line-height:20px;
	margin-top:80px;
}

#about {
	background-color: #FFFFFF; /*old: rgba(0,0,0,1);*/
	background-image: url(../images/about/group-photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	margin: 0px;
	padding: 0px;
	height: 650px;
	width: 100%;
}

.side-engineering1, .side-engineering2 {
	margin-top: 4%;
}

.side-engineering1 {

	width: 30%;
	float: left;
	height: 100%;
	vertical-align: middle;
}

.side-engineering2 {
	width: 70%;
	float: left;
	color: #FFFFFF;
	font-size: 22px;
	padding-right: 50px;
}

.materials  {
	text-align:center;
	color:#FFFFFF;
	font-size:25px;
}
.ninetyfourpercent {
	width: -moz-calc(100% - 125px);
	width: -webkit-calc(100% - 125px);
	width: -o-calc(100% - 125px);
	width: calc(100% - 125px);
}

.all-boat-title {
	color:white;
	font-weight:300;
	width:100%;
	text-align:center;
	margin-top:10px;
		
}

.boat-wrap:hover {
	font-weight:bold;
		
}

img.boat-opaque {
	opacity:0.45;	
}

.boat-wrap img.boat-opaque:hover {
	opacity:0.7;
	-moz-transform:scale(1.0);
	-webkit-transform:scale(1.0);
	-o-transform:scale(1.0);
	-ms-transform:scale(1.0);
	transform:scale(1.0);
}
.sl-slide-inner blockquote.preview360 {
	width:100%;
	margin:0px;
	padding:0px;
	height: 100%;
	max-width: 100%;
	position:relative;
}
.preview360 img {
    max-width: 250px;
	width:25%;
    height: auto;
	border: solid 3px rgba(228,228,228,1.00);
	left:30px;
	bottom:20px;
	position:absolute;
	border-radius:3px;
}

.sl-slide-inner blockquote.three60view {
	max-width:140px;
	height:auto;
	position:fixed;
	bottom:100px;
	right:0px;
	padding:0px;
	margin:0px;
	z-index:900;
}

.three60view img {
	width:100%;
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 60px;
    color: #fff;
    content: attr(title);
    left: 50px;
    padding: 5px;
    position: absolute;
    z-index: 200;
	width: 100%;
	min-width:200px;
    
}

.allboat-360icon {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 25%;
	min-width: 80px;
	position: absolute;
	z-index: 200;
	right: 0px;
	bottom: 40px;
}

.boat-wrap.boat-med .allboat-360icon img,
.boat-wrap.boat-med .allboat-360icon img:hover {
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.boat-wrap a:hover {
	text-decoration:none;
}