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

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

ol:not([id]):not([class]),
ul:not([id]):not([class]),
.widget ul,
#nav,
#footer .footer-list ul,
#footer nav .footer-nav,
#footer .social-network {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.help-recall .container:after,
.search-block:after,
.header-block:after,
.main-holder:after,
#footer:after,
.content-holder:after,
.post-preview: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: #000;
	background: #fff;
	font: 18px/1.2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

th a,
td a {
	font-weight: 700;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

th a:hover,
td a:hover {
	color: #fa4c06;
}

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"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 0 .7em;
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
}

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

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-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,
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,
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,
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,
textarea.placeholder {
	color: #999;
}

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

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

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

ol:not([id]):not([class]),
ul:not([id]):not([class]) {
	font-size: 18px;
	color: #000;
}

ol:not([id]):not([class]) li,
ul:not([id]):not([class]) li {
	position: relative;
	padding-left: 18px;
	letter-spacing: -.4px;
	margin-bottom: 13px;
}

ol:not([id]):not([class]) li:after,
ul:not([id]):not([class]) li:after {
	width: 8px;
	height: 8px;
	content: "";
	background: #fa4c06;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 7px;
	display: inline-block;
}

ol:not([id]):not([class]) li > ul,
ol:not([id]):not([class]) li > ol,
ul:not([id]):not([class]) li > ul,
ul:not([id]):not([class]) li > ol {
	margin-top: 13px;
	padding-left: 15px;
}

ol:not([id]):not([class]) ol,
ul:not([id]):not([class]) ol {
	padding-left: 1em;
	list-style-type: decimal;
}

ol:not([id]):not([class]) ol > li,
ul:not([id]):not([class]) ol > li {
	margin-bottom: 13px !important;
	padding-left: 0 !important;
}

ol:not([id]):not([class]) ol > li:after,
ul:not([id]):not([class]) ol > li:after {
	display: none;
}

ol {
	list-style-type: decimal !important;
	list-style-position: inside !important;
}

ol > li {
	margin-bottom: 13px !important;
	padding-left: 0 !important;
}

ol > li:after {
	display: none !important;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul li {
	padding-left: 0 !important;
}

.widget ul li:after {
	display: none !important;
}

.widget ul li a {
	font-weight: 900;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.widget ul li a:hover {
	color: #fa4c06;
	text-decoration: underline;
}

.widget select {
	padding: 0;
	border: none;
	background: none;
	font-weight: bold;
	width: auto;
	border-bottom: 1px solid #000;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

.widget select::-ms-expand {
	display: none;
}

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

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

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

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

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

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

.search-form {
	margin-bottom: 15px;
}

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

.search-form input[type="search"] {
	background: transparent;
	height: 25px;
	line-height: 25px;
	width: 80%;
	padding: 0 10px;
	color: #999;
	outline: none;
	border: 2px solid #999;
	font-size: 16px;
}

.search-form input[type="submit"] {
	padding: 0 4px;
}

.search-form label {
	display: none;
}

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

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"] {
	background: #fa4c06;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	border: none;
	font-weight: bold;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover {
	background: #fec524;
}

.search-form input[type="submit"] {
	font-size: 16px;
	background: none !important;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	height: auto;
	margin-top: 2px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	box-shadow: none !important;
	color: #a7a9ac;
}

.search-form input[type="submit"]:hover {
	color: #000;
	background: none !important;
}

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

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

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

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

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

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

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

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

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #fa4c06;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #fec524;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #fa4c06;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background .3s linear, color .3s;
	transition: background .3s linear, color .3s;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #fec524;
	text-decoration: none;
	color: #fff;
}

.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 #a7a9ac;
	padding: .4em;
	margin-bottom: 1.2em;
}

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

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

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

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

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

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

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

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

a {
	font-weight: 900;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

a:hover {
	color: #fa4c06;
}

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

h1,
.h1 {
	font-size: 60px;
	color: #fa4c06;
	letter-spacing: -1.8px;
	margin-bottom: 40px;
}

h1 a,
.h1 a {
	color: #fa4c06;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

h1 a:hover,
.h1 a:hover {
	color: #fec524;
}

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

h3,
.h3 {
	font-size: 28px;
	letter-spacing: -.4px;
}

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #000;
}

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

/* main container styles */

.container {
	max-width: 1350px;
	margin: 0 auto;
}

#sidebar {
	width: 31.6%;
	display: inline-block;
	vertical-align: top;
	padding-right: 41px;
	margin: 55px 0 10% -.3em;
}

#sidebar .item {
	width: 100%;
	padding: 28px 26px 40px 32px;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -.6px !important;
}

