#cookie-law { 
    max-width:940px;
    background:#f8f8f8; 
    margin:10px auto 0; 
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}                 

#cookie-law .close{
    cursor: pointer;
    padding: 8px;
    position: absolute;
    top:0;
    right: 0;
}

#cookie-law p { 
    padding:10px; 
    font-size:1.2em; 
    font-weight:bold; 
    text-align:center; 
    color:#535353; 
    margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: bold;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

p {
    color: #535353;
    line-height: 20px;
    margin: 5px 0 15px;
}
table {
    font-size: 14px;
}


.panel-default{
    border-color: transparent;
}

a{
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
a:hover{
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

/* Customize the label (the container-label) */
.container-label {
    display: flex;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-label span{
    align-self: center;

}

/* Hide the browser's default checkbox */
.container-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-label .checkmark {
    position: relative;
    height: 25px;
    width: 25px;
    background-color: #eee;
    margin-right: 10px;
}

/* On mouse-over, add a grey background color */
.container-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-label input:checked ~ .checkmark {
    background: #760009; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2MDAwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTAwMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #760009 0%, #450005 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#760009), color-stop(100%,#450005)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #760009 0%,#450005 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #760009 0%,#450005 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #760009 0%,#450005 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #760009 0%,#450005 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760009', endColorstr='#450005',GradientType=0 ); /* IE6-8 */

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contentMain form .btns,.contentMain form input[type="submit"], input.btns {
    background: #760009; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2MDAwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTAwMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #760009 0%, #450005 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#760009), color-stop(100%,#450005)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #760009 0%,#450005 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #760009 0%,#450005 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #760009 0%,#450005 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #760009 0%,#450005 100%); /* W3C */

    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    text-transform: uppercase;
    font-family: arial,helvetica,sans-serif;
}
.lt-ie9 .contentMain form .btns, .lt-ie9 .contentMain form input[type="submit"] {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760009', endColorstr='#450005',GradientType=0 ); /* IE6-8 */
}
.contentMain.locatedDealerContent form .btns,.contentMain.locatedDealerContent form input[type="submit"] {
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0 8px;
}
.contentMain form .btns:hover,.contentMain form input[type="submit"]:hover {
    background: #1c0000;
    background: -moz-linear-gradient(top, #1c0000 0%, #76000c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c0000), color-stop(100%,#76000c));
    background: -webkit-linear-gradient(top, #1c0000 0%,#76000c 100%);
    background: -o-linear-gradient(top, #1c0000 0%,#76000c 100%);
    background: -ms-linear-gradient(top, #1c0000 0%,#76000c 100%);
    background: linear-gradient(to bottom, #1c0000 0%,#76000c 100%);
}
.lt-ie9 .contentMain form .btns:hover, .lt-ie9 .contentMain form input[type="submit"]:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760009', endColorstr='#450005',GradientType=0 ); /* IE6-8 */
}
/**********************************************************
/ Template
**********************************************************/
#headerWrapper {
    position: relative;
    min-width: 1200px;
    z-index: 999999;
}

#headerBGColor {
    background: #1e1e1e;
    height: 88px;
}

#headerBG {
    background: url('/images/template/headerBG.png') top center no-repeat;
    height: 88px;
    position: relative;
    z-index: 500;
}

#header {
    margin: 0 auto;
    /*width: 972px;*/
    width: 1203px;
}

#headerContent {
    height: 88px;
    padding: 0 61px;
}

#headerContent img#logo {
    margin: 32px 100px 0 55px;
}

#headerContent ul, #headerContent img {
    float: left;
}

#headerContent ul li {
    float: left;
}

.topNavigation {
    height: 51px;
    line-height: 24px;
    margin-top: 0;
}

.topNavigation a {
    color: #ccc;
    font-size: 13px;
}

.topNavigation ul {
    float: right !important;
    margin: 10px 10px 15px 80px;
}

.topNavigation ul li {
    margin-left: 18px;
}

.topNavigation ul li:first-child {
    margin-left: none;
}

.topNavigation ul li#searchTop {
    border: 1px solid #999;
}
.topNavigation ul li#searchTop button {
    background: none;
    border: none;
    display: inline-block;
    width: 20px;
}

.lt-ie8 .topNavigation ul li#searchTop button {
    height: 22px;
    line-height: 22px;
}

.topNavigation input[type=text] {
    background: transparent;
    border: none;
    color: #CCCCCC;
    padding-left: 5px;
}

