/*
Theme Name: Lemon Lime
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/


@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?urqmnp") format("truetype"), url("fonts/icomoon.woff?urqmnp") format("woff"), url("fonts/icomoon.svg?urqmnp#icomoon") format("svg");
	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;
}

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

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation:after,
.navigation-comments:after,
.pagination:after,
.navigation-single:after,
.commentlist .comment-author:after,
.container:after,
.nav-drop .drop-holder: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: #5b5a5a;
	background: #fff;
	font: 16px/1.2 "Lato", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

#overlayPP {
	max-width: inherit !important;
}

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

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

th,
td {
	border: 1px solid #5b5a5a;
	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=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
button,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	min-width: 250px;
	height: 53px;
	box-sizing: border-box;
	padding: 10px 17px;
	margin: 0;
	border: 1px solid transparent;
	background: #f8f6f3;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	outline: none;
	box-shadow: none;
	color: #999;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
}

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

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-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,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #999;
}

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

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 156px;
	max-height: 250px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	height: 53px;
	padding: 0 15px;
	border: 0;
	background: #f8f6f3;
	font-size: 24px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	outline: none;
	text-transform: uppercase;
	text-align: center;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #fff542;
}

input[type="file"] {
	height: auto;
	padding: 0;
	background: none;
	font-size: 14px;
}

input[type="file"]:hover {
	background: none;
}

button {
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

.widget {
	margin-bottom: 1.2em;
	font-family: "Roboto", sans-serif;
}

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

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

/* Calendar */

#wp-calendar {
	width: 100%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}

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

.comment-form textarea {
	overflow: auto;
	margin: 0;
	width: 100%;
	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;
}

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

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

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

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	height: 53px;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 250px;
}

.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
	width: 250px;
}

#sidebar {
	padding: 0 0 50px;
}

#sidebar .search-form input[type="search"],
#sidebar .search-form input[type="text"],
#sidebar .post-password-form input[type="search"],
#sidebar .post-password-form input[type="text"],
#sidebar #search_block input[type="search"],
#sidebar #search_block input[type="text"] {
	min-width: 0;
	width: 150px;
}

#sidebar .search-form input[type="password"],
#sidebar .post-password-form input[type="password"],
#sidebar #search_block input[type="password"] {
	min-width: 0;
	width: 150px;
}

.commentlist {
	margin: 0 0 1.2em;
}

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

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

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

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

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

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

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

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

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	margin-bottom: 35px;
	font-size: inherit;
}

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

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #1da585;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	color: #5b5a5a;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .al,
.navigation .ar,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .al,
.pagination .ar {
	min-width: 154px;
}

.navigation .al i,
.navigation .ar i,
.navigation-comments .al i,
.navigation-comments .ar i,
.pagination .al i,
.pagination .ar i {
	display: inline-block;
	vertical-align: top;
	margin: -1px 3px 0 0;
	font-style: normal;
}

.navigation .ar i,
.navigation-comments .ar i,
.pagination .ar i {
	margin: -2px 0 0 3px;
}

.navigation a,
.navigation .page-numbers,
.navigation-comments a,
.navigation-comments .page-numbers,
.pagination a,
.pagination .page-numbers {
	display: block;
	padding: 11px 10px 8px;
	background: #f8f6f3;
	color: #5b5a5a;
}

.navigation a:hover,
.navigation .page-numbers:hover,
.navigation-comments a:hover,
.navigation-comments .page-numbers:hover,
.pagination a:hover,
.pagination .page-numbers:hover {
	background: #bed649;
	color: #5b5a5a;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current,
.pagination .page-numbers.current {
	background: #ccc;
	color: #5b5a5a;
}

.pagination.add {
	text-align: center;
}

.pagination.add .al,
.pagination.add .ar {
	min-width: 164px;
	float: none;
	padding: 0 5px;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

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

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #5b5a5a;
	padding: .4em;
	margin-bottom: 1.2em;
	text-align: center;
}

.wp-caption.aligncenter {
	max-width: 370px;
}

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

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

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.2em;
}

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

