*, *:before, *:after {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: baseline;
}

ol {
	list-style-position: inside;
}

ul {
	list-style: none;
	list-style-position: outside;
}

blockquote {
	margin: 10px 0;
	padding: 15px;
	font-style: italic;
	background: #ecf0f1;
	border-left: 5px solid rgba(0,0,0,.05);
}

blockquote p {
	margin: 0 !important;
	text-align: left !important;
}

a {
	text-decoration: none;
	color: var(--c1);
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

iframe {
	max-width: 100%;
}

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

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--c1);
}

body {
	background: #f9f9f9;
	font-size: 14px;
	font-family: var(--mainFont);
	color: #000;
}

input, select, textarea, button {
	font-family: inherit;
}

a:hover {
	color: #222;
}

.themeicon {
	display: block;
}

ul.menu .themeicon .themeicon-arrow {
	display: none;
}

.themeicon svg {
	display: block;
	fill: currentColor;
	width: 20px;
	height: 20px;
}

.rwcus-logo {
	font-weight: bold;
	line-height: 1;
	font-size: 20px;
	color: #fff;
}

.rwcus-logo:hover {
	color: #ddd;
}

.headerWhite .rwcus-logo {
	color: #333;
}

.headerWhite .rwcus-logo:hover {
	color: #666;
}

.rwcus-logo img {
	width: auto;
	height: inherit;
}

rs-fullwidth-wrap i {
	vertical-align: middle;
}

.shiftTop {
	margin-top: 30px;
}

.widgetHeading {
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	color: var(--c1);
	font-family: var(--headFont);
}

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

.widgetHeading:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	margin-left: -40px;
	height: 5px;
	z-index: 2;
	background: var(--c1);
}

.widgetHeading:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	height: 1px;
	z-index: 1;
	background: var(--c1);
}

.widgetHeading .text {
	float: left;
	position: relative;
	top: -1px;
}

.darkBg .widgetHeading {
	color: #f9f9f9;
}

.darkBg .widgetHeading:before, .darkBg .widgetHeading:after {
	background: #f9f9f9;
}

#aside .widgetHeading {
	margin: -15px -15px 15px;
	padding: 0 15px;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
}

#aside .nopad .widgetHeading {
	margin: 0;
}

#aside .widgetHeading .inner {
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	padding: 10px 0;
}

#aside .widgetHeading .inner:after {
	left: 0;
	bottom: 1px;
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	display: block;
	background: var(--c1);
}

#aside .widgetHeading:before {
	display: none;
}

#aside .widgetHeading:after {
	bottom: 0;
	left: 0;
	width: 100%;
	margin-left: 0;
}

#aside .widgetHeading .icon {
	font-size: 16px;
	margin-right: 5px;
	float: left;
}

#aside .widgetHeading .text {
	float: left;
	position: relative;
	top: -1px;
}

.stickyMenu #wpadminbar {
	z-index: 9999;
}

.innerContainer {
	max-width: 1180px;
	margin: auto;
	overflow: hidden;
	padding: 0 5px;
}

.rwcusBox {
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	padding: 30px;
}

#aside .rwcusWidget {
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	padding: 0;
}

.rwcusBox+.rwcusBox {
	margin-top: 30px;
}

#aside .rwcusBox {
	padding: 0;
}

.rwcusEmbedContainer {
	padding-bottom: 52.25%;
	position: relative;
	height: 0;
}

.rwcusEmbedContainer.wide {
	padding-bottom: 35%;
}

.rwcusEmbedContainer iframe, .rwcusEmbedContainer embed, .rwcusEmbedContainer object, .rwcusEmbedContainer video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.reading .mainHeading {
	margin-top: 25px;
}

.reading, .reading p, .reading li {
	line-height: 1.8;
	text-align: justify;
	font-size: 16px;
}

.reading.center, .reading.center p, .reading.center li {
	text-align: center;
}

.reading>p+*, .reading>figure+*, .reading>ol+*, .reading>ul+*, .reading>div+* {
	margin-top: 25px !important;
}

.reading {
	margin-bottom: 0;
}

.reading iframe {
	border: 0;
}

.reading a {
	font-weight: 500;
	color: var(--linkColor);
}

.reading h1, .reading h2, .reading h3, .reading h4, .reading h5, .reading h6 {
	color: var(--headColor);
	font-family: var(--headFont);
}

.reading ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.reading ol {
	list-style: none;
	counter-reset: item;
}

.reading ol li {
	counter-increment: item;
	margin-bottom: 5px;
}

.reading ol li:before {
	margin-right: 4px;
	content: counter(item) ". ";
	font-weight: bold;
}

.reading a:hover, .nativeWidget a:hover {
	color: #333;
}

.reading table {
	border-collapse: collapse;
}

.reading th, .reading td {
	border: 1px solid #ddd;
	padding: 8px;
	vertical-align: top;
}

.float {
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.post img {
	width: 100%;
}

.categoryDesc {
	line-height: 1.5;
	background: #fafafa;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 16px;
}

img.lazy {
	opacity: 0;
	transition: opacity .3s ease-in;
}

.rwcusthumb {
	position: relative;
	overflow: hidden;
	background-color: #f0f0f0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: var(--noImageForPost);
	padding-bottom: var(--thumbRatio);
}

.rwcusthumb.cat {
	padding-bottom: var(--catThumbRatio);
}

.rwcusthumb.square {
	padding-bottom: 100%;
}

.rwcusthumb.half {
	padding-bottom: 50%;
}

.rwcusthumb.nobg {
	background: none;
}

.rwcusthumb:before {
	position: absolute;
	display: block;
	content: "";
}

.rwcusthumb .thumbnail {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.rwcusthumb .center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate(50%,50%);
}

.rwcusthumb img {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.fitImage .rwcusthumb img {
	-o-object-fit: contain;
	object-fit: contain;
}

.picHeader {
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

.picHeader .title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
	text-shadow: 0 0 3px rgba(0,0,0,.2);
	font-family: var(--headFont);
}

.picHeader a, .picHeader h1, .picHeader #crumbs, .picHeader #crumbs a {
	color: #fff;
}

.picHeader a:hover {
	color: #dfdfdf !important;
}

#topbar {
	background: rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(255,255,255,.04);
	z-index: 40;
	position: relative;
}

#topbar .topmenu {
	float: left;
	padding: 5px 0;
}

#topbar .topmenu .sub-menu {
	display: none;
}

#topbar .topmenu ul {
	overflow: hidden;
}

#topbar .topmenu li {
	float: left;
	margin-right: 15px;
}

#topbar .topmenu a {
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 30px;
}

#topbar .topmenu .rwcusicon {
	float: left;
}

#topbar .topmenu .rwcusicon svg {
	width: 14px;
	height: 14px;
}

#topbar .topmenu .text {
	float: left;
}

#topbar .rightGroup {
	float: right;
}

#topbar .topsearch {
	border-left: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid rgba(255,255,255,.1);
	position: relative;
	float: left;
}

#topbar .topsearch input {
	background: none;
	border: 0;
	color: #cbcbcb;
	height: 40px;
	border-radius: 0;
	margin: 0;
	padding: 10px 50px 10px 10px;
	width: 200px;
}

#topbar .topsearch button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
	cursor: pointer;
}

#topbar .topsearch button svg {
	margin: 12px;
	width: 16px;
	height: 16px;
	color: rgba(255,255,255,.6);
}

#topbar .rwcusSocial {
	float: left;
	padding: 10px;
}

.languageSelector {
	float: left;
	background: rgba(0,0,0,.1);
	padding: 9px;
	overflow: hidden;
	border-left: 1px solid rgba(255,255,255,.1);
}

.languageSelector a {
	display: block;
	float: left;
}

.languageSelector a:first-child {
	margin-left: 0;
}

.languageSelector img {
	display: block;
	height: 22px;
	width: 22px;
	margin: 0 2px;
}

header {
	background: var(--c1);
}

#header {
	position: relative;
	z-index: 40;
	clear: both;
}

#logo {
	display: table-cell;
	vertical-align: middle;
	z-index: 100;
	padding: 15px 0;
	text-align: left;
}

#logo a {
	display: block;
	float: left;
}

#logo img {
	max-width: inherit;
	display: block;
	height: var(--headerHeight);
}

#logo h1, #logo span {
	display: block;
}

.headerWhite header {
	background: #fff;
}

.headerWhite #topbar {
	background: #f5f5f5;
}

.headerWhite #topbar a {
	color: #393939;
}

.headerWhite #topbar a:hover {
	color: #000;
}

.headerWhite #topbar .topsearch {
	border-color: #e9e9e9;
}

