/*
Theme Name: Canyon Bay Boatworks
Description: Canyon Bay Boatworks' custom theme
Author: Gravity Switch
Version: 1.0

Based on _tk, a descendant of _s by Automattic.

*/

/*--- FONT IMPORTS ---*/

@font-face {
	font-family:'Athelas';
	src: url('includes/fonts/Athelas-Regular_gdi.eot');
	src: url('includes/fonts/Athelas-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('includes/fonts/Athelas-Regular_gdi.woff') format('woff'),
		url('includes/fonts/Athelas-Regular_gdi.ttf') format('truetype'),
		url('includes/fonts/Athelas-Regular_gdi.svg#Athelas-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Athelas';
	src: url('includes/fonts/Athelas-Bold_gdi.eot');
	src: url('includes/fonts/Athelas-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('includes/fonts/Athelas-Bold_gdi.woff') format('woff'),
		url('includes/fonts/Athelas-Bold_gdi.ttf') format('truetype'),
		url('includes/fonts/Athelas-Bold_gdi.svg#Athelas-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}

/*--- BOOTSTRAP ADDITIONS ---*/

/* Add fifth columns */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*--- GLOBAL ---*/

body {
	background: #e5e5e5;
	color: #7d7d7d;
	font-family: 'Cardo', serif;
	font-size: 16px;
	line-height: 1.5;
}

h1 {
	color: #202020;
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
}

h2 {
	color: #282d6d;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

a {
	color: #282d6d;
	transition: all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #11143b;
}

a.button {	
	display: inline-block;
	position: relative;
	min-width: 200px;
	border: 2px solid #e5e5e5;
	padding: 14px 30px;
	background: #b8b8b8; 
	background: linear-gradient(to bottom, #878787 0%, #e5e5e5 100%); 
	background-clip: padding-box;  
	color: #202020;
	font-size: 17px;
	font-style: italic;
	text-align: center;
}

a.button:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
	border: 1px solid rgba(101,161,183,0.6);
}

a.button:hover,
a.button:focus,
a.button:active {
	text-decoration: none;
}

a.button.dark {
	border: 1px solid transparent;
	background: rgba(0,0,0,0.6); 
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); 
	background-clip: padding-box;
	color: #d8d8d8;
}

p {
	margin-bottom: 20px;
}

blockquote {
	margin: 20px 0;
	border-left: none;
	color: #78abbd;
	font-family: 'Condiment';
	font-size: 35px;
	text-align: center;
}

blockquote:before,
blockquote:after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	background: #c7c7c7;
}

blockquote:before {
	margin-bottom: 25px;
}

blockquote:after {
	margin-top: 25px;
}

#content ul {
	margin-bottom: 20px;
	padding-left: 0;
	list-style-type: none;
}

#content ul li {
	margin-bottom: 10px;
	border-top: 1px solid #c7c7c7;
	padding-top: 10px;
}

.entry-content:after {
	content: '';
	display: block;
	clear: both;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 40px;
}

/*--- HEADER & NAVIGATION ---*/

.site-header {
	position: relative;
	border-bottom: 1px solid #d3d3d3;
}

.header-top {
	border-bottom: 1px solid #d3d3d3;
}

.header-left,
.header-right,
.header-center {
	float: left;
}

.header-center {
	position: relative;
	left: 296px;
	bottom: 35px;
	margin-bottom: -35px;
	padding: 20px 19px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	background-color: #e5e5e5;
}

.header-left {
	position: relative;
	right: 339px;
}

.header-social,
.header-contact {
	padding: 6px 12px;
}

.header-social i.fa {
	margin-right: 8px;
	font-size: 20px;
}

.header-contact {
	float: right;
	font-size: 10px;
	font-weight: 700;
	line-height: 20px;
	text-align: right;
	text-transform: uppercase;
}

.header-contact a {
	line-height: 23px;
}

.header-contact i.fa {
	position: relative;
	top: 1px;
	margin-left: 5px;
	font-size: 14px;
}

.header-social ul,
.header-contact ul {
	margin-bottom: 0;
	padding-left: 0;
}

.header-social ul li,
.header-contact ul li {
	display: inline-block;
}

.header-social {
	float: left;
}

.header-social a:hover,
.header-social a:focus,
.header-social a:active,
.header-contact a:hover,
.header-contact a:focus,
.header-contact a:active {
	text-decoration: none;
}

.navbar-nav > li > a {
	padding: 43px 11px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav > li > a:hover, 
.nav > li > a:focus,
.nav > li > a:active,
.nav > li.active > a,
.nav > li.current-menu-parent a,
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus,
.dropdown-menu li a:hover, 
.dropdown-menu li a:focus {
	background-image: none;
	background-color: #d3d3d3;
}

.nav .dropdown-menu {
	border-radius: 0;
	background-color: #e5e5e5;
}

.nav .dropdown-menu li  a {
	padding: 5px 20px;
	color: #282d6d;
}

.mobile-nav {
	display: none;
}

.dropdown-container {
	position: relative;
}

#models-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	border: 1px solid #d3d3d3;
}

#models-dropdown .model-item {
	float: left;
	width: 20%;
}

#models-dropdown a:hover,
#models-dropdown a:focus,
#models-dropdown a:active,
#models-dropdown a.active h4,
#models-dropdown a:hover h4 {
	background-color: #d3d3d3;
	text-decoration: none;
}

