/* Custom Styles For the site */

body {
    /*background: transparent url("../images/bg-hardwood-2.jpg") repeat scroll 0 0;*/
    /*background: #edeff0;*/
    background: #fff;
    color: #336699;
    font-size: 16px;
}

a {
    color: #990000;
}
body a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #336699;
}

h3, h4, h5, h6 {
    color: #336699;
    font-weight: 900;
}

h2 {
    color: #990000;
    font-weight: 900;
}


h1 {
    color: #336699;
    font-weight: 900;
}

.container {
    /*background-color: #0f0; /* just a test*/
}

.logo {
   /*background-color: #4A6B9C;*/
   max-width: 75%;
   float: left;
}

.logo-image {
    /*width: 40%;*/
    /*margin: auto;*/
    padding: 5px;
}

.header-nav {
    background: #990000;
    /*max-width: 100%;*/
    /*background-color: #46709A;*/
    /*border-bottom: 20px solid #4E2506;*/
    border: 20px solid transparent;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image-source: url(../images/bgspc.jpg);
    border-image-repeat: stretch;
    border-image-slice: 0 0 30 0;
    
/*  background: rgba(222,172,172,1);
    background: -moz-linear-gradient(top, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,172,172,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deacac', endColorstr='#990000', GradientType=0 ); */

    
}

.header-nav a {
    font-size: 1.2em;
    
}

.header-nav #navbar li {
    margin: 15px 0 0 0;
    background: #4A6B9C; 
    border-bottom: #fff 4px solid;
    border-radius: 0px;
    
    
    /*background: rgba(115,148,173,1);
    background: -moz-linear-gradient(top, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(115,148,173,1)), color-stop(100%, rgba(222,231,239,1)));
    background: -webkit-linear-gradient(top, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    background: -o-linear-gradient(top, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    background: linear-gradient(to bottom, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7394ad', endColorstr='#dee7ef', GradientType=0 );*/
    
}
.header-nav #navbar .home-page-link {
    padding-top: 1px;
}

/* these two are centring navbar */
.navbar .navbar-nav {
    display: inline-block;
    /*float: left;*/
}
.navbar .navbar-collapse {
    text-align: center;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
/* navbar */
.navbar-default {
    /*background-color: #F8F8F8;*/
    /*border-color: #e4e4e4;
    border-width: 3px;*/
    border: none;
    
    background: #990000;
    
/*    background: rgba(222,172,172,1);
    background: -moz-linear-gradient(top, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,172,172,1)), color-stop(100%, rgba(153,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(222,172,172,1) 0%, rgba(153,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deacac', endColorstr='#990000', GradientType=0 );   */
    
    /*
    background: rgba(8,137,166,1);
    background: -moz-linear-gradient(top, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,137,166,1)), color-stop(100%, rgba(127,213,232,1)));
    background: -webkit-linear-gradient(top, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    background: -o-linear-gradient(top, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    background: linear-gradient(to bottom, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0889a6', endColorstr='#7fd5e8', GradientType=0 );*/
}
/* title */
.navbar-default .navbar-brand {
    color: #fffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #cccc;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ccc;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ccc;
    background-color: #990000;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ccc;
    background-color: #990000;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #990000;
    border-bottom-color: #990000;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #336699;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #990000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
    }
}
/*nav customization */




.content-wrapper {
    /*
    border: 3px solid #e4e4e4;
    border-top: none;
    border-bottom: none;
    background-color: #f4f2e6;
    padding: 8px;*/
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
}


