@charset "UTF-8";
/*
Theme Name: Wordzilla
Theme URI: https://wordzilla.codyshop.ru
Author: Yan Alexandrov
Author URI: https://codyshop.ru
Description: Wordzilla is a simply, elegant & modern WordPress Blog Theme. Elegantly showcase your articles, photos, videos and more. This clean layout suitable for any type of site. Can be used for blog, magazine, news or fashion website. Wordzilla is a minimal blog and magazine WordPress theme focused on content. With Wordzilla you can create your own unique layout and style. Wordzilla is fully responsive and looks great on any device.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordzilla
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
		## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# External assets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/

@font-face{

    font-family: 'ProximaNova';

    src: url('./fonts/ProximaNova/ProximaNova-Light.eot');

    src: url('./fonts/ProximaNova/ProximaNova-Light.eot?iefix') format('eot'),

    url('./fonts/ProximaNova/ProximaNova-Light.woff') format('woff'),

    url('./fonts/ProximaNova/ProximaNova-Light.svg#ProximaNova-Light') format('svg');

    font-weight: 300;

    font-style: normal;

}

@font-face{

    font-family: 'ProximaNova';

    src: url('./fonts/ProximaNova/ProximaNova-Regular.eot');

    src: url('./fonts/ProximaNova/ProximaNova-Regular.eot?iefix') format('eot'),

    url('./fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),

    url('./fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face{

    font-family: 'ProximaNova';

    src: url('./fonts/ProximaNova/ProximaNova-Semibold.eot');

    src: url('./fonts/ProximaNova/ProximaNova-Semibold.eot?iefix') format('eot'),

    url('./fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff'),

    url('./fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');

    font-weight: bold;

    font-style: normal;

}
.white_box {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 1.429rem;
    position: relative;
    cursor: default !important;
    border-radius: 1.429rem;
    -webkit-border-radius: 1.429rem;
    -moz-border-radius: 1.429rem;
    -ms-border-radius: 1.429rem;
	-o-border-radius: 1.429rem;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
}
.grid-company {
	margin-top: 1.429rem;
}
.single-company .grid-company .masonry-item, .single-company .grid-company .grid-sizer {
    width: 100%!important;
}
/* Slider */
.slick-slider {
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-touch-callout: none;
}
.slick-list {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: flex;
	align-items: center;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	color: #000000;
	display: block;
	position: absolute;
	z-index: 9;
	top: 50%;
	width: 2.857rem;
	height: 2.857rem;
	margin-top: -1.429rem;
	padding: 0;
	border: 0 solid transparent;
	border-radius: 50%;
	outline: none;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	background: #ffffff;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: #fff;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	display: block;
	position: relative;
	font-size: 1.714rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
}
.slick-prev {
	left: -3.214rem;
}
[dir="rtl"] .slick-prev {
	right: 1.429rem;
	left: auto;
}
.slick-prev:before {
	content: "←";
}
[dir="rtl"] .slick-prev:before {
	content: "→";
}
.slick-next {
	right: -3.214rem;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: 1.429rem;
}
.slick-next:before {
	content: "→";
}
[dir="rtl"] .slick-next:before {
	content: "←";
}
/* Dots */
.slider-company {
	margin-bottom: 1.429rem;
}
.slider-category-item {
	width: auto;
}
header.site-header {
	background-color: #1ba1e2;
}
.slider-company-item {
	width: 152px;
	height: 152px;
	font-size: 18px;
	overflow: hidden;
    background: #fff;
    border: 1px solid #1BA1E2;
	border-radius: 3px;
	margin-right: 0.7143rem;
	padding: 5px;
}
.slider-category-item a{
	border: 1px solid #1BA1E2;
	margin-right: 3px;
    background-color: #FFFFFF;
    border-radius: 32px;
    color: #3C4043;
    font-size: 0.9286rem;
    line-height: 29px;
    height: 32px;
    padding: 0 0.8571rem;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
}
.slick-dots {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0;
	text-align: center;
	list-style: none;
}
.slick-dots li {
	display: inline-block;
	position: relative;
	width: 1.429rem;
	height: 1.429rem;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	display: block;
	width: 1.429rem;
	height: 1.429rem;
	padding: 5px;
	border: 0;
	outline: none;
	color: transparent;
	background: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.429rem;
	height: 1.429rem;
	opacity: 0.25;
	color: white;
	font-family: "slick";
	font-size: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.429rem;
	text-align: center;
	content: "•";
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: white;
}