#models-dropdown h4 {
	margin: 0;
	border-right: 1px solid #d3d3d3;
	padding: 15px 0;
	background: #e5e5e5;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

#models-dropdown .model-item:last-child h4 {
	border-right: none;
}

#models-dropdown .model {
	margin-right: 5px;
	color: #202020;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 300;
}

#models-dropdown .number {
	color: #65a1b7;
	font-size: 40px;
	font-weight: 700;
}

#models-dropdown .letter {
	margin-left: -5px;
	color: #65a1b7;
	font-size: 32px;
	font-style: italic;
}

#models-dropdown .image-container {
	position: relative;
}

#models-dropdown .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

#models-dropdown .model-item:hover .overlay {
	opacity: 1;
}

.mobile-nav {
	border-top: 1px solid #d3d3d3;
	text-align: center;
}

.mobile-nav .models-link-column,
.mobile-nav .menu-link-column {
	border-bottom: 1px solid #d3d3d3;
	padding: 0;
}

.mobile-nav .models-link-column {
	border-right: 1px solid #d3d3d3;
}

.mobile-nav .navbar-default {
	min-height: 0;
	margin-bottom: 0;
	border: none;
	background: transparent;;
	text-align: center;
}

.mobile-nav .navbar-toggle {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	border-radius: 0;
	padding: 21px 12px;
	transition: all 0.2s ease-in-out;
}

.mobile-nav .navbar-toggle:hover,
.mobile-nav .navbar-toggle.active,
.mobile-nav .models-mobile-link.active,
.mobile-nav .models-mobile-link:hover {
	background-color: #d3d3d3;
}

.mobile-nav .navbar-toggle .span-container {
	width: 87px;
	margin: 0 auto;
}

.mobile-nav .navbar-toggle .icon-bar {
	background-color: #282d6d;
}

.mobile-nav .navbar-default .navbar-collapse {
	border-top: none;
	border-bottom: 1px solid #d3d3d3;
	padding: 0;
	box-shadow: none;
}

.mobile-nav .navbar-default .navbar-nav {
	margin: 12px 0;
}

.mobile-nav .navbar-default li a,
.mobile-nav .nav .open .dropdown-menu > li > a {
	padding: 16px 12px;
	color: #282d6d;
	text-align: center;
}