.footer-wrapper {
    /*border: 3px solid #e4e4e4;*/
    margin-bottom: 15px;
    padding: 8px 0 8px 0;
    border-top: 20px solid transparent;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    border-image-source: url(../images/bgspc.jpg);
    border-image-repeat: stretch;
    border-image-slice: 30 0 0 0;
    background: #4A6B9C;
    color: #fff;
    height: 50vh;
    
    
    
    
   /*
    background: rgba(115,148,173,1);
    background: -moz-linear-gradient(top, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(115,148,173,1)), color-stop(100%, rgba(222,231,239,1)));
    background: -webkit-linear-gradient(top, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    background: -o-linear-gradient(top, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    background: linear-gradient(to bottom, rgba(115,148,173,1) 0%, rgba(222,231,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7394ad', endColorstr='#dee7ef', GradientType=0 );
*/
    
    /*
    background: rgba(8,137,166,1);
    background: -moz-linear-gradient(top, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,137,166,1)), color-stop(100%, rgba(127,213,232,1)));
    background: -webkit-linear-gradient(top, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    background: -o-linear-gradient(top, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    background: linear-gradient(to bottom, rgba(8,137,166,1) 0%, rgba(127,213,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0889a6', endColorstr='#7fd5e8', GradientType=0 );
*/
}

.verification {
    display: block;
    float: right;
    margin-top: 15px;
    margin-left: 1px;
}
.footer-nav {
    padding: 0;
    margin: 2px 0 4px 0;
    /*overflow: auto;*/
    list-style-type: none;
    font-size: 100%;
    text-align: center;
}
.footer-nav li {
    display: inline-block;
    color: #fff;
    font-size: 100%;
    border-right: 1px solid #fff;
}
.footer-nav li:last-child {
    border-right: none;
}
.footer-nav li a {
    padding: 4px;
    color: #fff;
    font-size: 100%;
}
.footer-nav li a:hover {
    color: #ccc;
    font-size: 100%;
}
.footer-wrapper p {
    /*clear: both;*/
    text-align: center;
    margin: 0;
    font-size: 75%;
}



.fence-links {
    text-align: center;
    text-decoration: underline;
    color: #336699;
}
.fence-links a {
    color: #336699;
}

.no-worries-text {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #888;
    font-weight: bold;
}


.crew-image {
    text-align: center;
    padding: 1.4em 0;
}


.bbb-visa-mastercard {
    margin: 3em 0;
    text-align: center;
}
.bbb-visa-mastercard div {
    display: inline;
    line-height: 34px;
    padding: 8px;
}


.quick-links {
    padding: 1px 10px;
    border-radius: 8px;
    
    border: 1px solid #336699;
    
}
.quick-links a {
    color: #336699;
}


.fence-university {
    font-style: italic;
    color: #336699;
    text-align: center;
}
.fence-university a {
    color: #336699;
    text-decoration: underline;
}
.fence-university a:hover {
    color: #990000;
    text-decoration: underline;
}







.what-we-do {
    claer: both;
    overflow: auto;
}
.what-we-do ul {
    width: 33%;
    float: left;
    display: block;
    padding: 0;
    list-style-type: none;
}
.what-we-do ul li {
    margin: 0 8px 0 0;
}

.large-projects {
    padding-left: 2em;
}
.large-projects  h5 {
    text-decoration: underline;
    color: #336699
}

.responsive-2-column-wrapper {
    overflow: auto;
}
.responsive-2-column-wrapper .responsive-column {
    float: left;
    width: 50%;
    /*margin: 0 1% 0 1%;*/
}


.responsive-3-column-wrapper {
    claer: both;
    overflow: auto;
}
.responsive-3-column-wrapper .responsive-column {
    float: left;
    width: 33%;
}


.responsive-4-column-wrapper {
    overflow: auto;
    margin: 1em 0;
}
.responsive-4-column-wrapper .responsive-column {
    float: left;
    width: 25%;
}
.fence-grid {
    padding: 8px;
    text-align: center;
}
.fence-grid a {
    display: block;
    color: #336699;
    font-weight: bold;
}
.fence-grid a:hover {
    color: #990000;
}
.fence-grid a img {
    display: block;
    width: 100%;
}
.fence-grid a span {
    display: inline-block;
    margin: 6px 0 0 0;
}


