@font-face {
	font-family: "poppinsbold";
	src: url("fonts/poppins-bold-webfont.woff2") format("woff2"),
		url("fonts/poppins-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("fonts/roboto-bold-webfont.woff2") format("woff2"),
		url("fonts/roboto-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("fonts/roboto-mediumitalic-webfont.woff2") format("woff2"),
		url("fonts/roboto-mediumitalic-webfont.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Roboto";
	src: url("fonts/roboto-regular-webfont.woff2") format("woff2"),
		url("fonts/roboto-regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

html,
body {
	counter-reset: section;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-smoothing: antialiased;
}

html {
	color: #222;
	font-size: 16px;
	line-height: 1.2;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

ul,
ol,
figure {
	display: block;
	padding: 0;
	margin: 0;
}

ul,
ol {
	list-style: inside;
}

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

a {
	display: inline-block;
	font-weight: 700;
	color: #4a76db;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

.centered {
	text-align: center;
}

.fields-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
}

.field {
	padding: 5px;
}

.field-25 {
	width: 25%;
}

.field-33 {
	width: 33.333%;
}

.field-50 {
	width: 50%;
}

.field-100 {
	width: 100%;
}

.m-menu-btn {
	display: none;
	margin: 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	width: 34px;
	height: 40px;
	position: relative;
}

.m-menu-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
	width: 100%;
	height: 24px;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.m-menu-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

body.menu-opened .m-menu-btn:before {
	border: none;
	height: 4px;
	margin-top: 0;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.menu-opened .m-menu-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 0;
}

.main-title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 18px;
}

.text h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.text h3 {
	font-size: 20px;
	font-weight: 400;
	padding: 8px;
	background-color: #ffe181;
	font-style: italic;
	line-height: 1.2;
	margin-bottom: 14px;
}

.display-mobile {
	display: none;
}

.text h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;
}

.sign-up {
	background-color: #fff;
	max-width: 300px;
	padding: 8px;
	border: 1px solid #f1f1f1;
}

.sign-up-header {
	background-color: #f6f1f1;
	padding: 6px;
}

.text li,
.text p {
	font-size: 17px;
	line-height: 1.4;
	color: #3e3e3e;
	margin: 0 0 16px;
}

.text p:last-child {
	margin-bottom: 0;
}

.text li {
	position: relative;
}

/* .text li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3e3e3e;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
} */

.text img {
	margin: 16px auto;
}

.text small {
	display: inline-block;
	margin:0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #444;
}

::-webkit-input-placeholder {
	color: #ababab;
	font-size: 14px;
}

::-moz-placeholder {
	color: #ababab;
	font-size: 14px;
}

:-ms-input-placeholder {
	color: #ababab;
	font-size: 14px;
}

::-ms-input-placeholder {
	color: #ababab;
	font-size: 14px;
}

::placeholder {
	color: #ababab;
	font-size: 14px;
}

.news-ul {
	text-align: left !important;
}
.sign-up ul li {
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
}

/* Lang Dropdown */

.lang-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -5px;
}

.social-media-item {
	padding: 5px;
}

.lang {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 84px;
	padding: 12px 26px 12px 12px;
}

#sticky {
	display: block;
	height: 10px;
}

.lang:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 6px;
	margin: auto;
	-webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
	-ms-transform: translateY(calc(-50% - 2px)) rotate(45deg);
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.lang.open:after {
	-webkit-transform: translateY(calc(-50% + 2px)) rotate(226deg);
	-ms-transform: translateY(calc(-50% + 2px)) rotate(226deg);
	transform: translateY(calc(-50% + 2px)) rotate(226deg);
}

.lang-list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	font-size: 15px;
	cursor: pointer;
	background-color: #1d1d1d;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	width: 100%;
}

.lang.open .lang-list {
	opacity: 1;
	visibility: visible;
}

.lang-item {
	display: block;
	padding: 12px 6px;
	text-align: center;
	-webkit-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}

.lang-item:after {
	content: "";
	position: absolute;
	top: 26px;
	bottom: 26px;
	right: 0;
	width: 1px;
	background-color: #414141;
}

.lang-item:hover,
.lang-item.selected {
	background-color: #007bff;
}

.lang-text {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	text-align: center;
}

.flag-icon-text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

/* Lang Dropdown*/

.input {
	display: block;
	font-size: 16px;
	font-family: "Arias", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #999;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	width: 100%;
	border-radius: 0;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 12px;
}

.textarea {
	font-family: "Arias", sans-serif;
	font-size: 16px;
	font-style: italic;
	display: block;
	width: 100%;
	height: 105px;
	resize: none;
	color: #999;
	border: 1px solid #e1e1e1;
	padding: 12px;
	background-color: #fff;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	overflow-y: auto;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	justify-content: center;
	padding: 16px;
	font-size: 18px;
	font-weight: 700;
	background: #0bac4b;
	text-decoration: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border: 2px solid transparent;
}

.btn:not(.social-btn):not(.scrollTop-btn) {
	width: 100%;
}

.scrollTop-btn {
	opacity: 0;
	border-radius: 0;
	visibility: hidden;
	position: fixed;
	right: 15px;
	bottom: 15px;
	padding: 0;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.scrollTop-btn:hover {
	background-color: #1e7e44;
	border-color: #1e7e44;
}

.scrollTop-btn:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 19px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.35s ease;
	-o-transition: border-color 0.35s ease;
	transition: border-color 0.35s ease;
}

.scrollTop-btn.show {
	visibility: visible;
	opacity: 1;
}

.social-wrapper {
	margin: 12px 0;
}

.social-content {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -4px;
}

.share-block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 4px;
}