.mobile-nav .nav > li > a:hover, 
.mobile-nav .nav > li > a:focus,
.mobile-nav .nav > li > a:active,
.mobile-nav .nav > li.active > a,
.mobile-nav .nav > .open > a, 
.mobile-nav .nav > .open > a:hover, 
.mobile-nav .nav > .open > a:focus,
.mobile-nav .nav > .current-menu-parent > a,
.mobile-nav .nav .open .dropdown-menu > .active > a, 
.mobile-nav .nav .open .dropdown-menu > .active > a:hover, 
.mobile-nav .nav .open .dropdown-menu > .active > a:focus,
.mobile-nav .nav .open .dropdown-menu > li > a:hover, 
.mobile-nav .nav .open .dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-color: #d3d3d3;
	color: #282d6d;
}

.mobile-nav .models-mobile-link,
.mobile-nav .text {
	color: #282d6d;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
}

.mobile-nav .text,
.mobile-nav .bars {
	float: left;
}

.mobile-nav .models-mobile-link {
	display: block;
	line-height: 68px;
}

.mobile-nav .text {
	padding-right: 12px;
}

.mobile-nav .bars {
	padding-top: 3px;
}

.mobile-nav .menu-column {
	min-height: 0;
	padding: 0;
}

/*--- FOOTER ---*/

.site-footer {
	padding: 50px 15px 30px 15px;
	background: #7d7d7d;
	color: #e5e5e5;
	text-align: center;
}

.site-footer .widget {
	margin-bottom: 0;
}

.site-footer h3 {
	margin: 0 0 5px 0;
	font-family: 'Lato', sans-serif;
	font-size: 25px; 
	font-weight: 300;
	text-transform: uppercase;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #e5e5e5;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	color: #fff;
	text-decoration: none;
}

.site-footer p.connect {
	margin-bottom: 30px;
	font-size: 21px;
}

.site-footer p.connect .separator {
	position: relative;
	top: 3px;
	display: inline-block;
	margin: 0 15px;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: 300;
}

.site-footer p.connect i.fa {
	margin-right: 12px;
	font-size: 30px;
}

.site-footer p.copyright {
	font-size: 14px;
}

/*--- PAGE ---*/

.content-box {
	position: relative;
	margin-top: 70px;
	padding: 45px 40px;
	border: 1px solid #d3d3d3;
}

.content-box > header {
	position: relative;
	bottom: 70px;
	margin-bottom: -70px;
	text-align: center;
}

.content-box h1.page-title {
	display: inline-block;
	margin: 0 auto 20px auto;
	padding: 0 15px;
	background: #e5e5e5;
}

.content-box img.full-width {
	width: calc(100% + 80px);
	max-width: none;
	margin: 45px -40px;
}

/*--- HOME ---*/

.home .main-content-inner {
	padding-bottom: 0;
}

#about {
	padding: 80px 0 40px 0;
	background-color: #272c6d;
	background-image: url(images/about-home-bg.jpg);
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

#about .about-content {
	padding-right: 50px;
}

#about p {
	color: #d8d8d8;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

#about h2 {
	margin: 0 0 40px 0;
	border-top: 1px solid rgba(101,161,183,0.6);
	padding-top: 20px;
	color: #65a1b7;
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
}

#about h2 .thick {
	z-index: 1;
	display: block;
	margin-top: -10px;
	color: #e5e5e5;
	font-family: 'Condiment', serif;
	font-size: 102px;
	line-height: 1;
	text-transform: none;
	/*text-shadow: 9px 2px #272c6d, -9px -2px #272c6d, 17px 2px #272c6d, -17px -2px #272c6d;*/ 
}

#about h2:after {
	content: '';
	display: block;
	margin-top: -10px;
	border-bottom: 1px solid #65a1b7;
}

#about a.button {
	margin-top: 20px;
}

#build-a-boat {
	padding: 20px 0 40px 0;
	background-image: url(images/build-home-bg.jpg);
	background-size: cover;
}

#build-a-boat .box {
	position: relative;
	text-align: center;
	overflow-y: visible;
}

#build-a-boat .overflow-fix {
	overflow-x: hidden;
}

