:root {
	--generalradius: 6px;
}

*, *: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;
}

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

body, input, textarea, select, button, .widgetHeading .slogan {
	font-family: var(--mainFont), sans-serif;
}

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

body {
	background: #f4f4f4;
	font-size: 14px;
	color: #000;
}

a {
	color: var(--c1);
}

a:hover {
	color: var(--c2);
}

.rwcus-logo {
	font-weight: bold;
	line-height: 1;
	font-size: 24px;
}

.headerOver .rwcus-logo, .headerColored .rwcus-logo {
	color: #fff;
}

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

.themeicon {
	display: block;
}

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

#rwcus_slider rs-progress-bar {
	background: var(--c1) !important;
}

rs-fullwidth-wrap, .revSliderWidget {
	background: var(--c2);
}

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

.shiftTop {
	margin-top: 30px;
}

.widgetHeading {
	margin-bottom: 20px;
	position: relative;
}

.widgetHeading.center {
	text-align: center;
}

#footer .widgetHeading.center .slogan {
	justify-content: center;
}

.widgetHeading .slogan {
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: var(--c1);
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(var(--c1RGB), 0.15);
	padding: 10px 5px;
}

.widgetHeading.left .slogan {
	padding-left: 0;
	padding-right: 0;
}

.widgetHeading .title>* {
	display: flex;
	letter-spacing: -1px;
	align-items: center;
	font-size: 38px;
	color: #111;
	line-height: 1.2;
	font-weight: lighter;
	text-transform: uppercase;
}

.widgetHeading.center .title>* {
	justify-content: center;
}

.widgetHeading .rwcusicon {
	margin-right: 5px;
}

.darkBg .widgetHeading .title>*, .imageBg .widgetHeading .title>* {
	color: #f9f9f9;
}

#aside .widgetHeading {
	margin-bottom: 10px;
}

#aside .widgetHeading .title>* {
	font-size: 24px;
}

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

.innerContainer.visible {
	overflow: visible;
}

.rwcusBox {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: var(--generalradius);
	box-shadow: 0 0 10px rgba(0,0,0,.075);
	padding: 30px;
}

.rwcusWidget {
	position: relative;
}

#aside .rwcusWidget {
	position: relative;
}

#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%;
}

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

}

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

.reading>*+* {
	margin-top: 25px !important;
	margin-bottom: 0;
}

.reading {
	margin-bottom: 0;
	font-family: var(--contentFont), sans-serif;
}

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

.reading iframe {
	border: 0;
}

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

.reading strong a {
	font-weight: bold;
}

.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%;
}

.termDesc {
	line-height: 1.5;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.075);
	padding: 20px 0;
	font-size: 16px;
}

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

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

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

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

.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;
}

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

.picHeader {
	background-position: 50% 0 !important;
	background-size: cover !important;
	background-color: var(--c2);
	color: #fff;
	padding: 80px 0;
}

.headerOver .picHeader {
	padding: calc(var(--headerHeight) + 160px) 0 80px 0;
}

.picHeader .innerContainer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.picHeader .title {
	font-size: 55px;
	font-weight: lighter;
	line-height: 1.2;
	text-shadow: 0 0 3px rgba(0,0,0,.2);
	text-align: left;
	text-transform: uppercase;
}

.picHeader h1, .picHeader a {
	color: inherit;
}

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

#topbar {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid rgba(var(--c1RGB), 0.15);
	color: #fff;
}

#topbar .innerContainer {
	display: flex;
	align-items: center;
}

#topbar a {
	color: #fff;
}

#topbar a:hover {
	color: #ddd;
}

#infoBlock {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

#infoBlock .item {
	display: flex;
	align-items: center;
	margin-left: 30px;
	line-height: 20px;
}

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

#infoBlock .icon svg {
	margin-right: 5px;
	width: 16px;
	height: 16px;
	color: var(--c1);
}

#topbar .rightGroup {
	margin-left: auto;
	display: flex;
	align-items: center;
}

#topbar .rightGroup .rwcusSocial {
	padding: 0 10px;
	height: 40px;
	border-left: 1px solid rgba(var(--c1RGB), 0.15);
}

.languageSelector {
	border-left: 1px solid rgba(var(--c1RGB), 0.15);
	padding: 7px 0 7px 10px;
	overflow: hidden;
}

.languageSelector a {
	display: block;
	float: left;
	margin-left: 6px;
}

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

.languageSelector img {
	display: block;
	height: 26px;
	width: 26px;
}

#header {
	position: relative;
}

.headerColored #header {
	background: var(--c2);
}

.headerColored #topbar {
	background: rgba(0,0,0,.2);
}

.headerWhite #innerheader {
	background: #fff;
}

.headerWhite #topbar {
	background: #f5f5f5;
	color: #333;
}

.headerWhite .languageSelector, .headerWhite #topbar .rightGroup .rwcusSocial {
	border-color: #eaeaea;
}

.headerWhite #innerheader:before {
	display: none;
}

.headerWhite .is-sticky #innerheader, .noRevSlider.home.headerWhite #innerheader {
	background: #fff;
	box-shadow: 0 6px 6px -3px rgba(0,0,0,.075);
}

.headerWhite #menu a, .headerWhite #topbar a {
	color: #333;
}

.headerWhite #menu li.ozel>a {
	background: rgba(var(--c1RGB), 0.1);
}

.headerWhite #menu>ul>li.ozel:hover>a, .headerWhite #menu>ul>li.active.ozel>a {
	background: rgba(var(--c1RGB), 0.2);
}

.headerWhite #innerheader .topsearch .searchButton {
	background: rgba(var(--c1RGB), 0.15);
}

.headerWhite #innerheader .topsearch .searchButton:hover {
	background: rgba(var(--c1RGB), 0.25);
}

.headerWhite #menu>ul>li:hover>a {
	color: var(--c1);
}

.headerOver #header {
	position: absolute;
	color: #fff;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	background: none;
}

.noRevSlider.home.headerOver #header, .noRevSlider.page-template-page-widget.headerOver #header {
	position: relative;
}

.headerOver.noRevSlider #header {
	background: var(--c2);
}

.noRevSlider.home.headerOver #header:after, .noRevSlider.page-template-page-widget.headerOver #header:after {
	display: none;
}

#innerheader {
	position: relative;
	z-index: 40;
	transition: all .4s;
}

.is-sticky #innerheader {
	background: var(--c2);
}

.noRevSlider.home #innerheader, .noRevSlider.page-template-page-widget #innerheader {
	transition: none;
}

#innerheader:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(var(--c1RGB), 0.075);
	bottom: 0;
	left: 0;
}

