/* Minification failed. Returning unminified contents.
(183,1): run-time error CSS1019: Unexpected token, found '@import'
(183,9): run-time error CSS1019: Unexpected token, found 'url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,400italic")'
(183,85): run-time error CSS1019: Unexpected token, found ';'
(184,1): run-time error CSS1019: Unexpected token, found '@import'
(184,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700)'
(184,84): run-time error CSS1019: Unexpected token, found ';'
 */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,400italic");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700);
/* update 5/1/2014 */
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

/* end 5/1/2014 */
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Lato', Helvetica, Arial, sans-serif;*/
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

h3 {
    color: #939393;
    font-weight: 300;
    font-size: 30px;
    margin: 20px 0 15px;
}

    h3 span {
        font-size: 14px;
    }

.container {
    margin: 0 auto;
}

.header {
    overflow: visible;
    clear: both;
    margin: 0px auto;
}

    .header h1 {
        float: left;
        max-width: 170px;
    }

    .header .navigation {
        float: right;
        margin-top: 16px;
    }

        .header .navigation a:link, .header .navigation a:visited {
            color: #020202;
        }

        .header .navigation a:hover, .header .navigation a:focus {
            color: black;
            text-decoration: none;
        }

        .header .navigation a:active {
            color: #1c1c1c;
        }

    .header .short-nav {
        float: right;
        margin-bottom: 18px;
    }

        .header .short-nav a {
            padding: 0 13px;
            line-height: 24px;
            font-size: 14px;
        }

        .header .short-nav a,
        .header .short-nav form,
        .header .short-nav input {
            display: inline-block;
            margin-bottom: 0;
        }

        .header .short-nav form {
            position: relative;
        }

        .header .short-nav input {
        }

            .header .short-nav input[type="text"] {
                height: 38px;
                border: none;
                background-color: #eeeeee;
                border-radius: 5px;
                margin-right: 0px;
                padding-left: 10px;
                padding-right: 70px;
            }

            .header .short-nav input[type="submit"] {
                position: absolute;
                top: 2px;
                right: 2px;
            }

    .header .main-nav {
        margin: 0;
        font-size: 16px;
        float: right;
        clear: both;
        *zoom: 1;
    }

        .header .main-nav:before, .header .main-nav:after {
            content: " ";
            display: table;
        }

        .header .main-nav:after {
            clear: both;
        }

        .header .main-nav li {
            float: left;
            list-style-type: none;
            padding: 0 2px;
            border-left: 1px solid #c9c8c8;
        }

            .header .main-nav li:first-child {
                border-left: none;
            }

            .header .main-nav li:last-child {
                padding-right: 0;
            }

.page-info {
    background-color: #0b4f8a;
    min-height: 20px;
    width: 100% !important;
    margin-top: 16px;
}

.tooltip-inner {
    max-width: 500px;
}

.page-info .md-col-12 {
    padding: 0 15px;
}

.page-info h2 {
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    font-weight: 300;
    margin: 0;
    float: left;
    margin-right: 34px;
}

.page-info p {
    padding-top: 4px;
    line-height: 43px;
    margin: 0;
    color: #fff;
}

.page-info a:link, .page-info a:visited {
    color: white;
}

.page-info a:hover, .page-info a:focus {
    color: #e6e6e6;
}

.page-info a:active {
    color: white;
}

.page-info a {
    padding-top: 1px;
}

.footer {
    padding-top: 25px; /*org 89*/
}

    .footer .column {
        float: left;
        width: 14.28571%;
        box-sizing: border-box;
        padding-left: 13px;
        margin-bottom: 21px;
    }

        .footer .column a:link, .footer .column a:visited {
            color: #020202;
        }

        .footer .column a:hover, .footer .column a:focus {
            color: black;
        }

        .footer .column a:active {
            color: #1c1c1c;
        }

        .footer .column:first-child {
            padding-left: 0;
        }

        .footer .column h5 {
            font-size: 14px;
            line-height: 16px;
            color: #020202;
            font-weight: bold;
        }

        .footer .column ul {
            margin: 0;
            padding: 0;
        }

        .footer .column li {
            list-style-type: none;
            line-height: 24px;
            font-size: 14px;
        }

body > .container-fluid > .row-fluid {
    max-width: 1100px;
    margin: 0 auto;
}