.slick-slider:focus .slick-prev,
.slick-slider:focus .slick-next {
	outline: none;
	background: #fff;
}
.slick-slider:hover .slick-prev:before,
.slick-slider:hover .slick-next:before,
.slick-slider:focus .slick-prev:before,
.slick-slider:focus .slick-next:before {
	color: #000;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	margin: 0;
	overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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 {
	outline: none;
}
a:hover {
	outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1,
.site-title {
	margin: 0.67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	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 {
	margin: 0;
	color: inherit;
	font: inherit;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="submit"].recall-button,
.rcl-upload-button input[type="file"],
.recall-button.rcl-upload-button {
	padding: 8px 0.8571rem;
    font-size: 1rem;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 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"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@-webkit-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
.rcl-chat .chat-messages::-webkit-scrollbar { width: 5px;height: 5px;}
.rcl-chat .chat-messages::-webkit-scrollbar-button {  background-color: #fff;}
.rcl-chat .chat-messages::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.rcl-chat .chat-messages::-webkit-scrollbar-thumb { height: 50px;border-radius: 5px;}
html {
	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
}
body {
	color: #555;
	background-color: #fff;
	font-family: "ProximaNova", sans-serif;
	font-size: 1rem;
	line-height: 1.375;
}
h1,
.site-title,
h2,
h3,
h4,
h5,
h6,
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .wordzilla-post-format {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	border-bottom: 1px dotted #818a91;
	cursor: help;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
a {
	color: #000;
	text-decoration: none;
}
.entry-content a{
	color: #3a99dc;
}
a:focus,
a:hover {
	color: red;
	text-decoration: none;
}
a:focus {
	outline: none;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
}
[role="button"] {
	cursor: pointer;
}
table {
	background-color: transparent;
}
table td, table tr, table th{
	padding: 5px 0;
	border-bottom: 1px solid #f1f1f1;
}
caption {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	caption-side: bottom;
	color: #818a91;
	text-align: left;
}
th {
	text-align: left;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
input,
button,
select,
textarea {
	margin: 0;
	line-height: inherit;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
	padding: 0;
	font-size: 1.5rem;
	line-height: inherit;
}
input[type="search"] {
	-webkit-appearance: none;
}
output {
	display: inline-block;
}


h1,
.site-title,
.h1 {
	font-size: 1.875rem;
	line-height: 1.25em;
}
h2,
.h2 {
	font-size: 1.5rem;
	line-height: 1.15em;
}
h3,
.h3 {
	font-size: 1.375rem;
	line-height: 1.125em;
}
h4,
.h4,
.mfp-bottom-bar,
.shareaholic-canvas div.shareaholic-recommendations-header {
	font-size: 1.125rem;
	line-height: 1.1em;
}
h5,
.h5,
.page-links,
.shareaholic-canvas .recommendation-article-title {
	font-size: 1rem;
	line-height: 1.1em;
}
h6,
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .wordzilla-post-format,
.h6 {
	font-size: 0.9rem;
	line-height: 1.1em;
}
div.p-0 {
	padding: 0;
}
div.m-0 {
	margin: 0;
}
@media (min-width: 960px) {
	h1,
	.site-title,
	.h1 {
		font-size: 2.5rem;
		line-height: 1.125em;
	}
	h2,
	.h2 {
		font-size: 1.625rem;
		line-height: 1.25em;
	}
	h3,
	.h3 {
		font-size: 1.375rem;
		line-height: 1.25em;
	}
}
@media (min-width: 960px) {
	h1,
	.site-title,
	.h1 {
		font-size: 2rem;
		line-height: 1.25em;
	}
	h2,
	.h2 {
		font-size: 2.25rem;
		line-height: 1.25em;
	}
	h3,
	.h3 {
		font-size: 1.875rem;
		line-height: 1.25em;
	}
}
.lead {
	font-size: 1.25rem;
	font-weight: 700;
}
.display-1 {
	font-size: 3.5rem;
	font-weight: 300;
}
.display-2 {
	font-size: 4.5rem;
	font-weight: 300;
}
.display-3 {
	font-size: 5.5rem;
	font-weight: 300;
}
.display-4 {
	font-size: 6rem;
	font-weight: 300;
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
small,
.small,
.navbar-navigation,
.main-navigation,
.widget_nav_menu,
.left-sidebar-content .site-info,
.widget-title span,
.category-list span,
.comments-title span,
.comment-reply-title span,
.wordzilla-page-intro p,
.site-footer,
.wp-caption .wp-caption-text {
	font-size: 80%;
}
.widget-title span {
	font-weight: bold;
	color: #1BA1E2;
	font-size: 1.143rem;
}
.widget a {
	font-size: 1.071rem;
	font-weight: normal;
	color: #3A4B5F;
}
mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.list-unstyled,
.widget ul {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	margin-left: -5px;
	padding-left: 0;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.dl-horizontal {
	margin-right: -2.5rem;
	margin-left: -2.5rem;
}
.dl-horizontal:before,
.dl-horizontal:after {
	display: table;
	content: " ";
}
.dl-horizontal:after {
	clear: both;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 2rem;
	padding: 1rem 2rem;
	border-left: 1px solid #000;
	font-size: 1.375rem;
	font-style: italic;
	line-height: 1.25;
}
.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
	margin-bottom: 0;
}
.blockquote footer {
	display: block;
	color: #818a91;
	font-size: 80%;
	line-height: 1.375;
}
.blockquote footer:before {
	content: "\2014 \00A0";
}
.blockquote-reverse {
	padding-right: 2rem;
	padding-left: 0;
	border-right: 0.25rem solid #eceeef;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before {
	content: "";
}
.blockquote-reverse footer:after {
	content: "\00A0 \2014";
}
.figure {
	display: inline-block;
}
.figure > img {
	margin-bottom: 1rem;
	line-height: 1;
}
.figure-caption {
	color: #818a91;
	font-size: 90%;
}
.img-responsive,
.figure > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0.25rem;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	background-color: #fff;
	line-height: 1.375;
	transition: all 0.2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
@-ms-viewport {
	width: device-width;
  }
  
  html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
  }
  
  *,
  *::before,
  *::after {
	box-sizing: inherit;
  }
  
  .container {
	width: 100%;
	padding-right: 1.071rem;
	padding-left: 1.071rem;
	margin-right: auto;
	margin-left: auto;
  }
  
  @media (min-width: 576px) {
	.container {
	  max-width: 540px;
	}
  }
  
  @media (min-width: 768px) {
	.container {
	  max-width: 71.429rem;
	}
  }
  
  @media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}
  }
  
  @media (min-width: 1200px) {
	.container {
	  max-width: 1140px;
	}
  }
  
  .container-fluid {
	width: 100%;
	padding-right: 1.071rem;
	padding-left: 1.071rem;
	margin-right: auto;
	margin-left: auto;
  }
  
  .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
  }
  
  .no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
  }
  
  .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  
  .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  
  .col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  
  .col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  
  .col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  
  .col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  
  .col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  
  .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  
  .col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  
  .col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  
  .col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  
  .col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  
  .col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  
  .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  
  .order-first {
	-ms-flex-order: -1;
	order: -1;
  }
  
  .order-last {
	-ms-flex-order: 13;
	order: 13;
  }
  
  .order-0 {
	-ms-flex-order: 0;
	order: 0;
  }
  
  .order-1 {
	-ms-flex-order: 1;
	order: 1;
  }
  
  .order-2 {
	-ms-flex-order: 2;
	order: 2;
  }
  
  .order-3 {
	-ms-flex-order: 3;
	order: 3;
  }
  
  .order-4 {
	-ms-flex-order: 4;
	order: 4;
  }
  
  .order-5 {
	-ms-flex-order: 5;
	order: 5;
  }
  
  .order-6 {
	-ms-flex-order: 6;
	order: 6;
  }
  
  .order-7 {
	-ms-flex-order: 7;
	order: 7;
  }
  
  .order-8 {
	-ms-flex-order: 8;
	order: 8;
  }
  
  .order-9 {
	-ms-flex-order: 9;
	order: 9;
  }
  
  .order-10 {
	-ms-flex-order: 10;
	order: 10;
  }
  
  .order-11 {
	-ms-flex-order: 11;
	order: 11;
  }
  
  .order-12 {
	-ms-flex-order: 12;
	order: 12;
  }
  
  .offset-1 {
	margin-left: 8.333333%;
  }
  
  .offset-2 {
	margin-left: 16.666667%;
  }
  
  .offset-3 {
	margin-left: 25%;
  }
  
  .offset-4 {
	margin-left: 33.333333%;
  }
  
  .offset-5 {
	margin-left: 41.666667%;
  }
  
  .offset-6 {
	margin-left: 50%;
  }
  
  .offset-7 {
	margin-left: 58.333333%;
  }
  
  .offset-8 {
	margin-left: 66.666667%;
  }
  
  .offset-9 {
	margin-left: 75%;
  }
  
  .offset-10 {
	margin-left: 83.333333%;
  }
  
  .offset-11 {
	margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
	.col-sm {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-sm-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-sm-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-sm-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-sm-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-sm-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-sm-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-sm-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-sm-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-sm-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-sm-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-sm-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-sm-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-sm-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-sm-first {
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-sm-last {
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-sm-0 {
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-sm-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-sm-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-sm-3 {
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-sm-4 {
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-sm-5 {
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-sm-6 {
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-sm-7 {
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-sm-8 {
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-sm-9 {
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-sm-10 {
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-sm-11 {
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-sm-12 {
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-sm-0 {
	  margin-left: 0;
	}
	.offset-sm-1 {
	  margin-left: 8.333333%;
	}
	.offset-sm-2 {
	  margin-left: 16.666667%;
	}
	.offset-sm-3 {
	  margin-left: 25%;
	}
	.offset-sm-4 {
	  margin-left: 33.333333%;
	}
	.offset-sm-5 {
	  margin-left: 41.666667%;
	}
	.offset-sm-6 {
	  margin-left: 50%;
	}
	.offset-sm-7 {
	  margin-left: 58.333333%;
	}
	.offset-sm-8 {
	  margin-left: 66.666667%;
	}
	.offset-sm-9 {
	  margin-left: 75%;
	}
	.offset-sm-10 {
	  margin-left: 83.333333%;
	}
	.offset-sm-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 768px) {
	.col-md {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-md-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-md-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-md-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-md-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-md-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-md-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-md-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-md-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-md-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-md-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-md-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-md-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-md-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-md-first {
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-md-last {
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-md-0 {
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-md-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-md-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-md-3 {
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-md-4 {
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-md-5 {
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-md-6 {
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-md-7 {
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-md-8 {
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-md-9 {
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-md-10 {
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-md-11 {
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-md-12 {
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-md-0 {
	  margin-left: 0;
	}
	.offset-md-1 {
	  margin-left: 8.333333%;
	}
	.offset-md-2 {
	  margin-left: 16.666667%;
	}
	.offset-md-3 {
	  margin-left: 25%;
	}
	.offset-md-4 {
	  margin-left: 33.333333%;
	}
	.offset-md-5 {
	  margin-left: 41.666667%;
	}
	.offset-md-6 {
	  margin-left: 50%;
	}
	.offset-md-7 {
	  margin-left: 58.333333%;
	}
	.offset-md-8 {
	  margin-left: 66.666667%;
	}
	.offset-md-9 {
	  margin-left: 75%;
	}
	.offset-md-10 {
	  margin-left: 83.333333%;
	}
	.offset-md-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 992px) {
	.col-lg {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-lg-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-lg-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-lg-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-lg-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-lg-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-lg-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-lg-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-lg-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-lg-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-lg-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-lg-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-lg-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-lg-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-lg-first {
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-lg-last {
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-lg-0 {
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-lg-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-lg-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-lg-3 {
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-lg-4 {
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-lg-5 {
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-lg-6 {
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-lg-7 {
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-lg-8 {
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-lg-9 {
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-lg-10 {
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-lg-11 {
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-lg-12 {
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-lg-0 {
	  margin-left: 0;
	}
	.offset-lg-1 {
	  margin-left: 8.333333%;
	}
	.offset-lg-2 {
	  margin-left: 16.666667%;
	}
	.offset-lg-3 {
	  margin-left: 25%;
	}
	.offset-lg-4 {
	  margin-left: 33.333333%;
	}
	.offset-lg-5 {
	  margin-left: 41.666667%;
	}
	.offset-lg-6 {
	  margin-left: 50%;
	}
	.offset-lg-7 {
	  margin-left: 58.333333%;
	}
	.offset-lg-8 {
	  margin-left: 66.666667%;
	}
	.offset-lg-9 {
	  margin-left: 75%;
	}
	.offset-lg-10 {
	  margin-left: 83.333333%;
	}
	.offset-lg-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 1200px) {
	.col-xl {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-xl-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-xl-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-xl-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-xl-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-xl-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-xl-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-xl-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-xl-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-xl-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-xl-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-xl-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-xl-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-xl-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-xl-first {
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-xl-last {
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-xl-0 {
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-xl-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-xl-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-xl-3 {
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-xl-4 {
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-xl-5 {
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-xl-6 {
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-xl-7 {
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-xl-8 {
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-xl-9 {
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-xl-10 {
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-xl-11 {
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-xl-12 {
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-xl-0 {
	  margin-left: 0;
	}
	.offset-xl-1 {
	  margin-left: 8.333333%;
	}
	.offset-xl-2 {
	  margin-left: 16.666667%;
	}
	.offset-xl-3 {
	  margin-left: 25%;
	}
	.offset-xl-4 {
	  margin-left: 33.333333%;
	}
	.offset-xl-5 {
	  margin-left: 41.666667%;
	}
	.offset-xl-6 {
	  margin-left: 50%;
	}
	.offset-xl-7 {
	  margin-left: 58.333333%;
	}
	.offset-xl-8 {
	  margin-left: 66.666667%;
	}
	.offset-xl-9 {
	  margin-left: 75%;
	}
	.offset-xl-10 {
	  margin-left: 83.333333%;
	}
	.offset-xl-11 {
	  margin-left: 91.666667%;
	}
  }
  
  .d-none {
	display: none !important;
  }
  
  .d-inline {
	display: inline !important;
  }
  
  .d-inline-block {
	display: inline-block !important;
  }
  
  .d-block {
	display: block !important;
  }
  
  .d-table {
	display: table !important;
  }
  
  .d-table-row {
	display: table-row !important;
  }
  
  .d-table-cell {
	display: table-cell !important;
  }
  
  .d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
  }
  
  .d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
  }
  
  @media (min-width: 576px) {
	.d-sm-none {
	  display: none !important;
	}
	.d-sm-inline {
	  display: inline !important;
	}
	.d-sm-inline-block {
	  display: inline-block !important;
	}
	.d-sm-block {
	  display: block !important;
	}
	.d-sm-table {
	  display: table !important;
	}
	.d-sm-table-row {
	  display: table-row !important;
	}
	.d-sm-table-cell {
	  display: table-cell !important;
	}
	.d-sm-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.d-sm-inline-flex {
	  display: -ms-inline-flexbox !important;
	  display: inline-flex !important;
	}
  }
  
  @media (min-width: 768px) {
	.d-md-none {
	  display: none !important;
	}
	.d-md-inline {
	  display: inline !important;
	}
	.d-md-inline-block {
	  display: inline-block !important;
	}
	.d-md-block {
	  display: block !important;
	}
	.d-md-table {
	  display: table !important;
	}
	.d-md-table-row {
	  display: table-row !important;
	}
	.d-md-table-cell {
	  display: table-cell !important;
	}
	.d-md-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.d-md-inline-flex {
	  display: -ms-inline-flexbox !important;
	  display: inline-flex !important;
	}
  }
  
  @media (min-width: 992px) {
	.d-lg-none {
	  display: none !important;
	}
	.d-lg-inline {
	  display: inline !important;
	}
	.d-lg-inline-block {
	  display: inline-block !important;
	}
	.d-lg-block {
	  display: block !important;
	}
	.d-lg-table {
	  display: table !important;
	}
	.d-lg-table-row {
	  display: table-row !important;
	}
	.d-lg-table-cell {
	  display: table-cell !important;
	}
	.d-lg-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.d-lg-inline-flex {
	  display: -ms-inline-flexbox !important;
	  display: inline-flex !important;
	}
  }
  
  @media (min-width: 1200px) {
	.d-xl-none {
	  display: none !important;
	}
	.d-xl-inline {
	  display: inline !important;
	}
	.d-xl-inline-block {
	  display: inline-block !important;
	}
	.d-xl-block {
	  display: block !important;
	}
	.d-xl-table {
	  display: table !important;
	}
	.d-xl-table-row {
	  display: table-row !important;
	}
	.d-xl-table-cell {
	  display: table-cell !important;
	}
	.d-xl-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.d-xl-inline-flex {
	  display: -ms-inline-flexbox !important;
	  display: inline-flex !important;
	}
  }
  
  @media print {
	.d-print-none {
	  display: none !important;
	}
	.d-print-inline {
	  display: inline !important;
	}
	.d-print-inline-block {
	  display: inline-block !important;
	}
	.d-print-block {
	  display: block !important;
	}
	.d-print-table {
	  display: table !important;
	}
	.d-print-table-row {
	  display: table-row !important;
	}
	.d-print-table-cell {
	  display: table-cell !important;
	}
	.d-print-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.d-print-inline-flex {
	  display: -ms-inline-flexbox !important;
	  display: inline-flex !important;
	}
  }
  
  .flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
  }
  
  .flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
  }
  
  .flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
  }
  
  .flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
  }
  
  .flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
  }
  
  .flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
  }
  
  .flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
  }
  
  .flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
  }
  
  .flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
  }
  
  .justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
  }
  
  .justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
  }
  
  .justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
  }
  
  .justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
  }
  
  .justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
  }
  
  .align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
  }
  
  .align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
  }
  
  .align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
  }
  
  .align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
  }
  
  .align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
  }
  
  .align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
  }
  
  .align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
  }
  
  .align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
  }
  
  .align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
  }
  
  .align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
  }
  
  .align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
  }
  
  .align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
  }
  
  .align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
  }
  
  .align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
  }
  
  .align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
  }
  
  .align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
  }
  
  .align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
  }
  
  @media (min-width: 576px) {
	.flex-sm-row {
	  -ms-flex-direction: row !important;
	  flex-direction: row !important;
	}
	.flex-sm-column {
	  -ms-flex-direction: column !important;
	  flex-direction: column !important;
	}
	.flex-sm-row-reverse {
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
	  -ms-flex-direction: column-reverse !important;
	  flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
	  -ms-flex-wrap: wrap !important;
	  flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
	  -ms-flex-wrap: nowrap !important;
	  flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
	  -ms-flex-wrap: wrap-reverse !important;
	  flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
	  -ms-flex: 1 1 auto !important;
	  flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
	  -ms-flex-positive: 0 !important;
	  flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
	  -ms-flex-positive: 1 !important;
	  flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
	  -ms-flex-negative: 0 !important;
	  flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
	  -ms-flex-negative: 1 !important;
	  flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
	  -ms-flex-pack: start !important;
	  justify-content: flex-start !important;
	}
	.justify-content-sm-end {
	  -ms-flex-pack: end !important;
	  justify-content: flex-end !important;
	}
	.justify-content-sm-center {
	  -ms-flex-pack: center !important;
	  justify-content: center !important;
	}
	.justify-content-sm-between {
	  -ms-flex-pack: justify !important;
	  justify-content: space-between !important;
	}
	.justify-content-sm-around {
	  -ms-flex-pack: distribute !important;
	  justify-content: space-around !important;
	}
	.align-items-sm-start {
	  -ms-flex-align: start !important;
	  align-items: flex-start !important;
	}
	.align-items-sm-end {
	  -ms-flex-align: end !important;
	  align-items: flex-end !important;
	}
	.align-items-sm-center {
	  -ms-flex-align: center !important;
	  align-items: center !important;
	}
	.align-items-sm-baseline {
	  -ms-flex-align: baseline !important;
	  align-items: baseline !important;
	}
	.align-items-sm-stretch {
	  -ms-flex-align: stretch !important;
	  align-items: stretch !important;
	}
	.align-content-sm-start {
	  -ms-flex-line-pack: start !important;
	  align-content: flex-start !important;
	}
	.align-content-sm-end {
	  -ms-flex-line-pack: end !important;
	  align-content: flex-end !important;
	}
	.align-content-sm-center {
	  -ms-flex-line-pack: center !important;
	  align-content: center !important;
	}
	.align-content-sm-between {
	  -ms-flex-line-pack: justify !important;
	  align-content: space-between !important;
	}
	.align-content-sm-around {
	  -ms-flex-line-pack: distribute !important;
	  align-content: space-around !important;
	}
	.align-content-sm-stretch {
	  -ms-flex-line-pack: stretch !important;
	  align-content: stretch !important;
	}
	.align-self-sm-auto {
	  -ms-flex-item-align: auto !important;
	  align-self: auto !important;
	}
	.align-self-sm-start {
	  -ms-flex-item-align: start !important;
	  align-self: flex-start !important;
	}
	.align-self-sm-end {
	  -ms-flex-item-align: end !important;
	  align-self: flex-end !important;
	}
	.align-self-sm-center {
	  -ms-flex-item-align: center !important;
	  align-self: center !important;
	}
	.align-self-sm-baseline {
	  -ms-flex-item-align: baseline !important;
	  align-self: baseline !important;
	}
	.align-self-sm-stretch {
	  -ms-flex-item-align: stretch !important;
	  align-self: stretch !important;
	}
  }
  
  @media (min-width: 768px) {
	.flex-md-row {
	  -ms-flex-direction: row !important;
	  flex-direction: row !important;
	}
	.flex-md-column {
	  -ms-flex-direction: column !important;
	  flex-direction: column !important;
	}
	.flex-md-row-reverse {
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
	  -ms-flex-direction: column-reverse !important;
	  flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
	  -ms-flex-wrap: wrap !important;
	  flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
	  -ms-flex-wrap: nowrap !important;
	  flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
	  -ms-flex-wrap: wrap-reverse !important;
	  flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
	  -ms-flex: 1 1 auto !important;
	  flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
	  -ms-flex-positive: 0 !important;
	  flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
	  -ms-flex-positive: 1 !important;
	  flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
	  -ms-flex-negative: 0 !important;
	  flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
	  -ms-flex-negative: 1 !important;
	  flex-shrink: 1 !important;
	}
	.justify-content-md-start {
	  -ms-flex-pack: start !important;
	  justify-content: flex-start !important;
	}
	.justify-content-md-end {
	  -ms-flex-pack: end !important;
	  justify-content: flex-end !important;
	}
	.justify-content-md-center {
	  -ms-flex-pack: center !important;
	  justify-content: center !important;
	}
	.justify-content-md-between {
	  -ms-flex-pack: justify !important;
	  justify-content: space-between !important;
	}
	.justify-content-md-around {
	  -ms-flex-pack: distribute !important;
	  justify-content: space-around !important;
	}
	.align-items-md-start {
	  -ms-flex-align: start !important;
	  align-items: flex-start !important;
	}
	.align-items-md-end {
	  -ms-flex-align: end !important;
	  align-items: flex-end !important;
	}
	.align-items-md-center {
	  -ms-flex-align: center !important;
	  align-items: center !important;
	}
	.align-items-md-baseline {
	  -ms-flex-align: baseline !important;
	  align-items: baseline !important;
	}
	.align-items-md-stretch {
	  -ms-flex-align: stretch !important;
	  align-items: stretch !important;
	}
	.align-content-md-start {
	  -ms-flex-line-pack: start !important;
	  align-content: flex-start !important;
	}
	.align-content-md-end {
	  -ms-flex-line-pack: end !important;
	  align-content: flex-end !important;
	}
	.align-content-md-center {
	  -ms-flex-line-pack: center !important;
	  align-content: center !important;
	}
	.align-content-md-between {
	  -ms-flex-line-pack: justify !important;
	  align-content: space-between !important;
	}
	.align-content-md-around {
	  -ms-flex-line-pack: distribute !important;
	  align-content: space-around !important;
	}
	.align-content-md-stretch {
	  -ms-flex-line-pack: stretch !important;
	  align-content: stretch !important;
	}
	.align-self-md-auto {
	  -ms-flex-item-align: auto !important;
	  align-self: auto !important;
	}
	.align-self-md-start {
	  -ms-flex-item-align: start !important;
	  align-self: flex-start !important;
	}
	.align-self-md-end {
	  -ms-flex-item-align: end !important;
	  align-self: flex-end !important;
	}
	.align-self-md-center {
	  -ms-flex-item-align: center !important;
	  align-self: center !important;
	}
	.align-self-md-baseline {
	  -ms-flex-item-align: baseline !important;
	  align-self: baseline !important;
	}
	.align-self-md-stretch {
	  -ms-flex-item-align: stretch !important;
	  align-self: stretch !important;
	}
  }
  
  @media (min-width: 992px) {
	.flex-lg-row {
	  -ms-flex-direction: row !important;
	  flex-direction: row !important;
	}
	.flex-lg-column {
	  -ms-flex-direction: column !important;
	  flex-direction: column !important;
	}
	.flex-lg-row-reverse {
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
	  -ms-flex-direction: column-reverse !important;
	  flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
	  -ms-flex-wrap: wrap !important;
	  flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
	  -ms-flex-wrap: nowrap !important;
	  flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
	  -ms-flex-wrap: wrap-reverse !important;
	  flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
	  -ms-flex: 1 1 auto !important;
	  flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
	  -ms-flex-positive: 0 !important;
	  flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
	  -ms-flex-positive: 1 !important;
	  flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
	  -ms-flex-negative: 0 !important;
	  flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
	  -ms-flex-negative: 1 !important;
	  flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
	  -ms-flex-pack: start !important;
	  justify-content: flex-start !important;
	}
	.justify-content-lg-end {
	  -ms-flex-pack: end !important;
	  justify-content: flex-end !important;
	}
	.justify-content-lg-center {
	  -ms-flex-pack: center !important;
	  justify-content: center !important;
	}
	.justify-content-lg-between {
	  -ms-flex-pack: justify !important;
	  justify-content: space-between !important;
	}
	.justify-content-lg-around {
	  -ms-flex-pack: distribute !important;
	  justify-content: space-around !important;
	}
	.align-items-lg-start {
	  -ms-flex-align: start !important;
	  align-items: flex-start !important;
	}
	.align-items-lg-end {
	  -ms-flex-align: end !important;
	  align-items: flex-end !important;
	}
	.align-items-lg-center {
	  -ms-flex-align: center !important;
	  align-items: center !important;
	}
	.align-items-lg-baseline {
	  -ms-flex-align: baseline !important;
	  align-items: baseline !important;
	}
	.align-items-lg-stretch {
	  -ms-flex-align: stretch !important;
	  align-items: stretch !important;
	}
	.align-content-lg-start {
	  -ms-flex-line-pack: start !important;
	  align-content: flex-start !important;
	}
	.align-content-lg-end {
	  -ms-flex-line-pack: end !important;
	  align-content: flex-end !important;
	}
	.align-content-lg-center {
	  -ms-flex-line-pack: center !important;
	  align-content: center !important;
	}
	.align-content-lg-between {
	  -ms-flex-line-pack: justify !important;
	  align-content: space-between !important;
	}
	.align-content-lg-around {
	  -ms-flex-line-pack: distribute !important;
	  align-content: space-around !important;
	}
	.align-content-lg-stretch {
	  -ms-flex-line-pack: stretch !important;
	  align-content: stretch !important;
	}
	.align-self-lg-auto {
	  -ms-flex-item-align: auto !important;
	  align-self: auto !important;
	}
	.align-self-lg-start {
	  -ms-flex-item-align: start !important;
	  align-self: flex-start !important;
	}
	.align-self-lg-end {
	  -ms-flex-item-align: end !important;
	  align-self: flex-end !important;
	}
	.align-self-lg-center {
	  -ms-flex-item-align: center !important;
	  align-self: center !important;
	}
	.align-self-lg-baseline {
	  -ms-flex-item-align: baseline !important;
	  align-self: baseline !important;
	}
	.align-self-lg-stretch {
	  -ms-flex-item-align: stretch !important;
	  align-self: stretch !important;
	}
  }
  
  @media (min-width: 1200px) {
	.flex-xl-row {
	  -ms-flex-direction: row !important;
	  flex-direction: row !important;
	}
	.flex-xl-column {
	  -ms-flex-direction: column !important;
	  flex-direction: column !important;
	}
	.flex-xl-row-reverse {
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
	  -ms-flex-direction: column-reverse !important;
	  flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
	  -ms-flex-wrap: wrap !important;
	  flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
	  -ms-flex-wrap: nowrap !important;
	  flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
	  -ms-flex-wrap: wrap-reverse !important;
	  flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
	  -ms-flex: 1 1 auto !important;
	  flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
	  -ms-flex-positive: 0 !important;
	  flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
	  -ms-flex-positive: 1 !important;
	  flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
	  -ms-flex-negative: 0 !important;
	  flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
	  -ms-flex-negative: 1 !important;
	  flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
	  -ms-flex-pack: start !important;
	  justify-content: flex-start !important;
	}
	.justify-content-xl-end {
	  -ms-flex-pack: end !important;
	  justify-content: flex-end !important;
	}
	.justify-content-xl-center {
	  -ms-flex-pack: center !important;
	  justify-content: center !important;
	}
	.justify-content-xl-between {
	  -ms-flex-pack: justify !important;
	  justify-content: space-between !important;
	}
	.justify-content-xl-around {
	  -ms-flex-pack: distribute !important;
	  justify-content: space-around !important;
	}
	.align-items-xl-start {
	  -ms-flex-align: start !important;
	  align-items: flex-start !important;
	}
	.align-items-xl-end {
	  -ms-flex-align: end !important;
	  align-items: flex-end !important;
	}
	.align-items-xl-center {
	  -ms-flex-align: center !important;
	  align-items: center !important;
	}
	.align-items-xl-baseline {
	  -ms-flex-align: baseline !important;
	  align-items: baseline !important;
	}
	.align-items-xl-stretch {
	  -ms-flex-align: stretch !important;
	  align-items: stretch !important;
	}
	.align-content-xl-start {
	  -ms-flex-line-pack: start !important;
	  align-content: flex-start !important;
	}
	.align-content-xl-end {
	  -ms-flex-line-pack: end !important;
	  align-content: flex-end !important;
	}
	.align-content-xl-center {
	  -ms-flex-line-pack: center !important;
	  align-content: center !important;
	}
	.align-content-xl-between {
	  -ms-flex-line-pack: justify !important;
	  align-content: space-between !important;
	}
	.align-content-xl-around {
	  -ms-flex-line-pack: distribute !important;
	  align-content: space-around !important;
	}
	.align-content-xl-stretch {
	  -ms-flex-line-pack: stretch !important;
	  align-content: stretch !important;
	}
	.align-self-xl-auto {
	  -ms-flex-item-align: auto !important;
	  align-self: auto !important;
	}
	.align-self-xl-start {
	  -ms-flex-item-align: start !important;
	  align-self: flex-start !important;
	}
	.align-self-xl-end {
	  -ms-flex-item-align: end !important;
	  align-self: flex-end !important;
	}
	.align-self-xl-center {
	  -ms-flex-item-align: center !important;
	  align-self: center !important;
	}
	.align-self-xl-baseline {
	  -ms-flex-item-align: baseline !important;
	  align-self: baseline !important;
	}
	.align-self-xl-stretch {
	  -ms-flex-item-align: stretch !important;
	  align-self: stretch !important;
	}
  }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
.site-title,
h2,
h3,
h4,
h5,
h6,
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .wordzilla-post-format {
	clear: both;
}
.site-title {
	text-transform: uppercase;
}
.single .post .entry-title,
.page .page .entry-title,
.site-title {
	margin-bottom: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.025em;
}
.site-branding {
	position: relative;
	padding: 2.5rem 1.071rem;
	text-align: center;
	/* background-color: #fff;*/
}
.site-description,
.site-title {
	margin: 0;
}
.blog .entry-title,
.archive .entry-title,
.search .entry-title {
	margin-bottom: 0;
}
.blog .content-area .entry-title,
.archive .content-area .entry-title,
.search .content-area .entry-title {
	margin-top: 0.375em;
	margin-bottom: 0.375em;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.01em;
}
@media (min-width: 960px) {
	.blog .content-area .entry-title,
	.archive .content-area .entry-title,
	.search .content-area .entry-title {
		font-size: 1rem;
	}
}
.blog .content-area .entry-title a,
.archive .content-area .entry-title a,
.search .content-area .entry-title a {
	color: #3A4B5F;
}
.comment-respond p {
	margin-bottom: 0.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
@media (min-width: 960px) {
	blockquote {
		border-left: 0;
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-size: 1.071rem;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background-color: #f6f9fa;
}
blockquote, q {
	margin-bottom: 0;
	border-left: 0;
	font-size: 1.25rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.375;
	quotes: "" "";
	background-color: #fbf5bc;
		padding: 1.786rem !important;
		float: left;
		margin: 0.7143rem 0;
}
blockquote p{
	margin: 0;
}
blockquote cite,
q cite {
	font-weight: 300;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
hr {
	height: 1px;
	margin-bottom: 1.5em;
	border: 0;
	background-color: #ccc;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img,
figure {
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	height: auto;
	/* Adhere to container width. */
}
.masonry img {
	width: 100%;
}
.single blockquote cite,
.single q cite,
.page blockquote cite,
.page q cite {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1rem;
	text-align: right;
}
.single blockquote cite:before,
.single q cite:before,
.page blockquote cite:before,
.page q cite:before {
	content: "- ";
}
.single blockquote cite:after,
.single q cite:after,
.page blockquote cite:after,
.page q cite:after {
	content: " -";
}
@media (min-width: 960px) {
	.post blockquote,
	.post q {
		margin-left: -21.666%;
	}
	.post .entry-content img.alignnone,
	.post .entry-content figure.alignnone {
		margin: 0 auto;
	}
	.single blockquote,
	.single q,
	.page blockquote,
	.page q {
		padding-left: 0;
		margin-left: -60px;
	}
}
table {
	margin-bottom: 1em;
	width: 100%;
}
:focus {
	outline: transparent;
}
button > svg,
a > button > svg,
span > svg {
	width: 24px;
	height: 24px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#wordzilla-load-more .btn {
	padding: 0.5em 1em;
	background-color: transparent;
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
	transition: 0.5s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#wordzilla-load-more .btn:hover {
	color: #fff;
}
#wordzilla-load-more {
	margin-bottom: 0;
	padding: 2em 0;
}
#wordzilla-load-more .btn {
	width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3125rem;
	border: 1px solid #ddd;
	color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input,
textarea {
	background-color: transparent;
}
textarea {
	width: 100%;
	height: 5rem;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#navbar-toggle {
	font-size: 1.5rem;
	display: none;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: none;
}
h1 a,
.site-title a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.entry-meta .byline a,
.entry-meta .posted-on a,
.entry-meta .wordzilla-post-format a,
.navigation a,
.main-navigation a {
	border-bottom: none;
}
.edit-link {
	margin-left: 2em;
	font-weight: 700;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.custom-logo {
	max-width: 180px;
}
.mobile-logo {
	display: none;
}
.custom-logo-link {
	line-height: 51px;
}
.sticky-menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	right: 0;
}
.sticky-content{
	padding-top: 51px;
}

.section-header {
	padding-left: 0.7143rem;
    margin-top: 1.429rem;
    border-left: 5px solid #de1921;
    margin-bottom: 1.429rem;
}
#top-navigation {
	display: flex;
	justify-content: space-between;
}
.header-item {
	width: 100%;
	display: flex;
	align-items: center;
}
.blog-info-head {
	color: #ffffff;
	line-height: 51px;
	font-size: 1.75rem;
	font-weight: bold;
}
.blog-info-footer {
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 0.7143rem;
}
.right-item-header {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.navbar-navigation {
	clear: both;
	position: relative;
	width: 100%;
	z-index: 9;
	letter-spacing: 0.1em;
	padding: 0;
	text-transform: uppercase;
}
.navbar-navigation ul {
	margin: 0;
	padding-left: 0;
	text-align: right;
	list-style: none;
}
@media screen and (min-width: 960px){
	.header-item-menu, .nav-social {
		display: flex;
	}
}
@media screen and (max-width: 959px){
	.header-item-menu, .nav-social {
		display: none;
	}
	.secondary-right{
		padding: 20px !important;
	}
}
.navbar-navigation ul .menu-item-has-children,
.navbar-navigation ul .page-item-has-children {
	position: relative;
}
.navbar-navigation ul ul {
	float: left;
	position: absolute;
	z-index: 99999;
	left: -999em;
	background-color: #f6f9fa;
}
.navbar-navigation ul ul ul {
	left: -999em;
}
.navbar-navigation ul ul .expand-submenu {
	display: none;
}
.navbar-navigation ul ul li a {
	width: 240px;
	padding: 0.7143rem 1.071rem;
	text-transform: none;
}
.navbar-navigation ul ul li:focus > ul,
.navbar-navigation ul ul li.focus > ul {
	left: 100%;
}
.navbar-navigation ul ul li:last-of-type a {
	border-bottom: none;
}
.navbar-navigation ul li.menu-item-language:hover > ul,
.navbar-navigation ul li.menu-item-language.focus > ul {
	left: auto;
}
.navbar-navigation ul li {
	position: relative;
}
.navbar-navigation ul a {
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0;
	text-transform: initial;
	font-size: 1.05rem;
	line-height: 40px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.navbar-navigation ul .expand-submenu {
	-webkit-transform-origin: 27% 50% 0;
	transform-origin: 27% 50% 0;
}
.navbar-navigation li {
	display: inline-block;
	position: relative;
}
.navbar-navigation a {
	border: none;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
}
.navbar-navigation a:hover,
.navbar-navigation a:focus {
	color: #ffffff;
}
.navbar-navigation .current_page_ancestor > a,
.navbar-navigation .current-menu-ancestor > a,
.navbar-navigation .current_page_item > .expand-submenu,
.navbar-navigation .current-menu-item > .expand-submenu,
.navbar-navigation .current_page_ancestor > .expand-submenu,
.navbar-navigation .current-menu-ancestor > .expand-submenu {
	color: #ffffff;
}
.home .navbar-navigation {
	box-shadow: none;
}
.main-navigation,
.widget_nav_menu {
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.main-navigation ul,
.widget_nav_menu ul {
	padding-left: 0;
	list-style: none;
}
.main-navigation ul .expand-submenu,
.widget_nav_menu ul .expand-submenu {
	padding: 0.125rem 0 0.125rem 0.75rem;
	float: right;
}
.main-navigation ul ul,
.widget_nav_menu ul ul {
	display: none;
	margin-bottom: 1.5em;
	text-transform: none;
}
.main-navigation ul ul a,
.widget_nav_menu ul ul a {
	padding: 0.25em 0;
}
.main-navigation ul ul .expand-submenu,
.widget_nav_menu ul ul .expand-submenu {
	padding: 0;
}
.main-navigation li,
.widget_nav_menu li {
	margin: 0 !important;
	text-align: left;
}
.main-navigation a,
.widget_nav_menu a {
	display: inline-block;
	padding: 0.75em 0;
	text-align: left;
}
.main-navigation .expand-submenu,
.widget_nav_menu .expand-submenu {
	-webkit-transform-origin: 70% 50% 0;
	transform-origin: 70% 50% 0;
}
.expand-submenu {
	display: inline-block;
    font-size: 1.375rem;
    vertical-align: sub;
    padding: 0 5px 5px 0;
    margin-left: -5px;
    cursor: pointer;
}
.wordzilla-search-panel {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #1BA1E2;
}
.wordzilla-search-panel-close {
	position: absolute!important;
	right: 0;
	display: flex;
}
.wordzilla-search-panel .wordzilla-search-panel-close {
	float: right;
	position: relative;
	padding: 0;
	border: none;
	z-index: 99;
	color: #fff;
	top: 25.5px;
    margin-top: -1.2144rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.429rem;
    height: 2.429rem;
}
.wordzilla-search-panel .wordzilla-search-panel-close:hover {
	background-color: #fff;
}
.wordzilla-search-panel .search-submit {
	display: none;
}
.wordzilla-search-panel label {
	width: 100%;
	height: 51px;
	display: flex;
	align-items: center;
	padding: 0;
	left: 0;
	right: 0;
	margin: 0;
	position: absolute;

}
.wordzilla-search-panel label span{
	text-align: right;
	color: #fff;
}
.wordzilla-search-panel .search-field {
	padding-left: 0.75rem;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #fff;
	font-size: 1.25rem;
	font-weight: 300;
	color: #ffffff;
}
.wordzilla-search-panel .search-field:focus {
	color: #ffffff;
}
.wordzilla-search-panel .search-field::placeholder {
	color: #ffffff;
}
.left-sidebar-bg {
	display: none;
	position: fixed;
	z-index: 1047;
	top: 0;
	left: 31.429rem;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
#left-sidebar {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1048;
	top: 0;
	left: 0;
	width: 31.429rem;
	max-width: 100%;
	height: 100%;
	background-color: white;
}
#left-sidebar .left-header,
#left-sidebar .main-navigation,
#left-sidebar .left-nav-social,
#left-sidebar .site-info,
#left-sidebar .widget {
	max-width: 260px;
}
#left-sidebar .main-navigation {
	margin-top: 1rem;
}
.left-sidebar-content {
	overflow: auto;
	width: 105%;
	height: 100%;
	padding: 0em 1em 0 2em;
}
.left-sidebar-content .site-info {
	width: 100%;
	padding: 1.5em 1em;
	text-align: right;
}
.left-header {
	text-align: center;
}
.right-header{
	padding: 2px 1.071rem;
}
.left-logo, .right-logo {
	padding: 0.75em 0;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.left-logo a {
	display: inline-block;
	width: 100%;
	border: none;
	text-align: center;
}
.menu-logo {
	text-align: center;
}
.menu-logo img {
	width: auto;
	max-height: 40px;
	margin: 1.375rem 1rem;
}
.menu-logo .menu-blogname {
	margin: 0;
	padding: 1.143rem;
	font-weight: 700;
	text-transform: uppercase;
}
.home .menu-logo {
	display: none;
}
.menu-toggle {
	float: left;
}
.search-toggle,
.rcb_icon {
	float: right;
}
.left-sidebar-close, .right-sidebar-close {
	position: absolute;
	right: 0.7143rem;
	top: 0.7143rem;
	padding: 0 0.125rem 0.125rem;
	border: none;
	color: #000;
}
.left-sidebar-close:hover  {
	background-color: #fff;
}
.right-sidebar-close:hover{
	background-color: transparent;
}
.menu-toggle,
.search-toggle {
	margin: 0;
	padding: 0;
	padding-left: 0.7143rem;
	border: none;
	display: flex;
}
@media only screen and ( min-width: 960px ) and ( max-width: 3000px ) {
	#right-navbar-toggle, .right-header{
		display: none;
	}
}
@media only screen and ( min-width: 200px ) and ( max-width: 959px ) {
	#right-navbar-toggle, .right-header{
		display: block;
	}
	#right-navbar-toggle{
		float: right;
	}
}
.menu-toggle:hover svg,
.search-toggle:hover svg {
	fill: #fff;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	overflow: hidden;
	margin: 0 0 2.5rem;
}
.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;
	width: 50%;
	text-align: right;
}
.nav-social,
.left-nav-social {
	text-align: center;
}
.nav-social a,
.left-nav-social a {
	display: inline-block;
	border-bottom: none;
}
.nav-social a:hover svg,
.left-nav-social a:hover svg {
	transition: 0.5s;
}
.nav-social a svg,
.left-nav-social a svg {
	width: 1rem;
	height: 1rem;
	margin: 0 0.75em;
}
.nav-social {
	display: none;
	top: 0;
	right: 0;
	padding: 1.429rem 0 0 0;
}
.left-nav-social {
	margin-bottom: 2.5rem;
}
.wordzilla-next-article,
.wordzilla-previous-article {
	color: #999;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.wordzilla-next-article-title,
.wordzilla-previous-article-title {
	color: #444;
	font-size: 1.125rem;
	font-weight: 700;
}
.nav-previous {
	padding-right: 1.25rem;
}
.nav-next {
	padding-left: 1.25rem;
}
.page-links {
	text-align: center;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	clip: auto !important;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1.071rem 23px 1rem;
	border-radius: 3px;
	color: #21759b;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 1rem;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	/* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft,
.alignright,
.aligncenter {
	margin-bottom: 1.5rem;
    padding: 1.071rem;
    border-radius: 3px;
    background-color: #f8f8f8;
    font-size: 1rem;
    border: 1px solid #f8f8f8;
}

/*--------------------------------------------------------------
# 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 {
	display: table;
	content: "";
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.site-content {
	margin-top: 1.429rem;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin-bottom: 1.5rem;
	font-weight: 300;
}
.widget ul {
	margin-bottom: 0;
	margin-left: 0;
}
.widget li {
	margin-bottom: 0.75em;
}
.widget li:last-child {
	margin-bottom: 0;
}
.widget select {
	max-width: 100%;
	padding: 0.25rem;
	border: 1px solid #ddd;
	background-color: #f1f1f1;
}
.widget.widget_search .search-form label {
	width: 100%;
}
.widget.widget_search .search-form .search-field {
	width: calc(100% - 0.75rem);
}
.widget.widget_categories label {
	color: #111;
}
#secondary .widget {
	padding: 1.071rem;
	width: 100%;
    float: left;
    display: block;
}
#full-page .account-page{
	padding: 0 !important;
}
.secondary-right .widget{
	background: #fff;
    border: 1px solid #cfcfcf;
    margin-bottom: 0.7143rem;
    text-align: left;
    width: 100%;
	min-height: 40px;
	padding: 1.429rem 1.429rem 1.429rem;
}
#tetriary .widget {
	padding: 0;
}
.secondary-left .widget_nav_menu{
	margin: 0 !important;
}
.secondary-left .widget_nav_menu div > ul > li{
	letter-spacing: normal;
	border-radius: 2px;
	margin-bottom: 2px !important;
    margin-right: 0 !important;
}
.secondary-left .widget_nav_menu div > ul > li a{
	padding: 0.35em 1.429rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 1rem;
	width: 100%;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 2px;
}
.secondary-left .widget_nav_menu div > ul > li a:hover{
    background-color: #eaeff1;
}
.secondary-left .widget_nav_menu div > ul .menu-item-has-children > a{
	width: calc(100% - 30px);
}
.secondary-left .current-menu-item{
	background-color: #eaeff1;
}
.secondary-left .widget_nav_menu ul .expand-submenu{
	padding: 0 0.5rem;
    width: 30px;
}
.secondary-left .widget_nav_menu ul .submenu-expanded{
	padding: 0.15rem 0.7rem;
	position: absolute;
}
.secondary-left .widget_nav_menu ul ul{
	padding-left: 1.071rem;
}
.secondary-left .widget_nav_menu div > ul > li > ul a{
	color: #828386;
	font-size: 0.9286rem;
	letter-spacing: normal;
	font-weight: 400;
	padding: 0.4em 1.429rem;
}
.widget-title,
.category-list,
.comments-title,
.comment-reply-title {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	/* 
	border-top: 1px solid #404040;
	content:"";
	//margin: 0 auto;// /* this centers the line to the full width specified 
	position: absolute;// /* positioning must be absolute here, and relative positioning must be applied to the parent 
	top: 50%;
	//left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	display:inline-block;
			*/
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget_recent_entries,
.widget_recent_comments,
.widget_archive,
.widget_categories,
.widget_search,
.widget_meta {
	line-height: 1.25;
}
.widget_recent_entries a {
	border: 0 transparent;
}
#top-widget .widget-title,
#top-widget .category-list,
#top-widget .comments-title,
#top-widget .comment-reply-title,
#tetriary .widget-title,
#tetriary .category-list,
#tetriary .comments-title,
#tetriary .comment-reply-title {
	margin-bottom: 1rem;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
button, input, select, textarea, .site-title a, .widget-title, .comments-title, .tabs > label, .tabs > label:hover, .tabs [id^="tab"]:checked + label, .cab_bttn_lite .rcl-tab-button a > span, .rcl-chat-contacts .message-meta, .cab_bttn_lite .rcl-tab-button span span, a.recall-button.active, a.recall-button.active:hover, a.recall-button.filter-active, a.recall-button.filter-active:hover, a.data-filter.filter-active, a.data-filter.filter-active:hover, #rcl-office a:link, #rcl-chat-noread-box .messages-icon .fa, .rcl-tab-button .active, #lk-menu a:hover, .rcl-tab-button .active .fa, #lk-menu a:hover > .fa {
	color: #3a4b5f;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
article.page {
	background-color: #ffffff;
	padding: 1.429rem;
	border: 1px solid #cfcfcf;
}
.sticky {
	display: block;
}
.byline,
.updated:not(.published) {
	display: none;
}
.byline {
	display: inline;
}
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .wordzilla-post-format {
	margin: 0;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 0.75rem;
}
.entry-meta .wordzilla-post-format {
	margin-right: 30px;
}
.entry-meta cite,
.entry-meta cite a {
	color: #fff;
	font-style: normal;
}
.entry-meta,
.entry-meta a {
	color: #666;
}
.single .entry-meta .byline,
.single .entry-meta .posted-on,
.page .entry-meta .byline,
.page .entry-meta .posted-on {
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.625;
	text-transform: uppercase;
}
.single .entry-meta .byline,
.single .entry-meta .byline a,
.page .entry-meta .byline,
.page .entry-meta .byline a {
	color: #666;
}
.single .entry-meta,
.page .entry-meta {
	min-width: 100px;
	padding-right: 0.3125rem;
}
.single .entry-meta .posted-on,
.single .entry-meta .posted-on a,
.page .entry-meta .posted-on,
.page .entry-meta .posted-on a {
	color: #666;
}

.single article h1,
.single article .site-title,
.single article h2,
.single article h3,
.single article h4,
.single article h5,
.single article h6,
.single article .entry-meta .byline,
.entry-meta .single article .byline,
.single article .entry-meta .posted-on,
.entry-meta .single article .posted-on,
.single article .entry-meta .wordzilla-post-format,
.entry-meta .single article .wordzilla-post-format,
.page article h1,
.page article .site-title,
.page article h2,
.page article h3,
.page article h4,
.page article h5,
.page article h6,
.page article .entry-meta .byline,
.entry-meta .page article .byline,
.page article .entry-meta .posted-on,
.entry-meta .page article .posted-on,
.page article .entry-meta .wordzilla-post-format,
.entry-meta .page article .wordzilla-post-format {
	font-weight: 700;
	text-align: left;
}
.single .post_format-post-format-aside,
.page .post_format-post-format-aside {
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.65;
}
.single .post_format-post-format-quote {
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	color: #fff;
}
.single .post_format-post-format-quote .wordzilla-post-format-icon, {
	right: 1.25rem;
	background-color: transparent;
	fill: #fff;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	margin-left: -21.666%;
}
.wordzilla-page-intro {
	background-color: #fff;
	border: 1px solid #cfcfcf;
	width: 100%;
	margin-bottom: 0;
    padding-top: 1.429rem;
	color: #404040;
	text-align: center;
}
.wordzilla-page-intro h1,
.wordzilla-page-intro .site-title,
.wordzilla-page-intro h2 {
	position: relative;
	line-height: 1.1;
	margin: 0;
}
.wordzilla-page-intro h1,
.wordzilla-page-intro .site-title {
	margin-bottom: 0;
}
.wordzilla-page-intro p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.wordzilla-page-intro #today-date {
	text-align: center;
}
.archive .archive-wordzilla-page-intro-row {
	margin: 0;
}
.wordzilla-page-intro:after, .right-header:after{
	content: '';
	width: 100%;
	background: url(img/pattern.png) repeat-x 0.7143rem;
    text-align: center;
    display: block;
    height: 1.429rem;
    padding-top: 0px;
    padding-bottom: 30px;
}
.home .wordzilla-page-intro {
	margin-bottom: 0;
}
@media (min-width: 960px) {
	.wordzilla-page-intro h2 {
		font-size: 3em;
		font-weight: 300;
	}
	.home .wordzilla-page-intro {
		margin-bottom: 0;
	}
}
.category-list {
	margin-bottom: 1.25rem;
	font-size: 1em;
}
.category-list a:hover {
	text-decoration: none;
}
.blog article,
.search article {
	padding: 0.7143rem 0;
}

.blog article .entry-header,
.archive article .entry-header,
.search article .entry-header {
	/* position: relative;
    float: left; */
    height: 100%;
    width: 100%;
}

.featured-image {
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 1.429rem;
}
.blog .post_format-post-format-quote .wordzilla-post-format-icon,
.blog .post_format-post-format-link .wordzilla-post-format-icon,
.blog .post_format-post-format-aside .wordzilla-post-format-icon,
.blog .post_format-post-format-image .wordzilla-post-format-icon,
.archive .post_format-post-format-quote .wordzilla-post-format-icon,
.archive .post_format-post-format-link .wordzilla-post-format-icon,
.archive .post_format-post-format-aside .wordzilla-post-format-icon,
.archive .post_format-post-format-image .wordzilla-post-format-icon,
.search .post_format-post-format-quote .wordzilla-post-format-icon,
.search .post_format-post-format-link .wordzilla-post-format-icon,
.search .post_format-post-format-aside .wordzilla-post-format-icon,
.search .post_format-post-format-image .wordzilla-post-format-icon {
	bottom: 0;
	line-height: 1;
}
.blog .post_format-post-format-quote,
.archive .post_format-post-format-quote,
.search .post_format-post-format-quote {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
}
.blog .post_format-post-format-quote a,
.blog .post_format-post-format-quote a:hover,
.archive .post_format-post-format-quote a,
.archive .post_format-post-format-quote a:hover,
.search .post_format-post-format-quote a,
.search .post_format-post-format-quote a:hover {
	color: #fff;
}
.blog .post_format-post-format-quote .entry-meta,
.archive .post_format-post-format-quote .entry-meta,
.search .post_format-post-format-quote .entry-meta {
	color: #fff;
}
.blog .post_format-post-format-quote .wordzilla-post-format-icon,
.archive .post_format-post-format-quote .wordzilla-post-format-icon,
.search .post_format-post-format-quote .wordzilla-post-format-icon {
	background-color: transparent;
}
.blog .post_format-post-format-quote .wordzilla-post-format-icon svg,
.archive .post_format-post-format-quote .wordzilla-post-format-icon svg,
.search .post_format-post-format-quote .wordzilla-post-format-icon svg {
	fill: #fff;
}
.blog .post_format-post-format-link,
.archive .post_format-post-format-link,
.search .post_format-post-format-link {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.blog .post_format-post-format-link a,
.blog .post_format-post-format-link a:hover,
.archive .post_format-post-format-link a,
.archive .post_format-post-format-link a:hover,
.search .post_format-post-format-link a,
.search .post_format-post-format-link a:hover {
	color: #fff;
}
.blog .post_format-post-format-link .entry-meta,
.archive .post_format-post-format-link .entry-meta,
.search .post_format-post-format-link .entry-meta {
	color: #fff;
	text-align: left;
}
.blog .post_format-post-format-link .wordzilla-post-format-icon,
.archive .post_format-post-format-link .wordzilla-post-format-icon,
.search .post_format-post-format-link .wordzilla-post-format-icon {
	background-color: transparent;
}
.blog .post_format-post-format-link .wordzilla-post-format-icon svg,
.archive .post_format-post-format-link .wordzilla-post-format-icon svg,
.search .post_format-post-format-link .wordzilla-post-format-icon svg {
	fill: #fff;
}
.blog .post_format-post-format-aside,
.archive .post_format-post-format-aside,
.search .post_format-post-format-aside {
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.65;
}
.blog .post_format-post-format-image .featured-image img,
.archive .post_format-post-format-image .featured-image img,
.search .post_format-post-format-image .featured-image img {
	margin-bottom: 0;
}
.home .masonry,
.blog .masonry,
.archive .masonry,
.search .masonry {
	margin-bottom: 0;
	padding: 30px;
}
.home .masonry:hover,
.blog .masonry:hover,
.archive .masonry:hover,
.search .masonry:hover{
	box-shadow: 0 0 40px #ecefef;
}
.home .masonrys,
.blog .masonrys,
.archive .masonrys,
.search .masonrys {
	margin-bottom: 0;
	float: left;
    box-sizing: border-box;
	height: 51.429rem;
	overflow: hidden;
	padding: 0;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.blog .list,
.archive .list,
.search .list{
	height: inherit !important;
	border-right: 0;
}
.home .masonrys:hover,
.blog .masonrys:hover,
.archive .masonrys:hover,
.search .masonrys:hover{
	border-radius: 3px;
    position: relative;
    z-index: 1;
	overflow: visible;
}
.blog .masonrys:nth-child(2n){
	border-right: none;
}
.home .masonrys article,
.blog .masonrys article, 
.archive .masonrys article, 
.search .masonrys article{
    padding: 30px;
}
.blog .post blockquote,
.blog .post q,
.blog .post .entry-content img.alignleft,
.blog .post .entry-content img.alignnone,
.blog .post .entry-content figure.alignleft,
.blog .post .entry-content figure.alignnone,
.archive .post blockquote,
.archive .post q,
.archive .post .entry-content img.alignleft,
.archive .post .entry-content img.alignnone,
.archive .post .entry-content figure.alignleft,
.archive .post .entry-content figure.alignnone,
.search .post blockquote,
.search .post q,
.search .post .entry-content img.alignleft,
.search .post .entry-content img.alignnone,
.search .post .entry-content figure.alignleft,
.search .post .entry-content figure.alignnone {
	margin-left: 0;
	font-style: normal;
}
.blog blockquote cite,
.blog q cite,
.archive blockquote cite,
.archive q cite,
.search blockquote cite,
.search q cite {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.wordzilla-list.post .row {
	margin-bottom: 0;
}
.wordzilla-list.post .featured-image a{
	display: block;
	text-align: center;
}
@media (min-width: 960px) {
	.blog .post .row,
	.archive .post .row,
	.search .post .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: left;
		-ms-flex-align: center;
		-ms-flex-pack: left;
		justify-content: left;
	}
}
.featured-image-cat {
	display: inline-block;
	margin-bottom: 0;
	padding: 0.25rem 0.5rem 0.125rem 0;
	background-color: #fff;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.featured-image-cat a {
	color: #666;
	text-transform: uppercase;
}
.featured-image-cat span {
	margin: 0.25em;
}
/* .featured-box{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 1.429rem 30px;
    display: none;
    background-color: #fbf5bc;
} */
.blog .masonrys:hover article, .archive .masonrys:hover article, .search .masonrys:hover article{
	box-shadow: 0 0 40px #ecefef;
}
.about-author {
	padding-bottom: 2em;
}
.author-avatar {
	display: inline-block;
	width: 100%;
	padding: 1px;
	border: 1px solid #ddd;
}
.author-avatar .avatar {
	width: 100%;
}
.wordzilla-author-social-icons {
	margin-top: 0.25rem;
}
.wordzilla-author-social-icons a {
	border: 0;
}
.wordzilla-author-social-icons a svg {
	height: 1rem;
	margin: 0.125rem;
	fill: #666;
}
.author-avatar-wrapper {
	padding-bottom: 1em;
}
.post-content {
	background-color: #ffffff;
	padding: 1.429rem;
	border: 1px solid #cfcfcf;
	box-shadow: 0 0 40px rgba(77, 79, 93, 0.2);
	box-shadow: 0 0 40px #ecefef;
}
body:not(.home) .content-area {
	min-height: 70vh;
}
.home #main, .archive #main, .search #main{
	padding: 0 !important;
}
@media only screen and (min-width: 960px) and (max-width: 3000px) {
	#main{
		padding: 0;
		display: block;
		margin: 0;
		width: 100%;
	}
	.author-avatar-wrapper {
		text-align: right;
	}
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
	#main{
		padding: 1.786rem 1.786rem 0;
		display: block;
		margin: 0;
		width: 100%;
	}
}
@media only screen and (min-width: 200px) and (max-width: 600px) {
	#main{
		padding: 0 !important;
		display: block;
		margin: 0;
		width: 100%;
	}

}
.account #main{
    width: 100%;
    float: left;
}
#secondary{
	padding: 0;
}
.secondary-right{
	padding: 0;
	position: relative;
}
.secondary-show{
	overflow-y: auto;
    position: fixed;
    z-index: 998;
    top: 0;
    display: block;
    right: 0;
    width: 31.429rem;
    max-width: 100%;
    height: 100%;
    background-color: #f6f9fa;
}
.entry-footer {
	margin: 0 1.429rem;
}
.entry-footer .tags-links {
	font-weight: 700;
	text-transform: uppercase;
}
.entry-footer .tags-links a {
	font-weight: 300;
	font-style: italic;
	text-transform: none;
}

.no-results.not-found,
.error-404.not-found {
	padding-bottom: 3em;
	text-align: center;
}
.no-results.not-found p,
.error-404.not-found p {
	padding: 1em 0 0 0;
}
.no-results.not-found .lead,
.error-404.not-found .lead {
	display: block;
	padding: 1em 0 0 0;
}
.no-results.not-found .search-submit,
.error-404.not-found .search-submit {
	display: none;
}
.no-results.not-found label,
.error-404.not-found label {
	width: 100%;
}
.no-results.not-found .search-field,
.error-404.not-found .search-field {
	width: 60%;
	padding: 0.5em 0.5em 0.25em;
	border-color: transparent;
	border-bottom-color: #000;
	border-radius: 0;
}
.wordzilla-post-format-icon {
	position: absolute;
	right: 0;
	padding: 0.25rem;
	background-color: #fff;
}
.wordzilla-post-format-icon svg {
	height: 1.125rem;
}
.widget .wordzilla-post-format-icon {
	background-color: transparent;
}
.wordzilla-list .wordzilla-post-format-icon {
	right: 1.25rem;
}
.wordzilla-404 h1,
.wordzilla-404 .site-title {
	margin: 0;
	color: #ddd;
	font-size: 10em;
	text-align: center;
}
@media (min-width: 960px) {
	.wordzilla-404 h1,
	.wordzilla-404 .site-title {
		font-size: 10em;
	}
}
.site-info p {
	margin: 0;
}
.site-info img {
	width: auto;
	max-height: 40px;
	margin: 1.25rem;
	opacity: 0.5;
	transition: 0.5s;
}
.site-info img:hover {
	opacity: 1;
}
.mejs-audio {
	margin-bottom: 1em;
}
.wordzilla-back-to-top {
	display: none;
	position: fixed;
	z-index: 2000;
	right: 1.429rem;
	bottom: 1.429rem;
	width: 30px;
	height: 30px;
}
.wordzilla-back-to-top .wordzilla-arrow-top {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
}
.wordzilla-back-to-top.wordzilla-show {
	display: block;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area ul {
	list-style: none;
}
.comments-area .children {
	margin-left: 0.75em;
	padding-left: 0.75em;
}
.comments-title {
	margin-bottom: 1.875rem;
}
.comment-reply-title {
	margin-bottom: 1.875rem;
}
.comment-content{
	position: relative;
}
.comment-content a {
	word-wrap: break-word;
}
.comment footer a {
	border-bottom: 0 transparent;
}
.bypostauthor {
	display: block;
}
.comments-avatar {
	margin: 0 0.5em 0.5em 0;
	padding: 1px;
	border: 1px solid #ddd;
}
.comment-author.vcard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: left;
	-ms-flex-align: start;
	-ms-flex-pack: left;
	justify-content: left;
}
.comment-meta .fn {
	font-style: normal;
	text-transform: uppercase;
}
.comment-form label {
	display: none;
}
.comment-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: left;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	-ms-flex-pack: left;
	justify-content: left;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-ur {
	margin: 0;
	padding: 0 0 0.3125rem 0;
}
.comment-form-comment input,
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-ur input,
.comment-form-ur textarea {
	width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-ur {
	width: 100%;
}
@media (min-width: 960px) {
	.comment-content {
		padding-left: 60px;
	}
	.comment-fields {
		flex-direction: row;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
	}
	.comment-form-author {
		padding-right: 1.25rem;
	}
	.comment-form-email {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	.comment-form-ur {
		padding-left: 1.25rem;
	}
}
#cancel-comment-reply-link {
	float: right;
}
.comment-list {
	padding: 0;
}
article.comment {
	padding-bottom: 1em;
}
/*--------------------------------------------------------------
# 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;
}
#infscr-loading {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1.143rem;
	text-align: center;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
	font-weight: 400;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text {
	padding: 0.7143rem 0 0;
	text-align: center;
}
.wp-caption-text:focus {
	border: 0 transparent;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.widget .gallery {
	margin-bottom: 0;
}
.gallery-item {
	width: 100%;
	margin: 0;
	text-align: center;
	vertical-align: top;
	/*
	.gallery-columns-2 & {
		max-width: 50%;
	}
	.gallery-columns-3 & {
		max-width: 33.33%;
	}
	.gallery-columns-4 & {
		max-width: 25%;
	}
	.gallery-columns-5 & {
		max-width: 20%;
	}
	.gallery-columns-6 & {
		max-width: 16.66%;
	}
	.gallery-columns-7 & {
		max-width: 14.28%;
	}
	.gallery-columns-8 & {
		max-width: 12.5%;
	}
	.gallery-columns-9 & {
		max-width: 11.11%;
	}*/
}
.gallery-caption {
	display: block;
	padding-top: 0.5em;
	text-align: left;
}
.gallery-item.slick-slide img {
	width: 100%;
	border-radius: 3px;
}
/*--------------------------------------------------------------
# External assets
--------------------------------------------------------------*/
.fat-wpp-image-cat {
	display: inline-block;
	padding: 0.25rem 0.5rem 0.25rem 0;
	font-size: 0.625rem;
	letter-spacing: 0.05em;
}
.fat-wpp-image-cat span {
	margin: 0.25em;
}
.fat-wpp-image-cat a {
	color: #666;
	text-transform: uppercase;
}
.fat-wpp-list > li {
	position: relative;
	margin-bottom: 2.5rem;
}
.fat-wpp-list > li > h2 {
	margin-bottom: 0;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.1875;
}
.fat-wpp-list > li > h2 > a {
	color: #363738;
}
.fat-wpp-image {
	position: relative;
}
.fat-wpp-image img {
	width: 100%;
}
.popular-posts .wordzilla-post-format-icon {
	right: 0;
	padding-right: 0;
}
.popular-posts .wordzilla-post-format-icon svg {
	height: 1.125rem;
}


.pagination{
	padding: 40px 30px;
  float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.pagination a, .pagination span {
	padding: 7px 0.8571rem;
}
.pagination a{
	border-radius: 30px;
    border: 3px solid #fff;
}
.pagination a:hover, .pagination .current{
	color: #3a4b5f;
    background-color: #fff !important;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    border: 3px solid #f1f1f1;
}

.featured-posts {
	margin-bottom: 0;
}
.featured-posts .featured-category {
	color: #f1f1f1;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.featured-posts .featured-category span {
	margin: 0.25em;
}
.featured-posts a {
	color: #f1f1f1;
}
.wordzilla-featured-slider {
	background: url("./slick/ajax-loader.gif") center center no-repeat;
}
.wordzilla-featured-slider-wrapper {
	display: none;
	position: relative;
	background-color: #000;
}
.wordzilla-featured-slider .featured-image {
	position: relative;
	opacity: 0.8;
}
.no-featured-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.wordzilla-featured-slider-header {
	margin-bottom: 0;
	line-height: 1.15;
}
.wordzilla-featured-slider-header a {
	font-weight: 700;
}
.wordzilla-featured-slider-title-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.wordzilla-featured-slider-title {
	max-width: 640px;
	padding: 2.5rem 3.75rem 2.5rem 5rem;
}
@media (min-width: 960px) {
	.wordzilla-featured-slider-header {
		font-size: 2.75em;
	}
}
/* Magnific Popup CSS */
.mfp-bg {
	overflow: hidden;
	position: fixed;
	z-index: 1042;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.90;
	background: rgba(0, 0, 0, 0.85);
	filter: alpha(opacity=90);
}
.mfp-wrap {
	position: fixed;
	z-index: 1043;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 8px;
	text-align: center;
}
.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	display: inline-block;
	position: relative;
	z-index: 1045;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	position: absolute;
	z-index: 1044;
	top: 50%;
	right: 8px;
	left: 8px;
	width: auto;
	margin-top: -0.8em;
	color: #ccc;
	text-align: center;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	display: block;
	overflow: visible;
	z-index: 1046;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0 0 18px 0.7143rem;
	opacity: 0.65;
	font-family: Arial, Baskerville, monospace;
	font-size: 28px;
	font-style: normal;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	filter: alpha(opacity=65);
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: -6px;
	width: 100%;
	background-color: transparent;
	padding-right: 6px;
	text-align: right;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.8571rem;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	top: 50%;
	width: 90px;
	height: 10.7143rem;
	margin: 0;
	margin-top: -55px;
	padding: 0;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
	content: "";
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
	top: 8px;
	border-top-width: 0.9286rem;
	border-bottom-width: 0.9286rem;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	margin-left: 31px;
	border-right: 17px solid #fff;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 1.786rem;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	margin-left: 39px;
	border-left: 17px solid #fff;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	width: 100%;
	max-width: 900px;
	line-height: 0;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* Main image in popup */
img.mfp-img {
	display: block;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 40px;
	line-height: 0;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	display: block;
	position: absolute;
	z-index: -1;
	top: 40px;
	right: 0;
	bottom: 40px;
	left: 0;
	width: auto;
	height: auto;
	background: #444;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	content: "";
}
.mfp-figure small {
	display: block;
	color: #bdbdbd;
	font-size: 0.8571rem;
	line-height: 1rem;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -36px;
	cursor: auto;
}
.mfp-title {
	padding-right: 36px;
	line-height: 18px;
	text-align: left;
	word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-right: 0;
		padding-left: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		position: fixed;
		top: auto;
		bottom: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		background: rgba(0, 0, 0, 0.6);
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		top: 3px;
		right: 5px;
	}
	.mfp-img-mobile .mfp-close {
		position: fixed;
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		padding: 0;
		background: rgba(0, 0, 0, 0.6);
		line-height: 35px;
		text-align: center;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-right: 6px;
		padding-left: 6px;
	}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	left: 50%;
	width: 600px;
	margin-top: 5px;
	margin-left: -300px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
.shareaholic-canvas .recommendation-article-title {
	color: #000;
}
.shareaholic-canvas div.shareaholic-recommendations-header {
	color: #000;
	text-transform: uppercase;
}
.left-widget-area .widget_social_media_icons_widget_by_fat ul,
#secondary .widget_social_media_icons_widget_by_fat ul {
	text-align: center;
}
.left-widget-area .widget_social_media_icons_widget_by_fat ul li,
#secondary .widget_social_media_icons_widget_by_fat ul li {
	display: inline-block;
	margin-bottom: 0.75em;
	padding: 0.5em;
}
/* Табы */
.tabs {
		width: 100%;
		float: none;
		list-style: none;
		padding: 0;
		margin: 1.429rem 0;
		background-color: #ffffff;
		border: 1px solid #cfcfcf;
}
.tabs:after {
		content: '';
		display: table;
		clear: both;
}
.tabs input[type=radio] {
		display:none;
}
.tabs > label p {
		padding: 5px;
		margin-right: 0;
}
.tabs > label {
		display: block;
		float: left;
		width: 50%;
		border-bottom: 1px solid #ecebeb;
		font-size: 17px;
	padding: 0.7143rem;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		line-height: 2;
		cursor: pointer;
}
.tabs > .tab-first{
		border-right: 1px solid #ecebeb;
}
.tabs > label span {
		display: none;
}
.tabs > label:hover {
	border-bottom: 1px solid #ecebeb;
}
.tab-content {
		display: none;
		width: 100%;
		float: left;
		padding: 1.071rem;
		box-sizing: border-box;
		background-color:#ffffff;
}
.tabs [id^="tab"]:checked + label {
		background: #ffffff;
		box-shadow: inset 0 1px #ecebeb;
		border-bottom: none;
}
#tab-first:checked ~ #tab-content-1,
#tab-second:checked ~ #tab-content-2
{
		display: block;
}
/* Личный кабинет */
/* блок lkk-conteyner start */
#lkk-conteyner {
	overflow: hidden;
	position: relative;
	background-size: 100%;
}
.lk-sidebar {
	float: left;
	line-height: 1;
}
/* блок lkk-conteyner end */
.wordzilla-avatar{
	float: right;
    padding: 7px;
}
.wordzilla-avatar img{
	border-radius: 50%;
	border: 2px solid #ffffff;
	background-color: #fff;
}
.rcb_icon a{
	display: block;
    float: left;
    font-size: 23px;
	padding: 0 0.7143rem;
	line-height: 51px;
}
.rcb_icon a:last-child {
	padding-right: 0;
}
.rcb_hiden {
	display: none;
}
/* START upload cover */
#rcl-office{
	background: #f8f8f8;
	box-shadow: none;
	border: 1px solid #f8f8f8;
}
#rcl-office .rcl-cover-icon{
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	float: right;
	font-size: 1.429rem;
	padding: 5px;
	z-index: 3;
}
#rcl-office .rcl-cover-icon:hover{
	color: #eee;
}
/* END upload cover */
/* START кнопки lite */
.cab_bttn_lite {
	float: right;
}
.cab_bttn_lite > span {
	display: inline-block;
}
.rcl-action .recall-button {
	display: block;
}
.cab_bttn_lite .fa {
	display: none;
}
.cab_bttn_lite .rcl-tab-button a > span {
	display: table;
	text-align: center;
}
.cab_bttn_lite .rcl-tab-button span span {
	background: transparent;
	display: table-header-group;
	font-size: 1.429rem;
	font-weight: bold;
	padding: 0;
	text-align: center;
}
#lkk-conteyner .cab_bttn_lite .rcl-tab-button span span > span {
	display: table;
}
/* END кнопки lite */
/* START аватар и элементы управления внутри него */
.cab_center{
	width: 100%;
}
#rcl-avatar {
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
	background-color: #f8f8f8;
	border: 0;
	width: 100%;
	margin-bottom: 0.7143rem;
}
#rcl-avatar img {
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
}
#rcl-avatar .avatar-icons{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
#rcl-avatar:hover > .avatar-icons{
	display: block;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon a{
	font-size: 1.429rem;
	padding: 5px;
	background: rgba(0, 0, 0, 0.6);
	color:#fff;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon a:hover{
	opacity: 1;
}
#rcl-avatar .icon-avatar-delete{
	top: 0;
	right: 0;
	display: none;
}
#rcl-avatar:hover .icon-avatar-delete{
	display:block
}
#rcl-avatar .icon-avatar-upload{
	bottom: 0;
	left: 0;
}
#rcl-avatar .icon-webcam-upload{
	bottom: 0;
	left: 35px;
}
#rcl-avatar .icon-user-info{
	top: 0;
	left: 0;
}
.rcl-form th, .rcl-form td{
	padding: 0.7143rem;
}
.wprecallblock #tab-publics table tr:first-child{
	background: #edeef0;
}
/* END аватар и элементы управления внутри него */
.vertical-menu #lk-menu{
	width: 20%;
	max-width: inherit;
	margin: 0;
	padding: 0.7143rem;
	box-sizing: border-box;
}
#lk-content{
	width: 100%;
}
#rcl-office .recall_content_block.active{
	min-height: 100vh;
	padding: 0.7143rem;
}
a.recall-button.active, a.recall-button.active:hover, a.recall-button.filter-active, a.recall-button.filter-active:hover, a.data-filter.filter-active, a.data-filter.filter-active:hover, #rcl-office a:link{
	background-color: #eaeff1 !important;
}
.office-light #lkk-conteyner {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0;
}
.rcl-subtab-menu .active{
	background: transparent !important;
}
.office-light #lkk-conteyner::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)) repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 38%;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.cab_header {
	right: 0;
	position: absolute;
	margin: 0;
	min-height: 5px;
}
#tab-button-sale-links{
	border-bottom: none;
	margin: 0;
}
#tab-button-sale-links .fa{
	font-size: 1.429rem;
}
.cab_content {
	display: inline-block;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 2;
	min-height: inherit;
}
.cab_content .lk-sidebar {
	margin: 0;
	width: 100%;
	height: inherit;
	border: 1.071rem solid #ffffff;
	box-sizing: border-box;
}
.cab_footer{
    float: left;
    width: 100%;
    display: block;
	background-color: #fff;
}
#tab-button-sale-links{
	background-color: rgba(0,0,0,0.6);
	padding: 0 !important;
}
#tab-button-sale-links a{
	color: #fff;
	font-size: 0.9286rem;
}
.rcl-subtab-menu{
	background: #edeef0;
}
.lk-sidebar .lk-avatar {
	background: #ddd;
	box-shadow: 0 0 0 5px #fff;
	height: 100%;
	width: 100%;
}
.cab_title {
	display: inline-block;
	width: 100%;
}
.cab_title h2 {
	font-size: 24px;
	line-height: 1.1;
	padding: 0;
	font-weight: 700;
	margin:0;
}