#logo {
	z-index: 100;
	padding: 35px 0;
}

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

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

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

#innerheader .topsearch {
	position: relative;
}

#innerheader .topsearch .searchButton {
	cursor: pointer;
	margin-left: 20px;
	padding: 12px;
	color: var(--c2);
	transition: all .5s;
	background: rgba(255,255,255,.85);
	border-radius: 5px;
}

#innerheader .topsearch .searchButton svg {
	width: 16px;
	height: 16px;
}

#innerheader .topsearch .searchForm {
	display: none;
	position: absolute;
	right: 0;
	top: calc(var(--headerHeight)/2 + 40px);
	z-index: 999;
	width: 250px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

#innerheader .topsearch .searchForm:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) #f1f1f1 rgba(0,0,0,0);
}

#innerheader .topsearch input[type=text] {
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 40px 10px 10px;
	border: 0;
	border-radius: 0;
	margin: 0;
	font-size: 13px;
	color: #654654;
	background: none;
}

#innerheader .topsearch button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #f1f1f1;
	border: 0;
	color: var(--c2);
	cursor: pointer;
}

.rwcusSocial {
	display: flex;
	align-items: center;
	gap: 5px;
}

.rwcusSocial a {
	display: block;
	color: #fff;
	transition: all .1s;
}

.rwcusSocial a:hover {
	opacity: .95;
	transform: scale(1.05);
}

.rwcusSocial a {
	opacity: 1;
	overflow: hidden;
}

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

.rwcusSocial svg {
	width: 22px;
	height: 22px;
}

.rwcusSocial .facebook a, .headerWhite #topbar .rwcusSocial .facebook a {
	color: #597ac7;
}

.rwcusSocial .twitter a, .headerWhite #topbar .rwcusSocial .twitter a {
	color: #000;
}

.rwcusSocial .instagram a, .headerWhite #topbar .rwcusSocial .instagram a {
	color: #ae318d;
}

.rwcusSocial .linkedin a, .headerWhite #topbar .rwcusSocial .linkedin a {
	color: #0080b2;
}

.rwcusSocial .youtube a, .headerWhite #topbar .rwcusSocial .youtube a {
	color: #f70100;
}

.rwcusSocial .pinterest a, .headerWhite #topbar .rwcusSocial .pinterest a {
	color: #c51d23;
}

.rwcusSocial .whatsapp a, .headerWhite #topbar .rwcusSocial .whatsapp a {
	color: #48a91f;
}

.rwcusSocial .rss a, .headerWhite #topbar .rwcusSocial .rss a {
	color: #f8680b;
}

#menuGroup {
	margin-left: auto;
	z-index: 20;
	font-family: var(--menuFont), sans-serif;
}

#menu li {
	float: left;
	position: relative;
	transition: all .3s;
	margin-left: 25px;
}

#menu a {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 18px;
	color: #fff;
	transition: all .15s;
	line-height: calc(var(--headerHeight) + 70px);
	text-transform: uppercase;
	font-weight: 500;
}

#menu>ul>li:hover>a {
	color: #ddd;
}

#menu>ul>li.active>a:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: var(--c1);
}

#menu li.ozel>a {
	line-height: 40px;
	border-radius: 5px;
	background: rgba(255,255,255,.85);
	padding: 0 15px;
	color: var(--c2);
	margin: calc(var(--headerHeight)/2 - 1px) 0;
}

#menu>ul>li.ozel:hover>a, #menu>ul>li.active.ozel>a {
	background: #fff;
	color: #111;
}

#menu>ul>li.ozel>a:after {
	display: none;
}

#menu .rwcusicon {
	margin-right: 5px;
}

#menu .rwcusicon svg {
	width: 18px;
	height: 18px;
	margin: 1px;
}

#menu li.menu-item-has-children .themeicon svg {
	width: 10px;
	height: 10px;
	margin: 0 0 0 5px;
}

#menu .sub-menu {
	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);
	position: absolute;
	z-index: 40;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transform: translateY(20px);
	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: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, .3s;
}

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

#menu .sub-menu a {
	transition: all .3s;
	border-radius: 0;
	width: auto;
	min-width: 200px;
	line-height: 20px;
	padding: 10px;
	margin: 0;
	border: 0;
	color: #111;
	font-size: 14px;
}

#menu .sub-menu .icon svg {
	width: 14px;
	height: 14px;
}

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

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

#menu li.menu-item-has-children .themeicon {
	margin-left: auto;
}

#menu .sub-menu .themeicon {
	transform: rotate(-90deg);
}

#menu .sub-menu .themeicon svg {
	margin: 0;
}

#rwcusPage {
	position: relative;
	overflow: hidden;
}

#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;
}

.noSidebar #content {
	float: none;
	width: 100%;
}

#content iframe {
	border: 0;
}

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

.sidebarRight #aside {
	float: right;
}

.rwcusCol .items {
	margin: -15px;
	position: relative;
	clear: both;
}

.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;
	clear: both;
}

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

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

.rwcusWidget .title a, .rwcusWidget a .title {
	transition: color .2s;
	color: #000;
}

.rwcusWidget .title a:hover, .rwcusWidget a:hover .title {
	color: var(--c1);
}

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

.rwcusWidget .widgetContent {
	position: relative;
}

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

#aside .widgetContent {
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
}

#aside .widgetContent.nobg {
	padding: 0;
	background: none;
	box-shadow: none;
}

.rwcusWidget.homeWidget.c1Bg {
	background-color: rgba(var(--c1RGB), 0.05);
}

.rwcusWidget.homeWidget.c2Bg {
	background-color: rgba(var(--c2RGB), 0.1);
}

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

.rwcusWidget.homeWidget .innerContainer {
	padding: 60px 20px;
}

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

.sidebarWidget {
	margin-top: 30px;
}

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

#aside .nativeWidget .widgetHeading>* {
	display: flex;
}

.nativeWidget .rwcusicon {
	display: inline-block;
}

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

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

form[role=search] label {
	display: none;
}

#searchform>div, div.wp-block-search__inside-wrapper {
	display: flex;
	align-items: center;
}

#searchform>div input[type=text], .wp-block-search__inside-wrapper input[type=search] {
	margin: 0;
}

#searchform>div input[type=submit], .wp-block-search__inside-wrapper button {
	padding: 0 20px;
	margin-left: 10px;
}

.rwcusOwlButtons .owl-nav {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 15px;
}

.rwcusOwlButtons .owl-nav.disabled {
	display: none;
}

.owl-nav>div {
	display: block;
	transition: all .3s;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
	border-radius: var(--generalradius);
	box-shadow: 0 0 10px rgba(0,0,0,.075);
	opacity: .7;
}

