/*
Theme Name: Agent SITE Core
Author: Sharp Hue
Author URI:
Version: 1.0
Description: Agent SITE Core Theme Files
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:
*/

/*! 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;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?qyqjjj");
	src: url("fonts/icomoon.eot?qyqjjj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qyqjjj") format("truetype"), url("fonts/icomoon.woff?qyqjjj") format("woff"), url("fonts/icomoon.svg?qyqjjj#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	content: "\e900";
}

.icon-arrow-left:before {
	content: "\e901";
}

.icon-arrow-down:before {
	content: "\e902";
}

.icon-arrow-right:before {
	content: "\e606";
}

.icon-facebook:before {
	content: "\e604";
}

.icon-linkedin:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e907";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0 4px 0 0;
	min-width: 112px;
	height: 30px;
	border: 1px solid #e3ded9;
	border-radius: 4px;
}

.jcf-select:last-child {
	margin: 0;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 29px;
	padding: 0 35px 0 8px;
	color: #999;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #009c86;
	width: 28px;
	height: 28px;
	bottom: 0;
	right: 0;
	top: 0;
	border-radius: 4px;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	content: "";
	background: url(images/arrow.png) no-repeat;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	height: 8px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #e3ded9;
	border-radius: 0 0 2px 2px;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #999;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #f3f0ec;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom range input styles */

.jcf-range {
	display: inline-block;
	min-width: 96px;
	margin: 3px 4px 0;
	width: 96px;
	position: relative;
	cursor: pointer;
}

.jcf-range:first-child:before,
.jcf-range:first-child:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #000;
	top: 3px;
	left: -7px;
}

.jcf-range:first-child:after {
	left: auto;
	right: -7px;
}

.jcf-range .jcf-range-track {
	margin: 0 17px 0 0;
	position: relative;
	display: block;
}

.jcf-range .jcf-range-wrapper {
	background: #000;
	border-radius: 5px;
	display: block;
	margin: 5px 0;
	height: 3px;
}

.jcf-range.jcf-vertical {
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #009c86;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	margin: -7px 0 0;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range .jcf-range-handle:before {
	position: absolute;
	content: "3";
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.social-networks,
#nav,
#nav .drop ul,
.info-list,
.info-list ul,
.info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
#header:after,
.block-info .block:after,
.social-networks:after,
#nav:after,
#footer: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: #424242;
	background: #fff;
	font: 16px/1.625 "lato", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.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 1.625em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.625em;
}

th,
td {
	border: 1px solid #999;
	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;
	box-sizing: border-box;
	border: 1px solid #999;
	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: #000;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

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

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;
}

#content {
	width: 100%;
}

#content h1 {
	text-align:center;
	background:#fafafa;
	padding:20px 0 ;
}

#content h1.no-background {background:none;}


#sidebar {
	width: 100%;
}

#wrapper {
	padding: 115px 0 0;
}

.widget {
	margin-bottom: 1.625em;
}

.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"] {
	background: #009c86;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
	border-radius: 3px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #d3d7da;
	color: #009c86;
}

.commentlist {
	margin: 0 0 1.625em;
}

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

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

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

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

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

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

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.625em;
}

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

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

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #009c86;
	color: #fff;
	padding: .4em;
	border-radius: 3px;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #d3d7da;
	color: #009c86;
}

.navigation-single {
	margin-bottom: 1.625em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #009c86;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #d3d7da;
	color: #009c86;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
	margin: 0 0 0 10px;
}

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

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

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

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

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

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 700;
	margin: 0 0 .5em;
	color: #231f20;
}

h1,
.h1 {
	font-size: 29px;
	font-weight: 400;
	margin: 0 0 20px;
}



h2,
.h2 {
	font-size: 27px;
	line-height: 30px;
}

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

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

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

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

p {
	margin: 0 0 25px;
}

a {
	color: #009c86;
}

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

iframe {
	max-width: 100%;
}

.home #wrapper {
	padding: 0;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1220px;
}

