html, body {
    overflow-x: hidden;
}

body, .ShellMain ul {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    line-height: normal;
}

.LoggedOut .ShellHeader .LoggedOut, .LoggedOut .ShellFooter .LoggedOut, span.CartItemCount {
    display: none;
}

.LoggedIn .ShellHeader .LoggedIn, .LoggedIn .ShellFooter .LoggedIn {
    display: none;
}

body p{
  line-height: 1.5;
}
.Center {
    max-width: 1200px;
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 0 5px;
}

.ShellMainContent {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.ShellMainContent .Center {
    padding: 10px 0;
    min-height: 500px;
}

.ComplimentaryColor, .ComplimentaryColor a, .ComplimentarySmallLink, .ComplimentarySmall2Link, .ComplimentaryLink, .ComplimentaryBoldLink, .ComplimentaryBoldUnderlineLink {
    color: #4a970b;
}
input[type=button], input[type=submit] {
    background: #4a970b;
    color:#FFF;
}
input[type=button]:hover, input[type=submit]:hover{
    background: #4b7c2d;
    color:#FFF;
}

.CartItemCount{
display: none;
}

/*Header*/
.HeaderTop {
    padding: 10px 0;
}

    .HeaderTop .Logo {
        float: left;
        max-width: 200px;
        padding: 10px;
    }

        .HeaderTop .Logo img {
            width: 100%;
        }

    .HeaderTop .ShellTopText {
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        align-items: center;
        align-content: center;
    }

.TopText {
    margin: 0 auto;
}

    .TopText h1 {
        font-size: 25px;
        color: #848282;
        margin: 5px 0;
    }

        .TopText h1 img {
            margin-bottom: -6px;
            padding: 0 5px;
        }

    .TopText h2 {
        color: #c8c6c6;
        font-size: 22px;
        margin-top: 0px;
    }

        .TopText h2 span {
            color: #848282;
        }

.DealerLoginLink {
    margin-left: auto;
}

    .DealerLoginLink a {
        color: #4a970b;
        text-decoration: none;
        margin: 5px;
        padding: 10px 10px;
        border: 1px solid #4a970b;
        display: inline-block;
    }

        .DealerLoginLink a:hover {
            background-color: #4a970b;
            color: #FFF;
        }
       header .ShellSearchBox {
    max-width: 330px;
    float: right;
    clear: right;
    margin:10px 0;
}
       header input.SearchTextBox.ui-autocomplete-input {
    float: left;
    width: 250px;
    background-color: #c9c7c7;
    border: none;
    padding: 4px;
    height: 27px;
    margin-right:0;
}
           header .SearchButtonHead {
    float: right;
    background-color: #848295;
    padding: 5px;
}
           header .SearchButtonHead:hover{
               opacity:0.6;
               cursor:pointer;
           }
           input#HeaderSearchButton {
    display: none;
}

.MobileIcons {
    display: none;
}

.HeaderNav {
    display: inline-block;
    width: 100%;
    background-color: #23b04d;
}

.DropDown ul.topnav li {
    float: none !important;
    display: inline-block;
}

.Navigation nav {
    text-align: center;
}

.Navigation ul li a {
    font-size: 18px;
    padding: 15px 30px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #f4ce15;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    -webkit-transition: all .5s ease-in;
    border-bottom: 5px solid #23b04d;
    text-align: center;
}

    .Navigation ul li a:hover {
        border-bottom: 5px solid #4a970b;
        background-color: #FFF;
    }
/*Footer*/
footer {
    background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    float: left;
    width: 100%;
}

    footer .bg {
        background-color: rgba(0, 0, 0, 0.8);
    }

.DisktopFooter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 50px 0;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

li.FooterLogo {
    max-width: 200px;
}

    li.FooterLogo img {
        width: 100%;
        padding: 0 5px;
    }

.FooterPart {
    margin: 0 15px;
}

    .FooterPart#First {
        max-width: 200px;
        text-align: center;
    }

footer #Second ul li a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.FooterPart ul li a.PartTitle {
    font-size: 20px !important;
    text-transform: uppercase;
    color: #FFF !important;
}

.FooterPart#Fivth a {
    color: #3877a1;
}

ul.FooterBottomIcons li {
    display: inline-block;
    margin: 5px;
}

    ul.FooterBottomIcons li img {
        max-width: 70px;
    }

.Copyright {
    background-color: #000;
    padding: 10px 0;
}

    .Copyright .Center {
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        text-align: center;
    }

.MobileFooter {
    display: none;
}

@media (max-width: 1200px) {
    .Navigation ul li a {
        padding: 7px;
    }
}

@media (max-width: 1000px) {
    .MenuButton {
        float: left;
        font-size: 22px;
        color: #e6c547;
        padding: 10px;
    }

    .SectionTop img {
        max-width: 350px !important;
    }
}

@media (max-width: 600px) {

    .HeaderTop .Logo {
        float: none;
        margin: 0 auto;
        max-width: 150px;
    }

    .ShellTopText .DealerLoginLink {
        display: none;
    }

    .TopText h1 {
        font-size: 20px;
    }

    .TopText h2 {
        font-size: 18px;
    }

    .MobileIcons {
        display: block;
        float: right;
    }

        .MobileIcons ul li a {
            font-size: 16px;
            display: table;
            padding: 10px;
            border-bottom: #4a970b solid 5px;
        }

    .DisktopFooter {
        display: none !important;
    }

    .MobileFooter {
        display: block;
        text-align: center;
    }

    .FooterPart#First {
        margin: 0 auto;
        padding: 10px;
    }

    .FooterPart {
        padding: 5px;
    }

    .SectionTop img {
        float: none !important;
        padding: 15px;
    }

    li.ItemOnDefauls {
        margin: 20px 0 !important;
    }

    .hovereffect {
        max-width: 100% !important;
    }

    ul.List {
        border-bottom: 1px #FFF solid;
        padding-bottom: 5px;
    }

    ul li ul {
        display: none;
    }

    .FooterPart ul li .PartTitle:hover {
        cursor: pointer !important;
    }
}
.GalleryImages img {
    display: list-item;
    padding:10px 0px;
    max-width: 900px;
    width: 100%;
}
.InstallImages img {
  display: list-item;
  max-width: 517px;
  padding: 10px 0;
  width: 100%;
}
.ShellTemplate.Folder .TemplateTitle.Icon {
  background: none;
}
.MiniCartHeader.ContrastBackground{
    background-color: #23b04d;
    opacity: 1 !important;
}