@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Cabin:400,700,500");
@import url("https://fonts.googleapis.com/css?family=Chewy");
@font-face {
	font-family: 'ecoicon';
	src: url("../fonts/ecoicons/ecoicon.eot");
	src: url("../fonts/ecoicons/ecoicon.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons/ecoicon.woff") format("woff"), url("../fonts/ecoicons/ecoicon.ttf") format("truetype"), url("../fonts/ecoicons/ecoicon.svg#ecoicon") format("svg");
	font-weight: normal;
	font-style: normal
}
body {
	background: #a7a9ac
}
body, input, select, textarea {
	color: #442115;
	font-family: "Cabin", Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: 400;
	line-height: 1.65em
}
a {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	color: #cc733f;
	text-decoration: underline
}
a:hover {
	color: #cc733f !important;
	text-decoration: none
}
strong, b {
	color: #555;
	font-weight: 600
}
em, i {
	font-style: italic
}
p {
	margin: 0 0 2em 0
}
h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin: 0 0 1em 0;
	text-indent: -0.05em;
	text-transform: uppercase
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none
}
h2 {
	font-size: 2.6em;
	line-height: 1.5em;
	font-family: "Chewy", Helvetica, sans-serif;
	text-transform: capitalize
}
h3 {
	font-size: 1.35em;
	line-height: 1.5em
}
h4 {
	font-size: 1.1em;
	line-height: 1.5em
}
h5 {
	font-size: 0.9em;
	line-height: 1.5em
}
h6 {
	font-size: 0.7em;
	line-height: 1.5em
}
sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em
}
sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em
}
hr {
	border: 0;
	border-bottom: solid 1px #ddd;
	margin: 2em 0
}
hr.major {
	margin: 3em 0
}
blockquote {
	border-left: solid 4px #ddd;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em
}
pre {
	-webkit-overflow-scrolling: touch;
	background: #f0f0f0;
	font-family: monospace;
	font-size: 0.9em;
	line-height: 1.75em;
	margin: 0 0 2em 0;
	overflow-x: auto;
	padding: 1em 1.5em
}
code {
	background: #f0f0f0;
	font-family: monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em
}
.align-left {
	text-align: left
}
.align-center {
	text-align: center
}
.align-right {
	text-align: right
}
section.special, article.special {
	text-align: center
}
header p {
	color: #aaa;
	margin: 0 0 1.5em 0;
	position: relative
}
header h2+p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-top: -1em
}
header h3+p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: -0.85em
}
header h4+p, header h5+p, header h6+p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: -0.75em
}
header.major {
	margin: 0 auto 4em auto;
	max-width: 56.25em;
	text-align: center
}
header.major>:first-child {
	white-space: nowrap
}
header.major>:first-child:before, header.major>:first-child:after {
	background-image: url("images/header-major-on-light.svg");
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 20px;
	width: 150px
}
header.major>:first-child:before {
	background-position: center right;
	margin-right: 1em
}
header.major>:first-child:after {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	background-position: center left;
	margin-left: 1em
}
header.major p {
	color: #442115;
	font-size: 1.1em;
	line-height: 1.65em;
	margin: 0 auto 0 auto
}
form {
	margin: 0 0 2em 0
}
label {
	color: #555;
	display: block;
	font-size: 0.9em;
	font-weight: 900;
	margin: 0 0 1em 0
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 0;
	border: solid 1px #ddd;
	border-radius: 0;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%
}
input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid {
box-shadow:none
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border-color: #cc733f;
	box-shadow: 0 0 0 1px #cc733f
}
.contact-page {
	background-image: url(../images/contact-bg.jpg);
	background-size: cover;
	background-color: transparent !important
}
.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative
}
.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important
}
.select-wrapper:before {
	content: '\f078';
	color: #ddd;
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em
}
.select-wrapper select::-ms-expand {
display:none
}
input[type="text"], input[type="password"], input[type="email"], select {
	height: 2.75em
}
textarea {
	padding: 0.75em 1em
}
input[type="checkbox"], input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1
}
input[type="checkbox"]+label, input[type="radio"]+label {
	text-decoration: none;
	color: #442115;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative
}
input[type="checkbox"]+label:before, input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important
}
input[type="checkbox"]+label:before, input[type="radio"]+label:before {
	background: #f0f0f0;
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em
}
input[type="checkbox"]:checked+label:before, input[type="radio"]:checked+label:before {
	background: #a7a9ac;
	color: #fff;
	content: '\f00c'
}
input[type="checkbox"]:focus+label:before, input[type="radio"]:focus+label:before {
	box-shadow: 0 0 0 2px #cc733f
}
input[type="radio"]+label:before {
	border-radius: 100%
}
::-webkit-input-placeholder {
color:#aaa !important;
opacity:1.0
}
:-moz-placeholder {
color:#aaa !important;
opacity:1.0
}
::-moz-placeholder {
color:#aaa !important;
opacity:1.0
}
:-ms-input-placeholder {
color:#aaa !important;
opacity:1.0
}
.formerize-placeholder {
	color: #aaa !important;
	opacity: 1.0
}
.box {
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	margin-bottom: 2em;
	padding: 1.25em
}
.box>:last-child, .box>:last-child>:last-child, .box>:last-child>:last-child>:last-child {
	margin-bottom: 0
}
.box.special {
	padding: 3em 2.25em
}
.box.alt {
	background: none;
	box-shadow: none;
	padding: 0
}
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important
}
.icon>.label {
	display: none
}
.icon.major {
	background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 0%);
	background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 0%);
	background-image: -o-linear-gradient(45deg, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 0%);
	background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 0%);
	background-image: linear-gradient(45deg, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 0%);
	background-color: #cc733f;
	border-radius: 100%;
	color: #fff;
	cursor: default;
	display: block;
	height: 4.5em;
	line-height: 4.5em;
	margin: 0 auto 2em auto;
	text-align: center;
	width: 4.5em
}
.icon.major:before {
	font-size: 32px
}
.icon.major.alt {
	background-color: #a7a9ac;
	color: #fff
}
.image {
	border: 0;
	display: inline-block;
	position: relative
}
.image img {
	display: block
}
.image.left {
	float: left;
	padding: 0 1.5em 1em 0;
	top: 0.25em
}
.image.right {
	float: right;
	padding: 0 0 1em 1.5em;
	top: 0.25em
}
.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%
}
.image.fit img {
	display: block;
	width: 100%
}
ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em
}
ol li {
	padding-left: 0.25em
}
ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em
}
ul li {
	padding-left: 0.5em
}
ul.alt {
	list-style: none;
	padding-left: 0
}
ul.alt li {
	border-top: solid 1px #ddd;
	padding: 0.5em 0
}
ul.alt li:first-child {
	border-top: 0;
	padding-top: 0
}
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0
}
ul.icons li {
	display: inline-block;
	padding: 0 0 0 0
}
ul.icons li:last-child {
	padding-right: 0
}
ul.icons li .icon:before {
	font-size: 2em
}
ul.labeled-icons {
	list-style: none;
	padding-left: 0;
	text-align: left
}
ul.labeled-icons li {
	border-top: solid 1px #ddd;
	padding: 1.25em 0 1.25em 2.75em;
	position: relative
}
ul.labeled-icons li:first-child {
	border-top: 0;
	padding-top: 0
}
ul.labeled-icons li:first-child .icon {
	top: 0
}
ul.labeled-icons li a {
	color: inherit;
	text-decoration: none
}
ul.labeled-icons li .icon {
	background-color: #442115;
	border-radius: 100%;
	color: #a7a9ac;
	cursor: default;
	font-size: 1em;
	height: 1.75em;
	left: 0;
	line-height: 1.75em;
	position: absolute;
	text-align: center;
	top: 1.25em;
	width: 1.75em
}
ul.labeled-icons li .icon:before {
	font-size: 16px;
	margin-left: 1px;
	color: #cc733f
}
ul.labeled-icons li .icon.fa-twitter {
	background-color: #4eafdc
}
ul.labeled-icons li .icon.fa-facebook {
	background-color: #456bc9
}
ul.labeled-icons li .icon.fa-linkedin {
	background-color: #0291d9
}
ul.menu {
	cursor: default;
	list-style: none;
	padding-left: 0
}
ul.menu li {
	border-left: solid 1px #ddd;
	display: inline-block;
	line-height: 1em;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em
}
ul.menu li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0
}
ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0
}
ul.actions li {
	display: inline-block;
	padding: 0 1em 0 0;
	vertical-align: middle
}
ul.actions li:last-child {
	padding-right: 0
}
ul.actions.small li {
	padding: 0 0.5em 0 0
}
ul.actions.vertical li {
	display: block;
	padding: 1em 0 0 0
}
ul.actions.vertical li:first-child {
	padding-top: 0
}
ul.actions.vertical li>* {
	margin-bottom: 0
}
ul.actions.vertical.small li {
	padding: 0.5em 0 0 0
}
ul.actions.vertical.small li:first-child {
	padding-top: 0
}
ul.actions.fit {
	display: table;
	margin-left: -1em;
	padding: 0;
	table-layout: fixed;
	width: calc(100% + 1em)
}
ul.actions.fit li {
	display: table-cell;
	padding: 0 0 0 1em
}
ul.actions.fit li>* {
	margin-bottom: 0
}
ul.actions.fit.small {
	margin-left: -0.5em;
	width: calc(100% + 0.5em)
}
ul.actions.fit.small li {
	padding: 0 0 0 0.5em
}
dl {
	margin: 0 0 2em 0
}
.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto
}
table {
	margin: 0 0 2em 0;
	width: 100%
}
table tbody tr:nth-child(2n+1) {
	background-color: #f0f0f0
}
table td {
	padding: 0.75em 0.75em
}
table th {
	color: #555;
	font-size: 0.9em;
	font-weight: 900;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left
}
table thead {
	border-bottom: solid 2px #ddd
}
table tfoot {
	border-top: solid 2px #ddd
}
table.alt {
	border-collapse: separate
}
table.alt tbody tr td {
	border: solid 1px #ddd;
	border-left-width: 0;
	border-top-width: 0
}
table.alt tbody tr td:first-child {
	border-left-width: 1px
}
table.alt tbody tr:first-child td {
	border-top-width: 1px
}
table.alt thead {
	border-bottom: 0
}
table.alt tfoot {
	border-top: 0
}
.contact-page h2 {
	color: #cc733f
}
input[type="submit"], input[type="reset"], input[type="button"], .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #cc733f;
	border: 0;
	border-radius: 0;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 900;
	height: 3em;
	letter-spacing: 0.05em;
	line-height: 3em;
	padding: 0 1.75em;
	text-align: center;
	text-decoration: none;
	text-indent: -0.05em;
	text-transform: uppercase;
	white-space: nowrap
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
	background-color: #d18253;
	color: #fff !important
}
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active {
	background-color: #bf6633
}
input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, .button.icon {
	padding-left: 1.35em
}
input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, .button.icon:before {
	margin-right: 0.5em
}
input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, .button.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%
}
input[type="submit"].small, input[type="reset"].small, input[type="button"].small, .button.small {
	font-size: 0.8em;
	height: 2.475em;
	line-height: 2.475em
}
input[type="submit"].big, input[type="reset"].big, input[type="button"].big, .button.big {
	font-size: 1.25em;
	height: 2.475em;
	line-height: 2.475em
}
input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt, .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #ddd;
	color: #555 !important
}
input[type="submit"].alt:hover, input[type="reset"].alt:hover, input[type="button"].alt:hover, .button.alt:hover {
	background-color: #f0f0f0
}
input[type="submit"].alt:active, input[type="reset"].alt:active, input[type="button"].alt:active, .button.alt:active {
	background-color: #ddd
}
input[type="submit"].alt.icon:before, input[type="reset"].alt.icon:before, input[type="button"].alt.icon:before, .button.alt.icon:before {
	color: #aaa
}
input[type="submit"].special, input[type="reset"].special, input[type="button"].special, .button.special {
	background-color: #cc733f;
	color: #fff !important
}
input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, .button.special:hover {
	background-color: #d18253
}
input[type="submit"].special:active, input[type="reset"].special:active, input[type="button"].special:active, .button.special:active {
	background-color: #bf6633
}
input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, .button.disabled, .button:disabled {
	background-color: #442115 !important;
	box-shadow: none !important;
	color: #a7a9ac !important;
	cursor: default;
	opacity: 0.25
}
.wrapper {
	padding: 6em 0
}
.wrapper.style1 {
	background: #f5f5f5
}
.wrapper.style2 {
	background: #cc733f;
	color: #f7eae2
}
.wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6, .wrapper.style2 strong, .wrapper.style2 b, .wrapper.style2 th, .wrapper.style2 label {
	color: #fff
}
.wrapper.style2 header p {
	color: #f7eae2
}
.wrapper.style2 header.major>:first-child:before, .wrapper.style2 header.major>:first-child:after {
	background-image: url("images/header-major-on-dark.svg")
}
.wrapper.style2 .box {
	background: #d18253
}
.wrapper.style2 input[type="submit"], .wrapper.style2 input[type="reset"], .wrapper.style2 input[type="button"], .wrapper.style2 .button {
	color: #cc733f !important;
	background: #fff
}
.wrapper.style2 input[type="submit"].alt, .wrapper.style2 input[type="reset"].alt, .wrapper.style2 input[type="button"].alt, .wrapper.style2 .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
	color: #fff !important
}
.wrapper.style2 input[type="submit"].alt:hover, .wrapper.style2 input[type="reset"].alt:hover, .wrapper.style2 input[type="button"].alt:hover, .wrapper.style2 .button.alt:hover {
	background-color: rgba(255,255,255,0.15)
}
.wrapper.style2 input[type="submit"].alt:active, .wrapper.style2 input[type="reset"].alt:active, .wrapper.style2 input[type="button"].alt:active, .wrapper.style2 .button.alt:active {
	background-color: rgba(255,255,255,0.25)
}
.wrapper.style2 input[type="submit"].alt.icon:before, .wrapper.style2 input[type="reset"].alt.icon:before, .wrapper.style2 input[type="button"].alt.icon:before, .wrapper.style2 .button.alt.icon:before {
	color: #efd5c5
}
.wrapper.style3 {
	background: #ffffff
}
#skel-layers-wrapper {
	padding-top: 3em
}
body.landing #skel-layers-wrapper {
	padding-top: 0
}
@-moz-keyframes reveal-header {
0% {
top:-5em
}
100% {
top:0
}
}
@-webkit-keyframes reveal-header {
0% {
top:-5em
}
100% {
top:0
}
}
@-o-keyframes reveal-header {
0% {
top:-5em
}
100% {
top:0
}
}
@-ms-keyframes reveal-header {
0% {
top:-5em
}
100% {
top:0
}
}
@keyframes reveal-header {
0% {
top:-5em
}
100% {
top:0
}
}
#header {
	background: #a7a9ac;
	color: #f1f2f2;
	cursor: default;
	opacity: 0.8;
	height: 3.25em;
	left: 0;
	line-height: 3.25em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	animation-delay: 2s
}
#header h1 {
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0
}
#header h1 a {
	font-size: 1.25em;
	color: #000 !important
}
#header nav {
	height: inherit;
	line-height: inherit;
	position: absolute;
	right: 1.25em;
	top: 0;
	vertical-align: middle
}
#header nav>ul {
	list-style: none;
	margin: 0;
	padding-left: 0
}
#header nav>ul>li {
	display: inline-block;
	margin-left: 3em;
	padding-left: 0
}
#header nav>ul>li>ul {
	display: none
}
#header nav>ul>li a {
	color: #000 !important;
	display: inline-block;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-indent: -0.05em;
	text-transform: uppercase
}
#header nav>ul>li a.icon:before {
	margin-right: 0.75em;
	opacity: 0.5
}
#header nav>ul>li.active>a {
	color: #fff
}
#header nav>ul>li:first-child {
	margin-left: 0
}
#header nav>ul>li .button {
	height: 2.25em;
	line-height: 2.25em;
	margin-bottom: 0;
	padding: 0 1.25em;
	position: relative;
	top: -0.075em;
	vertical-align: middle
}
#header.reveal {
	-moz-animation: reveal-header 0.5s;
	-webkit-animation: reveal-header 0.5s;
	-o-animation: reveal-header 0.5s;
	-ms-animation: reveal-header 0.5s;
	animation: reveal-header 0.5s
}
#header.alt {
	-moz-animation: none;
	-webkit-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	background: none;
	margin-top: 0.75em;
	position: absolute
}
#header.alt h1 {
	left: 2em
}
#header.alt nav {
	right: 2.5em
}
#header .container {
	position: relative
}
#header .container h1 {
	left: 0
}
#header .container nav {
	right: 0
}
.main-logo {
	padding: 10px;
	border-radius: 5px;
	animation-delay: 1s
}

