
@font-face {
    font-family: 'rreg';
    src: url('../fonts/raleway/regular.woff2') format('woff2'),
         url('../fonts/raleway/regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rbold';
    src: url('../fonts/raleway/bold.woff2') format('woff2'),
         url('../fonts/raleway/bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rsemi';
    src: url('../fonts/raleway/semibold.woff2') format('woff2'),
         url('../fonts/raleway/semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'rreg';
    color: #333;
    background: #eee;
}

a{
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
    outline: 0;
    text-decoration: none!important;
}
a:focus,
a:hover,
a:active{
    outline: 0;
}

.animate{
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

p{ margin: 0 0 20px 0;}
.fRaleReg  { font-family: 'rreg';  }
.fRaleSemi { font-family: 'rsemi'; }
.fRaleBold { font-family: 'rbold'; }

.navbar {
    z-index: 9;
    min-height: 75px;
    border: none;
    margin-bottom: 0;
        background: #FFF;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand>img {
    width: 170px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
    background-color: #4A5869;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background: #FFF;
}

.navbar-collapse {
    width: 100%;
}

#quickInfo{
    background:#4a5869;
    height: 40px;
    /* display: none; */
    margin-top: 10px;
}

#quickInfo a{
    color:#FFF;
    font-size: 16px;
    font-family: 'rsemi';
}
#quickInfo span{
        margin:0;
}


#quickInfoW {
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}



.fa-2 {
    font-size: 1.5em!important;
    position: relative;
    top: 3px;
}

.socialIcons{margin-right: 0!important;}
.socialIcons a{
    height: 40px;
    width: 40px;
    display: inline-block;
}

.nav a{
    font-family: 'rsemi';
    font-size: 18px;
    text-transform: uppercase;
    color:#000;
    padding-top: 23px;
    padding-bottom: 23px;
}

.nav>li>a:hover {
    background-color: #D8DFE8;
}

.nav>li>a {
    padding: 10px 14px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #4a5869;
    border-color: transparent;
    color: #FFF;
}

.dropdown-menu,
.navbar-nav .open .dropdown-menu {
    padding: 15px 0;
    margin: 0px 0 0;
    background-color: #4A5869;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.active{
    cursor: default;
    color: #f25c19!important;
    background: transparent!important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    color: #FFF;
    white-space: nowrap;
    text-transform: capitalize;
     font-family: 'rreg';
         font-size: 16px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #35404E;
}

/* Home Page Carousel */
header.carousel {
    height: 78%;
}


header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: -500px center;
    background-size: cover;
}

.carousel-caption{
    text-transform: uppercase;
    top: 10%;
    bottom: auto;
    text-align: left;
}

.carousel-caption h2{
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 25px;
}

.carousel-caption h3{
    font-size: 24px;
    margin-top: 0;
    margin-bottom: -5px;
}

.carousel-caption {
    right: 10%;
    left: 8%;
}

.carousel-caption a span.textLink{
    display: inline-block;
    color: #FFF;
    background: #f25c19;
    text-transform: uppercase;
    padding: 12px 40px;
    font-family: 'rsemi';
    text-shadow:none;
}
.carousel-caption a span.textLinkIcon{
    padding: 14px 15px;
    color: #f25c19;
    background:#FFF;
    font-family: 'rreg';
    text-shadow:none;
}
a.heroLinks .textlink,
a.heroLinks .textLinkIcon{
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}
a.heroLinks:hover .textLink{
    background: #D64A0B;
}
a.heroLinks:hover .textLinkIcon{
    background: #D64A0B;
    color: #FFF;
}
.carousel-control {
    position: absolute;
    top: auto;
    bottom: 7%;
    left: auto;
    width: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    opacity:1;
    height: 40px;
    right: 50px;
    border: 1px solid #FFF;
}

.carousel-control.left,
.carousel-control.right{
    background: transparent;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    margin-top: 0;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 30%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 0%;
    margin-left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -20px;
}
.carousel-control.right {
    right: 40px;
}
.carousel-control.left {
    right: 79px;
}

/* Helpers */