.headerWhite #topbar .topsearch input, .headerWhite #topbar .topsearch button svg {
	color: #393939;
}

.headerWhite .languageSelector {
	background: #e9e9e9;
}

.headerWhite #infoBlock .item .text, .headerWhite #infoBlock .item .text a, .headerWhite #infoBlock .item .text a:hover {
	color: var(--c1);
}

.headerWhite #header {
	background: #fff;
}

#infoBlock {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 15px 0;
	text-align: right;
}

#infoBlock .item {
	display: inline-table;
	min-height: 30px;
	margin-left: 40px;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
}

#infoBlock .item:first-child {
	margin-left: 0;
}

#infoBlock .item .icon {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
}

#infoBlock .item .rwcusicon svg {
	width: 30px;
	height: 30px;
	color: #fff;
}

.headerWhite #infoBlock .item .rwcusicon svg {
	color: #333;
}

#infoBlock .item .text {
	margin-left: 40px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

#infoBlock .item .text span {
	display: block;
}

#infoBlock .item .text .title {
	font-size: 13px;
	color: var(--c2);
}

#infoBlock .item .text .data {
	font-size: 17px;
	font-weight: 500;
}

#infoBlock .item .text a {
	color: #fff;
}

#infoBlock .item .text a:hover {
	color: #dedede;
}

.rwcusSocial {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.rwcusSocial a {
	display: block;
	color: #fff;
	opacity: .5;
	transition: all .3s;
}

.rwcusSocial a:hover {
	opacity: 1;
}

.rwcusSocial.colored a {
	opacity: 1;
}

.rwcusSocial.colored a svg {
	width: 24px;
	height: 24px;
}

.rwcusSocial.colored a:hover {
	opacity: .8;
}

.rwcusSocial.colored li.facebook a {
	color: #597ac7;
}

.rwcusSocial.colored li.twitter a {
	color: #000;
}

.rwcusSocial.colored li.instagram a {
	color: #ae318d;
}

.rwcusSocial.colored li.linkedin a {
	color: #0080b2;
}

.rwcusSocial.colored li.youtube a {
	color: #f70100;
}

.rwcusSocial.colored li.pinterest a {
	color: #c51d23;
}

.rwcusSocial.colored li.whatsapp a {
	color: #48a91f;
}

.rwcusSocial.colored li.rss a {
	color: #f8680b;
}

#menuGroup {
	position: relative;
	z-index: 20;
	border-top: 1px solid rgba(0,0,0,.075);
	box-shadow: 0 10px 5px -5px rgba(0,0,0,.1);
}

.is-sticky #menuGroup {
	background: var(--c1);
}

.headerWhite .is-sticky #menuGroup {
	background: #fff;
}

#menuGroup .inner {
	background: rgba(255,255,255,.04);
}

#menuGroup .innerContainer {
	overflow: visible;
}

#menu {
	position: relative;
}

#menu li {
	float: left;
	position: relative;
	margin-left: 40px;
}

#menu li:first-child {
	margin-left: 0;
}

#menu a {
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 50px;
	font-family: var(--menuFont);
}

#menu a .themeicon-arrow {
	display: block;
}

.headerWhite #menu a {
	color: inherit;
}

#menu .text {
	display: inline-block;
	vertical-align: middle;
}

#menu a:before {
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: var(--c2);
}

#menu>ul>li:hover>a:before, #menu>ul>li.active>a:before {
	opacity: .7;
}

#menu li.menu-item-has-children .themeicon-arrow {
	width: 8px;
	height: 8px;
}

#menu .sub-menu {
	top: 50px;
	text-align: left;
	position: absolute;
	z-index: 40;
	background: #fff;
	box-shadow: 0px 8px 10px rgba(0,0,0,.05), -10px 8px 15px rgba(0,0,0,.05), 10px 8px 15px rgba(0,0,0,.05);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transform: scale(0.9);
	transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s;
}

#menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	z-index: 40;
	transform: scale(1);
	transition-delay: 0s, 0s, .1s;
}

#menu .sub-menu li {
	float: none;
	padding: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #ededed;
	position: relative;
}

#menu .sub-menu li:first-child {
	border-top: 0;
}

#menu .sub-menu a {
	border-radius: 0;
	width: auto;
	min-width: 200px;
	line-height: 20px;
	padding: 15px;
	margin: 0;
	border: 0;
	font-size: 14px;
	color: var(--c1);
}

#menu .sub-menu a:hover {
	background: #f9f9f9;
}

#menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	margin: 0;
	border-left: 1px solid #ededed;
	transform: scale(0.9);
}

#menuGroup #menu li.menu-item-has-children li.menu-item-has-children .themeicon {
	margin-left: auto;
	transform: retate(-90deg);
	color: #666;
}

#main {
	clear: both;
}

#home {
	min-height: 110px;
	clear: both;
	z-index: 2;
	position: relative;
}

#content {
	float: right;
	width: 71.7948717949%;
	padding: 30px 0;
}

.sidebarRight #content {
	float: left;
}

body.page-template-page-full #content, body.page-template-page-contact #content, .noSidebar #content {
	float: none;
	width: 100%;
}

#content iframe {
	border: 0;
}

#aside {
	float: left;
	width: 25.641025641%;
	padding: 30px 0;
}

.sidebarRight #aside {
	float: right;
}

body.error404 {
	background: #fff;
}

body.error404 #content {
	width: 100%;
}

body.error404 #content .rwcusBox {
	text-align: center;
	box-shadow: none;
	font-size: 16px;
}

.rwcusCol .items {
	margin: -15px;
}

.rwcusCol .list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.rwcusCol .item-container {
	padding: 15px;
}

.rwcusCol.col6 .items {
	margin: -10px;
}

.rwcusCol.col6 .item-container {
	padding: 10px;
}

.rwcusCol.col2 .list .item-container {
	width: 50%;
}

.rwcusCol.col3 .list .item-container {
	width: 33.3333333333%;
}

.rwcusCol.col4 .list .item-container {
	width: 25%;
}

.rwcusCol.col5 .list .item-container {
	width: 20%;
}

.rwcusCol.col6 .list .item-container {
	width: 16.6666666667%;
}

.sidebarWidget.rwcusCol .items {
	margin: -5px;
}

.sidebarWidget.rwcusCol .item-container {
	padding: 5px;
}

.sidebarWidget.rwcusCol .list .item-container {
	width: 100%;
}

.rwcusWidget.homeWidget {
	background: #fff;
	transition: all .2s;
}

.rwcusWidget .widgetContent {
	position: relative;
}

#aside .widgetContent {
	padding: 15px;
}

#aside .widgetContent.nopad {
	padding: 0px;
}

.rwcusWidget.homeWidget.lightBg {
	background: #f9f9f9;
}

.rwcusWidget.homeWidget.darkBg {
	background: #222;
	color: #f9f9f9;
}

.rwcusWidget.homeWidget.darkBg .mainHeading {
	color: #edf0f7;
}

.rwcusWidget.homeWidget .innerContainer {
	padding: 40px 5px;
}

.rwcusWidget.sidebarWidget .innerContainer {
	padding: 0;
	overflow: visible;
}

.sidebarWidget {
	margin-top: 30px;
}

.sidebarWidget:first-child {
	margin-top: 0;
}

#aside .nativeWidget li {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#aside .nativeWidget ul.menu .sub-menu {
	padding-left: 15px;
}

.rwcusOwlButtons .owl-nav {
	color: var(--c2);
	margin-top: 20px;
	text-align: center;
}

.rwcusOwlButtons .owl-nav div {
	border-radius: 3px;
	display: inline-block;
	margin: 0 3px;
	transition: all .3s;
	background: var(--c1);
}

.rwcusOwlButtons .owl-nav div:hover {
	background: #333;
}

.rwcusOwlButtons .owl-nav div svg {
	width: 14px;
	height: 14px;
	margin: 8px 13px;
	transition: all .3s;
}

.rwcusOwlButtons.darkBg .owl-nav div {
	background: var(--c2);
	color: var(--c1);
}

.rwcusWidget .nogallery {
	text-align: center;
	padding: 30px;
	font-size: 18px;
}

.rwcusWidget.darkBg .nogallery a {
	color: #f9f9f9;
}

.rwcusCustomMenu li {
	position: relative;
}

.rwcusCustomMenu a {
	display: flex;
	gap: 5px;
	align-items: center;
	color: #464646;
	border-bottom: 1px solid #ededed;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: 500;
	padding: 12px;
}

.rwcusCustomMenu a.active {
	background: linear-gradient(to right, rgba(0,0,0,0.03) 0%, transparent 100%);
}

.rwcusCustomMenu a:hover {
	color: var(--c1);
}