.alignleft {
	float: left;
	margin: 0 1.4em 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 1.4em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

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

.wp-caption .wp-caption-text,
.entry .wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

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

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 40px;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

/* Various Tags & Classes */

.entry acronym,
.entry abbr,
.entry span.caps {
	cursor: help;
}

.entry acronym,
.entry abbr {
	border-bottom: 1px dashed #dfcfba;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 100%;
}

/* Comments*/

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.parent.comment .comment-body {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

/* Typography */

.entry ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ul ul,
.entry ul ol {
	margin: 0;
}

.entry ul li {
	list-style-type: disc;
	line-height: 1.5em;
}

.entry ul ul li {
	list-style-type: circle;
}

.entry ul li ol li {
	list-style-type: decimal;
}

.entry ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ol ol,
.entry ol ul {
	margin: 0;
}

.entry ol li {
	list-style-type: decimal;
	line-height: 1.5em;
}

.entry ol li ol li {
	list-style-type: lower-alpha;
}

.entry ol li ul li {
	list-style-type: disc;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: inherit;
	text-transform: uppercase;
}

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

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

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

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

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

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

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: inherit;
	opacity: .8;
}

p {
	margin: 0 0 .65em;
}

a {
	color: #39f;
	text-decoration: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

a:hover,
a:focus {
	color: #0059b3;
	text-decoration: none;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-close:before {
	content: "\e906";
}

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	width: 1054px !important;
}

.fancybox-lock,
.fancybox-lock body {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.fancybox-lock.fancybox-margin,
.fancybox-margin {
	margin: 0 !important;
}

.fancybox-lock .fancybox-overlay {
	overflow-y: auto !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	width: 100% !important;
	height: 576px !important;
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: fixed;
	top: 40px;
	right: 57px;
	width: 62px;
	height: 62px;
	cursor: pointer;
	z-index: 8040;
	background: url(images/ll_close_icn.svg) no-repeat;
	background-size: 100%;
}

.fancybox-close:hover {
	opacity: .5;
}

.fancybox-nav {
	position: absolute;
	top: 100px;
	width: 40%;
	bottom: 100px;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-nav:hover {
	opacity: .5;
}

.fancybox-prev {
	left: -87px;
}

.fancybox-next {
	right: -87px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 8040;
	color: #7a7a79;
}

.fancybox-nav span:after {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -25px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 64px;
}

.fancybox-prev span {
	left: 0;
}

.fancybox-prev span:after {
	content: "\e904";
}

.fancybox-next span {
	right: 37px;
}

.fancybox-next span:after {
	content: "\e905";
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.page-template-home #wrapper {
	padding-top: 121px;
	overflow: visible;
}

.page-template-home #header {
	margin: 0;
}

.page-template-home .header-holder {
	padding-top: 49px;
	padding-bottom: 39px;
}

.page-template-home #nav {
	font-size: 19px;
}

.page-template-home #nav ul {
	margin: 0 -32px;
}

.page-template-home #nav li {
	margin: 0 32px 10px;
}

.page-template-home #footer {
	position: static;
}

.inner-page #wrapper {
	padding-top: 111px;
}

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

.container {
	max-width: 1054px;
	padding: 0 15px;
	margin: 0 auto;
}

.container.add {
	max-width: 930px;
}

.container.add2 {
	max-width: 1008px;
}

#header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	background: #f8f6f3;
}

.logo.header-logo {
	text-align: center;
	margin-bottom: 46px;
}

.header-holder {
	padding-top: 23px;
	padding-bottom: 13px;
}
.page-id-60 .logo.header-logo{
	display: none;
}

#nav {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

#nav ul {
	margin: 0 -26px;
	letter-spacing: -.36em;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 26px 10px;
	letter-spacing: 2px;
}

#nav li.current-menu-item a {
	font-weight: 900;
}

#nav a {
	color: #333;
}

#nav a:hover {
	color: #000;
}

.nav-opener {
	display: none;
	float: right;
	position: relative;
	z-index: 999;
	width: 31px;
	height: 31px;
	margin: 15px;
	background: #f3f0eb;
	border-radius: 2px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #363636;
	position: absolute;
	top: 16px;
	left: 15%;
	right: 15%;
	height: 3px;
	margin-top: -2px; /* transition:all 0.2s linear; */
	border-radius: 2px;
}

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

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

