

a, a:link, a:visited {
    text-decoration: none;
    color: #d32031;
}a:hover,a:active{text-decoration:none;color:#000000;}



.product-row {
    text-align: center;
}

    .product-row img {
        width: 100%;
        max-width: 200px;
    }

.primary-photo {
    text-align: center;
}


.primary-photo img {
    width: 100%;
    max-width: 500px;
    padding-bottom: 15px;
    
}





footer .categoryheader {
    font-weight: bold;
}

footer ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fas, .fa-angle-right, .fa-angle-down {
    display: none;
}

  .videoplayer {
  position: relative!important;
  padding-bottom: 56.25%!important;
  padding-top: 0!important;
  height: 0!important;
  overflow: hidden!important;
}

.videoplayer iframe,
.videoplayer object,
.videoplayer embed,
.videoplayer video {
  position: absolute!important;
  top: 0!important;
  bottom: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  border: 0!important;
}

video {
    max-width: 100%;
    height: auto;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive::before {
  display: block;
  content: "";
}


#sidemenu {
    list-style-type: none;
    width: 180px;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px !important;
margin-top: 10px !important;
}

    #sidemenu a, .catalog a {
        font-size: .9em;
 
    }

#footer a {
    color: #5B6770;
}

    #footer a:hover {
        color: #d32031;
    }




#sidemenu li {
    line-height: 18px;
    padding-bottom: 2px;
}

    #sidemenu li ul li, #sidemenu li ul li ul li, #sidemenu li ul li ul li ul li {
        margin-top: 0;
        margin-bottom: 0;
        
    }

        #sidemenu li ul, #sidemenu li ul li ul, #sidemenu li ul li ul li ul {
            padding: 2px 0 0 15px;
            text-align: left;
            list-style-type: none;
        }



a:link.highlighted, a:visited.highlighted {
    padding-left: 0;
    text-decoration: none;
    font-weight: bold;
}


.amazingslider-engine {
    display: none;
}


                                                                                                                                        
h1 {margin-top: 0;
}

.backnews {margin: 15px 0;
}

#tagline {width: 100%; text-align: right;
}


.insets {margin-top: 20px; margin-bottom: 20px; margin-left: -15px; margin-right: 0;
}

.form-control {max-width: 300px; width: 100%; 
}
.radios label {margin-right: 15px;
}

a.buybutton, a:link.buybutton,a:visited.buybutton,a:active.buybutton{color:#fff;display:block;padding:4px 15px;font-size:1.6em;font-weight:bold;margin: 10px auto; background: #0066a4; width: 144px; text-align: center;}
a:hover.buybutton {background: black;
}


@media(max-width:1199px) {
    .homeinsets {
        text-align: center !important;
        margin-bottom: 15px;
        max-width: 100%;
    }
}

    @media(max-width:992px) {
        .col-sm-2 {
            width: 20% !important;
        }

        .insets .col-lg-4 {
            margin-bottom: 10px;
        }


    }







    @media(max-width:600px) {

        .insets .col-lg-4 {
            padding-right: 0;
        }

        h2 {
            font-size: 1.5em;
            font-weight: bold;
        }

        #sidemenu a, .catalog a {
            font-size: 1.2em;
        }

        .col-lg-10 {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }


        .product-row .col-lg-3 {
            margin-top: 30px;
        }

     

        .homeinsets {
            padding-right: 0;
            width: 100%;
        }


            .homeinsets a img {
                width: 100%;
                margin-bottom: 10px;
            }
    }
}