.rwcusCustomMenu .inner {
	overflow: hidden;
}

.rwcusCustomMenu a .title {
	transition: all .2s;
}

.rwcusCustomMenu a .icon {
	color: #999;
}

.rwcusCustomMenu a .icon svg {
	width: 10px;
	height: 10px;
}

.rwcusCustomMenu .sub-menu a .icon {
	display: none;
}

.rwcusCustomMenu .toggle.icon {
	width: 20px;
	height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #999;
	background: #e9e9e9;
	cursor: pointer;
	border-radius: 3px;
	z-index: 10;
}

.rwcusCustomMenu .toggle.icon svg {
	width: 10px;
	height: 10px;
	display: block;
}

.rwcusCustomMenu .toggle.icon .themeicon-close {
	width: 7px;
	height: 7px;
}

.rwcusCustomMenu .toggle.icon .themeicon:first-child, .rwcusCustomMenu .toggle.icon.active .themeicon:last-child {
	display: block;
}

.rwcusCustomMenu .toggle.icon.active .themeicon:first-child, .rwcusCustomMenu .toggle.icon .themeicon:last-child {
	display: none;
}

.rwcusCustomMenu .sub-menu {
	display: none;
}

.rwcusCustomMenu .sub-menu a {
	padding-left: 45px;
	color: #686868;
}

.rwcusCustomMenu .sub-menu .sub-menu a {
	padding-left: 65px;
}

.rwcusCustomMenu .sub-menu .sub-menu .sub-menu a {
	padding-left: 85px;
}

.numberWidget .innerContainer {
	position: relative;
}

.numberWidget .iconList {
	display: flex;
	flex-wrap: nowrap;
}

.numberWidget .iconList .item-container {
	width: 100%;
}

.numberWidget .iconList .item {
	text-align: center;
}

.numberWidget .iconList .item .iconContainer {
	margin-bottom: 10px;
	text-align: center;
	color: #505050;
	position: relative;
}

.numberWidget .iconList .item .iconContainer:after {
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 30px;
	left: 0;
	height: 1px;
	background: #d9d9d9;
	content: "";
}

.numberWidget .iconList .item-container:first-child .iconContainer:after {
	width: 50%;
	left: 50%;
}

.numberWidget .iconList .item-container:last-child .iconContainer:after {
	width: 50%;
}

.numberWidget .iconList .item .rwcusicon {
	display: block;
	z-index: 2;
	position: relative;
	background: #fff;
	border-radius: 50%;
	padding: 14px;
	margin: auto;
	float: none;
	height: 60px;
	width: 60px;
	border: 1px solid #d9d9d9;
}

.numberWidget .iconList .item .rwcusicon svg {
	height: 30px;
	width: 30px;
}

.numberWidget .iconList .item .number {
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 8px;
	color: var(--c1);
}

.numberWidget .iconList .item .text {
	font-weight: 500;
	color: #121212;
	padding: 0 5px;
}

.numberWidget.whiteBg .iconList .item .rwcusicon {
	background: #fafafa;
}

.numberWidget.darkBg .iconList .item .text, .numberWidget.darkBg .iconList .item .number {
	color: #f9f9f9;
}

#aside .numberWidget .iconList {
	flex-wrap: wrap;
	margin: 10px 0;
}

#aside .numberWidget .iconList .item-container {
	width: 50%;
	padding: 10px 0;
}

#aside .numberWidget .iconList .item-container:nth-child(2n+1) .iconContainer:after {
	width: 50%;
	left: 50%;
}

#aside .numberWidget .iconList .item-container:nth-child(2n) .iconContainer:after {
	width: 50%;
}

.aboutWidget {
	overflow: hidden;
}

.aboutWidget .widgetContent .flex {
	display: flex;
}

.aboutWidget .infoBlock {
	line-height: 1.6;
	font-size: 17px;
	padding-right: 50px;
	flex-basis: 100%;
}

.aboutWidget .infoBlock .description a {
	font-weight: 500;
}

.aboutWidget .infoBlock h1, .aboutWidget .infoBlock h2, .aboutWidget .infoBlock h3 {
	margin-bottom: 10px;
}

.aboutWidget.homeWidget.darkBg .infoBlock h1, .aboutWidget.homeWidget.darkBg .infoBlock h2, .aboutWidget.homeWidget.darkBg .infoBlock h3, .aboutWidget.homeWidget.darkBg .infoBlock a {
	color: #fff;
}

.aboutWidget .infoBlock h1 {
	font-size: 24px;
}

.aboutWidget .infoBlock h2 {
	font-size: 22px;
}

.aboutWidget .infoBlock h3 {
	font-size: 20px;
}

.aboutWidget .infoBlock p {
	margin-bottom: 10px;
}

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

.aboutWidget .menuBlock {
	flex-basis: 100%;
}

.aboutWidget .menuBlock .items {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}

.aboutWidget .menuBlock .item-container {
	padding: 12px;
	width: 50%;
}

.aboutWidget .menuBlock.wide .item-container {
	width: 25%;
}

.aboutWidget .menuBlock .item a {
	color: #222;
}

.aboutWidget .menuBlock .item .iconContainer {
	float: left;
	border-radius: 50%;
	border: 2px solid #eee;
}

.aboutWidget .menuBlock .item .rwcusicon {
	float: left;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	margin: 2px;
	color: var(--c1);
}

.aboutWidget .menuBlock .item .rwcusicon svg {
	width: 22px;
	height: 22px;
	margin: 14px;
}

.aboutWidget .menuBlock .item .text {
	margin-left: 70px;
}

.aboutWidget .menuBlock .item .table {
	display: table;
	width: 100%;
	min-height: 50px;
}

.aboutWidget .menuBlock .item .cell {
	display: table-cell;
	vertical-align: middle;
}

.aboutWidget .menuBlock .item .title {
	font-weight: 500;
	color: #111;
}

.aboutWidget .menuBlock .item a:hover .title {
	color: #111;
}

.aboutWidget .menuBlock .item .desc {
	margin-top: 3px;
	font-size: 14px;
	color: #666;
}

.darkBg.aboutWidget .infoBlock, .darkBg.aboutWidget .menuBlock .item a .title {
	color: #f9f9f9;
}

.darkBg.aboutWidget .menuBlock .item .rwcusicon {
	background: #3a3a3a;
	color: #f9f9f9;
}

.darkBg.aboutWidget .menuBlock .item .title, .darkBg.aboutWidget .menuBlock .item .title a {
	color: #f9f9f9;
}

.darkBg.aboutWidget .menuBlock .item .desc {
	color: #999;
}

.aboutWidget.nomenu .infoBlock, .aboutWidget.nomenu .menuBlock {
	width: 100%;
	padding-right: 0;
}

#aside .aboutWidget .flex {
	flex-wrap: wrap;
}

#aside .aboutWidget .infoBlock {
	padding-right: 0;
}

#aside .aboutWidget .menuBlock {
	margin-top: 10px;
	width: 100%;
}

#aside .aboutWidget .menuBlock .item-container {
	width: 100%;
}

.categoriesWidget .item {
	overflow: hidden;
	background: #fafafa;
	text-align: center;
}

.categoriesWidget .item .detail {
	padding: 20px;
	border-top: 2px solid var(--c1);
	color: #464646;
}

.categoriesWidget .item .title {
	font-size: 20px;
	font-weight: 500;
	transition: all .3s;
	position: relative;
}

.categoriesWidget .item .title a {
	color: #000;
	transition: all .3s;
}

.categoriesWidget .item .rwcusButton {
	margin-top: 15px;
	color: #fff;
}

.categoriesWidget.lightBg .item {
	background: #fff;
}

.categoriesWidget.darkBg .item {
	background: rgba(255,255,255,.025);
}

.categoriesWidget.darkBg .item .title:after {
	background: rgba(255,255,255,.05);
}

.categoriesWidget.darkBg .item .title, .categoriesWidget.darkBg .item .title a {
	color: #f9f9f9;
}

.categoriesWidget.darkBg .item:hover .title a, .categoriesWidget.darkBg .item .detail {
	color: #a9a9a9;
}

.sloganWidget .widgetSwitcher {
	display: none;
}

.sloganWidget .widgetContent {
	background-color: #232323;
	background-position: 50% 50% !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	text-align: center;
	padding: 20px;
	color: #fff;
}

.sloganWidget .text {
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 500;
	text-shadow: 0 0 5px rgba(0,0,0,.7);
}

.sloganWidget .text a:hover {
	color: #dedede;
}

.sloganWidget .rwcusButton {
	margin-top: 20px;
	background: var(--c2);
	color: var(--c1);
}

.advancedPostsWidget1 .item {
	text-align: center;
}