.nav-opener:hover {
	opacity: .9;
}

.nav-active {
	overflow: hidden;
}

.nav-active .nav-opener {
	padding: 0 !important;
	background: none;
	width: 38px;
	height: 38px;
	text-indent: 0;
	border-radius: 0;
	-webkit-transition: none;
	transition: none;
	background: url(images/ll_close_icn.svg) no-repeat;
}

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	display: none;
	-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-drop {
	opacity: 1;
	visibility: visible;
}

.resize-active .nav-drop {
	-webkit-transition: none;
	transition: none;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.btn {
	display: inline-block;
	vertical-align: middle;
}

.promo {
	overflow: hidden;
}

.sliders-area {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.sliders-area .container {
	max-width: 1530px;
}

.sliders-area .bxslider li {
	display: none;
}

.sliders-area .bxslider li.active {
	display: block;
}

.sliders-area .bxslider img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.slider-left {
	float: left;
	width: 50%;
}

.slider-right {
	float: right;
	width: 50%;
}

.slider-mobile {
	display: none;
}

.social-network {
	padding-top: 22px;
	margin: 0 -14px;
	font-size: 0;
}

.social-network li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.social-network a {
	display: inline-block;
	vertical-align: top;
	padding: 5px 14px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #231f20;
}

.social-network a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.video-items {
	margin: 0 -32px;
	font-size: 0;
	line-height: 0;
}

.video-items .item {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 32px 58px;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 0;
}

.video-items .box {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 99%;
	color: #5b5a5a;
}

.video-items .box:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(248, 246, 243, .9);
	-webkit-transition: opacity .2s ease, visibility .2s ease;
	transition: opacity .2s ease, visibility .2s ease;
}

.video-items .box.hover:after,
.video-items .box.hover .holder,
.video-items .box.hover .icon-play {
	visibility: visible;
	opacity: 1;
}

.video-items .holder {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 28px;
	-webkit-transition: opacity .2s ease, visibility .2s ease;
	transition: opacity .2s ease, visibility .2s ease;
}

.video-items .icon-play {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 50px;
	line-height: 1;
	color: #333;
	-webkit-transition: opacity .2s ease, visibility .2s ease;
	transition: opacity .2s ease, visibility .2s ease;
}

.video-items h2 {
	font-size: 33px;
	font-weight: 300;
	margin: 0;
}

.video-items p {
	margin: 0 0 5px;
}

.video-items img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: inherit;
}

.video-items img.from-youtube {
	width: auto;
}

.entry {
	padding-bottom: 80px;
	font-size: 22px;
	line-height: 1.364;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

.entry .img-holder {
	margin-bottom: 53px;
}

.two-columns {
	padding-top: 20px;
	margin: 0 -32px 106px;
	letter-spacing: -.36em;
	font-size: 18px;
	line-height: 1.444;
	font-weight: 300;
}

.two-columns .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 32px;
	letter-spacing: 0;
}

.two-columns .col:last-child .feedback-form input:not([type="submit"]):focus,
.two-columns .col:last-child .feedback-form textarea:focus {
	border-color: #bed653;
}

.two-columns .col:last-child .feedback-form input[type="submit"]:hover {
	background: #bed649;
}

.two-columns .heading {
	padding: 0 0 33px 19px;
}

.two-columns h2 {
	margin-bottom: 10px;
}

.two-columns p {
	margin: 0;
}

.two-columns a[href^=tel] {
	color: inherit;
}

.two-columns a[href^=tel]:hover {
	text-decoration: underline;
}

.feedback-form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 24px;
}

.feedback-form input:not([type="submit"]),
.feedback-form textarea {
	min-width: 0;
	width: 100%;
}

.feedback-form input[type="submit"] {
	min-width: 198px;
}

#main > .content {
	overflow: hidden;
}

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

#content > .holder {
	margin-right: 350px;
}

#sidebar {
	float: right;
	width: 300px;
	position: relative;
	margin-left: -100%;
}

#footer {
	background: #fff542;
}

#footer .container {
	max-width: 1180px;
}

#footer .logo {
	display: inline-block;
	vertical-align: top;
	margin: 9px 0 10px;
}

#footer .logo img{
	width: 100px;
	height: auto;
}