#rcl-office h2{
	padding: 1.071rem 0 5px;
}
.rcl-action {
	width: 100px;
	height: 100px;
	margin: 0 !important;
	position: absolute;
	font-size: 0.7857rem;
	top: 1.429rem;
	right: 35px;
}
.rcl-action .online:before{
	border: 8px solid rgba(255, 255, 255, 0.74);
	margin-left: 42px;
	margin-top: -3px;
	content: " ";
	height: 0.7143rem;
	width: 0.7143rem;
	background-color: #8BC34A;
	border-radius: 100%;
	position: absolute;
	opacity: 1;
	-webkit-animation: pulse 2s infinite ease-in-out;
	animation: pulse 2s infinite ease-in-out;
	z-index: 11;
}
.rcl-action .online:after{
	margin-left: 0.7143rem;
	content: " ";
	height: 0.7143rem;
	width: 0.7143rem;
	background-color: #8BC34A;
	border-radius: 100%;
	position: absolute;
	z-index: 7;
}
.rcl-action .offline:after{
	margin-left: 0.7143rem;
	content: " ";
	height: 0.7143rem;
	width: 0.7143rem;
	background-color: #aaaaaa;
	border-radius: 100%;
	position: absolute;
	z-index: 7;
}
@-webkit-keyframes pulse {
	0% { transform: scale(0);}
	50% { transform: scale(1);}
	100% { transform: scale(1);opacity: 0;}
}
@keyframes pulse {
	0% { transform: scale(0);}
	50% { transform: scale(1);}
	100% { transform: scale(1);opacity: 0;}
}
.wprecallblock #tab-publics table tr:first-child{
	background: #edeef0;
}
.wprecallblock #tab-publics table td{
	font-size: 0.9286rem;
}
.rcl-form th, .rcl-form td{
	padding: 1.071rem;
	border: 1px solid #edeef0;
}
.rcl-public-box .rcl-form-field > label{
	font-size: 1.071rem;
	font-weight: 700;
}
.rcl-public-box .rcl-form-field {
	background-color: #f8f8f8;
	border: 1px solid #edeef0;
}
#rcl-office select, #rcl-office textarea, #rcl-office input:not([type="submit"]):not([type="button"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]){
	border: 1px solid #edeef0;
}
#rcl-post-bar .post-bar-item a{
	border-radius: 50%;
    padding: 0.7143rem 5px;
}
.rcl-field-input .maxlength{
	background-color: #edeef0;
	border: 1px solid #edeef0;
}
#rcl-office h3{
	padding: 0px;
	margin-bottom: 1.071rem;
}
.cab_bttn {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0 0 0.7143rem 0;
}
.cab_footer .cab_bttn a {
	background: inherit;
    border: none;
    border-radius: 3px;
    padding: 0.7143rem;
	display: block;
}
.cab_footer .cab_bttn a:hover {
	background: rgba(0, 0, 0, 0.4);
	opacity: 0.8;
}
.cab_bttn > div,
.cab_bttn > span {
	display: inline-block;
	padding: 0.7143rem;
	margin: 0;
	text-align: center;
	width: 100%;
	padding: 3px 1.071rem;
}
.cab_bttn > div a,
.cab_bttn > span a{
	color: #fff !important;
	opacity: 1;
}
.cab_bttn_lite {
	position: relative;
	float: left;
	right: initial;
	bottom: inherit;
	text-align: justify;
	width: 100%;
	padding: 0 1.786rem;
	border-top: 1px solid #ecebeb;
	border-bottom: 1px solid #ecebeb;
}
.cab_bttn_lite > span{
	display: inline-block;
	padding: 1.786rem 0 0;
}
.cab_bttn_lite:after {
	display: inline-block;
	content: "";
	width: 100%;
}
#rcl-office .cab_bttn_lite .rcl-tab-button .rcl-menu-notice span{
	display:inline-block;
}
.status-user-rcl{
	margin: 0;
	font-size: 0.7857rem;
}
.author-meta span{
	font-size: 0.8571rem;
	display: inline-block;
}
.author-meta .profile-meta{
	width: 25%;
}
.author-meta .profile-desc{
	width: 75%;
}
.rcl-edit-profile{
	width: calc(100% - 30px);
    margin: 0 auto;
	text-align: center;
	color: #fff !important;
	cursor: pointer;
}
/* START для сайдбара-виджета */
.cabinet_sidebar_after,
.cabinet_sidebar_before {
	margin: 4px 0;
}
.cab_content_blk {
	display: flex;
}
.cab_content_blk #lk-content {
	width: 99%;
}
.cab_sidebar {
	border-left: 1px solid #e5e5e5;
	margin: 0;
	max-width: 280px;
	padding: 5px;
	flex-shrink: 0;
}
.cab_sidebar .panel_lk_recall .rcl-widget-buttons {
	overflow: hidden;
}
.vertical-menu .cab_content_blk .recall_content_block.active {
	min-width: 380px;
}
#rcl-chat-noread-box .rcl-chat .important-manager .important-shift {
    background: rgb(130, 172, 219);
    border-radius: 3px;
    padding: 3px 8px;
}
#rcl-chat-noread-box .rcl-chat .chat-form textarea{
	border: none;
	background: #f1f1f1;
	min-height: 85px;
}
#rcl-chat-noread-box .chat-submit{
	padding: 0.7143rem 1.071rem;
    border-radius: 3px;
    margin: 0 0.7143rem 0.7143rem 0;
}
#rcl-chat-noread-box .rcl-chat .words-counter{
	margin-left: 0.7143rem;
}
#rcl-chat-noread-box .rcl-noread-users a.active-chat::before{
	border: 0;
}
#rcl-chat-noread-box .rcl-noread-users{
	background-color: inherit !important;
}
#rcl-chat-noread-box{
	position: relative;
	bottom: 1px;
}
#rcl-chat-noread-box .rcl-noread-users{
	width: inherit;
}
#rcl-chat-noread-box .rcl-mini-chat{
	position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 99999999;
	box-shadow: 0 0 40px rgba(99, 117, 138, 0.4);
	border-radius: 4px;
	width: 370px;
}
#rcl-chat-noread-box .rcl-chat .chat-meta{
	padding: 5px;
}
#rcl-chat-noread-box .rcl-mini-chat .rcl-chat-panel{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 0.7143rem;
}
#rcl-chat-noread-box .rcl-mini-chat .rcl-chat{
	border: none;
	padding: 0;
}
.rcl-noread-users .messages-icon, .rcl-noread-users .chat-contacts, .rcl-noread-users .chat-contacts span{
	float:left;
	padding: 3px 0 0 0;
}
.rcl-noread-users .messages-icon{
	font-size: 22px !important;
    line-height: 44px !important;
    padding: 3px 0.7143rem 0px 0.7143rem !important;
    margin: 0 !important;
}
#rcl-chat-noread-box .more-contacts a{
	font-size: 1.786rem;
	padding: 0 0.7143rem;
}
#rcl-chat-noread-box .more-contacts a:after{
	content:'⁞';
}
#rcl-chat-noread-box .messages-icon .chat-new-messages{
	position: relative;
    padding: 2px 5px 2px 6px;
    background-color: #ff5402 !important;
    top: -0.8571rem;
    right: 5px;
    font-size: 0.7143rem;
}
#rcl-chat-noread-box .rcl-chat-user img{
	background-color: #ffffff;
    border-radius: 50%;
    padding: 2px;
    width: 36px;
}
#rcl-chat-noread-box .rcl-noread-users .messages-icon:hover{
	color: #fff;
}
/* END для сайдбара-виджета */
/* START стили кнопок для скрипта */

