
body {
    /* background: url(/images/tile.jpg) top left repeat; */
    font-size: 16px;
    font-family:'Raleway', Helvetica, sans-serif;
}

#pressup {
    position: relative;
    top: -20px;
    background: white;
    padding-bottom: 25px;
}

.adminend {
    background-color: white;
}

.adminend #pullHeight, .pullHeight {
    min-height: 600px;
}

/* .adminend .col-sm-8, .adminend .col-sm-9 {
    min-height: 600px;
} */

.adminend table, .single_product table {
    width: 100%;
}

.adminend td, .single_product td {
    border: 1px dashed #ccc;
    padding-right: 5px;
    padding-left: 5px;
}

/* .adminend .col-sm-2, .adminend .col-sm-3, 
.adminend .col-sm-4, .adminend .col-sm-5, 
.adminend .col-sm-6, .adminend .col-sm-7 
.adminend .col-sm-8, .adminend .col-sm-9, 
.adminend .col-sm-10 {
    min-height: 400px;
} */

.adminend .navbar-brand, .adminend .nav li a {
    color: white;
}

.adminend .navbar-default {
    background-color: red;
        z-index: 12;
        /* z-index: 120000; */
}

.navbar-default {
    /* background-color: #DD2727; */
    /* background-color: red; */
    background-color: #f9f9f9;
    height: 100px;
    border: 0px;
    border-radius: 0px;
    -webkit-transition: height 1s;
    transition: height 1s;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: black;
    color: white !important;
}



.navbar-brand img {
    height: 70px;
}

.inbody {
    position: fixed;
    z-index: 1200;
    width: 100%;
}

.inbody.navbar-default {
    height: 50px;
    background: #f9f9f9;
    -webkit-transition: height 2s;
    transition: height 1s;
}

.inbody .navbar-brand img {
    height: 50px;
    position: relative;
    top:-15px;
}

#headerNav .nav {
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: bold;
}

#headerNav.inbody .nav {
    margin-top: 0px;
}

#headerNav.navbar-default .navbar-nav>li>a {
    color: red;    
    /* color: white;     */
}

#headerNav.navbar-default .navbar-nav>.active>a {
    background-color: #e9e9e9;
    
}

#headerNav.navbar-default .navbar-nav>.active>a:hover {
    color:#DD2727;
}

#headerNav.navbar-default .navbar-nav>li>a:hover {
    color: black;
}
 
#headerNav .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
}

#headerNav .navbar-nav>li>.dropdown-menu {
    background: red;
    
}

#headerNav .dropdown-menu>li {
    border-bottom: 1px solid #fff;
}

#headerNav .dropdown-menu>li:last-child {
    border-bottom: 0px solid #fff;
}

#headerNav .dropdown-menu>li>a {
    /* border-bottom: 1px solid #fff; */
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* #headerNav .dropdown-menu>li>a:last-child {
    border-bottom: 0px;
} */

/* .sidebar-nav .navbar li:last-child */

#headerNav .dropdown-menu>li>a:hover {
 color: red;
 background: white;
 border-top: 1px solid red;
}

/* Users  */

.profile_pic {
    padding-top:20px;
}

.btnAlign {
    margin-top:20px;
}

/* Salutation */
.working_hrs {
    padding-bottom: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.working_hrs p {
    font-weight: bold;
    font-size: 14px;
    color: red;
}

/* sliders  */

#hero {
    min-height: 245px;
    margin-top: 0px;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /* padding-bottom: 50px; */
}

#hero .carousel-caption {
    position: absolute;
    left: 0px;
    top: 100px;
}

#hero .hero-text {
    margin-top: 0px;
    position: relative;
    
}

#hero .hero-text .lead p {
    text-align: left;
    background: red;
    padding: 20px;
}


#hero img {
    width: 100%;
}

/* .slider_readmore {
    margin-top: 200px;
} */

#featured_1 .item,
#featured_2 .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
	}

/*  Carousel Fade  */
.carousel.fade  {
	opacity: 1;
}