.footer-holder {
	padding-top: 21px;
	padding-bottom: 21px;
	font-size: 14px;
	text-align: center;
}

.footer-holder .columns {
	overflow: hidden;
	margin: 0 -15px;
	letter-spacing: -.36em;
}

.footer-holder .col {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 50.6%;
	padding: 0 15px;
	letter-spacing: 0;
}

.footer-holder .col:first-child,
.footer-holder .col:last-child {
	width: 24.7%;
}

.footer-holder .col:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 999px;
	background: #000;
}

.footer-holder .col:first-child:after {
	display: none;
}

.footer-holder address {
	margin: 0 -12px 17px;
	font-style: normal;
	letter-spacing: -.36em;
	line-height: 14px;
}

.footer-holder address span {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	letter-spacing: 0;
	border-left: 1px solid #000;
}

.footer-holder address span:first-child {
	border-left: 0;
}

.footer-holder address a {
	color: inherit;
}

.footer-holder address a:hover {
	text-decoration: underline;
}

.copyright {
	padding-top: 14px;
	margin: 0;
	line-height: 22px;
}

.wpcf7-form br{
	display: none;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    margin: 1.5em 0 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #bed649;
}

input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
textarea.wpcf7-not-valid{
	border-color: red;
}

.gdpr a {
	color: inherit;
	font: 14px/1.2 "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading div {
		background-image: url("images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

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

@media (max-width: 1279px) {
	.fancybox-wrap {
		width: 830px !important;
	}

	.fancybox-type-iframe .fancybox-inner {
		height: 450px !important;
	}

	.fancybox-close {
		width: 40px;
		height: 40px;
		top: 20px;
		right: 37px;
	}
}

@media (max-width: 1023px) {
	.widget {
		max-width: 320px;
		margin: 0 auto 20px;
	}

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

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

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

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

	.fancybox-wrap {
		width: 630px !important;
	}

	.fancybox-type-iframe .fancybox-inner {
		height: 338px !important;
	}

	.fancybox-prev {
		left: -32px;
	}

	.fancybox-next {
		right: -32px;
	}

	.fancybox-nav span:after {
		font-size: 50px;
	}

	.fancybox-next span {
		right: 25px;
	}

	.logo.header-logo {
		max-width: 220px;
		margin: 0 auto 49px;
	}

	.video-items {
		margin: 0 -15px;
	}

	.video-items .item {
		padding: 0 15px 30px;
		font-size: 14px;
	}

	.video-items .holder {
		padding: 5px 10px;
	}

	.video-items h2 {
		font-size: 23px;
	}

	.entry {
		font-size: 20px;
	}

	.two-columns {
		font-size: 15px;
	}

	.two-columns .heading {
		padding-left: 0;
	}

	#content {
		float: none;
	}

	#content > .holder {
		margin: 0;
	}

	#sidebar {
		float: none;
		width: 100%;
		margin: 0;
	}

	.footer-holder address {
		margin: 0 5px 17px;
	}

	.footer-holder address span {
		margin-bottom: 6px;
	}

	.footer-holder address span:last-child {
		border: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 819px) {
	.footer-holder address {
		margin: 0 -12px 17px;
	}
}