.owl-nav>div:hover {
	opacity: 1;
}

.whiteBg .owl-nav>div {
	background: rgba(var(--c1RGB), 0.15);
}

.darkBg .owl-nav>div, #footer .rwcusWidget .owl-nav>div {
	background: rgba(255,255,255,.15);
}

.owl-nav>div svg {
	width: 10px;
	height: 10px;
	margin: 8px 12px;
}

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

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

.hoverWidget .item a:before, .wp-block-gallery a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	opacity: 0;
	transition: all .3s;
	z-index: 1;
}

.hoverWidget .item:hover a:before, .wp-block-gallery a:hover:before {
	opacity: 1;
}

.hoverWidget .item a .icon, .wp-block-gallery a .icon {
	background: var(--c1);
	position: absolute;
	border-radius: 50%;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	opacity: 0;
	transition: all .2s;
	z-index: 2;
}

.hoverWidget .item a .icon:before, .wp-block-gallery a .icon:before {
	content: "";
	position: absolute;
	left: -8px;
	top: -8px;
	right: -8px;
	bottom: -8px;
	background: rgba(var(--c2RGB), 0.5);
	border-radius: 50%;
	transform: scale(0.1);
	transition: all .2s;
}

.hoverWidget .item:hover a .icon:before, .wp-block-gallery a:hover .icon:before {
	transform: scale(1);
}

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

.hoverWidget .item a .icon svg, .wp-block-gallery a .icon svg {
	width: 16px;
	height: 16px;
	transform: scale(0.1);
	transition: all .3s;
}

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

.iconMenuWidget .owl-stage {
	display: flex;
}

.iconMenuWidget .owl-carousel .item-container {
	display: flex;
	flex: 1 0 auto;
	height: 100%;
}

.iconMenuWidget .owl-carousel .item {
	position: relative;
	overflow: hidden;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: stretch;
}

.iconMenuWidget .item {
	position: relative;
	text-align: center;
	border-radius: var(--generalradius);
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.075);
	height: 100%;
	transition: all .3s;
}

.iconMenuWidget .item:hover {
	transform: scale(1.02);
}

.iconMenuWidget .item .container {
	display: block;
	position: relative;
	transition: all .3s;
	height: 100%;
	padding: 30px;
	color: #000;
}

.iconMenuWidget .item .container:after {
	display: block;
	content: "";
	position: absolute;
	background: var(--c2);
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .3s;
}

.iconMenuWidget .item:hover .container:after {
	background: var(--c1);
}

.iconMenuWidget .item .rwcusicon svg {
	width: 54px;
	height: 54px;
	margin: 0 auto 15px;
	color: var(--c1);
}

.iconMenuWidget .item .title {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.iconMenuWidget .item .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 0;
	width: 30%;
	transform: translateX(-50%);
	height: 3px;
	border-radius: 3px;
	background: rgba(var(--c2RGB), 0.175);
	transition: all .3s;
}

.iconMenuWidget .item:hover .title:before {
	width: 40%;
	background: rgba(var(--c1RGB), 0.175);
}

.iconMenuWidget .item .desc {
	line-height: 1.5;
}

.iconMenuWidget .item .button {
	margin-top: 15px;
	transition: all .3s;
	line-height: 34px;
	border-radius: 4px;
	display: inline-block;
	padding: 0 10px;
	background: var(--c1);
	color: #fff;
}

.iconMenuWidget .item:hover .button {
	background: rgba(0,0,0,.05);
	color: #000;
}

.iconMenuWidget.whiteBg .item {
	background: rgba(var(--c1RGB), 0.05);
	box-shadow: none;
}

.iconMenuWidget.darkBg .item {
	background: rgba(255,255,255,.05);
	color: #fff;
}

.iconMenuWidget.darkBg .item .container, .iconMenuWidget.darkBg a .title {
	color: #fff;
}

.iconMenuWidget.darkBg .item .rwcusicon svg {
	color: #fff;
}

.iconMenuWidget.darkBg .item .title:before {
	background-color: rgba(255,255,255,.05);
}

.iconMenuWidget.darkBg .item:hover .button {
	background: rgba(255,255,255,.05);
	color: #fff;
}

#footer .iconMenuWidget .item .container:after {
	background: var(--c1);
}

.priceWidget .item-container {
	text-align: center;
}

.priceWidget .list {
	justify-content: center;
}

.priceWidget .item {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.075);
	border-radius: var(--generalradius);
	overflow: hidden;
}

.priceWidget .item .title {
	padding: 12px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}

.priceWidget .item .priceInfo {
	padding: 20px 0;
}

.priceWidget .item .price {
	font-weight: 600;
	font-size: 48px;
}

.priceWidget .item .slogan {
	padding: 10px;
	font-weight: 500;
	font-size: 15px;
}

.priceWidget .item .desc {
	opacity: .65;
	padding: 0 10px;
}

.priceWidget .item .specs.left {
	text-align: left;
}

.priceWidget .item .spec {
	padding: 12px;
	border-top: 1px solid #f1f1f1;
	line-height: 20px;
}

.priceWidget .item .spec .icon, .priceWidget .item .spec .emoji {
	display: inline-flex !important;
	margin-right: 5px;
	font-size: 16px;
	line-height: 20px;
	vertical-align: text-top !important;
}

.priceWidget .item .spec .icon svg {
	width: 16px;
	height: 16px;
}

.priceWidget .item a.link {
	display: block;
	color: #fff;
	padding: 14px;
	font-weight: 500;
	font-size: 15px;
	transition: all .3s;
}

.priceWidget.darkBg .item {
	background: rgba(255,255,255,.05);
}

.priceWidget.darkBg .item .spec {
	border-color: rgba(255,255,255,.05);
	color: #fff;
}

.priceWidget.darkBg .item .spec img.emoji {
	filter: invert(1);
}

.rwcusSidebarMenu .widgetHeading {
	padding: 15px;
	margin: 0;
	background: var(--c2);
}

.rwcusSidebarMenu .widgetHeading .title {
	display: flex;
}

.rwcusSidebarMenu .widgetHeading .title>* {
	font-size: 16px !important;
	color: #fff;
	letter-spacing: 0;
	font-weight: 500;
}

.rwcusSidebarMenu .widgetHeading svg {
	width: 15px;
	height: 15px;
}

.rwcusSidebarMenu .menuBlock {
	padding: 0 15px;
}

.rwcusSidebarMenu li {
	position: relative;
}