.advancedPostsWidget1 .item .postthumb {
	margin-bottom: 10px;
	position: relative;
}

.advancedPostsWidget1 .item .postthumb .text {
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 22px;
	color: #000;
	background: rgba(255,255,255,.7);
	font-weight: 500;
	padding: 0 8px;
	font-size: 12px;
	z-index: 2;
}

.advancedPostsWidget1 .item .title {
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
}

.advancedPostsWidget1 .item .title a {
	color: #464646;
	transition: all .3s;
}

.advancedPostsWidget1 .item:hover .title a {
	color: var(--c1);
}

.advancedPostsWidget1 .item .postprice {
	font-weight: bold;
	font-size: 16px;
	position: relative;
	color: #000;
}

.advancedPostsWidget1 .item .postprice:before {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background: #f0f0f0;
	margin: 15px auto;
}

.advancedPostsWidget1 .item .postprice:after {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f0f0f0;
}

.advancedPostsWidget1 .item .postprice .inner {
	position: relative;
	z-index: 2;
}

.advancedPostsWidget1 .item .postprice span {
	text-decoration: line-through;
	font-weight: normal;
	margin-right: 8px;
	color: #999;
}

.advancedPostsWidget1.darkBg .item .title, .advancedPostsWidget1.darkBg .item .title a, .advancedPostsWidget1.darkBg .item .postprice {
	color: #f9f9f9;
}

.advancedPostsWidget1.darkBg .item:hover .title a {
	color: #c9c9c9;
}

.advancedPostsWidget1.darkBg .item .postprice span {
	color: #c9c9c9;
}

.advancedPostsWidget2 .item {
	overflow: hidden;
	background: #fafafa;
}

.advancedPostsWidget2 .item .postthumb {
	position: relative;
}

.advancedPostsWidget2 .item .postthumb .text {
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
	background: rgba(255,255,255,.7);
	padding: 0 8px;
	font-size: 12px;
	z-index: 2;
}

.advancedPostsWidget2 .item .date {
	font-size: 13px;
	position: absolute;
	font-weight: 500;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	color: #fff;
}

.advancedPostsWidget2 .item .date:before {
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	position: absolute;
	z-index: 1;
	background: var(--c1);
}

.advancedPostsWidget2 .item .date span {
	position: relative;
	z-index: 2;
}

.advancedPostsWidget2 .item .detail {
	padding: 20px;
	color: #464646;
	border-top: 2px solid var(--c1);
}

.advancedPostsWidget2 .item .detail .inner {
	line-height: 25px;
	height: 200px;
	overflow: hidden;
}

.advancedPostsWidget2 .item .title {
	font-size: 18px;
	font-weight: 500;
	transition: all .3s;
	position: relative;
}

.advancedPostsWidget2 .item .title:after {
	content: "";
	display: block;
	height: 2px;
	margin: 12px 0 11px;
	background: #e9e9e9;
	width: 20%;
}

.advancedPostsWidget2 .item .title a {
	color: #000;
	transition: all .3s;
}

.advancedPostsWidget2 .item:hover .title a {
	color: var(--c1);
}

.advancedPostsWidget2 .item .postprice {
	font-size: 13px;
	position: absolute;
	font-weight: 500;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	color: #fff;
}

.advancedPostsWidget2 .item .postprice:before {
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	position: absolute;
	z-index: 1;
	background: var(--c1);
}

.advancedPostsWidget2 .item .postprice .inner {
	position: relative;
	z-index: 2;
}

.advancedPostsWidget2 .item .postprice span {
	text-decoration: line-through;
	font-weight: normal;
	margin-right: 8px;
	color: #999;
}

.advancedPostsWidget2 .item .thumb .date:before {
	background: var(--c1);
}

.advancedPostsWidget2.lightBg .item {
	background: #fff;
}

.advancedPostsWidget2.darkBg .item {
	background: rgba(255,255,255,.025);
}

.advancedPostsWidget2.darkBg .item .title:after {
	background: rgba(255,255,255,.05);
}

.advancedPostsWidget2.darkBg .item .title, .advancedPostsWidget2.darkBg .item .title a {
	color: #f9f9f9;
}

.advancedPostsWidget2.darkBg .item:hover .title a, .advancedPostsWidget2.darkBg .item .detail {
	color: #a9a9a9;
}

.crewWidget .item .thumb {
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.crewWidget .item .thumb .inner {
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.crewWidget .item a {
	display: block;
	color: var(--c1);
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.crewWidget .item .icon {
	background: rgba(0,0,0,.5);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #333;
	opacity: 0;
	transition: all .3s;
}

.crewWidget .item:hover .icon {
	opacity: 1;
}

.crewWidget .item .icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	text-shadow: 0 0 4px rgba(0,0,0,.3);
	width: 30px;
	height: 30px;
	color: #fff;
	transform: scale(0.1);
	opacity: 0;
	transition: all .3s;
}

.crewWidget .item:hover .icon svg {
	transform: scale(1.1);
	opacity: 1;
}

.crewWidget .item .info {
	background: #fff;
	line-height: 20px;
	padding: 20px;
}

.crewWidget .item .title {
	font-weight: 500;
	font-size: 16px;
}

.crewWidget .item .detail {
	color: #666;
	font-size: 14px;
}

.crewWidget.whiteBg .item .info {
	background: #f9f9f9;
}

.crewWidget.darkBg .item .info {
	background: rgba(255,255,255,.02);
}

.crewWidget.darkBg .item a {
	color: #f9f9f9;
}

.crewModal {
	display: none;
}

.crewModal.fancybox-content {
	padding: 0;
	max-width: 700px;
}

.crewModal .thumb {
	float: left;
	width: 300px;
}

.crewModal .info {
	margin-left: 300px;
	padding: 25px;
}

.crewModal .info .title {
	font-size: 20px;
	font-weight: bold;
}

.crewModal .info .position {
	color: #999;
	font-weight: 500;
}

.crewModal .info .social {
	overflow: hidden;
}

.crewModal .info .social li {
	margin-top: 15px;
}

.crewModal .info .detail {
	line-height: 1.5;
	font-size: 16px;
	margin-top: 20px;
}

#aside .crewWidget .item .info {
	padding: 10px;
}

.customerWidget .item .thumb {
	float: left;
	overflow: hidden;
	border-radius: 4px;
	width: 100px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.customerWidget .item .detail {
	margin-left: 120px;
	border-radius: 4px;
	background: #fff;
	padding: 20px;
	position: relative;
}

.customerWidget .item .detail:before {
	content: "";
	display: block;
	position: absolute;
	left: -8px;
	top: 23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 8px 9px 0;
	border-color: rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);
}

.customerWidget .item .name {
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 5px;
	color: var(--c1);
}

.customerWidget .item .name .title {
	color: #666;
	font-weight: 500;
}

.customerWidget .item .name .title:before {
	content: "/";
	margin: 0 8px;
}

.customerWidget .item .comment {
	color: #323232;
	font-size: 15px;
	line-height: 1.7;
}

.customerWidget.whiteBg .item .detail {
	background: #f9f9f9;
}

.customerWidget.whiteBg .item .detail:before {
	border-color: rgba(0,0,0,0) #f9f9f9 rgba(0,0,0,0) rgba(0,0,0,0);
}

.customerWidget.darkBg .item .detail {
	background: rgba(255,255,255,.04);
}

.customerWidget.darkBg .item .detail:before {
	border-color: rgba(0,0,0,0) rgba(255,255,255,.04) rgba(0,0,0,0) rgba(0,0,0,0);
}

.customerWidget.darkBg .item .name, .customerWidget.darkBg .item .comment {
	color: #a2a2a2;
}

#aside .customerWidget .items {
	margin: -5px;
}

#aside .customerWidget .item-container {
	padding: 5px;
}

.referencesWidget .items a {
	display: block;
	padding: 10px;
	background: #fafafa;
}

.referencesWidget.lightBg .items a, .referencesWidget.darkBg .items a {
	background: #fff;
	border: 0;
}

.galleryWidget .item {
	position: relative;
}

.galleryWidget .item .thumb, .wp-block-gallery figure {
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.galleryWidget .item a, .wp-block-gallery a {
	display: block;
	transition: all .3s;
}

.galleryWidget .item a .icon, .wp-block-gallery a .icon {
	background: rgba(0,0,0,.5);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #333;
	opacity: 0;
	transition: all .3s;
}

.galleryWidget .item a:hover .icon, .wp-block-gallery a:hover .icon {
	opacity: 1;
}

.galleryWidget .item a .icon svg, .wp-block-gallery a .icon svg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	text-shadow: 0 0 4px rgba(0,0,0,.3);
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	transform: scale(0.1);
	opacity: 0;
	transition: all .3s;
}

