@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* Common Uses */
.clear { clear:both;}
.pad { padding:10px;}
.pad-no-top { padding: 0px 10px 10px 10px; }
.pad-side { padding:0px 10px;}
.pad-top { padding: 10px 0px 0px 0px;}
.pad-left { padding-left:10px;}
.pad-right { padding-right:10px;}
.pad-left-large { padding-left:20px;}
.pad-right-large { padding-right:20px;}
.mar-left { margin-left:10px;}
.mar-right { margin-right:10px;}
.mar-top { margin-top:10px; }
.mar-bot { margin-bottom: 10px; }
.mar { margin: 10px; }
.no-height { height: 0px; }
.max-width { max-width:1024px; margin: 0 auto; }
.bold { font-weight: bold;}

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

}
.email2 {
    display: none;
}
#email2 {
    display: none; /* To hide from view for spam filtering */
}
.text-valign {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.button {
    background-color: #2967ad !important;
    border-color: #2967ad !important;
}
/* Text */
body, html {
    color: #000;
    margin:0px;
    padding:0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    min-height:100%;
}
h1 {
    padding: 10px 0px 0px 0px;
    margin:0px 0px 10px 0px;
    font-size: 30px;
    color: #b5fbff;
    font-family: 'angelinaregular';
    font-weight:bold;
}
h2 {
    padding: 10px 0px 0px 0px;
    margin:0px 0px 20px 0px;
    font-size: 50px;
    color: #2967ad;
    font-family: 'angelinaregular';
    text-align: center;
}
h3 {
    padding: 10px 0px 0px 0px;
    margin:0px 0px 10px 0px;
    font-size: 32px;
    color: #2967ad;
    font-family: 'angelinaregular';
    text-align: center;
    font-weight: bold;
}
h5 {
    font-family: 'Montserrat Light', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0px 10px;
    margin: 10px 0px;
    text-align: left;
    display: block;
}
h4 {
    font-family: 'Montserrat Light', sans-serif;
    font-size: 24px;
    color: #000;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-weight: normal;
    display: block;
}

/* MENU STYLE */
.full-width-menu {
    background-color: #FFFFFF;
    position: relative;
    padding-top: 15px;
    box-shadow: 1px 1px 10px #484848;
}
.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-brand {
    height: auto;
    margin-right: 20px;
}
.navbar-nav {
    padding-left: 10px;
}
.navbar-nav li a {
    border-bottom: 3px solid #ffffff;
    color: #000 !important;
}
.navbar-nav li a:hover {
    border-bottom: 3px solid #2967ad;
}
.footer-spacer {
    margin-bottom: 120px;
}
/* FOOTER STYLE */
.full-width-footer {
    background-color: #FFFFFF;
    padding: 10px 0px;
    box-shadow: 3px 3px 50px #484848;
}
.footer-links {
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}
.footer-links li {
    display: inline-block;
}
.footer-links li a {
    color: #000;
    padding: 0px 15px;
}
.footer-links li a:hover {
    color: #000;
    text-decoration: none;
}
.footer-quicklinks a {
    color: #000;
}
.footer-email {
    text-align: right;
    margin-bottom: 0px;
    margin-top: 0px;
}
.footer-phone {
    text-align: right;
    margin-bottom: 0px;
}
.footer-email a {
    color: #000;
}
.footer-cw {
    margin-bottom: 0px;
}
/* PAGE CSS */
.page-wrapper {
    padding: 0px 10px 20px 10px;
    margin: 0px 0px;
    background-color: #FFFFFF;
    padding-bottom:110px;
}
/* News */
.news-box {
    cursor: pointer;
    height: 240px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.news-box img {
    position: absolute;
    height:100%;
    min-width: 100%;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.news-box .overbox {
    background-color: #2967ad;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 240px;
    padding: 20px;
}

.news-box:hover .overbox { opacity: 1; }
.news-box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.news-box .news-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    font-weight: bold;
}

.news-box:hover .news-title,
.news-box:focus .news-title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.news-box .tagline {
    font-size: 0.8em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}
.news-box:hover .tagline,
.news-box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
.news-view-image-wrap {
    float: right;
    position: relative;
    top:30px;
    margin-left:15px;
    margin-bottom:15px;
    width:33%;
}

/* CONTACT PAGE */
.contact-page-wrapper {
    margin: 10px 0px;
}
.contact-form-bg {
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-bottom: 20px;
}
.contact-form-name {
    padding-right: 5px;
    margin-bottom: 10px;
}
.contact-form-email {
    padding: 0px 5px;
    margin-bottom: 10px;
}
.contact-form-telephone {
    padding-left: 5px;
    margin-bottom: 10px;
}
.contact-form-message {
    margin-bottom: 10px;
}
.contact-form-button {
    text-align: center;
}
/* ACCOUNT PAGE */
.account-links {
    color: #000;
}
.account-links:hover {
    color: #2967ad;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.account-text {
    padding-top: 10px;
}
/* HOME PAGE */
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.carousel-control {
    opacity: 1 !important;
}
.content {

}
.input-group {
    margin-bottom: 10px !important;
}
.home-text-bg {
    background-image: url("/images/layout/bottom-bg.jpg");
    border-top: solid 3px #b5fbff;
    text-align: center;
    color: #b5fbff;
    display: none;
}
#home-text-header h1:hover {
    cursor: pointer;
}
/* QUOTING SYSTEM */
select#ffinish option {
    padding-left: 45px;
    min-height: 40px;
    background-position: left;
    background-size: 40px auto;
    background-repeat: no-repeat;
}
select#ffinish option[value="Overlocked Edge"]   { background-image:url("/images/quote/overlocked.png"); }
select#ffinish option[value="Heat Cut Edge"] { background-image:url("/images/quote/lasercut.png"); }