.rwcusSidebarMenu a {
	display: flex;
	align-items: center;
	color: #181818;
	border-top: 1px solid rgba(var(--c1RGB), 0.075);
	position: relative;
	z-index: 1;
	font-size: 15px;
	font-weight: 500;
	line-height: 10px;
	padding: 20px 0;
	transition: all .3s;
	text-transform: uppercase;
}

.rwcusSidebarMenu .menuBlock>ul>li:first-child>a {
	border-top: 0;
}

.rwcusSidebarMenu a.active, .rwcusSidebarMenu a:hover {
	color: var(--c1);
}

.rwcusSidebarMenu a .themeicon {
	display: none;
}

.rwcusSidebarMenu a .rwcusicon svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.rwcusSidebarMenu .toggle {
	position: absolute;
	right: 0;
	top: 22px;
	color: #999;
	cursor: pointer;
	z-index: 10;
	width: 20px;
	height: 20px;
	transition: all .4s;
}

.rwcusSidebarMenu .toggle .icon svg {
	width: 10px;
	height: 10px;
	margin: 5px;
}

.rwcusSidebarMenu .toggle.active {
	transform: rotate(180deg);
}

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

.rwcusSidebarMenu .sub-menu a {
	padding-left: 25px;
}

.rwcusSidebarMenu .sub-menu .sub-menu a {
	padding-left: 45px;
}

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

.rwcusFooterMenu li {
	position: relative;
}

.rwcusFooterMenu a {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	padding: 10px 0;
	transition: all .3s;
}

.rwcusFooterMenu a .themeicon {
	display: none;
}

.rwcusFooterMenu a .icon {
	border-radius: 3px;
	background: rgba(0,0,0,.175);
	padding: 10px;
	transition: all .2s;
	color: #fff;
}

.rwcusFooterMenu a:hover .icon, .rwcusFooterMenu a.active .icon {
	background: rgba(255,255,255,.075);
}

.rwcusFooterMenu a .rwcusicon svg {
	width: 14px;
	height: 14px;
	margin: 0;
}

.rwcusFooterMenu .toggle {
	position: absolute;
	right: 0;
	top: 18px;
	color: rgba(255,255,255,.65);
	cursor: pointer;
	z-index: 10;
	width: 20px;
	height: 20px;
	transition: all .4s;
}

.rwcusFooterMenu .toggle .icon svg {
	width: 10px;
	height: 10px;
	margin: 5px;
}

.rwcusFooterMenu .toggle.active {
	transform: rotate(180deg);
}

.rwcusFooterMenu .menu-item-has-children>a {
	padding-right: 20px;
}

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

.rwcusFooterMenu .sub-menu a {
	padding-left: 25px;
}

.rwcusFooterMenu .sub-menu .sub-menu a {
	padding-left: 45px;
}

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

.numberWidget.silhouette .innerContainer:before {
	content: "";
	background-image: url(../images/map.png);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.numberWidget.darkBg .innerContainer:before {
	opacity: .1;
}

.numberWidget .innerContainer {
	position: relative;
}

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

.numberWidget.imageBg .iconList {
	margin-top: 80px;
}

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

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

.numberWidget .iconList .item .icon {
	text-align: center;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	height: 60px;
	width: 60px;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--c1);
	color: #fff;
}

.numberWidget .iconList .item .icon svg {
	width: 32px;
	height: 32px;
}

.numberWidget .iconList .item .number {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 10px;
	min-height: 45px;
	font-weight: 300;
}

.numberWidget .iconList .item .text {
	color: #000;
	padding: 0 5px;
	opacity: .4;
	letter-spacing: 2px;
}

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

.aboutWidget .innerContent {
	display: flex;
	position: relative;
	z-index: 2;
	gap: 45px;
}

.aboutWidget .imageBlock {
	flex: 1 1 40%;
}

.aboutWidget .imageBlock .image {
	border-radius: 30px;
	overflow: hidden;
}

.aboutWidget .imageBlock .image img {
	width: 100%;
	display: block;
}

.aboutWidget .infoBlock {
	line-height: 1.5;
	font-size: 17px;
	flex: 1 1 60%;
}

.aboutWidget .menuBlock {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}

.aboutWidget .menuBlock {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}

.aboutWidget.noimage .menuBlock {
	grid-template-columns: repeat(4,1fr);
}

.aboutWidget .menuBlock .inner {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}

.aboutWidget .menuBlock .icon {
	background: #fff;
	border-radius: 15px;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	color: var(--c1);
}

.aboutWidget.darkBg .menuBlock .icon {
	background: rgba(255,255,255,.05);
}

.aboutWidget .rwcusButton {
	margin-top: 30px;
}

.aboutWidget .description h1, .aboutWidget .description h2, .aboutWidget .description h3, .aboutWidget .description p {
	margin-bottom: 15px;
}

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

.darkBg.aboutWidget .infoBlock {
	color: #f9f9f9;
}

.sloganWidget {
	position: relative;
	background: var(--c2) !important;
	overflow: hidden;
}

.sloganWidget #sloganImage {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sloganWidget .widgetContent {
	text-align: center;
	line-height: 1.25;
	color: #fff;
	background: none;
	padding: 40px 0;
}

.sloganWidget .text {
	z-index: 2;
	font-size: 38px;
	font-weight: 500;
	text-shadow: 0 0 5px rgba(0,0,0,.7);
}

.sloganWidget .desc {
	font-size: 22px;
	font-weight: 300;
	margin-top: 10px;
	opacity: .8;
}

.sloganWidget .button {
	margin-top: 20px;
}

.sloganWidget .button .rwcusButton {
	display: inline-flex;
}

.sloganWidget .button .rwcusButton:hover {
	background: rgba(var(--c1RGB), 0.8);
}

.sidebarWidget.sloganWidget .widgetContent {
	padding: 20px;
	display: block;
	overflow: hidden;
	text-align: center;
}

.sidebarWidget.sloganWidget .text {
	margin-right: 0;
	position: relative;
}

.sidebarWidget.sloganWidget .button {
	display: inline-block;
	position: relative;
	margin-top: 15px;
}

.postsWidget .item {
	text-align: center;
	background: #f9f9f9;
	border-radius: var(--generalradius);
	box-shadow: 0 0 10px rgba(0,0,0,.075);
}

.postsWidget .postthumb {
	position: relative;
}

.postsWidget .rwcusthumb {
	border-radius: var(--generalradius) var(--generalradius) 0 0;
	overflow: hidden;
}

.postsWidget .postthumb .text {
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 4px 0 0;
	color: #fff;
	background: rgba(0,0,0,.4);
	font-weight: 500;
	padding: 5px 8px;
	font-size: 12px;
	z-index: 2;
}

