/*
Theme Name: Yes.com
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:
*/

/* ---------------------------------------------------------
	 1. Embedded fonts styles
	 2. Custom form styles
	 3. General reset
	 4. Common site styles
		 ---------------------------------------------------------*/

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

/*Constant Contact Form - Footer */
.kws_input_fields {text-align:center !important;}

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

/* ---------------------------------------------------------
	 1. Embedded fonts styles
	 ---------------------------------------------------------*/

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

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

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

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

.icon-chevron-thin-right:before {
	content: "\e908";
}

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

.icon-chevron-down:before {
	content: "\e904";
}

.icon-chevron-thin-down:before {
	content: "\e909";
}

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

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

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

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

/* ---------------------------------------------------------
	 2. Сustom form styles
	 ---------------------------------------------------------*/

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background: #fff;
	margin: 0 0 12px;
	min-width: 147px;
	height: 20px;
	width: 100%;
}

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

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin: 0 35px 0 8px;
	text-align: left;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 20px;
	height: 20px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	content: "\e907";
	font-family: "icomoon";
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
}

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

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

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

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

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	overflow: hidden;
}

/* multiple select styles */

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

/* select options styles */

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

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

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

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

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

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

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

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

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

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

/* common custom form elements styles */

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

.drop ul,
.social-networks,
.carousel .pagination ul,
.widget-block .tweet_area,
.breadcrumbs,
.list,
.sidebar-menu,
.service-hold .service-list,
#footer .footer-list {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
#header:after,
#header .container:after,
.navbar:after,
#main .main-holder:after,
.service-hold .service-box:after,
.grid-row:after {
	content: "";
	display: block;
	clear: both;
}

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

/* ---------------------------------------------------------
	 3. General reset
	 ---------------------------------------------------------*/

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #56585c;
	background: #fff;
	font: 16px/1.5 "museo-sans", "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.5em;
}

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

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

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

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

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

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

#content {
	width: 100%;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	width: 100%;
}

.widget {
	margin-bottom: 1.5em;
}

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

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

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

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

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

.comment-form input[type="submit"] {
	display: block;
	float: none;
	border: 1px solid #ccc;
}

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

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

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

.search-form input {
	float: left;
	height: 2em;
	border: 1px solid #ccc;
}

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

.search-form .input-placeholder-text {
	top: 5px;
	left: 11px;
	width: 130px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.post-password-form input {
	float: left;
	height: 2em;
	border: 1px solid #ccc;
}

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: none;
	color: #282828;
	border: 1px solid #ccc;
	height: 2em;
	padding: 0 .5em;
}

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

.commentlist {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
	table-layout: fixed;
	font-size: 12px;
	text-align: center;
}

.widget_calendar table td {
	text-align: center;
	padding: .2em;
}

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

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

.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: none;
	color: #282828;
	padding: .4em;
	text-decoration: none;
	border: 1px solid #ccc;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: none;
	color: #282828;
	text-decoration: none;
	border: 1px solid #ccc;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

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

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

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

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

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

.alignleft {
	float: left;
	margin: 0 1.5em 20px 0;
	max-width: 33%; /*added 1/9/17 */
}

.alignright {
	float: right;
	margin: 0 0 20px 1.5em;
	max-width: 33%; /*added 1/9/17 */
}

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

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

iframe {
	max-width: 100%;
}

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: 34px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #56585c;
}

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

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

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

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

/* ---------------------------------------------------------
	 4. Сommon site styles
	 ---------------------------------------------------------*/

/* main container styles */

body {
	font-weight: 300;
	top: 0 !important;
}

body.nav-active {
	position: fixed;
	overflow: hidden;
	width: 100%;
	right: 0;
	left: 0;
	top: 0;
}

.goog-te-banner-frame {
	visibility: hidden !important;
}

#wrapper {
	position: relative;
	left: 0;
	max-width: 100%;
	overflow: hidden;
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
}

.nav-active #wrapper {
	left: 288px;
}

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

.container.container-issues #content {
	width: 70%;
}

.container.container-issues .content-inner {
	padding: 23px 3px;
	line-height: 1.6;
}

.container.container-issues .content-inner h2 {
	color: #2b2d32;
	margin: 0 0 11px;
}

.container.container-issues .content-inner p {
	margin: 0 0 17px;
}

.container.container-issues .content-inner .aside h2 {
	color: #fff;
}

.container.container-static #content .content-inner {
	padding: 42px 0 60px;
}

.container.container-static #content.blog-content .content-inner {
	padding: 27px 0 60px;
}

.container.container-static #content.single-block .content-inner {
	padding: 16px 0 19px;
}

/* header styles */

#header {
	padding: 11px 0 2px;
	background: #282828;
}

.btn-donate{
	display:block !important;
	margin:2px 0 -2px;
	font-weight:500 !important;
	letter-spacing:1px;
	font-size:14px;
	line-height:19px;
}

#header .container {
	text-align: center;
}

.btn-donate {
	display: block !important;
	margin: 2px 0 -2px;
	font-weight: 500 !important;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 19px;
}

.nav-opener {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 28px;
	position: relative;
	z-index: 99;
	margin: 0 15px 4px 6px;
}

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