.container.default-page {
	padding: 0 10px 20px;
}

#header {
	padding: 18px 0 0;
	z-index: 100;
	background: rgba(255, 255, 255, .7);
	border-bottom: 2px solid #2c3a42;
}
#header.compact { background:#fff; box-shadow:0 6px 6px rgba(0,0,0,.1) }
#header.transition,
#header.transition div { -webkit-transition: all 100ms; transition: all 100ms; }
#header.absolute { position: absolute; top: 0; width: 100%; }
#header.fixed { position: fixed; top: 0; width: 100%; }

#header.slide { animation-name: slide; animation-duration: 300ms; }
@-webkit-keyframes slide { from {top: -200px;} to {top: 0px;} }
@keyframes slide { from {top: -200px;} to {top: 0px;} }

#header.fade { animation-name: fade; animation-duration: 300ms; }
@-webkit-keyframes fade { from {opacity: 0;} to {opacity: 1;} }
@keyframes fade { from {opacity: 0;} to {opacity: 1;} }

@media screen and (min-width: 1151px) {	
	/*#header.compact { min-height: 80px; }
	#header.compact .logo { line-height: 80px; }
	#header.compact #nav { top: 20px; }*/
}

.logo {
	z-index:100;
	position:relative;
	float: left;	
}
#header .logo a { display:block; height:80px; line-height:80px; }
#header .logo a img { display:inline-block; line-height:80px; vertical-align:middle; max-width:220px; max-height:80px; }

.block-info {
	float: right;
	max-width: 688px;
	width: 100%;
}

.block-info .social-networks {
	float: right;
}

.block-info .block {
	overflow: hidden;
	margin: 0 0 17px;
}

#header .block-info .block {
	overflow: initial;
}

.block-info .block .button {
	float: right;
	margin: 0 0 2px 25px;
}

.block-info .block .tel {
	font-size: 20px;
	font-weight: 700;
	color: #231f20;
	float: right;
	text-decoration: none;
}

.block-info .block .tel:hover {
	color: #009c86;
}

.block-info .block .slogan {
	overflow: hidden;
/* 	display: inline-block; */
	vertical-align: middle;
	font-size: 19px;
	font-style: italic;
	font-weight: 400;
	padding: 2px 0 0;
}

.button {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	background: #009c86;
	border-radius: 4px;
	text-transform: capitalize;
	padding: 6px;
	display: block;
	max-width: 150px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}



.button:hover {
	background: #d3d7da;
	color: #009c86;
}

.social-networks {
	padding: 0px 0 0;
}

.social-networks li {
	float: left;
	margin: 0 0 0 0;
}

.social-networks li a {
	text-decoration: none;
	font-size: 32px;
	display: block;
}

.social-networks li a:hover {
	opacity: .7;
}

.social-networks li .icon-facebook {
	color: #2160a7;
}

.social-networks li .icon-twitter {
	color: #46c3f4;
}

.social-networks li .icon-linkedin {
	color: #1d75bb;
}

#nav {
	padding: 9px 12px 0;
	border-top: 2px solid #231f20;
}

#nav > li {
	display: inline-block;
	font-size: 15px;
	line-height: 27px;
	position: relative;
}

#nav > li.add .drop {
	width: 125px;
}

#nav > li:last-child {
	margin: 0;
}

#nav > li.hover a {
	color: #009c86;
}

#nav > li.hover .drop {
	max-height: 600px;
}

#nav > li.hover ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#nav > li.active a {
	color: #009c86;
}

#nav > li.has-drop-down {
	padding: 0 0 8px;
}

#nav > li.has-drop-down a {
	padding: 0 0 0 29px;
	position: relative;
}

#nav > li.has-drop-down a i {
	position: absolute;
	left: 7px;
	top: 3px;
	background: #009c86;
	width: 17px;
	height: 12px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 8px;
}

#nav > li.has-drop-down a i:before {
	padding: 2px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#nav > li > a {
	font-weight: 700;
	text-transform: uppercase;
	color: #231f20;
	text-decoration: none;
}