.our-goal {
    padding: 8px;
    margin: 1em 5%;
    background: #990000;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}
.our-goal p {
    font-weight: bold;
    margin: 0;
}

.no-worry-program {
    padding: 8px;
    margin: 1em 0;
    border: 1px solid #990000;
    border-radius: 6px;
}
.no-worry-program h3 {
    margin: 10px 0;
    text-align: center;
}
.no-worry-program h3 span {
    font-size: .9em;
}


.testimonials {
    padding: 8px;
    margin: 1em 0;
    border: 1px solid #990000;
    border-radius: 6px;
}
.testimonials h3 {
    margin: .4em 0 .8em 0;
    text-transform: uppercase;
    text-align: center;
}


.product-ring {
    max-width: 583px;
    margin: 0 auto;
}
.product-ring img {
    width: 100%;
}



.fence-university-heading {
    text-align: center;
    margin-bottom: 20px;
}
.fence-university-heading h1 {
    margin-bottom: 0;
}

.get-a-free-estimate-link {
    text-align: center;
    margin-bottom: 40px;
}
.get-a-free-estimate-link a {
    text-decoration: underline;
}



.heading-box {
    margin: 10px 0 10px 0;
}
.heading-box .responsive-column {
    text-align: center;
}
.heading-box .responsive-column img {
    display: inline;
}

.product-link-list ul {
    list-style-type: none;
    margin: 8px;
    padding: 8px;
    text-align: center;
    background: #336699;
    border-radius: 6px;
}
.product-link-list ul li a {
    color: #fff;
}
.product-link-list ul li a:hover {
    color: #990000;
}


.text-of-the-product {
    margin: 10px 0;
    padding: 8px;
    text-align: left;
}
.text-of-the-product ul li span {
    color: #990000;
    font-weight: bold;
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
}
.text-of-the-product-vinyl h1 {
    text-align: center;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
}
.text-of-the-product-vinyl p {
    text-align: center;
}
.text-of-the-product-vinyl-description {
    font-size: 1.4em;
}


.responsive-heading-vertical-align {
    margin: 8% 0;
}


.wood-drawings {
    overflow: auto;
    text-align: center;
    color: #336699;
    margin: 20px 0 30px 0;
}
.wood-drawings h2 {
    font-weight: bold;
    color: #336699;
}
.wood-drawings .cross-section, .wood-drawings .full-preview {
    float: left;
}
.wood-drawings .cross-section {
    width: 15%;
}
.wood-drawings .full-preview {
    width: 85%;
}
.wood-drawings img {
    display: inline;
}


.currency-convert-shipping-estimate {
    text-align: center;
    margin: 20px 0;
}
.currency-convert-shipping-estimate a {
    text-decoration: underline;
}


.place-order {
    text-align: center;
    margin: 20px 0;
}
.place-order a {
    color: #336699;
    font-weight: bold;
    text-decoration: underline;
}


.estimate-form {
    
}
.estimate-form h3 {
    text-align: center;
}
.estimate-form .btn-default {
    background: #990000;
    color: #fff;
    font-weight: bolder;
}
.estimate-form .btn-default:hover {
    background: #336699;
}
.estimate-form .btn-default.disabled:hover,
.estimate-form .btn-default.disabled:active,
.estimate-form .btn-default.disabled:focus
{
    background: #ccc;
}


.fence-colors {
    text-align: center;
}
.fence-colors img {
    margin: 20px 10px;
    display: inline-block;
}

.slat-colors {
    text-align: center;
}
.slat-colors div {
    display: inline-block;
}
.slat-colors img {
    margin: 20px 10px 2px 10px;
    display: inline-block;
}
.slat-colors span {
    display: block;
}
.slat-colors p {
    margin: 16px 0 30px 0;
}


.paginator {
    margin: 30px 0;
    text-align: center;
    clear: both;
}
.paginator a {
    margin: 8px;
    color: #336699;
    font-weight: bolder;
}
.paginator a:hover {
    color: #336699;
}

.ornamental-styles-menu {
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0 4px;
    list-style-type: none;
}
.ornamental-styles-menu a {
    display: block;
    color: #336699;
    font-weight: bolder;
    border-top: 1px #ccc solid;
}
.ornamental-styles-menu li:last-child a {
    border-bottom: 1px #ccc solid;
}
.ornamental-styles-menu a img {
    padding: 4px;
}
.ornamental-styles-menu a span {
    padding: 4px;
}
.ornamental-styles-menu-item-active:focus, .ornamental-styles-menu-item-active:active, .ornamental-styles-menu-item-active:hover {
    text-decoration: none;
}
.ornamental-styles-menu-item-active span {
    color: #990000;
}


.ornamental-content {
    margin-left: 290px;
}
.ornamental-content-main {
    text-align: center;
    
}
.ornamental-content-main img {
    display: inline-block;
}
.ornamental-content-sub img {
    display: inline-block;
    vertical-align: top;
}
.ornamental-content-sub {
    text-align: center;
}
.ornamental-content-sub div {
    display: inline-block;
    margin: 10px 0 0 0;
    text-align: left;
}
.ornamental-content-sub div h4 {
    padding-left: 20px;
}


.vinyl-styles-grid {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.vinyl-styles-grid a {
    display: inline-block;
    margin: 8px;
}
.vinyl-styles-grid img {
    display: inline-block;
    max-width: 190px;
    max-height: 190px;
}
.vinyl-styles-grid span {
    display: block;
}




.contact-wrapper {
    margin: 1em 0;
    font-size: 1.4em;
    text-align: left;
}
.contact-wrapper h3 {
    color: #336699;
}
.contact-wrapper h3 span {
    color: #990000;
}
.contact-label {
    color: #990000;
    padding: 0 8px 0 0;
}
.contact-text a {
    text-decoration: underline;
    color: #336699;
}



.gallery {
    overflow: auto;
    margin-left: 1%;
}
.gallery .image-wrapper-outer {
    width: 33%;
    float: left;
    padding: 0;
}
.gallery .image-wrapper-outer:nth-child(3n+1) {
    clear: both;
} 
.gallery .image-wrapper-inner {
    padding: 10px;
}

.sitemap {
    overflow: auto;
}
.sitemap ul {
    width: 33%;
    float: left;
    display: block;
}
.sitemap ul li {
    margin: 0 8px 0 0;
}

/* bof Media Queries */

@media only screen and (min-width: 320px) {
    
    .logo-image {
        /*width: 90%;*/
        width: 100%;
    }
    
	
    .what-we-do ul {
        width: 99%;
    }
    
    .responsive-2-column-wrapper .responsive-column {
        width: 100%;
    }
    
    .responsive-3-column-wrapper .responsive-column {
        width: 100%;
    }
    
    .responsive-4-column-wrapper .responsive-column {
        width: 100%;
    }
    
    .gallery .image-wrapper-inner {
        padding: 6px;
    }
    
    .contact-wrapper {
        font-size: 1em;
    }
    
    .sitemap ul {
        width: 100%;
    }
    
    
    .navbar .navbar-nav {
        display: block;
        float: left;
    }
    .navbar .navbar-collapse {
        text-align: left;
    }
    
    
    .wood-drawings .cross-section, .wood-drawings .full-preview {
        width: 100%;
    }
    
    .ornamental-styles-menu {
        float: none;
        display: block;
    }
    .ornamental-content {
        margin-left: 0;
    }
    
}

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

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

@media only screen and (min-width: 480px) {
    
    .logo-image {
        width: 100%;
        /*width: 80%;*/
    }
    
    .what-we-do ul {
        width: 49%;
    }
    
    .sitemap ul {
        width: 50%;
    }
    
    .responsive-4-column-wrapper .responsive-column {
        width: 50%;
    }
    
    .contact-wrapper {
        font-size: 1.2em;
    }
    
}

@media only screen and (min-width: 540px) {
    .what-we-do ul {
        width: 33%;
    }
    
    .responsive-2-column-wrapper .responsive-column {
        width: 50%;
    }
    
    .responsive-3-column-wrapper .responsive-column {
        width: 50%;
    }
    
    
    .gallery .image-wrapper-inner {
        padding: 10px;
    }
    
    .sitemap ul {
        width: 33%;
    }
    
    .wood-drawings .cross-section {
        width: 15%;
    }
    .wood-drawings .full-preview {
        width: 85%;
    }

}

@media only screen and (min-width: 600px) {
    .logo-image {
        /*width: 70%;*/
        width: 100%;
    }
    
    .contact-wrapper {
        font-size: 1.4em;
    }
    
    .ornamental-styles-menu {
        float: left;
        display: inline-block;
    }
    .ornamental-content {
        margin-left: 290px;
    }
}

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

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

@media only screen and (min-width: 768px) {
    
    .logo-image {
        width: 100%;
       /*width: 60%;*/
    }
    
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    
}

@media only screen and (min-width: 800px) {
    
    .logo-image {
        /*width: 50%;*/
        width: 100%;
    }
    
}

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

@media only screen and (min-width: 1024px) {
    
    .logo-image {
        /*width: 40%;*/
        width: 100%;
    }
    
    .responsive-3-column-wrapper .responsive-column {
        width: 33%;
    }
    
    .responsive-4-column-wrapper .responsive-column {
        width: 25%;
    }
    
    
    /*
    .logo-image {
        float: left;
        width: 20%;
    }
    .logo-text {
        float: left;
        width: 80%;
    }
    .logo-text h1 {
        font-size: 3em;
        padding: .3em 0 0 1.2em;
    }
    */
}

/* eof Media Queries */






.dogrun-4-foot-header, .dogrun-5-foot-header, .dogrun-6-foot-header {
    text-align: center;
    color: #fff;
    padding: 8px;
    border: 1px solid #ccc; 
    border-bottom: none;
    margin-top: 20px;
}
.dogrun-4-foot-header {
    background: #000;
}
.dogrun-5-foot-header {
    background: #336699;
}
.dogrun-6-foot-header {
    background: #990000;
}
.dogrun-4-foot-header h3, .dogrun-5-foot-header h3, .dogrun-6-foot-header h3 {
    color: #fff;
    margin: 0;
}
.dogrun-4-foot-header p, .dogrun-5-foot-header p, .dogrun-6-foot-header p {
    margin: 0;
}

.dogrun-4-foot-footer, .dogrun-5-foot-footer, .dogrun-6-foot-footer {
    text-align: center;
    color: #fff;
    padding: 8px;
    border: 1px solid #ccc; 
    border-top: none;
}
.dogrun-4-foot-footer {
    background: #000;
}
.dogrun-5-foot-footer {
    background: #336699;
}
.dogrun-6-foot-footer {
    background: #990000;
}
.dogrun-4-foot-footer p, .dogrun-5-foot-footer p, .dogrun-6-foot-footer p {
    margin: 0;
}

.shipping-extra {
    text-align: center;
    margin: 0 0 20px 0;
}




    /* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}

th, td:first-child {
  color: white; 
  font-weight: bold;
}

.dogrun-4-foot th, .dogrun-4-foot td:first-child, .dogrun-4-foot-gate th, .dogrun-4-foot-gate td:first-child {
  background: #000;
}
.dogrun-5-foot th, .dogrun-5-foot td:first-child, .dogrun-5-foot-gate th, .dogrun-5-foot-gate td:first-child {
  background: #336699;
}
.dogrun-6-foot th, .dogrun-6-foot td:first-child, .dogrun-6-foot-gate th, .dogrun-6-foot-gate td:first-child {
  background: #990000;
}



.dogrun-kit th {
    background: #336699;
}
.dogrun-kit td:first-child { 
    font-weight: normal;
    color: #336699;
    /*background: transparent;*/
}



.gauge th {
    background: #336699;
}
.gauge td:first-child { 
    font-weight: normal;
    color: #336699;
    /*background: transparent;*/
}


.compare {
    margin: 30px 0 40px 0;
}
.compare th {
    background: #336699;
}
.compare td:first-child { 
    font-weight: normal;
    color: #336699;
    /*background: transparent;*/
}


td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: center; 
}




	/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		tr { border: 1px solid #ccc; }

		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ccc;
			position: relative;
			padding-left: 50%;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
		*/
        /*
		td:nth-of-type(1):before { content: "First Name"; }
		td:nth-of-type(2):before { content: "Last Name"; }
		td:nth-of-type(3):before { content: "Job Title"; }
		td:nth-of-type(4):before { content: "Favorite Color"; }
		td:nth-of-type(5):before { content: "Wars of Trek?"; }
		td:nth-of-type(6):before { content: "Porn Name"; }
		td:nth-of-type(7):before { content: "Date of Birth"; }
		td:nth-of-type(8):before { content: "Dream Vacation City"; }
		td:nth-of-type(9):before { content: "GPA"; }
		td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
        
        .dogrun-4-foot td:nth-of-type(1):before, .dogrun-5-foot td:nth-of-type(1):before, .dogrun-6-foot td:nth-of-type(1):before { content: " "; }
		.dogrun-4-foot td:nth-of-type(2):before, .dogrun-5-foot td:nth-of-type(2):before, .dogrun-6-foot td:nth-of-type(2):before { content: "8 ft"; }
		.dogrun-4-foot td:nth-of-type(3):before, .dogrun-5-foot td:nth-of-type(3):before, .dogrun-6-foot td:nth-of-type(3):before { content: "10 ft"; }
        .dogrun-4-foot td:nth-of-type(4):before, .dogrun-5-foot td:nth-of-type(4):before, .dogrun-6-foot td:nth-of-type(4):before { content: "12 ft"; }
		.dogrun-4-foot td:nth-of-type(5):before, .dogrun-5-foot td:nth-of-type(5):before, .dogrun-6-foot td:nth-of-type(5):before { content: "16 ft (2-8 ft panels)"; }
        .dogrun-4-foot td:nth-of-type(6):before, .dogrun-5-foot td:nth-of-type(6):before, .dogrun-6-foot td:nth-of-type(6):before { content: "20 ft (2-10ft panels)"; }
        
        .dogrun-4-foot-gate td:nth-of-type(1):before, .dogrun-5-foot-gate td:nth-of-type(1):before, .dogrun-6-foot-gate td:nth-of-type(1):before { content: "Width"; }
		.dogrun-4-foot-gate td:nth-of-type(2):before, .dogrun-5-foot-gate td:nth-of-type(2):before, .dogrun-6-foot-gate td:nth-of-type(2):before { content: "Side Panel"; }
		.dogrun-4-foot-gate td:nth-of-type(3):before, .dogrun-5-foot-gate td:nth-of-type(3):before, .dogrun-6-foot-gate td:nth-of-type(3):before { content: "Gate Panel (incl. 3' gate)"; }
        
        .dogrun-kit td:nth-of-type(1):before { content: "Description"; }
		.dogrun-kit td:nth-of-type(2):before { content: "Price"; }
		.dogrun-kit td:nth-of-type(3):before { content: "Weight (pounds)"; }
        
        .gauge td:nth-of-type(1):before { content: "Gauge"; }
		.gauge td:nth-of-type(2):before { content: "Inches"; }
		.gauge td:nth-of-type(3):before { content: "Minimum"; }
        
        .compare td:nth-of-type(1):before { content: "Fence Type"; }
		.compare td:nth-of-type(2):before { content: "Initial cost"; }
		.compare td:nth-of-type(3):before { content: "Maint. 10 yrs"; }
        .compare td:nth-of-type(4):before { content: "Total over 10 yrs"; }
        
	}

	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body {
			padding: 0;
			margin: 0;
			width: 320px; }
		}

	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body {
			width: 495px;
		}
	}


	