.galleryWidget .item a:hover .icon svg, .wp-block-gallery a:hover .icon svg {
	transform: scale(1);
	opacity: 1;
}

.buttonWidget {
	overflow: hidden;
	transition: all .15s;
}

.buttonWidget a {
	display: block;
	overflow: hidden;
	color: #282828;
	padding: 15px;
}

.buttonWidget .iconContainer {
	float: left;
	position: relative;
	padding: 15px;
}

.buttonWidget .rwcusicon svg {
	width: 36px;
	height: 36px;
	margin: 2px;
}

.buttonWidget .table {
	display: table;
	min-height: 70px;
}

.buttonWidget .cell {
	display: table-cell;
	vertical-align: middle;
}

.buttonWidget .header {
	font-size: 17px;
	font-weight: bold;
}

.buttonWidget .description {
	margin-top: 5px;
	color: #707070;
	font-size: 13px;
}

.rwcusWidget.homeWidget.buttonWidget .innerContainer {
	padding: 5px;
}

.rwcusWidget.homeWidget.buttonWidget+.rwcusWidget.homeWidget.buttonWidget {
	margin-bottom: 10px;
}

.contactWidget {
	position: relative;
}

.contactWidget .map {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.contactWidget .map iframe {
	width: 100%;
}

.contactWidget .infoBlock {
	width: 340px;
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 30px;
	border-radius: 8px;
	background: rgba(255,255,255,.95);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	overflow: hidden;
}

.headerWhite .contactWidget .infoBlock {
	background: #fff;
}

.contactWidget .infoBlock .logo {
	padding: 10px 20px;
	border-bottom: 2px solid var(--c2);
	background: var(--c1);
}

.headerWhite .contactWidget .infoBlock .logo {
	background: #fff;
}

.contactWidget .infoBlock .logo img {
	max-height: 40px;
	display: block;
}

.contactWidget .infoBlock .item {
	padding: 10px 15px;
	font-size: 13px;
	font-weight: 500;
	border-top: 1px solid #ededed;
	overflow: hidden;
}

.contactWidget .infoBlock .item:first-child {
	border-top: 0;
}

.contactWidget .infoBlock .item .icon {
	float: left;
	width: 30px;
	height: 30px;
	color: var(--c1);
}

.contactWidget .infoBlock .item .icon svg {
	margin: 5px;
}

.contactWidget .infoBlock .item .table {
	display: table;
	min-height: 30px;
}

.contactWidget .infoBlock .item .table .row {
	display: table-row;
}

.contactWidget .infoBlock .item .table .data {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	color: #090909;
}

#aside .contactWidget .infoBlock {
	width: 100%;
	position: relative;
	top: inherit;
	right: inherit;
	border-radius: 0;
	background: none;
	box-shadow: none;
}

#contactMap {
	overflow: hidden;
	clear: both;
}

#contactMap iframe {
	width: 100%;
	height: 100%;
}

#contactPage .reading p {
	margin-bottom: 30px;
}

#contactPage .infoBlock {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -5px 70px;
}

#contactPage .infoBlock .item {
	width: 100%;
	overflow: hidden;
	padding: 0 5px;
	display: flex;
	align-items: center;
}

#contactPage .infoBlock .item .rwcusicon {
	color: #2a2a2a;
	flex-basis: 50px;
}

#contactPage .infoBlock .item .rwcusicon svg {
	width: 30px;
	height: 30px;
	margin: 10px 15px;
}

#contactPage .infoBlock .item .data {
	font-size: 14px;
	line-height: 1.5;
}

#contactPage .infoBlock .item .data:first-line {
	font-weight: bold;
	font-size: 16px;
}

#contactPage .contactBranch {
	margin-top: 70px;
}

#contactPage .contactBranch .infoBlock {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin: 0;
	flex-wrap: wrap;
}

#contactPage .contactBranch .subemap {
	float: right;
	width: 50%;
	padding-left: 10px;
	overflow: hidden;
	border-radius: 4px;
}

#contactPage .contactBranch .subemap iframe {
	width: 100%;
}

#contactPage .contactBranch .infoBlock .item {
	padding: 0;
	text-align: left;
	overflow: hidden;
	margin-top: 20px;
}

#contactPage .contactBranch .infoBlock .item:first-child {
	margin-top: 0;
}

#contactPage .contactBranch .infoBlock .item .rwcusicon {
	float: left;
	width: 60px;
	height: 50px;
}

#contactPage .contactBranch .infoBlock .item .rwcusicon svg {
	margin: 10px;
}

#contactPage .subemap, #contactMap, .contactWidget .map {
	height: var(--mapHeight);
}

#referencesPage .item-container .item {
	overflow: hidden;
	border: 1px solid #ededed;
}

#referencesPage .item-container .thumb {
	padding: 10px;
}

#referencesPage .item-container .detail {
	padding: 10px;
	background: #f9f9f9;
	text-align: center;
}

#referencesPage .item-container .detail .title {
	font-size: 14px;
	font-weight: bold;
}

#referencesPage .item-container .detail .description {
	font-size: 12px;
	color: #6f6f6f;
}

.reading ul li {
	padding: 15px;
	margin: 0;
	list-style: none;
	background: #fafafa;
	background: #e5e8ef;
	background: linear-gradient(to right,#f5f5f5 0%,#fafafa 50px,#fafafa 100%);
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 16px;
}

.reading ul li.blocks-gallery-item {
	background: none;
	border-radius: 0;
	padding: 0;
	border: 0;
}

.reading ul li.blocks-gallery-item:before {
	display: none;
}

#single .singlepostprice {
	font-size: 17px;
	font-weight: bold;
	float: right;
	padding: 0 10px;
	line-height: 38px;
	background: #ededed;
	margin-left: 7px;
	color: var(--c1);
}

#single .singlepostprice span {
	text-decoration: line-through;
	font-weight: normal;
	margin-right: 8px;
	opacity: .5;
	font-size: 15px;
}

#singleBlock.type1 {
	margin: -30px -30px 30px;
}

#singleBlock .thumb {
	position: relative;
	overflow: hidden;
}

#singleBlock .thumb .text {
	position: absolute;
	top: 15px;
	right: 15px;
	line-height: 36px;
	color: #fff;
	background: rgba(0,0,0,.8);
	padding: 0 20px;
	font-size: 13px;
	font-weight: 500;
	z-index: 2;
}

#singleBlock.type2 .thumb {
	float: left;
	width: 50%;
	margin: 0 10px 5px 0;
}

#single .metaBox {
	overflow: hidden;
	clear: both;
	color: #181818;
	background: #f3f3f3;
	border-bottom: 2px solid #ededed;
	margin-bottom: 15px;
}

#singleBlock.type2 .metaBox {
	margin-bottom: 15px;
}

#single .metaBox .meta {
	float: left;
	font-weight: 500;
	font-size: 12px;
	line-height: 38px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	gap: 5px;
}

#single .metaBox .meta a {
	color: #181818;
}

#single .metaBox .meta a:hover {
	color: #000;
}

#single .metaBox svg {
	width: 16px;
	height: 16px;
}

#single .metaBox .share {
	float: right;
	margin: 7px;
}

#single .share a svg {
	width: 24px;
	height: 24px;
}

#single .tags {
	overflow: hidden;
	position: relative;
	margin: 15px -30px -30px;
	padding: 20px 30px;
	line-height: 20px;
	overflow: hidden;
	clear: both;
	color: #818181;
	border-top: 2px solid #f0f0f0;
}

#single .tags .title {
	margin-right: 5px;
	font-weight: bold;
}

#comments {
	margin-top: 30px;
}

#comments .commentlist {
	margin-left: -30px;
	margin-right: -30px;
}

#comments ol {
	list-style: none;
}

#comments ol li {
	clear: both;
	line-height: 1.5;
	overflow: hidden;
}

#comments ol li .comment-meta+p {
	margin-top: 6px;
	position: relative;
	z-index: 1;
	font-size: 15px;
}

#comments .comment-awaiting-moderation {
	display: block;
}

#comments .reply {
	position: absolute;
	top: 20px;
	right: 30px;
}

#comments a.comment-reply-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	line-height: 20px;
	font-size: 13px;
	margin-top: 5px;
}

#comments a.comment-reply-link svg {
	width: 12px;
	height: 12px;
}

#comments div.comment-body {
	position: relative;
	padding: 30px;
	border-top: 2px solid #f1f1f1;
}

#comments .commentlist>li:first-child>div.comment-body {
	border-top: 0;
}

#comments div.comment-body br {
	display: none;
}