.cab-header {
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	margin-bottom: 1.429rem;
	min-height: 170px;
	padding: 1.429rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#lk-menu{
	width: 100%;
	display: flex;
	max-width: 70%;
	margin-top: 1.429rem;
}
#lk-menu > span{
	width: 100%;
	margin-right: 3px;
}
#lk-menu a {
	margin: 0;
	opacity: 1;
	padding: 5px 1.071rem;
	width: 100%;
	background: transparent;
	border: 0 !important;
	float: left;
	line-height: 1.786rem;
	margin-bottom: 0px;
	border-radius: 3px;
	display: flex;
	align-items: center;
}
#lk-menu a .fa {
	background: transparent;
	font-size: 1.143rem;
	width: 27px;
	padding: 5px;
	vertical-align: middle;
}
#lk-menu a span {
	font-size: 0.9286rem;
    margin: 0;
    padding: 0 8px;
    vertical-align: middle;
    font-weight: 700;
}
.rcl-tab-button .active, #lk-menu a:hover, .rcl-tab-button .active .fa, #lk-menu a:hover > .fa{
	
}
.horizontal-menu #rcl-tabs {
	position: relative;
}
.horizontal-menu #lk-menu {
	font-family: unset;			/* IE edge fix */
	padding: 5px 0.7143rem 2px;
	width: 99%;					/* old browsers */
	width: 100%;
	box-sizing: border-box;
}
.horizontal-menu #lk-menu span{
	width: auto !important;
	line-height: 32px;
	margin:0;
}
.horizontal-menu #lk-content{
	width:100% !important;
}
.horizontal-menu #lk-menu a .fa{
	float:left !important;
	padding: 7px 0 7px 7px !important;
}
#lk-menu .hideshow a.bars {
	margin: 0;
	max-height: 30px;
	padding: 4px 7px;
}
#lk-menu a.bars .fa {
	font-size: 23px;
	background: transparent;
	padding: 0;
}
#light_ext_menu {
	display: none;
}
#light_ext_menu.bounce {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	transition: top 0.25s ease-in-out 0s;
	z-index: 1000;
}
#light_ext_menu ul {
	background: #f8f8f8;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 3px 3px 0;
	width: 200px;
}
#light_ext_menu a {
	border-bottom: 3px solid #f8f8f8;
	display: flex;
	margin: 0;
	padding: 0;
	white-space: normal;
	width: 100%;
}
#light_ext_menu a .fa {
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	font-size: 1.143rem;
	justify-content: center;
	min-width: 35px;
}
#light_ext_menu a span {
	font-size: 1rem;
	margin: 0;
	padding: 0.7143rem 0.7143rem 0.7143rem 8px;
}
.rcl-chat-contacts .contact-box{
	background-color: #f6f9fa;
    padding: 0.7143rem;
    border-radius: 3px;
	position: relative;
	margin-bottom: 2px;
    width: 100%;
    display: block;
    float: left;
}
.rcl-chat-contacts .avatar-contact, .rcl-chat-contacts .message-content, .rcl-chat-contacts .message-meta, .rcl-chat-contacts .message-text{
	display: inline-block;
	float: left;
}
.contact-box > a{
	position: absolute;
	right: 5px;
	top: 5px;
}
#rcl-chat-noread-box .rcl-chat-user .fa-commenting {
    background: #fff;
    border-radius: 50%;
    color: #ff0000;
    font-size: 1rem;
    padding: 4px;
    font-size: 0.8571rem;
    padding: 3px 1px 2px 3px;
    position: absolute;
    right: -5px;
    top: -7px;
}
#rcl-chat-noread-box .rcl-chat-user {
    width: 3.214rem;
}
.contact-box > .chat-contact {
	position: relative;
	right: inherit;
	top: inherit;
}
.rcl-chat-contacts .message-meta{
	padding: 0 0.7143rem;
}
.rcl-chat-contacts .avatar-contact img {
	display: block;
}
.rcl-chat-contacts .author-name, .rcl-chat-contacts .time-message{
	display: block;
}
/* END стили кнопок для скрипта */
/* START left buttons */
.vertical-menu #lk-menu a .fa {
	display: table-cell;
	width: 35px;
	box-sizing: border-box;
}
.vertical-menu #lk-menu a span {
	display: table-cell;
	padding: 5px;
}
/* END left buttons */

