/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: "open_sanslight";
	src: url("fonts/opensans-light-webfont.eot");
	src: url("fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-light-webfont.woff2") format("woff2"), url("fonts/opensans-light-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "open_sansregular";
	src: url("fonts/opensans-regular-webfont.eot");
	src: url("fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular-webfont.woff2") format("woff2"), url("fonts/opensans-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.contact-list,
#nav ul,
.breadcrumbs ul,
.data-list,
.widget_categories,
.paging,
.nav-links,
#sidebar .widget ul,
.list,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.container:after,
.news-columns .line:after,
.posts .post:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #474747;
	background: #fff;
	font: 300 16px / 2 "open_sanslight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 2em;
}

blockquote {
	border-left: 4px solid #8c939a;
	padding-left: .5em;
	margin-left: 2em;
}

th,
td {
	border: 1px solid #8c939a;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #8c939a;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #101010;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #101010;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #101010;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #101010;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #101010;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #101010;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	position: relative;
	vertical-align: middle;
	margin: 0 0 2em;
}

.navigation .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	text-decoration: none;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #8c939a;
	padding: .4em;
	margin-bottom: 2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 2em;
}

.mejs-container {
	margin-bottom: 2em;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "open_sanslight", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	margin: 0 0 .5em;
	color: #101010;
}

h1,
.h1 {
	font-size: 64px;
}

h2,
.h2 {
	font-size: 42px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #799061;
}

a:hover,
a:focus {
	text-decoration: none;
}

h2,
.h2 {
	font-size: 32px;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 30px;
}

#header {
	border-top: 3px solid #8c939a;
	padding: 32px 0 0;
}

#header .logo {
	float: left;
	width: 256px;
	height: 56px;
}

#header .logo img {
	display: block;
}

#header .bar {
	overflow: hidden;
	text-align: right;
	padding-bottom: 28px;
}

#header .btn {
	padding: 9px 20px;
	font-weight: 600;
	font-size: 16px;
}

.contact-list {
	display: inline-block;
	vertical-align: top;
	color: #799061;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	padding: 0 30px 0 0;
	margin-top: -4px;
	text-align: left;
}

.contact-list li {
	display: inline-block;
	vertical-align: top;
	padding-left: 32px;
}

.contact-list address {
	font-style: normal;
	color: #799061;
	display: block;
	margin: 0 0 2px;
	font-weight: 300;
	font-size: 22px;
}

.contact-list a {
	color: #3c3c3c;
	text-decoration: none;
}

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

