@font-face {
  font-family: 'wg_wild_spaces';
  src: url('dist/Bizon.otf')  format('opentype');
}


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
background-color: #222;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
background-repeat: repeat;
}

html,
body {
	height: 100% !important;
}

body {
  color: #5a5a5a;
  background: #222;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.free-estimate {
	background: #c83e3e;
	border-radius: 999999px;
	color: #fff;
	font-family: 'wg_wild_spaces';
	text-align: center;
	font-size: 14px;
	padding: 22px 0 0;
	line-height: 14px;
	width: 80px;
	height: 80px;
	top: 150px;
	bottom: 0;
	left: 500px;
	right: 0;
	margin: auto;
	position: absolute;
	transform:rotate(-20deg);
	-webkit-animation-name: 'pulse_animation2';
	-webkit-animation-duration: 5000ms;
	-webkit-transform-origin:70% 70%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes pulse_animation2 {
	0% { -webkit-transform: rotate(-20deg)scale(1); }
	30% { -webkit-transform: rotate(-20deg)scale(1); }
	40% { -webkit-transform: rotate(-20deg)scale(1.08); }
	50% { -webkit-transform: rotate(-20deg)scale(1); }
	60% { -webkit-transform: rotate(-20deg)scale(1); }
	70% { -webkit-transform: rotate(-20deg)scale(1.05); }
	80% { -webkit-transform: rotate(-20deg)scale(1); }
	100% { -webkit-transform: rotate(-20deg)scale(1); }
}


.main {
	background: #fff;
}
.main > .container {
	padding-top: 40px;
}
.bark {
	background: url('dist/tree_bark.png') repeat;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
background: /*rgba(85,66,54,0.6)*/rgba(0,0,0,0.5);
border-radius: 0 !important;
  border: 0;
}
.navbar-wrapper .navbar ul > li.active a {
	background: transparent;
	color: #fff;
}
.navbar-wrapper .navbar ul > li.active a:focus,
.navbar-wrapper .navbar ul > li.active a:hover,
.navbar-wrapper .navbar ul > li a:hover,
.navbar-wrapper .navbar ul > li a:focus,
.navbar-wrapper .navbar ul > li a:active {
	background: transparent;
	color: #fff;
}
.navbar-wrapper .navbar .navbar-header {
	color: #afff81;
	margin-left: 0;
}
.navbar-wrapper .navbar .navbar-header a,
.navbar-wrapper .navbar .navbar-header a:hover {
	color: #afff81;
	margin-top: -2px;
	font-family: 'wg_wild_spaces';
}
.navbar-wrapper .navbar ul > p {
	margin-top: 17px;
}
.navbar-wrapper .navbar ul > li a.not(.btn) {
	background: transparent;
	color: #fff;
}
.navbar-wrapper .navbar .navbar-text,
.navbar-wrapper .navbar ul > li a {
	color: #fff;
}
.navbar-wrapper .navbar ul > li a span {
	color: #afff81;
}
.navbar-wrapper .navbar a.navbar-link,
.navbar-wrapper .navbar a.navbar-link.cat {
	font-size: 14px;
	font-family: 'wg_wild_spaces';
	color: #fff;
	text-decoration: none !important;
	margin-left: 15px;
}
.navbar-wrapper .navbar a.navbar-link.cat {
	color: #afff81;
	-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 5000ms;
	-webkit-transform-origin:70% 70%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes pulse_animation {
	0% { -webkit-transform: scale(1.08); }
	30% { -webkit-transform: scale(1); }
	40% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.05); }
	60% { -webkit-transform: scale(); }
	70% { -webkit-transform: scale(1); }
	80% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(1.08); }
}
.navbar-wrapper .navbar .container {
  position: relative;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 100%;  
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.carousel.small {
	height: 600px; 
}
.carousel.small h1 {
	width: 600px;
}
.carousel.small-xs {
	height: 300px;
	min-height: 300px;
	padding-top: 60px;
}
.carousel.small-xs h3,
.carousel.small-xs h3 a {
	font-size: 35px;
	text-decoration: none;
	font-family: 'wg_wild_spaces';
	color: #afff81;
}
.carousel.map div.address {
	background: rgba(0,0,0,0.8);
	padding: 20px;
	position: absolute;
	width: 500px;
	height: 300px;
	right: 0;
	bottom: 0;
	top: 0;
	color: #afff81;
	font-size: 18px;
	margin: auto;
	font-family: 'wg_wild_spaces';
}
.carousel.map div.address a {
	text-decoration: none;
	color: #afff81;
}
.carousel.map .angular-google-map-container { 
	height: 600px;
}
/* Since positioning the image, we need to help out the caption */
.carousel h1 {
	font-size: 90px;
	font-family: 'wg_wild_spaces';
	color: #afff81;
	text-align: center;
	position: absolute;
	width: 500px;
	height: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.intro {
	padding: 40px 0;
	background: #eee;
}
.intro p {
	margin: 0;
	font-family: 'wg_wild_spaces';
	text-align: center;
	color: #777;
  font-size: 20px;
}
.carousel img.mainimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.carousel img.tree {
position: absolute;
bottom: -15px;
right: -500px;
height: auto;
width: 500px;
}
.carousel p {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  padding: 0 40px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 20px;
font-family: 'wg_wild_spaces';
}

footer {
	border-bottom: 5px #afff81 solid;
	padding: 10px 0;
	color: #aaa;
	margin-top: 60px;
}
footer p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus {
	color: #666;
	text-decoration: none;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) {
	.carousel h1 {
		font-size: 50px;
		width: 80%;
		line-height: 60px !important;
	}
	.carousel h1 .undertone {
		font-size: 70px !important;
	}
	.carousel h1 .undertone2 {
		font-size: 16px !important;
	}
	.carousel.small-xs h3,
	.carousel.small-xs h3 a {
		font-size: 14px;
	}
	.intro {
		padding: 25px;
	}
	.icon-bar {
		background: #fff;
		border-bottom-color: #fff;
	}
  .carousel img.mainimg {
	  width: auto;
	  height: 100%;
	}
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #afff81;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}
.btn-primary.raised {
    box-shadow: 0 3px 0 0 #007299;
    position: relative;
}
.btn-primary.raised:active, .btn-primary.raised.active {
    background: #33a6cc;
    box-shadow: none;
    top: 3px;
}
.tabbable-panel {
  border:0;
  padding: 0 10px 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  border-bottom: 4px solid transparent;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.grid {
	position: relative;
	margin: 0 auto;
	display: none;
	list-style: none;
	text-align: center;
	background: #000;
	padding-top: 53px;
	height: auto;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	max-height: 460px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #afff81;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption p {
	color: #fff;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid .culr,
.grid .culr2,
.grid .culr3,
.grid .culr4 {
	width: 25%;
	position: absolute;
	top: 53px;
	bottom: 0;
	left: 0;
	background: #607848;
	z-index: 0;
}
.grid .culr2 {
	left: 25%;
	background: #6acd46;
}
.grid .culr3 {
	left: 50%;
	background: #789048;
}
.grid .culr4 {
	left: 75%;
	background: #C0D860;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 0% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}
.item {
	width: 25%;
}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
.modal-content {
	padding: 10px 20px 20px;
}
.form-control {
	border-radius: 0;
	outline: none !important;
}
.form-control:active,
.form-control:focus {
	outline: none !important;
	box-shadow: none;
	border-color: #afff81;
}