/*
 *
 * Foundation 4.3.2 overrides
 *
 */


hr {
	border-color: #F29728;
}

button, .button {
	border: none;
	font-weight: normal;
}

.button.unstyled {
	background-color: transparent;
	font-size: .8em;
	color: #999;
	text-decoration: underline;
	float: right;
	margin-bottom:0;
}

.button.unstyled:hover {
	text-decoration: none;

}

.top-bar {
	position: relative;
	z-index: 1000;
}

.top-bar,
.top-bar-section > ul,
.top-bar-section ul li > a {
	background: transparent;
	background-color: transparent;
}

@media only screen and (min-width: 58.75em) {
	.top-bar {
		background: transparent;
	}
}

.top-bar .title-area,
.top-bar.expanded .title-area {
	background: #F29728;
}

.top-bar.expanded .toggle-topbar a {
	color: #FFF;
}

.top-bar.expanded .toggle-topbar a span {
	-webkit-box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
	box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
}

.top-bar-section ul li > a {
	color: #9A8265;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

.top-bar-section ul li > a:hover,
.no-js .top-bar-section ul li:hover > a {
	background: #F29728;
}

.top-bar-section ul li.active > a,
.top-bar-section ul li.active:hover > a {
	background: #BD6614;
	color: #FFF;
	font-weight: bold;
}

.top-bar-section ul li:hover > a {
	background: #F29728;
	color: #FFF;
}

.panel {
  margin: 1.25em auto;
  border: none;
  background: #FDF0DF;
 }


.side-nav li {
	font-size: .76em;
}

.side-nav li a {
	color: #785831
}

.side-nav li.active a {
	color: #785831 !important;
}

.side-nav li.active {
	position: relative;
}

.side-nav li.active:before {
	position: absolute;
	top: 4px;
	left: -20px;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #785831;
}

.section-container.auto > section > .title {
	border: none;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
}

.section-container.auto > section > .title a {
	color: #785831;
}


.section-container.auto > section.active > .title {
	background-color: #FDF0DF;
	border-top: 3px solid #FBE3C4;
}

.section-container.auto > section.active > .title a {
	color: #785831;
	padding-top: 8px;
}

.section-container.auto > section > .title:hover {
	background-color: #FDF0DF;
}


.section-container.auto > section > .content, .section-container.auto > .section > .content {
	border: 10px solid #FDF0DF;
}


.reveal-modal-bg {
	z-index: 1500;
}

.reveal-modal {
	z-index: 1550;
}


/*
 * CopperCraft 2013 Styles
 * Author: @siebird
 */


h1 {
	color: #785831;
	font-size: 2em;
	font-weight: 200;
	line-height: 1em;
	margin: 20px 0 10px 0;
}

.content > h1 {
	margin-right: 130px;
}


h3 {
	color: #998165 !important;
	font-size: .95em;
	text-transform: uppercase;
}

.sub-heading {
	color: #BD6613;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: 200;
}

p, li  {
	font-size: .85em;
	line-height: 1.6em;
	color: #785831;
}

.accents-for-every-project > p {
	margin-right: 200px;
}


#logo {
	margin:20px 0 5px 20px;
	position: relative;
	/*z-index: 1100;*/
}

#logo a {
	background: url(/assets/img/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 354px;
	height: 65px;
}

#billboard {
	position: relative;
	width: 100%;
	height: 475px;
	overflow:hidden;
}

#billboard-pager,
#prd-gallery-pager {
	color: #F29728;
	width: 100%;
	height: 45px;
	text-align: center;
}

#billboard-pager span,
#prd-gallery-pager span {
	font-size: 4em;
	cursor: pointer;
	padding: 0px;
}

#billboard-pager .cycle-pager-active,
#prd-gallery-pager .cycle-pager-active {
	color: #A6600B;
}

#prd-gallery-pager {
	height: 20px;
}

#prd-gallery-pager span {
	font-size: 3em;
}

.ad {
	position: relative;
	width: 100%;
	height: 475px;
}

.ad-complex .button {
	margin-bottom: 0;
}

.ad-simple h2 {
	margin: 17% 0 0 20px;
	color: #FFF;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	text-shadow: 0px 0px 20px #000;
}

.ad-simple h2 small {
	color: #FFF;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
}

.ad-simple .ad-action {
	position: absolute;
	z-index: 100;
	bottom:5%;
	width: 100%;
	text-align: center;

}