#build-a-boat h2 {
	display: inline-block;
	position: relative;
	top: 35px;
	margin: -35px 0 0 0;
	color: #fff;
	font-family: 'Condiment', serif;
	font-size: 48px;
	font-weight: normal;
	text-transform: none;
}

#build-a-boat h2:before,
#build-a-boat h2:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 400px;
	background-color: #7f7f7f;
}

#build-a-boat h2:before {
	top: 30%;
	left: -415px;
}

#build-a-boat h2:after {
	top: 30%;
	right: -425px;
}

#build-a-boat a {
	display: block;
	border: 1px solid #7f7f7f;
	border-top: none;
}

#build-a-boat a:hover,
#build-a-boat a:focus,
#build-a-boat a:active {
	text-decoration: none;
}

#build-a-boat a span {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

#build-a-boat a .tag {
	width: -webkit-calc(100% - 84px);
	width: calc(100% - 84px);
	color: #65a1b7;
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	font-weight: 300;
	text-transform: uppercase;
}

#build-a-boat a .triangle {
	border-left: 1px solid #7f7f7f;
	padding: 46px 35px;
}

#build-a-boat a .triangle i.fa {
	color: #fff;
	font-size: 24px;
}

#news {
	padding: 40px 0;
}

#news .news-box {
	border: 1px solid #d3d3d3;
}

#news .intro {
	padding: 40px 35px;
	text-align: center;
}

#news .intro p {
	margin-bottom: 10px;
	color: #282d6e;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
}

#news img {
	margin-bottom: 20px;
}

#news .posts {
	border-left: 1px solid #d3d3d3;
	padding: 0;
}

#news .post-box {
	border-bottom: 1px solid #d3d3d3;
	padding: 20px 50px 20px 20px;
}

#news .post-box:last-child {
	border-bottom: none;
}

#news .post-box h3 {
	margin: 0 0 4px 0;
	color: #65a1b7;
	font-size: 16px;
	text-transform: uppercase;
}

#news .post-box .date {
	margin-bottom: 4px;
	color: #272c6d;
	font-style: italic;
	font-size: 14px;
}

#news .post-box .excerpt {
	margin-bottom: 0;
}

/*--- BLOG ---*/

article header p.post-date {
	color: #272c6d;
	font-style: italic;
}

.post-index {
	margin-bottom: 50px;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 30px;
}

.post-index:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.post-index .post-title {
	margin-bottom: 0;
	color: #86b2c1;
}

.post-index p.post-date {
	margin-bottom: 0;
}

.post-index .content {
	display: none;
}

.post-index .content > *:first-child {
	margin-top: 0;
}

.post-index .read-more {
	display: block;
	width: 200px;
	padding:  14px 50px;
	margin: 0 auto;
	cursor: pointer;
	text-align: left;
}

.post-index .read-more.down:before,
.post-index .read-more.up:before {
	font-family: 'FontAwesome';
	position: absolute;
	right: 52px;
}

.post-index .read-more.down:before {
	content: '\f0d7';
}

.post-index .read-more.up:before {
	content: '\f0d8';
}

.paging-navigation h1.screen-reader-text {
	display: none;
}

.pager li > a, 
.pager li > span {
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #282d6d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.pager li > a:hover,
.pager li > a:focus,
.pager li > a:active {
	background-color: transparent;
	text-decoration: underline;
}

/* Boat Single Page */

#boat-intro {
	margin-bottom: 50px;
}

#boat-intro .content-box {
	padding: 45px 0 0 0;
	text-align: center;
}

#boat-intro .content-box > header {
	bottom: 95px;
	margin-bottom: -95px;
}

#boat-intro h1.page-title span {
	color: #65a1b7;
	font-family: 'Cardo', serif;
	font-size: 80px;
	font-weight: 700;
}

#boat-intro h1.page-title .letter {
	font-size: 66px;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

