/***********************************************/
/*   CREATED by DEVON MEHLE                    */
/*   devonmehle.com                            */
/***********************************************/

html,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Helvetica', sans-serif;
	-webkit-appearance:none;
	border:0;
	padding:0;
	margin:0;
	border-radius: 0;
	-webkit-appearance: none;
}

a,
a:hover,
a:active,
ul,
li {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ebebeb;
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #0000ff;
	text-shadow: none;
}

::selection {
	background: #0000ff;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 12px 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 1px 0;
	background: #ccc;
	color: black;
	padding: 1px 0;
}

.clear {
	clear: both;
}

.hide {
	position: absolute; top: -9999px; left: -9999px;
}

.hidden {
	display: none;
}

.wrapper {
	width: 100%;
	position: relative;
}

/***********************************************/
/*   BORDER                                     */
/***********************************************/

#border {
	
}

#topleft, #topright, #bottomleft, #bottomright {
	height: 35px;
	width: 35px;
	position: fixed;
	display: block;
	z-index: 999;
}

#top, #bottom {
	height: 35px;
	position: fixed;
	left: 0;
	right: 0;
	display: block;
	background-color: #fff;
	z-index: 997
}

#left, #right {
	width: 35px;
	position: fixed;
	top: 0;
	bottom: 0;
	display: block;
	background-color: #fff;
	z-index: 998;
}

#top {
	top: 0;
}

#bottom {
	bottom: 0;
}

#left {
	left: 0;
}

#right {
	right: 0;
}

#topleft {
	top: 0;
	left: 0;
}

#topright {
	top: 0;
	right: 0;
}

#bottomleft {
	bottom: 0;
	left: 0;
}

#bottomright {
	bottom: 0;
	right: 0;
}

@media (max-width: 650px) {
#topleft, #topright, #bottomleft, #bottomright {
	height: 15px;
	width: 15px;
}

#top, #bottom {
	height: 15px;
}

#left, #right {
	width: 15px;
}
}

/***********************************************/
/*   ALERT                                     */
/***********************************************/

/* The alert message box */
.alert {
	width: 100%;
    padding: 20px;
	margin: 125px 0 0 0;
    background-color: #57bc75; /* Red */
    color: white;
	position: fixed;
	z-index: 991;
    opacity: 0.8;
    filter: alpha(opacity=80);
	min-width: 500px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
	margin-right: 75px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.alert h1 {
	padding: 0;
	margin: 0 55px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

/***********************************************/
/*   HEADER                                    */
/***********************************************/

header {
	background: #fff;
	margin: 0;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
	min-width: 500px;
}

#header-left {
	float: left;
	width: 190px;
	margin: 30px;
}

#header-left img {
	border: 0;
	width: 190px;
}

#header-right {
	float: right;
}

#header-right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header-right li {
	padding: 0;
	margin: 50px 35px;
	float: left;
}

#header-right a {
	padding: 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #323232;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#header-right a:hover {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #57bc75;
}

#header-right ul li.active a {
	color: #57bc75;
}

@media (max-width: 900px) {
	.alert h1 {
		margin: 0 55px;
		font-size: 13px;
		letter-spacing: .5px;
		margin: 0 100px;
	}
}

@media (max-width: 800px) {
	.alert h1 {
		margin: 0 55px;
		font-size: 13px;
		letter-spacing: .5px;
		margin: 0 75px;
	}
	#header-right li {
		margin: 50px 35px 0 20px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
}

@media (max-width: 700px) {
	.alert h1 {
		margin: 0 55px;
		font-size: 13px;
		letter-spacing: .5px;
		margin: 0 75px;
	}
	.closebtn {
		margin-left: 15px;
		margin-right: 65px;
		font-size: 22px;
	}
	#header-right li {
		margin: 50px 35px 0 10px;
	}
	#header-right a {
		font-size: 14px;
		letter-spacing: .5px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
}

@media (max-width: 650px) {
	.alert {
		padding: 20px;
		margin: 110px 0 0 0;
	}
	.alert h1 {
		font-size: 12px;
		letter-spacing: .5px;
		margin: 0 55px;
	}
	.closebtn {
		margin-left: 15px;
		margin-right: 55px;
		font-size: 22px;
	}
	#header-left {
		width: 140px;
		margin: 30px;
	}
	#header-left img {
		width: 140px;
	}
	#header-right ul {
		margin-right: 35px;
	}
	#header-right li {
		margin: 40px 0 0 20px;
	}
	#header-right a {
		font-size: 14px;
		letter-spacing: .2px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
}