#comments li li .comment-body {
	padding-left: 70px;
}

#comments li li li .comment-body {
	padding-left: 110px;
}

#comments .comment-body .themeicon-reply1 {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 65px;
	left: 45px;
}

#reply-title {
	display: block;
}

#comments .says {
	display: none;
}

.commentlist .avatar {
	float: left;
	margin: 0 10px 0 0;
	display: block;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 5px;
	margin-left: 5px;
	background: #fff;
	position: relative;
	z-index: 2;
	border-radius: 50%;
}

.commentlist .comment-author {
	display: inline;
	color: #6e6e6e;
}

.commentlist .comment-author cite {
	margin-right: 10px;
	display: inline-block;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}

.commentlist .comment-meta {
	color: #999;
	display: inline-block;
	line-height: 20px;
	font-size: 13px;
	padding-right: 70px;
}

.commentlist .comment-meta a {
	color: #a4a4a4;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.commentlist .comment-meta a:first-child svg {
	width: 14px;
	height: 14px;
}

#respond {
	overflow: hidden;
	margin: 30px 0 15px;
}

li #respond {
	margin-left: 30px;
	margin-right: 30px;
}

#respond p {
	clear: both;
}

#respond .inputs p {
	clear: none;
}

#respond .inputs {
	overflow: hidden;
	margin: 0 -10px;
}

#respond .inputs .item {
	width: 50%;
	float: left;
	padding: 0 10px;
}

#respond p.warning {
	color: red;
	font-style: italic;
}

#comments input#author, #comments input#email, #comments input#url {
	display: block;
	width: 100%;
}

#content #comments form textarea {
	width: 100%;
	display: block;
	height: 80px;
}

#comments.logged-in textarea {
	margin-top: 10px;
}

#respond p.form-submit {
	clear: both;
	margin-top: 10px;
	-webkit-appearance: none;
}

img.alignleft {
	border: 1px solid #cdc;
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
}

img.alignright {
	border: 1px solid #cdc;
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 5px auto;
}

.wp-caption {
	max-width: 100%;
}

#galleryContent .image {
	margin: -30px -30px 15px;
	position: relative;
}

#galleryContent .image img {
	display: block;
	margin: auto;
}

#galleryContent .navButton {
	position: absolute;
	width: 50%;
	height: 100%;
	display: block;
	top: 0;
	transition: all .3s;
	opacity: .7;
}

#galleryContent .navButton:hover {
	opacity: 1;
}

#galleryContent .navButton svg {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	top: 50%;
	margin-top: -30px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 20px #000;
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.3));
}

#galleryContent .navButton.prev {
	left: 0;
}

#galleryContent .navButton.next {
	right: 0;
}

#galleryContent .navButton.prev svg {
	left: 10px;
}

#galleryContent .navButton.next svg {
	right: 10px;
}

#image {
	text-align: center;
}

#single.attachment .gallery-nav {
	text-align: center;
	margin-bottom: 10px;
}

#single.attachment .reading p {
	text-align: center;
}

#single.attachment #image {
	text-align: center;
}

#single.attachment .gallery-nav a {
	display: inline-block;
	color: #999;
	text-shadow: 0px 1px 0px rgba(255,255,255,.59);
	background: #ececec;
	padding: 6px 0;
	width: 30px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	overflow: visible;
	box-shadow: 0px 2px 2px rgba(0,0,0,.027), inset 0px 1px 0px rgba(255,255,255,.69), inset 0px -1px 0px rgba(0,0,0,.0187), inset 0px 15px 14px rgba(255,255,255,.57);
	margin: 2px;
	transition: all .2s;
}

#single.attachment .gallery-nav a:hover, #single.attachment .gallery-nav a.active {
	color: #888;
	text-shadow: 0px 1px 0px rgba(255,255,255,.69);
	background: #ddd;
	box-shadow: 0px 2px 2px rgba(0,0,0,.027), inset 0px 1px 0px rgba(255,255,255,.69), inset 0px -1px 0px rgba(0,0,0,.0187);
}

#gallery-1 {
	clear: both;
}

#single.attachment .rwcusSocial {
	justify-content: center;
	margin-top: 20px;
}

#single.attachment .rwcusSocial {
	justify-content: center;
}

form p {
	overflow: hidden;
	position: relative;
}

form .wpcf7-form-control-wrap {
	width: 100%;
}

form span {
	display: block;
}

form input[type=text], form input[type=password], form input[type=tel], form input[type=date], form input[type=email], form textarea, form select {
	font-family: "Preta", sans-serif;
	width: 100%;
	height: 50px;
	outline: none;
	border: 2px solid #ededed;
	background: #fff;
	margin: 10px 0;
	padding: 15px;
	transition: all .25s;
	color: #191919;
	line-height: 20px;
	font-weight: 500;
	-webkit-appearance: none;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=date]:focus, form input[type=email]:focus, form textarea:focus, form select:focus {
	border-color: #dedede;
}

form input[type=checkbox] {
	margin: 7px 7px 7px 0;
}

form textarea {
	max-width: 100%;
	width: 100%;
	height: 190px;
	display: block;
	float: left;
}

form input[type=submit] {
	border: 0;
	cursor: pointer;
	color: #fff;
	background: var(--c1);
	line-height: 50px;
	padding: 0 50px;
	transition: all .3s;
	display: block;
	font-weight: bold;
	-webkit-appearance: none;
}

div.wpcf7-validation-errors {
	border: 0 !important;
	text-align: center !important;
}

div.wpcf7-response-output {
	margin: 20px 0 0 0 !important;
	padding: 10px !important;
	background: #fafafa;
	border-radius: 4px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 12px !important;
	line-height: 20px;
	right: 15px;
	top: 25px;
}

.rwcusForm {
	overflow: hidden;
}

.rwcusForm p.rwcusicon {
	line-height: 1;
}

.rwcusForm input[type=text], .rwcusForm input[type=password], .rwcusForm input[type=tel], .rwcusForm input[type=date], .rwcusForm input[type=email], .rwcusForm textarea, .rwcusForm select {
	padding-left: 40px;
}

.rwcusForm .rwcusLeft {
	float: left;
	width: 50%;
	padding-right: 10px;
}

.rwcusForm .rwcusRight {
	float: right;
	width: 50%;
	padding-left: 10px;
}

.rwcusForm .rwcusButton {
	width: 100%;
	margin-top: 10px;
}

.rwcusForm .rwcusButton:hover {
	background: #000;
}

.rwcusForm .rwcusButton.inline {
	width: inherit;
}

.rwcusForm p>span {
	overflow: hidden;
	position: relative;
}

.rwcusForm p.rwcusicon svg {
	margin: 17px;
	z-index: 10;
	position: absolute;
	top: 10px;
	left: 0;
	color: var(--c1);
}

.rwcusForm p span.ajax-loader {
	margin: 0;
	display: block;
	margin: 0;
	position: absolute;
	top: 25px;
	left: 15px;
	width: 20px;
	height: 20px;
	margin: 0;
	background: url(../images/loading.gif) 50% 50% no-repeat;
	background-size: contain;
}

.rwcusnavi {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ededed;
	text-align: center;
}

.rwcusnavi span, .rwcusnavi a {
	display: inline-block;
	min-width: 28px;
	padding: 0 15px;
	text-align: center;
	margin: 0 5px 5px 0;
	line-height: 35px;
	border: 0;
	color: #fff;
	background: var(--c1);
	font-weight: 500;
	border-radius: 2px;
	transition: all .4s;
}

.rwcusnavi a:hover, .rwcusnavi .current {
	background: #333;
}

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	color: #fff;
	border-top: 3px solid var(--c2);
	background: #222;
}

#footer .footerHeading {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #434343;
	font-size: 17px;
	font-weight: bold;
}

#footer .columns {
	overflow: hidden;
	margin: 30px -20px;
}

#footer .column {
	float: left;
	width: 25%;
	padding: 0 20px;
}

#footer .column.about .columnContent {
	font-size: 14px;
	line-height: 1.8;
}

#footer .column.menu ul {
	margin: -5px;
	overflow: hidden;
}

#footer .column.menu ul .sub-menu {
	display: none;
}

#footer .column.menu li {
	padding: 5px;
	width: 100%;
	line-height: 25px;
}

#footer .column.menu a {
	color: #fff;
	transition: all .3s;
	display: flex;
	align-items: center;
}

#footer .column.menu a:hover {
	color: #dedede;
}

#footer .column.menu .rwcusicon svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

#footer .column.contact .contactItem {
	margin-bottom: 10px;
}

#footer .column.contact .contactItem .item {
	overflow: hidden;
}