#recallbar .pr_sub_menu .rcb_line > a{
	font-size: 0.9286rem;
}
.no-logged{
	font-size: 40px;
    width: 100%;
    background-color: transparent;
    text-align: center !important;
    padding: 40px 1.429rem 0;
}
.no-logged:before{
	width: 100%;
    clear: both;
    display: block;
	margin-bottom: 40px;
    font-size: 100px;
	font-family: FontAwesome;
}
.rcl-rating-box .rating-wrapper .vote-heart {
    color: #FF5722;
}
.rcl-rating-box{
	position: absolute;
    right: 0;
    bottom: -6px;
	font-size: 1rem;
}
.blog .masonrys .rcl-rating-box, .archive .masonrys .rcl-rating-box, .search .masonrys .rcl-rating-box{
	bottom: inherit;
    background-color: #f6f9fa;
    border-radius: 3px;
    padding: 4px 0px;
    font-weight: 700;
}
.panel_lk_recall .form-tab-rcl{
	max-width: 360px;
}
.panel_lk_recall .form-tab-rcl form{
	padding: 40px 1.429rem;
}
/* START responsive */
@media screen and (max-width:1024px) {
	span.logo-text {
		font-size:1rem;
	}
	.slider-company-item {
		height: 146px;
		width: 146px;
	}
}

