@charset "UTF-8";
/* CSS Document *//*-----------------------------------------------------------------------------------*/
/*		Contact Form Field Styling
			Background:	FFFFFF
			Border			D6D6D6
			Text				666666
			Hover BG		EC7D05
			Label				333333
			Label Small	666666
			Shadow			D6D6D6
/*-----------------------------------------------------------------------------------*/


input, textarea {
	font: 13px Palatino, "Palatino Linotype", "Times New Roman", Times;
  color: #666666;
}
select {
	text-indent: 12px;
	color: #999999;
}
option {
	display: table-cell;
	padding-left: 12px;
}

input.bordered, textarea.bordered, .btn {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	/* Rounded Corners */
	-moz-border-radius: 		9px 9px 9px 9px;
	-webkit-border-radius: 	9px 9px 9px 9px;
	border-radius: 					9px 9px 9px 9px;
	margin-top: 12px;
}

form.miniform {
	width: 275px;
}
#contact_form input.bordered {
	display: inline-block;
	padding: 7px 7px;
	width: 275px;
	color: #666666;
	font: 12px Tahoma;
	height: auto;
}
#contact_form textarea.bordered {
	display: inline-block;
	padding: 3px 7px;
	width: 275px;
	height: 120px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#contact_form select.bordered {
	display: inline-block;
	font-size: 13px;
	height: 29px;
	padding: 3px;
	line-height: 1;
}
#contact_form .btn {
	display: inline-block;
	padding: 8px 16px 7px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #E17914;
	text-transform: uppercase;
	
	/* Transition Fade Setup */
	
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	
	vertical-align: 55%;
}
#contact_form .btn:hover {
	cursor:pointer;
	color: #ffffff;
	background: #EC7D05;
	border: 1px solid #FFFFFF;
}

#contact_form label {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-top: 12px;
	padding: 0px 0px 0px 9px;
	margin-bottom: 0px;
	color: #333333;
	text-transform: uppercase;
}

label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
	display: block;
	clear: right;
}

label.right {
  float: none;
  text-align: right;
}

label small {
  text-transform: capitalize;
  color: #666666;
}


/* ==========================================================================
   Custom Forms
   ========================================================================== */


.custom textarea {
	height: 100px;
	width: 100%;
	border: 1px solid #D6D6D6;
	margin-top: 4px;
	margin-bottom: 4px;
}
form.custom {
  /* Custom input, disabled */
}

form.custom .squaredrop {
  border: 1px solid #D6D6D6;
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .squaredrop ul {
  overflow-y: auto;
  max-height: 200px;
}

form.custom .squaredrop .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}

.styled-select select {
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
 }
 
@-moz-document url-prefix() {
    .styled-select select {
			float: left;
			clear: right;
    }
}
	 	 
/*form.custom div.squaredrop {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
	border: 1px solid #D6D6D6;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
}

form.custom .squaredrop:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaaaaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}

form.custom .squaredrop:hover a.selector:after, form.custom .squaredrop.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222222 transparent transparent transparent;
  border-top-style: solid;
}*/


/* Custom Select Options and Dropdowns for Disabled */

form.custom .squaredrop .disabled {
  color: #888888;
}

form.custom .squaredrop .disabled:hover {
  background: transparent;
  color: #888888;
}

form.custom .squaredrop .disabled:hover:after {
  display: none;
}

form.custom .squaredrop.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

form.custom .squaredrop.small {
  max-width: 134px;
}

form.custom .squaredrop.medium {
  max-width: 283px;
}

form.custom .squaredrop.large {
  max-width: 434px;
}

form.custom .squaredrop.expand {
  width: 100% !important;
}

form.custom .squaredrop.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .squaredrop.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .squaredrop.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .error .squaredrop {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

form.custom .error .squaredrop:focus {
  background: #fafafa;
  border-color: #D6D6D6;
}

form.custom .error .squaredrop + small.error {
  margin-top: 0;
}

form.custom .squaredrop ul li.selected {
  background: #eeeeee;
  color: black;
}

form.custom .squaredrop ul li:hover {
  background-color: #e4e4e4;
  color: black;
}

form.custom .squaredrop ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: black;
}

form.custom .squaredrop ul.show {
  display: block;
}

form.custom .custom.disabled {
  background: #dddddd;
}


/* ==========================================================================
   All Forms
   ========================================================================== */


/* We use this to get basic styling on all basic form elements 

	Borders:		#D6D6D6
	Text:				#666666
	Titles:			#333333
	Orange:			#FF6600
	Lt Yellow:	#FAFAFA
	
*/

fieldset {
	width: 604px;
	padding: 12px; /* 630 Total Width */
	border: solid 1px #D6D6D6;
	margin: 1.125em 0;
	color: #666666;
	font-size: 14px;
}

fieldset legend {
	padding: 0 0.1875em;
	margin: 0 0 0 0.25em;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-transform: uppercase;
}

html input[type="text"] {
	width: 100%;
	border: 1px solid #D6D6D6;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}/* Set Widths & Padding */

form, legend {
	margin: 0;
	padding: 0;
}
.row {
	width: 590px;
	padding: 10px;
}
.double {
	width: 580px;
}
.single {
	width: 285px;
	display: inline-block;
}
.singleLeft {
	margin-right: 10px;
}
input[type="text"], select {
	padding: 2px 6px;
	height: 18px;
}

/* ==========================================================================
   Address Forms Problems across Devices
   ========================================================================== */


button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  vertical-align: top;
}

textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;

  background-color: white;
  font-family: inherit;
  border: 1px solid #D6D6D6;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #D6D6D6;
  -moz-box-shadow: 0 0 5px #D6D6D6;
  box-shadow: 0 0 5px #D6D6D6;
  border-color: #D6D6D6;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #FAFAFA;
  border-color: #D6D6D6;
  outline: none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #EEEEEE;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}


/* ==========================================================================
   Buttons!
   ========================================================================== */

  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #ccc;
  border-color: #666;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}/* ==========================================================================
   Error Handling!
   ========================================================================== */


[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
  margin-top: 0;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #D6D6D6;
}

.error label,
.error label.error {
  color: #c60f13;
}

.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #D6D6D6;
}

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.error select:focus {
  background: #fafafa;
  border-color: #D6D6D6;
}

label.error {
  color: #c60f13;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