.btn,
[type="submit"] {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	font: 700 22px "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 12px 37px 10px;
	background-color: #9cb97d;
	background-image: -webkit-linear-gradient(top, #9cb97d 0%, #7a9162 100%);
	background-image: linear-gradient(to bottom, #9cb97d 0%, #7a9162 100%);
	border: solid;
	border-width: 1px 1px 2px 1px;
	border-color: #fff #80936c #61734e #bbcaaa;
	box-shadow: -1px 0 0 0 #fff, 1px 0 0 0 #9fa1a0;
	text-shadow: 1px 1px 0 rgba(16, 16, 16, .2);
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	text-align: center;
}

.btn.btn-mini,
[type="submit"].btn-mini {
	padding: 6px 37px 7px;
	font-size: 19px;
	border-radius: 3px;
}

.btn.btn-big,
[type="submit"].btn-big {
	padding: 22px 27px 21px;
	font-size: 20px;
	letter-spacing: 2px;
}

.btn.btn-gray,
[type="submit"].btn-gray {
	background: #8c939a;
	border: 0;
	box-shadow: inset 0 -2px 0 0 #6d7378, inset -1px 0 0 0 #989898, inset -2px 0 0 0 #797f85;
}

.btn.btn-gray:hover,
[type="submit"].btn-gray:hover {
	background: #799061;
}

.btn:hover,
[type="submit"]:hover {
	background-color: #7a9162;
	background-image: -webkit-linear-gradient(top, #7a9162 0%, #9cb97d 100%);
	background-image: linear-gradient(to bottom, #7a9162 0%, #9cb97d 100%);
}

#nav {
	background-color: #94ac7b;
	background-image: -webkit-linear-gradient(top, #94ac7b 0%, #a4bf88 100%);
	background-image: linear-gradient(to bottom, #94ac7b 0%, #a4bf88 100%);
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -1px;
	font-family: "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav ul {
	width: 100%;
	display: table;
}

#nav li {
	display: table-cell;
	padding: 0 2px 0 1px;
}

#nav li + li {
	box-shadow: -1px 0 0 0 #7f9469, inset 1px 0 0 0 #adc296;
}

#nav li.active a {
	background-color: #738d57;
	background-image: -webkit-linear-gradient(top, #738d57 0%, #627a49 100%);
	background-image: linear-gradient(to bottom, #738d57 0%, #627a49 100%);
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 5px 6px;
}

#nav a:hover {
	background-color: #738d57;
	background-image: -webkit-linear-gradient(top, #738d57 0%, #627a49 100%);
	background-image: linear-gradient(to bottom, #738d57 0%, #627a49 100%);
}

.nav-opener {
	display: none;
}

.nav-drop .nav-opener {
	position: absolute;
	top: 15px;
	left: 15px;
}

.intro {
	position: relative;
	font-size: 18px;
	line-height: 1.56;
	color: #101010;
	font-family: "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro img {
	display: block;
	width: 100%;
}

.intro .intro-text {
	position: absolute;
	bottom: 50%;
	left: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	width: 100%;
	max-height: 100%;
}

.intro .intro-frame {
	max-width: 50%;
}

.intro p {
	margin-bottom: 33px;
}

h1,
.h1 {
	line-height: 1.08;
	margin-bottom: 17px;
}

h1 b,
.h1 b {
	font-size: 72px;
	display: block;
	color: #53792e;
	margin-bottom: 0;
	font-family: "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.inner h1,
.inner .h1 {
	margin-bottom: 30px;
}

.inner h1 b,
.inner .h1 b {
	font-size: 50px;
}

.section {
	padding: 33px 0 16px;
	line-height: 2.125;
}

h2,
.h2 {
	margin-bottom: 2px;
	line-height: 1.25;
	padding: 18px 0 20px;
}

h2 a,
.h2 a {
	text-decoration: none;
	color: #101010;
}

h3,
.h3 {
	line-height: 1.25;
	color: #373737;
}

.two-columns {
	margin: 0 -23px;
}

.two-columns .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 23px;
	margin-right: -4px;
}

.sub-heading {
	font-size: 22px;
	line-height: 1.5;
	color: #6e8d4d;
	font-weight: 300;
	display: block;
	margin-bottom: 23px;
}

.video {
	padding: 40px 0 0;
	margin-left: -40px;
}

.video iframe {
	border: 0;
}

#sidebar .video {
	margin: 0;
}

#sidebar .wpcf7 + .video {
	padding-top: 3px;
}

.news-columns {
	line-height: 1.75;
	margin-bottom: 25px;
}

.news-columns .col {
	margin-bottom: 30px;
}

.news-columns .col + .col {
	border-left: 1px solid #e0e7d8;
}

.news-columns .col .three-columns .col {
	padding-bottom: 30px;
}

.news-columns .image {
	margin-bottom: 27px;
}

.news-columns .image img {
	display: block;
	width: 100%;
}

.news-columns .line {
	padding-bottom: 5px;
}

.news-columns .line a:hover {
	opacity: .8;
}

.news-columns time {
	float: left;
	background: #82966d;
	color: #fff;
	padding: 7px 15px 9px;
	text-align: center;
	line-height: 1;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin: 3px 17px 10px 2px;
}

.news-columns time span {
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 7px;
}

.news-columns h3 {
	overflow: hidden;
	font-family: "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-columns h3 a {
	color: inherit;
	text-decoration: none !important;
}

.news-columns h3 a:hover {
	color: #799061;
}

.news-columns p {
	margin-bottom: 28px;
}

.news-columns .holder {
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
}

#sidebar .news-columns {
	padding: 13px 0 15px;
}

#sidebar .news-columns h2 {
	font-size: 32px;
}

#sidebar .news-columns h3 {
	font-size: 18px;
	margin-bottom: 7px;
}

#sidebar .news-columns time {
	padding: 7px 15px 15px;
	margin-top: 1px;
}

#sidebar .news-columns time span {
	margin-bottom: 11px;
}

#sidebar .news-columns .col {
	margin-bottom: 0;
}

#sidebar .news-columns .col + .col {
	border-top: dashed #999;
	border-width: 1px 0  0;
	padding-top: 22px;
}