.noPad { padding: 0; }
.padT10 { padding-top: 10px;}
.padT20 { padding-top: 20px;}
.padB20 { padding-bottom: 20px;}
.padB40 { padding-bottom: 40px;}
.padB60 { padding-bottom: 60px;}
.padR50 {padding-right: 50px;}
.padLR20{ padding-left: 20px; padding-right: 20px;}
.padLR40{ padding-left: 40px; padding-right: 40px;}
.padLR50 {
    padding-left: 15px;
    padding-right: 15px;
}
.noPadLR{padding-left: 0!important; padding-right: 0!important;}

.noMar{margin: 0;}
.marB20{ margin-bottom: 20px;}
.marB40{ margin-bottom: 40px;}
.marB60{ margin-bottom: 60px;}


.text-orange{ color:#f25c19;}
.text-white{ color: #FFF }

.bg-orange{ background:#f25c19;}
.bg-gray{ background: #4a5869; }
.bg-white{ background: #FFF; }

.upper{ text-transform: uppercase;}

.noBorderRadius{border-radius: 0!important;}

.f16{font-size: 16px;}

.latest-News-Title {
    height: 61px;
    padding: 2px 50px 11px 10px;
}
.latest-News-W {
    height: 61px;
    padding: 10px 10px 11px 10px;

}
.latest-news{
    white-space: nowrap;
    overflow: hidden;
    max-width: 170px;
    text-overflow: ellipsis;
}
.latest-News-W a{ color: #DDD;}
.latest-News-W a:hover{ color:#FFF}

.news-text{
    background: #f25c19 url(../img/news-diagonal.png) no-repeat top right;
}

#gallery-W{
    background: url(../img/gallery-image-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#gallery-Text-W{
    padding-top: 1px;
    height: 71px;
    background: transparent url(../img/gallery-bg.png) no-repeat top center;
}
#gallery-W img{
    margin-bottom: -50px;
}
#gallery-W h5{
    display: inline-block;
    padding: 7px 10px;
        margin-left: 7px;
        font-size: 12px;
}
.gallery-thumb a{ display: inline-block; border:5px solid transparent}
.gallery-thumb a:hover{
    border:5px solid #f25c19;
}
.gallery-thumb a:hover h5{
    background: #000
}

/* Footer Styles */

footer {
    background: #101010;
    padding: 20px 0 0;
    color: #DDD;
}

.read-more {
    display: inline-block;
    padding: 4px 10px;
    background: #f25c19;
    color: #FFF;
    font-size: 14px;
}

.learn-more {
    display: inline-block;
    padding: 8px 16px;
    background: #f25c19;
    color: #FFF;
}

.read-more:hover,
.read-more:active,
.read-more:focus,
.learn-more:hover,
.learn-more:active,
.learn-more:focus{
    background: #D64A0B;
    color: #FFF;
}

.see-more {
    display: inline-block!important;
    padding: 8px 16px;
    background: #f25c19;
    color: #FFF!important;
    width: auto!important;
    margin-bottom: 50px;
}

.see-more:hover{
    background: #D64A0B;
    color: #FFF;
}



ul.site-nav{
    list-style-type: none;
    padding: 0;
}

footer a{
    padding: 2px 4px;
    display: inline-block;
    color:#EEE;
    margin-bottom: 7px;
}
footer a:hover{
    background: #D64A0B;
    color: #FFF;
}

#quick-contact input,
#quick-contact textarea{
    background: #414141;
    border-radius: 0;
    border:none;
    color:#EEE;
}
#quick-contact input:focus,
#quick-contact input:active,
#quick-contact textarea:focus,
#quick-contact textarea:active{
    box-shadow: none;
    background: #717171;
    border-radius: 0;
    border:none;
    color:#FFF;
}
#quick-contact button[type=submit]{
    display: block;
    width: 100%;
    border-radius: 0;
    background: #f25c19;
    color: #FFF;
    border:none;
    padding:10px;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}
#quick-contact button[type=submit]:hover{
    background:#D64A0B;
}
#quick-contact button[type=submit]:active,
#quick-contact button[type=submit]:focus{
    box-shadow: none;
    outline: 0;
}

#copyright-W{
    margin-top: 30px;
    background: #000;
    padding: 20px 0 5px;
    color: rgba(255,255,255,0.25);
    text-align:center;
}
#copyright-W a{
    color: rgba(255,255,255,0.25);
}
#copyright-W a:hover{
    color:#FFF;
}