.nav-opener span {
	font-size: 0;
	line-height: 1;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

/* page logo styles */

.logo-holder {
	display: inline-block;
	vertical-align: top;
	padding: 8px 13px 0 0;
}

.logo-holder a {
	text-decoration: none;
}

.logo-holder img {
	vertical-align: top;
}

.logo-holder .logo-large {
	display: none;
}

.logo-holder .logo-small {
	display: inline-block;
}

/*  search form styles */

.popup-hold {
	position: relative;
	display: inline-block;
	margin: 0;
	bottom: 0 !important;
}

.popup-hold.popup-active .popup {
	width: 220px;
}

.popup-hold .form-box {
	position: relative;
}

.popup-hold .open {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	width: 27px;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.popup-hold .open:hover {
	color: #f99d0d;
}

.popup-hold .open span {
	cursor: pointer;
}

.popup-hold .open span:before {
	position: absolute;
	font-size: 20px;
	top: 4px;
	right: 5px;
	z-index: 2;
	text-indent: 0;
}

.popup-hold .popup {
	position: absolute;
	bottom: 5px;
	right: 37px;
	z-index: 1;
	display: block !important;
	overflow: hidden;
	width: 0;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
}

.popup-hold input[type="search"] {
	border: none;
	outline: none;
	color: #929292;
	width: 100%;
}

.popup-hold input[type="search"]::-webkit-input-placeholder {
	color: inherit;
}

.popup-hold input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

.popup-hold input[type="search"]:-moz-placeholder {
	color: inherit;
}

.popup-hold input[type="search"]:-ms-input-placeholder {
	color: inherit;
}

.popup-hold input[type="search"].placeholder {
	color: inherit;
}

.popup-hold .input-placeholder-text {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 11px;
}

.tel {
	font-size: 14px;
}

.tel a {
	text-decoration: none;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.drop {
	position: fixed;
	text-align: center;
	top: 0;
	bottom: 0;
	left: -288px;
	width: 288px;
	background: #404040;
	padding: 7px 24px 37px 20px;
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
	min-height: 100vh;
	max-height: 100vh;
	overflow-y: auto;
	font-weight: 300; /* select form styles */
}

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

.drop .container {
	padding: 0;
	display: table;
}

.drop ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	vertical-align: top;
	padding: 4px 0;
}

.drop .btn-drop {
	display: none;
}

.drop .drop-bottom {
	display: table-footer-group;
}

.drop .drop-bottom .drop-bottom-inner {
	padding-top: 80px;
	position: relative;
}

.drop .logo-secondary {
	display: inline-block;
	margin: 0 0 11px;
}

.drop .select-form {
	padding: 25px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.drop .select-form:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #404040;
	z-index: 1;
}

.drop .select-form fieldset {
	padding: 0 20%;
}

.drop .select-form .jcf-select {
	position: relative;
	z-index: 2;
}

.drop .tel {
	display: none;
}

.drop .tel:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	top: 50%;
	bottom: 0;
	right: 0;
	margin-top: -6px;
	background: #ccc;
}

.drop .tel a {
	color: #e76c2c;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.drop .tel a:hover {
	color: #9b4112;
}

/*  main navigation styles */

#nav {
	font-size: 20px;
	padding: 0 0 49px;
	text-align: left;
}

#nav li {
	margin: 0 0 7px;
}

#nav li:hover a,
#nav li.active a {
	color: #f99d0d;
}

#nav li.active a:after {
	content: "\e905";
}

#nav a {
	position: relative;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

#nav a:after {
	font-family: "icomoon";
	content: "\e909";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background: inherit;
	font-size: 16px;
}

/* social networks styles */

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}

.social-networks a {
	font-size: 0;
	line-height: 0;
	position: relative;
	text-decoration: none;
	z-index: 1;
	color: #fff;
	width: 40px;
	height: 40px;
	background: #939393;
	border-radius: 100%;
	display: block;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.social-networks a:hover {
	background: #f99d0d;
}

.social-networks span:before {
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.social-networks span.icon-youtube:before {
	font-size: 25px;
}

/* main informative part styles */

/* main content styles */

#main .main-holder {
	display: table;
	table-layout: fixed;
	max-width: 100%;
	width: 100%;
}

#main .container-issues #content {
	display: table-row;
}

#main .container-issues #content .content-inner {
	padding: 23px 3px;
}

#main #content {
	display: table-footer-group;
}

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

.bg-stretch {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* carousel styles */

.carousel {
	position: relative; /* pagination styles */
}

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

.carousel .slideset {
	width: 100% !important;
	float: left;
	letter-spacing: -.3em;
	white-space: nowrap;
}

.carousel .slide {
	white-space: nowrap;
	text-align: center;
	width: 100% !important;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	letter-spacing: 0;
}

.carousel .slide:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 280px;
}

.carousel .slide > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.carousel .slide .bg-stretch {
	background-position: 50% 0;
}

.carousel .slide .align-hold {
	color: #fff;
	width: 100%;
}

.carousel .slide h1 {
	width: 85%;
}

.carousel .pagination {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.carousel .pagination ul li {
	display: inline-block;
	padding: 0 2px;
}

.carousel .pagination ul li:hover a,
.carousel .pagination ul li.active a {
	background: #fff;
}

.carousel .pagination ul a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: rgba(255, 255, 255, .5);
}

h1 {
	text-transform: uppercase;
	margin: 0 0 23px;
	font-weight: 900;
}