.share-counter {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	color: #c32838;
}

.btn.social-btn {
  text-transform: none;
  font-size: 12px;
  padding: 6px 8px;
  font-weight: 400;
  margin: 4px;
}

.social-btn .font-icon:before {
	font-size: 22px;
	color: #fff;
}

.social-btn .btn-text {
	margin-left: 5px;
	line-height: 1;
}

.social-btn.facebook {
	background-color: #455fa1;
}

.btn.twitter {
	background-color: #58abf5;
}

.social-btn.pinterest {
	background-color: #cd1d1f;
}

.social-btn.mail {
	background-color: #1980be;
}

.wrapper {
	max-width: 860px;
	margin: 0 auto;
	width: 94%;
}

.main-header {
	position: relative;
	z-index: 10;
}

.header-top-nav {
	background-color: #151515;
}

.header-top-nav .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
  padding:10px;
}

.ls-text {
	display: block;
	font-size: 14px;
	font-weight: 400;
	/* text-transform: uppercase; */
	color: #999;
	margin-bottom: 0px;
}

.ls-text.small {
	font-size: 12px;
	text-align: left;
}

.rating-stars {
	display: inline-block;
	color: #f39c12;
	font-size: 1.2rem;
}

.post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
}

.post-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-avatar {
	width: 32px;
	border-radius: 50%;
	margin: 0 12px;
}

.post-author {
	display: block;
	font-size: 14px;
	margin-right: 8px;
}
.post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-info-item {
	font-size: 12px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-info-item:first-child {
	margin-right: 10px;
}

.post-info-item .font-icon {
	margin-right: 6px;
}
.post-info-item .font-icon:before {
	color: #000;
}

.top-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -15px;
	background-color: #fff;
}

.layout-col-left,
.layout-col-right {
	padding: 15px;
}

.layout-col-left {
	/* width: 70%; */
	width: 100%;
}

.layout-col-right {
	display: none;
	width: 30%;
}

.author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f2f2f2;
	padding: 20px;
	border: 2px dashed #b9b9b9;
}

.author-box-img {
	display: block;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.author-box-img > img {
	width: 130px;
	border-radius: 50%;
	margin: 0 auto;
}

.author-box-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.author-box-content .ls-text {
	margin-bottom: 6px;
}

.author-box-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px;
	text-align: left;
}

.author-box-icons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -4px;
}

.author-box-icons .font-icon {
	padding: 4px;
}

.author-box-icons .font-icon:before {
	color: #000;
}

.comment-form-wrapper {
	margin-top: 30px;
	padding: 30px;
	background-color: #f2f2f2;
}

/* checkbox start */
.check-radio {
	display: block;
	margin: 12px 0;
}

.check-radio-element {
	display: block;
	padding-left: 30px;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}

.check-radio-element:before,
.check-radio-element:after {
	content: "";
	width: 22px;
	height: 22px;
	background-color: #fff;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.check-radio-element:after {
	width: 14px;
	height: 14px;
	border: 0;
	top: 5px;
	left: 5px;
}

.check-radio-input {
	visibility: hidden;
	position: absolute;
}