@media (max-width: 767px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	textarea {
		min-width: 0;
		height: 45px;
		font-size: 15px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		height: 42px;
		font-size: 18px;
	}

	.widget h3 {
		font-size: 20px;
	}

	.comment-form button,
	.comment-form input[type="submit"],
	.post-password-form button,
	.post-password-form input[type="submit"],
	.search-form button,
	.search-form input[type="submit"],
	#search_block button,
	#search_block input[type="submit"] {
		height: 45px;
	}

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

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

	.wp-caption.alignleft,
	.wp-caption.alignright {
		max-width: 50%;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

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

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

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

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

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

	.fancybox-wrap {
		width: 430px !important;
	}

	.fancybox-skin {
		padding: 30px 15px !important;
	}

	.fancybox-type-iframe .fancybox-inner {
		height: 225px !important;
	}

	.fancybox-close {
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px;
	}

	.fancybox-nav {
		top: 20px;
		bottom: 20px;
	}

	.fancybox-nav span:after {
		font-size: 30px;
		margin-top: -15px;
	}

	.page-template-home #wrapper {
		padding-top: 61px;
	}

	.page-template-home .header-holder {
		padding: 0;
	}

	.page-template-home #nav {
		font-size: 28px;
	}

	.page-template-home #nav ul {
		margin: 0;
	}

	.page-template-home #nav li {
		margin: 0;
	}

	.inner-page #wrapper {
		padding-top: 50px;
	}

	#header {
		background: none;
	}

	.logo.header-logo {
		max-width: 150px;
		margin: 0 auto 17px;
	}

	.header-holder {
		padding: 0;
	}

	#nav {
		font-size: 28px;
	}

	#nav ul {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
	}

	#nav li {
		display: block;
		margin: 0;
	}

	#nav a {
		display: block;
		padding: 15px;
	}

	.nav-drop {
		position: fixed;
		z-index: 998;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		background: rgba(248, 246, 243, .9);
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
	}

	.nav-drop .drop-holder {
		height: 100%;
		padding: 30px 0;
		overflow-y: auto;
	}

	.nav-drop .drop-frame {
		display: table;
		width: 100%;
		height: 100%;
	}

	.nav-opener {
		display: block;
	}

	.slider-left {
		display: none;
	}

	.slider-right {
		display: none;
	}

	.slider-mobile {
		display: block;
	}

	.social-network {
		padding: 0;
	}

	.video-items .item {
		width: 50%;
	}

	.entry {
		padding-bottom: 40px;
		font-size: 16px;
	}

	.entry .img-holder {
		margin-bottom: 25px;
	}

	.two-columns {
		margin: 0 0 20px;
		font-size: 14px;
	}

	.two-columns .col {
		width: 100%;
		padding: 0 0 30px;
	}

	.two-columns .heading {
		padding: 0 0 20px;
	}

	.feedback-form .wpcf7 {
		text-align: center;
	}

	.feedback-form .wpcf7-form-control-wrap {
		margin-bottom: 15px;
	}

	.feedback-form input[type="submit"] {
		min-width: 160px;
	}
	
	.feedback-form div.wpcf7 img.ajax-loader {
		margin-left: 0;
		display: block;
		position: absolute;
		top: calc(100% + 10px);
		left: calc(50% - 8px);
	}
	
	.two-columns p{
		position: relative;
	}

	#footer .logo {
		margin: 0 0 15px;
	}

	.footer-holder {
		padding-bottom: 6px;
	}

	.footer-holder .columns {
		margin: 0;
	}

	.footer-holder .col {
		width: 100%;
		padding: 0 0 15px;
	}

	.footer-holder .col:first-child,
	.footer-holder .col:last-child {
		width: 100%;
	}

	.footer-holder .col:after {
		display: none;
	}

	.footer-holder address {
		margin: 0 -12px;
	}

	.footer-holder address span {
		display: block;
		border: 0;
	}

	.copyright {
		padding: 0;
	}

	.copyright br {
		display: none;
	}
}

@media (max-width: 479px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	textarea {
		width: 100%;
		display: block;
	}

	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 100%;
	}

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

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

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

	.search-form input[type="search"],
	.search-form input[type="text"],
	.post-password-form input[type="search"],
	.post-password-form input[type="text"],
	#search_block input[type="search"],
	#search_block input[type="text"] {
		width: 150px;
	}

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

	.navigation,
	.navigation-comments,
	.pagination {
		margin-bottom: 26px;
		font-size: 11px;
	}

	.navigation .al,
	.navigation .ar,
	.navigation-comments .al,
	.navigation-comments .ar,
	.pagination .al,
	.pagination .ar {
		min-width: inherit;
	}

	.pagination.add .al,
	.pagination.add .ar {
		min-width: 121px;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 1.2em;
	}

	.wp-caption.aligncenter {
		max-width: 100%;
	}

	.parent.comment .comment-body {
		margin-left: 0;
	}

	.fancybox-wrap {
		width: 280px !important;
	}

	.fancybox-type-iframe .fancybox-inner {
		height: 141px !important;
	}

	.video-items {
		margin: 0;
	}

	.video-items .item {
		width: 100%;
		padding: 0 0 30px;
	}
}