body {
	background: url('/images/background.png');
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	line-height: 1.6;
	color: #868686;
}

/*

Dark grey #3c3c3b
Light grey #868686	
	
*/

.dark-grey {
	color: #3c3c3b;
}

a {
	color: #3c3c3b;
	text-decoration: underline;
}

a:hover {
	color: #868686;
}

.plain a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #3c3c3b;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

strong {
	color: #3c3c3b;
	font-weight: 300;
}




.extra-space {
	padding-top: 200px;
}



/* HEADER / NAV ----------------------------*/

.header-logo img {
	padding: 0 45px;
}

.navbar-default {
	background-color: #fff;
	border: none;
	padding-top: 10px;
}

.nav-background {
	margin-top: 10px;
	border-top: 1px solid #868686;
}

.active {
	background-color: #fff;
	color: #3c3c3b;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #fff;
}

.nav>li>a {
	text-decoration: none;
}

.header-info {
	font-size: 20px;
	padding-top: 10px;
	color: #868686;
}

.header-info i {
	color: #868686;
}

.header-info a {
	color: #868686;
	text-decoration: none;
}

.header-info a:hover {
	color: #3c3c3b;
}




/* HOME --------------------------------*/

.slider-image {
	width: 100%;
}

.carousel-inner {
	position: relative;
}

.ccaption {
	position: absolute;
	top: 40%;
	left: -50%;
	font-weight: 100;
	text-shadow: 0px 0px 10px #000;
	opacity: 0;
}

.ccaption h2 {
	font-size: 54px;
	margin: 0;
	color: #fff;
}

.ccaption p {
	font-size: 24px;
	margin: 10px 0 0 0;
	color: #fff;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }


.carousel-indicators {
	display: none;
}

#intro {
	margin-top: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #3c3c3b;
	padding-bottom: 15px;
}

#intro p {
	font-size: 17px;
}

.home-links > .col-md-3:first-child {
	margin-left: 14%;
}

.home-links h3 {
	color: #868686;
}

#cta {
	margin-top: 35px;
	margin-bottom: 35px;
	border-top: 1px solid #3c3c3b;
	border-bottom: 1px solid #3c3c3b;
	color: #3c3c3b;
	padding-top: 15px;
	padding-bottom: 15px;
}

#cta p {
	margin: 0;
	padding: 0;
	font-size: 26px;
}

#cta a {
	text-decoration: none;
}

.home-links {
	margin-top: -50px;
}


/*

Dark grey #3c3c3b
Light grey #868686	
	
*/


/* NEWS ----------------------------*/

.news-index {
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-grid {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 20px;
}

.news-grid h2 {
	font-size: 20px;
	color: #3c3c3b;
	
}

.news-grid a {
	color: #3c3c3b;	
}

.news-grid a:hover {
	color: #868686;	
}


.blog-pic-wrapper {
	background: #fff;
	float: right;
	margin: 20px 0 20px 20px;
	width:100%;
}

.blog-pic {
	margin: 15px;
}

#blog p:first-child {
	font-weight: 300;
} 

.h-entry h1 {
	color: #3c3c3b;
}

.h-entry img {
	
	display: block;
}

.news-feed-item {
	width: 35%;
}

.newsFeed {
	margin-top: 30px;
}

.newsFeed h3 a {
	text-decoration: none;
} 

.description h4 {
	color: #3c3c3b;
	margin-top: 25px;
}

.description i {
	font-size: 50px;
	margin-right: 15px;
}

.fa-twitter-square {
	color: #179fef;
	
}

.fa-facebook-square {
	color: #3c5796;
	
}

.fa-linkedin-square {
	color: #0075b3;
	
}

.description i:hover {
	opacity: .75;
}


/* CONTACT ----------------------------- */

#map {
	height: 200px;
}


#contact-form {
	margin-top: 20px;
}

.contact-details {
	font-size: 20px;
	color: #3c3c3b;
}

.contact-details i {
	color: #868686;
}

.contact-details-small {
	font-size: 14px;
}


#contact-form .input-text input, #contact-form .input-text textarea {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #2b2e36;
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: #ffffff;
	border: 1px solid #cecece;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 5px #dddddd;
	-webkit-box-shadow: 0 0 5px #dddddd;
	box-shadow: 0 0 5px #dddddd;
	-webkit-font-smoothing: antialiased !important;
}

#contact-form .input-text input[type="submit"] {
	color: #ffffff;
	background-color: #555759;
	border-color: #555759;
	width: 100px;
	margin: auto;
	font-weight: 100;
	text-transform: uppercase;
}

#contact-form .input-text input[type="submit"]:hover {
	background-color: #a6a6a6;
	border-color: #a6a6a6;
}



#contact-form .input-text input:focus,
#contact-form .input-text textarea:focus,
#contact-form .input-textselect:focus,
#contact-form .input-text input:active,
#contact-form .input-text textarea:active,
#contact-form .input-text select:active {
  outline: none;
  border-color: #33a4fd;
  -moz-box-shadow: 0 0 5px #66bbfd;
  -webkit-box-shadow: 0 0 5px #66bbfd;
  box-shadow: 0 0 5px #66bbfd;
}

input[type=checkbox], input[type=radio] {
	margin-right: 5px;
}




/* FOOTER ----------------------------- */

footer {
	width: 100%;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #868686;
}


@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
    .blog-pic-wrapper {
	margin: 0 0 20px 20px;
	width:60%;
	}
}


@media(max-width:767px){
	#map {
	height: 300px;
}

}
@media(min-width:992px){
	.nav>li>a {
		padding-left: 35px;
		padding-right: 35px;
}
body {
	padding-top: 120px;
}
#map {
	height: 400px;
}

}
@media(min-width:1200px){}