.btn {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	background: #f44029;
	display: inline-block;
	min-width: 169px;
	text-align: center;
	padding: 9px 10px;
	font-weight: 900;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.btn.btn-yellow {
	background: #f99d0d;
}

.btn.btn-yellow:hover {
	background: #f44029;
}

.btn:hover {
	background: #f99d0d;
}

h2 {
	font-weight: 300;
	line-height: 1.2;
}

.info-box {
	text-align: center;
	font-size: 15px;
	padding: 32px 0 44px;
	line-height: 1.4;
}

.info-box h2 {
	font-size: 20px;
	display: inline-block;
	margin: 0 0 19px;
}

.info-box p {
	margin: 0 0 22px;
}

.info-box .btn {
	min-width: 150px;
	margin: 0 5px 5px;
}

.servise-block {
	text-align: center;
	position: relative;
	padding: 28px 0 57px;
	margin: 0 0 25px;
}

.servise-block .bg-stretch:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(249, 157, 13, .6);
	-webkit-transform: skewX(17deg) translateX(-100%);
	-ms-transform: skewX(17deg) translateX(-100%);
	transform: skewX(17deg) translateX(-100%);
}

.servise-block .container {
	position: relative;
	z-index: 1;
	max-width: 915px;
}

.servise-block h2 {
	color: #f99d0d;
	margin: 0 0 31px;
	text-transform: uppercase;
	font-size: 20px;
}

.box-hold {
	margin: 0 -8px;
	letter-spacing: -.3em;
}

.box-hold .box-container {
	padding: 0 8px;
	margin: 0 0 11px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

.box-hold .box {
	background: rgba(255, 255, 255, .8);
	padding: 17px 13px 20px;
	text-align: left;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 300;
}

.box-hold h3 {
	color: #f44029;
	margin: 0 0 4px;
	font-weight: 500;
	text-transform: none;
}

.box-hold h3 a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.box-hold h3 a:hover {
	color: #ae1c09;
}

.article-block .container {
	max-width: 915px;
}

.article-block h2 {
	text-transform: uppercase;
	margin: 0 0 21px;
	letter-spacing: 1.5px;
	font-size: 20px;
}

.article-box {
	font-size: 18px;
	padding: 0 0 46px 2px;
	line-height: 1.3;
	font-weight: 300;
}

.article-box h2 {
	color: #2b2d32;
	margin: 0 0 24px;
	text-transform: uppercase;
	font-size: 20px;
}

.article-box .blog-img {
	margin: 0 0 12px;
	display: block;
}

.article-box .blog-img a {
	display: block;
	text-decoration: none;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.article-box .blog-img a:hover {
	opacity: .7;
}

.article-box img {
	display: block;
	width: 100%;
}

.article-box .category {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	line-height: 1.1;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	background: #2b2d32;
	text-align: center;
	padding: 4px 12px 3px;
	margin: 0 0 8px;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.article-box .category:hover {
	color: #f44029;
}

.article-box p {
	margin: 0 5px 1px 0;
}

.article-box p a {
	text-decoration: underline;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.article-box p a:hover {
	text-decoration: underline;
}

.article-box time {
	color: #2b2d32;
	font-weight: bold;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .5px;
}

.author {
	color: #2b2d32;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .5px;
	padding: 0 4px 0 0;
}

.author a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.author a:hover {
	opacity: .7;
}

.jcf-list .jcf-option-opt-default {
	display: none;
}

.widget-block {
	display: none;
	background: #f7f7f7;
}

.widget-block .container {
	max-width: 915px;
}

.widget-block h2 {
	font-size: 20px;
	color: #2b2d32;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 20px;
	letter-spacing: 1.5px;
}

.widget-block .header_48 {
	font-weight: 500;
}

.widget-block .header_48 span {
	font-size: 15px;
}

.widget-block .header_48 .twitter-btn {
	color: #e76c2c;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.widget-block .header_48 .twitter-btn:hover {
	color: #9b4112;
}

.widget-block .tweet_area {
	margin: 0 -10px !important;
	line-height: 1.25 !important;
	letter-spacing: -.3em;
}

.widget-block .tweet_area:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.widget-block .tweet_area li {
	width: 25%;
	letter-spacing: 0;
	padding: 0 10px !important;
	display: inline-block !important;
	vertical-align: top;
	text-align: left;
	font-size: 14px !important;
	font-weight: 300 !important;
}

.widget-block .tweet_area li p {
	margin: 0;
}

.widget-block .tweet_area li a {
	text-decoration: none;
	font-weight: 500;
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

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

/* visual block styles */

.visual {
	position: relative;
}

.visual.visual-issues h1 {
	font-size: 50px;
	width: 100%;
	margin: 0 0 3px;
}

.visual .visual-hold {
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.visual .visual-hold:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 280px;
}

.visual .visual-hold > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

/* breadcrumbs styles */

.breadcrumbs-box {
	display: none;
}

.breadcrumbs {
	font-size: 13px;
	font-weight: 300;
}

.breadcrumbs li {
	display: inline-block;
	position: relative;
	padding: 0 6px 0 0;
	text-transform: uppercase;
}

.breadcrumbs li:after {
	position: absolute;
	content: "/";
	color: #666;
	right: 0;
}

.breadcrumbs li:last-child:after {
	display: none;
}

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

.breadcrumbs a {
	text-decoration: none;
}

.list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding: 0 0 30px;
}

.list li {
	position: relative;
	padding: 4px 0 5px 29px;
}

.list li:before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	background: #56585c;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 100%;
}

.list a {
	text-decoration: none;
}

.plugin-block {
	font-size: 14px;
	line-height: 1.6;
}

.plugin-block .wp-caption {
	padding: 0 0 32px;
	border: none;
	margin: 0;
	font-weight: 300;
}

.plugin-block img {
	display: block;
	width: 100%;
	margin: 0 0 27px;
}

.plugin-block p {
	margin: 0 4px 5px;
}

.aside {
	max-width: 623px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76c2c', endColorstr='#f44029',GradientType=1 );
	background: -webkit-linear-gradient(left, #e76c2c 0%, #f44029 100%);
	background: linear-gradient(to right, #e76c2c 0%, #f44029 100%);
	padding: 21px 31px 17px;
	color: #fff;
	text-align: center;
	margin: 0 auto 47px;
}

.aside h2 {
	font-weight: 300;
	font-size: 26px;
	display: inline-block;
	padding: 0 0 9px;
	color: #fff;
}

.aside .tel {
	text-transform: uppercase;
	display: block;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
}

.aside .tel a {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 300;
}

.aside .alignleft,
.aside .alignright {
	float: none;
	margin: 0;
}

/* sidebar styles */

#sidebar.aside-single {
	display: none;
}

.container-issues #sidebar {
	float: left;
}

.container-issues #sidebar .sidebar-inner:before {
	left: -9999px;
	bottom: -9999px;
}

#sidebar .sidebar-inner {
	background: #f7f7f7;
	padding: 17px 0 0;
	position: relative;
}

#sidebar .sidebar-inner:before {
	position: absolute;
	top: 0;
	right: -9999px;
	left: -9999px;
	bottom: 0;
	content: "";
	background: #f7f7f7;
	z-index: -1;
}

