#title h1 {
  font-size: 28px;
}

h2 {
  font-size: 20px;
}

#CAFDonateButtonContainer img {
  width: 120px;
}

.btn-primary {
  background-color: #0C0A68;
  border-color: #D31A21;
  border-color: #0C0A68;
  margin-top: 5px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #D31A21;
  background-color: #0C0A68;
    border-color: #0C0A68;
}
.logotext {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  padding: 0px;
  float:left;
  width: 160px;
}
/*.bannerYellowNav {
    padding-top: 10px;
  }*/

.col-sm-6 h2 {
  font-size: 20px;
}

.list {
  margin-top:0px;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
 #bottom a {
    color: #ffffff;
  }

  .emerald a {
    color: #ffffff;
    font-weight: 500;
  }

    .emerald a:hover  {
    color: #D31A21;
  }

/*
.emerald {
  background-color: #00A752;
  background-color: #056839;
}*/

/*
.wet-asphalt {
  background-color: #0C0A68;
}
*/


.portfolio-item h2 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #D31A21;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.greenLogoBanner {
  position: absolute; bottom:20px; right:15px; width:120px;
}

.facebookLike {
  position: absolute; bottom:20px; right:40px;
}


#recent-works {
padding: 50px 0 0 0;
}

.noshow {
    display: none;
}
.gallery {
  cursor: pointer;
  max-width:240px;
  float: left;
  padding: 10px;
  margin: 20px;
  vertical-align: top;
  display: inline-block;
  xbackground-color: pink;
  border-radius: 5px;
  border: 1px solid #00A752;
  height: 240px;
}

.gallery img {
  max-width:100%;
  max-height: 80%;
}

.gallery h3 {
  margin-top: 0px;
}

.toggleLink {
	cursor: pointer;
}

#map-canvas {
	width: 100%;
	height: 400px;
}

table a, .SiteMap a {
  color:#d9534f;
}

#pricing-table .plan {
background: #fff;
border: 5px solid #f5f5f5;
border-radius: 5px;
/*margin-left: 10px;
margin-right: 10px;*/
padding: 15px;
}

#pricing-table h3 {
  color: #555;
  font-size: 18px;
}

/*
#pricing-table .col-md-3 {
  width: 22%;
}
*/

.readmore a {
  text-align: right;
  vertical-align: bottom;
  font-size: small;
  display: block;
  font-weight: 400;
}

#pricing-table .readmore a {
  /*color: #fff;*/

}
#pricing-table .readmore a:hover {
    color: #D31A21;
}

#pricing-table {
  /*color: #bdc3c7;*/
}

#newslisting h3 {
  margin-top: 0px;

}
.fbButton {
  /*padding-top:20px;*/
  cursor: pointer;
}
.icon-md {
  background-color: #d31a21;
  /*background-color: #0C0A68;*/
}

#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  display: inline-block;
}

.categorySelect {
  width: 30%;
  float: left;
}

