* {
    box-sizing: border-box;
}

html {

}

 @media only screen and (min-width: 800px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

     /* format and actions for columns */
    .row::after {
    content: "";
    clear: both;
    display: table;
    }

    [class*="col-"] {
    float: left;
    padding: 5px;
    }

    body {
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 14px;
    padding: 10px;
    line-height: 1.5;
    text-align: justify;
    }


    /* HEADINGS DEFAULT */
    h1 {
    font-size: 22px;
    color: #000099;
    text-align: center;
    }

    h2 {
    font-size: 20px;
    color: #000099;
    text-align: center;
    }

    h3 {
    font-size: 18px;
    color: #000099;
    text-align: center;
    }

    h4 {
    font-size: 16px;
    color: #000099;
    text-align: center;
    }

    h5 {
    font-size: 14px;
    color: #000099;
    text-align: center;
    }

    h6 {
    font-size: 12px;
    color: #000099;
    text-align: center;
    }

    /* HYPER LINKS COLOR FORMAT */
    a:link {
    color: #0033FF;
    text-decoration: none;
    }

    a:visited {
    color: #0033FF;
    text-decoration: none;
    }

    a:hover {
    color: #000099;
    text-decoration: none;
    }

    a:active {
    color: #0033FF;
    text-decoration: none;
    }

    hr {
    width: 90%;
    border-top: 2px solid blue;
    }

    hr.red {
    width: 90%;
    border-top: 2px solid red;
    }

    hr.christmas {
    width: 100%;
    height: 100px;
    border: 1px solid white;
    background-image: url(images/garland.jpg);
    max-width: 1200px;
    }

    .header {
    width: 100%;
    height:auto;
    position: -webkit-sticky;
    position: sticky;
    padding: 0px;
    top: 0;
    margin-bottom: 10px;
    background: #FFFFFF;
    }

    /* PAGE LAYOUT BY DIVISIONS */

    .page-title {
    width: 100%;
    margin: 20px 10px;
    }

     /* CARD USE TO CREATE CONTENT BLOCKS*/
    .card {
    background-color: white;
    padding: 10px;
    margin-top: 20px;
    }

    .contact {
    width: 60%;
    margin: 20px auto
    }

    .returns {
    width: 70%;
    margin: 20px auto
    }

    .register {
    width: 70%;
    margin: 20px auto
    }

    div.sticky {
    position: -webkit-sticky;
    position: sticky;
    width: 100%, auto;
    top: 0;
    }

    .container {
    width: 90%;
    margin: 5px auto;
    overflow: hidden;
    }

    .center {
    width: 90%;
    align-content: center;
    }

    .topleft {
    position: fixed;
    width: 300px;
    top: 150px;
    left: 10px;
    }

    .left {
    width: 96%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: auto;
    align-content: center;
    background-color: #FFFFFF;
    }

    .right {
    width: 96%;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: auto;
    align-content: center;
    background-color: #FFFFFF;
    }

    .sale {
    margin: auto;
    width: 60%;
    padding: 2px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    }

    ul.downloads {
    list-style-type: square;
    text-decoration: underline;
    font-size: 1.3em;
    padding: 10px;
    line-height: 1.6;
    }

    ::-webkit-scrollbar {
    width: 10px;
    margin-left: 10px;
    }

    ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
    background: #99CCFF;
    border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
    background: #0066FF;
    }

    /* NAVBAR TOP */
    .navbar {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    }

    .navbar ul {
    list-style-type: none;
    float: left;
    height: 35px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    }

    .navbar ul li {
    float: left;
    font-family: "Verdana", sans-serif;
    font-size: 1em;
    margin-top: 5px;
    }

    .navbar ul li a {
    display: block;
    margin-right: 15px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
    padding: 5px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    text-decoration: none;
    }

    .navbar ul li a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
    }

    /* LOGO */
    .navbar .logo_div {
    float: left;
    width: 300px;
    padding: 0px;
    margin-right: 10px;
    background-color: #FFFFFF;
    }

    .navbar .logo_div .logo_img {
    width: 100%;
    height: auto;
    margin: 5px 5px;
    max-width: 265px;
    max-height: 95px;
    }

    .navbar li a, .dropbtn {
    display: inline-block;
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    font-family: inherit;
    font-size: inherit;
    color: white;
    text-align: center;
    padding: 5px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #000099;
    text-decoration: none;
    }

    .navbar li a:hover, .dropdown:hover .dropbtn {
    background-color: #66CCFF;
    }

    .navbar li.dropdown {
    display: inline-block;
    }

    .navbar .dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    }

    .navbar .dropdown-content a {
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    }

    .navbar .dropdown-content a:hover {background-color: #0000FF;}

    .navbar .dropdown:hover .dropdown-content {
    display: block;
    }

    /* CUSTOMER NAVBAR  */

    .navcustomer {
    width: 100%;
    padding: 5px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    }

    .navcustomer ul {
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 45px;
    }

    .navcustomer ul li {
    float: left;
    height: 35px;
    font-family: "Verdana", sans-serif;
    font-size: 1.0em;
    margin-bottom: 20px;
    }

    .navcustomer ul li a {
    display: block;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    padding: 8px 5px;
    background-color: #0066CC;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #000066;
    text-decoration: none;
    }

    .navcustomer ul li a:hover {
    color: #FFFFFF;
    background-color: #3399CC;
    }


    /* SIDE MENU BAR */

    .menu {
    display: block;
    float: left;
    margin-top:10px;
    background-color: #FFFFFF;
    }

    .menu ul {
    list-style-type: none;
    width: 100%;
    margin-top: 25px;
    padding: 0;
    }

    .menu ul li a {
    display: block;
    float: left;
    font-family: "Verdana", sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    width: 175px;
    height: auto;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    }

    .menu li a:hover {
    background-color: #0000FF;
    }

    /* CUSTOM Ul LIST */
    ul.home {
    list-style: none;
    margin-bottom: 5px;
    padding: 0px;
    }
    ul.home li {
    margin-left: 15px;
    margin-bottom: 5px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; color: #000099;
    }

    /* PAGING */
    .pagination {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 5px;
    }

    .pagination a {
    size: 20px;
    color: black;
    float: left;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #000000;
    border-radius: 5px;
    margin: 20px 8px;
    }

    .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #000000;
    }

    .pagination a:hover:not(.active) {background-color: #CCFFCC;}

    /* BREAD CRUMB NAVIGATION */
    .breadcrumb {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    }

    ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #CC0033;
    }

    ul.breadcrumb li {
    display: inline;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    }

    ul.breadcrumb li+li:before {
    padding: 8px;
    color: #FFFFFF;
    content: ">\00a0";
    }

    ul.breadcrumb li a {
    color: #FFFFFF;
    text-decoration: none;
    }

    ul.breadcrumb li a:hover {
    color: #3333CC;
    text-decoration: underline;
    }

    /* GROUP PAGE FORMAT*/
    .group {
    align-content: center;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 25px 25px;
    }

    .group:after {
    content: "";
    display: block;
    clear: both;
    }

    .group .group-title {
    margin: 10px auto;
    color: #000099;
    font-family: "Verdana", sans-serif;
    }

    .group .banner {
    float: left;
    align-content: center;
    margin: 10px;
    width: auto;
    height: auto;
    padding: 5px;;
    }

    .group .banner .banner_image {
    max-width: 300px;
    max-height: 300px;
    margin: 0px 0px;
    border: 2px solid #0000FF;
    }

    .group .banner .banner_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

    /* GROUP PRODUCT PAGE FORMAT*/
    .groupproduct {
    align-content: center;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 30px;
    margin-left: 5px;
    margin-right: 25px;
    }

    .groupproduct:after {
    content: "";
    display: block;
    clear: both;
    }

    .groupproduct .group-title {
    margin: 10px auto;
    color: #000099;
    font-family: "Verdana", sans-serif;
    }

    .groupproduct .product {
    float: left;
    align-content: center;
    width: 280px;
    height: auto;
    min-height: 575px;
    margin: 10px 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .groupproduct .product .product_image {
    width : 100%;
    height: auto;
    max-width: 250px;
    max-height: 350px;
    border: 2px solid #0066FF;
    }

    .groupproduct .product .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

    /* FLAGPOLE PAGES */

    .groupproduct .flagpoles {
    float: left;
    align-content: center;
    width: 280px;
    height: 750px;
    margin: 10px 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .groupproduct .flagpoles .product_image {
    width : 100%;
    height: auto;
    max-width: 250px;
    max-height: 500px;
    border: 2px solid #0066FF;
    }

    .groupproduct .flagpoles .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

    /* EXPRESSIONS PAGES */

    .groupproduct .express {
    float: left;
    align-content: center;
    width: 280px;
    height: 765px;
    margin: 10px 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .groupproduct .express .product_image {
    width : 100%;
    height: auto;
    max-width: 250px;
    max-height: 400px;
    border: 2px solid #0066FF;
    }

    .groupproduct .express .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

    /* SHOPPING GROUPS PAGE*/

    .groupproduct .shopping {
    float: left;
    align-content: center;
    width: 280px;
    height: 750px;
    margin: 10px 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .groupproduct .shopping .product_image {
    width : 250px;
    height: 350px;
    border: 2px solid #0066FF;
    }

    .groupproduct .shopping .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

    /* PRODUCT PAGES */
    .products {
    width: 90%;
    margin: 5px auto;
    overflow: hidden;
    margin-bottom: 15px;
    }

    .products .title {
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    }

    .products .description {
    width: 100%;
    margin: 20px auto;
    text-align: justify;
    }

    .products .status {
    width: 98%;
    height: auto;
    margin-bottom: 20px;
    }

    .products .status .heart {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #FF0000;
    font-size: 20px;
    }

    .products .pitch {
    width: 100%;
    margin: 20px auto;
    }

    .products .image_div {
    width: 50%;
    height: auto;
    float: left;
    margin-bottom: 25px;
    }

    .products .image_div .prod_img {
    width: 100%;
    height: auto;
    margin: 5px 5px;
    max-width: 300px;
    max-height: 200px;
    border: 1px solid #000000;
    }

    .products form {
    float: left;
    display: block;
    width: 100%;
    }

    .products label {
    float: left;
    display: block;
    height: 30px;
    width: auto;
    margin: 20px 10px;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    }

    .products input {
    float: left;
    display: block;
    height: 30px;
    width: 50px;
    margin: 20px 10px;
    padding: 5px 5px;
    text-align: center;
    font-size: 1.3em;
    border-radius: 3px;
    box-sizing : border-box;
    background: #FFFFCC;
    border: 1px solid #333333;
    }

    .products .btn {
    float: left;
    display: block;
    width: auto;
    height: 30px;
    margin: 20px 5px;
    padding: 5px 5px;
    font-size: .9em;
    letter-spacing: .1em;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #6699FF;
    border: 1px solid #000099;
    border-radius: 5px;
    text-decoration: none;
    }

    /* FEATURED PRODUCT PAGE FORMAT*/
    .featuredproduct {
    float: right;
    align-content: center;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 10px;
    max-width: 320px;
    }

    .featuredproduct:after {
    content: "";
    display: block;
    clear: both;
    }

    .featuredproduct .group-title {
    margin: auto;
    width: 100%;
    padding: 6px;
    background-color: #003399;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    }

    .featuredproduct .product {
    float: right;
    width: 280px;
    height: auto;
    margin: 10px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .featuredproduct .product .product_image {
    width : 100%;
    height: auto;
    max-width: 250px;
    max-height: 300px;
    border: 2px solid #0066FF;
    }

    .featuredproduct .product .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

    /* RIGHT SIDE AD SPACE */
    .ad-space {
    align-content: center;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 10px;
    max-width: 350px;
    }

    .ad-space .img_ad {
    width : 100%;
    height: auto;
    max-width: 350px;
    max-height: 400px;
    }

    .ad-space:after {
    content: "";
    display: block;
    clear: both;
    }

    /* STATE PRODUCT PAGE FORMAT*/
    .stategroup {
    align-content: center;
    width: 98%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    margin: 30px;
    margin-left: 5px;
    margin-right: 20px;
    border-radius: 8px;
    border: 1px solid #000066;
    background: #CCFFFF;
    }

    .stategroup:after {
    content: "";
    display: block;
    clear: both;
    }

    /* EXPRESSIONS PRODUCT PAGE FORMAT*/
    .expressions {
    align-content: center;
    width: 98%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    margin: 30px;
    margin-left: 5px;
    margin-right: 20px;
    border-radius: 8px;
    border: 1px solid #660099;
    background: #CCCCFF;
    }

    .expressions:after {
    content: "";
    display: block;
    clear: both;
    }

    /* RATING SETTINGS*/
    .rate {
    width: 100%
    }

    ul {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    }

    li.star {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #BBBBBB;
    font-size: 20px;
    }

    li.star.selected {
    color: #FF0000;
    }

    .rate .row-item {
    margin-bottom: 10px;
    }

    /*COMMENTS FORMAT*/
    .comments-form {
    width: 80%;
    margin: 5px auto;
    float: left;
    }

    /*COMMENTS OUT PUT*/
    .comments-section {
    width: 80%;
    float: left;
    }

    .comment {
    margin-bottom: 10px;
    }

    .comment .comment-name {
    font-size: 0.9em;
    font-weight: bold;
    }

    .comment .comment-date {
    font-style: italic;
    font-size: 0.8em;
    }

    .comment-details {
    width: 91.5%;
    padding: 10px;
    float: left;
    }

    .comment-details p {
    font-size: 0.9em;
    margin-left: 10px;
    }

    .comment .reply-btn, .edit-btn { font-size: 0.8em; }

    /* REPLIES FORMAT */
    .reply { margin-left: 30px; }

    .reply_form {
    margin-left: 40px;
    display: none;
    }

    #comment_form { margin-top: 10px; }

    /* TABLES DEFAULT */
    table { border-collapse: collapse; width: 100%; margin: 10px auto; }
    th, td { padding: 5px; text-align: left; border: 0px solid #ddd; height: 25px; margin: 10px auto; }
    th { text-align: left;}

    /* Actions div (at the middle) */
    .action { width: 50%; float: left; margin-top: 25px;}
    .action form { width: 80%; }
    .action .page-title { margin: 25px; }
    .action.create-post-div { width: 80%; }

    /* Table div (Displaying records from DB) */
    .table-div { float: left; width: 100%; overflow: hidden; overflow-y: auto; }
    .table-div .message { width: 90%; margin-top: 10px; }
    .table-div table { width: 100%; }
    .table-div a.fa { color: black; padding: 3px; width:50px; }
    .table-div .edit { background: white; }
    .table-div .delete { background: white; }
    .table-div .publish { background: white; }
    .table-div .unpublish { background: white; }

    /* Form formatting 3-23-23 */
    form { width: 100%; margin: 5px auto; padding-bottom: 20px; }
    form input[type=file], input[type=email], input[type=password], input[type=text], input[type-date], input[type-radio], input[url]{
    width: 100%;
    height: 30px;
    display: block;
    padding: 3px 3px;
    font-size: 1em;
    margin: 5px auto 10px;
    border-radius: 3px;
    box-sizing : border-box;
    background: transparent;
    border: 1px solid #000000;
    }

    form select {
        width: 100%;
        height: 30px;
        display: block;
        padding: 3px 3px;
        font-size: 1em;
        margin: 5px auto 10px;
        border-radius: 3px;
        box-sizing : border-box;
        background: white;
        border: 1px solid #000000;
    }

    form textarea {
        width: 100%;
        height: 100px;
        display: block;
        padding: 3px 3px;
        font-size: 1em;
        margin: 5px auto 10px;
        border-radius: 3px;
        box-sizing : border-box;
        background: white;
        border: 1px solid #000000;
    }

    form input[type="checkbox"] { width: 20px; height: 20px; border: 1px solid #000000; float: left;}
    form button { float: right; margin-left: 24%; }
    form input:focus { outline: none; }
    label {	margin-top: 10px; margin-bottom: 10px; float: left; font-size: .9em; font-weight: bold; }

    .bigcheckbox {
    width: 25px;
    height: 25px;
    background: white;
    }

    form input:focus {
    outline: none;
    }

    /* STATES GROUP */

    .states {
        margin-top: 30px;
        border-radius: 5px;
        align-content: center;
        margin: 30px;
        margin-left: 5px;
        margin-right: 20px;
        background-color: #FFFFFF;
    }
    .states:after {
        content: "";
        display: block;
        clear: both;
    }
    .states .content-title {
        margin: 10px auto;
        color: #000099;
        font-family: "Verdana", sans-serif;
    }
    .states .gallery {
        align-content: center;
        width: 285px;
        margin: 10px;
        height: 325px;
        float: left;
        border-radius: 2px;
        border: 1px solid #b3b3b3;
    }

    .states .gallery .gallery_image {
        height: 200px;
        width: 275px;
        margin: 5px 5px;
        border: 1px solid #000000;
        background-size: 100%;
    }

    .states .gallery .photo_info {
        height: 100px;
        margin-bottom: 5px;
        font: .8em;
        color: #000066;
        font-weight: 200;
        font-family: "Verdana", sans-serif;
    }

    /* GALLERY PAGES */

    .content {
    width: 100%;
    float: right;
    margin-top: 10px;
    border-radius: 5px;
    overflow: auto;
    align-content: center;
    background-color: #FFFFFF;
    }
    .content:after {
    content: "";
    display: block;
    clear: both;
    }
    .content .content-title {
    padding: 5px;
    color: #000099;
    font-family: "Verdana", sans-serif;
    }

    .content .full {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    }

    .content .full .full_image {
    float: right;
    margin: 5px 5px;
    max-width: 600px;
    max-height: 600px;
    border: 1px solid #000000;
    background-size: 100%;
    }

    .content .gallery {
    width: 23%;
    height: auto;
    float: left;
    }

    .content .gallery .gallery_image {
    width: 96%;
    height: auto;
    margin: 5px 5px;
    border: 1px solid #0033FF;
    }

    .content .gallery .gallery_thump {
    width: 96%;
    height: auto;
    margin: 5px 15px;
    max-width: 300px;
    max-height: 300px;
    border: 1px solid #000000;
    }

    .content .gallery .category:hover {
    box-shadow: 3px 2px 2px;
    color: white;
    background: #374447;
    transition: .4s;
    opacity: 1;
    }

    /* VIDEO MEDIA FORMAT */
    .video-content {
    float: right;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 10px;
    max-width: 1080px;
    background: #000000;
    }

    .video-content .video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    margin: 25px 0px;
    }


    /* GENERAL MEDIA FORMATS */
    .img {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 1080px;
    max-height: 1080px;
    }

    .img .logo {
    display: block;
    float: left;
    width: 245px;
    height: 85px;
    }

    .logo_sm {
    display: block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
    border: 0px solid #000000;
    }

    .img .wind {
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 400px;
    margin: 5px 5px;
    border: 1px solid #0033FF;
    background-size: 100%;
    }

    .img .recomended {
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 400px;
    margin: 5px 5px;
    border: 1px solid #000000;
    background-size: 100%;
    }

    .img .garland {
    display: block;
    float: left;
    width: 96%;
    height: auto;
    }

    .img_left {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 275px;
    }

    .img_right {
    display: block;
    float: right;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 275px;
    }

    .img_register {
    display: block;
    float: left;
    width: 127px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    }

    .img_phone {
    display: block;
    width: 225px;
    height: 40px;
    max-width: 225px;
    }

    .img_phone_sm {
    display: block;
    width: 165px;
    height: 25px;
    max-width: 165px;
    }

    .img_contact_reply {
    display: block;
    float: right;
    width: 290px;
    height: 20px;
    margin-bottom: 40px;
    max-width: 290px;
    }

    .img_home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 435px;
    }

    .img_curbside {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 948px;
    max-height: 592px;
    border: 2px solid #0066FF;
    }

    /* ERROR REPORTING */
    .error {
    color: #FF0000;
    background: #EEEEEE;
    border: 1px solid #000000;
    margin-bottom: 20px;
    }

    .validation_errors p {
    color: #FF0000;
    text-align: left;
    margin-left: 10px;
    }

    .message {
    color: #339933;
    background: #EEEEEE;
    border: 1px solid #000000;
    margin-bottom: 20px;
    }

    .footer {
    width: 100%;
    height: auto;
    margin-top: 15px;
    position: bottom;
    padding: 0px;
    text-align: right;
    font-size: 14px;
    color: #000099;
    }

     /* NAVBAR FOOTER */
    .footer .navfoot {
    margin: 0px, 5px;
    overflow: hidden;
    width: 100%;
    }
    .footer .navfoot ul {
    list-style-type: none;
    float: left;
    height: 45px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 0;
    }

    .footer .navfoot ul li {
    float: left;
    font-family: "Verdana", sans-serif;
    font-size: 1em;
    }

    .footer .navfoot ul li a {
    display: block;
    margin-right: 5px;
    margin-bottom: 0px;
    color: white;
    text-align: center;
    padding: 5px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    text-decoration: none;
    }

    .footer .navfoot ul li a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
    }

    /* LINKS FOOTER */
    .footer .linkfoot {
    float: left;
    height: 350px;
    width: 100%;
    margin: 5px, 5px;
    padding: 5px;
    }

    .footer .linkfoot .img_cards {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 100px;
    max-width: 500px;
    max-height: 100px;
    }

    /* BUTTON DEFAULT */
    .btn {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 35px;
    color: #FFFFFF;
    background: #6699FF;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #000099;
    border-radius: 5px;
    display: block;
    letter-spacing: .1em;
    margin: 10px 0px;
    padding: 5px 8px;
    }

    .button1 {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 35px;
    margin: 10px 0px;
    padding: 7px 10px;
    font-size: 1.1em;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    background: #006600;
    border: 1px solid #000000;
    border-radius: 5px;
    }

    .btn.pay {
    text-decoration: none;
    display: block;
    width: auto;
    height: 35px;
    margin: 10px 0px;
    padding: 7px 10px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: #006600;
    background: #CCFF99;
    border: 1px solid #006600;
    border-radius: 5px;
    }

    .btn.shop {
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: 30px;
    color: #006600;
    background: #CCFF99;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #006600;
    border-radius: 5px;
    display: block;
    letter-spacing: .1em;
    margin: 10px 0px;
    padding: 5px 8px;
    }

    .btn.next {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

    .btn.previous {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

} /* END OF DESKTOP FORMAT */

@media screen and (max-width: 799px) {
     /* For mobile phones and tablets: */
    [class*="col-"] {
    width: 98%;
    }

    body {
    font-family: "Verdana", "Arial", sans-serif;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    }

    /* BODY STRUCTURE FORMAT */
    .container {
    width: 100%;
    margin: 5px auto;
    overflow: hidden;
    }

    .center {
    align-content: center;
    float: right;
    width: 100%
    }

    .aside {
    background-color: #FFFFFF;
    padding: 15px;
    color: #6600FF;
    text-align: center;
    font-size: 14px;
    }

    .card {
    width: 98%;    
    background-color: white;
    padding: 5px;
    margin-top: 20px;
    }

    .contact {
    width: 100%;
    margin: 20px auto
    }

    .returns {
    width: 100%;
    margin: 20px auto
    }

    .register {
    width: 90%;
    margin: 20px auto
    }

    .left {
    width: 96%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: auto;
    align-content: center;
    background-color: #FFFFFF;
    }

    .right {
    width: 96%;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: auto;
    align-content: center;
    background-color: #FFFFFF;
    }

    div.sticky {
    position: -webkit-sticky;
    position: sticky;
    width: 100%, auto;
    top: 0;
    }

    .page-title {
    width: 100%;
    min-height: 75px;
    margin: 10px 10px;
    float: left;
    }

    .row::after {
    content: "";
    clear: both;
    display: table;
    }

    /* HEADINGS DEFAULT */
    h1 {
    font-size: 16px;
    color: #000099;
    text-align: center;
    }

    h2 {
    font-size: 14px;
    color: #000099;
    text-align: center;
    }

    h3 {
    font-size: 12px;
    color: #000099;
    text-align: center;
    }

    h4 {
    font-size: 12px;
    color: #000099;
    text-align: center;
    }

    h5 {
    font-size: 12px;
    color: #000099;
    text-align: center;
    }

    h6 {
    font-size: 10px;
    color: #000099;
    text-align: center;
    }

    /* HYPER LINKS COLOR FORMAT */
    a:link {
    color: #0033FF;
    text-decoration: none;
    }

    a:visited {
    color: #0033FF;
    text-decoration: none;
    }

    a:hover {
    color: #000099;
    text-decoration: none;
    }

    a:active {
    color: #0033FF;
    text-decoration: none;
    }

    /* LINE FORMAT */
    hr {
    width: 90%;
    border-top: 2px solid blue;
    }

    hr.red {
    width: 90%;
    border-top: 2px solid red;
    }

    hr.christmas {
    width: 100%;
    border: 1px solid white;
    background-image: url(images/garland.jpg);
    height: 100px;
    }

    .header {
    width: 100%;
    height: 200px;
    position: -webkit-sticky;
    position: sticky;
    padding: 5px;
    top: 0;
    margin-left: 0px;
    margin-bottom: 15px;
    background: #FFFFFF;
    }

    .sale {
    margin: auto;
    width: 90%;
    padding: 2px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    }

    ul.downloads {
    list-style-type: square;
    text-decoration: underline;
    font-size: 1.3em;
    padding: 10px;
    line-height: 2.2;
    }

    ::-webkit-scrollbar {
    width: 10px;
    }

    ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
    background: #99CCFF;
    border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
    background: #0066FF;
    }

    /* NAVBAR TOP */
    .navbar {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    }

    .navbar ul {
    list-style-type: none;
    float: left;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    }

    .navbar ul li {
    display: inline;
    height: 45px;
    float: left;
    font-family: "Verdana", sans-serif;
    font-size: 1.0em;
    margin-top: 5px;
    }

    .navbar ul li a {
    display: block;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
    padding: 8px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    text-decoration: none;
    }

    .navbar ul li a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
    }

    /* LOGO */
    .navbar .logo_div {
    width: auto;
    height: 80px;
    float: left;
    padding: 0px;
    margin-right: 10px;
    background-color: #FFFFFF;
    }

    .navbar .logo_div .logo_img {
    width: 100%;
    margin: 5px 5px;
    max-width: 250px;
    max-height: 80px;
    }

    .navbar li a, .dropbtn {
    display: inline-block;
    height: auto;
    margin-right: 5px;
    margin-bottom: 10px;
    font-family: inherit;
    font-size: inherit;
    color: white;
    text-align: center;
    padding: 5px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #000099;
    text-decoration: none;
    }

    .navbar li a:hover, .dropdown:hover .dropbtn {
    background-color: #66CCFF;
    }

    .navbar li.dropdown {
    display: inline-block;
    }

    .navbar .dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    }

    .navbar .dropdown-content a {
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    }

    .navbar .dropdown-content a:hover {background-color: #0000FF;}

    .navbar .dropdown:hover .dropdown-content {
    display: block;
    }

    /* CUSTOMER NAVBAR  */

    .navcustomer {
    width: 100%;
    padding: 5px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    }

    .navcustomer ul {
    list-style-type: none;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 45px;
    }

    .navcustomer ul li {
    float: left;
    height: 45px;
    font-family: "Verdana", sans-serif;
    font-size: 1.0em;
    margin-bottom: 20px;
    }

    .navcustomer ul li a {
    display: block;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    padding: 8px 5px;
    background-color: #0066CC;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #000066;
    text-decoration: none;
    }

    .navcustomer ul li a:hover {
    color: #FFFFFF;
    background-color: #3399CC;
    }

    /* SIDE NAV BAR */

    .menu {
    display: block;
    float: left;
    margin-top:25px;
    background-color: #FFFFFF;
    }

    .menu ul {
    list-style-type: none;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    }

    .menu ul li {
    float: left;
    height: 35px;
    font-family: "Verdana", sans-serif;
    font-size: .8em
    }

    .menu li a {
    display: inline;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    }

    .menu li a:hover {
    background-color: #0000FF;
    }

    /* CUSTOM Ul LIST */
    ul.home {
    list-style: none;
    margin-bottom: 5px;
    padding: 0px;
    }
    ul.home li {
    margin-left: 15px;
    margin-bottom: 5px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; color: #000099;
    }

    /* PAGING */
    .pagination {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 5px;
    }

   .pagination a {
    size: 20px;
    color: black;
    float: left;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #000000;
    border-radius: 5px;
    margin: 20px 8px;
    }

    .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #000000;
    }

    .pagination a:hover:not(.active) {background-color: #CCFFCC;}

     /* BREAD CRUMB NAVIGATION */
    .breadcrumb {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    }

    ul.breadcrumb {
    padding: 8px 12px;
    list-style: none;
    background-color: #CC0033;
    }

    ul.breadcrumb li {
    display: inline;
    height: 65px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    }

    ul.breadcrumb li+li:before {
    padding: 8px;
    color: #FFFFFF;
    content: ">\00a0";
    }

    ul.breadcrumb li a {
    color: #FFFFFF;
    text-decoration: none;
    }

    ul.breadcrumb li a:hover {
    color: #3333CC;
    text-decoration: underline;
    }


    /* GROUP PAGE FORMAT*/
    .group {
    width: auto;
    height: auto;
    margin: 5px auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 320px;
    }

    .group:after {
    content: "";
    display: block;
    clear: both;
    }

    .group .group-title {
    margin: 10px auto;
    color: #000099;
    font-family: "Verdana", sans-serif;
    }

    .group .banner {
    float: left;
    align-content: center;
    margin: 10px;
    width: auto;
    height: auto;
    padding: 5px;;
    }

    .group .banner .banner_image {
    max-width: 300px;
    max-height: 300px;
    margin: 10px 0px;
    border: 2px solid #0000FF;
    }

    .group .banner .banner_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

     /* GROUP PRODUCT PAGE FORMAT*/
    .groupproduct {
    width: 94%;
    height: auto;
    overflow: hidden;
    padding: 0px;
    max-width: 350px;
    }

    .groupproduct:after {
    content: "";
    display: block;
    clear: both;
    }

    .groupproduct .group-title {
    margin: 10px auto;
    color: #000099;
    font-family: "Verdana", sans-serif;
    }

    .groupproduct .product {
    width: 90%;
    height: auto;
    margin: 20px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .groupproduct .product .product_image {
    width : 100%;
    height: auto;
    max-width: 265px;
    max-height: 600px;
    border: 2px solid #0066FF;
    }

    .groupproduct .product .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

    /* FLAGPOLE PRODUCTS */
    .groupproduct .flagpoles {
    float: left;
    align-content: center;
    width: 325px;
    height: auto;
    margin: 10px 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .groupproduct .flagpoles .product_image {
    width : 100%;
    height: auto;
    max-width: 300px;
    max-height: 500px;
    border: 2px solid #0066FF;
    }

    .groupproduct .flagpoles .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

    /* EXPRESSIONS PRODUCTS */

    .groupproduct .express {
    width: 90%;
    height: 800px;
    margin: 20px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .groupproduct .express .product_image {
    width : 100%;
    height: auto;
    max-width: 265px;
    max-height: 600px;
    border: 2px solid #0066FF;
    }

    .groupproduct .express .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

        /* SHOPPING GROUPS PAGE*/

    .groupproduct .shopping {
    float: left;
    align-content: center;
    width: 280px;
    height: 735px;
    margin: 10px 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .groupproduct .shopping .product_image {
    width : 250px;
    height: 350px;
    border: 2px solid #0066FF;
    }

    .groupproduct .shopping .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }


    /* PRODUCT PAGES */
    .products {
    width: 100%;
    margin: 5px auto;
    margin-bottom: 15px;
    }

    .products .title {
    width: 100%;
    margin: 10px auto;
    }

    .products .description {
    width: 100%;
    margin: 20px auto;
    text-align: justify;
    }

    .products .status {
    width: 98%;
    height: auto;
    margin-bottom: 20px;
    }

    .products .status .heart {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #FF0000;
    font-size: 16px;
    }

    .products .pitch {
    width: 100%;
    margin: 20px auto;
    }

    .products .image_div {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 25px;
    }

    .products .image_div .prod_img {
    width: 100%;
    height: auto;
    margin: 5px 5px;
    margin-bottom: 25px;
    max-width: 300px;
    max-height: 200px;
    border: 1px solid #000000;
    }

    .products form {
    float: left;
    display: block;
    width: 100%;
    }

    .products label {
    float: left;
    display: block;
    height: 30px;
    width: auto;
    margin: 20px 10px;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    }

    .products input {
    float: left;
    display: block;
    height: 30px;
    width: 50px;
    margin: 20px 10px;
    padding: 5px 5px;
    text-align: center;
    font-size: 1.3em;
    border-radius: 3px;
    box-sizing : border-box;
    background: #FFFFCC;
    border: 1px solid #333333;
    }

    .products .btn {
    float: left;
    display: block;
    width: auto;
    height: 30px;
    margin: 20px 5px;
    padding: 5px 5px;
    font-size: .9em;
    letter-spacing: .1em;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #6699FF;
    border: 1px solid #000099;
    border-radius: 5px;
    text-decoration: none;
    }

    /* FEATURED PRODUCT PAGE FORMAT*/
    .featuredproduct {
    width: 94%;
    float: right;
    height: auto;
    overflow: hidden;
    padding: 0px;
    max-width: 350px;
    margin-top: 25px;
    }

    .featuredproduct:after {
    content: "";
    display: block;
    clear: both;
    }

    .featuredproduct .group-title {
    margin: auto;
    width: 100%;
    padding: 6px;
    background-color: #003399;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    }

    .featuredproduct .product {
    width: 90%;
    height: 350px;
    margin: 20px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    }

    .featuredproduct .product .product_image {
    width : 100%;
    height: auto;
    max-width: 250px;
    max-height: 200px;
    border: 2px solid #0066FF;
    }

    .featuredproduct .product .product_info {
    text-align: center;
    color: #000099;
    font-weight: bold;
    }

    /* RIGHT SIDE AD SPACE */
    .ad-space {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 20px;
    padding: 10px;
    max-width: 310px;
    }

    .ad-space .img_ad {
    width : 100%;
    height: auto;
    max-width: 225px;
    max-height: 400px;
    }

    .ad-space:after {
    content: "";
    display: block;
    clear: both;
    }

    /* EXPRESSIONS PRODUCT PAGE FORMAT*/
    .expressions {
    align-content: center;
    width: 96%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    margin: 30px;
    margin-left: 5px;
    margin-right: 20px;
    border-radius: 8px;
    border: 1px solid #660099;
    background: #CCCCFF;
    }

    .expressions:after {
    content: "";
    display: block;
    clear: both;
    }

    /* STATE PRODUCT PAGE FORMAT*/
    .stategroup {
    width: 94%;
    height: auto;
    overflow: hidden;
    padding: 5px;
    margin: 20px 10px;
    border-radius: 8px;
    border: 1px solid #000066;
    background: #CCFFFF;
    max-width: 320px;
    }

    .stategroup:after {
    content: "";
    display: block;
    clear: both;
    }

    /* STATES PAGE */

    .states {
        margin-top: 30px;
        border-radius: 5px;
        align-content: center;
        margin: 30px;
        margin-left: 5px;
        margin-right: 20px;
        background-color: #FFFFFF;
    }
    .states:after {
        content: "";
        display: block;
        clear: both;
    }
    .states .content-title {
        margin: 10px auto;
        color: #000099;
        font-family: "Verdana", sans-serif;
    }
    .states .gallery {
        align-content: center;
        width: 285px;
        margin: 10px;
        height: 325px;
        float: left;
        border-radius: 2px;
        border: 1px solid #b3b3b3;
    }

    .states .gallery .gallery_image {
        height: 200px;
        width: 275px;
        margin: 5px 5px;
        border: 1px solid #000000;
        background-size: 100%;
    }

    .states .gallery .photo_info {
        height: 100px;
        margin-bottom: 5px;
        font: .8em;
        color: #000066;
        font-weight: 200;
        font-family: "Verdana", sans-serif;
    }

     /* RATING SETTINGS*/
    .rate {
    width: 100%
    }

    ul {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    }

    li.star {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    color: #808080;
    font-size: 16px;
    }

    li.star.selected {
    color: #FF0000;
    }

    .rate .row-item {
    margin-bottom: 10px;
    }

    .rate-actions {
    font-family: "Verdana", sans-serif;
    font-size: .9em;
    }

    /*COMMENTS FORMAT*/
    .comments-form {
    width: 90%;
    margin: 5px auto;
    float: left;
    }

    /*COMMENTS OUT PUT*/
    .comments-section {
    width: 80%;
    margin-top: 5px;
    }

    .comment {
    margin-bottom: 10px;
    }

    .comment .comment-name {
    font-size: 0.9em;
    font-weight: bold;
    }

    .comment .comment-date {
    font-style: italic;
    font-size: 0.8em;
    }

    .comment .reply-btn, .edit-btn { font-size: 0.8em; }

    .comment-details {
    width: 91.5%;
    padding: 10px;
    float: left;
    }

    .comment-details p {
    font-size: 0.9em;
    margin-left: 10px;
    }

    /* REPLIES FORMAT */
    .reply { margin-left: 30px; }

    .reply_form {
    margin-left: 40px;
    display: none;
    }

    /* GALLERY PAGES */

    .content {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: auto;
    align-content: center;
    background-color: #FFFFFF;
    }

    .content:after {
    content: "";
    display: block;
    clear: both;
    }

    .content .content-title {
    padding: 5px;
    color: #FFFFFF;
    font-family: "Verdana", sans-serif;
    }

    .content .full {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    }

    .content .full .full_image {
    width: 96%;
    height: 96%;
    margin: 5px 5px;
    max-width: 350px;
    max-height: 600px;
    border: 1px solid #000000;
    }

    .content .gallery {
    width: 23%;
    float: left;
    }

    .content .gallery .gallery_image {
    width: 96%;
    height: auto;
    margin: 5px 5px;
    border: 1px solid #0033FF;
    }

    .content .gallery .gallery_thump {
    width: 96%;
    height: auto;
    margin: 5px 5px;
    max-width: 300px;
    max-height: 300px;
    border: 1px solid #000000;
    }

    .content .gallery .category:hover {
    box-shadow: 3px 2px 2px;
    color: white;
    background: #374447;
    transition: .4s;
    opacity: 1;
    }

    /* BUTTON DEFAULT */
    .btn {
    text-decoration: none;
    display: block;
    width: auto;
    height: 30px;
    margin: 10px 0px;
    padding: 7px 10px;
    font-size: .8em;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #6699FF;
    border: 1px solid #000099;
    border-radius: 5px;
    }

    .btn.pay {
    text-decoration: none;
    display: block;
    width: auto;
    height: 35px;
    margin: 10px 0px;
    padding: 7px 10px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: #006600;
    background: #CCFF99;
    border: 1px solid #006600;
    border-radius: 5px;
    }

    .btn.shop {
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: 30px;
    color: #006600;
    background: #CCFF99;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #006600;
    border-radius: 5px;
    display: block;
    letter-spacing: .1em;
    margin: 10px 0px;
    padding: 5px 8px;
    }

    .btn.next {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

    .btn.previous {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

    /* TABLES DEFAULT */
    table { border-collapse: collapse; width: 100%; margin: 5px auto; }
    th, td { padding: 5px; text-align: left; border: 0px solid #ddd; height: 35px; }
    th { text-align: left;}

    /* Actions div (at the middle) */
    .action { width: 100%; float: left; margin-top: 25px; }
    .action form { width: 90%; }
    .action .page-title { margin: 25px; }
    .action.create-post-div { width: 80%; }

    /* Table div (Displaying records from DB) */
    .table-div { float: left; width: 100%; overflow: hidden; }
    .table-div .message { width: 90%; margin-top: 10px; }
    .table-div table { width: 100%; }
    .table-div th, td { padding: 10px; text-align: left; border: 0px solid #ddd; margin: 20px auto; }
    .table-div a.fa { color: black; padding: 3px; width:50px; }
    .table-div .edit { background: white; }
    .table-div .delete { background: white; }
    .table-div .publish { background: white; }
    .table-div .unpublish { background: white; }

    /* Form formatting 3-23-23 */
    form { width: 100%; margin: 5px auto; padding-bottom: 20px; }
    form input[type=file], input[type=email], input[type=password], input[type=text], input[type-date], input[type-radio], input[url] {
    width: 100%;
    height: 35px;
    display: block;
    padding: 3px 3px;
    font-size: 1em;
    margin: 5px auto 10px;
    border-radius: 3px;
    box-sizing : border-box;
    background: white;
    border: 1px solid #000000;
    }

    form select {
        float: left;
        width: 100%;
        height: 35px;
        display: block;
        padding: 3px 3px;
        font-size: 1em;
        margin: 5px auto 10px;
        border-radius: 3px;
        box-sizing : border-box;
        background: white;
        border: 1px solid #000000;
    }

    form textarea {
        width: 100%;
        height: 200px;
        display: block;
        padding: 3px 3px;
        font-size: 1em;
        margin: 5px auto 10px;
        border-radius: 3px;
        box-sizing : border-box;
        background: white;
        border: 1px solid #000000;
    }

    form input[type="checkbox"] { width: 20px; height: 20px; border: 1px solid #000000; float: left; }
    form input:focus { outline: none; }
    label {	margin-top: 10px; margin-bottom: 10px; float: left; font-size: .9em; font-weight: bold; }

    .bigcheckbox {
    width: 25px;
    height: 25px;
    background: white;
    }

    form input:focus {
    outline: none;
    }

    /* ERROR AND MESSAGES REPORTING */
    .error {
    color: #FF0000;
    background: #EEEEEE;
    border: 1px solid #000000;
    margin-bottom: 20px;
    }

    .validation_errors p {
    color: #FF0000;
    text-align: left;
    margin-left: 10px;
    }

    .message {
    color: #339933;
    background: #EEEEEE;
    border: 1px solid #000000;
    margin-bottom: 20px;
    }

    /* VIDEO MEDIA FORMAT */
    .video-content {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 10px;
    max-width: 1080px;
    background: #000000;
    }

    .video-content .video {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    margin: 25px 0px;
    }


    /* GENERAL MEDIA FORMATS */

    img {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 425px;
    max-height: 425px;
    }

    .img .logo {
    display: block;
    float: left;
    width: 90%;
    height: auto;
    }

    .logo_sm {
    display: block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
    border: 0px solid #000000;
    }

    .img .wind {
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 420px;
    margin: 5px 5px;
    border: 1px solid #0033FF;
    background-size: 100%;
    }

    .img .recomended {
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 425px;
    margin: 5px 5px;
    border: 1px solid #000000;
    background-size: 100%;
    }

    .img_left {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 320px;
    }

    .img_right {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 320px;
    }

    .img_register {
    display: block;
    float: left;
    width: 127px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    }

    .img_home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 435px;
    }

    .img_curbside {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 435px;
    border: 2px solid #0066FF;
    }

    .img_contact_reply {
    display: block;
    float: right;
    width: 250px;
    height: 20px;
    margin-bottom: 40px;
    max-width: 250px;
    }

    .img_phone {
    display: block;
    width: 200px;
    height: 30px;
    max-width: 200px;
    }

    .img_phone_sm {
    display: block;
    width: 165px;
    height: 25px;
    max-width: 165px;
    }

    .full-image-div {
    margin-top: 5px;
    float: left;
    width: auto;
    height: auto;
    max-width: 425px;
    max-height: 425px;
    padding: 5px;
    background: black;
    border: 1px solid #e4e1e1;
    border-radius: 2px;
    }

    .full-image-div .single_image {
    display: block;
    width: 100%;
    height: auto;
    background-size: 100%;
    }

    /* FOOTER FORMAT */

    .footer {
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 20px;
    position: bottom;
    padding: 0px;
    font-size: 14px;
    color: #000099;
    background-color: #FFFFFF;
    }

     /* NAVBAR FOOTER */
    .footer .navfoot {
    width: 100%;
    margin: 0px, 5px;
    overflow: hidden;
    }

    .footer .navfoot ul {
    list-style-type: none;
    float: left;
    width: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    }

    .footer .navfoot ul li {
    float: left;
    height: 55px;
    font-family: "Verdana", sans-serif;
    font-size: 1.0em
    }

    .footer .navfoot ul li a {
    display: block;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    padding: 8px 10px;
    background-color: #000099;
    border-radius: 6px 6px 6px 6px;
    text-decoration: none;
    }

    .footer .navfoot ul li a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
    }

    /* LINKS FOOTER */
    .footer .linkfoot {
    float: left;
    width: 100%;
    height: 350px;
    padding: 0px;
    }

    .footer .linkfoot .img_cards {
    display: block;
    width: auto;
    height: auto;
    max-width: 325px;
    max-height: 100px;
    }

    /* BUTTON DEFAULT */
    .btn {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 35px;
    color: #FFFFFF;
    background: #6699FF;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #000099;
    border-radius: 5px;
    display: block;
    letter-spacing: .1em;
    margin: 10px 0px;
    padding: 5px 8px;
    }

    .button1 {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 35px;
    margin: 10px 0px;
    padding: 7px 10px;
    font-size: 1.1em;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    background: #006600;
    border: 1px solid #000000;
    border-radius: 5px;
    }

    .btn.shop {
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: 35px;
    color: #006600;
    background: #CCFF99;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #006600;
    border-radius: 5px;
    display: block;
    letter-spacing: .1em;
    margin: 10px 0px;
    padding: 5px 8px;
    }

    .btn.cart {
    display: block;
    height: 35px;
    width: auto;
    margin: 20px 0px;
    padding: 5px 10px;
    font-size: 1.0em;
    letter-spacing: .1em;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #6699FF;
    border: 1px solid #000099;
    border-radius: 5px;
    text-decoration: none;
    }

    .btn.next {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

    .btn.previous {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #00CC00;
    border: 1px solid green;
    border-radius: 50%;
    color: #FEFEFE;
    font-size: 1.0em;
    padding: 0px 5px;
    }

} /* end of max 799 format*/