/* -------------------------------------------------------------------------

* Filename:		style.css
* Description:	global CSS
* Version:		1.0.1 (2020-05-23)
* Website:		http://fitnessmechanics.ca
* Author:		Andrew Cooper

------------------------------------------------------------------------- */


/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d9e790;
    color: #fff;
    text-shadow: none;
}

a {
    color: #00e;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active {
    outline: 0;
    color: #dedce1;
}

.menu-wide li a {
    color: rgb(0, 152, 0);
}

.menu-wide li a {
    color: rgb(52, 58, 64);
}

a.a-style {
    text-decoration: underline;
    font-style: italic;
}

a.a-style-2 {
    color: #484266;
    /*font-family: 'Amaranth', sans-serif;*/
    font-family: sans-serif;
    font-size: 18px;
    font-style: italic;
}

#featured-products a {
    /*font-family: 'Amaranth', sans-serif;*/
    font-family: sans-serif;
    font-style: italic;
    font-weight: bold;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

.centertext {
    text-align: center;
}

.contact-info h2 {
    margin-bottom: 15px;
}

legend h2 {
    width: 100%;
    display: inline-block;
}

h3 {
    color: #484266;
    font-size: 14px;
    line-height: 1.5;
}

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

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    /*font-family: monospace, monospace;*/
    font-family: sans-serif;
    /*font-family: 'courier new', monospace;*/
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

div.sectionFootindex {
    display: block;
    margin-top: -30px;
    padding-bottom: 150px;
}

div.Youtube {
    max-height: 400px;
    display: block;
    float: right;
    width: 50%;
    padding-left: 75px;
}

div.mail {
    /* aligh: right; */
    text-align: right;
    max-height: 400px;
    max-width: 560px;
    display: block;
    margin-left: auto;
    padding-right: 75px;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

table button,
table input {
    *overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* ==|== non-semantic helper classes ======================================== */

.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;
}

.contact-info h2 {
    margin-bottom: 15px;
}

legend h2 {
    width: 100%;
    display: inline-block;
}

div.sectionFootindex {
    display: block;
    margin-top: -30px;
    padding-bottom: 150px;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
}

.text-style-1 {
    font-size: 14px;
    color: #7d7a7c;
}

header ul.menu-wide {
    font-weight: bold;
}

.signup-button {
    display: none;
}

.signup-button:hover {
    display: none;
}


/*
    Mobile Menu Core Style
*/

.slicknav_btn {
    position: relative;
    /* vertical-align: middle; */
    display: block;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

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

.slicknav_menu:after {
    clear: both;
}


/* IE6/7 support */

.slicknav_menu {
    *zoom: 1;
}


/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size: 16px;
}


/* Button */

.slicknav_btn {
    margin: auto 10%;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* Button Text */

.slicknav_menu .slicknav_menutxt {
    color: #484266;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}


/* Button Lines */

.slicknav_menu .slicknav_icon-bar {
    background-color: #484266;
}

.slicknav_nav {
    color: #484266;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
    margin-top: 60px;
    list-style: none;
    overflow: hidden;
    background-color: white;
}

ul.slicknav_nav li {
    border-bottom: 1px solid #dedce1;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #484266;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: white;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #dedce1;
    color: #8dc73f;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.menu {
    position: relative;
}

ul.menu-wide {
    display: none;
}

.mobile-menu-item,
.search-menu-mobile {
    display: block;
}

.mobile-menu-item input,
.search-menu-mobile input {
    padding: 3px;
}

li.search-menu-wide {
    display: none;
}

.js .slicknav_menu {
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}



.grid {
    *zoom: 1;
}

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

.grid:after {
    clear: both;
}

[class*='col-'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:after {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    content: attr(title);
    left: 0;
    padding: 15px;
    position: absolute;
    top: 20px;
    z-index: 98;
    width: 220px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    bottom: -4px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

blockquote {
    margin: 1em 40px;
    margin: 0 auto;
}

blockquote p.quote-footer {
    text-align: right;
    font-size: 14px;
    font-style: italic;
}

blockquote.test {
    display: none;
}

blockquote .f-quote {
    width: 37px;
    height: 25px;
    float: left;
    margin-right: 5px;
    background: url("../img/icon-sprite.png") no-repeat -288px -243px;
}

blockquote .l-quote {
    width: 37px;
    height: 25px;
    float: right;
    margin-left: 5px;
    background: url("../img/icon-sprite.png") no-repeat -347px -243px;
}

#faq dt {
    cursor: pointer;
    color: #584c7a;
    margin-bottom: 25px;
}

#faq dt {
    *zoom: 1;
}

#faq dt:before,
#faq dt:after {
    content: "";
    display: table;
}

#faq dt:after {
    clear: both;
}

#faq dt .style-text {
    color: #8dc73f;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    float: left;
}