#nav .drop {
	position: absolute;
	overflow: hidden;
	left: 7px;
	top: 100%;
	width: 145px;
	max-height: 0;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
	z-index: 100;
	border-top: 2px solid #2c3a42;
}

#nav .drop ul {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	background: #e6e3e2;
}

#nav .drop ul li {
	padding: 0 0 0 27px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

#nav .drop ul li.active {
	background: #009c86;
}

#nav .drop ul li.active a {
	color: #fff;
}

#nav .drop ul li:hover {
	background: #009c86;
}

#nav .drop ul li:hover a {
	color: #fff;
}

#nav .drop ul li a {
	font-size: 14px;
	color: #231f20;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	padding: 4px 0;
}

.opener {
	position: absolute;
	right: 30px;
	top: 5px;
	width: 30px;
	height: 32px;
	text-indent: -9999px;
	display: none;
	background: #009c86;
	border-radius: 2px;
}

.opener:before,
.opener:after,
.opener span {
	background: #fff;
	position: absolute;
	top: 16px;
	left: 5px;
	right: 5px;
	height: 3px;
	border-radius: 2px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.opener:before,
.opener:after {
	content: "";
	top: 9px;
}

.opener:after {
	top: 23px;
}

.opener:hover:before,
.opener:hover:after,
.opener:hover span {
	background: #fff;
}

.active #nav {
	opacity: 1;
	visibility: visible;
}

.active .opener span {
	opacity: 0;
}

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

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

.resize-active #nav {
	-webkit-transition: none !important;
	transition: none !important;
}

.cycle-gallery {
	position: relative;
	margin: 0 0 20px;
}

