html, body {
    height: 100%;
}

body {
    /* padding-top: 70px; */
    font-family: 'Roboto',sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #fff; /*#dae3e7;*/
    color: #434343;
	font-size:16px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -180px;
}

h1, h2, h3 {
	color:#6D8C00;
	}
h4 {
	color:red;
	}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.affix-top {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}

.navbar-bright {
    background-color: #ECEAEB;
    color: #ddd;
    border-width: 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    border-bottom-width: 0;
	border-radius: 0;
}

.navbar {
	margin-bottom:0;
}

.navbar-nav>li>a {
    color:#444846;
	/*padding-top:19px;
	padding-bottom:19px;*/
	border-right: 1px solid #666;
}

.navbar-nav>li>a>i {
    color:#444846;
}

.navbar-collapse {
	padding-left:0;
	padding-right:0;
	}

.navbar-nav>li>a:hover {
    color:#759204;
}

.navbar-nav>li>a.active {
    color:#444846;
	background-color:#ffc100;
}

.noWidePad {
	padding-left: 0px;
    padding-right: 0px;
	}
	
.greenLeftBorder {
	border-left:6px solid #6D8C00;
	}


.icon-bar {
    background-color: #fff;
}

#sup-nav {
    background: #DFDFDF;
	background: url(/static/s-maxontario/images/bg.jpg) #fff repeat-x;
}

#sup-nav ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#sup-nav ul li {
    float: left;
    display: block;
	padding:10px;
	
}

#sup-nav a {
    padding: 0;
    margin: 0;
    display: inline-block;
    border-right: 1px solid #666;
    padding-right: 20px;
    font-size: 14px;
	color:#fff;
}

#sup-nav a:hover {
	background-color:none;
	color:#DBF44D;
}

#logo-area {
	padding-top:28px;
	padding-bottom:28px;
}

#logo-area .phone {
	
}

#logo-area .title1 {
	font-size: 23px!important;
    letter-spacing: normal;
	color: #ee2d35;
}

.pLink {
}

.pLink a {
	font-size: 23px!important;
    letter-spacing: normal;
	color: #ee2d35;
}

.noLeftPads {
	padding-left:0;
}

#logo-area .title2 {
	font-size: 23px!important;
    letter-spacing: normal;
}

#top-phone {
	display:block;
	float: right;
	text-align:center;
	padding:10px 0;
}

#top-phone .number {
	font-size:34px;
	color:#708F03;
}

#top-phone .number  a{
	font-size:34px;
	color:#708F03;
}

#masthead {
    min-height: 280px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
    margin-bottom: 0;
    /*padding-top: 20px;*/
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    /*font-weight: 300;*/
    border: 0 solid #ccc;
	/*background:url(/static/s-maxontario/images/grad-bg.jpg) #708F03;*/

}

#masthead .bImg {
	min-height:280px;
	background: url(/static/s-maxontario/images/grad-bg.jpg) #708F03;
	border: 3px solid yellowgreen;
}

#masthead h1 {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    /*margin-top: 40px;*/
    border-radius: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
	text-shadow: #333 1px 1px;
}

#masthead p.lead {
    color: #f8f8f8;
    font-weight: 500;
	padding-left:200px;
	text-shadow: #333 1px 1px;
}

#masthead p.title {
	font-size: 2.0em;
    color: yellow;
    margin: 0;
	font-weight: 300;
	text-shadow: #333 1px 1px;
	
}

#masthead p.title-sub {
	color: #f8f8f8;
    font-weight: 500;
	text-shadow: #333 1px 1px;
	font-size: 21px;
}

#masthead p.services {
	font-size: 20px;
	color:#333;
}

#masthead p.phone {
    text-align: center;
    color: #fff;
    font-size: 36px;
    background-color: rgba(0,0,0,.8);
    font-weight: 500;
    border: 1px solid;
    border-radius: 5px;
}

section.pagesHeader {
	min-height: 350px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
    margin-bottom: 15px;
    /*padding-top: 20px;*/
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    /*font-weight: 300;*/
    border: 0 solid #ccc;
}

section.pagesHeader img {
	max-width:100%;
	width:100%;
}

section.about {
    background: url(/static/s-maxontario/images/about-bg.jpg);
    min-height: 400px;
    position: relative;
	background-color: #b84d45;
    background-image: url(/static/s-maxontario/images/bg.png);
}

section.about .dmask {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: rgba(100, 0, 0, 0.42);
    color: #ffffff;
    padding: 40px 0;
}

section.about h3 {
	font-size:26px;
	color:#fff;
	padding: 0 0 25px 0;
}

section.about img {
	max-width:100%;
    border-radius: 5px;
	margin-bottom:20px;
}