.check-radio-input[type="checkbox"] ~ .check-radio-element:after {
	background: url("../images/checkbox.svg") no-repeat center center;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.check-radio-input[type="checkbox"]:checked ~ .check-radio-element:after {
	opacity: 1;
}
/* end of checkbox */

.comment-form-label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-form-label:not(.check-radio .comment-form-label) {
	margin-bottom: 6px;
}

.form-title {
	font-family: "poppinsbold";
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.form-error {
	color: red;
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
}

.main-footer {
	background-color: #151515;
	color: #fff;
	padding: 30px 0 30px 0;
	position: relative;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 24px;
	margin: -5px -15px;
}

.footer-nav-item {
	padding: 5px 15px;
}

.footer-nav-link {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	position: relative;
}

.footer-nav-link:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.footer-nav-link:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: 100%;
	left: 0;
}

ul.imprint{
	display: block;
	text-align: center;
	font-size: 12px;
	padding:10px 0;
}

.copyright-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #9da4ab;
	font-size: 12px;
	border-top: 1px solid #464d53;
	padding-top: 15px;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.copyright-link {
	display: inline-block;
	margin-left: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.site-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	padding: 10px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	vertical-align: middle;
	background-color: #fff;
	text-transform: uppercase;
}

.site-logo img{
	max-width: 50px;
	margin-right: 10px;
}

.site-logo span.product-name strong{
	padding-left:10px;
	color:rgba(6, 107, 238, 0.925);
	font-weight: bold;
}

.mh-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -8px;
}

.mh-nav-item {
	margin: 0 8px;
}