#footer .column.contact .contactItem .item>.icon {
	float: left;
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 3px;
	background: #1d1d1d;
}

#footer .column.contact .contactItem .table {
	display: table;
	min-height: 40px;
}

#footer .column.contact .contactItem .table .row {
	display: table-row;
}

#footer .column.contact .contactItem .table .data {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	color: #eee;
	font-size: 12px;
}

#footer .column.contact .contactItem .table .data a {
	color: #eee;
}

.footerCopyright {
	padding: 20px 0;
	background: rgba(0,0,0,.3);
	text-align: center;
}

.rwcusTop {
	position: fixed;
	right: 0;
	bottom: -50px;
	cursor: pointer;
	z-index: 200;
	opacity: .9;
	border-radius: 4px 0 0 0;
	transition: all .3s;
	color: var(--c2);
	background: var(--c1);
}

.rwcusTop.show {
	bottom: 0;
}

.rwcusTop svg {
	width: 16px;
	height: 16px;
	margin: 10px;
	transition: all .3s;
}

.whatsappButton {
	z-index: 15;
	position: fixed;
	left: 40px;
	bottom: 40px;
	border-radius: 50%;
	color: #fff;
	background: #48a91f;
	cursor: pointer;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}

.whatsappButton svg {
	width: 26px;
	height: 26px;
	margin: 12px;
	transition: all .3s;
}

.whatsappButton:hover svg {
	width: 30px;
	height: 30px;
	margin: 10px;
	color: #000;
}

#whatsappBlock {
	bottom: 110px;
	left: 40px;
	position: fixed;
	width: 300px;
	transition: all .25s;
	transform: scale(0.8);
	opacity: 0;
	z-index: -1;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	border-radius: 10px;
	overflow: hidden;
}

#whatsappBlock.opened {
	transform: scale(1);
	opacity: 1;
	height: auto;
	z-index: 15;
}

#whatsappBlock .chat {
	overflow: hidden;
}

#whatsappBlock .chat .header {
	padding: 15px;
	overflow: hidden;
	background: #095e54;
	color: #fff;
	position: relative;
}

#whatsappBlock .chat .header .thumb {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}

#whatsappBlock .chat .header .thumb img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#whatsappBlock .chat .header .name {
	margin-left: 50px;
	line-height: 40px;
	font-weight: 500;
	font-size: 15px;
}

#whatsappBlock .chat .header .close {
	display: block;
	position: absolute;
	top: 10px;
	cursor: pointer;
	right: 10px;
}

#whatsappBlock .chat .header .close svg {
	width: 16px;
	height: 16px;
	color: #82ada8;
}

#whatsappBlock .chat .message {
	padding: 15px 10px 15px 20px;
	background: url(../images/whatsapp-bg.jpg);
	background-size: cover;
}

#whatsappBlock .chat .message .bubble {
	background: #fff;
	width: 75%;
	padding: 10px;
	position: relative;
	border-radius: 0 5px 5px 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,.05);
	transform: scale(0);
	animation-duration: .1s;
	animation-timing-function: ease-in-out;
	animation-delay: .6s;
	animation-fill-mode: forwards;
}

#whatsappBlock.opened .chat .message .bubble {
	animation-name: lateFade;
}

#whatsappBlock .chat .message .bubble:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 8px 0;
	border-color: rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);
}

#whatsappBlock .chat .message .bubble .name {
	font-weight: bold;
	color: #b7b7b7;
	font-size: 12px;
}

#whatsappBlock .chat .reply {
	background: #fff;
	padding: 10px;
	overflow: hidden;
}

#whatsappBlock .chat .reply a {
	font-weight: 500;
	display: block;
	border-radius: 18px;
	background: #14c656;
	line-height: 36px;
	text-align: center;
	color: #fff;
	transition: all .3s;
	font-size: 14px;
}

#whatsappBlock .chat .reply a:hover {
	background: #48a91f;
}

#whatsappBlock.right {
	left: auto !important;
	right: 40px;
}

.whatsappButton.right {
	left: auto !important;
	right: 40px;
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

#mobileHeader {
	z-index: 100000;
	width: 100%;
	display: table;
	background: var(--c1);
}

.headerWhite #mobileHeader {
	background: #fff;
}

#mobileHeader .toggleMenu, #mobileHeader .mobileHeaderIcon {
	color: #fff;
	display: none;
}

.headerWhite #mobileHeader .toggleMenu, .headerWhite #mobileHeader .mobileHeaderIcon {
	color: #222;
}

#mobileHeader .toggleMenu {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -15px;
	left: 0;
	padding: 0 15px;
	cursor: pointer;
}

#mobileHeader .toggleMenu svg {
	margin: 5px;
}

#mobileHeader .mobileHeaderIcon {
	position: absolute;
	display: none;
	overflow: hidden;
	z-index: 2;
	top: 50%;
	margin-top: -15px;
	padding: 0 15px;
	right: 0;
}

#mobileHeader .mobileHeaderIcon svg {
	width: 20px;
	height: 20px;
	margin: 5px;
}

#hamburgermenu .searchForm {
	margin: 10px;
	position: relative;
}

#hamburgermenu .searchForm input[type=text] {
	width: 100%;
	display: block;
	padding: 5px 40px 5px 10px;
	height: 40px;
	transition: all .25s;
	background: #fafafa !important;
}

#hamburgermenu .searchForm button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	color: #fff;
	cursor: pointer;
}

#hamburgermenu .searchForm button svg {
	color: #222;
	margin: 12px;
	width: 16px;
	height: 16px;
}

#hamburgermenu {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	background: #fff;
}

#hamburgermenu span.close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -20px;
	cursor: pointer;
}

#hamburgermenu span.close svg {
	width: 14px;
	height: 14px;
	margin: 16px;
	color: #fff;
}

.headerWhite #hamburgermenu span.close svg {
	color: #222;
}

#hamburgermenu .logoBlock {
	padding: 10px 50px 10px 10px;
	position: relative;
	background: var(--c1);
}

.headerWhite #hamburgermenu .logoBlock {
	background: #fff;
	border-bottom: 2px solid #f0f0f0;
}

#hamburgermenu .logoBlock img {
	max-height: 50px;
}

#mobileMenuContainer {
	overflow: hidden;
	border-top: 2px solid #f0f0f0;
}

#mobileMenuContainer #menu {
	position: relative;
	display: block;
	float: none;
}

#mobileMenuContainer #menu .icon:before {
	margin: 0;
}

#mobileMenuContainer #menu li {
	position: relative;
	float: none;
	margin: 0;
}

#mobileMenuContainer #menu a {
	border-bottom: 2px solid #f0f0f0;
	padding: 12px 10px;
	line-height: 20px;
	font-size: 14px;
	color: #191919;
	font-weight: 500;
	border-radius: 0;
}

#mobileMenuContainer #menu a:hover {
	color: #000;
	background: none;
}

#mobileMenuContainer #menu a:before {
	display: none;
}

#mobileMenuContainer #menu .sub-menu {
	background: #fafafa;
	position: relative;
	box-shadow: none;
	display: none;
	opacity: 1;
	visibility: visible;
	transition: none;
}

#mobileMenuContainer #menu .sub-menu .sub-menu {
	margin: 0;
	border: 0;
	left: 0;
}

#mobileMenuContainer #menu .sub-menu li {
	border: 0;
}

#mobileMenuContainer #menu .sub-menu a {
	padding-left: 30px;
}

#mobileMenuContainer #menu .sub-menu a:hover {
	background: none;
}

#mobileMenuContainer #menu .sub-menu .sub-menu a {
	padding-left: 50px;
}

#mobileMenuContainer #menu .menu-item-has-children>a {
	padding-right: 12px;
	position: relative;
}

#mobileMenuContainer #menu a .themeicon {
	display: none;
}

#mobileMenuContainer #menu .mobilearrow {
	display: block;
	position: absolute;
	top: 3px;
	right: 0px;
	text-align: center;
}

#mobileMenuContainer #menu .mobilearrow svg {
	width: 10px;
	height: 10px;
	margin: 15px;
	display: block;
}

#mobileMenuContainer #menu .mobilearrow .themeicon:first-child, #mobileMenuContainer #menu .mobilearrow.active .themeicon:last-child {
	display: block;
}

#mobileMenuContainer #menu .mobilearrow.active .themeicon:first-child, #mobileMenuContainer #menu .mobilearrow .themeicon:last-child {
	display: none;
}

#mobileMenuContainer #menu .mobilearrow .themeicon:last-child svg {
	width: 8px;
	height: 8px;
}

#mobileMenuContainer #menu>ul>li:hover>a {
	background: none;
}

#mobileMenuContainer #menu .sub-menu {
	transform: none;
	top: 0;
	z-index: 1;
}

