@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
  padding-top: 140px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #343434 url('../img/background.png');
}

p {
	margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'bebas_neueregular';
}


/* HEADER AND NAV */

.navbar-fixed-top {
	background: #343434 url('../img/background.png');
	border-top: #c92a2a 5px solid;
	font-family: 'bebas_neueregular';
}


.nav-background {
	background-color: #fff;
}

.header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-nav {

    margin: 0;
}

.navbar-nav > li > a {
    font-size: 22px;
}

.join-nav {
	color: #c92a2a !important;
	padding-right: 0 !important;
}

.header-phone {
	color: #c92a2a;
	font-size: 32px;
	font-family: 'bebas_neueregular';
	margin: 10px 0 0 0;
	line-height: 26px;
}

.header-email {
	margin: 0;
}

.header-email a {
	color: #fff;
	font-size: 22px;
	font-family: 'bebas_neueregular';

}

.header-email a:hover {
	color: #c92a2a;
}

.join-btn {
	border-radius: 10px;
	font-family: 'bebas_neueregular';
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}

.slider-wrapper {
	border-bottom: #c92a2a 5px solid;
}

.slider-caption {
	background: rgba(96,94,94,0.7);
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	font-size: 28px;
	color: #fff;
}



.slider-temp {
	background-color: aqua;
	height: 450px;
}


.dropdown-menu > li > a {
    font-size: 18px;
}


/* HOME */

.intro h1 {
	font-size: 46px;
}

.categories h2, .latest-news h2 {
	font-size: 46px;
	text-align: center;
	color: #fff;
}

.offers h2 {
	font-size: 46px;
	text-align: center;
}

.offers-latest h2 {
	font-size: 46px !important;
	text-align: center;
}

.offers-latest p {
	font-size: 16px;
	text-align: center;
}

/*

.search {
	height: 60px;
	background-color: #fff;
	margin-bottom: 25px;
	margin-top: 15px;
}

*/


.search-wrapper input {
	padding: 16px 0 16px 16px;
	background: #fff;
	border: none;
}

.search-wrapper {
	position: relative;
}

.input-search {
	width:100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
}

.input-submit {
	padding: 16px !important;
	position: absolute;
	right: 0;
	top:0;
	z-index: 5;
}

input.input-submit {
	background: url('../img/search.png') no-repeat center center;
	color: transparent;
	border: none;
	background-size: cover;
}


.category-image {
	position: absolute;
}

.category-image-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

.category-image-heading {
	position: absolute;
	width: 100%;
}

.category-image-heading h3 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	bottom: 10px;
}

.categories {
	padding-top: 40px;
	padding-bottom: 40px;
}

.info-boxes {
	background: #fff;
	padding: 10px;
	margin: 10px;
}

.info-boxes-small {
	height: 100px;
	background: #229cd4;
}

.info-boxes h2 {
	color: #c92a2a;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 24px;
}

.info-boxes h3 {
	margin: 0;
	font-size: 20px;
}

.owl-nav i {
	color: #fff;
}

.owl-nav i:hover {
	color: #c92a2a;
}

.owl-carousel-small .owl-nav i {
	color: #646569;
}

.owl-carousel-small .owl-nav:hover i {
	color: #c92a2a;
}


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
	left:-50px;
	top:45%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
	right:-50px;
	top:45%;
}

.play-carousel {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 30px;
}

.home-service-box {
	position: relative;

}



.home-service-text {
	background: rgba(96,94,94,0.7);

	padding: 10px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.home-service-text h2 {
	margin: 0;
	color: #fff !important;
	font-size: 24px;
}

.home-service-text a {
	color: #fff !important;
}

.home-service-text a:hover {
	color: #c92a2a !important;
}







.mailchimp-form > #mc_embed_signup input.email {
    padding: 15px !important;
}

.mailchimp-form > .signuplabel {
	font-size: 30px !important;
	color: #c92a2a !important;
	text-align: center !important;
	font-family: 'bebas_neueregular';
}

.mailchimp {
	padding-top: 20px;
	padding-bottom: 40px;
}




/* DIRECTORY */


.directory {
	background-color: #dad9d9;
	padding: 15px;
	margin-top: 25px;
}

.directory h2 {
	color: #c92a2a;
	margin-bottom: 0;
}

.directory h3 {
	border-top: 1px solid #343434;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 23px;
}

.directory p {
	font-size: 13px;
	margin-top: 0;
}



/* SEARCH */

.search-ulist {
	margin: 0;
	padding: 0;
}

.search-list {
	margin: 0 0 25px 0;
	list-style: none;
	border-bottom: 1px solid #1a171b;
	padding-bottom: 10px;
}

.search-heading {
	color: #777;
}

.search-list a {
	color: #c92a2a;
}

.search-list a:hover {
	color: #000;
}



/* BUSINESS PAGE */

.boxed-details {
	background-color: #c6c6c5;
	padding: 20px;
}

.boxed-details h3 {
	color: #c92a2a;
	margin-top: 0;
	font-size: 36px;
}

.boxed-details h4 {
	font-size: 30px;
}

