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

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

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

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

h3 {
	font-size: 1.3em;
	color: #B81317;
}


img {
	max-width: 100%;
	height: auto;
}

.header {
	border-bottom: 10px solid #C1090E;
}

.top-header {
	color: #FFF;	
	height: 36px;
	line-height: 36px;	
	background-color: #000;
}

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

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

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

.top-header a:link, .top-header a:visited {
	color: #FFF;
}

.top-header a:hover, .top-header a:active {
	color: #EEE;
}

#logo {
	
}

.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: #FEB824;
	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: #666!important;
	color: #FFF!important;
}

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

/* Carousel */

.carousel {
		margin-top: 20px;
}

.carousel .slides {
	background-repeat: no-repeat;
    background-position: center top;
	width: 100%;
	height: 400px;
	
}

.carousel .slide-01 {
	background-image: url(../images/police-car-graphics.jpg);
}

.carousel .slide-02 {
	background-image: url(../images/carova-beach.jpg);
}

.carousel .slide-03 {
	background-image: url(../images/boat-lettering.jpg);
}

.carousel .slide-04 {
	background-image: url(../images/perquimans-county-ems.jpg);
}

.carousel .slide-05 {
	background-image: url(../images/sunshine-lawn-care.jpg);
}

.carousel .slide-06 {
	background-image: url(../images/permanent-signs.jpg);
}

.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;
}

.carousel-caption {
		top: 250px;
		bottom: auto;
}

.carousel-caption h3 {

	font-size: 1.6em;
}

.carousel-caption h3 span {
	background-color: rgba(51, 51, 51, 0.8);
	padding: .5em;
	display: inline-block;
	color: #FFF;

}

/* Home Boxes */

.home-container {
	margin-top: 20px;
	
}

.home-container .home-box {
	margin: 0 10px 10px 10px;
	position: relative;
	z-index: 100;
}

.home-container .home-box img, .gallery img, img.content-image {
	border: 5px solid #FFF;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);	
}

.home-container .home-box h2 {
	text-transform: uppercase;
}

.home-button {
	text-align: center;
}

.home-button a {
	font-weight: bold;
	margin-top: 10px;
	
}

.gallery .col-sm-3, .gallery .col-sm-4, .gallery .col-sm-6 {
	padding-bottom: 20px;
}

.gallery a {
	display: block;
}

.content-image {
	float: right;
	max-width: 250px;
	height: auto;


}

/* Banner Images */

.banner {
	margin-top: 20px;
	height: 400px;
	background-position: center top;
}

.signs-banner {
	background-image: url(../images/carova-beach.jpg);
	
}

.lettering-banner {
	background-image: url(../images/perquimans-county-ems.jpg);
}

.window-banner {
	background-image: url(../images/sunshine-lawn-care.jpg);
}

/* Footer */

footer {	
	padding-top: 10px;
	font-size: .9em;
	background-color: #000;
	color: #EEE;
	border-top: 10px solid #C1090E;
}	

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;
}

footer h3 {
	color: #CCC;
}

.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(192, 92, 9, 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;
  z-index: 200;
}
.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: #EC7C23;
  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) {
	
	.home-box img {
		display: block; 
		margin: 0 auto;
	}

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

	h1 {
		font-size: 1.4em!important;
	}
	h2 {
		font-size: 1.3em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1.0em;
	}
	
    .footer-container .row  {
      margin: 0;
    }
	
	.footer-container .col-sm-4, .copyright, .top-header {
		text-align: center;
	}
	
	.top-header .social {
		float: none;
	}
	
	.social-phone, .social-icons {
		margin-right: 10px;
	}
	
	.icon-div {
		font-size: 3em;				
	}
	
	.carousel .slides {
	width: 100%;
	height: 200px;
	background-size: auto 200px;
	
	}
	.carousel-caption {
		top: 150px;
		bottom: auto;
		font-size: .8em;
	}
	
	.banner {
		height: 200px;
		background-size: auto 200px;
	}
	
	.bottom-header {
		text-align: center;
	}
	
	.content-image, .gallery img {
		float: none;
		margin: 0 auto;
		display: block;
		max-width: 100%;
		height: auto;
		margin-bottom: 10px;
}
	
}

@media (min-width: 768px) and (max-width: 1199px) {


}	

@media (max-width: 480px) {
	
	
}

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

}

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