.postsWidget .item .detail {
	padding: 20px 10px 20px 10px;
}

.postsWidget .item .title {
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	line-height: 24px;
}

.postsWidget.whiteBg .item {
	box-shadow: none;
}

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

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

.postsWidget.darkBg .item .title a:hover, .postsWidget.darkBg .item .title:hover {
	color: #ddd;
}

.sidebarWidget.postsWidget .item .detail {
	padding: 10px;
}

.advancedPostsWidget2 .detail {
	text-align: left;
}

.advancedPostsWidget2 .postthumb .text {
	top: 0;
	bottom: auto;
	border-radius: var(--generalradius) 0;
}

.advancedPostsWidget2 .postthumb .date {
	position: absolute;
	left: 20px;
	bottom: 0;
	color: #fff;
	background: rgba(var(--c1RGB), 0.8);
	padding: 5px 10px;
	font-size: 12px;
}

.advancedPostsWidget2 .inner {
	line-height: 23px;
	height: 145px;
	overflow: hidden;
}

.advancedPostsWidget2 .title {
	margin-bottom: 7px;
}

.advancedPostsWidget2 .desc {
	opacity: .7;
}

.advancedPostsWidget2 .readmore {
	display: inline-block;
	margin-top: 10px;
	transition: color .2s;
}

.advancedPostsWidget2.darkBg .readmore:hover {
	color: #f9f9f9;
}

.advancedPostsWidget2.sidebarWidget .postthumb .date {
	left: 10px;
}

.crewWidget .item {
	position: relative;
	overflow: hidden;
	border-radius: var(--generalradius);
	box-shadow: 0 0 10px rgba(0,0,0,.075);
}

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

.crewWidget .item .thumb:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(45deg, rgba(var(--c2RGB), 0.9) 20%, rgba(0,0,0,0) 50%);
}

.crewWidget .rwcusthumb, .crewModal .rwcusthumb {
	padding-bottom: var(--crewRatio);
}

.crewWidget .item a {
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.crewWidget .item .info {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 20px;
	padding: 15px;
}

.crewWidget .item a .title {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.crewWidget .item .detail {
	color: #fff;
	font-size: 13px;
	opacity: .7;
}

.crewModal {
	display: none;
}

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

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

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

.crewModal .info .topsection {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.crewModal .info .title {
	font-size: 20px;
	font-weight: bold;
	color: var(--c2);
}

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

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

.crewModal .info .social li a svg {
	width: 24px;
	height: 24px;
}

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

.sidebarWidget.crewWidget .item .info {
	padding: 10px;
}

.customerWidget .item {
	border-radius: var(--generalradius);
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.075);
}

.customerWidget .item .inner {
	padding: 15px;
	font-size: 16px;
	line-height: 1.7;
}

.customerWidget .item .stars {
	margin-bottom: 10px;
	display: flex;
	gap: 5px;
}

.customerWidget .item .stars .icon {
	color: #f8b321;
}

.customerWidget .item .stars .icon svg {
	width: 18px;
	height: 18px;
}

.customerWidget .item .star1 .icon:nth-child(n+2), .customerWidget .item .star2 .icon:nth-child(n+3), .customerWidget .item .star3 .icon:nth-child(n+4), .customerWidget .item .star4 .icon:nth-child(n+5) {
	opacity: .3;
}

.customerWidget .item .customerinfo {
	background: rgba(var(--c1RGB), 0.05);
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.customerWidget .item .thumb {
	flex: 0 0 50px;
	border-radius: 50%;
	overflow: hidden;
}

.customerWidget .item .name {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 3px;
}

.customerWidget .item .title {
	opacity: .6;
}

.customerWidget.whiteBg .item {
	background: rgba(var(--c1RGB), 0.05);
	box-shadow: none;
}

.customerWidget.darkBg .item {
	background: rgba(255,255,255,.05);
	box-shadow: none;
}

.referencesWidget .items a {
	display: block;
	padding: 10px;
	background: #fafafa;
	border-radius: var(--generalradius);
	overflow: hidden;
}

.referencesWidget .items .rwcusthumb {
	padding-bottom: var(--refRatio);
}

.referencesWidget.notitle.owl .items {
	padding: 0 50px;
	position: relative;
}

.referencesWidget.notitle.owl .owl-nav {
	margin: 0;
	height: 0;
	position: static;
}

.referencesWidget.notitle.owl .owl-nav>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.referencesWidget.notitle.owl .owl-nav .owl-prev {
	left: 10px;
}

.referencesWidget.notitle.owl .owl-nav .owl-next {
	right: 10px;
}

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

.galleryWidget .item {
	position: relative;
	border-radius: var(--generalradius);
	overflow: hidden;
}

.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 .detail {
	position: absolute;
	left: 0;
	bottom: 10px;
	margin-right: 10px;
	color: #fff;
	font-size: 13px;
	padding: 10px;
	background: rgba(var(--c1RGB), 0.75);
	border-radius: 0 3px 3px 0;
	transition: all .2s;
}

.galleryWidget .item:hover .detail {
	opacity: .6;
}

.buttonWidget.homeWidget {
	background: none;
}

.buttonWidget .widgetContent {
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	border-radius: 0 var(--generalradius) var(--generalradius) 0;
}

.buttonWidget {
	transition: all .15s;
}

.buttonWidget a {
	background: #fff;
	color: #000;
	padding: 15px;
	border-left: 4px solid;
	display: flex;
	align-items: center;
}

.buttonWidget .icon {
	position: relative;
	margin: 0 15px 0 5px;
}

.buttonWidget .icon svg {
	width: 40px;
	height: 40px;
}

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

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

.rwcusWidget.homeWidget.buttonWidget+.rwcusWidget.homeWidget.buttonWidget .innerContainer {
	padding-top: 0px;
	margin-top: -30px;
}

#footer .buttonWidget a:hover {
	color: #000;
}

.contactWidget .innerContainer {
	overflow: visible;
}

.contactWidget .blocks {
	display: flex;
	gap: 30px;
}

.contactWidget .infoBlock {
	flex: 1 1 40%;
}

.contactWidget .rwcusContactInfo {
	display: grid;
	gap: 20px;
}

.contactWidget .infoBlock .item {
	background: rgba(var(--c1RGB), 0.075);
	font-weight: 500;
	color: #090909;
	display: flex;
	gap: 10px;
	align-items: center;
	border-radius: var(--generalradius);
	padding: 15px;
	font-size: 15px;
}

.contactWidget .infoBlock .item .icon {
	border-radius: var(--generalradius);
	background: rgba(var(--c1RGB), 0.1);
	color: rgba(var(--c2RGB), 0.85);
	display: flex;
	flex: 0 0 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
}

.contactWidget .infoBlock .item .first {
	opacity: .7;
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: normal;
}

.contactWidget .infoBlock .item .icon svg {
	margin: 0;
	width: 24px;
	height: 24px;
}

.contactWidget .map {
	flex: 1 1 40%;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}

.contactWidget .map iframe {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: var(--generalradius);
}

.contactWidget.lightBg .infoBlock .item {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.075);
}

.contactWidget.darkBg .infoBlock .item {
	background: rgba(255,255,255,.05);
	color: #fff;
}

.contactWidget.darkBg .infoBlock .item a:hover {
	color: #fff;
}

.contactWidget.darkBg .infoBlock .item .icon {
	background: rgba(255,255,255,.05);
	color: #fff;
}

.contactWidget.darkBg .map {
	background: rgba(255,255,255,.05);
}

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

#singleBlock .thumb {
	border-radius: var(--generalradius);
	position: relative;
}