.ad-panel {
	background: #222;
	background: rgba(0,0,0,.65);
	border: 1px solid #666;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 12px #000;
	box-shadow: 0px 0px 12px #000;
	color: #FFF;
	padding: 20px;
	position: absolute;
	top: 15%;
	min-width: 300px;
	max-width: 530px;
	width: auto;

}

.ad-panel h2 {
	color: #FFF;
	font: italic bold 2.5em Serif;
	margin:0;
	padding:0;
}

.ad-panel .intro {
	color: #BD6614;
	font: bold 1.2em/1em Serif;
}

.ad-panel p {
	color: #FFF;
	font-size: .8em;
	line-height: 1.6em;
}

.ad-panel img {
	float: right;
	margin-left: 20px;
}

.btn-circle {
	position: absolute;
	top: 27px;
	right: 20px;
}

.btn-circle a {
	position: relative;
	display: inline-block;
	background-color: #5C4320;
	border-radius: 100px;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

.btn-circle a:hover {
	opacity: .75;
}

.btn-prev:after {
	position: absolute;
	top: 7px;
	left: 8px;
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #FFF;
}

.btn-next:after {
	position: absolute;
	top: 7px;
	left: 10px;
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
}


.btn-more {
	position: relative;
	color: #A55F0B;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 12px;
}

.btn-more:after {
	position: absolute;
	content: "";
	top: 2px;
	right:0px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #A55F0B;
}

.btn-more.prev {
	padding-left: 12px;
	padding-right: 0;
}

.btn-more.prev:before {
	position: absolute;
	content: "";
	top: 2px;
	left:0px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #A55F0B;
}

.btn-more.prev:after {
	display: none;
}

.btn-return {
	position: relative;
	color: #A55F0B;
	font: italic .75em Georgia, Serif;
	padding-left: 10px;
	margin-left: 20px;
}

.btn-return:hover {
	opacity: .75;
	text-decoration: underline;
}

.btn-return:before {
	content: "";
	display: block;
	background-color: #E0C8AA;
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100px;
	border-radius: 100px
}

.btn-return:after {
	position: absolute;
	content: "";
	top: 2px;
	left: -8px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #FFF;
}

.tile {
	position: relative;
	padding: 20px;
}

#hero-strip {
	height: 150px;
}

#cta-quote {
	color: #A55F0B;
	font-weight: 200;
	text-transform: uppercase;
	position: absolute;
	right: 1%;
	top: 15px;
	text-align: center;
}

#cta-quote a.button {
	margin-bottom: 10px;
}

#cta-quote a.btn-phone {
	color: #BD6614;
	display: block;
	font-size: 1.2em;
	font-weight: 800;
	margin-top: 5px;
}

#prd-gallery {
	border: 10px solid #FDF0DF;
}

.prd-th-styles {
	text-align: center;
	min-height: 200px;
}

.prd-th-styles img {
	display: block;
	margin: 0 auto;
}

.prd-th-styles a {
	font-size: .85em;

}

.lead-in {
	color: #785831 !important;
	font: italic 1em Georgia, Serif;
	margin-top: 8px;
}

.lead-in strong {
	display: block;
}

.lead-in small {
	font: normal 400 .75em Sans-serif !important;
}

.lead-in small em {
	font-weight: 100
}

.content ol,
.content ul {
	margin-left: 30px;
}

[class*='small-block-grid-'],
[class*='large-block-grid-'] {
  margin-left:0 !important;
}


.footer {
	background-color: #A6600B;
	color: #FFF;
	font-size: .75em;
	margin-top: 20px;
	padding:20px 0px;
}



/*
 * Media Queries Overrides
 */


@media only screen {

	button, .button {
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: #bd5100;
	}

	.top-bar-section li a:not(.button) {
		background: none;
	}
}

@media only screen and (min-width: 58.75em) {

	.top-bar-section li a:not(.button):hover {
		background: #F29728;
		color: #FFF;
	}

	.top-bar-section .dropdown li a {
		background: #FDF0DF;
		color: #9A8265;
	}

	.top-bar-mini {
		position: absolute;
		right: 0px;
		top: -70px;
	}

	.top-bar-mini li {
		font-size: .75em;
	}



	.tile h3,
	.tile p,
	.tile a {
		margin-left: 30%;
	}

	.tile img {
		width:25%;
		position: absolute;
	}

}

@media only screen and (max-width: 767px) {

	#cta-quote {
		position: static;
	}

}