

.ShellMyAccountSideBar {
    background-color: #006650;
    border-right: 15px solid white;
    border-radius: 5px;
}

    .ShellMyAccountSideBar a.link{
        color: white;
    }

#ctl00_Store_content_Terms{
    margin-top: 25px;
}

#ctl00_Store_content_Summary > div > div.Section.Totals > div.CartTotals > div.Item.ShippingMethod{
    display: none;
}

.ContinueShopping, .MoveToCart, #ctl00_Store_content_ItemPhoto{
    display: none !important;
}

.ShellLoginControl .ShellCreateAccount{
    border-top: 2px solid black;
    padding-top: 10px;
}
    .ShellLoginControl .ShellCreateAccount span{
        font-size: medium;
        font-weight: bolder;
    }

    .ShellLoginControl .ShellCreateAccount .btn{
        color: #FFF;
        background-color: #006650;
        text-decoration: none;
        border: 1px solid #006650;
    }

body, html {
    margin: 0;
    line-height: normal;
    padding: 0;
    font-family:Roboto;
}
.ShellMain {
overflow:hidden;
}

h1 {
    color: #000;
    text-align: center;
    position: relative;
    top: 0;
}
h3 {
   color: #006650;
   font-weight: bold;
}

.center, .Center, .SubmitForm {
    max-width: 1200px;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin: 0 auto;
    clear: both;
}
.LoggedOut .loggedout {
    display: none;
}
/*Header*/
.center.Header {
    position: relative;
    text-align: center;
    padding-top:20px;
}
.col-lg-6.top-comp-info img {
    max-width:300px;
}
.Hours{
    float:left;
}
.col-lg-6.top-comp-info img.SecondImg {
    float: right;
    transform: translate(180 deg)
}

    .phoneNumber, .phoneNumber a {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
    }
    .phoneNumber .fa{
        font-size:35px;
        margin-bottom:-10px;
    }
.ShellHeader {
    display: inline-block;
    width: 100%;
}
.ShellTabs {
    background-color: #006650;
    text-align: center;
    display: grid;
    width: 100%;
    position: relative;
}

    .ShellTabs nav ul.topnav li a {
        color: #FFF;
        padding: 15px 15px;
        font-size: 16px;
        text-transform:uppercase;
        width:100%;
        border-left:1px solid #006650;
        border-right:1px solid #006650;
    }
.DropDown.Small .MenuButton{
        text-align:right;
}

.DropDown.Large {
    position: relative;
}

.ShellTabs .DropDown .subnav {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    top: 45px;
    z-index: 30;
    left: 0;

}
    
.ShellTop {
    position: relative;
    width: 100%;
    display: block;
}
    .subnav ul li {
        list-style: none;
    }

.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.subnav ul li a {
    color: #FFF;
    padding: 15px 10px;
    display: table;
    text-decoration: none;
}

.ShellTabs nav ul.topnav li > a.current {
    background-color: #adcab8;
    font-weight: bold;
    color:#000;
}
.subnav.CLONED a.current {
    background-color: #006650 !important;
}

.subnav ul li a:hover {
    text-decoration: underline;
}

.subnav ul {
    margin: 0;
    padding:0;
}

ul.subnav {
    background-color: #adcab8;
    margin-top: 3px !important;
}

    ul.subnav li a {
        color: #000 !important;
    }

    ul.subnav li {
        border-top: 1px solid #006650;
        width: 100% !important;

    }
        ul.subnav li a {
            border-left: none !important;
            border-right: none !important;
        }

        ul.subnav li a:hover {
            background-color: #006650 !important;
            color: #FFF !important;
        }

/*.ShellTabs nav ul.topnav li:first-child > a.current {
    background-color: #006650 !important;
}*/

.ShellMainContent {
    display: inline-block;
    width: 100%;
    min-height: 400px;
}

section {
    padding: 50px 0;
}

    section#first {
        text-align: center;
    }

        section h1 {
            font-size: 26px;
            text-align:center;
        }

        section#first p {
            font-size: 16px;
        }

.LinkBTN a, input[type=button], input[type=submit] {
    margin-top: 20px;
    display: table;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 50px;
    color: #FFF;
    background-color: #006650;
    text-decoration: none;
    border: 1px solid #006650;
    height:auto;
    border-radius:8px;
}

    .LinkBTN a:hover, input[type=button] a:hover, input[type=submit] a:hover {
        color: #adcab8;
        background-color: #000;
        text-decoration: none;
        border: 1px solid #adcab8;
    }