#singleBlock .rwcusthumb {
	border-radius: var(--generalradius);
	overflow: hidden;
}

#singleBlock .text {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background: rgba(0,0,0,.4);
	font-weight: 500;
	padding: 10px 15px;
	font-size: 12px;
	border-radius: var(--generalradius) 0;
	z-index: 2;
}

#singleBlock.type3 .text {
	position: relative;
	float: left;
}

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

#singleBlock.type3 .postprice:before {
	display: none;
}

#singleBlock.type3 {
	overflow: hidden;
	margin-bottom: 30px;
}

#singleBlock.type3 .postprice {
	position: relative;
	top: 0;
	right: 0;
	float: right;
}

.postprice {
	position: absolute;
	color: #fff;
	background: var(--c1);
	z-index: 2;
	font-weight: 600;
	top: 0;
	right: -8px;
	line-height: 30px;
	padding: 0 8px;
	border-radius: 0 var(--generalradius);
	font-size: 13px;
	font-weight: 500;
}

.postprice:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 8px 0 0;
	border-color: rgba(var(--c1RGB), 0.6) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

.postprice span {
	text-decoration: line-through;
	font-weight: normal;
	margin-right: 8px;
	opacity: .75;
}

.sidebarWidget .postprice {
	right: 0;
}

.sidebarWidget .postprice:before {
	display: none;
}

.metaBox {
	overflow: hidden;
	clear: both;
	color: #181818;
	border-top: 2px solid #f0f0f0;
	margin: 30px -30px -15px;
	padding: 15px 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.metaBox:first-child {
	border-top: 0;
	border-bottom: 2px solid #f0f0f0;
	margin: -15px -30px 30px;
	padding: 0 30px 15px;
}

.metaBox .metas {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.metaBox .meta {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 5px;
}

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

.metaBox .meta a:hover {
	color: #818181;
}

.metaBox .meta .icon svg {
	width: 16px;
	height: 16px;
	fill: var(--c2);
}

.metaBox .share {
	display: flex;
	gap: 5px;
}

.metaBox .share a {
	display: block;
	color: #fff;
	border-radius: 3px;
	overflow: hidden;
	transition: all .3s;
}

.metaBox .share a:hover {
	opacity: .8;
}

.metaBox .share a .icon {
	width: 30px;
	height: 30px;
	display: flex;
}

.metaBox .share a .icon svg {
	width: 16px;
	height: 16px;
}

.metaBox .share .facebook .icon {
	background: #597ac7;
}

.metaBox .share .twitter .icon {
	background: #000;
}

.metaBox .share .whatsapp .icon {
	background: #48a91f;
}

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

#single .tags a {
	background: #f3f3f3;
	border-radius: 5px;
	display: block;
	padding: 4px 8px;
	transition: all .3s;
}

#single .tags a:hover {
	background: #e1e1e1;
}

#single .tags .themeicon {
	display: block;
	border-radius: 3px;
	background: #f3f3f3;
	margin: 4px 4px 4px 0;
	padding: 4px 8px;
	float: left;
}

#comments {
	margin-top: 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: 25px;
	right: 0;
}

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

#comments a.comment-reply-link .icon {
	display: inline-block;
	margin-right: 4px;
}

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

#comments div.comment-body {
	overflow: hidden;
	position: relative;
	padding: 30px 0;
	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 .depth-1>ol.children>li:first-child>.comment-body>.icon {
	display: block;
	position: absolute;
	top: 60px;
	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-flex;
	line-height: 20px;
	font-size: 13px;
	padding-right: 70px;
}

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

.commentlist .comment-meta a .icon {
	display: inline-block;
	margin-right: 3px;
}

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

#respond {
	overflow: hidden;
}

li #respond {
	margin-bottom: 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;
}

#respond p.form-submit input {
	-webkit-appearance: none;
}

.wp-caption-text {
	font-size: 14px;
}

.screen-reader-text {
	display: none;
}

.gallery-caption, .blocks-gallery-caption {
	text-align: center;
	color: #626262;
}

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%;
}

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

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

form p>span {
	display: block;
}

form input[type=text], form input[type=password], form input[type=tel], form input[type=search], form input[type=date], form input[type=email], form textarea, form select {
	width: 100%;
	height: 50px;
	outline: none;
	border: 2px solid rgba(var(--c2RGB), 0.15);
	background: #fff;
	margin: 10px 0;
	padding: 15px;
	transition: all .25s;
	color: #191919;
	line-height: 20px;
	font-weight: 500;
	-webkit-appearance: none;
	border-radius: var(--generalradius);
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=search]:focus, form input[type=date]:focus, form input[type=email]:focus, form textarea:focus, form select:focus {
	border: 2px solid rgba(var(--c2RGB), 0.25);
}

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;
	font-size: 15px;
	cursor: pointer;
	color: #fff;
	line-height: 50px;
	padding: 0 50px;
	transition: all .3s;
	border-radius: 3px;
	display: block;
	font-weight: 500;
	background: var(--c1);
	-webkit-appearance: none;
}

form input[type=submit]:hover {
	background: var(--c2);
}

.rwcusForm .wpcf7-spinner {
	background: #fff;
	position: absolute;
	margin: 0;
	left: 10px;
	top: 23px;
	opacity: 1;
}

.rwcusForm .wpcf7-spinner:before {
	background: #000;
}

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

div.wpcf7-response-output {
	margin: 20px 0 0 0 !important;
	padding: 10px !important;
	border-radius: var(--generalradius);
}

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: var(--c2);
}

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

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

.rwcusForm p.rwcusicon svg {
	width: 16px;
	height: 16px;
	margin: 17px 7px;
	z-index: 10;
	position: absolute;
	top: 10px;
	left: 10px;
	fill: var(--c2);
}