.half {
    float: left;
    width: 49%;
    margin-left: 2%;
    box-sizing: border-box;
}

    .half:first-child {
        margin-left: 0;
    }

.third {
    float: left;
    width: 32%;
    margin-left: 2%;
    box-sizing: border-box;
}

    .third:first-child {
        margin-left: 0;
    }

.fourth {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    box-sizing: border-box;
}

    .fourth:first-child {
        margin-left: 0;
    }

.equalizer {
    overflow: hidden;
}

    .equalizer [class*="col-"] {
        margin-bottom: -99999px !important;
        padding-bottom: 99999px !important;
    }

/* Modal !!! */
.main-nav .menu-col h5 {
    font-size: 14px;
    font-weight: bold;
}

    .main-nav .menu-col h5 a:link, .main-nav .menu-col h5 a:visited {
        color: #000000;
    }

    .main-nav .menu-col h5 a:hover, .main-nav .menu-col h5 a:focus {
        color: #000000;
    }

    .main-nav .menu-col h5 a:active {
        color: #000000;
    }

.main-nav .menu-col a {
    display: block;
}

.main-nav .menu-col ul {
    padding-left: 0;
    font-size: 14px;
}

.main-nav .menu-col li {
    float: none;
    padding: 0;
    border: none;
    line-height: 24px;
}

    .main-nav .menu-col li a:link, .main-nav .menu-col li a:visited {
        color: #252525;
    }

    .main-nav .menu-col li a:hover, .main-nav .menu-col li a:focus {
        color: #0c0c0c;
    }

    .main-nav .menu-col li a:active {
        color: #3f3f3f;
    }

@media (min-width: 767px) {
    .menu-toggle {
        display: none;
        width: 100%;
    }

    .main-nav {
        position: relative;
    }

        .main-nav > li > a {
            padding: 13px 11px 13px;
            border-radius: 3px;
            display: block;
            position: relative;
            margin-top: -8px;
            margin-bottom: -8px;
        }

            .main-nav > li > a:hover {
                background-color: #eeeeee;
            }

        .main-nav .mega-menu {
            position: absolute;
            display: none;
            width: 768px;
            padding: 13px;
            background-color: #eeeeee;
            right: 0;
            z-index: 1000;
            background-color: #eeeeee;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(bottom, white, #eeeeee);
            background-image: linear-gradient(to top,white, #eeeeee);
            border-radius: 3px;
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .main-nav > li:hover .mega-menu {
            display: block;
        }

        .main-nav .menu-col {
            float: left;
            border-left: 1px #bfbfbf solid;
            width: 33%;
            padding: 0 2%;
        }

            .main-nav .menu-col:first-child {
                border-left: none;
            }

            .main-nav .menu-col img {
                display: block;
            }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        width: 100%;
        clear: both;
        padding: 13px 11px 13px;
        border-radius: 3px;
        background-color: #eeeeee;
        margin-bottom: 13px;
        cursor: pointer;
    }

        .menu-toggle:before {
            content: '';
            display: block;
            clear: both;
        }

    .header .main-nav {
        position: relative;
        float: none;
        width: 100%;
        clear: both;
        padding-left: 0;
        display: none;
    }

        .header .main-nav li {
            display: block;
            float: none;
            border: none;
        }

            .header .main-nav li a {
                padding: 13px 11px 13px;
                border-radius: 3px;
                display: block;
                position: relative;
                margin-top: -8px;
                margin-bottom: -8px;
            }

                .header .main-nav li a:hover {
                    background-color: #eeeeee;
                }

        .header .main-nav .menu-col {
            margin-left: 21px;
        }

            .header .main-nav .menu-col img {
                display: none;
            }

            .header .main-nav .menu-col h5 a:link, .header .main-nav .menu-col h5 a:visited {
                color: #c81a1a;
            }

            .header .main-nav .menu-col h5 a:hover, .header .main-nav .menu-col h5 a:focus {
                color: #9b1414;
            }

            .header .main-nav .menu-col h5 a:active {
                color: #e43131;
            }

            .header .main-nav .menu-col ul {
                margin-left: 21px;
            }
}

.branding {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    position: relative;
}

    .branding h2 {
        margin-top: 66px;
        float: right;
        font-weight: 300;
        font-size: 36px;
        margin-right: 34px;
    }

    .branding p {
        float: right;
        clear: both;
        text-align: right;
        max-width: 380px;
        font-size: 16px;
        line-height: 30px;
        margin-right: 34px;
    }

#banner {
    width: 100%;
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(bottom, #e4e4e4, #bbbbbb);
    background-image: linear-gradient(to top,#e4e4e4, #bbbbbb);
}

    #banner .container {
        padding: 0;
        width: 100%;
    }

    #banner img {
        display: block;
        margin: 0 auto;
    }