#sidebar .item p {
	margin-bottom: 17px;
}

#sidebar .search-form {
	margin-bottom: 70px;
}

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

#sidebar .widget h3 {
	color: #fa4c06;
	letter-spacing: 0;
}

#content {
	width: 68.5%;
	display: inline-block;
	vertical-align: top;
	padding: 0 55px 20% 72px;
}

#content.full-width {
	width: 100%;
}

#content:only-child {
	width: 100% !important;
}

#content:only-child .img-content {
	width: 95%;
}

#content:only-child .img-content.full-width {
	width: 100%;
}

/* header styles */

#header {
	padding: 0 0 31px 0;
}

#header .search-form {
	margin-right: -13px;
}

#header .search-form label {
	display: none;
}

#header .search-form input[type="search"] {
	background: transparent;
	height: 25px;
	line-height: 25px;
	width: 325px;
	padding: 0 10px;
	color: #fff;
	outline: none;
	border: 1px solid #fff;
}

#header .search-form input[type="submit"] {
	font-size: 16px;
	background: none !important;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	height: auto;
	margin-top: 2px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	box-shadow: none !important;
	color: #fff;
}

#header .search-form input[type="submit"]:hover {
	border-color: #fa4c06;
	color: #fa4c06;
}

#header nav {
	margin-bottom: 37px;
}

.help-recall {
	background: url("images/Dawn-ColorBar-1-2x.jpg") repeat-x 50% 0;
	height: 60px;
	font-size: 22px;
	color: #fff;
	letter-spacing: -.2px;
}

.help-recall a {
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}

.help-recall .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 32px;
}

.search-block {
	background-color: #fec524;
	height: 40px;
	vertical-align: middle;
	padding: 8px 0 0 0;
}

.search-block .container {
	padding: 0 32px;
}

.search-block .translate-widget a {
	margin: 0;
}

.search-block .translate-widget a img {
	vertical-align: top;
}

.search-block .translate-widget .lang {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 2px 9.5px;
	margin-right: 10px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.search-block .translate-widget .lang:hover {
	background: #fa4c06;
}

/* page logo styles */

.logo {
	width: 26.3%;
	margin-right: 0;
}

.header-block {
	padding: 30px 32px 0 5.4%;
}

.header-holder {
	width: 67.3%;
	margin-left: 0;
}

#nav {
	margin-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.open #nav {
	max-height: 1000px;
}

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

#nav li {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 3px solid #fec524;
	position: relative;
	max-width: 160px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#nav li:not(:last-child) {
	margin-right: 10px;
}

#nav li.hover .drop {
	left: -3px;
	max-height: 800px;
}

#nav li.hover,
#nav li.active {
	background: #fa4c06;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
	border-color: #fa4c06;
}

#nav li.hover a,
#nav li.active a {
	color: #fff;
	background: #fa4c06;
}

#nav li.donate {
	background: #fec524;
}

#nav li.donate a {
	color: #fff;
	padding: 5px 22px;
}

#nav li.donate:hover {
	background: #fa4c06;
}

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

#nav li .drop {
	position: absolute;
	background: #fff;
	min-width: 202px;
	box-shadow: 0 9px 18px rgba(0, 0, 0, .5);
	top: 100%;
	left: -9999px;
	color: #fa4c06;
	z-index: 99;
	-webkit-transition: max-height .4s;
	transition: max-height .4s;
	overflow: hidden;
	text-align: left;
}

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

#nav li .drop ul {
	border: 3px solid #fa4c06;
}

#nav li .drop li {
	border: none;
	width: 100%;
	box-shadow: none;
	padding: 0;
	margin-bottom: 0;
	max-width: none;
}

#nav li .drop li:after {
	display: none;
}

#nav li .drop li a {
	text-transform: capitalize;
	color: #fa4c06;
	position: relative;
	display: block;
	padding: 3px 28px;
	background: #fff;
	width: 100%;
}

#nav li .drop li a:before {
	width: 6px;
	height: 6px;
	content: "";
	position: absolute;
	border-radius: 50%;
	background: #fa4c06;
	left: 11px;
	top: 50%;
	margin-top: -3px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

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

#nav li .drop li a:hover:before {
	background: #fff;
}

#nav li a {
	text-transform: capitalize;
	color: #fec524;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
}

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