#faq dt .question {
    float: left;
    width: 220px;
}

#faq dt .plus-icon {
    width: 25px;
    height: 25px;
    float: right;
    background: url("../img/icon-sprite.png") no-repeat -406px -200px;
}

#faq dt.expanded .plus-icon {
    width: 25px;
    height: 25px;
    float: right;
    background: url("../img/icon-sprite.png") no-repeat -431px -200px;
}

#faq dd {
    color: #7d7a7c;
    margin: 0 0 35px 35px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

ul.contact-info {
    width: 100%;
    list-style-type: none;
    margin-bottom: 35px;
}

ul.contact-info a:link,
ul.contact-info a:visited {
    color: #8dc73f;
}

ul.contact-info a:hover,
ul.contact-info a:active {
    color: #d9e790;
}

ul.contact-info .days {
    width: 180px;
    list-style-type: none;
    float: left;
}

ul.contact-info .days li {
    font-size: 14px;
    height: 45px;
    margin-bottom: 10px;
}

ul.contact-info .days.hours {
    width: 80px;
}

.map-container {
    width: 100%;
    height: 400px;
    border: solid 2px #484266;
    overflow: hidden;
    float: right;
}

.map-container iframe {
    width: 100% !important;
    height: 100% !important;
}

.map-container.map2 {
    margin-top: 20px;
}

#login {
    background: #d9e790;
    width: 100%;
    padding: 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#login .fieldgroup {
    display: inline-block;
    padding: 8px 10px;
    width: 260px;
    min-height: 50px;
}

#login .fieldgroup label {
    display: block;
}

#login .fieldgroup label.error {
    width: 219px;
    padding-top: 5px;
    font-size: 12px;
    color: #CD0000;
    font-style: italic;
}

#login .fieldgroup .label-style {
    font-size: 12px;
}

#login .fieldgroup input {
    padding: 3px;
}

#login .fieldgroup input[type=file] {
    width: 219px;
}

#login .fieldgroup ul {
    list-style-type: none;
    margin: 10px 0 15px 0;
}

#login .fieldgroup textarea {
    width: 260px;
    min-height: 100px;
}

#login input.a-button {
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}

#login legend {
    margin: 0 auto;
    width: 260px;
}

#login p {
    margin: 15px 0 0 35px;
}

*/ footer h3 {
    color: #dedce1;
    text-transform: uppercase;
    font-weight: bold;
}

footer ul.footer-map {
    list-style: none;
    font-size: 12px;
    margin-bottom: 23px;
}

footer li {
    margin-bottom: 12px;
}

footer a#facebook-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon-sprite.png");
    background-position: -40px -17px;
    background-repeat: no-repeat;
}

footer a:hover#facebook-icon {
    background-position: 0 -17px;
}

footer a#insta-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/insta_logo.png");
    background-repeat: no-repeat;
}

footer a:link,
footer a:visited {
    color: #dedce1;
}

footer a:hover,
footer a:active {
    color: #d9e790;
}


/********************************************* RESPONSIVE *************************************************************/


/*main global*/
li.mobile-menu-item {
    background-color: rgb(0, 152, 0);
    padding: 5px 0px;
    margin: 10px 15px;
}
li.mobile-menu-item a{
    color: rgb(255, 255, 255);
}
.banner h1 {
    color: black;
}

.center {
    text-align: center;
}

.select-cat {
    border-radius: 5px;
    background: rgba(255, 255, 255);
}

.before_head {
    background-color: #94c323;
    color: white;
    margin: 0px auto 5px auto;
    padding: 5px;
    text-align: center;
}