#sidebar .news-columns .col:last-child .line {
	padding-bottom: 14px;
}

#sidebar .news-columns .line {
	padding-bottom: 8px;
}

#sidebar .news-columns .btn-more {
	margin: 0 13px 0 auto;
	display: block;
	max-width: 106px;
}

.heading-line {
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}

.heading-line:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 4px;
	width: 9999px;
	height: 3px;
	border: solid #dadada;
	border-width: 1px 0;
	content: "";
}

.heading-line span {
	background: #fff;
	position: relative;
	padding-right: 10px;
	z-index: 1;
}

.btn-more {
	background: #707070;
	padding: 6px 19px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	font-family: "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.btn-more:hover {
	background: #799061;
	text-decoration: none !important;
}

.locations-section {
	background: #f3f3f3;
	padding: 48px 0 41px;
	font-size: 18px;
	line-height: 28px;
}

.locations-section h2 {
	font-size: 38px;
	margin-bottom: 44px;
	padding: 0;
}

.locations-section h3 {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	color: #799061;
	margin-bottom: 30px;
}

.locations-section .heading-line span {
	background: #f3f3f3;
}

.locations-section address {
	font-style: normal;
	margin: 0 0 24px;
}

.locations-section p {
	margin-bottom: 14px;
}

.locations-section form {
	font-size: 16px;
	line-height: 24px;
	padding-top: 2px;
}

dl {
	margin: 0 0 62px;
}

dl dt {
	margin-bottom: 12px;
	font-weight: 300;
}

dl dd {
	margin: 0 0 12px;
	font-weight: 600;
}

dl a {
	color: inherit;
	text-decoration: none;
}

dl a:hover {
	text-decoration: underline;
}

.address-icon,
.phone-icon,
.fax-icon,
.email-icon,
.comments-icon,
.time-icon,
.like-icon {
	position: relative;
	padding-left: 31px;
}

.address-icon:before,
.phone-icon:before,
.fax-icon:before,
.email-icon:before,
.comments-icon:before,
.time-icon:before,
.like-icon:before {
	position: absolute;
	top: 5px;
	left: 0;
	background: url(images/sprite.png) no-repeat;
	width: 18px;
	height: 24px;
	content: "";
}

.phone-icon:before {
	background-position: -50px 0;
	width: 19px;
	height: 18px;
}

.fax-icon:before {
	background-position: -100px 0;
	height: 18px;
}

.email-icon:before {
	background-position: -150px 0;
	height: 12px;
	top: 9px;
}

.comments-icon {
	padding-left: 29px;
}

.comments-icon:before {
	background-position: -50px -50px;
	width: 20px;
	height: 15px;
	top: 2px;
}

.time-icon {
	padding-left: 22px;
}

.time-icon:before {
	background-position: 0 -50px;
	width: 13px;
	height: 13px;
	top: 3px;
}

.like-icon {
	padding-left: 26px;
}

.like-icon:before {
	background-position: -100px -50px;
	width: 17px;
	height: 17px;
	top: 1px;
}

.wpcf7-form-control-wrap {
	display: block;
	padding-bottom: 7px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select {
	background: #fff;
	border: 1px solid #cacaca;
	outline: none;
	margin: 0;
	padding: 0 15px;
	width: 100%;
	height: 42px;
	color: #101010;
	font-size: 15px;
}

textarea {
	resize: none;
	padding: 5px 15px;
	height: 87px;
}

[type="submit"] {
	margin: 0 0 0 auto;
	display: block;
}

.locations-section [type="submit"] {
	max-width: 128px;
}

.search-form input[type="text"],
.search-form input[type="tel"],
.search-form input[type="email"],
.search-form input[type="search"],
.search-form input[type="password"],
.search-form [type="submit"],
.search-form textarea,
.search-form select {
	box-sizing: border-box;
	margin: 0 4px 1em 0;
}

#sidebar .search-form input[type="text"],
#sidebar .search-form input[type="tel"],
#sidebar .search-form input[type="email"],
#sidebar .search-form input[type="search"],
#sidebar .search-form input[type="password"],
#sidebar .search-form [type="submit"],
#sidebar .search-form textarea,
#sidebar .search-form select {
	width: 100%;
}

.main-holder {
	width: 100%;
	overflow: hidden;
}

