body {
	font-size: 1.7em;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ul.navbar-nav li a, .carousel-caption {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	color: #92140c;
}

h2 {
	font-size: 1.5em;
	color: #111D4A;
}

.header {
	background-image: url(../images/header-bg.png);
	border-bottom: 1px solid #CCC;
}

.top-header {
	color: #333;	
	height: 36px;
	line-height: 36px;	
}

.top-header .container {
	padding: 0;
}

.top-header .social {
	float: right;
}

.top-header a {
	text-decoration: none;	
}

a#logo {
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	font-weight: 700;
	text-transform: uppercase;
	color: #92140c;
	text-decoration: none;
	line-height: 100px;
}


.img-responsive {
	width: 100%;
	height: auto;
}

.container-content ul {
	margin: 0;
	padding: 0;	
}

.container-content li {
	
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
}

.container-content li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	color: #B76560;
	padding-right: 10px;
}


.navbar {
	border: 0!important;
	margin: 0;
}

.navbar-nav {
	text-transform: uppercase;
}

.navbar-nav > li  {
	font-weight: bold;
}

.navbar-nav a.active  {
	background-color: #92140C!important;
	color: #FFF!important;
}

.container-content {
	margin: 20px auto;
	
}

.carousel-caption {
	text-align: left;
	margin-left: -15%;
	
}

.carousel-caption h3 span {
	background-color: rgba(146, 20, 12, 0.8);
	padding: .5em;
	display: inline-block;
	color: #FFF;
	font-size: 1.6em;
}

.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

/* Homepage icons */

.fuel-icons {
	text-align: center;
}

.fuel-icons a:hover, .fuel-icons a:active {
	-webkit-filter: brightness(0.75); filter: brightness(0.75);
}

.site-image {

}

/* Icon Divs */
	
.icon-row {
	border-bottom: 1px solid #DDD;
}
	
.icon-div {
	padding-top: 5px;
	font-size: 4em;
	color: #6F6F76;
	text-align: center;
}

/* Footer */

footer {	
	padding-top: 10px;
	font-size: .9em;
	background-color: #1E1E24;
	background-image: url(../images/footer-bg.png);
	color: #EEE;
}	

footer a:link, footer a:visited {
	color: #EEE;
}

footer a:hover, footer a:active {
	color: #CCC;
}

.footer-container {
	padding: 0;
}

.footer-container .row {
	padding: 0 15px;
	text-align: center;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.footer-nav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 10px;
	border-right: 1px solid #999;
}

.footer-nav ul li:last-child {
	border: none;
}

.copyright {
	padding: 5px 15px 20px 15px;
	font-size: .9em;
}

.map-container iframe {
    pointer-events: none;
}

/* Top Button */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(146, 20, 12, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #9B2922;
  opacity: 1;
}

.social span {
	margin-left: 10px;
}

.social-icons {
	margin-right: 20px;
}

.social-phone {
	margin-right: 10px;
}

.social-footer {
}

.social-footer a {
	font-size: 30px;
	line-height: 40px;
	text-decoration: none;
}

.social-footer span {
	margin: 0 5px 0 5px;
}

@media (max-width: 767px) {

	.cd-top {
		right: 20px;
		bottom: 20px;
	}

	h1 {
		font-size: 1.3em!important;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.0em;
	}
	
    .footer-container .row  {
      margin: 0;
    }
	
	.footer-container .col-sm-4, .copyright {
		text-align: center;
	}
	
	.social-phone, .social-icons {
		margin-right: 10px;
	}
	
	.icon-div {
		font-size: 3em;				
	}
	
	.carousel-caption {	
		margin-left: 0;
		text-align: center;
	}

	.carousel-caption h3 span {
		font-size: .9em;
	}
	
	.bottom-header {
		text-align: center;
	}
	
	a#logo {
		margin-left: 20px;	
		font-size: 1.6em;
	}
	
	.fuel-icons img {
		padding: 0 20%;
	}

}

@media (min-width: 768px) and (max-width: 1199px) {
	a#logo {
		font-size: 2em;	
	}

}	

@media (max-width: 480px) {
	.social-email {
		display: none;
	}
	
	.icon-div {
		font-size: 2em;		
		padding-top: 20px;
	}	
}

@media (min-width: 481px) and (max-width: 991px) {	

}

@media (min-width: 991px) {
	.navbar-nav {
		float: right;
	}
}