#comments .inputs p.rwcusicon svg {
	left: 20px;
}

.rwcusnavi {
	clear: both;
	margin-top: 30px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.rwcusnavi .item {
	border-radius: var(--generalradius);
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.075);
	min-width: 40px;
	padding: 0 15px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	transition: all .4s;
}

.rwcusnavi .current {
	background: var(--c1);
	color: #fff;
}

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 15px;
	background: var(--c2);
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ddd;
}

#footer .widgetHeading {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.05);
}

#footer .widgetHeading .title>* {
	font-size: 22px;
	letter-spacing: normal;
	font-weight: 200;
	color: #fff;
}

#footer .widgetHeading .slogan {
	color: #fff;
	border: 0;
	opacity: .5;
	padding: 0;
	line-height: 30px;
	display: flex;
	align-items: center;
	gap: 5px;
}

#footer .widgetHeading .slogan:before {
	content: "";
	width: 15px;
	height: 1px;
	background: var(--c1);
}

#footer .footerCols {
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
}

#footer .footerCol {
	width: 100%;
	max-width: 33.333333%;
	padding: 30px;
	margin: 0;
	line-height: 1.2;
}

#footer .footerCol.message {
	max-width: 100%;
	text-align: center;
}

#footer .nativeWidget ul li>a {
	margin: 5px 0;
}

#footer .nativeWidget a:hover {
	color: #ddd;
}

#footer .nativeWidget .menu .sub-menu {
	margin-left: 20px;
}

#footer .footerCol .textwidget, #footer .footerCol .recentcomments {
	line-height: 35px;
}

.rwcusTop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	cursor: pointer;
	z-index: -1;
	opacity: 0;
	border-radius: 50%;
	transition: all .3s;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	color: var(--c1);
}

.whatsappButton.right+.rwcusTop {
	bottom: 100px;
}

.rwcusTop.show {
	opacity: 1;
	z-index: 200;
	display:none;
}

.rwcusTop svg {
	width: 20px;
	height: 20px;
	margin: 15px;
	transition: all .3s;
}

.footerCopyright {
	padding: 20px 0;
	background: rgba(0,0,0,.175);
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.footerCopyright a {
	color: #fff;
}

.footerCopyright a:hover {
	color: #ddd;
}

.whatsappButton {
	z-index: 15;
	position: fixed;
	left: 40px;
	bottom: 40px;
	border-radius: 50%;
	background: #20ad38;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: all .2s;
}

.whatsappButton:hover, #whatsappBlock.opened+.whatsappButton {
	background: #1c9630;
	transform: scale(1.05);
}

.whatsappButton .icon {
	width: 50px;
	height: 50px;
	display: flex;
}

.whatsappButton .count {
	display: none;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	background: #fff;
	color: #000;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.275);
	position: absolute;
	top: 0;
	right: 0;
}

.whatsappButton .icon svg {
	width: 24px;
	height: 24px;
	transition: all .1s;
}

#whatsappBlock {
	bottom: 100px;
	left: 40px;
	position: fixed;
	width: 300px;
	transition: transform .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: 200;
}

#whatsappBlock .chat {
	overflow: hidden;
}

#whatsappBlock .chat .header {
	padding: 15px;
	overflow: hidden;
	background: #095e54;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

#whatsappBlock .chat .header .thumb {
	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 {
	font-weight: 500;
	font-size: 15px;
}

#whatsappBlock .chat .header .close {
	display: block;
	margin-left: auto;
	cursor: pointer;
	padding: 8px;
	background: rgba(255,255,255,.05);
	border-radius: 3px;
	color: #fff;
}

#whatsappBlock .chat .header .close .icon svg {
	width: 12px;
	height: 12px;
}

#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 var(--generalradius) var(--generalradius) var(--generalradius);
	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: var(--generalradius);
	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;
	display: flex;
	align-items: center;
	position: relative;
}

#mobileButtons {
	display: none;
	margin-left: auto;
	align-items: center;
	flex-shrink: 0;
	overflow: hidden;
	gap: 5px;
	margin-right: -5px;
}

#mobileButtons .mobileButton {
	display: block;
	cursor: pointer;
	padding: 5px;
	color: #fff;
}

.headerWhite #mobileButtons .mobileButton {
	color: var(--c1);
}

#mobileButtons .mobileButton .icon svg {
	width: 20px;
	height: 20px;
}

#mobileButtons .mobileButton .icon svg.rwcusicon-telefon {
	width: 16px;
	height: 16px;
}

#mobileHeader .mobileSearch {
	display: none;
}

#mobileHeader .mobileSearch {
	position: absolute;
	left: -20px;
	right: -20px;
	top: 0;
	bottom: 0;
	z-index: 100;
	background: #fff;
}

#mobileHeader .mobileSearch .searchform {
	width: calc(100% - 60px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 60px;
}

#mobileHeader .mobileSearch .searchform input {
	border: 0;
	width: 100%;
	padding: 10px 50px 10px 10px;
	height: 30px;
	font-size: 18px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
}

#mobileHeader .mobileSearch .searchform button {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	background: none;
	border: 0;
	color: #666;
}

#mobileHeader .mobileSearch .searchform button .icon {
	width: 50px;
	height: 30px;
	display: flex;
}

#mobileHeader .mobileSearch .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: #f3f3f3;
	color: #111;
	cursor: pointer;
	height: 100%;
	width: 60px;
}

#mobileHeader .mobileSearch .close .icon {
	height: 100%;
	width: 100%;
	display: flex;
}

#hamburgermenu .searchForm {
	padding: 10px;
	border-bottom: 2px solid #f0f0f0;
}

#hamburgermenu .searchForm form {
	position: relative;
}

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

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

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

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

#hamburgermenu .logoBlock {
	padding: 10px;
	background: var(--c2);
}

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

#mobileMenuContainer {
	overflow: hidden;
}

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

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

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

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

#mobileMenuContainer #menu a .icon {
	color: var(--c1);
}

#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 .sub-menu .themeicon {
	transform: none;
}

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

#mobileMenuContainer #menu .mobilearrow {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	text-align: center;
	border-radius: 3px;
	background: #f0f0f0;
	color: #0f0f0f;
}

#mobileMenuContainer #menu .mobilearrow svg {
	width: 10px;
	height: 10px;
	margin: 5px;
}

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

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

#mobileMenuContainer #menu .mobilearrow.active .icon:last-child {
	display: block;
}

#mobileMenuContainer #menu .mobilearrow.active .icon svg {
	width: 8px;
	height: 8px;
	margin: 6px;
}