select#fextras option {
    padding-left: 45px;
    min-height: 40px;
    background-position: left;
    background-size: 40px auto;
    background-repeat: no-repeat;
}
#quote-price {
    color: #2967ad;
    text-align: center;
    font-size: 32px;
}
.price-message {
    text-align: center;
}
.quote-footer-icons {
    text-align: center;
    color: #2967ad;
}
.quote-footer-text {
    font-size: 12px;
    text-align: center;
}

.break-line{
    border-top: 3px solid #2967ad;
}

.header-logo{
    height: auto;
    max-width: 150px;
    padding-bottom: 10px;
}

.header-logo img{
    position: absolute;
    width: auto;
    height: 150px;
    top: -30px;
    left: -10px;
}
.shop-now{
    text-align: center;
    background-color: #ffffff;
    margin-left: 10px;
    margin-top: 10px;
}
.create-now{
    text-align: center ;
    background-color: #ffffff;
    margin-right: 10px;
    margin-top: 10px;
}
.create-button{
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.shop-button{
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.box-text{
    color: #000000;
}
.box-title h1{
    color: #2967ad;
}
.errors{
    background-color: #ffffff;
}

.home-banner{
    max-height: 100px;
    text-align: center;
    margin-top: 20px;
}
.phone-number{
    text-align: right;
    color: #000;
}
.phone-number p{
    padding-top: 18px;
}
.phone-number a{
    text-align: right;
    color: #000;
}
.category-title{
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
}
.category-slider {
    margin-bottom: 260px !important;
}
.category-box {
    box-shadow: 3px 3px 20px #484848;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 50px;
    opacity: 0.7;
}
.category-name{
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #000;
}
.category-name p {
    line-height: 40px;
    vertical-align: middle;
    margin: 0px;
}
.more-title{
    text-align: center;
}
.more-text{
    text-align: center;
    color: #b5fbff;
    padding: 0px 10px 10px 10px;
}
.about-boats{
    text-align: center;
}
.social-icons li{
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: right;
    margin-left: 5px;
}
.social-icons{
    margin: 0px;
    padding: 0px;
}
/* PRODUCTS */
.product-wrap {
    min-height: 310px;
    margin-left:10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    border-bottom: 3px solid #2967ad;
    border-radius: 6px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index:10;
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.product-wrap:hover {
    color: #2967ad;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
.product-wrap:hover a {
    color: #2967ad;
}
.product-image-wrap {
    height:225px;
    max-width:304px;
    overflow: hidden;
    text-align: center;
}
.product-img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin:0 auto;
    margin-top: 10px;
    width: auto;
    height: auto;
}
.product-title-wrap {
    text-align: center;
    margin-top:5px;
    min-height:60px;
    font-size: 14px;
    font-weight: bold;
}
.product-title-wrap a {
    color: #1B1B1B;
    display: block;
    padding:10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.product-title-wrap a:hover {
    text-decoration: none;
    color: #2967ad;
}
.product-title-wrap a.btn, .product-wrap:hover a.btn  {
    color: #FFF;
}
.product-code {
    color: #1D205B;
    font-weight: bold;
}
.productname {
    margin-bottom: 0px;
}
.product-price {
    line-height: 30px;
    vertical-align: middle;
}
.product-name {
    line-height: 30px;
    vertical-align: middle;
}
#footerbottom {
    display: none;
}
.mag-icon-wrap {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.mag-icon-wrap a {
    display: block;
    height: 100%;
}
.mag-icon-wrap a i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #333;
}
.option {
    margin-bottom: 10px;
}
.home-image-container {
    max-width: 980px;
    margin: 10px auto;
}