.content {
    padding-top: 21px;
}

.motor-grid {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    .motor-grid [class^="col-md-"] {
        padding: 0;
    }

        .motor-grid [class^="col-md-"] > img {
            display: block;
            margin: 0 auto;
            height: 150px;
        }

        .motor-grid [class^="col-md-"]:first-child .motor-info {
            border-left: none;
        }

    .motor-grid .motor-info {
        position: relative;
        top: -34px;
        margin-bottom: -34px;
        border-left: 1px #d9d9d9 solid;
        padding-top: 13px;
    }

.motor-info {
}

    .motor-info h4 {
        text-align: center;
        font-size: 32px;
        margin: 0;
        color: #333;
        font-weight: 300;
    }

    .motor-info ul {
        color: #666;
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        position: relative;
        z-index: 4;
    }

    .motor-info p {
        color: #666;
        margin-left: 50px;
        margin-right: 10px;
        margin-top: 21px;
        line-height: 24px;
        font-size: 14px;
        position: relative;
        z-index: 4;
    }

    .motor-info .fade {
        position: relative;
        top: -34px;
        margin-bottom: -34px;
        opacity: 1;
        height: 55px;
        background-color: rgba(255, 255, 255, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #e7e7e7));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #e7e7e7);
        background-image: linear-gradient(rgba(255, 255, 255, 0), #e7e7e7);
    }

.motor-list {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.row-title {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
    padding: 18px 18px 10px;
}

    .row-title h3 {
        color: #646464;
        margin-top: 10px;
        font-size: 28px;
        float: left;
    }

    .row-title .products {
        float: right;
    }

        .row-title .products .item {
            float: left;
            display: block;
            margin-top: 10px;
            margin-left: 21px;
            color: #646464;
            font-size: 20px;
            font-weight: 300;
        }

.row-product {
    position: relative;
    height: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
    border-bottom: 1px #ccc solid;
}

    .row-product h3 {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .row-product.row-alt h4 {
        float: right;
    }

    .row-product .image {
        border-bottom: 1px #fff solid;
        margin-bottom: -1px;
    }

        .row-product .image img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .row-product .info h4 {
        margin-top: 66px;
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 10px;
    }

        .row-product .info h4 span {
            font-size: 24px;
            padding-left: 13px;
        }

    .row-product .info p {
        clear: both;
        line-height: 26px;
        margin-bottom: 60px;
    }

    .row-product .fade-bar {
        opacity: 1;
        height: 55px;
        background-color: rgba(255, 255, 255, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #e7e7e7));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #e7e7e7);
        background-image: linear-gradient(rgba(255, 255, 255, 0), #e7e7e7);
    }

.detail {
    margin-top: 21px;
}

    .detail .nav-tabs a:link, .detail .nav-tabs a:visited {
        color: #929390;
    }

    .detail .nav-tabs a:hover, .detail .nav-tabs a:focus {
        color: #797a76;
    }

    .detail .nav-tabs a:active {
        color: #abacaa;
    }

    .detail .nav-tabs .active a:link, .detail .nav-tabs .active a:visited {
        color: #2b3137;
    }

    .detail .nav-tabs .active a:hover, .detail .nav-tabs .active a:focus {
        color: #15181a;
    }

    .detail .nav-tabs .active a:active {
        color: #414a54;
    }

    .detail .nav-tabs a:hover,
    .detail .nav-tabs a:focus {
        background-color: #f2f2f2;
    }

    .detail .tab-content {
        position: relative;
        z-index: 10;
        border: 1px solid #ccc;
        border-top: none;
        min-height: 55px;
    }

        .detail .tab-content h2 {
            margin: 0;
            padding-bottom: 21px;
        }

        .detail .tab-content .tab-pane {
            padding: 21px;
        }

    .detail .tab-description {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }

    .detail .tab-links a:link, .detail .tab-links a:visited {
        color: #0b4f8a;
    }

    .detail .tab-links a:hover, .detail .tab-links a:focus {
        color: #07345b;
    }

    .detail .tab-links a:active {
        color: #0f6ab9;
    }

    .detail .tab-links ul {
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .detail .tab-links li {
        list-style-type: none;
        float: left;
        clear: both;
        font-size: 22px;
        font-weight: bold;
    }

    .detail .tab-links a {
        display: block;
        padding: 13px 0 8px;
        border-bottom: 1px solid #ccc;
    }

    .detail .fade {
        position: relative;
        top: -55px;
        margin-bottom: -55px;
        opacity: 1;
        height: 55px;
        background-color: rgba(255, 255, 255, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #e7e7e7));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #e7e7e7);
        background-image: linear-gradient(rgba(255, 255, 255, 0), #e7e7e7);
    }

    .detail .large-graphic {
        position: relative;
        top: 0px;
    }

        .detail .large-graphic img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .detail .detail-specs {
        display: none;
    }

        .detail .detail-specs.active {
            display: block;
        }

    .detail .spec-toggles {
        overflow: hidden;
        margin-bottom: 21px;
    }

        .detail .spec-toggles p {
            float: left;
            margin: 0 13px 0 0;
            line-height: 40px;
        }


/* UPDATE 4/28/2014 */
#masthead {
    margin-bottom: 34px;
}

.carousel-fade .item {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
}

.carousel-fade .active.left {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousel-fade .next,
.carousel-fade .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}

/* END UPDATE */


.fade-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
    background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}

.promotions {
    position: relative;
    top: 950px;
    z-index: 10;
    max-width: 1100px;
    margin: 0 auto -250px;
    padding: 0 2%;
}

    .promotions .promo {
        border-radius: 10px;
        min-height: 235px;
        background: #fff;
        margin-bottom: 21px;
        padding: 21px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover auto;
    }

img {
    max-width: 100%;
}

.home-ctas {
    border-top: 1px solid #ddd;
    padding-top: 34px;
    text-align: center;
}

    .home-ctas .col-sm-4 {
        min-height: 400px;
        border-right: 1px solid #ddd;
        padding-bottom: 34px;
    }

@media (max-width: 767px) {
    .home-ctas .col-sm-4 {
        border-right: none;
        min-height: 0;
    }
}

.home-ctas .col-sm-4:last-child {
    border-right: none;
}

.home-ctas h2 {
    margin: 21px 0 13px;
    text-align: left;
}

.home-ctas p {
    color: #939393;
    text-align: left;
}

.home-ctas a {
    text-align: left;
    display: block;
}

    .home-ctas a:link, .home-ctas a:visited {
        color: #c81a1a;
    }

    .home-ctas a:hover, .home-ctas a:focus {
        color: #9b1414;
    }

    .home-ctas a:active {
        color: #e43131;
    }

@media (max-width: 992px) {
    .detail .large-graphic {
        position: static;
        top: 0;
        margin-bottom: 34px;
    }

        .detail .large-graphic img {
            display: block;
            margin: 0 auto;
            max-width: 25%;
        }

    .promotions .promo {
        display: inline-block;
        width: 290px;
    }
}

@media (min-width: 1000px) {
    .detail .tab-content .tab-pane {
        padding: 21px 425px 21px 21px;
        background: no-repeat right bottom;
        min-height: 500px;
    }
}

@media (max-width: 1000px) {
    .header h1 {
        width: 15%;
    }

    .header .navigation {
        width: 85%;
    }

    .header .main-nav {
        font-size: 14px;
    }

    .detail .tab-content .tab-pane {
        background: none !important;
    }

    .footer .column {
        width: 25%;
    }

        .footer .column:nth-child(5n) {
            clear: both;
            padding-left: 0;
        }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .container {
        width: 98%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 90%;
    }

        .modal-dialog.small {
            width: 400px;
        }

        .modal-dialog.large {
            width: 800px;
        }

        .modal-dialog.xlarge {
            width: 1000px;
        }
}

@media (max-width: 768px) {
    .header h1 {
        width: auto;
        float: none;
    }

    .header .navigation {
        width: auto;
        float: none;
    }

    .header .main-nav {
        font-size: 16px;
    }

    .page-info h2 {
        float: none;
    }

    .detail .large-graphic img {
        max-width: 75%;
    }

    .footer .column {
        width: 50%;
    }

        .footer .column:nth-child(3n) {
            clear: both;
            padding-left: 0;
        }
}

@media (max-width: 480px) {
    .detail .large-graphic img {
        max-width: 100%;
    }

    .footer .column {
        width: 100%;
        clear: both;
        float: none;
        padding-left: 0;
    }
}
/*-------------------Andres Css Edits--------------------------*/
.pm-0 {
    margin: 0px;
    padding: 0px;
}

.content-bg-white {
    background-color: #ffffff;
    padding: 75px;
}

.content-bg-gray {
    background-color: #f5f5f5;
    padding: 75px;
}

.content-bg-footer {
    background-color: #f5f5f5;
    padding: 75px;
    padding-bottom: 20px;
    padding-top: 24px;
}

.content-bg-subfooter {
    background-color: #ccc;
    padding: 15px;
}

.line-height-35 {
    line-height: 35px;
}

.content-title {
    padding-top: 75px;
    padding-bottom: 20px;
}

.content-bg-white img {
    width: 100%;
}

.content-bg-gray img {
    width: 100%;
    box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
}

.text-center {
    text-align: center;
}

.content-bg-white hr {
    width: 112px;
    border-color: #adadad;
}

.content-bg-gray hr {
    width: 112px;
    border-color: #adadad;
}

.pb-70 {
    padding-bottom: 70px;
}

.content-title hr {
    width: 112px;
    border-color: #adadad;
}

.marine-banner {
    background-color: #eeeeee;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-position-x: center;
    background-attachment: fixed;
    background-position-y: center;
    background-image: url(../images/banners/banner-marine-home-parallax.jpg);
}

    .marine-banner h3 {
        color: #ffffff;
    }

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.content-bg-footer ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 7px;
    font-size: 13px;
}

.content-bg-footer ul {
    padding: 0px;
    margin: 0px;
}

    .content-bg-footer ul li a {
        color: #000000;
        text-decoration: none;
    }

.nlnr {
    padding: 3px;
}

.marine-header {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .marine-header {
        text-align: center;
    }

    .logo-marine {
        display: inline-block;
    }
}

.font-size-17 {
    font-size: 17px;
}


.sitenotice {
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 0px;
    background-color: #0b4f8a;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border-bottom-style: dashed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    display: block;
}

    .sitenotice a {
        color: #fff;
        text-decoration: none;
        padding: none;
        margin: none;
    }

 
#masthead {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#banner {
    background: url(../images/misc/bg-375.jpg) center top repeat-x;
}

h1, .h1 {
    font-size: 26px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    font-size: 22px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}



.imagecontainer {
    float: right;
}

.image-wrapper {
    margin: 10px 5px 10px 10px;
}

    .image-wrapper .caption {
        font-style: italic;
        text-align: center;
        width: 240px;
    }

#banner .container.title {
    padding: 0;
    width: 1170px;
    padding-left: 15px;
}

    #banner .container.title h2 {
        margin: 0 34px 0 0;
        line-height: 48px;
    }

/*search*/

.result-item {
    margin-bottom: 15px;
}

.result-item-title {
    font-weight: bold;
}

.result-item-text {
    padding-left: 8px;
}

.lvl-0 {
}

.lvl-1 {
    background-color: #ffffb4;
}

.lvl-3 {
    font-weight: bold;
    background-color: #ffffb4;
}

.salt-water-row {
    border-bottom: 1px solid #dddddd;
    padding-top: 15px;
    padding-bottom: 10px;
}

.prefix {
    width: 10em;
}

.first-name {
    width: 25em;
}

.middle-name {
    width: 2em;
}

.last-name {
    width: 25em;
}

.suffix {
    width: 10em;
}

.address {
    width: 25em;
}

.city {
    width: 25em;
}

.state {
    width: 25em;
}

.zipcode {
    width: 10em;
}

.zipaddon {
    width: 10em;
}

.phone {
    width: 25em;
}

.email {
    width: 25em;
}

.email-confirm {
    width: 25em;
}

.serial-prefix {
    width: 5em;
    text-transform: uppercase;
}

.serial-suffix {
    width: 10em;
    text-transform: uppercase;
}

.purchase-date {
    width: 10em;
}

.product-use {
    width: 12em;
}

.location-purchased {
    width: 12em;
}

.product-type {
    width: 12em;
}

.product-brand {
    width: 12em;
}

.validation-summary-errors {
    color: Red;
}

    .validation-summary-errors li {
        display: block !important;
        float: none !important;
    }

label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    color: red;
    font-style: italic;
    text-transform: none;
}

div.error {
    /*display: none;*/
}

input.error, select.error, .input-validation-error {
    border: 1px dotted red;
}

div.error li {
    display: block !important;
    float: none !important;
}

.bs-sidebar.affix {
    position: static;
}

.bs-sidenav {
    background-color: #F7F5FA;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.bs-sidebar .nav > li > a {
    color: #716B7A;
    display: block;
    padding: 5px 20px;
}

    .bs-sidebar .nav > li > a:hover, .bs-sidebar .nav > li > a:focus {
        background-color: #E5E3E9;
        border-right: 1px solid #DBD8E0;
        text-decoration: none;
    }

.bs-sidebar .nav > .active > a, .bs-sidebar .nav > .active:hover > a, .bs-sidebar .nav > .active:focus > a {
    background-color: rgba(0, 0, 0, 0);
    border-right: 1px solid #563D7C;
    color: #563D7C;
    font-weight: bold;
}

.bs-sidebar .nav .nav {
    display: none;
    margin-bottom: 8px;
}

    .bs-sidebar .nav .nav > li > a {
        font-size: 90%;
        padding-bottom: 3px;
        padding-left: 30px;
        padding-top: 3px;
    }

@media (min-width: 992px) {
    .bs-sidebar .nav > .active > ul {
        display: block;
    }

    .bs-sidebar.affix, .bs-sidebar.affix-bottom {
        width: 213px;
    }

    .bs-sidebar.affix {
        position: fixed;
    }

    .bs-sidebar.affix-bottom {
        position: absolute;
    }

        .bs-sidebar.affix-bottom .bs-sidenav, .bs-sidebar.affix .bs-sidenav {
            margin-bottom: 0;
            margin-top: 0;
        }
}

@media (min-width: 1200px) {
    .bs-sidebar.affix-bottom, .bs-sidebar.affix {
        width: 263px;
    }
}

label.required:before {
    content: "* ";
    color: red;
}

#promo-banner {
    /*width: 1170px;*/
    margin-left: auto;
    margin-right: auto;
}

.header-gradient-rectangle {
    border: 1px solid;
    margin-top: 5px;
    border-radius: 5px;
    border-color: #dddddd;
    background: #f1f1f1;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f1f1f1),color-stop(1,#fff));
    background: -ms-linear-gradient(bottom,#f1f1f1,#fff);
    background: -moz-linear-gradient(center bottom,#f1f1f1 0,#fff 100%);
    background: -o-linear-gradient(#fff,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    margin-left: -15px;
    z-index: -1;
    border-left: 7px solid #2073bc;
    position: relative;
}

    .header-gradient-rectangle > h2 {
        padding-bottom: 2px;
        font-size: 22px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

@media (min-width:970px) {
    .bordered-item {
        border-right: 1px solid #808080;
    }
}

/**************Prop Calc****************/
#performance-goals .prop-item {
    width: 200px;
    height: 160px;
}

#performance-goals .caption p {
    text-align: center;
    font-size: 16px;
}


#boat-hull .prop-item {
    width: 200px;
    height: 200px;
}

#boat-hull img {
    width: 146px;
    height: 109px;
}

#boat-hull .caption p {
    text-align: center;
    font-size: 16px;
}

#outboard-engines .outboard-engines-radio {
    margin-left: 5px;
    margin-right: 10px;
}