.main-navigation {
    float: right;
    width: 590px;
}
.main-navigation > div {
    float: left;
    width: 33.33333333333333%;
}

.main-navigation > ul { width: 66.66666666666667%; }
.main-navigation > ul > li {
    float: left;
    width: 50%; 
}
.main-navigation > div:hover > a,
.main-navigation > ul > li:hover > a { opacity: 1; }
.main-navigation > div > a,
.main-navigation > ul > li > a {
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    opacity: .75;
    padding-right: 0;
    position: relative;
    text-transform: uppercase;
}

.main-navigation > ul > li:last-child > a {
    float: right;
    padding-right: 30px;
}
.main-navigation > ul > li:last-child > a:after { right: 15px; }

.main-navigation > div > a:after,
.main-navigation > ul > li > a:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: '';
    height: 0; 
    margin: auto;
    position: absolute;
    right: -15px;
    top: 7px;
    width: 0; 
}
.main-navigation > div > a span,
.main-navigation > ul > li > a span {
    display: block;
    height: 26px;
    position: relative;
}
.main-navigation > div:hover > a span:after,
.main-navigation > ul > li:hover > a span:after {
    background: #b93e3e;
    content: '';
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;  
    z-index: 6000; 
}


/* Pontoon Subnavigation */
.main-navigation > div { position: relative; }

@media (min-width: 768px) {
    .main-navigation > div.active:hover .subnavigation { display: block !important; }
}

.main-navigation > div.non-responsive:hover .subnavigation { display: block !important; }