#sidebar h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	margin: 3px 2px 4px 1px;
}

#sidebar h3.sidebar-title-feed-static {
	margin: 0 16px 6px 0;
}

#sidebar h3 .title-hidden {
	display: none;
}

#sidebar .popup-sidebar {
	display: inline-block;
	vertical-align: top;
}

#sidebar .popup-sidebar.popup-sidebar-static {
	padding: 0 0 0 12px;
}

#sidebar .popup-sidebar.popup-sidebar-feed {
	padding: 0 0 0 12px;
	display: inline-block;
}

.widget_nav_menu_yes h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	margin: 3px 2px 4px 1px;
}

/* addition sidebar select styles */

.jcf-select-nav-select {
	text-transform: uppercase;
	height: 31px;
	display: inline-block !important;
}

.jcf-select-nav-select .jcf-select-text {
	font-size: 15px;
	line-height: 31px;
	margin: 0 35px 0 14px;
}

.jcf-select-nav-select .jcf-select-opener {
	height: 29px;
	width: 29px;
}

.jcf-select-nav-select .jcf-select-opener:before {
	content: "\e904";
	right: 9px;
	font-size: 20px;
}

.jcf-select-nav-select .jcf-option {
	white-space: normal;
}

.jcf-select-nav-select .jcf-select-drop-content ul {
	font-size: 15px;
}

.jcf-select-nav-select .jcf-select-drop-content ul li {
	padding: 3px 0;
}

.sidebar-menu {
	display: none;
}

.sidebar-menu li {
	text-transform: uppercase;
	padding: 0 0 13px;
	font-size: 15px;
	line-height: 1;
}

.sidebar-menu li.active a {
	font-weight: 700;
}

.sidebar-menu li a {
	text-decoration: none;
	font-weight: 300;
}

.sidebar-menu li a:hover {
	font-weight: 700;
}

.widget-sidebar {
	display: none;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76c2c', endColorstr='#f34329',GradientType=1 );
	background: -webkit-linear-gradient(left, #e76c2c 0%, #f34329 100%);
	background: linear-gradient(to right, #e76c2c 0%, #f34329 100%);
	padding: 12px 11px 18px 21px;
	font-size: 15px;
	font-weight: 300;
	margin: 0 -24px 0 0;
}

.widget-sidebar.widget-content {
	display: block;
	margin: 0 auto;
}

.widget-sidebar h2 {
	font-size: 26px;
	font-weight: 300;
	display: block;
	margin: 0 0 2px;
	line-height: 1.5;
}

.widget-sidebar p {
	margin: 0 0 20px;
}

.widget-sidebar p br {
	display: inline-block;
}

.widget-sidebar .widget-button {
	display: inline-block;
	color: #f44029;
	text-transform: uppercase;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	background: #fff;
	min-width: 103px;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

.widget-sidebar .widget-button:hover {
	color: #fff;
	background: #f99d0d;
}

.blog-hold {
	display: none;
}

.blog-hold .blog-box {
	border-bottom: 1px  solid #cfd4d8;
	padding: 15px 0 12px 2px;
	overflow: hidden;
}

.blog-hold .blog-img {
	float: left;
	margin: 0 7px 0 0;
	max-width: 70px;
	width: 100%;
}

.blog-hold .blog-img a {
	display: block;
	text-decoration: none;
}

.blog-hold .blog-img img {
	display: block;
	width: 100%;
}

.blog-hold .blog-text {
	overflow: hidden;
	font-weight: 500;
}

.blog-hold .blog-text h4 {
	font-weight: 500;
	line-height: 1.3;
	font-size: 14px;
}

.blog-hold .time {
	font-size: 10px;
	text-transform: uppercase;
	vertical-align: top;
	display: block;
}

.blog-hold a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.blog-hold a:hover {
	opacity: .5;
}

.services-info {
	padding: 44px 6px 37px;
	line-height: 1.5;
	font-weight: 300;
}

.service-hold .service-box {
	padding: 46px 0 36px;
	position: relative;
}

.service-hold .service-box:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -9999px;
	left: -9999px;
	background: #f7f7f7;
	z-index: -1;
}

.service-hold .service-box:nth-child(odd):before {
	content: "";
}

.service-hold .service-box .service-img {
	float: none;
	margin: 0 auto 32px;
}

.service-hold .service-box img {
	display: block;
	margin: 0 auto 32px;
}

.service-hold .box-info {
	padding: 0 4px;
	font-weight: 300;
}

.service-hold .box-info h2 {
	margin: 0 0 9px;
}

.service-hold .service-list {
	font-size: 15px;
	line-height: 1;
}

.service-hold .service-list li {
	padding: 0 0 12px 28px;
	position: relative;
}

.service-hold .service-list li.hidden-line {
	display: none;
}

.service-hold .service-list li:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
	background: #56585c;
	width: 9px;
	height: 9px;
	border-radius: 100%;
}

.services-info-bottom {
	line-height: 1.5;
	padding: 45px 0 67px;
}

.btn-block.btn-block-static .img-box {
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}

.btn-block.btn-block-static .img-box:nth-child(2n) {
	margin: 0 0 20px;
}

.btn-block.btn-block-static img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: none;
	width: 150%;
}