#outboard-engines #outboard-engines-next {
    margin-top: 50px;
    position: absolute;
    right: 100px;
}

#calculate-pitch #find-props {
    margin-top: 50px;
    position: absolute;
    right: 100px;
}

#performance-form .form-list li {
    margin-bottom: 5px;
}

#performance-form #current-weight .form-list li {
    margin-bottom: 15px;
}

#performance-form ul {
    margin-top: 20px;
}

#performance-form h2 {
    margin-top: 20px;
    margin-bottom: 15px;
}

#propeller-recommendations .btn {
    margin-right: 15px;
}

#prop-calculator-selections {
    border-left: thin solid #C8C8C8;
    height: 600px;
}

.disclaimer {
    margin: 40px 0px 15px 0px;
    font-size: 12px !important;
    font-style: italic;
    display: block;
    width: 800px;
}

.pontoon-hidden {
    display: none;
}

.thumbnail.selected {
    border-width: 2px;
    border-color: green;
}

#overview > .row {
    margin-left: 5px;
}

    #overview > .row > p {
        margin-left: 5px;
    }

#features.tab-pane .row {
    width: 800px;
    margin-bottom: 10px;
    border-top: dashed 1px;
    border-color: #c2c2c2;
}

#features.tab-pane img {
    margin-top: 10px;
    max-height: 250px;
    max-width: 250px;
}