/***********************************************/
/*   FEATURED IMAGE                            */
/***********************************************/

#featured-image {
	background: url('../images/featured-image.jpg') no-repeat bottom fixed;
	max-height: 800px;
	min-height: 800px;
	max-width: 100%;
	margin: 0;
	padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-width: 500px;
}

#featured-image-content {
	padding: 335px 0 0 0;
	margin: 0 100px;
	text-align: center;
}

#featured-image-content img {
	margin: 0;
	padding: 0;
}

#featured-image-content h1 {
	padding: 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
}

#featured-image-content p {
	padding: 0;
	margin: 0;
	font-family: 'Francois One', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1.5px;
	color: #fff;
}

@media (max-width: 800px) {
	#featured-image-content {
		padding: 335px 0 0 0;
	}
	#featured-image-content h1 {
		font-size: 40px;
		letter-spacing: 2px;
		margin: 0 100px;
	}
}

@media (max-width: 700px) {
	#featured-image-content {
		padding: 335px 0 0 0;
	}
	#featured-image-content h1 {
		font-size: 30px;
		letter-spacing: 1px;
		margin: 0 50px;
	}
}

@media (max-width: 600px) {
	#featured-image-content {
		padding: 335px 0 0 0;
	}
	#featured-image-content h1 {
		font-size: 25px;
		letter-spacing: .5px;
		margin: 0 50px;
	}
}

@media (max-width: 500px) {
	#featured-image-content {
		padding: 335px 0 0 0;
	}
	#featured-image-content h1 {
		font-size: 25px;
		letter-spacing: 0px;
		margin: 0 50px;
	}
}

/***********************************************/
/*   BOXES                                     */
/***********************************************/

#boxes {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	min-width: 500px;
}

#boxes-container {
	width: 100%;
	margin: 0;
	padding: 100px 11% 100px 11%;
}

.boxes-box {
	width: 35%;
	padding: 0;
	margin: 0 auto;
	float: left;
	background: #fff;
	box-shadow: 0px 0px 25px #aeaeae;
}

.boxes-box img {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 50;
}

.boxes-box-content {
	background: #fff;
	padding: 50px;
	margin: -50px 50px 0 50px;
	position: relative;
	z-index: 100;
}

.boxes-box-spacer {
	width: 0;
	padding: 0 8% 0 0;
	margin: 0;
	float: left;
}

.boxes-box-content h1 {
	padding: 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #323232;
}

.boxes-box-content p {
	padding: 0;
	margin: 0;
	font-family: 'Francois One', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1.5px;
	color: #8b928e;
}

@media (max-width: 999px) {
	#boxes-container {
		padding: 100px 0 100px 0;
	}
	.boxes-box {
		width: 80%;
		padding: 0;
		margin: 0 auto;
		float: none;
		background: #fff;
		box-shadow: 0px 0px 25px #aeaeae;
	}
	.boxes-box-spacer {
		width: 0;
		padding: 0;
		margin: 50px 0 0 0;
		float: none;
	}
}

@media (max-width: 700px) {
	.boxes-box-content {
		padding: 30px;
		margin: -50px 50px 0 50px;
	}
	.boxes-box-content h1 {
		font-size: 22px;
		letter-spacing: 2px;
	}
	.boxes-box-content p {
		font-size: 13px;
		letter-spacing: 1.5px;
	}
}

/***********************************************/
/*   SERVICES                                  */
/***********************************************/

#services {
	background: url('../images/services-background.jpg') no-repeat bottom fixed;
	max-height: 100%;
	min-height: 800px;
	max-width: 100%;
	min-width: 500px;
	margin: 0;
	padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-width: 500px;
}

#services-content {
	padding: 200px 0 50px 0;
	width: 50%;
	margin: 0 auto;
}

.services-line {
	width: 50%;
	height: 5px;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 0;
}

#services h1 {
	padding: 0;
	margin: 0 0 25px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #fff;
}

#services p {
	padding: 0;
	margin: 25px 0 0 0;
	font-family: 'Francois One', sans-serif;
	font-weight: regular;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .5px;
	color: #fff;
}

#services ul {
	
}

#services ul li {
	padding: 0;
	margin: 0 0 0 30px;
	font-family: 'Francois One', sans-serif;
	font-weight: regular;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .5px;
	color: #fff;
}

