/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #8f550d;
}

.footer-container,
.main aside {
    border-top: 20px solid #8f550d;
}

.header-container,
.footer-container,
.main aside {
    background: #d39547;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: .5em 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background: #8f550d;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, h2 {
    clear: both;
}

nav {
    clear: both;
}

footer {
    text-align: center;
}

footer p {
    font-size: .8em;
}

footer a {
    text-decoration: none;
    color: #dddddd;
}

.map {
    width: 100%;
    height: 300px;
}

.parent {
    padding: 0px;
    background: transparent;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    color: black;
}

.child {
    font-size: .8em;
    margin: 0 .5em .5em .5em;
    padding: 1em;
    text-align: center;
    background: #ffd6a3;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 16em;
    flex-grow: 1;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.child a {
    text-decoration: none;
    color: #0d3d5c;
}

.scale {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.find {
    max-height: 7.813em;
    max-width: 100%;
}

.desc {
    min-width: 12em;
    text-align: center;
    font-size: 1em;
}

.dc {
    text-align: left;
    width: 100%;
    font-size: 1em;
    min-width: 10em;
}


.dc p span:first-of-type {
    float: left;
    color: #903;
    font-size: 3.5em;
    padding-top: .250em;
    padding-right: .125em;
    padding-left: .188em;
    padding-bottom: .188em;
    font-family: 'Times New Roman';
    display: inline;
}

.dc p span:nth-of-type(2) {
    font-weight: bold;
}

.emergencyNotice {
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    min-width: 10em;
    border: 10px dashed #ff0000;
}

.BigNotice {
    text-align: center;
    width: 100%;
    min-width: 10em;
    border: 10px dashed #ff0000;
}

.BigNotice p:nth-child(1) {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff0000;
}

.BigNotice p:nth-child(2) {
    font-size: 1.25em;
    font-weight: bold;
    color: #ff0000;
}

.BigNotice p:nth-child(3) {
    font-size: 1em;
    font-weight: bold;
}

.list {
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  border-bottom: 1px solid #000000;
}

.estt {
    font-weight: bold;
}

.list td {
  white-space: normal;
  overflow: hidden;
  font-size: .6em;
  border-top: 1px solid #000000;
}

.list tr:nth-child(1) {
  border: 0 0 0 0;
}

.list td:nth-child(1) {
  width: 20%;
  text-align: left;
}

.list td:nth-child(2) {
  width: 60%;
  text-align: center;
}

.list td:nth-child(3) {
  width: 20%;
  text-align: right;
}

.coupon {
    width: 100%;
    min-width: 7em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.coupon2 {
    padding: 1em;
    border: 5px dashed #8f550d;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

header img {
    width: 100%;
    max-width: 680px;
    margin: 1em 0;
}

footer img {
    width: 99%;
    max-width: 237px;
    margin: 0 auto;
}

del {

}

ins {
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}

.brand-logos {
    display: flex;
    align-items: flex-start;
    align-content: stretch;
    width: 100%;
    flex-wrap: wrap;
    line-height: 0;
}
.logo-whites {
    width: 16.8949771689498%;
    order: 1;
}
.logo-garrett {
    width: 20.3196347031963%;
    order: 2;
}
.logo-fisher {
    width: 58.1325301204819%;
    order: 6;
}
.logo-teknetics {
    width: 41.8674698795181%;
    order: 7;
}
.logo-tesoro {
    width: 24.3150684931507%;
    order: 3;
}
.logo-minelab {
    width: 20.2054794520548%;
    order: 4;
}
.logo-xp {
    width: 18.2648401826484%;
    order: 5;
}

.logo-whites img {
    width: 100%;
}
.logo-garrett img {
    width: 100%;
}
.logo-fisher img {
    width: 100%;
}
.logo-teknetics img {
    width: 100%;
}
.logo-tesoro img {
    width: 100%;
}
.logo-minelab img {
    width: 100%;
}
.logo-xp img {
    width: 100%;
}

td, th {
    padding-left: 25px;
    padding-right: 25px;
}
tr {
    border-bottom: 1px solid #000000;
}

#t2 tr {
    border-bottom: none;
}

#t2 thead tr {
    border-bottom: 1px solid #000000;
}

#t2 tr:nth-child(even) {
    border-bottom: 1px solid #000000;
}

#t2 tr:nth-child(even) td {
    padding-left: 4em;
    font-size: .9em;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    .map {
        height: 225px;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }
        .map {
        height: 550px;
    }
    .brand-logos {
        display: block;
    }
    .logo-whites {
        width: 7.905982906%;
        max-height: 90px;
        max-width: 148px;
        display: table-cell;
    }
    .logo-garrett {
        width: 9.508547009%;
        max-height: 90px;
        max-width: 178px;
        display: table-cell;
    }
    .logo-fisher {
        width: 30.92948718%;
        max-height: 90px;
        max-width: 579px;
        display: table-cell;
    }
    .logo-teknetics {
        width: 22.27564103%;
        max-height: 90px;
        max-width: 417px;
        display: table-cell;
    }
    .logo-tesoro {
        width: 11.37820513%;
        max-height: 90px;
        max-width: 213px;
        display: table-cell;
    }
    .logo-minelab {
        width: 9.455128205%;
        max-height: 90px;
        max-width: 177px;
        display: table-cell;
    }
    .logo-xp {
        width: 8.547008547%;
        max-height: 90px;
        max-width: 160px;
        display: table-cell;
    }
    .logo-whites img {
        width: 100%;
    }
    .logo-garrett img {
        width: 100%;
    }
    .logo-fisher img {
        width: 100%;
    }
    .logo-teknetics img {
        width: 100%;
    }
    .logo-tesoro img {
        width: 100%;
    }
    .logo-minelab img {
        width: 100%;
    }
    .logo-xp img {
        width: 100%;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
       clear: both;
    }

    nav a {
        float: left;
        margin: 0 1.7%;
        padding: .5em;
        margin-bottom: 0;
        -webkit-border-radius: 1em 1em 0 0;
        -moz-border-radius: 1em 1em 0 0;
        border-radius: 1em 1em 0 0;
        width: auto;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main2 article {
        float: left;
        width: 100%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        float: none;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

/* Inserts Hyperlink Text ===============

     a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

========================================= */

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .parent {
        padding: 0px;
        background: transparent;
        display: inline;
        width: 100%;
        justify-content: center;
        color: black;
        float: none;
        overflow: visible;
    }

    .child {
        font-size: .8em;
        margin-left: auto;
        margin-right: auto;
        padding: 1em;
        text-align: center;
        background: transparent;
        border: 2px solid #999;
        display: inline-block;
        width: 100% ;
        overflow: visible;
        vertical-align: top;
    }

    .dc {
        text-align: left;
    }

    nav {
        display: none;
    }

    .coupon {
        display: inline;
    }
}