#content {
	width: 100%;
	float: left;
}

.content-holder {
	margin: 0 370px 0 0;
	position: relative;
}

.fb-comments {
	width: 100%;
}

.fb-comments > span {
	width: 100% !important;
	display: block;
}

.fb-comments iframe {
	width: 100% !important;
}

.breadcrumbs {
	font-size: 14px;
	color: #53792e;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 20px;
	padding-bottom: 0;
	font-family: "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li + li:before {
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #6c7173;
	margin: 10px 10px 0 7px;
	content: "";
}

.breadcrumbs a {
	color: #3b3b3b;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.news-box {
	margin-bottom: 25px;
}

.news-box h2 {
	margin-bottom: 2px;
}

.news-box h3 {
	font-size: 28px;
	font-family: "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #101010;
	font-weight: normal;
	margin-bottom: 19px;
}

.news-box h3 a {
	color: inherit;
	text-decoration: none;
}

.news-box h3 a:hover {
	color: #799061;
}

.news-box .image {
	display: block;
	margin-bottom: 28px;
}

.news-box p {
	margin-bottom: 19px;
}

.news-box + .news-box {
	padding-top: 35px;
	background: url(images/separator.png) repeat-x;
}

.data-list,
.widget_categories {
	font-size: 15px;
	margin-bottom: 31px;
}

.data-list li,
.widget_categories li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	position: relative;
}

.data-list li + li,
.widget_categories li + li {
	padding-left: 12px;
}

.data-list li + li:before,
.widget_categories li + li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "/";
}

.data-list a,
.widget_categories a {
	text-decoration: none;
	color: inherit;
}

.data-list a:hover,
.widget_categories a:hover {
	color: #799061;
}

.paging,
.nav-links {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	padding: 22px 0 57px;
}

.paging li,
.nav-links li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 6px 10px 0;
}

.paging li.active a,
.nav-links li.active a {
	border-color: #53792e;
	color: #fff;
	background-color: #7eba43;
	background-image: -webkit-linear-gradient(top, #7eba43 0%, #53792e 100%);
	background-image: linear-gradient(to bottom, #7eba43 0%, #53792e 100%);
}

.paging span,
.paging a,
.nav-links span,
.nav-links a {
	display: block;
	background-color: #f1f1f1;
	background-image: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
	color: #556270;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 7px !important;
	text-decoration: none;
	min-width: 30px;
	text-align: center;
}

.paging a:hover,
.nav-links a:hover {
	border-color: #53792e;
	color: #fff;
	background-color: #7eba43;
	background-image: -webkit-linear-gradient(top, #7eba43 0%, #53792e 100%);
	background-image: linear-gradient(to bottom, #7eba43 0%, #53792e 100%);
}

.paging .prev a,
.paging .next a,
.nav-links .prev a,
.nav-links .next a {
	padding: 7px 15px;
}

#sidebar {
	width: 295px;
	float: right;
	margin: 0 0 0 -100%;
	padding: 21px 0 0;
	line-height: 26px;
}

#sidebar h3 {
	font-size: 32px;
	margin-bottom: 25px;
	padding-bottom: 3px;
}

#sidebar .heading-line:before {
	margin-top: 2px;
}

#sidebar p {
	margin-bottom: 19px;
}

#sidebar .btn {
	font-size: 20px;
	font-weight: 700;
	padding: 19px 10px 16px;
	display: block;
}

#sidebar .btn + .wpcf7 {
	margin-top: 39px;
}

#sidebar .video {
	padding: 30px 0 40px;
}

#sidebar form {
	background: #eef6e8;
	padding: 15px 16px 21px;
	margin: 0 0 39px 0;
}

#sidebar form h3 {
	text-align: center;
	margin-bottom: 17px;
}

#sidebar form p {
	margin-bottom: 24px;
}

#sidebar form .wpcf7-form-control-wrap {
	padding-bottom: 9px;
}

#sidebar form input[type="text"],
#sidebar form input[type="tel"],
#sidebar form input[type="email"],
#sidebar form input[type="search"],
#sidebar form input[type="password"],
#sidebar form textarea {
	padding: 0 12px;
	height: 42px;
}

#sidebar form textarea {
	padding: 6px 12px;
}

#sidebar form .btn {
	padding: 6px 37px 7px;
	margin-top: 10px;
}