section#Second {
    background-color:#006650;
    color:#FFF;
    padding-bottom:0;
}
.ShellTabs nav ul.topnav li a:hover, .ShellTabs nav ul.topnav li.Expanded a, .ShellMyAccountSideBar a.link:hover{
    color: #000;
    background-color: #adcab8;
}
/*Footer*/
footer {
}

footer .CO {
    text-align: center;
    margin-top: 15px;
    float: left;
    clear: both;
    width: 100%;
    color:#006650;
}

/* Pages */
.pagecontent {
    width: 90%;
    margin: 0% 5% 5% 5%;
}
/*End slide styles*/




/*Responsive*/
.MenuButton {
    color: #FFF;
    font-size: 25px;
    text-align: left;
    margin: 8px;
    margin-left: 20px;
}
@media only screen and (max-width :1000px) {
    .ShellTabs nav ul.topnav li a {
        padding: 11px 10px;
        font-size: 14px;
        width:100% !important;
    }
    .hero h1 {
        font-size: 4em;
    }
    .fade-carousel .carousel-inner .item.active .hero {
        width:100%;
    }
    .phoneNumber, .phoneNumber a {
        font-size: 20px;
    }
}

    .MobilePageIndecator a{
        display:none;
    }



        
        @media only screen and (max-width :1130px) {

                .MobilePageIndecator a.current {
                    display: block;
                    color: #FFF;
                    font-size: 14px;
                    float: left;
                    clear: right;
                    margin-top: 8px;
                    
                }
        ul.MobilePageIndecator{
            display:block;
        }
        .Hours {
            width: 100%;
        }
        .DropDown.Small ul.topnav li .subnav .Arrow {
            display: none;
        }
        .DropDown div.icon-menu {
            display: block !important;
            color: #FFF;
            font-size: 20px;
            position: absolute;
            right: 20px;
            margin-top: 5px;
        }

    .subnav.CLONED {
        padding-left: 0 !important;
    }

        .subnav.CLONED ul li a {
            padding-left: 10px !important;
        }

    .phoneNumber {
        position: relative;
        width: 100%;
        text-align: center;
        top: 0;
        right: 0;
    }


    .ShellTabs nav ul.topnav li a {
        border: none;
        padding: 5px;
        padding-left: 35px;
        margin: 0;
    }
        .btn.btn-hero {
            height: 70px;
            font-size:16px;
        }
}

@media only screen and (max-width :800px) {

    section {
        padding: 30px 0;
    }

    .phoneNumber, .phoneNumber a {
        font-size: 15px;
    }
}
@media only screen and (max-width :768px) {
    .col-lg-6.top-comp-info img {
        max-width: 200px;
        width:100%;
    }
    .ShellTankInformation{
    float:left;
    clear:both;
    }
    .ShellHeader .phoneNumber .fa {
        display: none;
    }
}
.ShellHeader .OnMobile, .ButtonStyleLink.editTank {
    display: none;
}
.ShellTank{
    height:200px !important;
}

@media only screen and (max-width :500px) {
    .ShellHeader .NotOnMobile {
            display: none;
        }
    .DropDown.Small .MenuButton {
        float: right;
    }
    .center.Header{
        padding-top:0px;
    }
    .DropDown.Small .MenuButton:hover {
        opacity: 1 !important;
    }
    .DropDown.Small a.btn.btn-default.OnMobile {
        float: left;
        padding: 3px 6px;
       margin: 10px;
        color: #FFF;
        background-color: transparent;
    }
        .ShellHeader .OnMobile {
            display: block;
        }
            .ShellHeader .OnMobile.cartIcon {
                padding: 6px 7px !important;
            }

    .top-comp-info {
        clear: both;
        margin: 15px auto;
        width: 100% !important;
    }

        .col-lg-6.top-comp-info img {
            max-width: 200px;
        }

        .phoneNumber, .phoneNumber a {
            font-size: 14px;
            margin-bottom: 5px;
            margin-top: 5px;
        }

            .phoneNumber h4 {
                margin: 5px 0;
                font-size: 16px;
            }

        footer .CO {
            margin-top: 10px;
        }

        .ShellFooter a {
            font-size: 10px;
        }


    }

    @media print {
        .CompanyMainInfo span {
            display: grid;
            padding: 10px;
        }
    }


.ShellCart .ShellCartItem > .Quantity .minus.btn.btn-default, .ShellCart .ShellCartItem > .Quantity .plus.btn.btn-default {
    display: none;
}

.ShellCart .ShellCartItem > .Quantity .form-control {
    width: 70px !important;
    border-radius: 5px !important;
}

.CartTotals .Payment::before {
    content: "Final charges calculated on actual gallons delivered";
    clear: both;
    float: left;
    width: 100%;
    font-style: normal;
    margin-bottom: 10px;
}