#features.tab-pane h2 {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 15px;
}

#features.tab-pane p {
    font-size: 15px;
}

#specs.tab-pane h2 {
    font-size: 17px;
    font-weight: bold;
}

#overview.tab-pane h2 {
    font-size: 17px;
    font-weight: bold;
}

#manuals.tab-pane h1 {
    margin-top: 0px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: bold;
}

.tab-pane .specs-content {
    width: 800px;
}

.tab-pane .perf-test-content {
    width: 800px;
}

.tab-pane .manual-content {
    width: 800px;
}

    .tab-pane .manual-content .btn-primary {
        color: white;
    }

.gallery-item a, .gallery-item a:link, .gallery-item a:visited, .gallery-item a:hover, .gallery-item a:active {
    text-decoration: none;
    color: black;
}

.gallery {
    width: 800px;
    margin-left: 20px;
}

.gallery-item p {
    margin-bottom: 0px;
}

.gallery-item {
    margin-bottom: 10px;
    margin-top: 5px;
}

.compare-text {
    font-size: 15px;
    float: right;
}

    .compare-text a:hover {
        text-decoration: none;
    }

.compare-table th {
    text-align: center;
}

.outboards-model-group {
    margin-top: 24px;
}
/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity .8s; /*adjust timing here */
    -moz-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
}