#sidebar .widget h3 {
	margin-bottom: 22px;
}

.posts {
	font-weight: normal;
	margin-bottom: 48px;
}

.posts h3 {
	margin-bottom: 22px !important;
}

.posts .post {
	padding: 0 0 12px;
}

.posts .post + .post {
	border-top: 1px solid #ebebeb;
	padding-top: 15px;
}

.posts .image {
	float: left;
	margin: 6px 25px 10px 0;
	border: 4px solid #f0f0f0;
}

.posts .image img {
	display: block;
}

.posts .post-content {
	font-size: 14px;
	line-height: 23px;
	font-family: "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	overflow: hidden;
}

.posts time {
	font-weight: 700;
	color: #53792e;
	font-size: 12px;
}

.posts p {
	margin-bottom: 2px !important;
}

.posts p a {
	color: inherit;
}

.posts a {
	text-decoration: none;
}

.posts a:hover {
	text-decoration: underline;
}

.tweet_area {
	font: 12px/21px "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 30px;
	padding-bottom: 10px !important;
}

.tweet_area li {
	padding: 0 0 26px 43px;
	position: relative;
	border-bottom: 1px solid #ebebeb;
}

.tweet_area li + li {
	padding-top: 21px;
}

.tweet_area li + li .tweet_avatar {
	top: 22px;
}

.tweet_area .tweet_avatar {
	position: absolute;
	top: 1px;
	left: 1px;
}

.tweet_area hr {
	display: none;
}

.tweet_area a {
	color: #2db7d9;
	text-decoration: none;
}

.tweet_area a:hover {
	text-decoration: underline;
}

.tweet-btn {
	font: 700 14px "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 1px solid #d4d6d9;
	border-radius: 3px;
	color: #2db7d9;
	background-color: #e0e0e0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	padding: 2px 8px 4px;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #fff;
}

.tweet-btn span {
	text-transform: uppercase;
	color: #777;
	font-size: 11px;
}

.info-container {
	margin-bottom: 45px;
}

.info-box h2 {
	margin-bottom: -2px;
}

.info-box p {
	margin-bottom: 10px;
}

.info-box .alignleft {
	margin-top: 10px;
}

#footer {
	background: #707070;
	color: #dbdbdb;
	font-size: 13px;
	padding: 29px 0 0;
	font-family: "open_sansregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h3 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

#footer .line {
	text-align: center;
	border-top: 1px solid #626262;
	box-shadow: 0 -1px 0 0 #818181;
	padding: 12px 0 2px;
}

#footer .heading-line span {
	background: #707070;
}

#footer .heading-line:before {
	height: 2px;
	border-color: #818181 transparent #626262;
	margin-top: 1px;
}

#footer .logo {
	width: 216px;
	margin: 11px 2px 0 auto;
}

.list {
	font-size: 14px;
}

.list li {
	padding: 0 0 6px 12px;
	position: relative;
}

.list li:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	content: "";
}

.columns {
	display: table;
	width: 100%;
	margin-bottom: 36px;
}

.columns > .col {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	padding-left: 8.8%;
	width: 25%;
}

.columns > .col:first-child {
	width: 50%;
	padding: 0;
}

.columns > .col:last-child {
	padding-left: 2%;
}

.social-networks {
	padding-top: 1px;
}

.social-networks li {
	padding-bottom: 8px;
}