div#service-box {
    background-color: lightgray;
    padding: 10px;
    max-width: 25%;
    margin: 0 auto;
}

div#service-box a {
    color: black;
}

.color-container {
    background: linear-gradient(to bottom, #94c323, #f1f1f1);
}

.col-1-2 {
    width: 100%;
    text-align: center;
}

#contact-container h1 {
    color: black;
}

.line {
    border-bottom: 3px solid black;
    margin-bottom: 30px;
}

.bid-h1 {
    background-color: #4b4f56;
    border-bottom: 1px solid #4b4f56;
    padding: 15px;
}

.bid-h1 h1 {
    margin-bottom: unset;
}

.mySlides {
    display: none;
}

h1 {
    color: white;
    text-align: center;
    font-family: sans-serif;
    line-height: 1;
    margin: 25px;
}

h2 {
    color: black;
    text-align: center;
    font-family: sans-serif;
    line-height: 1;
    margin: 15px;
}

.bckg-color {
    background-image: linear-gradient(to bottom, rgb(0, 152, 0), rgb(255, 255, 255));
}

.container {
    width: 100%;
    height: auto;
    margin: 50px auto;
}

header {
    padding: 0;
    margin-bottom: 25px;
}

.footer-container {
    max-width: -webkit-fill-available;
    background-color: #6ca222;
    margin-bottom: 0px;
}

footer {
    width: -webkit-fill-available;
    height: auto;
    padding: 35px 20px;
    color: #dedce1;
}

.selection-cont,
.contact-cont {
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

a.contact-button {
    color: black;
}

a.sale-button {
    color: floralwhite;
}

.fav-cont .b-button {
    background: rgb(0, 152, 0);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 8px 10px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style: italic;
    margin-top: 10px;
}

.bid-btn .b-button {
    background: rgb(0, 152, 0);
    color: white;
    display: inline-block;
    padding: 8px 10px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style: italic;
    width: 50%;
}

.ft-btn .b-button {
    background: rgb(0, 152, 0);
    color: white;
    display: inline-block;
    padding: 8px 10px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style: italic;
    width: fit-content;
    margin-top: 10px;
}

img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.products h3 {
    color: darkgreen;
}

.fav-cont h1,
.fav-cont h3 {
    color: darkred;
    font-style: italic;
    font-variant-caps: all-petite-caps;
}

.fav-cont {
    margin-top: 30px;
}

.fav-cat {
    margin: 50px auto;
}

.auction-cont {
    background-color: lightgray;
}

.auction-cont p {
    color: black;
    font-style: italic;
    margin-top: 15px;
    text-align: center;
}

.auction-cont {
    margin-top: 20px;
    padding: 40px;
}

#logo {
    padding: unset;
    display: unset;
    margin: unset;
    max-height: unset;
    max-width: unset;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: darkgrey;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    background-color: #f1f1f1;
    left: 0;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.h1style {
    color: darkred;
    text-align: center;
    font-family: sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 90px;
}

a.carousel-control-next,
a.carousel-control-prev {
    background-color: rgb(164, 167, 171);
}

#carouselIndex {
    margin: 5% auto;
}

.nmt {
    margin-top: 25px;
}

.products img,
.fav-cat img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    width: 100%;
    height: 120px;
}

.bg-search {
    margin: 25px auto;
    background-color: rgb(164 167 171 / 50%);
    border-radius: 5px;
    max-width: 500px;
    text-align: center;
    padding: 0 10px;
}

.inp-search,
.btn-search {
    border-radius: 5px;
    margin: 15px auto;
    padding: 10px;
}

.g1,
.g2 {
    flex: 1;
}

.ft-btn {
    text-align: center;
}

.bg-sale-ttl {
    background-color: rgb(0, 152, 0);
    padding: 10px;
}

.pd-pr {
    padding: 10px;
}

.mt {
    margin-top: 10px;
}

.features-cont {
    margin-top: 20px;
}

.auc-st img {
    border-radius: 50%;
}