.img-box {
	position: relative;
	margin: 0 3.5% 20px 0;
}

.img-box img {
	display: block;
	width: 100%;
}

.img-box .img-btn {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-weight: 300;
	font-size: 15px;
	background: rgba(131, 191, 200, .87);
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.img-box .img-btn:hover {
	background: rgba(55, 114, 123, .87);
}

.grid-row {
	margin: 0 -10px;
}

.grid-row .content-inner {
	margin: 0 -13px;
}

.grid-row .col-3 {
	padding: 0 10px;
}

.static-box {
	padding: 0 0 0 6px;
	font-weight: 300;
}

.article-holder {
	position: relative; /* widget navigation styles */
}

.article-holder .article-box {
	overflow: hidden;
	width: 100%;
	padding: 0 0 32px;
}

.article-holder .alignleft {
	float: none;
	margin: 0 0 17px;
}

.article-holder .article-info {
	overflow: hidden;
}

.article-holder .article-info h2 {
	text-transform: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 5px;
}

.article-holder .article-info h2 a {
	text-decoration: none;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	color: inherit;
}

.article-holder .article-info h2 a:hover {
	opacity: .5;
}

.article-holder .article-info .category {
	vertical-align: top;
}

.article-holder .navigation {
	font-size: 12px;
	text-align: left;
	bottom: 0;
	margin-bottom: 0;
}

.article-holder .navigation a {
	border: 1px solid #ccc;
	padding: 1px 22px 1px 8px;
	position: relative;
	font-weight: 500;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.article-holder .navigation a:after {
	position: absolute;
	content: "\e908";
	font-family: "icomoon";
	top: 50%;
	right: 5px;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ccc;
}

.article-holder .navigation a:hover {
	opacity: .4;
}

.article-single {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	border-bottom: 0px solid #d1d3d4;
	padding: 0 0 21px;
}

.article-single h2 {
	font-size: 22px;
	text-transform: none;
	margin: 0 0 4px;
	font-weight: 500;
}

.article-single .date-hold {
	padding: 0 0 12px;
}

.article-single .btn-article {
	padding: 1px 12px;
	margin: 0 0 24px;
}

.article-single .picture-hold {
	text-align: center;
	padding: 0 0 11px;
}

.article-single p {
	margin: 0 0 18px;
}

.article-single p:last-child {
	margin: 0;
}

/* comments styles */

.comments {
	font-size: 12px;
	padding: 21px 0 0 2px;
	margin: 0 0 22px;
	border-bottom: 1px solid #d1d3d4;
	font-weight: 300;
	line-height: 1.4;
}

.comments h3 {
	font-size: 17px;
	margin: 0 0 15px;
	font-weight: 500;
	text-transform: none;
}

.comments a {
	text-decoration: none;
}

.comments p {
	margin: 0 0 9px;
}

.comments .author,
.comments .meta {
	font-size: 9px;
	color: #2b2d32;
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	text-transform: uppercase;
}

.comments .author a,
.comments .meta a {
	color: inherit;
}

.comments .avatar-holder {
	width: 25px;
	margin: 0 11px 0 0;
}

/* comment-form styles */

.comment-respond h3 {
	margin: 0 0 4px;
	font-weight: 500;
	font-size: 17px;
}

.comment-form .comment-notes {
	font-size: 9px;
}

.comment-form .comment-notes span {
	color: #e76c2c;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	display: inline-block;
	margin: 0 23px 18px 0;
}

.comment-form p {
	position: relative;
}

.comment-form .comment-form-comment .input-placeholder-text {
	top: 6px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	padding: 3px 4px;
	width: 193px;
	font-size: 11px;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 0;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder {
	color: #999;
}

.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="email"]:-moz-placeholder,
.comment-form input[type="url"]:-moz-placeholder {
	color: #999;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder {
	color: #999;
}

.comment-form input[type="text"].placeholder,
.comment-form input[type="email"].placeholder,
.comment-form input[type="url"].placeholder {
	color: #999;
}

.comment-form textarea {
	font-size: 11px;
	width: 291px;
	min-height: 152px;
	border: 1px solid #ccc;
	resize: none;
	outline: none;
	padding: 4px;
}

.comment-form input[type="submit"] {
	border: 1px solid #ccc;
	background: none;
	font-size: 12px;
	color: #282828;
	min-width: 105px;
	text-align: center;
	font-weight: 500;
	-webkit-transition: background .2s linear, color .2s linear;
	transition: background .2s linear, color .2s linear;
}

.comment-form input[type="submit"]:hover {
	background: #f99d0d;
	color: #fff;
}

.comment-form .input-placeholder-text {
	color: #999 !important;
	font-size: 11px;
	top: 6px;
	left: 5px;
}

.comment-form .input-placeholder-text span {
	color: #e76c2c;
}

/* footer styles */

#footer {
	position: relative;
	padding: 67px 0 30px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	z-index: 1;
	color: #999;
}

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

#footer .bg-stretch:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(43, 45, 50, .55);
}