.mobile-btn {
	color: #fec524;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	padding: 4px 28px;
	border: 3px solid #fec524;
	z-index: 99;
	position: relative;
	display: none;
	margin-top: -2px;
}

.open .mobile-btn {
	background: #fa4c06;
	color: #fff;
	border-color: #fa4c06;
}

.intro-text {
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: -.45px;
}

.intro-text h1 {
	color: #fa4c06;
	line-height: 1.15;
	letter-spacing: -.8px;
	width: 90%;
	margin-bottom: 10px;
}

/* main informative part styles */

.main-holder {
	margin-bottom: 53px;
	background: #fec524;
}

.main-holder .img-holder,
.main-holder .text-holder {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.main-holder .img-holder img,
.main-holder .text-holder img {
	vertical-align: top;
	width: 100%;
}

.main-holder .text-holder {
	margin-left: -.3em;
	padding: 64px 87px 10px;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: -.4px;
}

.main-holder .text-holder h1 {
	color: #fff;
	line-height: 62px;
	font-weight: 700;
	letter-spacing: -1.8px;
	margin-bottom: 19px;
}

.main-news,
.main-information {
	padding: 0 60px;
}

.main-news h2,
.main-information h2 {
	color: #fa4c06;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	margin-bottom: 28px;
	overflow: hidden;
}

.items-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.items-holder .entry-title {
	color: #fff;
	padding: 20px 24px 18px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.items-holder .entry-title a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.items-holder .entry-title a:hover {
	color: #000;
}

.items-holder .entry-title h2 {
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: -.8px;
	line-height: 1.1;
}

.items-holder .entry-content {
	overflow: hidden;
}

.items-holder .entry-content img {
	vertical-align: top;
	width: 100%;
}

.item {
	width: 31.4%;
	margin: 0 0 67px 0;
	box-shadow: 0 9px 18px rgba(0, 0, 0, .5);
	border-radius: 23px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.item:not(:last-child) {
	margin-right: 32px;
}

.bg-red {
	background: #fa4c06;
	color: #fff;
}

.bg-yellow {
	background: #fec524;
}

.bg-orange {
	background: #f18903;
}

.main-information h3 {
	line-height: 1.1;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.main-information .item {
	padding: 19px 18px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

.main-information .item a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.main-information .item a:hover {
	color: #000;
}

.main-information .item p {
	overflow: hidden;
	margin-bottom: 0;
}

.main-information .item.bg-yellow p {
	color: #000;
}

#footer {
	background: url("images/Dawn-ColorBar-2-2x.jpg") repeat 50% 0;
	min-height: 226px;
	padding: 33px 60px;
	position: relative;
	background-size: cover;
}

#footer .footer-link {
	margin-bottom: 51px;
}

#footer .footer-list {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -.4px;
}

#footer .footer-list:not(:first-child) {
	margin-left: 27px;
}

#footer .footer-list p {
	margin-bottom: 0;
}

#footer .footer-list ul {
	padding-left: 12px;
}

#footer .footer-list ul li {
	position: relative;
	line-height: 1.25;
	padding-left: 0;
	margin-bottom: 0;
}

#footer .footer-list ul li:after {
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	left: -12px;
	top: 12px;
	border-radius: 50%;
	background: #fff;
}

#footer .footer-list a {
	text-transform: capitalize;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#footer .footer-list a:hover {
	color: #000;
}

#footer nav {
	display: inline-block;
	max-width: 145px;
}

#footer nav .footer-nav {
	margin-left: 31px;
}

#footer nav .footer-nav li {
	margin-bottom: 10px;
}

#footer nav .footer-nav li a {
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	letter-spacing: -.5px;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

#footer nav .footer-nav li a:hover {
	color: #000;
}

#footer .social-network {
	vertical-align: top;
	margin: 3px 0 0 69px;
	width: 208px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#footer .social-network li {
	display: inline-block;
	margin-bottom: 10px;
}

#footer .social-network li:not(:last-child) {
	margin-right: 26px;
}

#footer .social-network li a {
	width: 43px;
	height: 43px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	color: #ff750f;
	text-align: center;
	line-height: 43px;
	font-size: 26px;
	display: block;
	position: relative;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

#footer .social-network li a:hover {
	opacity: .8;
}

#footer .social-network li a.facebook {
	background: url("images/facebook-logo.svg") no-repeat;
	background-size: contain;
}

#footer .social-network li a.youtube {
	background: url("images/youtube-logotype.svg") no-repeat;
	background-size: contain;
}

#footer .social-network li a.twitter {
	background: url("images/twitter-logo-button.svg") no-repeat;
	background-size: contain;
}

