@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Libre Franklin', sans-serif;
	background: #fbfbfb;
}
p {
	font-size:16px;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.grolls-nav,
.grolls-red {
	background-color:#ED1C24; /*this is the real color da151c, but not accessible so changed to ED1C24*/
}
.family {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:right;
}

.navbar-default {
    border-color: #da151c;
}
.grolls-nav img {
	max-height:50px;
	padding:5px 0;
}
@media (max-width:767px) {
	.grolls-nav img {
	padding:5px 15px;
	}
}
/*script classes*/
.logo {
	transition:ease all 300ms;
	margin-top:0px;
}
.hide {
	transition:ease all 300ms;
	margin-top:-50px;
}
/*nav customizations*/
.navbar-default .navbar-nav {
	font-size:16px;
	font-weight:bold;
}
.navbar-default .navbar-nav > li > a {
    color: #000 !important;
}
#services {
	 padding-top: 50px;
    margin-top: -50px;
}
.servcices-list h4 {
	color:#da151c;
	margin-top:15px;
font-weight: bold;
}
h2.services-heading {
	    color: #000;
    font-weight: bold;
	margin-top:15px;
	margin-bottom:15px;
	}
/*
h3#residential:before {
	//border-bototm:1px solid #da151c;
	//width:auto;
content:"\e020";
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	color:inherit;
	margin-left:-45px;
	margin-right:15px;
	padding-right:5px;
	border-right:#000 solid 1px;
}*/
.grolls-top {
	//background-color:#000;
	//color:#fff;
	margin-top:50px;
}

h1 {
	    margin-left: -10000px;
    height: 1px;
    margin-bottom: 0px;
}
h1, h2  {
font-weight:400;
font-family: 'Raleway', sans-serif;
text-transform:uppercase;

}
h2 {
	font-size:36px;
}
td,
th {
  padding: 5px 0;
}

table.schedule {margin-top: 30px;}
.contact {
    padding: 30px 15px 30px 30px;
	background:#f4f4f4;
    //border-left: #da151b 5px solid;
	}
//@media (min-width: 768px) {
	
//}
@media (max-width: 991px) {
	
	.contact {
	
	border-top: 1px solid#7c7c7c;
    margin-top: 40px;
	background:none;
	// margin-right: -30px;
    //margin-left: -30px;
	}
}
.contact h2 {
	font-size:22px;
}
.contact h3, .contact .h3 {
	font-size:18px;    font-weight: bold
}
.schedule {
	width:100%;
}
@media (max-width: 600px) {

    table.schedule tbody tr td:last-of-type, table.schedule thead tr th:last-of-type {width:35%;}


    table.schedule tbody tr td:first-of-type, table.schedule thead tr th:first-of-type {width:30%;}

    
  
            table.schedule td:before, table.schedule th:before {
    content:attr(data-label);font-weight:bold;float:left;padding-right:5px;width: 100%;
    padding-top: 15px;
}

    table.schedule tbody tr {
border:1px solid #da151c;
    padding: 10px 15px;
    margin-bottom: 15px;
float: left;
width:100% !important;}

table.schedule tbody tr td:last-of-type {padding-bottom:10px;}


table.schedule tbody tr td:last-of-type {margin-bottom:10px;}


            table.schedule tbody tr td, table.schedule tbody tr th, table.schedule thead tr th {display:block;width:100% !important;border:none !important;text-align:left !important;}


table.schedule thead tr th {display:none;}

table.schedule caption {
font-size: 21px;
font-style: normal !important;
font-family: limerick-medium,Lato,arial,sans-serif;
text-transform: uppercase;
width: auto;
background-color: #f3f3f3;
padding: 10px 15px;
margin-bottom: 15px;
margin-left: -16px !important;
margin-right: -15px !important;
}


}
.footer {background:#000;color:#fff;}
.footer img {
	padding:10px 40px 10px 5px;
	float:left;
}
.footer p {
	font-size:10px;
    padding-top: 24px;
    letter-spacing: 2px;
	text-align: right;
}
	