#footer .footer-title {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	display: block;
	padding: 0 0 29px;
	color: #fff;
	letter-spacing: 1.5px;
}

#footer .row {
	padding: 0 0 58px;
}

#footer .email-form p {
	display: inline-block;
	position: relative;
}

#footer .email-form .input-placeholder-text {
	font-size: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 21px;
	font-weight: 500;
}

#footer .email-form .cc_email_address {
	display: inline-block;
	position: relative;
}

#footer .email-form .cc_Go {
	display: inline-block;
}

#footer input[type="email"],
#footer input[type="submit"] {
	border: none;
	outline: none;
	font-size: 14px;
	color: #fff;
}

#footer input[type="email"] {
	background: rgba(255, 255, 255, .5);
	width: 209px;
	margin: 0 2px 0 7px;
	padding: 12px 15px;
}

#footer input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

#footer input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

#footer input[type="email"]:-moz-placeholder {
	color: #fff;
}

#footer input[type="email"]:-ms-input-placeholder {
	color: #fff;
}

#footer input[type="email"].placeholder {
	color: #fff;
}

#footer input[type="submit"] {
	background: #f99d0d;
	text-transform: uppercase;
	width: 110px;
	padding: 12px 5px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

#footer input[type="submit"]:hover {
	background: #f44029;
}

#footer input[type="text"] {
	background: rgba(255, 255, 255, .5);
	width: 209px;
	margin: 0 2px 7px 7px;
	padding: 12px 15px;
}

#footer input[type="text"],
#footer input[type="submit"] {
	border: none;
	outline: none;
	font-size: 14px;
	color: #fff;
}

#footer .social-networks {
	padding: 0 0 73px;
}

#footer .social-networks span:before {
	font-size: 23px;
}

#footer .logo-secondary {
	display: none;
}

#footer .fotter-bottom .alignright,
#footer .fotter-bottom .alignleft {
	float: none;
	margin: 0;
}

#footer .tel {
	display: block;
	padding: 0 0 26px;
	font-size: 12px;
}

#footer .tel a {
	color: #fff;
}

#footer .footer-list {
	font-weight: 300;
}

#footer .footer-list li {
	display: inline-block;
	position: relative;
	padding: 0 6px 0 2px;
}

#footer .footer-list li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 11px;
	top: 50%;
	bottom: 0;
	right: 0;
	margin-top: -5px;
	background: rgba(255, 255, 255, .3);
}

#footer .footer-list li:last-child:after {
	display: none;
}

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

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

#footer nav {
	padding: 0 0 18px;
}

#footer p {
	margin: 0 0 5px;
}

@media (min-width: 375px) {
	.comment-form textarea {
		width: 351px;
	}
}