.footer-search {
	margin-right: 25px;
}

.footer-search label {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 6px;
}

.footer-search input[type="search"],
.footer-search input[type="submit"] {
	width: 264px;
	height: 25px;
	line-height: 1px;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	outline: none;
	box-shadow: none;
}

.footer-search input[type="submit"] {
	width: 85px !important;
	text-transform: uppercase;
	margin-left: 7px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background: transparent !important;
	margin-top: 0;
}

.footer-search input[type="submit"]:hover {
	border-color: yellow;
	color: #fff !important;
	opacity: 1;
}

.copyright {
	clear: both;
	display: block;
	font-size: 14px;
	color: #fff;
	letter-spacing: -.4px;
}

.escape {
	position: fixed;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	color: white !important;
	font-size: 36px;
	font-weight: 700;
	text-decoration: none;
	padding: 18px 24px;
	background: #fa4c06;
	box-shadow: -6px -6px 18px rgba(0, 0, 0, .5);
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.escape:hover {
	background: #fec524;
}

.breadcrumbs {
	padding: 0;
	margin: 9px 0 9px 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	color: #333;
}

.breadcrumbs li {
	float: left;
	padding: 0 8px 0 0;
	color: #fa4c06;
	font-weight: 700;
	font-size: 14px;
}

.breadcrumbs li:before {
	float: left;
	content: "\003e";
	margin: 0 8px 0 0;
	color: #000;
	font-weight: normal;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

article footer {
	color: #999;
}

article footer a {
	color: #000;
}

.single-post h1 {
	color: #fa4c06;
	letter-spacing: -1.8px;
	margin-bottom: 15px;
}

.single-post h2 {
	color: #fa4c06;
	letter-spacing: -.8px;
	margin-bottom: 9px;
}

.single-post .main-information {
	padding: 0;
}

.single-post .item {
	width: auto;
	font-size: 24px;
	height: auto;
	padding: 30px 30px 48px 30px;
}

.single-post .item p {
	max-height: none;
}

.single-post a {
	font-weight: 700;
	color: #000;
}

.single-post a:hover {
	color: #fa4c06;
	text-decoration: underline;
}

.single-post .items-holder {
	width: 100%;
}

a[href^="tel"] {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	white-space: nowrap;
}

a[href^="tel"]:hover {
	color: #000;
	text-decoration: none !important;
}

.list-content,
.img-content {
	display: inline-block;
	vertical-align: top;
}

.list-content {
	text-align: left;
}

.img-content {
	box-shadow: 0 9px 18px rgba(0, 0, 0, .5);
	border-radius: 22px;
	overflow: hidden;
	margin: 0 0 40px;
}

.img-content img {
	vertical-align: top;
	width: 100%;
	margin: 0;
}

.content-holder {
	margin-bottom: 36px;
}

.content-holder.top-content .img-content {
	margin-right: 0;
}

.content-holder .img-content {
	margin-right: 26px;
}

.content-holder .list-content {
	width: 43%;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.content-wrap h1,
.content-wrap h2 {
	color: #fa4c06;
	letter-spacing: -.6px;
	margin-bottom: 13px;
}

.content-wrap h1 {
	letter-spacing: -1.8px;
	margin-bottom: 40px;
}

.content-wrap .img-content {
	width: 70.9%;
	margin-right: 38px;
}

.post-preview {
	border-top: 3px solid #fec524;
	padding: 3px 0 16px 4px;
}

.post-preview.no-preview-img {
	padding-bottom: 40px;
}

.post-preview h2 {
	letter-spacing: -.6px;
	margin-bottom: 13px;
}

.post-preview h2 a {
	color: #fa4c06;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.post-preview h2 a:hover {
	color: #fec524;
}

.post-preview .post-preview-img {
	margin: 0 30px 20px 0;
	box-shadow: 0 9px 18px rgba(0, 0, 0, .5);
	border-radius: 22px;
	overflow: hidden;
}

.post-preview .post-preview-img img {
	vertical-align: top;
	width: 100%;
}

.post-preview .post-preview-text {
	letter-spacing: -.5px;
}

.post-preview .post-preview-text p {
	margin-bottom: 15px;
}

.post-preview .post-preview-text a {
	font-weight: 700;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.post-preview .post-preview-text a:hover {
	color: #fa4c06;
}

.post-preview-inform {
	margin-bottom: 43px;
}

.navigation {
	margin-top: 40px;
	text-align: center;
}

a.author,
a.date {
	text-decoration: none;
	color: #a7a9ac;
	font-weight: normal;
}

a.author:hover,
a.date:hover {
	text-decoration: none;
}

#archives-2 label {
	display: none;
}

.ctct-embed-signup {
	padding-right: 26px;
}

.ctct-embed-signup div {
	background: none !important;
	font-size: 18px !important;
	color: #fff !important;
	font-weight: bold;
}

.ctct-custom-form input {
	background: none !important;
	border: 1px solid #fff;
	outline: none;
	height: 25px;
	font-weight: normal;
	font-size: 16px;
	vertical-align: top;
	width: 100%;
}

.ctct-button {
	background: none;
	border: 1px solid #fff;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	padding: 0 11px;
	-webkit-transition: background .2s;
	transition: background .2s;
	outline: none;
	vertical-align: top;
}

.ctct-button:hover {
	background: #fa4c06;
}

.ctct-custom-form {
	overflow: hidden;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.ctct-custom-form p {
	margin-bottom: 0;
}

.ctct-custom-form p:last-of-type {
	float: left;
	width: 255px;
	margin-right: 11px;
}

.goog-te-combo {
	font-weight: bold;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	box-shadow: none;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	padding: 2px 9.5px;
	background: transparent;
	font-size: 0 !important;
	width: 90px;
	height: 25px;
	cursor: pointer;
	margin: 0 !important;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	background: url("images/google.svg") no-repeat;
	background-size: 18px 18px;
	background-position: 5px 4px;
}

.goog-te-combo:hover {
	opacity: .8;
}

.goog-te-combo::-ms-expand {
	display: none !important;
}

.goog-te-combo option {
	font-size: 16px !important;
}

.goog-logo-link {
	display: none;
}

.goog-te-gadget {
	position: relative;
	font-size: 0 !important;
	background: #fff;
}

.goog-te-gadget:before {
	content: "Translate";
	position: absolute;
	left: 28px;
	top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #1f27ec;
}

#google_translate_element {
	margin-left: 0;
}

.content-column {
	margin-bottom: 40px;
}

.formError {
	position: static !important;
	margin: 10px 0 !important;
}

.formError .formErrorContent {
	background: #fa4c06;
	border: none;
}

.wysija-input {
	background: transparent;
	height: 25px;
	line-height: 25px;
	width: 80%;
	padding: 0 10px;
	color: #999;
	outline: none;
	border: 2px solid #999 !important;
	font-size: 16px;
}

.widget_wysija_cont .wysija-submit {
	background: #fa4c06;
	font-weight: bold;
	color: #fff;
	padding: .4em;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	border: none;
}

.widget_wysija_cont .wysija-submit:hover {
	background: #fec524;
}

iframe {
	max-width: 100%;
}

@media (max-width: 1364px) {
	.search-form input[type="search"] {
		width: 73%;
	}

	.logo {
		padding-right: 40px;
	}

	.header-block {
		padding: 30px 32px 0 2%;
	}

	#nav li {
		max-width: 120px;
	}

	#nav li a {
		padding: 5px 5px;
		font-size: 17px;
	}

	.main-holder .text-holder {
		padding: 30px 50px 10px;
	}

	.main-holder .text-holder h1 {
		font-size: 40px;
		line-height: 1.2;
	}

	.main-news,
	.main-information {
		padding: 0 30px;
	}

	.item {
		width: 30.8%;
	}

	.main-information .item {
		font-size: 15px;
	}

	#footer {
		padding: 33px 60px 10px;
	}

	#footer .footer-link {
		display: block;
		float: none;
		margin-bottom: 0;
	}

	.footer-search {
		float: none;
		display: inline-block;
		margin: 10px 0 10px 0;
	}

	#footer .alignright {
		float: none;
		margin: 20px 0;
	}
}