.main-navigation > div .subnavigation { 
    background: #f0f0f0;
    border-bottom: 18px solid #000;
    display: none;
    height: 497px;
    position: absolute;
    left: -370px;
    top: 26px;
    width: 1090px;
}
.main-navigation > div .subnavigation .boats {
    height: 452px;
}
.main-navigation > div .subnavigation .boats > a:hover { background: #fff; }

.main-navigation > div .subnavigation .boats > a {
    background: #fbfbfb;
    color: #8c2e2e;
    float: left;
    font-family: "Michroma",sans-serif;
    font-size: 17px;
    height: 160px;
    margin-top: 66px;
    padding-right: 42px;
    text-align: right;
    text-transform: uppercase;
    width: 320px;
}
.main-navigation > div .subnavigation .boats > a img {
    display: block;
    float: none !important;
    margin: -45px auto 10px;
}
.main-navigation > div .subnavigation .boats > a.floor-plans img { margin-top: -30px; }
.main-navigation > div .subnavigation .boats > a.grand-mariner span { margin-top: -16px; }
.main-navigation > div .subnavigation .boats > a.floor-plans span { color: #000 !important; }
.main-navigation > div .subnavigation .boats > a span {
    color: #000;
    display: block;
    line-height: 17px;
}
.main-navigation > div .subnavigation .boats > a:hover span.adjective {
    color: #8c2e2e;
    font-size: 14px;
}
.main-navigation > div .subnavigation .boats > a span.adjective {
    color: #7a7a7a;
    font-size: 13px;   
    margin-top: 20px;
}
.main-navigation > div .subnavigation .boats > a strong { display: none; }



.main-navigation > div .subnavigation > .links {
    background: #fff;
    float: left;
    height: 41px;
    margin-top: 4px;
    width: 100%;
}
.main-navigation > div .subnavigation > .links ul { width: 100%; }
.main-navigation > div .subnavigation > .links ul li {
    text-align: center;
    width: 33.33333333333333%;
}
.main-navigation > div .subnavigation > .links ul li a:hover { color: #B16464; }
.main-navigation > div .subnavigation > .links ul li a {
    color: #010101;
    font-family: "Michroma",sans-serif;
    font-size: 12px;
    height: 41px;
    line-height: 41px;
}
.main-navigation > div .subnavigation > .links ul li a span {
    display: inline-block;
    height: 41px;
    padding-left: 45px;
}
.main-navigation > div .subnavigation > .links ul li a.catalog span { background: url("/images/template/navigation/icon-catalog.png") 0 center no-repeat; }
.main-navigation > div .subnavigation > .links ul li a.quote span { background: url("/images/template/navigation/icon-quote.png") 0 center no-repeat; }
.main-navigation > div .subnavigation > .links ul li a.dealer span { background: url("/images/template/navigation/icon-dealer.png") 0 center no-repeat; }


/* Secondary Links Subnavigation */
.main-navigation > ul > li { position: relative; }
.main-navigation > ul > li ul.subnavigation {
    position: absolute;
    left: 0;
    top: 26px;
}

@media (min-width: 768px) {

    .main-navigation > ul > li.active:hover ul.subnavigation { display: block !important; }
}

.main-navigation > ul > li.non-responsive:hover ul.subnavigation { display: block !important; }

.main-navigation > ul > li ul.subnavigation {
    background: rgba(255, 255, 255, .88);
    border-bottom: 18px solid #000;
    display: none;
    padding: 15px 0;
    width: 223px;
}
.main-navigation > ul > li ul.subnavigation > li { width: 100%; }
.main-navigation > ul > li ul.subnavigation > li.break { margin-top: 20px; }
.main-navigation > ul > li ul.subnavigation > li > a:hover { color: #6b1212; }
.main-navigation > ul > li ul.subnavigation > li > a { 
    color: #000;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
}








/**********************************************************
/ END Submenu
**********************************************************/
.imageArea {
    /*background: url(/images/template/image-area.jpg) 0 0 no-repeat;*/
    min-height: 468px;
    margin: -88px auto 0;
    position: relative;
    width: 1080px;
}
#outterContainer {
    background: #272727; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3MjcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #272727 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #272727 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #272727 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #272727 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #272727 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    border-top: 1px solid #838485;
    min-width: 1200px;
}

#container {
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: -61px;
    width: 1203px;
}

.contentWrapper {
    background: #303030; /* Old browsers */
    background: #2e2e2e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlMmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTJlMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2e2e2e 0%, #2e2e2e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2e2e), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2e2e2e 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2e2e2e 0%,#2e2e2e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2e2e2e 0%,#2e2e2e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2e2e2e 0%,#2e2e2e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-8 */
}

.content {
    background: #cfcfcf;
    border-bottom: 1px solid #a2a2a2;
    -moz-box-shadow:0px 0px 7px #060606;
    -webkit-box-shadow:0px 0px 7px #060606;
    box-shadow:0px 0px 7px #060606;
    margin: 0 auto 0;
    position: relative;
    width: 960px;
    z-index: 150;
}

.contentMain {
    border-top: 1px solid #a2a2a2;
    float: left;
    min-height: 400px;
    width: 960px;
}

.socialMedia {
    margin-top: 3px;
}

.leftContent .socialMedia li {
    float: left;
    margin-top: 10px;
}
#shoppingToolsContainer { height: 31px; position: relative; z-index: 9999; }
#shoppingToolsContainer .shoppingToolsInner { margin: 0 auto; width: 960px; }
.shoppingTools {
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #d6d6d6 0%, #bdbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#bdbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d6d6d6 0%,#bdbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d6d6d6 0%,#bdbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d6d6d6 0%,#bdbbbb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d6d6d6 0%,#bdbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#bdbbbb',GradientType=0 ); /* IE6-9 */
    color: #770009;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    padding: 0 0 0 13px;
    text-transform: uppercase;
    width: 179px;
}

ul.toolsNav {
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #d6d6d6 0%, #bdbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#bdbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d6d6d6 0%,#bdbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d6d6d6 0%,#bdbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d6d6d6 0%,#bdbbbb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d6d6d6 0%,#bdbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#bdbbbb',GradientType=0 ); /* IE6-9 */
    float: left;
    height: 31px;
    line-height: 31px;
    width: 768px;
}

ul.toolsNav li {
    float: left;
    text-align: center;
}

ul.toolsNav li#requestQuoteLink a { width: 124px; }
ul.toolsNav li#designPontoonLink a { width: 167px; }
ul.toolsNav li#eBrochureLink a { width: 174px; }
ul.toolsNav li#talkBoatAdvisorLink a { width: 174px; }
ul.toolsNav li#viewBrochure a { width: 174px; }
ul.toolsNav li#contactLink a { width: 128px; }

ul.toolsNav li.noUppercase a { text-transform: none; }

ul.toolsNav li a {
    color: #535353;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.toolsNav li a:hover {
    background: #bdbdbd; /* Old browsers */
    background: -moz-linear-gradient(top,  #bdbdbd 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bdbdbd 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bdbdbd 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bdbdbd 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bdbdbd 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    color: #780106 !important;
}


#footerWrapper {
    background: #313131; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxMzEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #313131 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #313131 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #313131 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #313131 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #313131 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
    border-top: 9px solid #8c2e2e;
    position: relative;
    top: -61px;
    min-width: 1200px;
}

#footer {
    margin: 0 auto;
    width: 1203px;
}

.footerLinks {
    margin: 0 auto;
    padding: 10px 0 0;
    width: 880px;
}
.footerLinks ul {
    color: #fff;
    float: left;
    font-size: 12px;
    margin-right: 55px;
}

.footerLinks ul li {
    line-height: 20px;
    list-style-type: none;
}

.footerLinks ul.socialMedia {
    margin-right: 0;
    width: 80px;
}

.footerLinks ul a {
    color: #fff;
}

.footerLinks ul a:hover {
    color: #606060;
}

.footerLinks ul li:first-child, .footerLinks span {
    color: #969696;
    text-transform: uppercase;
}

.footerLinks .socialMedia li {
    float: left;
    margin-top: 0;
}

#footerTagText {
    font-size: 12px;
    margin: 20px auto 0;
    text-align: center;
    width: 991px;
}