.social-networks a {
	padding-left: 36px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.social-networks a:before {
	position: absolute;
	top: 3px;
	left: 0;
	background: url(images/sprite.png) no-repeat -9999px;
	width: 25px;
	height: 26px;
	margin-top: -3px;
	content: "";
}

.social-networks .facebook-icon:before {
	background-position: -200px 0;
}

.social-networks .twitter-icon:before {
	background-position: -250px 0;
}

.social-networks .rss-icon:before {
	background-position: -300px 0;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.btn.btn-medium,
	[type="submit"].btn-medium {
		padding: 21px 29px;
	}

	.inner h1,
	.inner .h1 {
		margin-bottom: 30px;
	}

	.three-columns {
		margin: 0 -23px;
	}

	.three-columns .col {
		display: inline-block;
		vertical-align: top;
		width: 33.33% !important;
		padding: 0 23px;
		margin-right: -4px;
	}

	.carousel .mask {
		height: auto !important;
	}

	.carousel .slideset {
		width: auto !important;
		margin: 0 !important;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		display: none;
	}

	.locations-section .three-columns .col:first-child {
		position: relative;
	}

	.locations-section .three-columns .col:first-child:after {
		position: absolute;
		top: 11.5%;
		right: 0;
		width: 1px;
		height: 54.5%;
		background: #ddd;
		content: "";
	}

	.mobile-visible {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.content-holder:before {
		position: absolute;
		top: 25px;
		left: 100%;
		height: 100%;
		width: 119px;
		background: url(images/shadow.png) no-repeat;
		background-size: 100% 95%;
		margin-left: -9px;
		z-index: -1;
		content: "";
	}

	.tablet-visible {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1025px) {
	#nav {
		margin: 0 -20px;
	}
}

@media (min-width: 1200px) {
	.content-holder:before {
		margin-left: -21px;
	}
}

@media (max-width: 1023px) {
	#header .btn {
		float: right;
		font-size: 16px;
		padding: 3px 22px 4px;
		box-shadow: none;
		letter-spacing: 0;
		margin: 0;
	}

	#nav {
		padding: 7px 0 6px;
	}

	#nav .nav-drop {
		padding-top: 55px;
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		background-color: #94ac7b;
		background-image: -webkit-linear-gradient(top, #94ac7b 0%, #a4bf88 100%);
		background-image: linear-gradient(to bottom, #94ac7b 0%, #a4bf88 100%);
		-webkit-transition: left .3s linear;
		transition: left .3s linear;
		z-index: 100;
		margin-left: 2px;
	}

	.nav-active #nav .nav-drop {
		left: 0;
		margin: 0;
	}

	#nav ul {
		display: block;
	}

	#nav li {
		display: block;
	}

	.nav-opener {
		display: block;
		float: left;
		width: 50px;
		height: 39px;
		background: #fff !important;
		position: relative;
		text-indent: -9999px;
		overflow: hidden;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		background: #9a9a9a;
		position: absolute;
		top: 17px;
		left: 6px;
		right: 6px;
		height: 5px;
		-webkit-transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
	}

	.nav-opener:before,
	.nav-opener:after {
		content: "";
		top: 7px;
	}

	.nav-opener:after {
		top: 27px;
	}

	.nav-active .nav-opener:before,
	.nav-active .nav-opener:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 16px;
		left: 15%;
		right: 15%;
	}

	.nav-active .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-active .nav-opener span {
		opacity: 0;
	}

	.intro {
		font-size: 16px;
	}

	.intro p {
		margin-bottom: 10px;
	}

	h1,
	.h1 {
		margin-bottom: 0;
	}

	.content-holder {
		margin: 0 310px 0 0;
	}

	#sidebar {
		width: 270px;
	}

	.info-box img {
		width: 30%;
	}

	#footer .three-columns {
		margin: 0 -30px;
	}

	#footer .three-columns .col {
		display: inline-block;
		vertical-align: top;
		width: 33%;
		margin-right: -3px;
		padding: 0 0 0 30px;
	}

	#footer .logo {
		margin-top: 6px;
	}

	#footer .line {
		padding-top: 9px;
	}

	.columns {
		display: block;
		width: auto;
		margin: 0 -30px;
		padding: 0 30px;
		background: #5c5c5c;
	}

	.columns > .col {
		display: inline-block;
		vertical-align: top;
		padding: 29px 0 27px !important;
		width: 50% !important;
		margin-right: -4px;
	}

	.columns > .col:first-child {
		width: auto !important;
		background: #707070;
		display: block;
		padding: 0 30px 23px !important;
		margin: 0 -30px;
	}

	.columns > .col.follow-box .heading-line span {
		background: #5c5c5c !important;
	}

	.tablet-hidden {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers {
		padding: 0;
	}

	#header {
		border-top: 6px solid #8c939a;
		padding: 12px 0 3px;
	}

	#header .logo {
		float: none;
		margin: 0 auto 22px;
	}

	#header .bar {
		padding-bottom: 9px;
	}

	#header .btn {
		float: right;
		font-size: 16px;
		box-shadow: none;
		letter-spacing: 0;
		margin: 0;
	}

	.contact-list {
		display: block;
		text-align: center;
		padding: 0 0 10px;
	}

	.contact-list li {
		text-align: left;
	}

	.btn.btn-big,
	[type="submit"].btn-big {
		font-size: 22px;
		padding: 22px 7px 21px;
		letter-spacing: 0;
	}

	#nav {
		margin: 0 -20px;
	}

	.intro .intro-text {
		bottom: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding-bottom: 31px;
		line-height: 28px;
	}

	.intro .intro-frame {
		max-width: none;
		margin-left: 0;
	}

	.intro p {
		margin-bottom: 58px;
	}

	h1,
	.h1 {
		margin-bottom: 43px;
	}

	h1 b,
	.h1 b {
		font-size: 71px;
		margin-bottom: -1px;
	}

	.inner h1 b,
	.inner .h1 b {
		font-size: 60px;
	}

	.section {
		padding: 29px 0 54px;
	}

	.section + .section {
		padding-bottom: 22px;
	}

	h2,
	.h2 {
		font-size: 38px;
		line-height: 1;
		padding: 0;
		margin-bottom: 29px;
	}

	.two-columns {
		margin: 0;
	}

	.two-columns .col {
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}

	.video {
		margin-left: 0;
		padding-top: 24px;
	}

	.three-columns .btn-big {
		display: block;
	}

	.news-columns {
		border: 0 !important;
		padding: 27px 0 0;
		margin-bottom: 0;
	}

	.news-columns .col + .col {
		border: 0;
	}

	.carousel {
		position: relative;
	}

	.carousel .mask {
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.carousel .slideset {
		width: 99999px;
		float: left;
	}

	.carousel .slide {
		float: left;
		padding: 0 50px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		background: url(images/sprite.png) no-repeat -350px 0;
		width: 19px;
		height: 51px;
		position: absolute;
		top: 28%;
		left: 0;
		overflow: hidden;
		text-indent: 101%;
		white-space: nowrap;
	}

	.carousel .btn-prev:hover,
	.carousel .btn-next:hover {
		opacity: .6;
	}

	.carousel .btn-next {
		background-position: -400px 0;
		left: auto;
		right: 0;
	}

	.locations-section {
		padding: 41px 0 24px;
		font-size: 16px;
	}

	.locations-section h2 {
		margin-bottom: 48px;
	}

	.locations-section h3 {
		margin-bottom: 31px;
		text-align: center;
	}

	.locations-section .three-columns {
		padding: 0 67px;
	}

	.locations-section .three-columns .col {
		padding-bottom: 17px;
	}

	.locations-section address {
		margin: 0 15px 12px;
		display: block;
	}

	.locations-section form {
		padding-top: 15px;
		margin: 0 -11px;
	}

	dl {
		margin-bottom: 35px;
		padding: 0 15px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	select {
		padding: 0 11px;
	}

	#content {
		float: none;
	}

	.content-holder {
		margin: 0;
	}

	#sidebar {
		width: auto;
		float: none;
		margin: 0;
	}

	#sidebar form {
		margin-left: 0;
	}

	.mobile-hidden {
		display: none !important;
	}
}