#boat-intro .description {
	margin-bottom: 25px;
	padding: 0 40px;
}

#boat-intro .page-nav {
	margin-top: 30px;
	padding: 18px 15px;
	background-color: #7d7d7d;
}

#boat-intro .page-nav a {
	margin-left: 35px;
	display: inline-block;
	color: #e5e5e5;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

#boat-intro .page-nav a:first-child {
	margin-left: 0;
}

#boat-intro .page-nav a:after {
	content: '';
	display: inline-block;
	position: relative;
	top: 2px;
	width: 1px;
	height: 16px;
	margin-left: 35px;
	background-color: #e5e5e5;
}

#boat-intro .page-nav a:last-child:after {
	display: none;
}

#gallery .image-box {
	position: relative;
	padding: 0;
}

#gallery .image-box img {
	width: 100%;
	max-width: none;
}

#gallery .image-box .image-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: box-shadow 0.3s ease-in-out;
}

#gallery a:hover .image-overlay,
#gallery a:focus .image-overlay,
#gallery a:active .image-overlay {
	box-shadow: inset 0 0 80px rgba(0,0,0,0.4); 
}

.fancybox-close {
	top: 0;
	right: 0;
}

.section-box {
	padding: 20px 20px 40px 20px;
	text-align: center;
}

.section-box h2.section-title {
	display: inline-block;
	position: relative;
	bottom: 40px;
	margin: 0 auto -40px auto;
	padding: 0 15px;
	background: #e5e5e5;
	color: #202020;
	font-family: 'Condiment', serif;
	font-size: 50px;
	font-weight: normal;
	text-transform: none;
}

.section-box .column {
	border-right: 1px solid #d3d3d3;
}

.section-box .column:last-child {
	border-right: none;
}

img.boat-full-width {
	width: 100%;
	max-width: none;
	margin-top: 60px;
}

#specs .section-box {
	padding: 4px
}

#specs h2.section-title {
	bottom: 20px;
	margin: 0 auto;
	color: #65a1b7;
}

#specs .specs-box {
	padding: 0 20px 20px 20px;
}

#specs .spec {
	margin-bottom: 20px;
	padding: 20px 10px 0 10px;
	border-right: 1px solid #d3d3d3;
	text-align: center;
}

#specs .spec:nth-child(5),
#specs .spec:last-child {
	border-right: none;
}

#specs .spec .title {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

#specs .spec .detail {
	color: #272c6d;
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 300;
	line-height: 1.2;
}

#specs .spec .detail span {
	display: block;
	font-size: 20px;
	line-height: 20px;
}

#specs .separator {
	clear: both;
	width: 100%;
	margin: 0 10px 20px 10px;
	border-bottom: 1px solid #d3d3d3;
}

#features {
	padding: 40px 15px 30px 15px;
	background-color: #d3d3d3;
	color: #202020;
}

#features h2 {
	margin: 0 0 40px 0;
	color: #202020;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 400;
}

#features .column {
	border-right: 1px solid #bababa;
}

#options h2.section-title {
	color: #272c6d;
}

#back-to-top {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
}

#back-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    transition: all 0.3s ease;
}

#back-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#back-to-top:hover i {
    color: #fff;
    top: 8px;
}

/*--- MEDIA QUERIES ---*/

/* Set container width to 960 */

@media all and (min-width: 1200px) {

	.container {
		width: 960px
	}

}

@media all and (min-width: 992px) {

	.container {
		width: 960px;
	}

}

@media all and (max-width: 1199px) {

	.home #content .rev-btn {
		display: none !important;
	}

}