.carousel.fade .item {
	transition: opacity ease-out .7s;
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
}

.carousel.fade .item:first-child {
	top: auto;
	opacity: 0;
	position: relative;
}

.carousel.fade .item.active {
	opacity: 1;
}

.carousel-control {
	opacity: 0;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

#featured_1 .glyphicon-chevron-right:before,
#featured_2 .glyphicon-chevron-right:before,
#featured_1 .glyphicon-chevron-left:before,
#featured_2 .glyphicon-chevron-left:before {
	color: rgba(154,69,40,1);
}



/* On Product Show Pages bottom */

.link_map, .link_map a {
    color: red;
    text-decoration: none;
    font-weight: 300;
}

.link_map_prodname {
    font-weight: bold;
}

.bottom_functions {
    background:#ccc;
    padding:20px 0 20px 0;
    margin-bottom: 10px;
    /* bottom: -25px; */
    /* position: relative; */
}

#headersliders {
    background-color: #f9f9f9;
    padding: 0px 0px 40px 16px;
}


#headersliders .btn {
    position: relative;
    top: 22px;
}

/* companies */

.companies {
    width: 100%;
    padding-bottom: 20px;
}

.companies .copartners {
    width: 13%;
      display: inline-block;
}


.companies .copartners img {
    width: 100%;
}

/*.companies {*/
/*    padding-bottom: 20px;*/
/*}*/

/*.companies img {*/
/*    width: 100%;*/
/*}*/

/* Special Offers */
#offersbg {
    background: #fcfcfc;
    padding-bottom: 10px;
}


.offers_list h2 {
    color: red;
}
.offers_list img {
    width: 100%;
}

/* Style Products  */

.products_list {
    padding-top: 10px;
}

.products_list h2 {
    color: red;
}

.product {
    background:#fff;
    padding: 10px 0 10px 0px;
    text-align: center;
    border: 1px solid #ccc;
}

.products_list .col-sm-3 {
    padding: 0 2px 5px;
    margin-bottom: 5px;
}

.product_title {
    margin: 0;
    padding: 0;
}

.product h3 {
    font-size: 14px;
    font-weight: 600;
}

.product_category {
    border-top:1px solid #e9e9e9;
    padding-top: 5px;
}


.product_image img {
    width: 200px;
    height: 200px;
}

.waterproofing-projects {
    background-color: #f9f9f9;
    padding: 10px 0 40px 10px;
    color: #000;
}

/* Single Product  */

.single_product .col-sm-5 {
    padding-left: 30px;
    padding-right: 30px;
}

.single_product h2 {
    color:red;
}

.single_product strong {
    color: #DD2727;
    text-transform: capitalize;
    font-weight: bold;
}

.single_product  ul li {
    list-style-type: none;
    position: relative;
    left: -40px;
}

.single_product ul li::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f35a"; 
    padding-right: 5px;
    line-height: 1.7;
    color: #DD2727;
}

#product_slider {
    /* padding-left: 0px;
    padding-right: 0px; */
    border: 1px solid #DD2727;
}

#product_slider img{
    margin:0 auto;
}

.single_product {
    background:white;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#other_info {
    padding-top: 25px;
    padding-bottom: 25px;
}

.content img {
    width: 100%;
    padding-bottom: 23px;
}





/* Footer  */

footer {
    background-color: red;
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-top: -20px; */
    color: white;
}

footer .table>tbody>tr>th, footer .table>tbody>tr>td {
    border-top: 0px;
}

/* Social Media  */
#socialMedia, #socialMedia p {
    padding-bottom: 20px;
}

#socialMedia a {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
}

#socialMedia a:hover {
    color: red;
}

.fb {
    background-color: #4267B2;
}

.twitter {
    background-color: #55acee;
}

.instagram {
    background-color: #262626;
}

#g_partners {
	padding-top: 20px
}

#g_partners p {
	font-size: 16px;
	text-transform:uppercase;
	font-weight: 700;
}