/*help php*/
.row-help:after {
    content: "";
    display: table;
    clear: both;
}
.b-c{
    border-bottom: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
}
.green{
    color: rgb(108, 162, 34);
}
.h-t{
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.centerT{
    text-align: center;
}


/*test collapse p*/
#module {
    z-index: 1;
  }
  #module div.collapse:not(.show) {
      display: block;
      height: 215px !important;
      overflow: hidden;
  }
  
  #module div.collapse .collapsing {
      height: 215px !important;
  }
  
  #module a.collapsed:after  {
      content: '+ Show More';
  }
  
  #module a:not(.collapsed):after {
      content: '- Show Less';
  }
/*END test collapse p*/

/*PHONE*/

@media (min-width: 360px) {
    h1 {
        font-size: 1.4em;
    }
    h2 {
        font-size: 1.25em;
    }
    p {
        font-size: 1.1em;
    }
    a {
        font-size: 1em;
    }
    .inner-container1 {
        margin-right: 2%;
        margin-left: 2%;
        padding: 15px;
    }
    
    .inner-container2 {
        margin-right: 2%;
        margin-left: 2%;
        padding: 10px;
    }
     /* Left column */
.leftcolumn {
    display: block;
}
/* Right column */
.rightcolumn {
    display: block;
}
ul.l-c-l {
    color: rgb(24, 119, 242);
    border-bottom: 1px solid rgb(0, 0, 0);
}
.l-c-l li {
    list-style: none;
    margin: 20px auto;
}
.inf-cont{
    display: block;
    flex-wrap: wrap;
}
.inf-cont>div{
    padding: 5px 0px;
}
section {
    margin: 20px auto;
}

.m-w{
    max-width: 300px;
    margin: auto;
}
    .btn-search {
        width: 200px;
    }
    .carousel-item img {
        height: 300px;
        width: 100%;
        object-fit: contain;
    }
    div#service-box {
        background-color: lightgray;
        padding: 10px;
        max-width: 200px;
        margin: 0 auto;
    }
    .features-cont h2 {
        margin-bottom: 20px;
    }
    .ft-group {
        display: block;
    }
    .ft-group img {
        display: block;
        margin: 0 auto;
        object-fit: contain;
        width: 100%;
        height: 120px;
    }
    .ft-group p {
        padding: 5px;
    }
    .ft-head {
        border: 1px solid green;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
    }
    .bid-head {
        border: 1px solid #4b4f56;
        margin-bottom: 15px;
        text-align: center;
    }
    .bid-price,
    .bid-img,
    .bid-btn {
        padding: 15px;
    }
    .bid-price {
        color: darkgreen;
        font-size: 8vw;
    }
    .dropbtncat,
    .dropbtnauct {
        background-color: #365899;
        color: white;
        padding: 15px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
    }
    .dropd-cont {
        width: 100%;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        display: inline-block;
        margin-bottom: 15px;
    }
    .slider-cont {
        width: 100%;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
    img.mySlides {
        padding: 0;
        display: block;
        margin: 0 auto;
        max-width: 50%;
    }
    .products {
        margin-top: 30px;
        border: 1px solid darkgrey;
    }
    .products h2 {
        color: rgb(255, 255, 255);
        text-shadow: -1.5px 0.5px rgba(0, 0, 0);
        font-weight: bold;
    }
    .contact-button {
        background: #d9e790;
        display: inline-block;
        padding: 8px 10px;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-style: italic;
    }
    .sale-button {
        background: darkred;
        display: inline-block;
        padding: 8px 10px;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-style: italic;
    }
    .contact-cont {
        margin: 70px auto;
        text-align: center;
    }
    .select-cat {
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        margin: 10px;
        padding: 10px;
    }
    .selection-cont h1 {
        color: white;
        text-align: center;
        font-family: unset;
        line-height: 1;
        margin-bottom: 35px;
        text-decoration: underline;
    }
    .selection-cont h2 {
        color: black;
        text-align: center;
        font-family: sans-serif;
        font-size: 15px;
        line-height: 1;
        margin-bottom: 5px;
    }
    header .logo {
        width: 230px;
        margin-top: 10px;
        height: 100px;
        background: url("../img/gp_logo_update.png") no-repeat;
        background-size: contain;
        float: left;
        position: absolute;
        z-index: 1;
    }
    .slicknav_menutxt {
        margin-bottom: 70px;
    }
    .slicknav_nav {
        text-align: center;
    }
    .slicknav_btn {
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 40px;
    }
    /********************************************* SHOP *************************************************************/
    #catalogInput {
        background-image: url('/css/searchicon.png');
        background-position: 10px 10px;
        background-repeat: no-repeat;
        width: 100%;
        font-size: 16px;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;
        margin-bottom: 12px;
    }
    #catalogTable {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #ddd;
        font-size: 18px;
    }
    #catalogTable th,
    #catalogTable td {
        text-align: left;
        padding: 12px;
    }
    #catalogTable tr {
        border-bottom: 1px solid #ddd;
    }
    #catalogTable tr.header,
    #catalogTable tr:hover {
        background-color: #f1f1f1;
    }
    #categoryList {
        padding: 2px;
        text-align: Left;
    }
    #catalogList {
        text-align: Left;
        border: 1px solid black;
        padding: 10px;
        background: white;
        position: absolute;
        overflow-y: auto;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 70%;
        width: 70%;
        margin: auto;
        z-index: 900;
        display: none;
        position: fixed;
    }
    #content {
        text-align: center;
        width: auto;
        display: inline-block;
        padding: 5px;
        visibility: visible;
        /*April 8, 2019*/
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.23);
        -khtml-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.23);
        border-radius: 15px;
        margin: 20px;
    }
    .closeCatalog {
        cursor: pointer;
        position: absolute;
        right: 0%;
        padding: 12px 16px;
        transform: translate(0%, -50%);
    }
    .catalogImage {
        cursor: pointer;
        height: 50px;
        width: 50px;
        image-orientation: from-image;
    }
    .category-name {
        cursor: pointer;
        margin: 5px;
        vertical-align: middle;
        padding: 5px;
        border: 1px solid black;
    }
    #catalogImage {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 9999;
        /* Sit on top */
        padding-top: 100px;
        left: 0;
        top: 0px;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.9);
        /* Black w/ opacity */
    }
    .mySlides {
        margin: auto;
        display: none;
        height: 80%;
        max-width: 700px;
    }
    /* The Close Button */
    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }
    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
    #search {
        margin: 5px;
    }
    #content h1 {
        color: black;
    }
    /********************************************* END-SHOP *************************************************************/
}