.no-margin {
  margin-top: 0px;
}
.incidentsurround {
  border-radius: 5px;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.incidentsummary {
  width: 100%;
}

.incidentsummary tr {
  padding: 10px;
  border-bottom: solid thin #0C0A68;
}
.incidentsummary th {
  border-bottom: solid medium #0C0A68;
  vertical-align: top;
  padding: 0px;
}
.incidentsummary td {
  padding: 0px;
}

.incidentsummary .right {
  text-align: right;
  width: 25%;
}

.incidentsummary .total {
  border-bottom: none;
  font-weight: 600;
}
.incidents {
 width: 95%;
}
.incidents th {

  vertical-align: top;
  border-bottom: solid medium #0C0A68;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.incidents td {
  vertical-align: top;
  /*
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 13px;*/

}
.incidents tr {
  border-top: solid thin #0C0A68;
  padding-top: 5px;
  padding-bottom: 5px;
}
.incidents .top {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.incidents .ten {
  width: 15%;
}
.incidents .right {
  text-align: right;
  width: 5%;
}
.img-thumbnail {
  max-height :180px;
}
.inputField {
  width: 100%;
}

.slideshow {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#map { width: 100%; height:500px; }

.icon {
		/*background: #00a000;*/
		text-align: center;
		/*color: #ffffff;*/
}

.icon img {
		max-width: 30px;
}

img {
  max-width: 100%;
}

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
  background: #BE4C54;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
  background: #ffffff;
}
/* .invalid class prevents CSS from automatically applying */
.invalid textarea:required:invalid {
  background: #BE4C54;
}

/* Mark valid inputs during .invalid state */
.invalid textarea:required:valid {
  background: #ffffff;
}



/* Mark valid inputs during .invalid state */
.invalid checkbox:required:invalid   {
  background: #BE4C54;
}

/* Full Size
================================================== */
@media only screen and (min-width: 1200px) {
#main-slider {
    padding-top: 0px;
  }
  .navbar-inverse .navbar-nav {
    margin-top: 24px;
}
}

/* Medium Desktop/Tablet
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .emerald {
    margin-top: 0px;
  }

   #main-slider {
    padding-top: 0px;
  }
  #main-slider .carousel .boxed {
  padding-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  }
  #plainSection {
    margin-top:0px;
  }
  .navbar-inverse .navbar-nav {
      margin-top: 24px;
  }



}

/* Medium Desktop/Tablet
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 769px) and (max-width: 991px) {
   #main-slider {
    padding-top: 0px;
  }
  .emerald {
    margin-top: 0px;
  }
    .no-margin {
  margin-top: 0px;
}
    .bannerYellowNav {
    /*margin-top: 38px;*/
    padding-top: 20px;
  }
 #main-slider .carousel .boxed {
  padding-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  }

  /*
  .navbar-inverse .navbar-nav {
    margin-top: -20px;
  }*/

  #pricing-table .col-md-3 {
  width: 42%;
  float: left;
  }

  #plainSection {
  margin-top:0px;
  }
  .row .col-md-4 {
    width: 33%;
    float: left;
  }
  .row .col-md-8 {
    width: 55%;
    float: left;
  }
  .row .col-md-3 {
    width: 25%;
    float: left;
  }
  .row .col-md-6 {
    width: 50%;
    float: left;
  }
  #bottom .row .col-md-3 {
    width: 35%;
    float: left;
  }
  #bottom .row .col-md-4 {
    width: 60%;
    float: left;
  }

}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (min-width: 404px) and (max-width: 768px) {
     #main-slider {
    padding-top: 0px;
  }
   #main-slider .carousel .boxed {
  padding-top: 10px;
    margin-right: 15px;
  margin-left: 15px;
  }
  .navbar-inverse .navbar-nav {
    margin-top: 20px;
  }
  #pricing-table .col-md-3 {
  width: 100%;
  float: left;
  }
    .row .col-md-4 {
    width: 100%;
    float: left;
  }
  .row .col-md-8 {
    width: 55%;
    float: left;
  }
  #bottom .row .col-md-3 {
    width: 35%;
    float: left;
  }
  .nocontact .col-md-3  {
    width: 49%;
    float: left;
    background-color: pink;
  }
  .nocontact .col-md-6 {
    width: 100%;
    background-color: blue;
  }
  #bottom .row .col-md-4 {
    width: 60%;
    float: left;
  }

  .navbar-inverse .navbar-brand {
    font-size: 24px;
  }

  .navbar-inverse .navbar-nav > li > a {
    border-radius: 2px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: rgba(0, 0, 0, 0.3);
  }
     .incidents table, .incidents thead, .incidents tbody, .incidents th, .incidents td, .incidents tr {
		display: block;
	}
	.incidents .ten {
	  width: 100%;
	}
	.incidents th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.incidents td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

}
/* Note: Design for a width of 320px */
@media only screen and (max-width: 403px) {
  .bannerYellowNav {
    /*padding-top: 100px;*/
  }
   #main-slider {
    padding-top: 0px;
  }
  .no-margin {
  margin-top: 0px;
}
 .bannerYellowNav {
    padding-bottom: 0px;
  }
  .navbar-inverse .navbar-nav {
    margin-top: 20px;
  }
  #pricing-table .col-md-3 {
  width: 90%;
  float: left;
  }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: rgba(0, 0, 0, 0.3);
  }
  .logotext {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  padding: 0px;
  float:left;
  width: 150px;
  }
  ul.breadcrumb {
    margin-top: 0px;
  }
   .incidents table, .incidents thead, .incidents tbody, .incidents th, .incidents td, .incidents tr {
		display: block;
	}
	.incidents .ten {
	  width: 100%;
	}
	.incidents th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.incidents td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}



}


.bannerYellowNav {
  padding-top: 0px;
}

.alert {
    background: #aaa;
    color: #000;
}


/*Red button*/

.butn {

    position: absolute;
    bottom: 15px;
    right: 160px;
    width: 150px;
    }
	top:1px;
}