#services-content2 {
	padding: 50px 0 200px 0;
	width: 80%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

#services-content2 img {
	padding: 0;
	margin: 150px 0 0 0;
	border: 0;
	width: 75px;
}

#services-content2 h1 {
	padding: 0;
	margin: 0 50px 0 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
}

#services-content2 p {
	padding: 0;
	margin: 20px 50px 150px 50px;
	font-family: 'Francois One', sans-serif;
	font-weight: regular;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
}

#services-box1 {
	width: 49%;
	min-height: 500px;
	float: left;
	border-top: solid 1px #57bc75;
	border-left: solid 1px #57bc75;
	border-bottom: solid 1px #57bc75;
}

#services-box2 {
	width: 49%;
	min-height: 500px;
	float: left;
	border-top: solid 1px #57bc75;
	border-left: solid 1px #57bc75;
	border-bottom: solid 1px #57bc75;
	border-right: solid 1px #57bc75;
}

@media (max-width: 1300px) {
	#services-box1 {
		min-height: 520px;
	}

	#services-box2 {
		min-height: 520px;
	}	
}

@media (max-width: 1100px) {
	#services-box1 {
		min-height: 560px;
	}

	#services-box2 {
		min-height: 560px;
	}	
}

@media (max-width: 1050px) {
	#services-box1 {
		min-height: 580px;
	}

	#services-box2 {
		min-height: 580px;
	}	
}

@media (max-width: 920px) {
	#services-box1 {
		min-height: 600px;
	}

	#services-box2 {
		min-height: 600px;
	}	
}

@media (max-width: 820px) {
	#services-box1 {
		min-height: 620px;
	}

	#services-box2 {
		min-height: 620px;
	}	
}

@media (max-width: 870px) {
	#services-box1 {
		min-height: 650px;
	}

	#services-box2 {
		min-height: 650px;
	}	
}

@media (max-width: 700px) {
	#services-content {
		width: 60%;
	}
	#services-content2 img {
		padding: 0;
		margin: 75px 0 0 0;
		border: 0;
		width: 75px;
	}
	#services-content2 p {
		margin: 20px 50px 75px 50px;
	}
	#services-box1 {
		width: 90%;
		float: none;
		margin: 0 auto;
		border-top: solid 1px #57bc75;
		border-left: solid 1px #57bc75;
		border-bottom: solid 1px #57bc75;
		border-right: solid 1px #57bc75;
		min-height: 0;
	}
	#services-box2 {
		width: 90%;
		float: none;
		margin: 0 auto;
		border-top: solid 0px #57bc75;
		border-left: solid 1px #57bc75;
		border-bottom: solid 1px #57bc75;
		border-right: solid 1px #57bc75;
		min-height: 0;
	}
}

/***********************************************/
/*   ABOUT                                     */
/***********************************************/

#about {
	padding: 0;
	margin: 0 0 250px 0;
	min-width: 500px;
}

#about-content {
	padding: 200px 0 50px 0;
	width: 50%;
	margin: 0 auto;
}

.about-line {
	width: 50%;
	height: 5px;
	background: #323232;
	margin: 0 0 10px 0;
	padding: 0;
}

#about h1 {
	padding: 0;
	margin: 0 0 25px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #323232;
}

#about p {
	padding: 0;
	margin: 25px 0 0 0;
	font-family: 'Francois One', sans-serif;
	font-weight: regular;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .5px;
	color: #8b928e;
}

.team {
	width: 80%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	margin-top: 50px;
}

.team-spacer {
	width: 1px;
	background: #ebebeb;
	height: 500px;
	padding: 0;
	margin: 0;
	float: right;
	position: absolute;
	top: 0;
}

.ie7 .team-spacer,
.ie8 .team-spacer {
	width: 0px;
	background: #000;
	height: 0;
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	top: 0;
}

.team-member {
	padding: 50px 0;
	margin: 0;
	height: 100%;
}

.team-member img {
	width: 100px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 25px;
	border: solid 5px #58bc75;
}

.team h3 {
	padding: 0;
	margin: 0 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #323232;
}

.team h4 {
	padding: 0;
	margin: 10px 30px 0 30px;
	font-family: 'Francois One', sans-serif;
	font-weight: regular;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .5px;
	color: #8b928e;
}

