/*
Theme Name: PROJECT NAME
Template Post Type: post, page, guide
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
*/

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;
}

.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-single:after,
.commentlist .comment-author:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	height: 100%;
	color: #222;
	background: #e7e0d4;
	font: 16px/1.56 "itc_franklin_gothic_lt_bookRg", "Arial", "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;
}

#overlayPP,
.bg-stretch img {
	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.56em;
}

blockquote {
	border-left: 4px solid #666;
	padding-left: .5em;
	margin-left: 1.56em;
}

th,
td {
	border: 1px solid #666;
	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"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background: none;
	border: 1px solid #222;
	height: 55px;
	margin: 0;
	padding: 16px 15px 15px;
	font-size: 18px;
	line-height: 1.33;
	color: #222;
	outline: none;
	box-shadow: none;
}

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: #222;
}

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: #222;
}

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: #222;
}

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: #222;
}

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: #222;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 150px;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	min-width: 170px;
	background: none;
	border: 1px solid #000;
	margin: 0;
	padding: 16px 20px 15px;
	font-family: "itc_franklin_gothicdemi", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #222;
	outline: none;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}

.btn.btn-alt,
button.btn-alt,
input[type="button"].btn-alt,
input[type="reset"].btn-alt,
input[type="file"].btn-alt,
input[type="submit"].btn-alt {
	background: #000;
	color: #fff;
}

.btn.btn-alt:hover,
button.btn-alt:hover,
input[type="button"].btn-alt:hover,
input[type="reset"].btn-alt:hover,
input[type="file"].btn-alt:hover,
input[type="submit"].btn-alt:hover {
	background: none;
	color: #222;
}

input[type="file"] {
	padding: 0;
}

.widget {
	margin-bottom: 1.56em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: inherit;
	width: 100%;
}

.widget a {
	color: inherit;
	text-decoration: none;
}

.widget a:hover {
	color: #39f;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td {
	background: transparent;
}

/* Typography */

ul ul,
ul ol {
	margin: 0;
}

ul > ul > li {
	list-style-type: circle;
}

ol ol,
ol ul {
	margin: 0;
}

ol > ol > li {
	list-style-type: lower-alpha;
}

.comment-form .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
	margin: 3px 5px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	padding: 0;
}

.comment-form p {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

.comment-form label {
	display: block;
	padding: 0 0 5px;
}

.comment-form textarea,
.comment-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form textarea {
	width: 100%;
	margin: 0;
}

.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: 150px;
}

.search-form input[type="submit"] {
	min-width: 0;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.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"] {
	min-width: 0;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 55px;
}

.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: 150px;
}

.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
	width: 150px;
}

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 55px;
}

.commentlist {
	margin: 0 0 1.56em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.56em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.56em;
}

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}

.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation-comments .current,
.pagination .current {
	color: #ccc;
}

.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
}

.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
	background: #000;
	color: #fff;
}

.navigation-comments .page-numbers:hover,
.pagination .page-numbers:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}

.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%;
	background: none;
	border: 1px solid #000;
	color: #222;
	text-decoration: none;
}

.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-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	color: #222;
}

.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}

.navigation-comments a,
.pagination a {
	color: inherit;
}

.navigation {
	padding: 54px 0;
	font-family: "itc_franklin_gothicdemi", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.navigation .prev a,
.navigation .next a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #000;
}

.navigation .prev a:before,
.navigation .prev a:after,
.navigation .next a:before,
.navigation .next a:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin: -4px 5px 0 0;
	background: url(images/ico-arrow-l.png) no-repeat;
	width: 13px;
	height: 10px;
	background-size: 100%;
}

.navigation .prev a:after,
.navigation .next a:after {
	display: none;
}

.navigation .prev a:hover,
.navigation .next a:hover {
	text-decoration: none;
	color: #666;
}

.navigation .next a:before {
	display: none;
}

.navigation .next a:after {
	display: inline-block;
	margin: -4px 0 0 5px;
	background-image: url(images/ico-arrow-r.png);
}

.navigation .num {
	margin: 0 6px 0 0;
}

.navigation-single {
	margin-bottom: 1.56em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #222;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navigation-single .next {
	float: right;
}

