body {
    font-family: 'Karla', sans-serif;
}

a,
a:hover {
    text-decoration: none !important;
}

#scrollTopBtn {
    position: fixed;
    right: 20px;
    bottom: 0%;
    padding: 0px 12px;
    border-radius: 10px 10px 0 0;
    background: #353535;
    font-size: 26px;
    transition: all .5s ease-in-out;
    opacity: 0;
    color: #fff;
    z-index: 10000;
    border: 1px solid #3c3c3c;
    border-bottom: none;
}

#scrollTopBtn.show {
    opacity: 1;
    cursor: pointer;
}

#topHeaderFullSection {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #bbb;
    border-top: 3px solid #427ed1;
}

#topHeaderSection {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

#leftTopHeader {
    float: left;
}

.socialBtn {
    float: left;
    margin: 0 5px 0px 0;
    width: 30px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}

#facebookIcon {
    color: #3b5998;
}

#googleIcon {
    color: #dd4b39;
}

#youtubeIcon {
    color: #bb0000;
}

#houzzIcon {
    color: #73ba37;
}

#pinterestIcon {
    color: #cb2027;
}

#instagramIcon {
    color: #125688;
}

#twitterIcon {
    color: #4099FF;
}

#searchBox {
    display: block;
    vertical-align: top;
    transition: all 0.3s ease;
    width: 220px;
    background: #fff;
    padding-top: 45px;
}

#searchIcon {
    text-align: center;
    cursor: pointer;
    float: left;
    padding-right: 0 !important;
}

#searchTopIcon {
    display: none;
    text-align: center;
    cursor: pointer;
    float: left;
}

#searchIcon:hover {}

#searchEngine {
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 1);
    border-bottom: #dfdfdf;
    height: 35px;
}

#searchInputBox {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #000;
    background: transparent;
    border-right: 0px;
    height: 33px;
    width: calc(100% - 40px);
}

#searchInputBox input {
    border: 0px;
    background: transparent;
    margin: 2px;
    padding: 7px;
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

#searchSubmitBtn {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    line-height: 34px;
    padding: 0px 10px 0px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #000;
    border-left: 0;
    background: #000;
    margin-left: -5px;
    font-size: 16px;
}

#searchSubmitBtn:hover {
    color: #999;
}

#rightTopHeader {
    float: right;
}

.topMenuBtn {
    float: left;
    color: #808080;
    font-size: 13px;
    line-height: 25px;
    cursor: pointer;
    padding: 10px 15px;
}

.topMenuBtn:hover {
    text-decoration: underline;
}

.topMenuBtn i {
    font-size: 16px;
}

#addBox {
    display: none;
    height: 143px;
}

#headerFullSection {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 1000000;
}

#headerSection {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#logoImage {
    float: left;
    padding: 20px 0;
}

#menuBlock {
    display: none;
}

.showDiv {
    display: none;
}

#menuSection {
    float: right;
    font-family: 'Montserrat', sans-serif;
}

.dropTab {
    float: left;
}

.aboutTab {
    padding: 55px 15px 65px !important;
}

.dropName {
    float: left;
    padding: 50px 0 56px;
}

.aboutBtn {
    padding: 0;
    position: relative;
    color: #2b2e32;
}

.aboutDropBox {
    width: 200px !important;
    text-align: left;
    left: 0 !important;
    transform: inherit !important;
    top: 135px !important;
}

.dropBoxName {
    padding: 10px 15px;
}

.dropBox {
    left: 50%;
    transform: translateX(-50%);
    top: 140px;
    border-top: 3px solid #427ed1;
    font-family: 'Karla', sans-serif;
    width: 100%;
    background: #fff;
}

.dropCol {
    float: left;
    width: 16.6666666666%;
    box-sizing: border-box;
    border-right: 1px solid #bbb;
    padding: 20px 30px;
    min-height: 600px;
}

.colTitle {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.colImg {
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
}

.colImg:hover {
    box-shadow: 0 0 30px #bbb;
    transform: perspective(1000px) scale(1.03);
}

.colImg img {
    width: 100%;
}

.colLinks {
    line-height: 20px;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.colLinks a {
    color: #2b2e32;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.colLinks a:hover {
    background: #f6f6f6;
}

.colLinks i {
    margin-right: 5px;
}

.mainMenuBtn {
    position: relative;
    border-top: 5px solid transparent;
    ;
    float: left;
    padding: 55px 5px;
    color: #2b2e32;
    font-size: 13px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    min-width: 40px;
    background: transparent;
    text-align: center;
}

.mainMenuBtn:hover {
    border-top: 5px solid #427ed1;
}

#shopBtn {
    border-top: 0;
    padding: 10px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    color: #fff;
    background: #427ed1;
    font-weight: bold;
    letter-spacing: 1px;
}

#shopBtn:hover {
    border-top: 0;
}


}
#bodySection {
    position: relative;
    width: 100%;
    margin-bottom: -15px;
    background: #fff;
}