.footer-copy-text {
    margin: 0 0 30px;
    padding: 0 20px;
}
.footer-copy-text ul { text-align: center; }
.footer-copy-text ul li:first-child:after {
    background: #fff;
    content: '';
    height: 12px;
    position: absolute;
    right: -2px;
    top: 2px;
    width: 1px;
}
.footer-copy-text ul li:first-child {
    margin-right: 8px;
    padding-right: 8px;   
    position: relative;
}
.footer-copy-text ul li {
    color: #fff;
    display: inline-block;
    font-size: 12px;
}


/**********************************************************
/ Social Media
**********************************************************/
.addthis_toolbox a{
    float: left;
    height: 18px;
    margin-right: 5px;
    width: 19px;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.addthis-toolbox a:hover{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.addthis_toolbox a span{
    display:none;
}
.addthis_toolbox li{
    padding: 0;
    margin:0;
}
.footerLinks a.addthis_google{
    background: url("/images/icon/social-media.png") 0px 0 no-repeat;
}
.footerLinks a.addthis_google:hover{
    background-position: 0px -18px;
}
.footerLinks a.addthis_facebook{
    background: url("/images/icon/social-media.png") -24px 0 no-repeat;
}
.footerLinks a.addthis_facebook:hover{
    background-position: -24px -18px;
}
.footerLinks a.addthis_youtube{
    background: url("/images/icon/social-media.png") -48px 0 no-repeat;
}
.footerLinks a.addthis_youtube:hover{
    background-position: -48px -18px;
}

.footerLinks a.addthis_pinterest{
    background: url("/images/icon/social-media.png") -72px 0 no-repeat;
}
.footerLinks a.addthis_pinterest:hover{
    background-position: -72px -18px;
}




/* colorbox override */
#cboxTopLeft{width:21px; height:21px; background:none !important;}
#cboxTopRight{width:21px; height:21px; background:none !important;}
#cboxBottomLeft{width:21px; height:21px; background:none !important;}
#cboxBottomRight{width:21px; height:21px; background:none !important;}
#cboxMiddleLeft{width:21px; background:none !important;}
#cboxMiddleRight{width:21px; background:none !important;}
#cboxTopCenter{height:21px; background:none !important;}
#cboxBottomCenter{height:21px; background:none !important;}
#cboxContent{background:#E5E4E2 !important; overflow:hidden;border:6px solid #aaa;}
.cboxIframe{background:#E5E4E2 !important;}

.siteMap ul li ul {
    text-indent: 20px;
}

/**********************************************************
/ Colorbox Overwrite
**********************************************************/

#cboxClose {
    background: url(/images/icon/close-box.png) 5px 5px no-repeat !important;
}

/* Colorbox */
#cboxNext, #cboxPrevious {
    border: none !important;
    height: 21px !important;
    bottom: 16px !important;
    width: 21px !important;
}
#cboxNext {
    background: url(/images/icon/next-arrow.png?122614) 0 0 no-repeat !important;
    left: 32px !important;
}

#cboxPrevious {
    background: url(/images/icon/prev-arrow.png?122614) 0 0 no-repeat !important;
    left: 5px !important;
}

#cboxLoadedContent { margin-bottom: 50px !important; }

#cboxCurrent { bottom: 20px !important; }

#cboxTitle {
    height: 35px !important;
    bottom: 2px !important;
    left: 255px !important;
    width: 50% !important;
}

/* Fancy Box for Optins */

.fancybox-inner{overflow:auto !important;}

.fancybox-overlay { z-index: 9999999 !important; }
.fancybox-close {
    background: url("/images/icon/close-box.png") no-repeat 98% 15px #E5E4E2 !important ;
    display: block !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
}

.fancybox-skin {
    background: #E5E4E2 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.embed-container {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}