.cycle-gallery .container-fluid {
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.cycle-gallery .container {
	overflow: hidden;
	height: 100%;
}

.cycle-gallery .container-holder {
	position: relative;
	height: 100%;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .slide {
	float: left;
	position: relative;
}

.cycle-gallery .slide img {
	width: 100%;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery .slide .container-box {
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}


.cycle-gallery .slide .slider-link { position:absolute; left:0; top:0; right:0; bottom:0; }



.cycle-gallery .slide address {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	color: #fff;
	margin: 0;
	background: rgba(35, 31, 32, .5);
	border-radius: 2px 2px 0 0;
	z-index: 1;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 17px;
}

.cycle-gallery .btn-next,
.cycle-gallery .btn-prev {
	position: absolute;
	top: 50%;
	left: 0;
	float: left;
	width: 40px;
	height: 40px;
	margin: 75px 0 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .7);
	text-decoration: none;
	color: #000;
	z-index: 1;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
}

.cycle-gallery .btn-next:hover,
.cycle-gallery .btn-prev:hover {
	background: rgba(137, 24, 26, .4);
	color: #fff;
}

.cycle-gallery .btn-next:before,
.cycle-gallery .btn-prev:before {
	padding: 13px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.cycle-gallery .btn-next {
	left: auto;
	right: 0;
}

.block-form {
	border: solid #e3ded9;
	border-width: 1px 0;
}

.block-form form {
	background: #f3f0ec;
}

.columns {
	overflow: hidden;
}

.columns .col {
	float: left;
	width: auto;
	padding: 11px 7px;
	border-right: 1px solid #e3ded9;
}

.columns .col label {
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding: 3px 12px 0 0;
}

.columns .col .select-holder {
	float: right;
}

.columns .col:first-child {
	border-left: 1px solid #e3ded9;
	padding: 11px 11px 11px 12px;
}

.columns .col:first-child .jcf-select-opener {
	display: none;
}

.columns .col:first-child .jcf-select {
	min-width: 141px;
	margin: 0;
}

.columns .col:first-child label {
	position: relative;
	padding: 3px 6px 0 0;
}

.columns .col:first-child label i {
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 6px;
}

.columns .col button {
	width: 36px;
	height: 30px;
	display: block;
	border-radius: 3px;
	border: none;
	position: relative;
	background: #231f20;
}

.columns .col button:hover {
	background: #594f51;
}

.columns .col button:after {
	position: absolute;
	content: "";
	background: url(images/search.png) no-repeat;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 18px;
	height: 17px;
}

.columns .col .row-wrap {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 29px 0 0;
}

.columns .col .row-wrap:last-child {
	padding: 0 15px 0 0;
}

.columns .col .row-wrap:last-child .jcf-range-handle:before {
	content: "2";
}

.six-cols {
	overflow: hidden;
	margin: 0 -45px 0 0;
	padding: 44px 0 0;
}

.six-cols .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	width: 16.666%;
	padding: 0 45px 44px 0;
}

.six-cols .col a {
	position: relative;
	display: block;
}

.six-cols .col a:hover .box {
	background: rgba(137, 24, 26, .75);
}

.six-cols .col a img {
	width: 100%;
}

.six-cols .col .box {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(35, 31, 32, .75);
	text-align: center;
	padding: 8px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.six-cols .col .box .title {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.form-house {
	float: right;
	padding: 11px 125px 0 0;
	position: relative;
}

.form-house input[type="submit"] {
	text-transform: uppercase;
	padding: 5px;
	font-size: 14px;
	border: none;
	position: absolute;
	top: 11px;
	right: 0;
	max-width: 115px;
	border-radius: 2px;
}

.form-house .jcf-select {
	min-width: 186px;
	margin: 0;
}

.form-house .jcf-select-opener {
	background: none;
}

.form-house .jcf-select-opener:after {
	position: absolute;
	font-family: "icomoon";
	font-style: normal;
	font-weight: 400;
	content: "\e902";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 10px;
	color: #ffffff;
}

.form-house .jcf-select-opener:before {
	display: none;
}

.post-holder {
	background: #f3f0ec;
	padding: 64px 0 51px;
}

.post-holder .holder {
	overflow: hidden;
}

.post-holder .holder h1 {
	float: left;
}

.three-col {
	overflow: hidden;
	margin: 0 -33px 0 0;
	padding: 30px 0 0;
}

.three-col .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	width: 33.33%;
	padding: 0 33px 35px 0;
	font-size: 14px;
	line-height: 15px;
}

.three-col .col-holder {
	background: #fff;
}

.three-col .col-holder img {
	float: left;
}

.three-col .col-holder address {
	margin: 0 0 13px;
	font-style: normal;
}

.three-col .col-holder .price {
	display: block;
	font-weight: 900;
	margin: 0 0 14px;
}

.three-col .col-holder .text-area {
	overflow: hidden;
	padding: 17px 4px 7px 20px;
	min-height: 185px;
}

.three-col .col-holder .text-area p {
	margin: 0 0 14px;
}

.main-block {
	padding: 61px 0 20px;
}

.main-block img {
	margin: 5px 0 0 62px;
	max-width: 468px;
	width: 100%;
}

.main-block .text-area {
	overflow: hidden;
}

.main-block .text-area h1 {
	color: #009c86;
	font-size: 35px;
	line-height: 40px;
}

.main-block .text-area h1 span {
	font-size: 22px;
	color: #231f20;
}

.carousel-box {
	position: relative;
	margin: 0 0 70px;
}

.carousel-box:after {
	position: absolute;
	content: "";
	width: auto;
	right: 0;
	bottom: 19px;
	left: 0;
	height: 5px;
	background: #009c86;
}

.carousel {
	position: relative;
	padding: 78px 0 0;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	margin: 0 -1px 0 0;
}

.carousel .slideset {
	width: 100% !important;
	float: left;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.carousel .slide {
	width: 33.333333%;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	font-size: 12px;
	line-height: 14px;
	padding: 0 5px;
}

.carousel .slide .post {
	padding: 0 0 69px;
	position: relative;
}

.carousel .slide .post:before {
	position: absolute;
	content: "";
	width: 5px;
	height: auto;
	top: 3px;
	left: 78px;
	bottom: 0;
	background: #009c86;
}

.carousel .slide .post:after {
	position: absolute;
	content: "";
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 5px solid #009c86;
	bottom: 0;
	left: 59px;
	background: #fff;
	z-index: 10;
}

.carousel .slide .post .img-area {
	text-decoration: none;
	float: left;
	margin: 3px 0 0;
	z-index: 10;
	position: relative;
	width: 164px;
}

.carousel .slide .text-area {
	font-size: 14px;
	line-height: 22px;
	color: #252525;
	overflow: hidden;
	min-height: 182px;
	position: relative;
	padding: 0 25px 25px 20px;
}

.carousel .slide .text-area span { display:inline-block; padding-bottom:10px; background:#fff; }

.carousel .slide .text-area .block {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	min-height: 27px;
}

.carousel .slide .text-area .block .button {
	background: #231f20;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	float: left;
	max-width: 91px;
	margin: 0 0 0 20px;
}

.carousel .slide .text-area .block .button:hover {
	background: #009c86;
	color: #fff;
}

.carousel .slide .text-area .block time {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #838383;
	float: left;
	font-style: italic;
	margin: 0 0 0 10px;
}

.carousel .btn-prev,
.carousel .btn-next {
	position: absolute;
	top: 50%;
	text-decoration: none;
	left: -60px;
	font-size: 20px;
}

.carousel .btn-next {
	left: auto;
	right: -60px;
}

#footer {
	background: #231f20;
	color: #fff;
	padding: 74px 0 30px;
}

.more-col {
	overflow: hidden;
	margin: 0 0 59px;
}

.more-col .col {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	width: 30%;
}

.more-col .col:nth-child(2) {
	width: 40%;
}

.more-col .col:first-child {
	position: relative;
}

.more-col .col:first-child:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 45px;
	right: 0;
	width: 1px;
	height: auto;
	background: #fff;
}

.more-col .col:last-child {
	padding: 6px 0 0 68px;
}

.more-col .col:last-child .button {
	width: 100%;
	max-width: none;
	margin: 0 0 31px;
}

.more-col .col .text-block {
	padding: 18px 0 0 302px;
	position: relative;
}

.more-col .col .text-block .logo-footer {
	position: absolute;
	top: 50%;
	left: 45px;
	margin: -63px 0 0;
	
}

.more-col .col .text-block .logo-footer img { max-width:200px; max-height:200px; }

.more-col .col .text-block .title {
	font-size: 19px;
	line-height: 26px;
	display: block;
	margin: 0 0 37px;
}

.more-col .col .text-block .title span {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	display: block;
}

.more-col .col .text-block .name {
	display: block;
	font-size: 16px;
}

.more-col .col .text-block address {
	font-style: normal;
}

.more-col .col .social-networks li {
	margin: 0 30px 0 0;
	position: relative;
	font-size:15px;
	line-height:32px;
}

.more-col .col .social-networks li a {
	display:inline-block;
	position: relative;
	z-index: 2;
	color:#fff;
	text-align:center;
}

.more-col .col .social-networks li a i {
	vertical-align:middle;
}

.more-col .col .social-networks li a.facebook {
/* 	background:#2160a7; */
}

.more-col .col .social-networks li a.instagram {
/* 	background:#f57a3b; */
}

.more-col .col .social-networks li a.twitter {
/* 	background:#46c3f4; */
}

.more-col .col .social-networks li a.linkedin {
/* 	background:#1d75bb; */
}

.more-col .two-col {
	overflow: hidden;
}

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

.more-col .two-col .title {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 19px;
	font-weight: 400;
	display: block;
	margin: 0 0 8px;
}

.more-col .two-col .title.add {
	margin: 0 0 43px;
}

.info-list {
	overflow: hidden;
	margin: 0 0 39px;
	padding: 0 0 0 8px;
}

.info-list > li {
	width: 50%;
	float: left;
}

.info-list > li.active > a {
	color: #009c86;
}

.info-list > li.add {
	margin: 40px 0 35px;
}

.info-list > li > a {
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	line-height: 19px;
	font-weight: 400;
	margin: 0 0 8px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.info-list > li > a:hover {
	color: #009c86;
}

.info-list ul li {
	font-size: 14px;
	line-height: 21px;
}

.info-list ul li.active a {
	color: #009c86;
}

.info-list ul li a {
	color: #fff;
	text-decoration: none;
}

.info-list ul li a:hover {
	color: #009c86;
}

.info {
	margin: 0 0 21px;
}

.info li {
	margin: 0 0 9px;
	font-size: 20px;
	line-height: 25px;
}

.info li span {
	display: inline-block;
	vertical-align: middle;
	min-width: 58px;
}

.info li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.copyright {
	font-size: 13px;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	text-decoration: none;
}

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

	#nav {
		text-align: justify;
		text-justify: distribute;
		letter-spacing: 0;
		font-size: 0;
		line-height: 0;
	}

	#nav:after {
		content: ".";
		display: inline-block;
		text-align: justify;
		width: 100%;
	}
}

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

@media (max-width: 1314px) {
	.columns .col {
		width: 50%;
		border: none;
		padding: 10px;
	}

	.columns .col label {
		min-width: 70px;
	}

	.columns .col .select-holder {
		float: none;
	}

	.columns .col .select-holder .jcf-select {
		margin: 0 0 10px 73px;
	}

	.columns .col .jcf-select {
		margin: 0 4px 10px 0;
	}

	.columns .col:first-child {
		border: none;
		padding: 10px;
	}

	.six-cols {
		margin: 0 -1px 0 -5px;
		text-align: center;
		padding: 44px 0 34px;
	}

	.six-cols .col {
		padding: 0 4px 10px;
	}

	.carousel {
		padding: 78px 24px 0;
	}

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

	.carousel .slide .text-area .block time {
		margin: 0 4px;
		letter-spacing: -1px;
		float: left;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		left: 0;
	}

	.carousel .btn-next {
		left: auto;
		right: 0;
	}
}

@media (max-width: 1219px) {
	.three-col {
		margin: 0;
		text-align: center;
	}

	.three-col .col {
		width: 100%;
		max-width: 400px;
		padding: 0 10px 20px;
		text-align: left;
	}
}

@media (max-width: 1199px) {
	.carousel .slide .text-area {
		padding: 0 10px 25px;
	}

	.carousel .slide .text-area .block .button {
		margin: 0 0 0 10px;
		font-size: 12px;
		max-width: 85px;
		line-height: 16px;
	}

	.more-col .col {
		width: 50%;
	}

	.more-col .col:nth-child(2) {
		width: 63%;
	}

	.more-col .col:first-child {
		width: 37%;
	}

	.more-col .col:last-child {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.more-col .col:last-child .button {
		max-width: 200px;
		margin: 0 auto 20px;
	}

	.more-col .col .social-networks {
		max-width: 300px;
		margin: 0 auto;
	}

	.more-col .col .social-networks li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 8px;
	}
}

@media (max-width: 1023px) {
	
  /* padding was adjusted to fix weird body behavior at smaller sizes, 6-19-18 -K */
  #wrapper {
		padding: 87px 0 0 0
	}

	#main {
		padding: 30px 0 0;
	}

	.home #main {
		padding: 0;
	}

	#header {
		position: relative;
	}

	/*.logo {
		float: none;
		margin: 0 auto 10px;
		max-width: 200px;
	}
	
	#header .logo a { display:block; height:100px; line-height:100px; text-align:center; }
	#header .logo a img { display:inline-block; line-height:100px; max-width:150px; max-height:100px; }*/

	/*.block-info {
		float: none;
		max-width: none;
	}*/
	.block-info {
		max-width:75%;
	}

	.cycle-gallery .btn-next,
	.cycle-gallery .btn-prev {
		margin: -20px 0 0;
	}

	.six-cols .col {
		width: auto;
	}

	.form-house {
		float: none;
		max-width: 315px;
		margin: 0 auto;
	}

	.post-holder .holder h1 {
		float: none;
		text-align: center;
	}

	.main-block {
		text-align: center;
	}

	.main-block img {
		float: none;
		margin: 0 0 10px;
	}

	.carousel {
		padding: 20px 24px 0;
	}

	.carousel .slide {
		width: 50%;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		margin: -25px 0 0;
	}
}

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

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	h1,
	.h1 {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 10px;
	}

	p {
		margin: 0 0 15px;
	}

	body {
		font-size: 14px;
		line-height: 18px;
	}
  
  #wrapper {
		padding: 43px 0 0 0   
  }
  
  .home #main {
		padding: 70px 0 0 0;
	}

	.logo {
		float: left;		
	}
	
	#header { padding:10px 0 10px 0; }
	#header .logo,
	#header .logo a,
	#header .logo img { height:50px; line-height:50px; }

	.block-info {
		max-width:none;
		padding: 0;
		position:absolute;
		left:0; 
		right:0;
		top:10px;
	}
	
	#header .block-info .block .button { padding:3px 5px; }
	#header .block-info .block a { font-size:14px; }
	
	.slogan { display:none !important; }

	.block-info .social-networks {
		float: none;
		text-align: center;
	}

	.block-info .social-networks li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0;
		padding: 0 8px;
	}

	.block-info .block {
		text-align: center;
	}

	.block-info .block .button {
		float: none;
		margin: 0 auto 10px;
	}

	.block-info .block .tel {
		float: none;
		margin: 0 0 10px;
		display: inline-block;
		vertical-align: top;
	}

	.block-info .block .slogan {
		display: block;
	}

	#nav {
		overflow: hidden;
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
		padding: 0;
		width: 100%;
		position: absolute;
		top: 55px;
		left: 0;
		right: 0;
		background: #fff;
		border: none;
		z-index: 11;
	}

	#nav > li {
		display: block;
		text-align: center;
		margin: 0 0 4px;
	}

	#nav > li.add .drop {
		width: 100%;
	}

	#nav > li.has-drop-down {
		padding: 0;
	}

	#nav > li.has-drop-down a {
		padding: 10px 10px 10px 30px;
	}

	#nav > li.has-drop-down a i {
		top: 17px;
	}

	#nav > li > a {
		display: block;
		margin: 0;
		padding: 10px;
	}

	#nav .drop {
		position: static;
		background: transparent;
		border: none;
		text-align: center;
		width: 100%;
	}

	#nav .drop ul li {
		padding: 0;
	}

	.opener {
		display: block;
		z-index: 100;
	}

	.cycle-gallery .btn-next,
	.cycle-gallery .btn-prev {
		width: 30px;
		height: 30px;
		margin: -15px 0 0;
	}

	.cycle-gallery .btn-next:before,
	.cycle-gallery .btn-prev:before {
		padding: 8px 0 0;
	}

	.columns {
		max-width: 355px;
		margin: 0 auto;
	}

	.columns .col {
		width: 100%;
	}

	.columns .col label {
		min-width: 95px;
	}

	.columns .col .select-holder .jcf-select {
		margin: 0 0 10px 98px;
	}

	.columns .col .jcf-range {
		margin: 4px 4px 0;
	}

	.six-cols {
		padding: 10px 0 0;
	}

	.form-house .jcf-select {
		min-width: 170px;
	}

	.post-holder {
		padding: 10px 0;
	}

	.three-col .col {
		margin: 0;
	}

	.main-block {
		padding: 10px 0;
	}

	.main-block .text-area h1 {
		font-size: 25px;
		line-height: 30px;
	}

	.main-block .text-area h1 span {
		font-size: 18px;
	}

	.carousel-box {
		margin: 0 0 20px;
	}

	.carousel .slide {
		width: 100%;
	}

	.carousel .slide .text-area p {
		margin: 0 0 15px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		margin: -34px 0 0;
	}

	#footer {
		padding: 20px 0;
	}

	.more-col {
		text-align: center;
		margin: 0 0 20px;
	}

	.more-col .col {
		width: 100%;
		margin: 0;
	}

	.more-col .col:nth-child(2) {
		width: 100%;
	}

	.more-col .col:first-child {
		width: 100%;
	}

	.more-col .col:first-child:after {
		width: auto;
		right: 20px;
		left: 20px;
		height: 1px;
		top: auto;
		bottom: 20px;
	}

	.more-col .col .text-block {
		padding: 0;
	}

	.more-col .col .text-block .logo-footer {
		position: static;
		margin: 0 0 30px 0;
	}

	.more-col .col .text-block .title {
		margin: 0 0 10px;
	}
}