@media (max-width: 700px) {
	#about-content {
		padding: 200px 0 50px 0;
		width: 60%;
		margin: 0 auto;
	}
	.team {
		margin-top: 0px;
	}
	.team-member {
		padding: 11px 0;
		margin: 0;
		height: 100%;
	}
	.team-member img {
		width: 100px;
		margin-bottom: 25px;
		border: solid 5px #58bc75;
	}

	.team h3 {
		padding: 0;
		margin: 0 10px;
		font-size: 12px;
		letter-spacing: 0px;
	}

	.team h4 {
		padding: 0;
		margin: 10px 10px 0 10px;
		font-size: 10px;
		letter-spacing: 0px;
	}
}

/***********************************************/
/*   CONTACT                                   */
/***********************************************/

.contact-content-line {
	width: 100%;
	height: 5px;
	background: #323232;
	margin: 0 0 10px 0;
	padding: 0;
}

#contact-content h1 {
	padding: 0;
	margin: 0 0 25px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #323232;
}

#contact-content p {
	padding: 0;
	margin: 25px 0 50px 0;
	font-family: 'Francois One', sans-serif;
	font-weight: regular;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .5px;
	color: #8b928e;
}

.phone {
	color: #57bc75;
}

#contact {
	padding: 200px 0;
	margin: 0;
	background: #fff;
	width: 100%;
	min-width: 500px;
}

#contact-content h3 {
	padding: 0;
	margin: 15px 0 5px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #323232;
}

#contact-content {
	width: 40%;
	margin: 0 auto;
}


#contact-content input[type=text] {
	width: 99%;
	height: 55px;
	border: 3px solid #57bc75;
	margin: 0;
	padding: 0;
	font-family: 'Francois One', sans-serif;
	font-weight: regular;
	font-size: 14px;
	background: #fff;
}

#contact-content form {
	padding: 0;
	margin: 0;
	border: 0;
}

#contact-content textarea {
	width: 99%;
	height: 155px;
	border: 3px solid #57bc75;
	padding: 15px 0;
	margin: 0;
	font-family: 'Francois One', sans-serif;
	font-weight: regular;
	font-size: 14px;
}

#contact-content input[type=submit] {
	width: 100%;
	height: 65px;
	border: 3px solid #57bc75;
	padding: 0;
	margin: 15px 0 0 0;
	background: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #57bc75;
	float: left;
	cursor:pointer;
}

#contact-content input[type=submit]:hover {
	background: #57bc75;
	color: #fff;
	cursor:pointer;
}

@media (max-width: 700px) {
	#contact-content {
		width: 80%;
		margin: 0 auto;
	}
}

/***********************************************/
/*   FOOTER                                    */
/***********************************************/

footer {
	width: 100%;
	min-width: 500px;
}

#footer-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 150px 0;
}

#footer-content img {
	border: 0;
	padding: 0;
	margin: 0;
	width: 180px;
}

#footer-content h1 {
	padding: 0;
	margin: 25px 0 10px 0;
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2px;
	color: #8b928e;
}

#footer-content h2 {
	padding: 0;
	margin: 5px 0 0 0;
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2px;
	color: #bcc3bf;
}

#footer-content a {
	color: #bcc3bf;
}

#footer-content a:hover {
	color: #57bc75;
	text-decoration: none;
}

/***********************************************/
/*   CONTACT FORM RESULTS                      */
/***********************************************/

.contact-form-results {
	text-align: center;
	width: 100%;
	margin: 150px 0;
	padding: 0;
}

.contact-form-results p {
	padding: 0;
	margin: 0 50px 25px 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #323232;
}

.contact-form-results a {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 15px;
	color: #57bc75;
	text-decoration: none;
	letter-spacing: 2px;
}

.contact-form-results a:hover {
	text-decoration: underline;
}

/***********************************************/
/*   ARCANE CREATIVE FOOTER                    */
/***********************************************/

.arcane-creative {
	margin-top: 50px;
}

.arcane-creative p {
	font-size: 12px;
	color: #000;
	transition: .5s all ease-in-out 0s;
	-webkit-transition: .5s all ease-in-out 0s;
}

.arcane-creative img {
	width: 80px;
	max-width: 80px;
	margin: 0 auto;
	border: 0;
	padding-top: 30px;
}

.arcane-creative a {
	color: #000;
	text-decoration: none;
	transition: .5s all ease-in-out 0s;
	-webkit-transition: .5s all ease-in-out 0s;
}

.arcane-creative a:hover {
	text-decoration: none;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.arcane-creative p:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}