/*!
Theme Name: Brands
Theme URI: http://underscores.me/
Author: techsors.com
Author URI: http://techsors.com/
Description: Theme for brands
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brands
Tags: custom-background, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Brands is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #616161;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation .sub-menu a {
	min-height: 40px;
	height: auto;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle:focus {
	outline: none;
}

.menu-toggle {
    margin: 0;
    font-size: 26px;
    background-color: transparent;
    padding: 0;
    width: 22px;
    height: 26px;
    border: none;
    color: #dadada;
    border-radius: 0;
    position: absolute;
    right: 30px;
    top: 30px;
}
/*.menu-toggle {
    margin: 0;
    font-size: 26px;
    background-color: transparent;
    padding: 0;
    width: 100%;
    height: 40px;
    border: none;
    color: #dadada;
    border-radius: 0;
}
*/
/*.menu-toggle {
	position: absolute;
	right: 25px;
	top: 25px;
	display: block;
	width: 28px;
	height: 20px;
	background: url('img/hamburger-menu.png.html') center no-repeat;
	border-radius: 0;
	border: none;
}*/

@media screen and (min-width: 761px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation ul ul {
	    overflow: auto;
	    height: 405px;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#comments {
	display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom Styles
--------------------------------------------------------------*/

.site-header {
	position: relative;
}

.site-header-top {
	text-align: center;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.banner a {
	display: block;
}

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

.site-header-top .logo {
	display: inline-block;
}

.site-header-top .logo img {
	display: block;
	max-width: 100%;
	margin: 0;
}

.main-navigation {
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.main-navigation.stick {
	position: fixed;
	top: 0;
	background: #fff;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	z-index: 100;
}

.main-navigation ul {
	max-width: 1100px;
	margin: 0 auto;
}

.main-navigation ul {
	text-align: center;
}

.main-navigation li {
	float: none;
	display: inline-block;
	text-align: left;
	margin-right: 40px;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a,
.main-navigation span {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #333;
    height: 40px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 37px;
    border-top: 3px solid #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main-navigation .current_page_item a,
.main-navigation a:hover,
.main-navigation .current_page_item span,
.main-navigation span:hover {
    color: #6BAC2D;
    border-color: #6BAC2D;
}

.sub-menu li {
	margin-right: 0;
}

.sub-menu a {
	background: #fff;
	padding-left: 10px;
}

.content_row,
.entry-header,
.entry-footer {
	max-width: 1100px;
	margin: 0 auto;
}

.site-main {
	/*padding: 0 30px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-main article p,
.site-main .entry-content {
	padding: 0;
	margin: 0 0 15px 0;
}

.site-main article h1,
.site-main article h4,
.site-main article h5 {
	margin: 0 0 21px 0;
	padding: 0;
	color: #6BAC2D;
}

.site-main article h1 {
	font-size: 34px;
}

.site-main article h2,
.site-main article h3 {
	font-weight: bold;
    color: #616161;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
    padding: 0;
}

/*.site-main article h3,
.site-main article h4,
.site-main article h5 {
	font-size: 24px;
}*/

.site-main a {
	color: #3366ff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
	text-decoration: underline;
}

.site-main a:hover {
	color: #3366ff;
}

.site-main article ul {
	margin: 0 0 15px 0;
}

.site-main article p {
	margin-bottom: 20px;
	text-align: justify;
}

.cf:before, .cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.content_row:before, .content_row:after {content: " ";display: table;}
.content_row:after {clear: both;}

.content_column {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content_row_1_cols .content_column {
	width: 100%;
}

.content_row_2_cols .content_column {
    width: 48.25%;
    margin-right: 3.5%;
}
.content_row_2_cols .content_column:last-child {
	margin-right: 0;
}

.content_row_3_cols .content_column {
    width: 31%;
    margin-right: 3.5%;
}
.content_row_3_cols .content_column:last-child {
	margin-right: 0;
}

.content_row_1_2_cols .content_column {
    width: 31%;
    margin-right: 3.5%;
}
.content_row_1_2_cols .content_column:last-child {
    width: 65.5%;
    margin-right: 0;
}

.content_row_2_1_cols .content_column {
    width: 65.5%;
    margin-right: 3.5%;
}
.content_row_2_1_cols .content_column:last-child {
    width: 31%;
	margin-right: 0;
}

.content_row_string.content_row_2_1_cols .content_column {
    width: 65.5%;
    margin-right: 3.5%;
    float: left;
}
.content_row_string.content_row_2_1_cols .content_column:first-child {
    width: 31%;
    margin-right: 0;
    float: right;
}

.site-footer {
	background: #493D37;
	color: #fff;
	text-align: center;
    border-top: 1px solid #4b4c4d;
    font-size: 12px;
    padding-top: 18px;
    padding-bottom: 16px;
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	margin: 0;
}

/*.entry-header h1 {
    font-family: 'Redressed', cursive;
    padding: 15px 0 15px 0 !important;
    font-size: 44px;
    text-align: center;
    font-weight: normal;
}
*/
.aside_stars {
	border: 1px solid #A4A4A4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 20px;
}

.aside_stars_title {
	text-align: center;
	margin-bottom: 31px;
}

.aside_stars_title h3 {
	color: #6BAC2D !important;
	font-size: 25px;
}

.aside_stars_text {
	
}

.aside_stars_stats {
	margin-bottom: 24px;
}

.stat_item {
	margin-bottom: 10px;
}

.stat_item {
	height: 30px;
	position: relative;
}

.stat_item_text_line {
	height: 30px;
	background: #6BAC2D;
}

.stat_item_text {
	position: absolute;
    left: 16px;
    top: 3px;
    color: #fff;
    font-size: 16px;
}

.aside_stars_number {
    text-align: center;
    margin: 0 0 11px 0;
}

.aside_stars_number i {
	display: inline-block;
    color: #FDBD35;
    font-size: 30px;
    margin: 0 1px;
}

.aside_stars_number img {
	display: inline-block;
	margin: 0;
	max-width: 100%;
}

.aside_stars_link {
	text-align: center;
	margin-bottom: 20px;
}

.home .aside_stars_link {
	display: none;
}

.aside_stars_link a {
	color: #483b33;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}

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

.full_width_testimonial_block {
	/*min-height: 314px;*/
	width: 100%;
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #6BAC2D;
	text-align: center;
	margin: 10px 0 30px 0;
	padding: 30px 0;
}

.full_width_testimonial_block_title {
	margin-bottom: 22px;
}

.full_width_testimonial_block_title h2 {
	color: #fff !important;
    font-size: 36px !important;
    font-weight: bold !important;
}

.full_width_testimonial_block_stars {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    margin: 0 3px 29px;
}

.full_width_testimonial_block_stars i {
	font-size: 40px;
	color: #fff;
	display: inline-block;
}

.full_width_testimonial_block_link a {
    padding: 17px 40px;
    margin-bottom: 31px;
    line-height: 21px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    border: 2px solid #fff;
    background: rgba(255,255,255,0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    
}

/*.full_width_testimonial_block_title h2,
.full_width_testimonial_block_stars,
.full_width_testimonial_block_stars i,
.full_width_testimonial_block_link a {
	color: #fff !important;
}
*/

.full_width_testimonial_block_link a:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.content-area {
	padding-top: 20px;
}

.go_to_top {
	width: 48px;
	height: 35px;
	background: #333;
	opacity: 0.9;
	border-radius: 4px 4px 0 0;
	position: fixed;
	right: 30px;
	bottom: -1px;
	display: none;
	cursor: pointer;
	background: #333;
	text-align: center;
	line-height: 40px;
}

.go_to_top i {
	font-size: 24px;
	color: #fff;
}

.go_to_top:hover {
	background: #1c75bc;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.comments_block_title {
    color: #6BAC2D;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1;
    padding: 0 0 11px 0;
    border-bottom: 1px solid #e5e5e5;
}

.site-main article .comments_block_item_title h3 {
	margin-bottom: 0 !important;
	line-height: 1;
}

.comments_block_item {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px 0 15px;
    margin: 0 0 21px 0;
    box-sizing: border-box;
}

.comments_block_item_meta {
    font-size: 16px;
    margin: 0;
}

.comment_name {
	color: #6BAC2D;
}

.comments_block_item_left {
	width: 80px;
	float: left;
}

.comments_block_item_right {
	width: calc(100% - 90px);
	float: right;
}

.avatar_letter_wrapper {
    width: 80px;
    height: 80px;
    background: #7FACD6;
    color: #fff;
    text-align: center;
    line-height: 78px;
    text-transform: uppercase;
    position: relative;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 48px;
}

.avatar_letter {
    width: 80px;
    height: 80px;
    background: #7FACD6;
    color: #fff;
    text-align: center;
    line-height: 78px;
    text-transform: uppercase;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 48px;
}

.avatar_green {
    position: absolute;
    background: #47B97A;
    color: #fff;
    width: 26px;
    height: 26px;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    right: -2px;
    bottom: -2px;
    display: block;
    line-height: 23px;
}

.ver_buyer {
    color: #a9a9a9;
    font-style: italic;
    margin: 0 0 0 5px;
}

.comments_block_item_stars {
	margin-bottom: 3px;
}

.comments_block_item_star {
    display: inline-block;
    color: #FDBD35;
    font-size: 14px;
    margin: 0 1px;
}

.comment_date {
    float: right;
    font-size: 14px;
    color: #a2a2a2;
    margin: 3px 0 0 0;
}

.avatar_letter_wrapper_mobile {
	display: none;
}

.load_more {
    text-align: center;
    padding: 50px 0 30px 0;
}

.load_more div {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 65px;
    width: 264px;
    background: #6BAC2D;
    padding: 7px 0 0 0;
    cursor: pointer;
}

.load_more a:hover {
	color: #fff;
}

.comments_block_item_text {
	margin-bottom: 20px !important;
}

.comments_here .entry-header,
.comments_here .entry-content,
.comments_here .load_more {
	display: none;
}

/*.comments_block_item:nth-child(1) + .load_more,
.comments_block_item:nth-child(2) + .load_more,
.comments_block_item:nth-child(3) + .load_more,
.comments_block_item:nth-child(4) + .load_more,
.comments_block_item:nth-child(5) + .load_more {
	display: none;
}*/



@media screen and (max-width: 1130px) {

	.content_row,
	.entry-header,
	.main-navigation ul,
	.entry-footer {
		max-width: 1100px;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 30px;
	}

	.site-header-top {
		max-width: 1100px;
		margin: 0 auto;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}

}

@media screen and (max-width: 760px) {

	.content_column {
		display: block !important;
		float: none !important;
		clear: both !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	h1, h2, h3, h4, h5, h6 {
		line-height: 1;
		margin-top: 0 !important;
	}

	.main-navigation {
		border-bottom: 1px solid #e5e5e5;
		background: #fff;
	}

	.main-navigation.stick {
		position: static;
		top: 0;
		box-shadow: 0;
	}

	.main-navigation ul {
		max-width: 1100px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 !important;
	}

	.main-navigation ul {
		text-align: left;
		list-style: none;
		border-top: 1px solid #dadada;
	}

	.main-navigation li {
		float: left;
		display: block;
		text-align: left;
		margin: 0;
		clear: both;
		width: 100%;
	}

	.main-navigation li:last-child {
		margin-right: 0;
	}

	.main-navigation a {
	    font-family: "Source Sans Pro";
	    font-weight: 400;
	    letter-spacing: 0px;
	    color: #333;
	    height: 40px;
	    display: block;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    line-height: 37px;
	    border-top: none;
	    border-bottom: 1px solid #dadada;
	    -webkit-transition: all 0.2s;
	    -o-transition: all 0.2s;
	    transition: all 0.2s;
	    font-size: 12px;
	    background: #f6f6f6;
	    height: 35px;
	    line-height: 35px;
	    padding: 0 10px 0 30px;
	}

	.main-navigation .current_page_item a,
	.main-navigation a:hover {
	    color: #1c75bc;
	    border-color: #dadada;
	}

	.site-header-top {
		padding: 10px 0 10px 0;
	}

	.main-navigation ul ul {
		position: static;
		width: 100%;
	}

	.main-navigation ul ul a {
	    width: 100% !important;
	    padding-left: 40px !important;
	}

}

@media screen and (max-width: 600px) {

	.comments_block_item_left {
		display: none;
	}

	.comments_block_item_right {
		width: 100% !important;
	}

	.comments_block_item_meta {
	    overflow: hidden;
	}

	.ver_buyer {
	    margin: 0;
	    clear: both;
	    float: left;
	}

	.comment_name {
	    color: #6BAC2D;
	    clear: both;
	    display: block;
	}

	.comment_date {
	    float: left;
	    clear: both;
	}

	.comments_block_item_stars {
	    margin-bottom: 3px;
	    float: left;
	    clear: right;
	}

	.comments_block_title {
		font-size: 28px;
	}

	.comments_block_item_title {
		padding-top: 10px;
		clear: both;
	}

	.avatar_letter_wrapper {
		float: left;
		margin-right: 10px;
		display: none;
	}

	.avatar_letter_wrapper_mobile.avatar_letter_wrapper {
		display: block;
	}

}

@media screen and (max-width: 530px) {

	.site-header-top {
	    padding: 10px 80px 10px 30px ;
	}

}

@media screen and (max-width: 400px) {

	.comments_block_item {
		padding: 0;
	}

}


.zxc .aside_stars,
.zxc .full_width_testimonial_block_stars,
.zxc .comments_container,
.zxc .site-header,
.zxc .site-footer,
.zxc .banner,
.zxc .entry-footer,
.zxc .screen-reader-text,
.zxc .entry-header {
	display: none !important;
}

.hide_this {
	display: none !important;
}

.page_404_wrapper {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-top: 235px;
    padding-bottom: 325px;
    background: #e1e1e1;
    padding-left: 20px;
    padding-right: 20px;
}

.page_404 {
	display: inline-block;
}

.page_404_left,
.page_404_right {
	float: left;
	text-align: left;
}

.page_404_right_head {
	color: #493d37;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 500;
	margin: 0 0 18px 0;
}

.page_404_right_footer_link {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 25px 11px 25px;
	background: #77b551;
	font-size: 24px;
}

.page_404_right_footer_link:hover {
	color: #fff;
}

.page_404_right {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 26px;
	padding-left: 14px;
}

/*
.page_404_wrapper div {
    line-height: 1;
    text-transform: uppercase;
}

.page_404 {
    display: inline-block;
    text-align: left;
}

.page_404_left {
    font-size: 235px;
    color: #15824A;
    float: left;
    margin-right: 48px;
}

.page_404_right_head_top {
    font-size: 92px;
    color: #605e5e;
    padding-top: 21px;
}

.page_404_right_head_bottom {
    font-size: 19px;
    color: #605e5e;
    padding: 9px 0 0 0;
}

.page_404_right_footer {
    padding-top: 27px;
}

.page_404_right_footer_text {
    font-size: 20px;
    color: #a1a0a0;
    float: left;
    margin-right: 13px;
}

.page_404_right_footer_link {
    font-size: 20px !important;
    color: #fff !important;
    float: left !important;
    border-radius: 19px !important;
    background: #15824A !important;
    padding: 9px 15px 11px 15px !important;
    position: relative !important;
    top: -9px !important;
    text-decoration: none !important;
}

.page_404_right_footer_link:hover {
    color: #fff;
}

.page_404_right {
    float: left;
}*/

.error404 .banner {
	display: none !important;
}

@media screen and (max-width: 770px) {
    .footer_logo_wrap {
        text-align: center;
    }
    .footer_logo_wrap img.footer-logo {
        width: auto;
        max-width: 250px;
        margin-bottom: 0;
        display: inline-block;
        position: relative;
        margin: 0 auto;
        top: -41px;
    }
.page_404_left, .page_404_right {
    float: none;
    text-align: center;
}    
.page_404_wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.page_404_right {
	padding: 0 !important;
}
.page_404_right_footer_link {
	margin: 0 20px;
}


/*    .page_404_wrapper div {
        clear: both;
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
    .page_404_wrapper a {
        clear: both; 
        float: none !important;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        top: 5px !important;
    }
    .page_404_left {
        font-size: 170px;
    }
    .page_404_right_head_top {
        font-size: 80px;
    }
    .page_404_right_footer_text {
        font-size: 19px;
    }
    .page_404_wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }*/
}