/* Begin Images */

img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-caption {
	/* clear: both; */
	margin: 0; /* Image does not overflow the content area */
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption.full-width img {
	width: 100%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.56em;
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.aligncenter {
	margin: 5px auto 20px auto;
}
.wp-caption.alignleft{
	width: calc(50% - 25px) !important;
}
.wp-caption.alignleft img{
	width:100%
}
.alignleft {
	float: left;
	margin: 0 1.56em 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 1.56em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* can use for responsive iframe*/

.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 60%;
}

.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.mejs-container {
	margin-bottom: 1.56em;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
	color: #999;
	margin: 0;
	padding: 9px 0 0;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.al,
.navigation .next {
	float: right;
}

.ar,
.navigation .prev {
	float: left;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 60px;
}

.title {
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.title h1 {
	margin: 0;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

pre,
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;
}

code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

/* Various Tags & Classes */

acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #dfcfba;
}

blockquote {
	margin: 0 0 1.2em;
}

blockquote cite {
	display: block;
	padding-top: 5px;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

.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;
}

/* 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;
}

.comment-body .reply {
	padding-bottom: 15px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.post .title h3 {
	margin-bottom: 1em;
}

.divider {
	height: 80px;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #d93c3c;
}

.error input:not([type="submit"]) {
	border-color: red !important;
}

/* Galleries */

.widget .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.gallery-item {
	max-width: 50%;
	margin: 0;
	padding: 0 10px 1.5em;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	box-shadow: none;
	background: none;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	filter: opacity(60%);
}

.gallery-item img {
	-webkit-transition: filter .3s ease-in;
	transition: filter .3s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "itc_franklin_gothicdemi", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 .5em;
	color: #000;
}

h1,
.h1 {
	font-size: 62px;
	line-height: 1;
	letter-spacing: -1px;
}

h2,
.h2 {
	font-size: 37px;
}

h3,
.h3 {
	font-size: 23px;
	line-height: 1.35;
	color: #222;
}

h4,
.h4 {
	font-size: 17px;
	line-height: 1.5;
	color: #222;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

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;
}

p {
	margin: 0 0 1.25em;
}

p strong {
	font-weight: normal;
	font-family: "itc_franklin_gothicdemi", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

a {
	color: #39f;
	text-decoration: none;
	outline: 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 {
	text-decoration: underline;
}

@font-face {
	font-family: "itc_franklin_gothicheavy";
	src: url("fonts/itc.franklin.gothic.heavy.regular-webfont.woff2") format("woff2"), url("fonts/itc.franklin.gothic.heavy.regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "itc_franklin_gothic_lt_bookRg";
	src: url("fonts/itc.franklin.gothic.lt.book.regular-webfont.woff2") format("woff2"), url("fonts/itc.franklin.gothic.lt.book.regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "itc_franklin_gothic_lt_condMd";
	src: url("fonts/itc.franklin.gothic.lt.condense.medium-webfont.woff2") format("woff2"), url("fonts/itc.franklin.gothic.lt.condense.medium-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "itc_franklin_gothicdemi";
	src: url("fonts/itc_franklin_gothic_demi_regular-webfont.woff2") format("woff2"), url("fonts/itc_franklin_gothic_demi_regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "itc_franklin_gothic_ltmedium";
	src: url("fonts/itc.franklin.gothic.lt.medium-webfont.woff2") format("woff2"), url("fonts/itc.franklin.gothic.lt.medium-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body {
	/* &.nav-active{
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:2;
		overflow:hidden;
	} */
}

#wrapper {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

.w1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 62px;
}

.container {
	max-width: 1122px;
	margin: 0 auto;
	padding: 0 15px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-position: 50%;
}

.header {
	padding: 18px 0 12px;
	text-align: right;
}

.header .logo {
	margin: 0 -11px 0 0;
	position: absolute;
	left: calc(83% - 224px);
	z-index: 10000000000000;
	width: 260px;
}

.navbar {
	width: 62px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.opener-bar {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 12;
	background: #333;
	color: #fff;
}

.opener-bar .text {
	position: absolute;
	top: 328px;
	left: -195px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 450px;
	font-size: 21px;
	line-height: 1.14;
	text-align: center;
}

/* burger menu style */

.nav-opener {
	display: block;
	width: 34px;
	height: 25px;
	position: relative;
	z-index: 12;
	text-indent: -9999px;
	overflow: hidden;
	margin: 85px 0 0 13px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span,
.nav-opener strong {
	background: #fff;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: normal;
}

.nav-opener span {
	/* width: 24px; */
}

.nav-opener strong {
	top: 7px;
	width: 34px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 21px;
	/* width: 24px; */
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span,
.nav-active .nav-opener strong {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: auto;
	top: 11px;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-content {
	display: block;
}

.nav-content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #e7e0d4;
	padding: 75px 30px 75px 128px;
	overflow-y: auto;
	overflow-x: hidden;
}

.nav-content .logo {
	/* position: absolute; */
	/* top: 6.5%; */
	/* left: 50%; */
	margin: 18px 0 0 328px;
	/* z-index: 10000000; */
	display: none;
}

.nav-content .heading {
	margin-bottom: 21px;
	margin-top: 67px;
}

.nav-content .sub-heading {
	display: block;
	font-size: 15px;
	line-height: 1.33;
	font-weight: normal;
}

.nav-content .nav-area {
	position: relative;
	width: 380px;
	padding: 0 0 20px;
}

.nav-content ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: item;
	font-size: 21px;
	line-height: 1.71;
}

.nav-content ol li {
	display: block;
}

.nav-content ol li:before {
	display: inline-block;
	width: 35px;
	padding: 0 15px 0 0;
	margin: 0 0 0 -41px;
	font-family: "itc_franklin_gothicdemi", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	text-align: right;
	content: counters(item, ".") " ";
	counter-increment: item;
}

.nav-content ol li.hover > a {
	text-decoration: underline;
}

.nav-content ol a {
	color: #000;
}

.nav-content ol a:hover {
	text-decoration: underline;
}

.nav-content ol .drop-opener {
	display: none;
	vertical-align: middle;
	position: relative;
	width: 10px;
	height: 10px;
	margin: -2px 0 2px 10px;
}

.nav-content ol .drop-opener:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
}

.nav-content ol .drop {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
	width: 430px;
	height: 100%;
}

.nav-content ol ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: item 0;
}

.intro-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	line-height: 1.39;
	color: #000;
	margin-top: 45px;
}

.intro-section .text-area {
	width: 50%;
	position: relative;
	z-index: 2;
}

.intro-section .holder {
	max-width: 306px;
	margin: 0 253px 0 auto;
	padding: 0 0 16px 30px;
}

.intro-section .sub-heading {
	font-family: "itc_franklin_gothicdemi", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 21px;
	font-weight: normal;
	display: block;
	margin: 0 0 25px;
}

.intro-section p {
	margin: 0 0 1.4em;
}

.intro-section .btn {
	min-width: 220px;
	margin: 0 10px 14px 0;
	width: 85%;
}

.intro-section .btn:hover i {
	color: #fff;
}

.intro-section .btn i {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px -2px 3px;
	font-size: 20px;
	line-height: 1;
	color: #8d8d8d;
}

.intro-section .image-area {
	width: 50%;
	max-width: 594px;
	position: relative;
}

.intro-section .bg-stretch {
	left: -255px;
}

.heading {
	padding: 0 0 34px;
	margin: 7px -150px 17px 0;
	position: relative;
}

.heading:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: "";
	width: 78px;
	height: 4px;
	background: #68b4a8;
}

.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
}

.social-networks li {
	margin: 0 25px 0 0;
}

.social-networks a {
	color: #8d8d8d;
}

.social-networks a:hover {
	color: #222;
}

.info-section {
	padding: 52px 0 40px;
	background: #68b4a8;
	font-size: 21px;
	line-height: 1.38;
	letter-spacing: -.25px;
	text-align: center;
}

.info-section .container {
	max-width: 640px;
}

.info-section .ico {
	display: block;
	margin: 0 auto 25px;
}

.info-section p {
	margin: 0 0 1.7em;
}

.main {
	padding: 0 30px 0 0;
}

.content-intro .sub-heading {
	display: block;
	font-size: 21px;
	line-height: 1.19;
	margin: 6px 0 7px -2px;
}

.content-intro h1 {
	margin: 0 0 47px -2px;
}

.content-intro .wp-caption {
	margin: -22px 0 0;
	padding: 0 34px 26px 0;
}

.content-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar {
	min-width: 326px;
	max-width: 326px;
	margin: 0 20px 0 0;
}

.side-nav {
	position: relative;
	padding: 5px 0 0;
}

.side-nav:before {
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 2;
	content: "";
	width: 77px;
	height: 4px;
	background: #68b4a8;
}

.side-nav > ol > li:before {
	visibility: hidden;
}

.side-nav ol,
.side-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: item;
	font-size: 18px;
	line-height: 1.39;
}
.side-nav ul{
	padding-top:20px;
}
.side-nav ol li,
.side-nav ul li{
	display: block;
	padding: 0 0 12px;
}

.side-nav ol li:before {
	display: inline-block;
	width: 35px;
	padding: 0 5px 0 0;
	margin: 0 0 0 -35px;
	font-family: "itc_franklin_gothicdemi", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	content: counters(item, ".") " ";
	counter-increment: item;
}

.side-nav ol li.active > a,
.side-nav ul li > a {
	font-family: "itc_franklin_gothicdemi", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
}

.side-nav ol li a,
.side-nav ul li a {
	color: #666;
}

.side-nav ol li a:hover,
.side-nav ul li a:hover {
	text-decoration: none;
	color: #000;
}

.side-nav ol ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-nav ol ol.from-0 {
	counter-reset: item 0;
}

.side-nav ol ol li {
	padding-left: 48px;
}

.side-nav ol ol li:before {
	width: 50px;
	padding: 0 5px 0 2px;
	margin: 0 0 0 -50px;
}

.side-nav ol ol ol {
	padding: 12px 0 14px;
}

.side-nav ol ol ol.from-0 {
	counter-reset: item -1;
}

.side-nav ol ol ol li {
	padding-left: 27px;
}

.side-nav ol ol ol li:before {
	width: 60px;
	padding: 0 5px 0 7px;
	margin: 0 0 0 -60px;
}

.content {
	width: 100%;
	padding: 0 0 21px;
}

.content h2 {
	margin: 0 0 .62em;
}

.content h3 {
	margin: 0 0 .42em;
}

.content h3.add {
	margin: 0 0 .8em;
}

.content h4 {
	margin: 0;
}

.content h4 span {
	color: #666;
}

.content p a {
	color: inherit;
	text-decoration: underline;
	word-break: break-word;
}

.content p a:hover {
	text-decoration: none;
}

.image-row:after {
	display: block;
	clear: both;
	content: "";
}

.image-row .holder {
	overflow: hidden;
}

.image-row .alignright {
	margin: 6px 0 10px 1.56em;
}

.footer {
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	background: #333;
	color: #8d8d8d;
}

.footer-holder {
	padding: 57px 30px 46px 62px;
}

.footer-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-holder .left-area {
	width: 50%;
}

.footer-holder .right-area {
	width: 50%;
	padding: 62px 0 0;
}

.footer-holder .logo {
	margin: 0 0 24px;
}

.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 21px;
	line-height: 1.48;
	color: #fff;
}

.footer-nav a {
	color: inherit;
}

.footer-nav a:hover {
	text-decoration: none;
	color: #8d8d8d;
}

.form-search {
	position: relative;
	width: 282px;
	margin: 0 0 27px auto;
}

.form-search input[type="text"],
.form-search input[type="search"] {
	display: block;
	width: 100%;
	height: 50px;
	padding: 12px 88px 12px 15px;
	border-color: #969696;
	color: #969696;
}

.form-search input[type="text"]::-webkit-input-placeholder,
.form-search input[type="search"]::-webkit-input-placeholder {
	color: #969696;
}

.form-search input[type="text"]::-moz-placeholder,
.form-search input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #969696;
}

.form-search input[type="text"]:-moz-placeholder,
.form-search input[type="search"]:-moz-placeholder {
	color: #969696;
}

.form-search input[type="text"]:-ms-input-placeholder,
.form-search input[type="search"]:-ms-input-placeholder {
	color: #969696;
}

.form-search input[type="text"].placeholder,
.form-search input[type="search"].placeholder {
	color: #969696;
}

.form-search .btn-submit {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	z-index: 2;
	background: none;
	border: none;
	min-width: 0;
	margin: 0;
	padding: 9px 11px;
	font-family: "itc_franklin_gothic_lt_bookRg", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 17px;
	line-height: 1.18;
	color: #969696;
}

.form-search .btn-submit:hover {
	background: none;
	color: #fff;
}

.logos-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.logos-list li {
	margin: 0 0 0 23px;
}

.logos-list a {
	display: block;
	width: 41px;
	height: 41px;
	background-size: 100%;
}

.logos-list a:hover {
	opacity: .8;
}

.logos-list a.ico01 {
	background-image: url(images/ico02@2x.png);
}

.logos-list a.ico02 {
	background-image: url(images/ico03@2x.png);
}

.logos-list a.ico03 {
	background-image: url(images/ico04@2x.png);
}

.footer-bar {
	border-top: 2px solid #000;
	padding: 27px 30px 29px 62px;
	font-size: 15px;
	letter-spacing: -.2px;
}

.footer-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-bar ul li {
	margin: 0 0 0 12px;
}

.footer-bar ul a {
	color: inherit;
}

.footer-bar ul a:hover {
	text-decoration: none;
	color: #fff;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 1024px) {
	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.admin-bar {
		margin-top: 32px !important;
	}

	.nav-content ol li.hover > .drop {
		visibility: visible;
		opacity: 1;
	}
}

@media (min-width: 1250px) {
	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media (max-width: 1249px) {
	.header .logo {
		margin: 0;
	}

	.nav-content .logo {
		margin: 18px 0 0 237px;
	}

	.intro-section .holder {
		margin: 0 175px 0 auto;
	}

	.intro-section .bg-stretch {
		left: -175px;
	}

	.main {
		padding: 0;
	}

	.content-intro .wp-caption {
		padding: 0 0 26px;
	}

	.image-row .alignright {
		max-width: 60%;
	}

	.footer-holder {
		padding: 57px 0 46px 62px;
	}
}

@media (max-width: 1023px) {
	.navigation-comments,
	.pagination {
		font-size: 14px;
	}

	img.alignleft,
	img.alignright {
		max-width: 50%;
	}

	.divider {
		height: 40px;
	}

	#wpadminbar {
		display: none !important;
	}

	h1,
	.h1 {
		font-size: 50px;
	}

	.nav-content .logo {
		left: auto;
		right: 15px;
	}

	.nav-content .nav-area {
		width: auto;
	}

	.nav-content ol li.drop-active > .drop {
		visibility: visible;
		opacity: 1;
		height: auto;
		padding: 20px 0 20px 35px;
	}

	.nav-content ol .drop-opener {
		display: inline-block;
	}

	.nav-content ol .drop {
		position: static;
		width: auto;
		height: auto;
	}

	.nav-content ol .drop {
		height: 0;
	}

	.intro-section .holder {
		margin: 0 47px 0 auto;
	}

	.intro-section .bg-stretch {
		left: -48px;
	}

	.content-holder {
		display: block;
	}

	.sidebar {
		min-width: 0;
		max-width: inherit;
		margin: 0 0 50px;
	}
}

@media (max-width: 767px) {
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 10px 8px;
	}

	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 8px;
	}

	.navigation-comments .next a,
	.navigation-comments .prev a,
	.navigation-comments .al a,
	.navigation-comments .ar a,
	.pagination .next a,
	.pagination .prev a,
	.pagination .al a,
	.pagination .ar a {
		padding: 10px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.posts-list .post {
		margin: 0 0 20px;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	.divider {
		display: none;
	}

	.opener-bar .text {
		top: 202px;
		left: -128px;
		width: 312px;
		font-size: 16px;
	}

	.nav-opener {
		margin: 28px 0 0 13px;
	}

	.intro-section {
		display: block;
	}

	.intro-section .text-area {
		width: auto;
	}

	.intro-section .holder {
		max-width: inherit;
		margin: 0;
		padding: 20px 15px;
	}

	.intro-section .image-area {
		width: 100%;
		height: 300px;
		max-width: inherit;
	}

	.intro-section .bg-stretch {
		left: 0;
	}

	.heading {
		margin: 0 0 17px;
	}
}

@media (max-width: 666px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	textarea {
		height: 40px;
		padding: 8px 15px;
		font-size: 16px;
		line-height: 1.25;
	}

	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		min-width: 130px;
		padding: 12px 20px 11px;
	}

	#wp-calendar {
		width: 100%;
	}

	.comment-form textarea,
	.comment-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
		width: 100%;
	}

	.search-form input,
	.post-password-form input,
	#search_block input {
		height: 40px;
	}

	.search-form input[type="submit"],
	.search-form button,
	.post-password-form input[type="submit"],
	.post-password-form button,
	#search_block input[type="submit"],
	#search_block button {
		height: 40px;
		padding: 7px 15px;
	}

	.navigation {
		padding: 25px 0 30px;
		text-align: center;
	}

	.navigation .prev,
	.navigation .next {
		float: none !important;
		display: block;
	}

	.navigation .next {
		padding-top: 10px;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		display: block;
		width: 100% !important;
		float: none;
		margin: 0 0 20px;
	}

	.parent.comment .comment {
		margin-left: 5%;
	}

	h1,
	.h1 {
		font-size: 38px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	.nav-content {
		padding: 85px 15px 50px 105px;
	}

	.nav-content .logo {
		margin: 18px 0 0;
	}

	.nav-content ol {
		font-size: 16px;
	}

	.nav-content ol li:before {
		font-size: 12px;
	}

	.nav-content ol li.drop-active > .drop {
		padding: 15px 0 15px 30px;
	}

	.nav-content ol .drop-opener:after {
		border-width: 6px 5px 0 5px;
	}

	.intro-section .image-area {
		height: 250px;
	}

	.info-section {
		font-size: 18px;
	}

	.main {
		padding: 30px 0 0;
	}

	.content-intro .sub-heading {
		font-size: 18px;
		margin: 0 0 5px;
	}

	.content-intro h1 {
		margin: 0 0 40px;
	}

	.side-nav ol {
		font-size: 16px;
	}

	.side-nav ol ol li {
		padding-left: 35px;
	}

	.side-nav ol ol li:before {
		width: 36px;
		padding: 0 5px 0 0;
		margin: 0 0 0 -36px;
	}

	.side-nav ol ol ol {
		padding: 10px 0;
	}

	.side-nav ol ol ol li {
		padding-left: 20px;
	}

	.side-nav ol ol ol li:before {
		width: 50px;
		padding: 0 5px 0 0;
		margin: 0 0 0 -50px;
	}

	.image-row .alignright {
		float: none;
		max-width: 100%;
		display: block;
		text-align: center;
		margin: 0 0 20px;
	}

	.footer-holder .container {
		display: block;
		text-align: center;
	}

	.footer-holder .left-area {
		width: auto;
	}

	.footer-holder .right-area {
		width: auto;
		padding: 50px 0 0;
	}

	.form-search {
		margin: 0 auto 20px;
	}

	.logos-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.logos-list li {
		margin: 0 10px;
	}

	.footer-bar {
		font-size: 14px;
	}

	.footer-bar ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-bar ul li {
		margin: 0 5px;
	}
}

@media (max-width: 374px) {
	.navigation-comments,
	.pagination {
		font-size: 12px;
	}
	.header .logo{
		width: 213px;
		margin: 0 0 0 28px;
	}
	h1,
	.h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 26px;
	}

	h3,
	.h3 {
		font-size: 20px;
		line-height: 1.2;
	}

	h4,
	.h4 {
		line-height: 1.2;
	}

	.nav-content .logo {
		max-width: 200px;
	}

	.intro-section .btn {
		width: 100%;
		margin: 0 0 14px;
	}

	.intro-section .image-area {
		height: 200px;
	}

	.content-intro .sub-heading {
		font-size: 16px;
	}

	.form-search {
		width: 220px;
	}
}

@media print {
	#wpadminbar {
		display: none !important;
	}
}