@media screen and (max-width:800px) {
	.office-light #lkk-conteyner::after {
		height: 25%;
	}
	.cab_content {
		min-height: 175px;
		margin: 50px 0 0;
	}
	.office-light .lk-sidebar {
		height: 150px;
		margin: 0 1.429rem;
		width: 150px;
	}
	.lk-sidebar .lk-avatar {
		box-shadow: 0 0 0 4px #fff;
	}
	.office-light .cab_title h2 {
		font-size: 1.857rem;
	}
	.office-light .rcl-action {
		font-size: 0.9286rem;
		line-height: 1;
	}
	div.masonry-item, 
	div.grid-sizer {
		width: 33.3333333%;
	}
	.navbar-toggle {
		display: block;
		padding: 0;
	}
	.navbar-navigation ul:not(.wordzilla-ajax-search) {
		display: none;
		position: absolute;
		top: 51px;
		background: #1BA1E2;
		right: 0;
	}
	.navbar-navigation ul:not(.wordzilla-ajax-search).active {
		display: flex;
	}
	.navbar-navigation ul:not(.wordzilla-ajax-search) li {
		display: block;
	}
	.blog-info-head {
		font-size: 1rem;
	}
	.logo-text {
		display: none;
	}
	#masthead .custom-logo-link {
		margin-left: -182px;
		display: none!important;
	}
	.custom-logo {
		min-width: 200px;
	}
	.mobile-logo {
		display: block;
		width: 55px;
		position: absolute;
	}
	#masthead .container {
		padding: 0;
	}
	#masthead .container .row {
		margin: 0;
	}
}
@media screen and (max-width:960px) {
	.cab_content_blk {
		display: block;
	}
	.cab_sidebar,
	.rcl-content {
		max-width: none;
		border: none;
	}
	.vertical-menu .cab_content_blk .recall_content_block.active {
		min-width: auto;
	}
}
@media screen and (max-width:768px) {
	.slider-company-item {
		height: 138px;
		width: 138px;
	}
	
}
@media screen and (max-width:640px) and (max-height:360px) {
	.slider-company-item {
		height: 160px;
		width: 160px;
	}
}
@media screen and (max-width:731px) and (max-height:411px) {
	.slider-company-item {
		height: 161px;
		width: 161px;
	}
}
@media screen and (max-width:823px) and (max-height:411px) {
	.slider-company-item {
		height: 150px;
		width: 150px;
	}
	.logo-text {
		display: none;
	}
}

@media screen and (max-width:568px) and (max-height:320px) {
	.slider-company-item {
		height: 170px;
		width: 170px;
	}
}

@media screen and (max-width:667px) and (max-height:375px) {
	.slider-company-item {
		height: 161px;
		width: 1px;
	}
}


@media screen and (max-width:736px) and (max-height:414px) {
	.slider-company-item {
		height: 161px;
		width: 161px;
	}
}

@media screen and (max-width:812px) and (max-height:375px) {
	.slider-company-item {
		height: 148px;
		width: 148px;
	}

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

	.cab_header {
		margin: 8px 0 0;
	}
	.cab_content {
		margin: 1.071rem 0 0;
		min-height: 140px;
	}
	.cab_center {
		min-height: 3.214rem;
	}
	.office-light .lk-sidebar {
		height: 80px;
		margin: 0 1.071rem;
		width: 80px;
	}
	.lk-sidebar .lk-avatar {
		box-shadow: 0 0 0 3px #fff;
	}
	.office-light .rcl-avatar-delete {
		padding: 5px 6px;
	}
	.office-light .cab_title h2,
	.lk-avatar .cab_usr_info {
		font-size: 1.429rem;
	}
	.cab_bttn,
	.cab_title {
		width: 100%;
	}
	.cab_bttn_lite {
		bottom: 0;
		margin: 8px 0;
		position: relative;
	}
	
	.wordzilla-avatar {
		line-height: 35px;
	}
}
@media screen and (max-width:480px) {
	.cab_content {
		margin: 8px 0 0;
	}
	.cab_center {
		display: block;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	.office-light .lk-sidebar {
		display: block;
		float: none;
		height: 20.7143rem;
		margin: 1.071rem auto 0.7143rem;
		width: 20.7143rem;
	}
	.lk-avatar .cab_usr_info {
		font-size: 32px;
	}
	.lk-sidebar .lk-avatar {
		box-shadow: 0 0 0 5px #fff;
	}
	.cab_bttn,
	.cab_title {
		width: 100%;
	}
	.cab_content .cab_footer {
		text-align: center;
	}
	.cab_bttn .fa {
		display: none;
	}
	.cab_bttn i + span {
		margin: 0;
	}
	.cab_bttn_lite {
		display: table;
		float: none;
		margin: 8px auto;
		right: 0;
	}
	div.masonry-item, 
	div.grid-sizer,
	div.grid-company div.masonry-item {
		width: 100%;
	}
	.info-block-post {
		flex-direction: column;
		align-items: flex-start;
	}
	.info-block-post__author {
		margin: 0.7143rem 0!important;
	}
	.company-page {
		flex-direction: column;
		align-items: flex-start;
	}
	.info-block {
		align-items: flex-start!important;
	}
	.single-menu-content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.single-menu-content a.company-bt{
	    width: 100%;
        margin: 0;
	}
	.single-menu-content a.company-bt:not(:last-child){
	    margin-bottom: 30px;
	}
	.heateor_sss_sharing_container,
	.company-form-question.company-bt {
		display: none!important;
	}
	.company-bt{
		display: flex!important;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.slider-company-item {
		height: 118px;
		width: 118px;
	}
	.slick-arrow  {
		display: none!important;
	}
	.close-form {
		top: -30px!important;
		right: 50%!important;
	}
	.wordzilla-search-panel .search-field {
		margin: 0 3px;
	}

	.about-ttl {
		display: flex;
		width: 100%;
	}

	.grid-company {
		min-height: 100%;
		/* padding-top: 400px; */
	}
	
	
}

@media screen and (max-width:360px) {
	#lkk-conteyner .cab_bttn_lite .rcl-tab-button span span {
		display: table-header-group;
	}
	.mobile-logo {
		width: 45px;
	}
	.header-item.right-item-header .add-post {
		padding: 0 0.4rem!important;
		font-size: 1rem!important;
	}
	.slider-company {
		margin-left: -7px;
		margin-right: -14px;
	}
}
@media screen and (max-width:31.429rem) {
	.office-light .lk-sidebar {
		height: 205px;
		width: 205px;
	}
	.blog-info-head {
		font-size: 0.9rem;
	}
}
/* END responsive */
.rcl-chat .chat-messages{
	background: #f6f9fa;
	border: none;
	min-height: 270px;
	width: 100%;
    box-sizing: border-box;
}
.rcl-chat .chat-messages .nth .message-box{
	background-color: #fff;
}
.chat-messages .nth .user-avatar{
	float: right !important;
}
.chat-messages .chat-message .user-avatar img {
	border-radius: 50px;
	border: 3px solid #edeef0;
	background-color: #edeef0;
	margin: 0;
}
.rcl-chat .message-box::before{
	content: none;
}
.rcl-chat .chat-messages .chat-message .message-box{
	box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.21);
	border-radius: 3px;
}
.rcl-chat .chat-messages .chat-message{
	max-width: 92%;
	clear: both;
}
.rcl-chat .message-box{
	font-size: 1rem;
}
.rcl-chat .nth .author-name, .rcl-chat .chat-message .author-name{
	color: #232323;
    letter-spacing: normal;
    text-transform: none;
}
.rcl-chat .chat-messages .chat-message .message-box .message-text p{
	font-size: 0.9286rem;
	color: #fff;
	line-height: 17px !important;
    text-transform: none;
    letter-spacing: normal;
}
.rcl-chat .chat-messages .nth{
	float: right !important;
	padding-right: 5px;
	margin-right: 5px;
}
.rcl-chat .chat-messages .nth .message-text p{
	color:#232323 !important;
}
.userlist{
	padding: 5px 0;
}
.userlist.rows-list .user-single{
	margin: 0;
	box-shadow: none;
	margin-bottom: 5px;
	width: 100%;
	padding: 0.7143rem;
	background-color: #f8f8f8;
}
.userlist.rows-list .userlist_top, .userlist.rows-list .thumb-user{
	background: none;
	padding: 0.7143rem 0 0 0.7143rem;
}
.userlist .thumb-user a img{
	border-radius: 50px;
    border: 3px solid #ffffff;
    background-color: #f6f9fa;
}
.offline .fa.fa-circle{
	color: #ababab;
    text-shadow: none;
	font-size:9px;
	border: 4px solid #ffffff;
	box-shadow: 0 0 3px #d2d8da;
    border-radius: 50%;
    background-color: #ffffff;
}
.online .fa.fa-circle{
	color: #8BC34A;
    text-shadow: none;
	font-size:9px;
	border: 4px solid #ffffff;
	box-shadow: 0 0 3px #d2d8da;
    border-radius: 50%;
    background-color: #ffffff;
}
.userlist .user-single .thumb-user .status_user {
    right: -2px;
    top: -3px;
    z-index: 1;
}
.userlist.rows-list .userlist_top h3{
	float: left;
	margin-left: 80px;
}
.secondary-left .rcl-new-users, .secondary-left .rcl-primary-panel, .secondary-left .rcl-online-users{
	padding: 1.5rem 0 !important;
    margin: 0;
}
.rcl-new-users h2{
	margin: 0 0 1.071rem 0;
}
.rcl-new-users .userlist.mini-list .user-single, .rcl-online-users .userlist.mini-list .user-single{
	width: calc(33% - 4px);
	box-shadow: none;
	background-color: transparent;
}
.userlist.mini-list .user-single:hover, .userlist.avatars-list .user-single:hover{
	box-shadow: none;
}
.userlist.rows-list .userlist_cntr{
	min-height: inherit !important;
}
.userlist .rating-rcl {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff !important;
	background-color: transparent;
}
.userlist .rating-rcl span{
	color: #fff !important;
	font-size: 0.7857rem;
	opacity: 1;
	line-height: 0.9286rem;
	padding: 3px 6px;
	border-radius: 3px;
}
.rating-rcl .rating-plus{
	background: #8BC34A;
}
#block_author-rcl{
	background-color: transparent;
	box-shadow: none;
	clear: both;
	margin: 0 1.429rem;
	overflow: hidden;
	padding: 0;
}
#block_author-rcl > h3{
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
	margin:33px 0 27px;
	padding: 0;
}
/* Всплывающие подсказеи */
.wordzilla-tooltip{
	color: #232323;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	outline: none;
}
.wordzilla-tooltip > #wordzilla-texts{
	position: absolute;
	z-index: 99999;
}
.wordzilla-tooltip:hover{
	position:relative;
	z-index: 9999;
}
.wordzilla-tooltips{
	position:relative;
}
.wordzilla-tooltips:before {
	content:attr(data-title);
	box-shadow: 0 5px 0.7143rem rgba(81, 93, 98, 0.3);
	box-sizing:border-box;
	display:none;
	background: #505d62;
	color:white;
	padding:8px 1.429rem;
	position:absolute;
	left:50%;
	margin-left:-100px;
	font-size: 0.8571rem;
	min-width:200px;
	line-height:0.9286rem;
	border-radius:50px;
	text-align: center;
	opacity:0;
	transition: all 0.25s ease-in-out;
}
.wordzilla-tooltips:after {
	content:'';
	display:none;
	position:absolute;
	top:35px;
	left:50%;
	margin-left:-8px;
	height:0;
	width:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #505d62;
	transition: all 0.25s ease-in-out;
	opacity:0;
}
.wordzilla-tooltips:hover:before {
	opacity:1;
	bottom: 1.857rem;
	display:block;
}
.wordzilla-tooltips:hover:after {
	opacity:1;
	top:-6px;
	display:block;
}
#searchform .search-field:focus{
	box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.65);
	position: relative;
	z-index: 1051;
}
#searchform .search-field:focus ~ #searchsubmit{
	position: relative;
	z-index: 1100;
}
.ajax_search-item {
	text-align: left;
}
.wordzilla-ajax-search li .ajax_search-item:first-child {
	height: 60px;
    display: flex;
}
.wordzilla-ajax-search li{
	overflow: hidden;
	width: 100%;
	min-height: 100px;
	max-height: 100px;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	padding: 1.071rem 1.429rem;
	list-style:none;
	display: flex;
	align-items: center;
}
.wordzilla-ajax-search{
	box-sizing: border-box;
	background: #fff;
	z-index: 1111;
	border-radius: 3px;
	border-top:none;
	top: 2px;
	display: none;
	max-height: 500px;
	overflow-y: auto;
	box-shadow: 0 0.7143rem 1.429rem rgba(132, 137, 152, 0.38);
	flex-direction: column;
	position: absolute;
	top: 51px;
	width: 100%;
}

.wordzilla-ajax-search li:last-child {
	border-bottom: none;
}
.wordzilla-ajax-search li a{
	padding: 6px 0;
	color: #30383b;
	background: none;
}

.wordzilla-ajax-search li a:hover{
	color: #1BA1E2;
}

.wordzilla-ajax-search li p, .wordzilla-latest-post li p{
	line-height: 1rem;
	font-size: 0.9286rem;
	font-style: italic;
	background-color: white;
}
.wordzilla-ajax-search li img, .wordzilla-latest-post li img{
	width: 60px;
	float: left;
	border: 2px solid #1BA1E2;
	background-color: #eeeeee;
	border-radius: 50%;
	margin-right: 0.7143rem;
}
.photos{cursor:pointer;}
/* Glisse: Overlay */
#glisse-overlay {
	background: rgba(0,0,0.3);
}
#glisse-close {
	height: 50px;
    width: 50px;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
html{height:100%}
/* Glisse: Hide elements by default */
#glisse-overlay, #glisse-close, #glisse-controls,#glisse-spinner{opacity:0;}
/* Glisse: Overlay */
#glisse-overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
	z-index: 999;
    background-color:rgba(0,0,0,.75);
}
    #glisse-overlay.loading #glisse-spinner {opacity:1;} /* Display spinner */
    