/*IPAD*/

@media (min-width: 768px) {
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.35em;
    }
    p {
        font-size: 1.25em;
    }
    a {
        font-size: 1.25em;
    }
    .inner-container1 {
        margin-right: 10%;
        margin-left: 10%;
        padding: 15px;
    }
    .inner-container2 {
        margin-right: 5%;
        margin-left: 5%;
        padding: 10px;
    }
    /* Left column */
.leftcolumn {
    display: block;
    float: left;
    width: 20%;
}
/* Right column */
.rightcolumn {
    float: left;
    width: 75%;
    padding-left: 20px;
}
ul.l-c-l {
    color: rgb(24, 119, 242);
    padding: 0px;
    margin-top: 30px;
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: none;
}
.l-c-l li {
    list-style: none;
    margin: 30px auto;
}
.inf-cont{
    display: flex;
    flex-wrap: wrap;
}
.inf-cont>div{
    flex: auto;
}
.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
}
section {
    margin: 50px auto;
}

.m-w{
    max-width: 700px;
    margin: auto;
}
    .carousel-item img {
        height: 600px;
    }
    .features-cont h2 {
        margin-bottom: 20px;
    }
    .ft-group {
        display: flex;
    }
    .ft-group img {
        height: 120px;
    }
    .ft-head {
        border: 1px solid green;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
    }
    .bid-head {
        border: 1px solid #4b4f56;
        margin-bottom: 15px;
        text-align: center;
    }
    .bid-price,
    .bid-img,
    .bid-btn {
        padding: 15px;
    }
    .bid-price {
        color: darkgreen;
        font-size: 4vw;
    }
    .dropbtncat,
    .dropbtnauct {
        background-color: #365899;
        color: white;
        padding: 15px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
    }
    .dropd-cont {
        width: 100%;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        display: inline-block;
        margin-bottom: 15px;
    }
    .slider-cont {
        width: 100%;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
    img.mySlides {
        padding: 0;
        display: block;
        margin: 0 auto;
        max-width: 50%;
    }
    .product-cont {
        display: flex;
    }
    .products {
        margin: 15px;
        flex: 30%;
        border-radius: 5px;
    }
    .products img {
        height: 120px;
    }
    .fav-cont {
        display: flex;
    }
    .fav-cat {
        flex: 30%;
    }
    .fav-cat img {
        height: 120px;
    }
    .contact-button {
        background: #d9e790;
        display: inline-block;
        padding: 8px 10px;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-style: italic;
    }
    .sale-button {
        background: darkred;
        display: inline-block;
        padding: 8px 10px;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-style: italic;
    }
    .select-div {
        margin: 0 auto;
        width: 500px;
    }
    .select-div .select .selection-cont h1 {
        color: white;
        text-align: center;
        font-family: unset;
        line-height: 1;
        margin-bottom: 35px;
        text-decoration: underline;
    }
    .selection-cont h2 {
        color: black;
        text-align: center;
        font-family: sans-serif;
        font-size: 15px;
        line-height: 1;
        margin-bottom: 5px;
    }
    header .logo {
        width: 250px;
    }
    header {
        padding: 0;
        max-width: 60%;
        margin: auto;
    }
    
    
}


