
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url('/assets/fonts/Lato-Lig.ttf') format('ttf');
}



body, p, a, span, ul {
	font-family: 'Lato', sans-serif; /*margin-top: 0;*/


}


body {
  background-color: #4d4d4d;
	/* background: url(/assets/images/backgrounds/darkfog.jpg) no-repeat center center fixed; */
}


.dropdown-menu {
  background-color: #4d4d4d;
	/*background: url(/assets/images/backgrounds/darkfog.jpg) no-repeat center center fixed; */
}

.dropdown-menu > li > a {
  color: #ffffff;
}



footer > hr {
margin-bottom: 40px;
margin-top: 40px;
border-top-color: #494949;

}


.container, .jumbotron {
border-radius: 0 !important;

}

.jumbotron {
box-shadow: inset -1px -1px 1px 1px #888;
}


.panel-title {
	font-family: 'Lato', sans-serif; 
}

figcaption {
        text-align: center;
}

div figure {
 margin: 10px;
}

.figure-left {
   max-width: 100%;
   float: left !important;
}

.figure-right {
   max-width: 100%;
   float: right !important;
}

.figure-center {
  text-align: center;
}

.figure-center>figure>a>img, .figure-center>figure>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



blockquote {
font-style:italic;
line-height: normal;
}

.breadcrumb {
/* background-color: #ffffff; */
}

hr.symbol {
    border: 1px solid #d3d3d3;
    width: 15%;
    text-align: center;
}


.laurel {
	margin: auto;
	color: #494949;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 90%;
}
.carousel-indicators {
bottom: 10px;
}

.carousel-caption {
top: 15px;
/*left: 10px; */
right: 10px;
text-align:right;
width: 65%;
/*border: 2px solid green; */
}

.carousel .item {
  background-color: #d3d3d3;
}

.item img { 
  width: 100%;
}


.jumbotron {
  font-size: 16px;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 60px;
  padding-bottom: 20px;
}

.navbar {
    padding-top: 10px;
/*    background-color: transparent;
    border-color: transparent; */
}

/* Set widths on the navbar form inputs since otherwise they're 100% wide */
.navbar-form input[type="text"],
.navbar-form input[type="password"] {
  width: 180px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Let the jumbotron breathe */
  .jumbotron {
    margin-top: 20px;
  }
  /* Remove padding from wrapping element since we kick in the grid classes here */
  .body-content {
    padding: 0;
  }
}

.testimonial {
	background: #d3d3d3;
	background-image: linear-gradient(#f5f5f5, #f5f5f5);
	border-left-color: #f5f5f5;
	border-radius: 5px;
	color: #666;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0;
	padding: 10px 50px;
	position: relative;
	text-shadow: 0 1px 0 #ECFBFF;
}

.testimonial:before, .testimonial:after {
	color: #999;
	content: "\201C";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.testimonial:before {
	left: 10px;
	top: 0;
}

.testimonial:after {
	bottom: -0.5em;
	content: "\201D";
	right: 10px;
}

.arrow-down {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f5f5f5;
	height: 0;
	margin: 0 0 0 25px;
	width: 0;
}

.testimonial-author {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 25px;
	text-align: left;
}

.testimonial-author span {
	color: #666;
	font-size: 12px;
}
