body, html {
    font-family: Roboto, Helvetica, sans-serif;
    color: #616161;
}
h2, h3, h4 {
    margin: 0 0 16px;
}
h5 {
    font-weight: 300;
    line-height: 1.4em;
    margin: 0 0 15px;
}
a {
    color: #69ac44;
}
img {
    max-width: 100%;
    height: inherit;
}
.demo-avatar {
    width: 171px;
    height: 108px;
}
.android-mobile-title {
    display: none !important;
}
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
    color: rgba(0, 0, 0, 0.54);
    display: none !important;
}
.mdl-layout__drawer .avatar {
    margin-bottom: 16px;
}
.demo-header {
    background: #fff;
    overflow: visible;
}
.demo-drawer {
    border: none;
}
.demo-drawer .mdl-menu__container {
    z-index: -1;
}
.demo-drawer .demo-navigation {
    z-index: -2;
}
.demo-drawer .mdl-menu .mdl-menu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.demo-drawer-header {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px;
    height: 158px;
}
.demo-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
}
.demo-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.demo-navigation ul {
    display: none;
    position: absolute;
    top: 64px;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 200px;
}
.demo-navigation ul li {
    float: left;
    width: 100%;
}
.demo-navigation ul a {
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    display: block;
}
.demo-navigation ul a:hover {
    background: #69ac44;
    color: #fff;
}
.demo-navigation li:hover ul {
    display: block;
}
.demo-drawer .demo-navigation ul {
    display: block;
    position: relative;
    margin: 0 10px 0 36px;
    top: 0;
    width: auto;
}
.morebtn,
.products .mdl-card__media,
.products .mdl-card__media img {
    width: 100%;
}
.demo-layout .demo-navigation .mdl-navigation__link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #6f6f6f;
    padding: 0px 20px;
}
.about, .demo-graphs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.demo-layout .demo-navigation .mdl-navigation__link:hover {
    background-color: #69ac44;
    color: #fff;
}
.demo-navigation .mdl-navigation__link .material-icons {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 12px;
}
.catbox, .demo-navigation .material-icons:hover, .morebtn a {
    color: #fff;
}
.demo-content {
    max-width: 1180px;
}
.demo-header .demo-content {
    margin: auto;
    padding: 0 8px;
    width: 100%;
}
.about, .catbox, .demo-graphs, .feature {
    padding: 32px;
}
.feature {
    background-image: url(images/hero-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}
.feature.aboutus {
    background-image: url(images/about.jpg);
}
.feature.services {
    background-image: url(images/catapillar.jpg);
}
.feature.products {
    background-image: url(images/construction-cement.jpg);
}
.feature.chemicals {
    background-image: url(images/tile-adhesives.jpg);
}
.feature.materials {
    background-image: url(images/bathroom-tiles.jpg);
}
.feature.bathware {
    background-image: url(images/bathware.jpg);
}
.feature.fittings {
    background-image: url(images/fittings.jpg);
}
.feature.careers {
    background-image: url(images/careers.jpg);
}
.feature.trading {
    background-image: url(images/warehouse-trading.jpg);
}
.feature h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 44px;
    margin: 0;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
}
.catbox h1, .monneli h3 {
    text-transform: uppercase;
    font-weight: 300;
}
.catbox {
    min-height: 250px;
    background-color: #96a3ab;
}
.catbox.concreterepair {
    background-color: #f22e1c;
}
.catbox.groutinganchoring {
    background-color: #64392e;
}
.catbox.waterproofing {
    background-color: #00a4ca;
}
.catbox.industrialflooring {
    background-color: #f37a1a;
}
.morebtn {
    float: left;
    margin-top: 30px;
}
.morebtn a {
    background: #69ac44;
}
.about .mdl-cell--4-col img {
    margin-bottom: 2px;
}
.demo-graphs {
    background: #466db5;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.demo-graphs.green {
    background: #69ac44;
}
.demo-graphs.orange {
    background: #ef6323;
}
.demo-graphs.pink {
    background: #e53094;
}
.about, .monneli {
    background: #fff;
}
.about {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.monneli {
    padding: 16px;
}
.monneli h5 {
    font-weight: 700;
    color: #6aab44;
}
.monneli.concreterepair h5 {
    color: #f22e1c;
}
.monneli.groutinganchoring h5 {
    color: #64392e;
}
.monneli.waterproofing h5 {
    color: #00a4ca;
}
.monneli.industrialflooring h5 {
    color: #f37a1a;
}
.monneli img {
    margin-bottom: 30px;
}
.demo-cards {
    -webkit-box-align: start;
    -webkit-align-items: stretch;
    -ms-flex-align: start;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: start;
    align-content: stretch;
}
.demo-cards ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.demo-cards li {
    margin-bottom: 5px;
}
.demo-updates .mdl-card__title {
    min-height: 300px;
    background-image: url(images/grouting.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.demo-updates.coating .mdl-card__title {
    background-image: url(images/coating.jpg);
}
.demo-updates.truck .mdl-card__title {
    background-image: url(images/truck.jpg);
}
.demo-updates.buildings .mdl-card__title, .demo-updates.strengths .mdl-card__title {
    background-image: url(images/buildings.jpg);
}
.demo-cards .mdl-card__actions a {
    color: #00bcd4;
    text-decoration: none;
}
.demo-options {
    padding: 16px;
    text-align: center;
    align-items: center;
}
.demo-options h3 {
    margin: 0;
}
.demo-options .mdl-checkbox__box-outline {
    border-color: rgba(255, 255, 255, 0.89);
}
.demo-options .mdl-card__supporting-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mdl-card__media {
    background: #fff;
}
.mtrl h5 {
    margin-top: 20px;
}
.mtrl .mdl-grid {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.product-range td {
    padding: 8px;
    font-size: 16px;
    position: relative;
}
.product-range td a {
    color: #69ac44;
    text-decoration: none;
    display: block;
}
.product-range td span {
    position: absolute;
    right: 8px;
}
.product-range tr:nth-child(even) {
    background: #cfecc0;
}
.product-range tr:nth-child(odd) {
    background: #e3f3da;
}
.products, .trading {
    text-align: center;
    align-items: center;
}
.products.chemicals {
    background: #69ac44;
}
.products.materials {
    background: #ef6323;
}
.products.bathwares {
    background: #466db5;
}
.products.fittings {
    background: #e53094;
}
.products .mdl-card__supporting-text {
    color: #fff;
    min-height: 200px;
    overflow: visible;
    padding-bottom: 40px;
    position: relative;
}
.product-fab {
    position: absolute;
    bottom: -26px;
    z-index: 3;
    background: #fff !important;
    color: #000 !important;
    left: calc(50% - 26px);
}
.products-tabs {
    background: #eee;
    border: 1px solid #ccc;
}
.products-tabs .mdl-tabs__tab-bar {
    flex-direction: column;
    height: auto;
    float: left;
    width: 25%;
    margin-right: 4%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.products-tabs .mdl-tabs__tab {
    width: calc(100% - 48px);
    text-align: left;
}
.products-tabs .mdl-tabs__tab:nth-child(even) {
    background: #cfecc0;
}
.products-tabs .mdl-tabs__tab:nth-child(odd) {
    background: #e3f3da;
}
.products-tabs .mdl-tabs__tab.is-active {
    background: #69ac44;
}
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: #fff;
}
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active::after {
    background: #000;
}
.products-tabs .mdl-tabs__panel {
    float: left;
    padding: 32px 0;
    width: 68%;
}
.products-tabs table {
    float: left;
    width: calc(100% - 162px);
}
.products-tabs table td {
    vertical-align: top;
    padding-right: 10px;
}
.products-tabs img {
    float: right;
    border: 1px solid #ccc;
    margin-left: 30px;
    margin-bottom: 30px;
}
.contacts {
    padding: 16px;
}
@media (max-width: 900px) {
    .feature h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .demo-layout .mdl-layout__header .mdl-layout__drawer-button {
        color: rgba(0, 0, 0, 0.54);
        display: block !important;
    }
    .demo-layout .demo-navigation .mdl-navigation__link {
        padding: 10px 20px;
    }
    .android-navigation-container {
        display: none;
    }
    .android-title {
        display: none !important;
    }
    .android-mobile-title {
        display: block !important;
        position: absolute;
        left: 40px;
        top: -2px;
        -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .android-search-box.is-focused + .android-navigation-container + .android-mobile-title,
    .android.android-search-box.is-focused ~ .android-mobile-title {
        opacity: 0;
    }
    .about, .catbox, .demo-graphs, .feature {
        padding: 16px;
    }
    .products-tabs .mdl-tabs__tab-bar {
        width: 100%;
        margin-right: 0%;
    }
    .products-tabs .mdl-tabs__panel {
        float: left;
        padding: 32px 20px;
        width: calc(100% - 40px);
    }
}