.show-grid {
    margin-bottom: 15px;
}

section.gray {
    margin-top: 0;
    padding: 50px 0;
    background: #eeeeee;
}

section.gray ul {
	list-style:none;
	-webkit-padding-start: 0;
}

section.gray ul li:before{
   font-family: FontAwesome;
   content: "\f087";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
}

section.whiteBG {
    margin-top: 0;
    padding: 50px 0;
    background: #fff;
}

section.whiteBG ul {
	list-style:none;
	-webkit-padding-start: 0;
}

section.whiteBG ul li:before{
   font-family: FontAwesome;
   content: "\f087";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
}


section.contact {
    background: #f5f5f5 url(/static/s-maxontario/images/map-bottom.png);
    background-size: auto 100%;
    padding: 30px 0 30px;
	border-top: 4px solid #1F1F1F;
}

section.contact ul  {
	padding-left:0;
	font-size: 14px;
	}

section.contact ul li {
	list-style:none;
	}
	
section.contact i {
	min-width:25px;
	text-align:center;
	}

	
	
section.aboutLS {
    position: relative;
    background-color: #b84d45;
    background-image: url(/static/s-maxontario/images/bg.png);
	padding-top:30px;
}

section.aboutLS .whiteText {
	color:#fff;
}

section.aboutLS img {
	max-width:100%;
    border-radius: 5px;
	margin-bottom:20px;
	padding:10px;
	background:#ccc;
}

section.greySpace {
	background: #DFDFDF;
	min-height:15px;
	}
	
div.lineBreak{
	clear:both;
	}
	
section.whiteSpacer {
	background:#fff;
	min-height:60px;
	border-bottom: 4px solid #1F1F1F;
	}


section.highlight {
    background-color: #96BA02;
    margin-top: 0;
    margin-bottom: 0;
    border: 0 solid #ccc;
	font-size: 32px;
    line-height: 1;
    border-radius: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
	padding:20px 0;
	text-align:center;
	color:#fff;
}

section.whiteSection {
	padding:0 0 40px 0;
}

.largeText {
	font-size:36px;
	font-weight:500;
	text-align:center;
}

.mediumText {
	font-size:20px;
	font-weight:400;
	text-align:center;
}

.lightGrey {
	background:#eee;
	}
	
.lightGreyRound {
	background:#eee;
	border-radius: 0 0 10px 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	border-top:3px solid #DA0000;
	}
	
.imgBGleft {
	background: url(/static/s-maxontario/images/emergency24hours.jpg) #eee no-repeat top left;
	padding-left:240px !important;
	margin-bottom:30px;
	}
	
.paddingTen {
	padding: 10px 20px 0 20px;
	}

.whiteText {
	color:#fff;
}

.justify p {
	text-align:justify;
	}
	
.img-right {
    float: right;
    margin: 0 0 0 20px;
}

.img-left {
    float: left;
    margin: 0 20px 0 0;
}

h2 {
	border-left: 6px solid #6D8C00;
	margin-bottom:20px;
	padding-left:20px;
}
	

@media screen and (min-width: 768px) {
	#masthead h1 {
		font-size:46px;
		/*padding-top:40px;*/
	}
	#masthead .well {
		margin-top:5%;
		background-color: rgba(0,0,0,.5);
	}
	
}

@media screen and (max-width: 768px) {
	
	#masthead p.title, #masthead p.title-sub {
		color: #fff;
	}
	.Clogo {
		text-align:center;
	}
	
}

@media screen and (max-width: 1000px) {
	
	#masthead .bImg {
		/*background:transparent;*/
		}
	
}

footer {
    background: #121214;
    border-top: 4px solid #1F1F1F;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
}

footer * {
    color: #ffffff;
}

small, .small, .fa {
	color:#666;
}

.footer-copyright {
    margin-top: -40px;
}

footer div.container div.row > div {
    margin-bottom: 25px;
}

footer p {
	margin:0;
	padding:0;
}

#footer-menu {
    text-align: right;
}

#footer-menu li {
    display: inline;
    list-style: none;
    margin-left: 10px;
}

/* contact forms settings */

.margin-bottom-sm {
    margin-bottom: 5px !important;
}

#meet-team {
  padding: 40px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}

.acknowledgement {
	background: url(/static/s-maxontario/images/bg.jpg) repeat-x;
	text-align:right;
	padding-right:30px;
	line-height:10px;
	margin:15px 0;
}
.acknowledgement .text {
	background:white;
	padding:0 15px;
	margin:15px 0;
	font-size:10px;
}

.mobileOnly {
	display: none;
}

@media screen and (max-width: 650px) {
	.mobileOnly {
		display: block;
	}
}
.img-fluid {
    max-width: 100%;
    height: auto;
}