﻿

body {
    background-color: white;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
    font-size: 16px;
    color: #555;
    overflow-y: scroll;
}

.White {
    color: white;
}

.Red {
    color: #db2224;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #808080;
}

a:hover {
    color: #ff8a00;
    text-decoration: none;
}

a.MenuLink:link,
a.MenuLink:visited,
a.MenuLink:active {
    color: #eeeeee;
    text-decoration: none;
}

a.MenuLink:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ff8a00;
}
a.MenuLinkIcon:link,
a.MenuLinkIcon:visited,
a.MenuLinkIcon:active {
    color: #eeeeee;
    text-decoration: none;
}

a.MenuLinkIcon:hover {
    color: #ffffff;
    text-decoration: none;
}

a.BigLink:link,
a.BigLink:visited,
a.BigLink:active {
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-weight: bolder;
}

a.BigLink:hover {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
    font-size: 18px;
    font-weight: bolder;
}

h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
h4 {
    color: #eb4200;
    margin-bottom: 10px;
}


div.MenuBarMobileRight {
    display: none;
    padding: 10px;
    font-size: 20px;
    background-color: rgba(255,255,255,0.9);
    color: gray;
    width: 60%;
    min-width: 100px;
    max-width: 250px;
    position: fixed;
    right: 0px;
    top: 45px;
    -webkit-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    -moz-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    border: 1px solid gray;
    border-right: none;
    z-index: 150;
}

div.MenuItemTopPhone {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    /*text-transform: uppercase; */
}

.Clickable {
    cursor: pointer;
}

@media screen and (min-width: 640px) {
    div.TopMenu {
        position: fixed;
        height: 46px;
        background-color: #909090;
        width: 100%;
        display: flex;
        box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.45);
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        color: white;
        font-weight: 500;
        z-index: 100;
    }
}

@media screen and (max-width: 449px) {
    div.MenuItem {
        display: none;
    }

    div.MobileMenu {
        display: block;
        position: absolute;
        right: 0px;
        font-size: 32px;
        color: white;
        padding-right: 10px;
    }
}

@media screen and (min-width: 450px) {
    div.MobileMenu {
        /*display: none;*/
    }

    div.MenuItem {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 899px) {
    div.MenuItemExt {
        display: none;
    }

    h1 {
        font-size: 24px;
        text-align: center;
    }
}

@media screen and (min-width: 900px) {
    div.MenuItemExt {
        display: block;
    }

    h1 {
        font-size: 32px;
        text-align: center;
    }

}

@media screen and (max-width: 639px) {
    div.TopMenu {
        position: fixed;
        height: 46px;
        background-color: #909090;
        width: 100%;
        display: flex;
        box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.45);
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        color: white;
        font-weight: 500;
        z-index: 100;
    }

}

.PriceBig {
    font-size:22px;
    color:#ff8a00;
    font-weight:bolder;
}


div.FullWidthArticle {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
}

div.LogoSmall {
    height: 40px;
    padding: 3px;
}

div.MenuRightPad {
    flex-grow: 2;
}