@media (max-width: 1023px) {
	.search-form input[type="search"] {
		width: 66%;
	}

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

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

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

	#sidebar {
		padding-right: 15px;
	}

	#sidebar .item {
		padding: 28px 20px 40px 20px;
		font-size: 20px;
	}

	#content {
		padding: 0 30px 26.2%;
	}

	#header nav {
		margin-bottom: 20px;
	}

	.help-recall {
		font-size: 16px;
		padding: 5px 5px;
		text-align: center;
	}

	.help-recall p {
		width: 80%;
		margin: 0 auto;
		float: none;
	}

	.help-recall .container {
		padding: 0;
	}

	.header-holder {
		width: 73%;
	}

	#nav li:not(:last-child) {
		margin-right: 4px;
	}

	#nav li {
		max-width: 100px;
	}

	#nav li a {
		padding: 5px;
		font-size: 13px;
	}

	.main-holder .img-holder,
	.main-holder .text-holder {
		width: 100%;
	}

	.main-holder .img-holder {
		text-align: center;
	}

	.item:not(:last-child) {
		margin-right: 22px;
	}

	.content-holder {
		margin-bottom: 40px;
	}

	.content-holder .img-content {
		margin-bottom: 40px;
	}

	.content-wrap .img-content {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

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

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

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

	#sidebar {
		width: 100%;
		padding: 0 30px;
		margin: 0;
	}

	#content {
		width: 100%;
		padding: 0 30px 15.2% 30px;
	}

	#header .search-form {
		margin: 0 auto;
		padding-right: 5px;
	}

	#header .search-form input[type="search"] {
		height: 16px;
		line-height: 16px;
		width: 115px;
		font-size: 10px;
		padding: 0 7px;
	}

	#header .search-form input[type="submit"] {
		font-size: 10px;
	}

	#header nav {
		margin-bottom: 0;
	}

	.search-block {
		padding: 13px 15px;
		height: 44px;
	}

	.search-block .container {
		padding: 0;
	}

	.search-block .translate-widget {
		margin: 0;
	}

	.search-block .translate-widget a {
		width: 57px;
	}

	.search-block .translate-widget .lang {
		font-size: 10px;
		margin-right: 4px;
		padding: 1px 9.5px;
	}

	.logo {
		width: 74%;
		margin: 40px auto 0;
		padding-right: 0;
		float: none;
	}

	.header-block {
		padding: 0 15px;
		text-align: center;
		position: relative;
	}

	#nav {
		position: absolute;
		top: 37px;
		right: 0;
		left: 0;
		-webkit-transition: max-height .3s ease;
		transition: max-height .3s ease;
		overflow: hidden;
		max-height: 0;
		display: block;
	}

	#nav li {
		display: block;
		border: none;
		margin: 0 !important;
		max-width: none;
	}

	#nav li .drop {
		position: static;
		max-height: 0;
	}

	#nav li a {
		background: #fec524;
		color: #fff;
		font-size: 22px;
		line-height: 1.6;
		display: block;
	}

	.mobile-btn {
		display: inline-block;
	}

	.intro-text {
		display: none;
	}

	.main-holder {
		margin-bottom: 32px;
	}

	.main-holder .text-holder {
		padding: 30px;
	}

	.main-holder .text-holder h1 {
		line-height: 1.09;
	}

	.main-news,
	.main-information {
		margin-bottom: 40px;
	}

	.main-news h2,
	.main-information h2 {
		margin-bottom: 24px;
	}

	.items-holder {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.item {
		width: 55%;
		margin: 0 0 35px 0 !important;
	}

	.main-information {
		margin-bottom: 22px;
	}

	#footer {
		text-align: center;
		padding: 50px 30px 123px;
	}

	#footer .footer-list {
		display: none;
	}

	#footer nav .footer-nav {
		display: none;
	}

	#footer .social-network {
		margin: 0 -26px 22px 0;
	}

	.footer-search {
		margin-bottom: 50px;
	}

	.footer-search label {
		margin-bottom: 13px;
	}

	.footer-search input[type="search"] {
		width: 160px !important;
	}

	.breadcrumbs {
		display: none;
	}

	.single-post {
		margin-bottom: 40px;
	}

	.single-post .item {
		font-size: 18px;
	}

	.list-content {
		float: none;
	}

	.img-content {
		width: 100% !important;
	}

	.content-holder {
		margin-bottom: 30px;
	}

	.content-holder .list-content {
		width: 100%;
	}

	.content-wrap {
		padding: 0;
	}

	.post-preview .post-preview-img {
		width: 100%;
	}

	#footer .alignright {
		display: inline-block;
		text-align: center;
		padding-right: 0;
	}

	.goog-te-combo {
		width: 57px;
		height: 16px;
		background-size: 12px 12px;
		background-position: 4px 2px;
	}

	.goog-te-gadget:before {
		left: 19px;
		top: 4px;
		font-size: 8px;
	}
}

@media (max-width: 479px) {
	#content {
		padding: 0 30px;
	}

	.item {
		width: 100%;
	}

	.navigation {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.ctct-embed-signup {
		padding-right: 0;
	}

	.ctct-custom-form p:last-of-type {
		width: 140px;
	}
}