@media (min-width: 480px) {
	.carousel .slide:after {
		min-height: 350px;
	}

	.visual .visual-hold:after {
		min-height: 350px;
	}

	.btn-block.btn-block-static .img-box {
		margin: 0 3.5% 20px 0;
	}

	.img-box {
		display: inline-block;
		vertical-align: top;
		width: 46%;
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.btn-donate{
		display:none;
	}
	
	#content {
		width: 70%;
	}

	#sidebar {
		width: 28%;
	}

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

	.container.container-issues {
		padding: 0 18px;
	}

	.container.container-issues .sidebar-inner {
		padding: 47px 10px 0 0;
	}

	.container.container-issues .sidebar-inner:before {
		left: -9999px;
		right: 72%;
	}

	.container.container-issues .content-inner {
		padding: 52px 39px 47px 27px;
	}

	.container.container-issues .content-inner h2 {
		line-height: 1;
	}

	.container.container-static #content .content-inner {
		padding: 48px 23px 66px 0;
	}

	.container.container-static #content.blog-content .content-inner {
		padding: 51px 23px 40px 0;
	}

	.container.container-static #content.single-block .content-inner {
		padding: 45px 20px 28px 0;
	}

	.container.container-static #content {
		width: 70%;
	}

	.container.container-static .aside {
		width: 30%;
	}

	.container {
		padding: 0 40px;
	}

	#header {
		background: #fff;
		padding: 0;
		position: relative;
	}

	#header .container {
		position: relative;
	}
	
	.btn-donate {
		display: none !important;
	}

	.nav-opener {
		display: none;
	}

	.logo-holder {
		position: absolute;
		top: 16px;
		left: 14px;
		z-index: 1;
		padding: 0;
	}

	.logo-holder .logo-large {
		display: inline-block;
	}

	.logo-holder .logo-small {
		display: none;
	}

	.popup-hold {
		position: absolute;
		bottom: -151px !important;
		right: 46px;
		float: none;
		margin: 0;
		min-height: 40px;
	}

	.popup-hold .open span:before {
		right: 50%;
		top: 50%;
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}

	.drop {
		left: 0;
		width: 100%;
		position: static;
		padding: 0;
		background: #282828;
		min-height: 0;
		max-height: none;
		overflow-y: visible;
		font-weight: 500;
	}

	.drop .container {
		padding: 0 40px;
		display: block;
	}

	.drop .btn-drop {
		display: inline-block;
		float: right;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 1.7;
		-webkit-transition: color .2s linear;
		transition: color .2s linear;
		margin: 2px 0 0;
	}

	.drop .btn-drop a {
		color: #f44029;
		text-decoration: none;
	}

	.drop .btn-drop:hover a {
		color: #f99d0d;
	}

	.drop .drop-bottom {
		background: #fff;
		display: block;
		overflow: hidden;
		margin: 0 -9999px;
		padding: 31px 9999px 24px;
	}

	.drop .drop-bottom .drop-bottom-inner {
		padding-top: 0;
	}

	.drop .logo-secondary {
		display: none;
	}

	.drop .social-networks {
		float: right;
		padding: 0 4px 0 20px;
	}

	.drop .social-networks li {
		padding: 0 1px;
	}

	.drop .social-networks a {
		width: 30px;
		height: 30px;
	}

	.drop .select-form:before {
		background-color: transparent;
	}

	.drop .select-form {
		display: inline-block;
		position: relative;
		float: right;
		padding: 4px 0 0 12px;
	}

	.drop .select-form fieldset {
		padding: 0;
	}

	.drop .tel {
		display: inline-block;
		float: right;
		position: relative;
		padding: 3px 9px 0 0;
		letter-spacing: .2px;
	}

	.navbar {
		padding: 6px 58px 6px 7px;
		text-align: left;
		min-height: 100%;
	}

	#nav {
		font-size: 14px;
		padding: 0;
		display: inline-block;
		width: 100%;
	}

	#nav li {
		display: inline-block;
		margin: 0 25px 0 0;
	}

	#nav li.hidden-btn {
		display: none;
	}

	#nav a:after {
		display: none;
	}

	.social-networks span.icon-youtube:before {
		font-size: 20px;
	}

	#main .main-holder {
		display: block;
		position: relative;
	}

	#main .container-issues #content {
		float: right;
	}

	#main .container-issues #content .content-inner {
		padding: 52px 39px 47px 27px;
	}

	#main #content {
		display: block;
		float: left;
	}

	.carousel .slide:after {
		min-height: 413px;
	}

	.carousel .slide .bg-stretch {
		background-position: 50% 50%;
	}

	.carousel .slide .container {
		padding: 0 60px;
	}

	.carousel .pagination ul a {
		width: 11px;
		height: 11px;
	}

	h1 {
		font-size: 55px;
		margin: 0 0 20px;
		line-height: 1.1;
	}

	.btn {
		min-width: 206px;
	}

	h2 {
		line-height: 1.4;
	}

	.info-box {
		padding: 53px 35px 59px;
		font-size: 16px;
		line-height: 1.5;
		max-width: 910px;
		margin: 0 auto;
	}

	.info-box h2 {
		font-size: 22px;
		margin: 0 0 18px;
	}

	.info-box p {
		margin: 0 0 38px;
	}

	.info-box .btn {
		min-width: 154px;
		margin: 0 6px;
		padding: 10px;
	}

	.servise-block {
		text-align: left;
		padding: 30px 60px 52px 65px;
	}

	.servise-block .bg-stretch:before {
		-webkit-transform: skewX(17deg) translateX(-44%);
		-ms-transform: skewX(17deg) translateX(-44%);
		transform: skewX(17deg) translateX(-44%);
	}

	.servise-block h2 {
		color: #fff;
		margin: 0 0 19px;
		letter-spacing: 1.5px;
	}

	.box-hold .box-container {
		width: 25%;
		margin: 0 0 14px;
	}

	.box-hold .box {
		padding: 8px 10px;
	}

	.box-hold h3 br {
		display: none;
	}

	.article-box .blog-img {
		margin: 0 0 8px;
	}

	.widget-block {
		display: block;
		padding: 34px 0 29px;
	}

	.widget-block .header_48 {
		padding: 0 0 10px;
	}

	.visual.visual-issues .visual-hold:after {
		min-height: 267px;
	}

	.visual .visual-hold:after {
		min-height: 413px;
	}

	.visual br {
		display: none;
	}

	.breadcrumbs-box {
		display: block;
		background: #e3e3e3;
		padding: 13px 0;
	}

	.list li {
		padding: 5px 0 5px 29px;
	}

	.plugin-block {
		padding: 26px 0 0;
	}

	.plugin-block .wp-caption {
		line-height: 1.8;
		padding: 0 0 21px;
	}

	#sidebar.aside-single {
		display: block;
	}

	#sidebar {
		float: right;
	}

	.container-issues #sidebar .sidebar-inner:before {
		right: 0;
	}

	#sidebar .sidebar-inner:before {
		left: 0;
	}

	#sidebar .sidebar-inner {
		padding: 47px 6px 0 25px;
	}

	#sidebar h3.sidebar-title-feed-static {
		margin: 0 0 16px;
	}

	#sidebar h3 {
		margin: 0 0 14px;
		display: block;
	}

	#sidebar h3 .title-hidden {
		display: inline-block;
	}

	#sidebar .popup-sidebar.popup-sidebar-static {
		padding: 0 0 42px;
		width: 100%;
	}

	#sidebar .popup-sidebar.popup-sidebar-feed {
		padding: 0 0 26px;
	}

	.widget_nav_menu_yes h2 {
		margin: 0 0 16px;
	}

	.sidebar-menu {
		display: block;
	}

	.jcf-select-nav-select {
		display: none !important;
	}

	.widget-sidebar.widget-content {
		display: none;
	}

	.widget-sidebar {
		display: block;
	}

	.blog-hold {
		display: block;
	}

	.blog-hold h3 {
		margin: 0 0 10px;
	}

	.services-info.services-info-static {
		text-align: left;
	}

	.services-info {
		text-align: center;
		padding: 48px 6px 44px;
	}

	.service-hold .service-box {
		padding: 61px 0;
	}

	.service-hold .service-box .service-img {
		float: left;
		margin: 7px 67px 0 0;
		width: 38%;
	}

	.service-hold .box-info {
		overflow: hidden;
		padding: 0 4px 0;
		line-height: 1.5;
	}

	.service-hold .box-info h2 {
		margin: 0 0 28px;
	}

	.service-hold .service-list li.hidden-line {
		display: block;
	}

	.service-hold .service-list li {
		padding: 0 0 11px 28px;
	}

	.services-info-bottom h2 {
		margin: 0 0 26px;
	}

	.services-info-bottom p {
		margin: 0 0 26px;
	}

	.btn-block.btn-block-static {
		padding: 0;
		margin: 0 -11px 0 0;
	}

	.btn-block.btn-block-static .img-box {
		margin: 0 21px 0 0;
	}

	.btn-block {
		padding: 21px 0 0;
	}

	.grid-row .col-2 {
		padding: 0 20px 0 10px;
		width: 50%;
		float: left;
	}

	.grid-row .col-2 + .col-2 {
		padding-right: 10px;
		padding-left: 20px;
	}

	.grid-row .col-3 {
		float: left;
		width: 33.333%;
	}

	.static-box {
		padding: 0 0 30px;
		line-height: 1.5;
	}

	.article-holder .alignleft {
		float: left;
		margin: 0 21px 0 0;
		width: 33%;
	}

	.article-holder .article-info h2 {
		font-size: 22px;
	}

	.article-single.article-box {
		width: 100%;
		padding: 0 0 26px;
	}

	.article-single .date-hold {
		padding: 0 0 15px;
	}

	.article-single .btn-article {
		margin: 0 0 33px;
	}

	.article-single .picture-hold {
		padding: 0 0 24px;
	}

	.article-single p {
		margin: 0 0 18px;
	}

	.comments {
		margin: 0 0 18px;
	}

	.comments h3 {
		margin: 0 0 13px;
	}

	.comment-form textarea {
		width: 415px;
		height: 156px;
	}

	#footer {
		padding: 109px 0 83px;
	}

	#footer .footer-title {
		padding: 0 0 26px;
	}

	#footer .footer-title br {
		display: none;
	}

	#footer .row {
		padding: 0 0 54px;
	}

	#footer input[type="email"] {
		padding: 14px 15px;
		margin: 0 2px 0 7px;
		width: 290px;
	}

	#footer input[type="submit"] {
		width: 125px;
		padding: 14px 15px;
	}

	#footer input[type="text"] {
		padding: 14px 15px;
		margin: 0 5px 0 7px;
		width: 290px;
	}

	#footer .social-networks {
		padding: 0 0 49px;
	}

	#footer .logo-secondary {
		display: inline-block;
		margin: 0 0 53px;
	}

	#footer .fotter-bottom {
		overflow: hidden;
	}

	#footer .fotter-bottom .alignright {
		float: right;
		text-align: right;
	}

	#footer .fotter-bottom .alignleft {
		float: left;
		text-align: left;
	}

	#footer .tel {
		padding: 0 0 6px;
		font-size: 12px;
	}

	#footer .footer-list {
		margin: 0 -5px 0 0;
	}
}

@media (min-width: 1024px) {
	.logo-holder {
		left: 43px;
	}

	.carousel .slide h1 {
		width: 40%;
	}

	.box-hold .box {
		padding: 18px 19px 26px;
	}

	.aside {
		overflow: hidden;
		margin: 0 0 12px 0;
		max-width: 640px;
		padding: 14px 66px 9px 29px;
	}

	.aside h2 {
		padding: 15px 0 0;
		width: 60%;
		text-align: left;
	}

	.aside .alignleft {
		float: left;
	}

	.aside .alignright {
		float: right;
	}

	.services-info-bottom {
		padding: 45px 84px 67px 151px;
	}

	.img-box .img-btn {
		font-size: 18px;
	}
}
@media (max-width: 1023px){
	.drop .drop-bottom{
		padding:31px 9979px 24px;
	}
	.drop .social-networks{
		padding:0 4px 0 20px;
	}
	.drop .tel{
		float:none;
		display:block;
		overflow:hidden;
		padding:3px 9px 0 90px;
	}
}

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

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

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
	#main #content:only-child{
		display:block;
	}
}