.about-img{
    position: relative;
}
span.about-img-slash{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#about-list .num{
    font-size: 24px;
    font-family: 'rsemi';
}

.about-call-us{
    padding:40px 20px;
}

.about-call-us h3{
    font-size: 20px;
}

.call-us-mob{
    padding: 4px 0 10px;
}

.about-call-us .underlined{
    font-size: 28px;
    padding: 0 10px 5px;
    border: 2px solid #FFF;
    line-height: 74px;
}

.call-us-mob a:focus,
.call-us-mob a:hover{
    color: #000;
    height: 40;
    display: block;
}

#scroll-to-qc-2:hover h2{
    font-size: 32px;
}

#click-to-call{
    display: block;
    padding: 10px 10px;
    text-align: center;
    background: #f25c19;
    color: #FFF;
    border: 4px solid #ff7c42;
}
#click-to-call:hover{
    border: 4px solid #FFF;
}

.hero{
    min-height: 300px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#inboard-engine-spare-parts{
    background-image: url(../img/hero-inboard-engine-spare-parts.jpg);
}

#outboard-engine-spare-parts{
    background-image: url(../img/hero-outboard-engine-spare-parts.jpg);
}

#hero-contact{
    background-image: url(../img/hero-contact.jpg);
}

#hero-yanmar{
    background-image: url(../img/hero-yanmar.jpg);
}

#hero-diesel{
    background-image: url(../img/hero-diesel.jpg);
}

#hero-boats{
    background-image: url(../img/hero-boats.jpg);
}

#hero-trailer{
    background-image: url(../img/hero-trailer.jpg);
}

#scroll-top-w {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9;
    cursor: pointer;
    display: none;
    border-radius: 50px;
    height: 53px;
    width: 52px;
    background: #FFF;
    border:1px solid #FFF;
    padding: .5px 0 0 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.product-price {
    font-size: 16px;
}

.sm-text-right.text-right{
    text-align: left!important;
}

/* Responsive Styles */
@media (min-width: 480px) {
    .navbar-nav {
        margin-top: 0px;
    }
}

@media (min-width: 768px){
    .navbar-brand>img {
        width: auto;
    }

    .navbar-nav {
        margin-top: 50px;
    }

    .navbar-collapse {
        width: auto;
    }

    .navbar-nav>li>a {
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .navbar {
        min-height: 146px;
    }

    #quickInfo{
        background:#f25c19;
        height: 80px;
        margin-top: 0;
    }


    #quickInfoW{
        position: absolute;
        right: 20px;
        top: 25px;
        width: auto;
    }

    #quickInfo span{
        margin:0 40px;
    }


    header.carousel {
        height: 79%;
    }

    header.carousel .fill {
        background-position: center center;
    }

    .carousel-caption {
        right: 15%;
        left: 15%;
    }

    .carousel-caption h2{
        font-size: 44px;
    }

    .carousel-caption h3{
        font-size: 38px;
    }

    #quickInfo{
        display: block;
    }

    .carousel-caption {
        right: auto;
        left: 4%;
        top: 4%;
        padding-bottom: 10px;
    }

    .latest-News-Title{
        height: 61px;
        padding: 11px 50px 11px 10px;
    }
    .latest-News-W{
        height: 61px;
        padding: 20px 50px 11px 10px;
    }
    .latest-news{
        white-space: wrap;
        overflow: auto;
        max-width: 100%;
        text-overflow: ellipsis;
    }
    .padLR50{ padding-left: 50px; padding-right: 50px;}
    .padT40 { padding-top: 40px;}

    footer {
        padding: 50px 0 0;
    }

    .text-right-xs{ text-align: right; }
    .text-center.text-left{text-align: left;}
    span.about-img-slash{display: inline-block;}

    #about-list .num{
        font-size: 24px;
        margin: -7px 0 0 0;
        font-family: 'rsemi';
    }

    .about-call-us {
        padding: 40px 20%;
    }
    .sm-text-right.text-right{
        text-align: right!important;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .navbar-nav {
        margin-top: 0;
    }
}
@media (max-width: 992px){

    .h4, h4 {
        font-size: 28px;
    }

    span.about-img-slash {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .about-img img{
        width: 100%;
    }

    .center-img{
        margin:0 auto;
    }
}