/*FULL SCREEN*/

@media (min-width: 1280px) {
    .inner-container1 {
        margin-right: 18%;
        margin-left: 18%;
        padding: 15px;
    }
    .inf-cont>div{
        flex: 1;
        padding: 0px 10px;
    }
    ul.l-c-l{
        padding: 0px;
        height: 300px;
    }
    section {
        margin: 50px auto;
    }
    .m-w{
        max-width: 1200px;
        margin: auto;
    }
    .row-1 {
        width: 25%;
        margin-right: 15px;
        background-color: darkgray;
    }
    .row-2 {
        width: 75%;
    }
    .features-cont h2 {
        margin-bottom: 20px;
    }
    .ft-group {
        display: flex;
    }
    .ft-group img {
        height: 150px;
    }
    .products img {
        height: 150px;
    }
    .ft-head {
        border: 1px solid green;
        border-radius: 5px;
        padding: 10px;
        margin: 10px 10px;
        flex: 1;
    }
    .ft-h2 h2 {
        color: black;
        text-align: center;
        font-style: italic;
        font-weight: bold;
        font-family: sans-serif;
        font-size: 25px;
        margin-top: 25px;
        margin-bottom: 5px;
    }
    .bid-head {
        border: 1px solid #4b4f56;
        margin-bottom: 15px;
        text-align: center;
    }
    .grp-bid-content :last-child {
        margin-bottom: unset;
    }
    .price-img-btn {
        display: flex;
    }
    .bid-cont {
        display: flex;
    }
    .bid-price,
    .bid-img,
    .bid-btn {
        padding: 15px;
        flex: 2;
        margin: auto;
    }
    .bid-btn .b-button {
        float: right;
    }
    .bid-price {
        color: darkgreen;
        font-size: 2vw;
    }
    #myDropdowncat {
        display: block;
    }
    .dropbtncat {
        background-color: #365899;
        color: white;
        padding: 15px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
    }
    .dropbtnauct {
        background-color: #365899;
        color: white;
        padding: 15px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
    }
    .dropdownauct {
        width: 30%;
        display: grid;
        float: right;
    }
    .dropd-cont {
        width: 100%;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        display: inline-block;
        margin-bottom: 15px;
        padding: 15px;
        background-color: darkgray;
    }
    .slider-cont {
        width: 100%;
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        border: 1px solid black;
        margin: 0 3%;
    }
    img.mySlides {
        padding: 0;
        display: block;
        margin: 0 auto;
        max-width: 50%;
    }
    .product-cont {
        display: flex;
    }
    .products {
        margin-top: 15px;
        flex: 30%;
        border-radius: 5px;
    }
    .fav-cont {
        display: flex;
    }
    .fav-cat {
        flex: 30%;
    }
    .fav-cat img {
        height: 120px;
    }
    .contact-button {
        background: #d9e790;
        display: inline-block;
        padding: 8px 10px;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-style: italic;
    }
    .sale-button {
        background: darkred;
        display: inline-block;
        padding: 8px 10px;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-style: italic;
    }
    .select-div {
        margin: 0 auto;
        width: 500px;
    }
    .select-div .select .selection-cont h1 {
        color: white;
        text-align: center;
        font-family: unset;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 35px;
        text-decoration: underline;
    }
    .selection-cont h2 {
        color: black;
        text-align: center;
        font-family: sans-serif;
        font-size: 15px;
        line-height: 1;
        margin-bottom: 5px;
    }
    header {
        display: flex;
    }
    header .logo {
        width: 250px;
        margin-top: unset;
        height: 100px;
        background-size: contain;
        float: unset;
        position: unset;
        z-index: 1;
        margin: auto;
    }
    .menu {
        position: unset;
        margin: auto;
    }
    ul.menu-wide {
        display: inline-flex;
    }
    .menu-wide li {
        margin: auto 20px;
        list-style-type: none;
    }
    .mobile-menu-item,
    .search-menu-mobile {
        display: none;
    }
    .js .slicknav_menu {
        display: none;
    }
    footer {
        margin: 0 auto;
        width: fit-content;
        height: auto;
        padding: 35px 20px;
        color: #dedce1;
        display: flex;
    }
    .footer-col {
        margin: 20px;
    }
    /********************************************* SHOP *************************************************************/
    #catalogInput {
        background-image: url('/css/searchicon.png');
        background-position: 10px 10px;
        background-repeat: no-repeat;
        width: 100%;
        font-size: 16px;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;
        margin-bottom: 12px;
    }
    #catalogTable {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #ddd;
        font-size: 18px;
    }
    #catalogTable th,
    #catalogTable td {
        text-align: left;
        padding: 12px;
    }
    #catalogTable tr {
        border-bottom: 1px solid #ddd;
    }
    #catalogTable tr.header,
    #catalogTable tr:hover {
        background-color: #f1f1f1;
    }
    #categoryList {
        padding: 100px;
        text-align: Left;
    }
    #catalogList {
        text-align: Left;
        border: 1px solid black;
        padding: 10px;
        background: white;
        position: absolute;
        overflow-y: auto;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 70%;
        width: 70%;
        margin: auto;
        z-index: 900;
        display: none;
        position: fixed;
    }
    #content {
        text-align: center;
        width: auto;
        display: inline-block;
        padding: 100px;
        visibility: visible;
        /*April 8, 2019*/
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.23);
        -khtml-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.23);
        border-radius: 15px;
        margin: 20px;
    }
    .closeCatalog {
        cursor: pointer;
        position: absolute;
        right: 0%;
        padding: 12px 16px;
        transform: translate(0%, -50%);
    }
    .catalogImage {
        cursor: pointer;
        height: 50px;
        width: 50px;
        image-orientation: from-image;
    }
    .category-name {
        cursor: pointer;
        margin: 5px;
        vertical-align: middle;
        padding: 5px;
        border: 1px solid black;
    }
    #catalogImage {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 9999;
        /* Sit on top */
        padding-top: 100px;
        left: 0;
        top: 0px;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.9);
        /* Black w/ opacity */
    }
    .mySlides {
        margin: auto;
        display: none;
        height: 80%;
        max-width: 700px;
    }
    /* The Close Button */
    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }
    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
    /********************************************* END-SHOP *************************************************************/
}


/*FYI GOOD PRACTICE
Always Design for Mobile First
Mobile First means designing for mobile before designing for desktop or any other device 
(This will make the page display faster on smaller devices).
This means that we must make some changes in our CSS.
Instead of changing styles when the width gets smaller than 768px, we should change the design 
when the width gets larger than 768px. This will make our design Mobile First:
*/


/*Template use for later - March 26, 2020 -ML*/


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {}


/* Small devices (portrait tablets and large phones, 600px and up) */

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


/* Medium devices (landscape tablets, 768px and up) */

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


/* Large devices (laptops/desktops, 992px and up) */

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


/* Extra large devices (large laptops and desktops, 1200px and up) */

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