@media (orientation: landscape) and (max-width: 767px) {
	.active .list-holder {
		max-height: 200px;
		overflow-y: auto;
	}
}

@media (max-width: 479px) {
	.cycle-gallery .slide address {
		font-size: 10px;
		left: 0;
		text-align: center;
	}

	.six-cols {
		margin: 0 0 0 -4px;
	}

	.six-cols .col {
		width: 50%;
	}

	.three-col .col-holder img {
		width: 150px;
	}

	.three-col .col-holder .text-area {
		padding: 5px 5px 5px 10px;
	}

	.carousel .slide .post:before {
		left: 65px;
	}

	.carousel .slide .post:after {
		left: 44px;
	}

	.carousel .slide .post .img-area {
		width: 135px;
	}

	.carousel .slide .text-area {
		line-height: 15px;
		font-size: 13px;
		padding: 0 10px 55px;
	}

	.carousel .slide .text-area .block {
		bottom: 30px;
	}

	.carousel .slide .text-area .block .button {
		padding: 3px;
	}

	.carousel .slide .text-area .block time {
		margin: 7px 0 0 10px;
		line-height: 15px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		margin: -53px 0 0;
	}
}

.col-holder {
	position:relative;
}

a.home-mls-link { display:block; position:absolute; left:0; top:0; right:0; bottom:0; }