#mobileMenuContainer #menu>ul>li:hover>a, #mobileMenuContainer #menu>ul>li.active>a:after {
	background: none;
}

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

#mobileMenuContainer #menu li.ozel>a {
	line-height: 20px;
	border-radius: 0;
	border-top: 0;
	margin: 0;
	padding: 15px 10px;
	background: none;
}

#mobileMenuContainer #menu>ul>li.ozel:hover>a, #mobileMenuContainer #menu>ul>li.active.ozel>a {
	background: inherit;
	color: inherit;
}

#hamburgermenu .hamburgerBottomBlock {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

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

#hamburgermenu .rwcusSocial {
	gap: 4px;
}

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

#overlay .close {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	color: #fff;
}

#overlay .close svg {
	font-size: 16px;
	margin: 2px;
}

.hamburgerMenuButton {
	display: none;
	cursor: pointer;
	opacity: .9;
	position: fixed;
	z-index: 100;
	right: 15px;
	top: 20px;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	color: #fff;
	background: var(--c1);
}

.hamburgerMenuButton svg {
	width: 20px;
	height: 20px;
	margin: 10px;
}

@media(min-width: 1190px) {
	#home .nativeWidget:first-child {
		min-height: 500px;
	}
}

@media(max-width: 480px) {
	#home .nativeWidget:first-child {
		min-height: 250px;
	}
}

@media all and (max-width: 1100px) {
	#main {
		padding: 20px;
	}
}

@media all and (max-width: 900px) {
	.rwcusWidget .widgetHeading .title>* {
		font-size: 28px;
	}

	.widgetHeading .rwcusicon svg {
		width: 16px;
		height: 16px;
	}

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

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

	.rwcusBox {
		border-radius: 0;
	}

	.rwcusBox+.rwcusBox {
		margin-top: 10px;
	}
	
	p {
	line-height: 1.8;
	font-size: 16px;
	text-align: left;
	}
}
	
}

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

	.headerOver .picHeader {
		padding: calc(var(--headerHeightMobile) + 60px) 0 30px;
	}

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

@media(max-width: 1100px) {
	#innerheader .topsearch {
		display: none;
	}
}

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

	#aside {
		padding: 20px 0 0;
	}

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

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

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

	#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) {
	.rwcusBox, #aside .widgetContent {
		padding: 20px;
	}
}

@media all and (max-width: 900px) {
	.sidebarWidget {
		margin-top: 10px;
	}

	.rwcusWidget.homeWidget .innerContainer, .homeWidget.nativeWidget .innerContainer {
		padding: 20px;
	}

	.rwcusOwlButtons .widgetHeading .owl-nav {
		bottom: 0;
	}

	.rwcusOwlButtons .widgetHeading.center .owl-nav {
		display: inline-block;
	}
}

@media all and (max-width: 600px) {
	.rwcusOwlButtons .widgetHeading .owl-nav {
		position: relative;
		margin: 10px 0 0;
	}

	.rwcusOwlButtons .widgetHeading.left .owl-nav {
		margin: 10px auto 0;
	}
}

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

	.iconMenuWidget .item .container {
		padding-bottom: 20px;
	}
}

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

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

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

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

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

@media all and (max-width: 768px) {
	.aboutWidget .innerContent {
		gap: 20px;
	}

	.aboutWidget .innerContent {
		flex-direction: column;
	}

	.aboutWidget.rwcusWidget .menuBlock {
		grid-template-columns: repeat(3,1fr);
	}
}

@media all and (max-width: 600px) {
	.aboutWidget.rwcusWidget .menuBlock {
		grid-template-columns: repeat(2,1fr);
	}
}

@media all and (max-width: 450px) {
	.aboutWidget.rwcusWidget .menuBlock {
		grid-template-columns: 1fr;
	}
}

@media all and (max-width: 768px) {
	.sidebarWidget.sloganWidget {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media all and (max-width: 500px) {
	.rwcusWidget.sloganWidget .widgetContent {
		padding: 20px 0;
	}

	.rwcusWidget.sloganWidget .text {
		font-size: 28px;
	}

	.rwcusWidget.sloganWidget .desc {
		font-size: 20px;
	}
}

@media all and (max-width: 900px) {
	.rwcusWidget.postsWidget .item .detail {
		padding: 10px;
	}
}

@media all and (max-width: 900px) {
	.advancedPostsWidget2 .postthumb .date {
		left: 10px;
	}
}

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

	.crewModal.fancybox-content {
		max-width: 400px;
	}

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

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

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

@media all and (max-width: 900px) {
	.rwcusWidget.homeWidget.buttonWidget+.rwcusWidget.homeWidget.buttonWidget .innerContainer {
		margin-top: 0px;
	}
}

@media all and (max-width: 768px) {
	.contactWidget .blocks {
		flex-direction: column;
		gap: 20px;
	}

	.contactWidget .rwcusContactInfo {
		gap: 20px;
	}
}

@media all and (max-width: 1100px) {
	body.single #main, body.page #main, body.attachment #main {
		padding: 0;
	}
}

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

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

	.metaBox {
		margin: 20px -20px 0;
		padding: 20px 20px 0;
	}

	.metaBox:first-child {
		margin: 0 -20px 20px;
		padding: 0 20px 20px;
	}

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

	#comments {
		margin-top: 10px;
	}

	#respond {
		margin-bottom: 0;
	}
}

@media all and (max-width: 550px) {
	.metaBox {
		flex-direction: column;
		align-items: baseline;
		gap: 10px;
	}

	#comments .reply {
		position: relative;
		top: 10px;
		left: 0;
	}

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

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

@media all and (max-width: 900px) {
	.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: 900px) {
	.rwcusnavi {
		margin: 10px -10px -10px;
		padding: 10px;
	}
}

@media all and (max-width: 1100px) {
	#footer .footerCols {
		padding: 20px 0;
	}
}

@media all and (max-width: 900px) {
	#footer .footerCols {
		margin: 0 -10px;
	}

	#footer .footerCol {
		max-width: 50%;
		padding: 10px;
	}
}

@media all and (max-width: 768px) {
	#footer .footerCol {
		max-width: 100%;
	}
}

@media all and (max-width: 500px) {
	#footer .footerCol.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 {
		display: none;
	}

	#mobileButtons {
		display: flex;
	}

	#innerheader .innerContainer {
		overflow: visible;
	}

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

	#logo {
		padding: 15px 10px 15px 0;
	}

	#logo img {
		max-width: 100%;
	}

	#logo img, #hamburgermenu .logoBlock img {
		max-height: var(--headerHeightMobile);
	}
}