.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}

.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

.large-graphic {
    z-index: 5;
}

.carousel-indicators {
    bottom: -10px;
}

.motor-info {
    padding: 0 0 0 0;
    position: relative;
    bottom: -40px;
    height: 100%;
}

    .motor-info h3 {
        position: relative;
        margin-left: 15px;
    }

    .motor-info .fade {
        position: relative;
        bottom: 0px;
    }

.row-product .image {
    position: relative;
    bottom: -40px;
}


.landing-page .bordered-item a {
    color: #1E5F90;
    text-decoration: none;
    font-size: 18px;
}

    .landing-page .bordered-item a:hover {
        color: #618fb1;
    }

.landing-page .landing-right-col {
    position: relative;
    left: 25px;
}

.landing-page .landing-group {
    position: relative;
    margin-bottom: 50px;
    margin-top: 25px;
    left: 18px;
}

    .landing-page .landing-group img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .landing-page .landing-group .landing-info-item {
        margin-top: 10px;
    }

.content.environmental img {
    margin-top: 20px;
    margin-bottom: 5px;
}

.container.branding {
    z-index: 5;
}

.mega-menu.objects-2 {
    width: 512px;
}

.menu-col.objects-2 {
    width: 50%;
}

.mega-menu.objects-1 {
    width: 256px;
}