/*Misc*/
.featured-home .new { 
	position: absolute;
   z-index: 2;
   background: url(https://www.lindsey.com/images/structure/new-flag.png) no-repeat 0 0;
   width: 78px;
   height: 38px;
   left: -2px;
   top: -2px;
}

.featured-listing { position:relative; padding-left:180px; }
.featured-listing-image { position:absolute; left:0; top:0; width:180px; bottom:0; background-size:cover; background-position:center center; background-repeat:no-repeat; }

.company-email i {
    float: right;
    margin: 5px 0px 0px 20px;
    font-size: 1.5em;
}

@media(max-width: 767px){
  .company-email { display: inline-block; float: none; }
  .company-email i{ margin: 0px 10px 10px 0px;  }
  
  
}

@media(max-width: 500px){
  .company-email {vertical-align:middle;}
  .company-email i{ margin: 0px 10px 5px 10px;  }
  
 
}

.slide .container-box-heading { position:absolute; max-width: 1200px; margin: 0px auto; margin-left: auto; margin-right: auto; left: 0; right: 0; top: 60%}
.slide .container-box-heading h4 {text-align: center; font-size: 53px; font-weight: 900; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.7); line-height: 60px; padding: 0 10px;}
@media(max-width: 767px) {
  .slide .container-box-heading { top:40%; }
  .slide .container-box-heading h4 { font-size:40px; }
}
@media(max-width: 500px) {
  .slide .container-box-heading { top:35%; }
  .slide .container-box-heading h4 { font-size:20px; }
}

#promo2 .container {padding: 120px 0; max-width: 1200px; margin: 0px auto;}
#promo2 h1 {margin: 0; font-size: 39px; line-height: 49px; color: #fff; text-align: center; font-weight: bold;}