#mobileMenuContainer #menu .sub-menu .rwcusicon svg {
	width: 16px;
	height: 16px;
}

#mobileMenuContainer #menu li.menu-item-has-children span.arrow {
	display: none;
}

#mobileSocial {
	margin: 20px 10px;
	float: right;
}

#hamburgermenu .languageSelector {
	margin: 10px 0 10px 8px;
	text-align: center;
	float: left;
	border-radius: 2px;
	background: #fafafa;
	padding: 10px;
}

#hamburgermenu .languageSelector .active {
	padding: 0;
	border: 0;
}

#hamburgermenu .languageSelector .active:before {
	display: none;
}

#hamburgermenu .languageSelector .active, #hamburgermenu .languageSelector .list {
	display: block;
	float: left;
}

#overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.9);
	z-index: 999998;
	top: 0;
	left: 0;
}

@media all and (max-width: 1100px) {
	.innerContainer {
		padding: 0 30px;
	}

	#header .innerContainer {
		padding: 0;
	}
}

@media all and (max-width: 768px) {
	.innerContainer {
		padding: 0;
	}

	.categoryDesc {
		padding: 10px;
		margin-bottom: 10px;
	}

	.reading, .reading p, .reading li {
		text-align: left;
	}

	.reading h1, .reading h2, .reading h3, .reading h4, .reading h5, .reading h6 {
		margin-bottom: 10px;
	}

	.rwcusBox+.rwcusBox {
		margin-top: 10px;
	}
}

@media all and (max-width: 768px) {
	.picHeader {
		padding: 30px 10px;
	}

	.picHeader .title {
		font-size: 28px;
	}
}

@media all and (max-width: 768px) {
	#content, #aside {
		padding: 0;
		clear: both;
		float: none;
		width: 100%;
	}

	#aside {
		margin-top: 10px;
	}

	.rwcusnavi {
		padding: 10px 10px 0;
		margin-top: 10px;
	}
}

@media all and (max-width: 768px) {
	#rwcusPage .rwcusWidget.rwcusCol .items {
		margin: -5px;
	}

	#rwcusPage .rwcusWidget.rwcusCol .items .item-container {
		padding: 5px;
	}

	#rwcusPage .rwcusWidget.rwcusCol .items .list .item-container {
		width: 33.333333333%;
	}
}

@media all and (max-width: 600px) {
	#rwcusPage .rwcusWidget.rwcusCol .items .list .item-container {
		width: 50%;
	}
}

@media all and (max-width: 1100px) {
	.rwcusWidget.homeWidget .innerContainer {
		padding: 25px 10px;
	}
}

@media all and (max-width: 768px) {
	#aside .widgetHeading {
		margin: -10px -10px 10px;
		padding: 0 10px;
	}

	.rwcusBox, #aside .widgetContent {
		padding: 10px;
	}

	.rwcusOwlButtons .owl-nav {
		margin-top: 10px;
	}

	.rwcusWidget {
		margin-top: 10px;
	}

	.rwcusWidget.archive {
		margin-top: 0;
	}

	.homeWidget.rwcusWidget:first-child {
		margin-top: 0;
	}

	.homeWidget.rwcusWidget.buttonWidget:first-child {
		margin-top: 10px;
	}
}

@media all and (max-width: 768px) {
	body .numberWidget .iconList {
		flex-wrap: wrap;
	}

	body .numberWidget .iconList .item-container {
		width: 20%;
		padding: 10px 0;
	}

	body .numberWidget .iconList .item-container .iconContainer:after {
		display: none;
	}
}

@media all and (max-width: 600px) {
	body .numberWidget .iconList .item-container {
		width: 25%;
	}
}

@media all and (max-width: 550px) {
	body .numberWidget .iconList .item-container {
		width: 33.3333333333%;
	}
}

@media all and (max-width: 374px) {
	body .numberWidget .iconList .item-container {
		width: 50%;
	}
}

@media all and (max-width: 768px) {
	body .aboutWidget .flex {
		flex-wrap: wrap;
	}

	body .aboutWidget .infoBlock {
		padding-right: 0;
	}

	body .aboutWidget .menuBlock {
		margin-top: 10px;
		width: 100%;
	}

	body .aboutWidget .menuBlock .item-container {
		width: 100% !important;
	}
}

@media all and (max-width: 768px) {
	.sloganWidget .text {
		font-size: 20px;
	}
}

@media all and (max-width: 768px) {
	body .crewWidget .item .info {
		padding: 10px;
	}

	.crewModal.fancybox-content {
		width: 320px;
	}

	.crewModal .thumb {
		float: none;
		width: 100%;
	}

	.crewModal .info {
		margin-left: 0;
		padding: 10px;
	}

	.crewModal .info .title {
		font-size: 16px;
	}
}

@media all and (max-width: 768px) {
	.rwcusWidget.buttonWidget {
		margin: 10px 10px 0;
	}

	.buttonWidget a {
		padding: 5px;
	}

	.rwcusWidget.homeWidget.buttonWidget .innerContainer {
		padding: 5px;
	}
}

@media all and (max-width: 768px) {
	body .contactWidget .infoBlock {
		width: 100%;
		position: relative;
		top: inherit;
		right: inherit;
		border-radius: 0;
		background: none;
		box-shadow: none;
	}
}

@media all and (max-width: 768px) {
	#rwcusPage #contactPage .infoBlock {
		flex-wrap: wrap;
		float: none;
		width: 100%;
		padding-right: 0;
	}

	#rwcusPage #contactPage .infoBlock .item {
		padding: 0;
		text-align: left;
		overflow: hidden;
		margin-top: 20px;
	}

	#rwcusPage #contactPage .infoBlock .item:first-child {
		margin-top: 0;
	}

	#rwcusPage #contactPage .infoBlock .item .rwcusicon svg {
		margin: 10px 10px 10px 0;
	}

	#rwcusPage #contactPage .contactBranch .subemap {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
}

@media all and (max-width: 768px) {
	#singleBlock.type1 {
		margin: 0 0 10px;
	}

	#singleBlock .thumb .text {
		top: 8px;
		right: 8px;
	}

	#single .tags {
		margin: 10px -10px -10px;
		padding: 10px;
	}

	#single .metaBox .metas {
		overflow: hidden;
		background: #ededed;
		text-align: center;
	}

	#single .metaBox .meta:first-child {
		margin-left: 10px;
	}

	#single .metaBox .share {
		float: left;
		margin-left: 10px;
	}

	#single .singlepostprice {
		background: none;
	}

	#respond .inputs .item {
		width: 100%;
	}

	#comments {
		margin-top: 10px;
	}

	#respond {
		margin-bottom: 0;
	}
}

@media all and (max-width: 550px) {
	#comments .reply {
		position: relative;
		top: 10px;
		left: 0;
	}

	.commentlist .comment-meta {
		display: block;
	}

	#singleBlock.type2 .thumb {
		width: 100%;
		margin: 0 0 10px 0;
	}

	#singleBlock.type2 .metaBox {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 768px) {
	#galleryContent .image {
		margin: 0;
	}
}

@media all and (max-width: 768px) {
	.rwcusForm .rwcusLeft {
		padding-right: 5px;
	}

	.rwcusForm .rwcusRight {
		padding-left: 5px;
	}

	form input[type=submit], #respond p.form-submit {
		width: 100%;
		float: none;
	}
}

@media all and (max-width: 600px) {
	.rwcusForm .rwcusLeft, .rwcusForm .rwcusRight {
		width: 100%;
		padding: 0;
	}
}

@media all and (max-width: 768px) {
	#footer .columns {
		margin: 0;
	}

	#footer .column {
		width: 100%;
		padding: 30px 10px;
	}

	#footer .column.menu li {
		float: left;
		width: 50%;
	}
}

@media all and (max-width: 500px) {
	#footer .column.menu li {
		width: 100%;
	}
}

@keyframes lateFade {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media all and (max-width: 1100px) {
	#topbar, #menuGroup, #menuGroup-sticky-wrapper, #infoBlock, #switcher {
		display: none;
	}

	#header .innerContainer {
		overflow: visible;
	}

	#mobileHeader {
		box-shadow: 0 10px 5px -5px rgba(0,0,0,.05);
	}

	#logo {
		display: block;
		text-align: center;
		overflow: hidden;
		padding: 10px 60px;
		position: relative;
		z-index: 1;
	}

	#logo a {
		float: none;
	}

	#logo img {
		margin: auto;
		height: var(--headerHeightMobile);
	}

	#mobileHeader .toggleMenu, #mobileHeader .mobileHeaderIcon {
		display: block;
	}
}