#fullMenu {
  display: none;
}

.mobileContainer {
    display: inline-block;
}

#electricLink {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
}

@media screen and (max-width:950px) {
    body.clicked,
    html.clicked {
        overflow: hidden;
    }

    .showDiv {
        display: block;
    }

    .headerContainer {
        position: relative;
        width: 100%;
        height: 45px;
    }

    .mobileContainer {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        min-width: 240px;
    }

    #leftTopHeader {
        border-bottom: 1px solid #bbb;
        height: 60px;
    }

    .topMenuBtn {
        margin: 0 0 0 5px;
    }

    .topMenuBtn i {
        font-size: 22px;
        line-height: 35px;
        width: 35px;
        text-align: center;
        border-radius: 50%;
        background: #bbb;
        color: #fff;
    }

    .topMenuBtn span {
        display: none;
    }

    #searchTopIcon {
        display: block;
    }

    .socialBtn {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 22px;
    }

    #logoImage {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        float: none;
        width: 75%;
        max-width: 345px;
    }

    #logoImage img {
        width: 100%;
    }

    #menuSection {
        display: none;
    }

    #menuBlock {
        color: #000;
        cursor: pointer;
        overflow: hidden;
        font-size: 2em;
        display: block;
        float: right;
        text-align: center;
    }

    .mainMenuBtn:hover {}

    #fullMenu {
        width: 100%;
        margin: 0 auto;
        color: #777;
        cursor: pointer;
        font-size: 14px;
        display: none;
    }

    #dropDown {
        background: #fff;
        position: relative;
        z-index: 1000;
    }

    .menuBtn {
        padding: 15px 20px;
        width: 100%;
        box-sizing: border-box;
        float: left;
        background: transparent;
        position: relative;
        color: #777;
        border-bottom: 1px solid #bbb;
    }

    .menuBtn i {
        float: right;
    }

    .subMenu {
        background: #fff;
        color: #777;
        display: none;
        position: relative;
        box-sizing: border-box;
        z-index: 1000;
        width: 100%;
    }

    .subMenuBtn {
        text-indent: 20px;
        padding: 15px 20px;
        color: #777;
        border-bottom: 1px solid #bbb;
    }

    .moreIndent {
        text-indent: 40px;
    }

    .subMenuBtn i  {
        float: right;
    }

    .subMenuBtn:hover {
        color: #000;
    }

    .closeBtn {
        text-align: center;
        padding: 10px 0;
        cursor: pointer;
    }

    .closeBtn:hover {
        background: #e0e0e0;
    }

    .hideDiv {
        display: none;
    }

    .fLeft {
        float: none !important;
    }

    #loginLoginSubLeft {
        height: 250px !important;
    }

    .footerCol {
        width: 100% !important;
        padding: 20px !important;
    }

    #rightProductBox {
        width: 100% !important;
    }

    #electricLink {
        display: block;
    }
}
@media screen and ( max-width:550px) {
    #fullMenu.clicked {
        width: 100%;
    }

    .subMenu {
        max-width: 100%;
    }
}
@media screen and ( max-width:450px) {
    /*#headerFullSection {
        top: 85px;
    }*/

    #searchInputBox {
        width: 80%;
    }
}
@font-face {
    font-family: "Futura";
    src: url("/Futura.ttf");
}

/*end Header Styles*/

/*start Footer Styles*/
#fullFooter {
    background-color: #2b2e32;
    padding: 80px 0 120px;
}
#footerSection {
    max-width: 1170px;
    margin: 0 auto;
}
.footerCol {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
}
.footerCol a {
    color: #fff;
}
.footerCol a:hover {
    color: #427ed1;
}
.footerColTitle {
    text-transform: uppercase;
}
#footerSocialMedia {
    margin: 50px 0;
}
.socialMediaBtn {
    display: inline-block;
    margin: 0 5px;
}
#joinBtn {
    background: #fff;
    padding: 5px 10px;
    color: #666;
    width: 90px;
    text-align: center;
    margin-top: 15px;
}
.footerCol span {
    font-size: 10px;
    color: #999;
    float: left;
    margin-top: 10px;
}
#bottomFooter {
    color: #fff;
    line-height: 100px;
    background: #1d1f22;
    text-align: center;
}
#bottomFooter a:hover {
    color: #427ed1;
}

/*end Footer Styles*/