.boxed-details p {
	font-size: 18px;
	font-weight: 400;
}

.boxed-details a {
	color: #c92a2a;
	font-size: 18px;
	font-weight: 700;
}

.boxed-details a:hover {
	color: #000;
}


p.business-phone {
	font-weight: 700;
	font-size: 34px;
}

p.business-phone-second {
	font-weight: 700;
	font-size: 26px;
}


.business-offer-box {
	background-color: #c6c6c5;
	padding: 20px;
}


.business-offer-box h3 {
	font-size: 28px;
	color: #c92a2a;
	margin-top: 0;
}

.small-disclaimer {
	font-size: 12px;
}

.business-offers h2 {
	font-size: 44px;
	margin-bottom: 25px;
	padding-top: 20px;
}

.business-offer-box p {
	font-weight: 400;
}

.email-company-btn {
	margin: 20px 0;
	color: #fff !important;
}

.company-text h1, .company-text h2 {
	margin-top: 0;
}

.company-text h1 {
	color: #c92a2a;
}

.divider {
	height: 1px;
	width: 100%;
	margin: 20px 0;
	background-color: #c92a2a;
}



.company-pdf  {
	margin: 10px 0;
	padding: 0 0 0 30px;
	display: block;
	float: left;
}


.pdf-icon-link a {
	color: #c92a2a;
	font-size: 19px;
	font-weight: 700;
	padding-top: -10px;
}
.pdf-icon-link a:hover {
	color: #000;
}

.pdf-icon-link {
	text-align: left !important;
}

.pdf-icon-link {
	margin: 10px 0;
}


.blog-sidebar-divider {
	height: 1px;
	width: 100%;
	margin: 10px 0;
	background-color: #fff;
}

.news-sidebar-heading {
	font-size: 18px !important;
	margin-bottom: 0;
}

.news-sidebar p {
	font-size: 14px;
	margin: 0;
}


/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}




/* BUSINESS TYPE PAGE */





.overlay    {  background:rgba(0,0,0,.75);
               text-align:center;
               width: 100%;
               height:100%;
               opacity:0;
               -webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease;
				position: absolute;
				z-index: 10;
				}


.blog-box:hover .overlay {
               opacity:1;}




/* CONTACT */

#map {
	width: 100%;
	height: 500px;
}




/* LATEST NEWS */

.blog-box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-box-image {
	width: 100%;
}

.blog-box-text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(96,94,94,0.7);
	color: #fff !important;
	padding: 10px;
}


/* FOOTER */

.social-btns a {
	color: #fff;
	margin: 5px;
}

.social-btns a:hover {
	color: #c92a2a;
}

.copyright-text {
	padding: 20px 0;
}

.copyright {
	color: #fff;
}

.copyright a {
	color: #c92a2a;
}

.copyright a:hover {
	color: #fff;
}

footer {
	margin-top: 40px;
	border-top: #c92a2a 5px solid;
	padding-top: 20px;
}

.social {
	margin-top: 15px;
	margin-bottom: 15px;
}

.temp-social {
	height: 400px;
	background-color: aqua;
}

#mc_embed_signup form {
	padding: 0 !important;
	margin-top: 15px !important;
}

#mc_embed_signup input.email {
    width: 100% !important;
    color: #000 !important;
    padding: 7px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.signuplabel {
	font-size: 18px !important;
	color: #fff !important;
	text-align: center !important;
}

#mc_embed_signup{background:none; clear:left; font:14px Helvetica,Arial,sans-serif; }

#mc_embed_signup .button {
	background-color: #c92a2a;
	margin: 0 auto !important;
	text-transform: uppercase;
}

.mc {
	margin-bottom: 20px !important;
}

#instagram {
    font-size: 10px;
    line-height: 12px;
    font-style: normal;
    overflow: hidden;
}

#instagram li {
	list-style: none;
}

#instagram a {
	display: block;
	margin: 5px;
	float: left;
}

#instagram img {
	width:75px;
	height:75px;
}


/* GENERAL HACKS */

.red {
	color: #c92a2a;
}

.red-background {
	background: #c92a2a url('../img/background-red.png')
}

.dark-background {
	background: #1c1c1c url('../img/background-dark.png')
}

.btn-danger {
    background-color: #c92a2a;
    border-color: #c92a2a;
    color: #fff;
}

.btn-danger:hover {
    background-color: #d86464;
    border-color: #d86464;
    color: #fff;
}

.light-background {
	background: #858585 url('../img/background-light.png');
}

.white {
	color: #fff;
}

.white-background {
	background-color: #fff;
}

.space40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.space20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.space-top40 {
	margin-top: 40px;
}

.space-top80 {
	margin-top: 80px;
}

.space-top20 {
	margin-top: 20px;
}


@media(max-width:767px){}
@media(min-width:768px){
	.navbar-nav {
    float: right;
    margin: 0;
	}
	.join-btn {
	font-size: 22px;
	}
}
@media(min-width:992px){
	.join-btn {
	font-size: 26px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	}
	.social {
	margin-top: 0;
	margin-bottom: 0;
	}
}
@media(min-width:1200px){}