@media (max-width: 479px) {
	#header .btn {
		font-size: 14px;
		padding: 3px 10px 4px;
		margin-top: 2px;
	}

	.contact-list li {
		padding: 0;
		display: block;
		text-align: center;
	}

	.btn.btn-big,
	[type="submit"].btn-big {
		font-size: 20px;
		padding: 12px 10px 10px;
		display: block;
	}

	.intro p {
		margin-bottom: 30px;
	}

	h1,
	.h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	h1 b,
	.h1 b {
		font-size: 50px;
	}

	.inner h1 b,
	.inner .h1 b {
		font-size: 40px;
	}

	.carousel .slide {
		padding: 0 30px;
	}

	.locations-section .three-columns {
		padding: 0;
	}

	.locations-section form {
		margin: 0;
	}

	.paging,
	.nav-links {
		font-size: 12px;
		padding-top: 0;
		padding-bottom: 20px;
	}

	.paging li,
	.nav-links li {
		margin-right: 3px;
	}

	.paging span,
	.paging a,
	.nav-links span,
	.nav-links a {
		padding: 4px;
		min-width: 19px;
	}

	.paging .prev a,
	.paging .next a,
	.nav-links .prev a,
	.nav-links .next a {
		padding: 4px 5px;
	}

	#footer .logo {
		margin: 0 auto;
	}

	.columns > .col {
		width: auto !important;
		display: block;
	}
}