/* Glisse: Overlay content */    
/* Glisse: Overlay content */
#glisse-overlay-content {
    position: fixed;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
	z-index: 999;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    background-size:	   contain;
    -o-background-size:	   contain;
    -moz-background-size:    contain;
    -webkit-background-size: contain;
    -webkit-backface-visibility:hidden;
    backface-visibility:	hidden;
}
    /* Hide images */
    #glisse-overlay-content img{display:none;}
    /* Shake effect */
    #glisse-overlay-content.shake {
	-webkit-animation: shake 600ms 1;
	-moz-animation:    shake 600ms 1;
	-ms-animation:     shake 600ms 1;
	-o-animation:      shake 600ms 1;
	animation:	shake 600ms 1;
    }
#glisse-close {
	cursor: pointer;
    z-index: 999;
    color: #fff;
    line-height: 3.214rem;
    font-size: 30px;
}
#glisse-spinner {
    position:fixed;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    background:rgba(255,255,255,1) url(./slick/ajax-loader.gif) center center no-repeat;
    border-radius:6px;
}
#glisse-controls {}
.glisse-next a, .glisse-prev a{
	-webkit-transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	transition:all 100ms ease;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}
#glisse-controls .ended a {
	opacity:.3;
	cursor:default;
}
@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-0.7143rem);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(0.7143rem);}
}
@-moz-keyframes shake {
    0%, 100% {-moz-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-0.7143rem);}
    20%, 40%, 60%, 80% {-moz-transform: translateX(0.7143rem);}
}
@-ms-keyframes shake {
    0%, 100% {-ms-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-ms-transform: translateX(-0.7143rem);}
    20%, 40%, 60%, 80% {-ms-transform: translateX(0.7143rem);}
}
@-o-keyframes shake {
    0%, 100% {-o-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-0.7143rem);}
    20%, 40%, 60%, 80% {-o-transform: translateX(0.7143rem);}
}
@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-0.7143rem);}
    20%, 40%, 60%, 80% {transform: translateX(0.7143rem);}
}
.glisse-next a, .glisse-prev a {
	width: 100px;
    height: 100%;
	line-height: 300px;
    display: block;
    position: fixed;
    bottom: 25%;
    top: 25%;
    max-height: 300px;
    z-index: 1001;
    color: #fff;
}
.glisse-next a:hover, .glisse-prev a:hover{
    background: rgba(0, 0, 0, 0.5);
}
.glisse-next a {
	right: 0;
}
.glisse-prev a {
	left: 0;
}
.glisse-legend {
	position: fixed;
    display: block;
    bottom: 0;
	z-index: 999;
    padding: 0.7143rem;
    left: 0;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.wordzilla-details{
	width: 100%;
	border-bottom: 1px solid #ecebeb;
	padding: 0.7143rem 1.786rem;
	display: table;
	box-sizing: border-box;
}
.wordzilla-details .detail{
	width: 50%;
	padding: 7px 0;
	display: inline-block;
}
.wordzilla-details span{
	width: 100%;
	display: block;
}
.wordzilla-details .name {
	text-transform: uppercase;
	font-size: 0.7143rem;
	font-weight: 700;
	color: #3a99dc;
}
.adv, .adv-post{
	border-radius: 3px;
	background-color: #eaeff1;
	border: 1px solid #eaeff1;
	text-align: center;
	color: #989898;
	font-weight: 700;
}
.adv{
	min-height: 250px;
    padding-top: 100px;
}
.adv-post{
	width: 100%;
    float: left;
    padding: 30px 0;
    margin-bottom: 30px;
}
@media (max-width: 640px) {
	.secondary-left{
		display: none;
	}
	#rcl-chat-noread-box .rcl-mini-chat{
		width: calc(100% - 1.429rem);
		right: 0.7143rem;
	}
}

/* Вопрос ответ */

.dwqa-container {
	padding: 0 1.429rem 1.429rem;
}

.btn-review-top {
	float: right;
	line-height: 51px;
	padding: 0 0.7143rem;
}

.left-sidebar-close svg,
.left-sidebar-close:hover svg,
.wordzilla-search-panel-close:hover svg {
	fill: #000000;
}

#r-modal {
	max-width: 690px;
	padding: 1.429rem;
	background-color: #fff;
	margin: 1.429rem auto;
}

.masonry-item-news {
	padding: 5px;
	width: 33.3333333333%;
}
.home .grid {
	height: auto;
}
.masonry-item, 
.grid-sizer {
    width: 25%;
    float: left;
    padding: 5px;
}
.masonry-item.search-item,
.grid-company .masonry-item, 
.grid-company .grid-sizer {
	width: 33.33333333%;
}
.widget .company-title a {
	font-weight: bold;
	font-size: 18px;
}
.company-title {
	font-size: 1.143rem;
	font-weight: bold;
}
.rev-info-item,
.dtreviewed {
	color: #757575;
	font-size: 0.9286rem;
	line-height: 1rem;
}
.page-header__breadcrumbs {
	margin-bottom: 1.429rem;
}

.dwqa-breadcrumbs {
	display: none;
}

.rcl-table {
	max-width: 99%;
}
#wp-a11y-speak-assertive,
#wp-a11y-speak-polite {
	display: none;
}
.footer {
	margin-top: 1.429rem;
	background-color: #30383B;
	border-top: 8px solid #1BA1E2;
	color: #ffffff;
	padding: 32px 0;
}

.copyright {
	font-size: 0.8571rem;
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .menu li a,
.footer .popup {
	color: #ffffff;
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.9286rem;
	font-weight: normal;
	line-height: 0.9286rem;
	padding: 5px 0 15px;
}
.footer-widget-title {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 0.7143rem;
}
.footer .menu li a:hover,
.footer .menu li.current_page_item > a:hover, 
.footer .menu li.current-menu-item > a:hover,
.footer .popup:hover {
	color: #1ba1e2;
}

.textwidget {
	border-left: 3px solid #1BA1E2;
    padding-left: 0.7143rem;
}
.footer .menu li.current_page_item > a, 
.footer .menu li.current-menu-item > a {
	color: #ffffff;
}

#callback-form,
#add-company-form,
#add-company-user {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
	padding: 1.429rem;
}
.form-title {
	padding-bottom: 1.429rem;
	font-weight: bold;
	font-size: 1.143rem;
}
.form-item input,
.form-item textarea {
	width: 100%;
	margin-bottom: 1.429rem;
	border: 1px solid #C2CAD8;
	padding: 0.7143rem;
}
.form-item input.wpcf7-not-valid,
.form-item textarea.wpcf7-not-valid {
	border-color: red;
}

.form-bt {
	float: right;
}
span.wpcf7-not-valid-tip {
	display: none;
}
div.wpcf7-response-output {
	font-size: 0.8571rem;
	margin: 35px 0 0;
}

.submit-dwqa-question .entry-footer,
.submit-dwqa-question .tabs {
	display: none;
}

.secondary-right .widget,
.site-main,
.tabs {
	position: relative;
}
.secondary-right .widget:before,
.site-main:before,
.tabs:before,
.white_box:before {
	content: '';
    width: 1.429rem;
    height: 1.429rem;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #1BA1E2;
    border-top: 1px solid #1BA1E2;
}
.search .site-main:before {
	border: none;
}
.site-main.grid:before {
	border: none;
}

.rcl-public-box #form-field-post_uploader > label {
	display: none;
}

.company-widget-item__title {
	font-weight: bold;
}
.company-widget-item:last-child {
	border: none;
}
.company-widget-item {
	padding: 1.071rem;
	border-bottom: 1px solid #EEEEEE;
}
#rcl-field-assessment.rcl-field-input label.block-label::before {
	content: "\f005";
	background: none;
	line-height: 1.071rem;
	border: none;
	padding: 5px;
	color: #F99B00;
	display: inline-block;
    font-family: FontAwesome;
	font-size: 1.143rem;
	width: 1.071rem;
	height: 1.071rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#rcl-field-assessment.rcl-field-input input[type="checkbox"]:checked + label.block-label::before, 
#rcl-field-assessment.rcl-field-input input[type="radio"]:checked + label.block-label::before {
	color: #ffffff;
	background: rgb(27,161,226);
    border-color: rgb(27,161,226);
}

.card_info {
	color: #f99b00;
	display: flex;
	align-items: center;
}
.star {
    display: block;
    width: 65px;
    height: 0.9286rem;
	background: url(./img/stars.png) 0 0 no-repeat;
	margin-left: 5px;
}
.star-yellow {
    display: block;
    height: 0.9286rem;
    width: 65px;
    background: url(./img/stars.png) 0 -1.071rem no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
#company-form,
#company-form-question,
#agent-form-review{
	max-width: 600px;
    margin: 1.429rem auto;
	padding: 1.429rem;
	background-color: #ffffff;
	position: relative;
	transition: all 0.3s linear;
}
#company-form.show-preload{
    height: 600px;
}
#company-form:not(.show-preload){
    height: auto;
}
.title-form-company {
	font-size: 22px;
	font-weight: bold;
}

.meta-info {
	margin: 1.429rem;
	padding: 1.429rem;
	border: 1px solid #1BA1E2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.meta-info .disadvantages ol {
	margin-bottom: 0;
}

.advantages .title {
	color: #7FBA00;
}
.advantages .title,
.disadvantages .title {
	font-weight: bold;
	display: flex;
    align-items: center;
}
.advantages .title:before {
	content: '+';
	font-size: 1.786rem;
	line-height: 0;
	font-weight: bold;
	margin-right: 0.7143rem;
}

.disadvantages .title {
 color: #ff0000;
}
.disadvantages .title:before {
	content: '-';
	font-size: 1.786rem;
	line-height: 0;
	font-weight: bold;
	margin-right: 0.7143rem;
	padding-bottom: 5px;
}
.company-page {
	margin-bottom: 0.7143rem;
	display: flex;
	justify-content: space-between;
}
.company-page h1 {
	line-height: 1;
}

.info-block {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

span.star_rate_big {
    display: block;
    height: 30px;
    width: 150px;
    background: url(./img/stars_big.png) 0 -30px repeat-x;
    float: right;
}
span.star_rate_big span {
    display: block;
    height: 30px;
    width: 150px;
    background: url(./img/stars_big.png) 0 0 repeat-x;
}

.info-block p span {
	color: #777777;
}

.val_rating {
	font-size: 32px;
	margin-right: 7px;
}

.info-block-post {
	display: flex;
	margin-bottom: 1.429rem;
}
.info-block-post__author {
	margin: 0 0.7143rem;
}
.info-block-post__views {
	background-color: #F99B00;
	color: #ffffff;
	padding: 0 5px;
}
.info-block-post .star {
	margin-left: 0;
}

.heateor_sss_sharing_container {
	float: right;
	margin-right: 1.429rem;
}

.white_box .row {
	margin-bottom: 0.7143rem;
}

.dwqa-answers-login {
	display: none;
}

.single-menu-content {
	background-color: #ffffff;
    padding: 1.429rem;
    border: 1px solid #cfcfcf;
    box-shadow: 0 0 40px rgba(77, 79, 93, 0.2);
	box-shadow: 0 0 40px #ecefef;
	position: relative;
	margin-top: 1.429rem;
}
.single-menu-content:before {
	content: '';
    width: 1.429rem;
    height: 1.429rem;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #1BA1E2;
    border-top: 1px solid #1BA1E2;
}

.single-menu-content a.company-bt {
	display: inline-block;
	padding: 5px 0.7143rem;
	background-color: #1BA1E2;
	border: 1px solid #1BA1E2;
	color: #fff;
	margin-right: 1.429rem;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}
.single-menu-content a:hover {
	background-color: #ffffff;
	color: #3a4b5f;
}

.searchandfilter ul {
	display: flex;
	padding: 0;
	justify-content: flex-end;
	margin: 0;
	list-style-type: none;
}
.searchandfilter li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.searchandfilter ul li select {
	width: 100%;
	height: 100%;
	padding: 0 0.5rem;
}

h3.pending-message {
	margin-bottom: 20px;
	text-align: center!important;
}

.logo-text {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	margin-left: 10px;
}

.footer .custom-logo-link {
	line-height: 1.5;
	margin-bottom: 10px;
	display: inline-block;
}

.header-item.right-item-header .add-post {
	background-color: #E31D2D;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	padding: 0 1rem;
	text-decoration: none;
	letter-spacing: 0;
	text-transform: initial;
	font-size: 1.05rem;
	line-height: 40px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.rcl-loginform.rcl-loginform-full.panel_lk_recall.floatform .close-form {
    content: 'x';
    width: 10px;
    height: 10px;
    display: block!important;
    right: -20px;
    color: #fff;
    position: absolute;
    top: -20px;
    font-size: 20px;
    cursor: pointer;
}

.rcl-public-box .rcl-form-field .rcl-terms-select .rcl-field-input,
.select2-container,
.rcl-field-input select {
	width: 100%;
}
.select2-container {
	min-width: 50%;
}
.select2-selection__rendered {
	font-size: 1rem!important;
}

li.user-compani.comment {
	padding: 10px;
	background: #FEFAEF;
	position: relative;
	border-radius: 1.429rem;
	-webkit-border-radius: 1.429rem;
	-moz-border-radius: 1.429rem;
	-ms-border-radius: 1.429rem;
	-o-border-radius: 1.429rem;
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-ms-border-top-left-radius: 0;
	-o-border-top-left-radius: 0;
}

li.user-compani.comment:before {
	content: '';
	width: 1.429rem;
	height: 1.429rem;
	position: absolute;
	left: 0;
	top: 0;
	border-left: 1px solid #1BA1E2;
	border-top: 1px solid #1BA1E2;
}

li.user-compani.comment .compani {
	color: #1ba1e2;
}

.company-img .item_img {
	width: 100%;
	min-height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}

.company-info-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.company-info .company-title {
	margin-bottom: 10px;
}

.company-btn {
	text-align: center;
}

.company-btn a{
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #1ba1e2;
	border-radius: 1.429rem;
}
.company-btn a:hover {
	background: #1ba1e2;
	color: #ffffff;
}

#chart_banner {
	position: relative; 
	max-width: 380px;
	overflow: hidden;
}

.sub-mnu-box {
	position: absolute;
	right: 10px;
	top: 20px;
}

.sub-mnu-box-btn {
	width: 6px;
	height: 6px;
	background: #777;
	border-radius: 100%;
	position: relative;
	cursor: pointer;
}
.sub-mnu-box-btn:before,
.sub-mnu-box-btn:after {
	content:'';
	position: absolute;
	right: 0;
	width: 6px;
	height: 6px;
	background: #777;
	border-radius: 100%;
}
.sub-mnu-box-btn:before {
	bottom: -8px;
}
.sub-mnu-box-btn:after {
	bottom: -16px;
}
.sub-mnu-box-list {
	opacity: 0;
	position: absolute;
	z-index: -10;
	right: -9px;
	top: 31px;
	min-width: 205px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	transition: all 0.25s ease;
}
.sub-mnu-box-list.active {
	opacity: 1;
	z-index: 10;
}
.sub-mnu-box-list:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: -6px;
	right: 6px;;
	background-color: #ffffff;
	border-top: 1px solid rgba(0,0,0,.175);
	border-left: 1px solid rgba(0,0,0,.175);
	transform: rotate(45deg);
}
.sub-mnu-box-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 10;
}
.sub-mnu-box-list ul li a{
	padding: 10px 15px;
	display: block;
}
.sub-mnu-box-list ul li a:hover {
	background-color: #f5f5f5;
}
.sub-mnu-box-list ul li a i {
	margin-right: 5px;
}

.thx-box {
	opacity: 0;
	z-index: -10;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 1.429rem;
	-webkit-border-radius: 1.429rem;
	-moz-border-radius: 1.429rem;
	-ms-border-radius: 1.429rem;
	-o-border-radius: 1.429rem;
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-ms-border-top-left-radius: 0;
	-o-border-top-left-radius: 0;
	transition: all 0.25s ease;
}
.thx-box.active {
	opacity: 1;
	z-index: 10;
}

.mainblock.site_descr {
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
	min-height: 40px;
	background: floralwhite;
	border: none;
	position: relative;
	margin: 30px 0;
}
.site_descr i {
	font-size: 40px;
	color: #777;
	float: left;
	padding: 18px 22px 5px 22px;
	display: inline-block;
}
.site_descr a {
	color: #1ba1e2;
}
.space_0 {
	padding: 22px 20px 18px;
	line-height: 1.4em;
}

.add-company a {
	text-decoration: underline;
	color: #1ba1e2;
}

.img-in-post {
	margin: 20px auto!important;
	display: block;
}
.single-post .rcl-rating-box {display: none;}

.white_box .row .p-0:nth-child(2) {
	padding-left: 10px;
}

.author-ttl {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}

.author-ttl {
	display: flex;
	align-items: center;

}

.review-name .entry-title {
	font-size: 18px;
}

.card-footer {
	display: flex;
}

.mark-ttl-plus {
	color: #7fba00;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.mark-ttl-plus:before {
	content: '+';
	color: #7fba00;
	/* position: relative; */
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
}

.mark-ttl-minus {
	color: red;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.mark-ttl-minus:before {
	content: '-';
	color: red;
	/* position: relative; */
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 10px;
}

.mark-item {
	list-style: none;
}

.flt_otzv p {
	font-size: 16px;
}

.review-wr {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

.author-ttl .star-yellow {
	margin-right: 10px;
}

.author-ttl .otzv_date {
	margin-left: 10px;
}

.view-rev {
	display: flex;
	align-items: center;
}

.view-rev .entry-meta {
	min-width: auto;
}

.review-wr>div:last-child {
	padding-left: 20px;
}

@media screen and (max-width: 668px) {
	.author-ttl {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 10px;
	}

	.author-ttl .otzv_date {
		margin-left: 0;
	}
	
}
/*==========================  ==========================*/
@media screen and (max-width: 414px) {
	.review-wr {
		flex-direction: column;
	}

	.review-wr>div:last-child {
		padding-left: 0;
		margin-top: 20px;
	}
}

#profile-field-display_name {
	/* order: 1; */
	background-color: #fff !important;
}

#profile-field-show_admin_bar_front, #profile-field-user_email, #profile-field-primary_pass, #profile-field-repeat_pass {
	order: 200;
}