.menu-col.objects-1 {
    width: 100%;
}

[class ^= "bar"] {
    margin-top: 5px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e0e0e0;
    width: 85%;
    height: 1px;
}

.bar-dashed {
    border-bottom-style: dashed;
    width: 100%;
    border-bottom-color: #9f9f9f;
    margin: 30px 0 10px 0;
}

.propeller-header {
    font-size: 20px;
}


#calc-disclaimer {
    position: relative;
    bottom: -90px;
}

    #calc-disclaimer p {
        font-size: 16px;
        width: 100%;
    }

.marine-tech .row-tech-item {
    position: relative;
    margin: 10px 0 30px;
}

.marine-tech .tech-item img {
    display: block;
    margin: auto;
}


.marine-tech .img-icon {
    max-height: 100px;
    width: auto;
    position: relative;
    left: -47px;
}

.marine-tech .img-holder {
    height: 50px;
}

.col-md-12.bordered-item {
    border: none;
}

a {
    color: #1E5F90;
}

.motor-list .row-alt h4 {
    text-align: right;
}

.motor-list h4 {
    text-align: left;
}

.motor-list h5 {
    font-size: 15px;
    font-weight: bold;
}

.motor-list a {
    text-decoration: none;
}

.motor-list .row-title {
    border-top: 1px solid #ccc;
    margin-top: -21px;
}