@media all and (max-width: 991px) {

	.header-center {
		float: none;
	}

	.header-left,
	.header-right {
		display: none;
	}

	.header-center {
		left: 0;
		bottom: 0;
		margin-bottom: 0;
		border: none;
		text-align: center;
	}

	.mobile-nav {
		display: block;
	}

	#build-a-boat a .tag {
		padding: 10px 15px 0 15px;
	}

	.site-header {
		border-bottom: none;
	}

	.dropdown-container {
		width: 100%;
		padding: 0;
	}

	#models-dropdown {
		position: relative;
		border: none;
	}

	#models-dropdown .model-item {
		float: none;
		width: auto;
		border-bottom: 1px solid #d3d3d3;
	}

	#models-dropdown .image-container {
		float: left;
		width: 130px;
	}

	#models-dropdown h4 {
		height: 97px;
		padding: 0;
		line-height: 97px;
	}

	.navbar-nav > li > a {
		font-size: 16px;
	}	

}

@media all and (max-width: 767px) {

	.content-box > header {
		bottom: 66px;
		margin-bottom: -66px;
	}

	.content-box h1.page-title {		
		font-size: 42px;
	}

	#boat-intro .content-box > header {
		bottom: 82px;
		margin-bottom: -82px;
	}

	#boat-intro h1.page-title span {
		font-size: 60px;
	}

	#boat-intro h1.page-title .letter {
		font-size: 50px;
	}

	#boat-intro .page-nav a {
		display: block;
		margin: 0 auto 12px auto;
	}

	#boat-intro .page-nav a:last-child {
		margin-bottom: 0;
	}

	#boat-intro .page-nav a:after {
		display: none;
	}

	.section-box .column {
		border-right: none;
	}

	#specs .spec {
		border-right: none;
	}

	#specs .separator {
		display: none;
	}

	#news .post-box:first-child {
		border-top: 1px solid #d3d3d3;
	}

	#models-dropdown .image-container {
		width: 110px;
	}

	#models-dropdown h4 {
		height: 82px;
		line-height: 82px;
	}

	#models-dropdown .model {
		font-size: 20px;
	}

	#models-dropdown .number {
		font-size: 32px;
	}

	#models-dropdown .letter {
		font-size: 24px;
	}

	#back-to-top {
		display: none !important;
	}

}

@media all and (max-width: 600px) {

	#build-a-boat a .tag {
		width: calc(100% - 42px);
		padding: 30px 15px 10px 15px;
	}

	#build-a-boat a .triangle {
		width: 36px;
		padding: 56px 0;
		text-align: center;
	}

}

@media all and (max-width: 479px) {

	.content-box {
		padding: 45px 20px;
	}

	.section-box {
    	padding: 20px 20px 40px 20px;
	}

	.content-box > header {
		bottom: 63px;
		margin-bottom: -63px;
	}

	.content-box h1.page-title {
		font-size: 36px;
	}

	.pager li > a, 
	.pager li > span {
	    font-size: 14px;
	}

	.site-footer p.connect .separator {
		display: none;
	}

	.site-footer a.phone {
		display: block;
		margin: 12px 0;
	}

	.site-footer .social {
		display: block;
	}

	.content-box img.full-width {
	    width: calc(100% + 40px);
	    margin: 45px -20px;
	}

	.section-box h2.section-title {
		bottom: 33px;
		margin-bottom: -33px;
		font-size: 36px;
	}

	#specs .spec {
		width: 100%;
	}

	#build-a-boat a .tag {
		width: auto;
		border-bottom: 1px solid #7f7f7f;
		padding: 30px 15px 10px 15px;
	}

	#build-a-boat a .triangle {
		width: auto;
		border-left: none;
		padding: 15px;
		text-align: center;
	}

	#models-dropdown .image-container {
		width: 90px;
	}

	#models-dropdown h4 {
		height: 67px;
		line-height: 67px;
	}

	#about h2 {
		font-size: 40px;
	}

	#about h2 .thick {
		font-size: 80px;
	}

	img.alignleft,
	img.alignright {
		float: none;
	}

}

@media all and (max-width: 400px) {

	.pager li > a, 
	.pager li > span {
	    font-size: 12px;
	}

	#about h2 {
		font-size: 32px;
	}

	#about h2 .thick {
		font-size: 60px;
	}

}