@media screen and (max-width: 480px) {
.main-logo {
	width: 300px
}
}
.dropotron {
	background: #a7a9ac;
	border: solid 1px #e0e0e0;
	box-shadow: 0 0.15em 0.15em 0 rgba(0,0,0,0.05);
	color: #442115;
	list-style: none;
	margin-top: -0.75em;
	min-width: 12em;
	padding: 0.75em 0
}
.dropotron.level-0 {
	font-size: 0.9em;
	margin-top: 1em
}
.dropotron.level-0:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #a7a9ac;
	border: 0;
	border-color: #e0e0e0;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	content: '';
	display: block;
	height: 1em;
	left: 50%;
	margin-left: -0.5em;
	position: absolute;
	top: -0.5em;
	width: 1em
}
.dropotron li {
	border-top: solid 1px #ddd
}
.dropotron li>a {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	color: #442115 !important;
	text-decoration: none;
	display: block;
	padding: 0.25em 0.75em
}
.dropotron li:first-child {
	border-top: 0
}
.dropotron li.active, .dropotron li:hover {
	background: #cc733f
}
.dropotron li.active>a, .dropotron li:hover>a {
	color: #fff !important
}
#banner {
	background-color: #324150;
	background-image: url(../images/field-banner.jpg);
	background-size: cover !important;
	color: #fff;
	padding: 16em 0 14em 0;
	text-align: center
}
#banner :last-child {
	margin-bottom: 0
}
#banner h2 {
	color: inherit;
	font-size: 3em;
	line-height: 1.25em;
	margin: 0 0 0.5em 0;
	padding: 0
}
#banner p {
	color: #cc733f;
	font-size: 2em;
	margin-bottom: 1.75em
}
#banner input[type="submit"].alt, #banner input[type="reset"].alt, #banner input[type="button"].alt, #banner .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
	color: #fff !important
}
#banner input[type="submit"].alt:hover, #banner input[type="reset"].alt:hover, #banner input[type="button"].alt:hover, #banner .button.alt:hover {
	background-color: rgba(255,255,255,0.15)
}
#banner input[type="submit"].alt:active, #banner input[type="reset"].alt:active, #banner input[type="button"].alt:active, #banner .button.alt:active {
	background-color: rgba(255,255,255,0.25)
}
#banner input[type="submit"].alt.icon:before, #banner input[type="reset"].alt.icon:before, #banner input[type="button"].alt.icon:before, #banner .button.alt.icon:before {
	color: #efd5c5
}
@-webkit-keyframes sonarEffect {
0% {
opacity:0.3
}
40% {
opacity:0.5;
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5)
}
100% {
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
-webkit-transform:scale(1.5);
opacity:0
}
}
@-moz-keyframes sonarEffect {
0% {
opacity:0.3
}
40% {
opacity:0.5;
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5)
}
100% {
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
-moz-transform:scale(1.5);
opacity:0
}
}
@keyframes sonarEffect {
0% {
opacity:0.3
}
40% {
opacity:0.5;
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5)
}
100% {
box-shadow:0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
transform:scale(1.5);
opacity:0
}
}
#footer h5 {
	color: #aaa
}
#clients {
	padding-bottom: 10px
}
#footer {
	background: #ececec;
	color: #aaa;
	height: auto;
	padding: 1em 0 2em 0;
	text-align: center
}
#footer .copyright {
	font-size: 0.9em;
	margin: 2em 0 0 0;
	padding: 0
}
#footer .copyright a {
	text-decoration: none
}
#footer .menu li {
	border-color: #ccc
}
#footer .menu a {
	color: inherit;
	text-decoration: none
}

.prices {border: 1px solid #eee;}

.prices th {background: #cc733f;color: #fff; font-size:20px;}
/*# sourceMappingURL=style.css.map */