.rcl-table__zebra .rcl-table__row:nth-of-type(2n+1) {
	/* background-color: #fff !important; */
}

.rcl-table {
	flex-flow: column wrap;
}

/* .rcl-table__zebra .rcl-table__row:nth-of-type(2),
.rcl-table__zebra .rcl-table__row:nth-of-type(4),
.rcl-table__zebra .rcl-table__row:nth-of-type(5) {
	background-color: #fafafa !important;
} */



.mfp-image-holder .mfp-content {
    max-width: 60%;
}
.mfp-container.mfp-image-holder.mfp-s-ready button.mfp-close{
    font-size: 28px;
    color: #fff;
    right: -30px;
}

body:not(.logged-in) #wpadminbar{
    display: none;
}
html[lang="ru-RU"]{
    margin-top: 0px!important;
}

.rcl-public-box .submit-public-form {
  margin: 10px 0;
  padding-bottom: 0;
  text-align: center;
  background-color: #1ba1e2!important;
}

.loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(img/loader.png);
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    animation: rotating 1s infinite;
}

@keyframes rotating{
    0%{
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100%{
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.load-more {
    display: none!important;
}
.loader.show {
    display: block;
    text-align: center;
}

.single-company{
    margin-bottom: 20px;
}

h1.feed_empty {
    padding: 20px;
}

.rcl-login, .rcl-register{
    padding: 0 0 0 0.7143rem;
}
.overlay{
    background: rgba(0,0,0,.7);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.user-form{
    color: #333;
    display: none;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
    top: 60px;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    z-index: 9999;
}
.user-form__wrap{
    background: #fff;
    border-radius: 2px;
    font: 16px/26px Verdana,Tahoma,sans-serif;
    margin: 3px auto;
    width: calc(100% - 2px);
    position: relative;
}
.user-form__content{
    display: none;
}
.user-form__content.active{
    display: block;
}
.user-form__wrap{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.user-form__tab.active{
    background-color: #fff;
    padding: 8px 0;
    cursor: unset;
}
.user-form__tab[data-tab="register"]:not(.active){
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.user-form__tab[data-tab="login"]:not(.active){
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.user-form__tab{
    width: 50%;
    background: #e6e7e8;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.user-form form{
    padding: 40px 1.429rem;
}
.user-form .close{
    width: 10px;
    height: 10px;
    display: block!important;
    right: -20px;
    color: #fff;
    position: absolute;
    top: -20px;
    font-size: 20px;
    cursor: pointer;
}
.user-form p.submit{
    margin-bottom: 0;
}
.user-form form input:not(#rememberme){
    width: 100%;
}

.review-item input[type="text"], .review-item input[type="email"]{
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 100%;
    height: auto;
    line-height: 1.4;
    margin: 0;
    max-width: 100%;
    outline: 0;
    padding: 5px 10px;
    width: 100%;
}
.review-item label span{
    color: #e53935;
    font: bold 15px/1 Verdana,arial;
    padding: 0;
}
.review-item label{
    font-size: 1.071rem;
    font-weight: 700;
}
.review-item{
    background-color: #f8f8f8;
    border: 1px solid #edeef0;
    margin: 7px 0;
    padding: 8px;
}

.review-title__wrap{
    display: flex;
}
.review-title__wrap .maxlength{
    background-color: #edeef0;
    border: 1px solid #edeef0;
    padding: 2px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-company__wrap select{
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    box-sizing: border-box;
    float: none;
    height: auto;
    line-height: normal;
    outline: 0;
    padding: 5px 3px;
    width: 100%;
}
.review-rate__wrap {
    display: flex;
}
.single-rate input:checked + label span{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fff' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E");
    background-color: #1ba1e2;
    border-color: #1ba1e2;
}
.single-rate label span{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23f99b00' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    display: flex;
    background-repeat: no-repeat;
    background-size: 15px;
    align-items: center;
    justify-content: center;
    background-position: center;
    border-radius: 50%;
    margin: 0 5px 2px 0;
    
}
.single-rate label{
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    display: inline-flex;
    float: left;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 4px;
    padding: 5px 8px 4px 6px;
    position: relative;
    z-index: 10;
    align-items: center;
}
.single-rate input{
    position: absolute;
    opacity: 0;
    z-index: 0;
}
.review-content textarea{
    background-color: #fff;
    min-height: 300px;
    font-family: Consolas,Monaco,monospace;
    font-size: 13px;
    padding: 10px;
    line-height: 150%;
    border: 0;
    outline: 0;
    display: block;
    resize: vertical;
    box-sizing: border-box;
    border: 1px solid #dcdcde;
}
.review-row__wrap{
    display: flex;
}
.review-row__wrap:not(:last-child){
    margin-bottom: 5px;
}
.review-row__wrap .add_row{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23797979' d='M240 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H176V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H240V80z'/%3E%3C/svg%3E");
}
.review-row__wrap .remove_row{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23797979' d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/%3E%3C/svg%3E");
}
.review-row__wrap .add_row,
.review-row__wrap .remove_row{
    background-color: #fafafa;
    border: 1px solid #ddd!important;
    box-shadow: none;
    color: #797979;
    display: flex;
    justify-content: center;
    height: 100%;
    line-height: 1;
    margin: 0 0 0 8px;
    padding: 6px;
    text-decoration: none;
    vertical-align: middle;
    min-width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    transition: unset;
}

#company-form .review_submit{
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1ba1e2!important;
    position: relative;
    border: unset;
    color: #fff;
}
#company-form .review_submit::before{
    content: '';
    display: block;
    width: 13px;
    height: 14px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M128 0C92.7 0 64 28.7 64 64v96h64V64H354.7L384 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0H128zM384 352v32 64H128V384 368 352H384zm64 32h32c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v96c0 17.7 14.3 32 32 32H64v64c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V384zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.heateor_sss_sharing_container{
    display: flex;
}
a[class^="heateor_sharing"]:not(:last-child){
    margin-right: 5px;
}
a[class^="heateor_sharing"]{
    width: 27px;
    height: 27px;
    display: block;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.heateor_sharing_fb{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-277.375' y1='406.6018' x2='-277.375' y2='407.5726' gradientTransform='matrix(40 0 0 -39.7778 11115.001 16212.334)'%3E%3Cstop offset='0' style='stop-color:%230062E0'/%3E%3Cstop offset='1' style='stop-color:%2319AFFF'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M16.7,39.8C7.2,38.1,0,29.9,0,20C0,9,9,0,20,0s20,9,20,20c0,9.9-7.2,18.1-16.7,19.8l-1.1-0.9h-4.4L16.7,39.8z' /%3E%3Cpath class='st1' d='M27.8,25.6l0.9-5.6h-5.3v-3.9c0-1.6,0.6-2.8,3-2.8h2.6V8.2c-1.4-0.2-3-0.4-4.4-0.4c-4.6,0-7.8,2.8-7.8,7.8V20 h-5v5.6h5v14.1c1.1,0.2,2.2,0.3,3.3,0.3c1.1,0,2.2-0.1,3.3-0.3V25.6H27.8z'/%3E%3C/svg%3E%0A");
}
.heateor_sharing_inst{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='132.004' height='132' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient id='b'%3E%3Cstop offset='0' stop-color='%233771c8'/%3E%3Cstop stop-color='%233771c8' offset='.128'/%3E%3Cstop offset='1' stop-color='%2360f' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' stop-color='%23fd5'/%3E%3Cstop offset='.1' stop-color='%23fd5'/%3E%3Cstop offset='.5' stop-color='%23ff543e'/%3E%3Cstop offset='1' stop-color='%23c837ab'/%3E%3C/linearGradient%3E%3CradialGradient id='c' cx='158.429' cy='578.088' r='65' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 -1.98198 1.8439 0 -1031.402 454.004)' fx='158.429' fy='578.088'/%3E%3CradialGradient id='d' cx='147.694' cy='473.455' r='65' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.17394 .86872 -3.5818 .71718 1648.348 -458.493)' fx='147.694' fy='473.455'/%3E%3C/defs%3E%3Cpath fill='url(%23c)' d='M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28 7.79-2.01 14.24-7.29 17.75-14.53 1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z' transform='translate(1.004 1)'/%3E%3Cpath fill='url(%23d)' d='M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28 7.79-2.01 14.24-7.29 17.75-14.53 1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z' transform='translate(1.004 1)'/%3E%3Cpath fill='%23fff' d='M66.004 18c-13.036 0-14.672.057-19.792.29-5.11.234-8.598 1.043-11.65 2.23-3.157 1.226-5.835 2.866-8.503 5.535-2.67 2.668-4.31 5.346-5.54 8.502-1.19 3.053-2 6.542-2.23 11.65C18.06 51.327 18 52.964 18 66s.058 14.667.29 19.787c.235 5.11 1.044 8.598 2.23 11.65 1.227 3.157 2.867 5.835 5.536 8.503 2.667 2.67 5.345 4.314 8.5 5.54 3.054 1.187 6.543 1.996 11.652 2.23 5.12.233 6.755.29 19.79.29 13.037 0 14.668-.057 19.788-.29 5.11-.234 8.602-1.043 11.656-2.23 3.156-1.226 5.83-2.87 8.497-5.54 2.67-2.668 4.31-5.346 5.54-8.502 1.18-3.053 1.99-6.542 2.23-11.65.23-5.12.29-6.752.29-19.788 0-13.036-.06-14.672-.29-19.792-.24-5.11-1.05-8.598-2.23-11.65-1.23-3.157-2.87-5.835-5.54-8.503-2.67-2.67-5.34-4.31-8.5-5.535-3.06-1.187-6.55-1.996-11.66-2.23-5.12-.233-6.75-.29-19.79-.29zm-4.306 8.65c1.278-.002 2.704 0 4.306 0 12.816 0 14.335.046 19.396.276 4.68.214 7.22.996 8.912 1.653 2.24.87 3.837 1.91 5.516 3.59 1.68 1.68 2.72 3.28 3.592 5.52.657 1.69 1.44 4.23 1.653 8.91.23 5.06.28 6.58.28 19.39s-.05 14.33-.28 19.39c-.214 4.68-.996 7.22-1.653 8.91-.87 2.24-1.912 3.835-3.592 5.514-1.68 1.68-3.275 2.72-5.516 3.59-1.69.66-4.232 1.44-8.912 1.654-5.06.23-6.58.28-19.396.28-12.817 0-14.336-.05-19.396-.28-4.68-.216-7.22-.998-8.913-1.655-2.24-.87-3.84-1.91-5.52-3.59-1.68-1.68-2.72-3.276-3.592-5.517-.657-1.69-1.44-4.23-1.653-8.91-.23-5.06-.276-6.58-.276-19.398s.046-14.33.276-19.39c.214-4.68.996-7.22 1.653-8.912.87-2.24 1.912-3.84 3.592-5.52 1.68-1.68 3.28-2.72 5.52-3.592 1.692-.66 4.233-1.44 8.913-1.655 4.428-.2 6.144-.26 15.09-.27zm29.928 7.97c-3.18 0-5.76 2.577-5.76 5.758 0 3.18 2.58 5.76 5.76 5.76 3.18 0 5.76-2.58 5.76-5.76 0-3.18-2.58-5.76-5.76-5.76zm-25.622 6.73c-13.613 0-24.65 11.037-24.65 24.65 0 13.613 11.037 24.645 24.65 24.645C79.617 90.645 90.65 79.613 90.65 66S79.616 41.35 66.003 41.35zm0 8.65c8.836 0 16 7.163 16 16 0 8.836-7.164 16-16 16-8.837 0-16-7.164-16-16 0-8.837 7.163-16 16-16z'/%3E%3C/svg%3E");
}
.heateor_sharing_viber{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Crect width='512' height='512' rx='15%25' fill='%23665ca7'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='10' d='M269 186a30 30 0 0 1 31 31m-38-58a64 64 0 0 1 64 67m-73-93a97 97 0 0 1 99 104'/%3E%3Cpath fill-rule='evenodd' d='M95 232c0-91 17-147 161-147s161 56 161 147-17 147-161 147l-26-1-53 63c-4 4-8 1-8-3v-69c-6 0-31-12-38-19-22-23-36-40-36-118zm-30 0c0-126 55-177 191-177s191 51 191 177-55 177-191 177c-10 0-18 0-32-2l-38 43c-7 8-28 11-28-13v-42c-6 0-20-6-39-18-19-13-54-44-54-145zm223 42q10-13 24-4l36 27q8 10-7 28t-28 15q-53-12-102-60t-61-104q0-20 25-34 13-9 22 5l25 35q6 12-7 22c-39 15 51 112 73 70z'/%3E%3C/svg%3E");
}
.heateor_sharing_tg{
    background-image: url("data:image/svg+xml,%0A%3Csvg id='Livello_1' data-name='Livello 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 240 240'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='120' y1='240' x2='120' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231d93d2'/%3E%3Cstop offset='1' stop-color='%2338b0e3'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3ETelegram_logo%3C/title%3E%3Ccircle cx='120' cy='120' r='120' fill='url(%23linear-gradient)'/%3E%3Cpath d='M81.229,128.772l14.237,39.406s1.78,3.687,3.686,3.687,30.255-29.492,30.255-29.492l31.525-60.89L81.737,118.6Z' fill='%23c8daea'/%3E%3Cpath d='M100.106,138.878l-2.733,29.046s-1.144,8.9,7.754,0,17.415-15.763,17.415-15.763' fill='%23a9c6d8'/%3E%3Cpath d='M81.486,130.178,52.2,120.636s-3.5-1.42-2.373-4.64c.232-.664.7-1.229,2.1-2.2,6.489-4.523,120.106-45.36,120.106-45.36s3.208-1.081,5.1-.362a2.766,2.766,0,0,1,1.885,2.055,9.357,9.357,0,0,1,.254,2.585c-.009.752-.1,1.449-.169,2.542-.692,11.165-21.4,94.493-21.4,94.493s-1.239,4.876-5.678,5.043A8.13,8.13,0,0,1,146.1,172.5c-8.711-7.493-38.819-27.727-45.472-32.177a1.27,1.27,0,0,1-.546-.9c-.093-.469.417-1.05.417-1.05s52.426-46.6,53.821-51.492c.108-.379-.3-.566-.848-.4-3.482,1.281-63.844,39.4-70.506,43.607A3.21,3.21,0,0,1,81.486,130.178Z' fill='%23fff'/%3E%3C/svg%3E");
}
.heateor_sharing_vk{
    background-image: url("data:image/svg+xml,%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' version='1.0' width='1024' height='1024' id='svg2444'%3E%3Cdefs id='defs2446' /%3E%3Cg id='layer1'%3E%3Cg id='g3257'%3E%3Cpath d='M 179.92864,32.000013 L 844.07135,32.000013 C 925.76732,32.000013 991.99999,98.230361 991.99999,179.92865 L 991.99999,844.07135 C 991.99999,925.76732 925.76732,991.99998 844.07135,991.99998 L 179.92864,991.99998 C 98.230355,991.99998 32.000006,925.76732 32.000006,844.07135 L 32.000006,179.92865 C 32.000006,98.230361 98.230355,32.000013 179.92864,32.000013' id='path2438' style='fill:%234c75a3;fill-opacity:1;fill-rule:evenodd;stroke:none' /%3E%3Cpath d='M 503.94561,704.02937 L 543.21464,704.02937 C 543.21464,704.02937 555.07355,702.72226 561.13718,696.19824 C 566.71036,690.20169 566.53222,678.94892 566.53222,678.94892 C 566.53222,678.94892 565.76414,626.25707 590.21533,618.49765 C 614.32875,610.84928 645.28544,669.422 678.09524,691.94606 C 702.90734,708.98485 721.76221,705.25552 721.76221,705.25552 L 809.501,704.02937 C 809.501,704.02937 855.39584,701.19767 833.63292,665.11199 C 831.85154,662.16461 820.95504,638.41904 768.39506,589.63234 C 713.37584,538.56917 720.75122,546.83061 787.0209,458.5042 C 827.37958,404.71345 843.51149,371.87589 838.47041,357.81224 C 833.66762,344.41255 803.98103,347.95218 803.98103,347.95218 L 705.19537,348.56294 C 705.19537,348.56294 697.86626,347.56583 692.43883,350.81395 C 687.12938,353.99036 683.72163,361.41201 683.72163,361.41201 C 683.72163,361.41201 668.08018,403.03386 647.23571,438.43707 C 603.24717,513.13013 585.65546,517.08387 578.46516,512.4384 C 561.73637,501.6275 565.91683,469.01666 565.91683,445.84252 C 565.91683,373.45368 576.89662,343.272 544.53564,335.45938 C 533.79877,332.86828 525.88898,331.15399 498.42564,330.87406 C 463.17512,330.51547 433.3474,330.98279 416.45436,339.25811 C 405.21547,344.76189 396.54454,357.02334 401.82853,357.72895 C 408.35949,358.59882 423.14264,361.71971 430.98071,372.38486 C 441.10682,386.16164 440.75286,417.08826 440.75286,417.08826 C 440.75286,417.08826 446.57126,502.30072 427.16809,512.88259 C 413.85401,520.14229 395.58676,505.32213 356.36862,437.55563 C 336.27835,402.84415 321.10422,364.47044 321.10422,364.47044 C 321.10422,364.47044 318.18229,357.30096 312.96308,353.46289 C 306.6334,348.81279 297.78896,347.33911 297.78896,347.33911 L 203.91254,347.95218 C 203.91254,347.95218 189.8234,348.34547 184.64583,354.47388 C 180.03969,359.92907 184.27802,371.19804 184.27802,371.19804 C 184.27802,371.19804 257.76808,543.14061 340.9886,629.78975 C 417.30341,709.24396 503.94561,704.02937 503.94561,704.02937' id='path2442' style='fill:%23ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}


span.form-status {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255,255,0.6);
    z-index: 30;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}

.review-img {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.review-row__wrap{
    width: 100%;
}
.review-img__item {
    max-width: 150px;
    height: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.review-img__item picture {
    width: 100%;
    height: 100%;
    display: flex;
}
.review-comments .single-comment{
    margin-bottom: 15px;
}
.pagination a.page-numbers:nth-child(4) {
    display: none;
}