div.FinalFooter {
    display: flex;
    justify-content: space-around;
    background-color: #eeeeee;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

div.FinalFooterItem {
    min-width: 250px;
    width: 25%;
    padding-right: 20px;
    padding-left: 20px;
}

div.ArticlesInline {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    color: #3b3b3b;
    overflow-x: auto;
    text-align: center;
}

div.tags {
    color: #909090;
    text-transform: lowercase;
    font-style: italic;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
}

div.Articles {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    color: #3b3b3b;
    flex-wrap: wrap;
}
div.ArticlesSpanned {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    color: #3b3b3b;
    flex-wrap: wrap;
}
div.ArticleCol30Perc {
    width: 30%;
    max-width: 800px;
    min-width: 200px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
div.ArticleCol40PercCenteredMobileFriendly {
    width: 28%;
    max-width: 800px;
    min-width: 240px;
    margin-top: 20px;
    margin-left: 4px;
    margin-right: 2px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 0px;
    padding-bottom: 20px;
    overflow: hidden;
    flex-grow: 1;
}
div.ArticleCol40PercCentered {
    width: 28%;
    max-width: 640px;
    min-width: 200px;
    margin-top: 20px;
    margin-left: 4px;
    margin-right: 2px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 0px;
    padding-bottom: 20px;
    overflow: hidden;
    flex-grow: 1;
}
div.ArticleCol30PercCentered {
    width: 18%;
    max-width: 640px;
    min-width: 100px;
    margin-top: 20px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 0px;
    padding-bottom: 10px;
    overflow: hidden;
    flex-grow:1;
}
div.ArticleCol60PercCentered {
    width: 20%;
    max-width: 1000px;
    min-width: 150px;
    margin-top: 20px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 0px;
    padding-bottom: 20px;
    overflow: hidden;
    flex-grow: 2;
}

div.ArticleHoverFeature {

}

div.ArticleHoverFeature:hover {
    background-color: #d0d0d0;
    border: 1px solid black;
    opacity: 0.8;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

#photosalligned {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
}

    #photosalligned div {
        /* Just in case there are inline attributes */
        width: 100% !important;
        height: auto !important;
    }

@media (max-width: 1200px) {
    #photosalligned {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1000px) {
    #photosalligned {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    #photosalligned {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 400px) {
    #photosalligned {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

div.ArticleCol30PercCenteredDark {
    width: 100%;
    max-width: 600px;
    min-width: 250px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 5px;
    padding-bottom: 20px;
    color:#909090;
}

    div.ArticleCol30PercCenteredDark:hover {
        border: 1px solid white;
        color: #a0a0a0;
        background-color: #202020;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

div.ArticleInline {
    width: 50%;
    max-width: 300px;
    min-width: 120px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.form-style-2 {
    /*margin:10px auto; center the form*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial;
}

    .form-style-2 li {
        padding: 0;
        display: block;
        list-style: none;
        margin: 10px 0 0 0;
    }

    .form-style-2 label {
        margin: 0 0 3px 0;
        padding: 0px;
        display: block;
        font-weight: bold;
    }

    .form-style-2 input[type=text],
    .form-style-2 input[type=date],
    .form-style-2 input[type=datetime],
    .form-style-2 input[type=number],
    .form-style-2 input[type=search],
    .form-style-2 input[type=time],
    .form-style-2 input[type=url],
    .form-style-2 input[type=email],
    .form-style-2 input[type=password],
    textarea,
    select {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

        .form-style-2 input[type=text]:focus,
        .form-style-2 input[type=date]:focus,
        .form-style-2 input[type=datetime]:focus,
        .form-style-2 input[type=number]:focus,
        .form-style-2 input[type=search]:focus,
        .form-style-2 input[type=time]:focus,
        .form-style-2 input[type=url]:focus,
        .form-style-2 input[type=email]:focus,
        .form-style-2 input[type=password]:focus,
        .form-style-2 textarea:focus,
        .form-style-2 select:focus {
            -moz-box-shadow: 0 0 8px #e9c388;
            -webkit-box-shadow: 0 0 8px #e9c388;
            box-shadow: 0 0 8px #e9c388;
            border: 1px solid #e9c388;
            font-size: 16px;
        }

    .form-style-2 .field-divided {
        width: 49%;
        max-width: 200px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-long {
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-select {
        width: 100%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-select-divided {
        width: 49%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-select-small {
        width: 39%;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .field-textarea {
        height: 100px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .form-style-2 input[type=submit],
    .form-style-2 input[type=button] {
        border: none;
        padding: 8px 15px 8px 15px;
        background: #FF8500;
        color: #fff;
        box-shadow: 1px 1px 4px #DADADA;
        -moz-box-shadow: 1px 1px 4px #DADADA;
        -webkit-box-shadow: 1px 1px 4px #DADADA;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

        .form-style-2 input[type=submit]:hover,
        .form-style-2 input[type=button]:hover {
            background: #EA7B00;
            color: #fff;
            font-size: 16px;
        }

    .form-style-2 input[type=checkbox] {
        border: none;
        padding: 8px 15px 8px 15px;
        background: #FF8500;
        color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        font-size: 16px;
    }

    .form-style-2 .required {
        color: red;
    }

div.BasicFlexView {
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
}

div.BasicFlexViewTopLine {
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
    margin-top: 15px;
}

div.BasicFlexViewBottomLine {
    display: flex;
    flex-wrap:wrap;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid gray;
    margin-bottom:10px;
}
div.Box25Perc {
    flex-grow: 1;
    width: 25%;
    min-width: 120px;
    max-width: 800px;
    margin: 0px;
    padding: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: #686868;
    position: relative;
}

div.BoxRest {
    flex-grow: 2;
    width: 70%;
    min-width: 120px;
    margin: 0px;
    padding: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: #686868;
    position: relative;
}

div.BodyBasicComp {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 100px;
    min-height: 600px;
    max-width: 1900px;
}

div.InfoBoxThird {
    flex-grow: 1;
    width: 30%;
    min-width: 220px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    background-color: #EAEAEA;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: #686868;
    border: 1px solid gray;
    position: relative;
}

div.InfoBoxFull {
    flex-grow: 1;
    min-width: 220px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #EAEAEA;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    padding-top: 0px;
    font-size: 16px;
    color: #686868;
    cursor: pointer;
    border: 1px solid gray;
    position: relative;
}
h2.InfoBox {
    text-align: left;
    color: #787878;
    margin-bottom: 10px;
}
h2.Overview {
    text-align: left;
    color: #787878;
    margin-bottom: 10px;
    padding-left:20px;
}




h1.InfoBox {
    text-align: left;
    color: #787878;
    margin-bottom: 10px;
}
a.whitelink:link,
a.whitelink:visited,
a.whitelink:active {
    color: #fff;
    text-decoration: none;
}

a.whitelink:hover {
    color: #ff0;
}
a.blue:link,
a.blue:visited,
a.blue:active {
    color: #eb4200;
    text-decoration: none;
}

a.blue:hover {
    color: #ff8a00;
    text-decoration: underline;
}

img.ProductThnSimple {
    width: 100%;
    max-width: 200px;
}

img.ArticleImageSimple {
    width: 100%;
    max-width: 800px;
}

img.ArticleImageFading {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}

img.ArticleImageFading:hover {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
}

div.ArticleImageBox {
    background-size:cover;
}

div.BlogGalleryAlbum {
    width: 20%;
    min-width: 200px;
    max-width: 400px;
    text-align: left;
    margin: 10px;
    flex-grow: 2;
    background-color: #f4efe1;
    overflow: hidden;
    height: 240px;
}

div.PhotoHistory {
    padding-top: 10px;
    display: flex;
    justify-content: space-evenly;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3b3b3b;
    background-color: #f4efe1;
    text-align: left;
}
.HeaderInvertText {
    color: white;
    margin-bottom: 0px;
    margin-top: 0px;
}

div.HeaderInvertBlueTrans {
    /*background-color: #143c65;*/
    background-color: rgba(60, 60, 60, 0.7);
    padding: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
    color: white;
}
div.Articles {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    color: #3b3b3b;
    flex-wrap: wrap;
}
div.ArticlesArt {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    color: #3b3b3b;
    flex-wrap: wrap;
    font-size: 16px;
    margin-bottom: 30px;
}
div.ArticlesInside {
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
}


@media screen and (max-width: 899px) {
    div .ArticlesArt {
        font-size: 14px;
    }
}

div.ImageRow {
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    color: #3b3b3b;
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
div.ImageColumn {
    flex: 24%;
    max-width: 24%;
    padding: 0 4px;
}

div.ImageColumnImageBox {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 0px;
    overflow: hidden;
    flex-grow: 1;
    position:relative;
}
div.ImageBoxTextOverlay {
  position:absolute ;
  bottom:5px;
}

div.ImageBoxPhoto {
    background-size: cover;
}




@media (max-width: 800px) {
    div.ImageColumn {
        flex: 47%;
        max-width: 47%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 500px) {
    div.ImageColumn {
        flex: 100%;
        max-width: 100%;
    }
}



.imginscroller {
    margin: 0px;
    padding: 0px;
}

    div.scrollimages {
        height: 470px;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        border-bottom: 3px solid #000000;
        background-color: #000000;
        padding: 2px;
        text-align: center;
        vertical-align: middle;
    }

div.PaddedDiv10 {
    padding: 0px;
    margin:0px;
    padding-left: 10px;
    padding-right: 10px;
}
div.PaymentNote {
    font-size:12px;
    color:#3b3b3b;
    text-align:center;
}

/*Tipping Menu*/

div.TippingMenu {
    display: block;
    position: fixed;
    right: 0px;
    top: 110px;
    font-size: 30px;
    color: white;
    padding-right: 10px;
    z-index: 3;
    background-color: rgba(55,55,55,0.9);
    padding: 10px;
    border-radius: 8px 0px 0px 8px;
    -webkit-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    -moz-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    display:flex;
    min-width:30px;
}

div.TippingMenuContentInside {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
div.TippingMenuLine {
    width: 100%;
    display: flex;
    align-content: space-between;
}
    div.TippingMenuLine:hover {
        /*background-color: #a55f24;*/
    }
div.TippingMenuLineCellRight {
    text-align:right;
    flex-grow:2;
    margin-left:10px;
}

div.ChatMenu {
    display: block;
    position: fixed;
    right: 0px;
    top: 360px;
    font-size: 48px;
    color: white;
    padding-right: 10px;
    z-index: 3;
    background-color: rgba(55,55,55,0.7);
    padding: 10px;
    border-radius: 8px 0px 0px 8px;
    -webkit-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    -moz-box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    box-shadow: -11px 12px 15px -4px rgba(64,64,64,1);
    display: flex;
    min-width: 30px;
}



div.ReviewsBox {
    text-align: center;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    padding: 10px;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
}
.SmallerReviewBox {
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    div.ReviewsBox {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .SmallerReviewBox {
        font-size: 16px;
    }
}