.mh-nav-link {
	text-decoration: none;
	color: #969696;
	font-weight: 600;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mh-nav-link.advert {
	font-size: 14px;
	padding: 0 8px;
	line-height: 1;
	font-weight: 700;
	-webkit-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.mh-nav-link.advert:hover {
	background-color: #b40000;
}

.header-bottom-nav {
	border: solid #e1e1e1;
	background-color: #fff;
	border-width: 1px 0;
	margin-bottom: 45px;
}

.sub-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sub-nav-item {
	margin: 0 12px;
}

.sub-nav-link {
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin: 12px 0;
}

.font-icon {
	display: inline-block;
}

.font-icon:before {
	font-size: 16px;
	color: #fff;
}
.font-icon.icon-search:before {
	font-size: 16px;
	color: #000;
}

.yellow-box {
	background-color: #fffbee;
	padding: 6px;
}

.imp-box {
	position: relative;
	padding: 20px;
	border: solid #b40000;
	border-width: 1px 1px 0;
}

.imp-box span {
	display: block;
	margin-top: 10px;
	font-size: 0.8em;
	font-weight: 400;
}

.imp-box:before,
.imp-box:after {
	content: "";
	display: block;
	position: absolute;
	width: 10%;
	height: 1px;
	background-color: #b40000;
	bottom: 0;
}

.imp-box:before {
	left: 0;
}

.imp-box:after {
	right: 0;
}

.main-top {
	margin-bottom: 40px;
}

.main-bottom {
	background-color: #f2f2f2;
	padding: 20px 0;
}

.reg-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px auto 0;
}

.reg-form > .input {
	max-width: 320px;
}

.reg-form > .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* Disclaimer */
sup.disclaimer{
	font-weight: bold;
	padding-left: 5px;
}

small.disclaimer{
	color:grey;
	font-style: italic;
	margin:10px 0;
	font-size: 12px;
	display: block;
}
small.disclaimer span{
	font-weight:bold;
	margin-right:5px;
}
/* Disclaimer */

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1280px) {
	.top-layout {
		margin: -5px;
	}

	.layout-col-left,
	.layout-col-right {
		padding: 5px;
	}

	.main-title {
		font-size: 32px;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	.main-title {
		font-size: 32px;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 768px) {
	
  .header {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.note {
		margin: 10px auto;
		text-align: center;
	}

	.sign-up {
		max-width: 100%;
	}

	.ls-text.small {
		text-align: center !important;
	}

	.display-mobile {
		display: block;
	}

	.main-footer .wrapper {
		overflow: hidden;
	}

	.text p {
		text-align: left;
	}

	.author-box-title {
		text-align: center !important;
	}

	.wrapper {
		width: 100%;
	}

	.btn.social-btn {
		font-size: 14px;
		padding: 6px 12px;
	}

	.share-counter {
		font-size: 20px;
	}

	.ls-text {
		font-size: 12px;
	}

	.ls-text.small {
		font-size: 10px;
	}

	body.menu-opened:after {
		opacity: 1;
		visibility: visible;
	}

	body:after {
		content: "";
		opacity: 0;
		visibility: hidden;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8) no-repeat center center;
		-webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
		-o-transition: opacity 0.35s ease, visibility 0.35s ease;
		transition: opacity 0.35s ease, visibility 0.35s ease;
	}

	.m-menu-btn {
		display: block;
	}

	.header-bottom-nav {
		padding: 6px 0;
	}

	body.menu-opened .sub-nav {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	.sub-nav {
		z-index: -1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #fff;
		-webkit-transition: -webkit-transform 0.35s ease;
		transition: -webkit-transform 0.35s ease;
		-o-transition: transform 0.35s ease;
		transition: transform 0.35s ease;
		transition: transform 0.35s ease, -webkit-transform 0.35s ease;
	}

	.sub-nav-item {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transition: background-color 0.35s ease;
		-o-transition: background-color 0.35s ease;
		transition: background-color 0.35s ease;
	}

	.sub-nav-item:hover,
	.sub-nav-item.selected {
		background-color: #ebebeb;
	}

	.sub-nav-link {
		margin: 0;
		font-size: 18px;
		-webkit-transition: background-color 0.35s ease;
		-o-transition: background-color 0.35s ease;
		transition: background-color 0.35s ease;
		padding: 16px;
	}

	.sub-title {
		font-size: 30px;
		margin-bottom: 14px;
	}

	.field-25,
	.field-33,
	.field-50 {
		width: 100%;
	}

	.text li,
	.text p {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.text h2 {
		font-size: 26px;
		margin-bottom: 16px;
	}

	.text h3 {
		font-size: 19px;
		margin-bottom: 12px;
	}

	.top-layout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}

	.layout-col-left,
	.layout-col-right {
		width: 100%;
		max-width: none;
	}

	.layout-col-right > img {
		margin: 0 auto;
	}

	.layout-col-left {
		margin-bottom: 20px;
		padding: 15px;
	}

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

	.header-bottom-nav {
		margin-bottom: 15px;
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	.main-title {
		font-size: 36px;
		margin-bottom: 14px;
	}

	.mh-nav-link {
		font-size: 11px;
	}
	.mh-nav-link.advert {
		font-size: 12px;
	}

	.author-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.author-box-img {
		margin-right: 0;
	}

	.author-box-content {
		margin-top: 12px;
	}
}


/* ==========================================================================
  Social blocks
   ========================================================================== */

.footer { 
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  background-color: black;
}

/*body {
  font-family: system-ui, sans-serif;
  background-color: #e9ebee;
  padding: 20px;
} */


.social
{
  
  width:100%;
  font-family: system-ui, sans-serif;
  background-color: #e9ebee;
  padding: 0px;

}

.fb-posts-container {
 font-family: system-ui, sans-serif;
  background-color: #e9ebee;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding:50px 0px;
}

.left-column, .right-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-column {
  flex: 1;
  min-width: 0;
}

.right-column {
  flex: 1;
  min-width: 0;
}

.fb-post {
  background: #f1f1f1;
  padding: 10px;
  border: 1px solid #ccc;
}

/* Мобилен изглед */
@media (max-width: 768px) {
  .fb-posts-container {
    flex-direction: column;
  }

  .left-column, .right-column {
    width: 100%;
  }
}

.fb-post {
  max-width: 500px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 12px 16px;
}

.fb-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.user-info {
  flex-grow: 1;
}

.timestamp {
  font-size: 12px;
  color: #606770;
}

.menu {
  font-size: 20px;
  color: #999;
  cursor: pointer;
}

.fb-text {
  font-size: 15px;
  color: #1c1e21;
  margin-bottom: 10px;
}

.post-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.fb-reactions {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #606770;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.fb-buttons {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.fb-buttons button {
  background: none;
  border: none;
  cursor: pointer;
  color: #606770;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 6px 0;
  border-radius: 6px;
}

.fb-buttons button:hover {
  background-color: #f0f2f5;
}

.fb-comment {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}

.comment-body {
  background-color: #f0f2f5;
  padding: 10px 14px;
  border-radius: 18px;
  margin-left: 10px;
  max-width: 100%;
}

.comment-body p {
  margin: 4px 0;
  font-size: 14px;
  color: #050505;
}

.comment-body .timestamp {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}


.reactions {
  display: flex;
  align-items: center;
  display: inline-flex;
align-items: center;
}

.reactions .icon {
  width: 16px;
  height: 16px;
  margin-left: -4px;
  border: 1px solid #fff; 
  border-radius: 50%;
  background: white;
  z-index: 1;
}

.reactions .icon:first-child {
  margin-left: 0;
  z-index: 3;
}

.reactions .icon:nth-child(2) {
  z-index: 2;
}

.reactions .icon:nth-child(3) {
  z-index: 1;
}