.row.equalizer {
    margin-right: 10px;
}

.modal .row {
    margin-left: 10px;
    margin-right: 10px;
}

div.acc-image {
    background: url("/content/images/layout/accbox.jpg") no-repeat scroll 0 0 transparent;
    height: 201px;
    margin-top: 0px;
    position: relative;
    top: 10px;
    left: 20px;
    text-align: center;
    width: 187px;
}

    div.acc-image:hover {
        cursor: pointer;
    }

    div.acc-image.no-zoom {
        cursor: default;
    }

    div.acc-image a {
        display: block;
        text-align: center
    }

    div.acc-image img {
        margin-top: 10%;
    }

#performance-form {
    margin-top: 20px;
}

#overview.BF2\.3, #overview.BF5, #overview.BF15-20 {
    background-position: right 0;
}

#overview.BF25-30 {
    background-position: right 280%;
}

.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        -moz-transition: opacity ease-in-out .7s;
        -o-transition: opacity ease-in-out .7s;
        -webkit-transition: opacity ease-in-out .7s;
        transition: opacity ease-in-out .7s;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        z-index: 1;
    }

        .carousel.fade .item:first-child {
            top: auto;
            position: relative;
        }

        .carousel.fade .item.active {
            opacity: 1;
            -moz-transition: opacity ease-in-out .7s;
            -o-transition: opacity ease-in-out .7s;
            -webkit-transition: opacity ease-in-out .7s;
            transition: opacity ease-in-out .7s;
            z-index: 2;
        }

.carousel.carousel-fade .item {
    opacity: 0;
    filter: alpha(opacity=0); /* ie fix */
}

.carousel.carousel-fade .active.item {
    opacity: 1;
    filter: alpha(opacity=100); /* ie fix */
}

#CalcPitch li {
    margin-right: 10px;
}

.pitch-button {
    width: 200px;
    padding-left: 15px;
    margin-top: -10px;
}

.nav-pills li div.pitch-button > p {
    color: black;
}

.nav-pills li.active div.pitch-button > p {
    color: white;
}

#performance-form {
    position: relative;
}

    #performance-form button {
        position: absolute;
        bottom: 0;
        right: 0;
    }

#carribbean-dealers address {
    min-height: 240px;
}

#ist-modal {
    /* new custom width
    width: 750px;     */
}

.dealer-search-filters {
    margin-top: 5px;
    margin-bottom: 5px;
}

.detail .tab-content .tab-pane.BF4-5-6 {
    padding: 21px 21px 21px 21px;
}

.mt-20 {
    margin-top: 20px;
}


.mb-20 {
    margin-bottom: 20px;
}

/* POBC */


#pobc h1 {
    font-weight: bold;
    font-size: 3em;
}

#pobc h2 {
    font-weight: bold;
    font-size: 2em;
}

#pobc .pricing h1 {
    margin: 0;
}


    #pobc .pricing h2.outboard {
        font-weight: bold;
        font-size: 1.5em;
        margin: 0;
    }


    #pobc .pricing h2.savings {
        color:red;
        font-weight: bold;
        font-size: 1.5em;
        margin: 0;
    }
.footer .column .h5 {
    font-size: 14px;
    line-height: 16px;
    color: #020202;
    font-weight: bold;
}

/* Cruise into Summer */

.outboard {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
}

.savings {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
}

.cruise-text {
    font-size: 1.1em;
}

/* adjustment for contrast (ADA) */

.home-ctas p {
    color: #333;
    text-align: left;
}

.detail .nav-tabs a:link, .detail .nav-tabs a:visited {
    color: #6E6E6E;
}

.detail .nav-tabs a:hover, .detail .nav-tabs a:focus {
    color: #676864;
}

.detail .nav-tabs a:active {
    color: #6E6E6E;
}

.detail .nav-tabs .active a:link, .detail .nav-tabs .active a:visited {
    color: #6E6E6E;
}

.detail .nav-tabs .active a:hover, .detail .nav-tabs .active a:focus {
    color: #676864;
}

.detail .nav-tabs .active a:active {
    color: #6E6E6E;
}

.detail .nav-tabs a:hover,
.detail .nav-tabs a:focus {
    background-color: #f2f2f2;
}

button, input, optgroup, select, textarea {
    color: #6E6E6E;
}

h3 {
    color: #6E6E6E;
}


/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}
