/*Layout*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
}

.aspnetForm {
    height: 100%;
}

header {
    flex: none;
    border-bottom: 1px solid #c7c7c7;
    background: #fff;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -100px;
    z-index: 1000;
}

    header.shrink {
        opacity: 0.9;
        position: fixed;
        top: 0;
        left: 0;
    }

.headline-logo {
    padding: 8px 8px;
}

    .headline-logo a {
        font-weight: 600;
        font-size: 1.8em;
        color: #c7c7c7;
        text-decoration: none;
    }

    .headline-logo p {
        color: #b2b2b2;
        margin: 0;
    }

.expandBar {
    padding: 0px !important;
    width: 100%;
}

.expandBar {
    position: relative;
}

.panelContent {
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
    height: 68px;
}

.expandBar .panelContent {
    position: static;
}

.expandedPanel .panelContent {
    padding-bottom: 12px;
    height: 100%;
}

.expandedPanel .pull-right {
    float: none !important;
}

.itemsPanel {
    display: table;
    height: 100%;
}

.panelItem {
    display: table-cell;
    vertical-align: middle;
}

.expandedPanel .panelItem {
    display: block;
    width: 100%;
}

.searchBox {
    /*margin-left: 20px;*/
    margin-left: 40%;
}

    .searchBox img,
    .searchBox .dx-acc {
        display: none;
    }

.searchBoxButton {
    font-size: 17px;
}


.navMenu {
}

.navMenu .navMenuItem > a {
    text-decoration: none;
    color: #9f9f9f;
    cursor: pointer;
}

.navMenu .navMenuItem:hover > a {
    color: #1bb5fa;
}

.navMenu .navMenuItem.selected > a {
    pointer-events: none;
    color: #494949;
    cursor: default;
}

.navMenu .navMenuItem {
    display: inline-block;
    margin-top: 0;
    margin-left: 8px;
    width: 80px;
    text-align: center;
}

.navMenu .navMenuItem .navSubMenu {
    visibility: visible;
    height: 100%;
}

/*.navMenu .navMenuItem .navSubMenu {
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.26s ease, opacity 0.26s ease, visibility 0.26s ease;
}*/

.expandedPanel .navMenu {
    margin-bottom: 0;
    padding-left: 8px;
    width: 100%;
}

.expandedPanel .navMenu .navMenuItem {
    display: block;
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
    text-align: left;
}

.expandedPanel .navMenu .navMenuItem.firstItem {
    margin-top: 0;
}

.expandedPanel .navMenu .navMenuItem .navSubMenu {
    
}

.navSearch {
    margin-left: 5px;
    width: 100%;
}

.expandedPanel .navSearch {
    margin-left: 0;
}

@media (min-width:720px) {
    .navSearch {
        width: auto;
    }
}

.navShoppingBag {
    float: right;
    margin: 0px 0px 5px 10px;
}

.expandedPanel .searchBox {
    width: 100%;
    margin-left: 0px;
}

.loginButton {
    margin: 0px 0px 1px 20px;
}

.expandedPanel .loginButton {
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align: left;
}

    .expandedPanel .loginButton .dropdown-toggle {
        width: 100%;
    }

.loginButton-large,
.expandedPanel .loginButton-small {
    display: none;
}

.expandedPanel .loginButton-large {
    display: inline-block;
}

.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

    .btnBackToTop i {
        font-size: 60px;
        color: #c7c7c7;
    }

        .btnBackToTop i:hover {
            color: #e0e0e0;
        }

.footerUp {
    padding-bottom: 26px;
    background: #6f6f6f;
}

.footerDown {
    color: #525252;
    font-size: 0.9rem;
}

    .footerDown p {
        margin: 12px 0px;
    }

    .footerDown a {
        color: #525252;
        text-decoration: none;
    }

    .footerDown a:hover {
        color: #bfbcbc;
    }

    .footerDown a:focus {
        color: #525252;
    }

.wrapper {
    display: -webkit-box;
    display: flex;
    min-width: 368px;
    min-height: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.content {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    margin-bottom: 40px;
}

footer {
    flex: none;
    color: white;
    padding-bottom: 22px;
}

    footer a {
        color: #cecaca;
    }

        footer a:hover,
        footer a:focus {
            color: #fff;
        }

    footer h4 {
        margin-top: 32px;
    }

.latestPosts li:not(:last-child) {
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*Home*/
.mainText {
    margin: 0 auto;
    max-width: 650px;
}

.features {
    margin-top: 40px;
}

    .features .media {
        margin-top: 20px;
    }

    .features .featureIcon {
        font-size: 50px;
    }

.marginTop20 {
    margin-top: 20px;
}

.marginTop40 {
    margin-top: 40px;
}

.customers .media {
    margin-top: 40px;
}
/*Contact Us*/
.map {
    height: 300px;
}
/*Blog*/
.blogImage {
    width: 100%;
}

.dataViewPosts .blogImage {
    padding-top: 25px;
}

.blogNavBar .blogNabVarGroupHeader a {
    text-decoration: none !important;
}

.blogNavBar {
    margin-top: 45px;
}

.productNavBar .productNabVarGroupHeader {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    background-color: #fff;
}

.productNavBar .productNabVarGroupHeader a {
    text-decoration: none !important;
    font-size: 23px;
    color: #9f9f9f;
}

.productNavBar .productNabVarGroupHeader a:hover {
    color: #1bb5fa;
}

.productNavBar .productNabVarGroupHeader.selected a {
    pointer-events: none;
    color: #494949;
    font-weight: 600;
}

.productNavBar {
    display: none;
    margin-top: 45px;
}

@media (min-width:768px) {
    .productNavBar {
        display: block;
    }
}

.user {
    font-size: 64px;
}

.imageSlider .dxis-item, .dxis-nbItem {
    /*Image Slider no loading image*/
    background-image: none !important;
    background-color: white !important;
}  

.titleContainer,
.dataView {
    margin: 0 auto;
    width: 100%;
    max-width: 100%; /*max-width: 960px;*/
}

.dataViewContent {
    border: 0 !important;
    padding: 0 !important;
}

    .dataViewContent > table {
        margin: 0 !important;
    }

.dataViewItem {
    margin: 0 !important;
    padding: 12px !important;
    width: 162px !important;
    height: 262px !important;
}

.dataViewItem > table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    white-space: nowrap;
}

@media (min-width:450px) {
    .dataViewItem {
        margin: 0 !important;
        padding: 12px !important;
        width: 200px !important;
        height: 300px !important;
    }
}