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

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: #fff;
	font-size: 14px;
	font-family: var(--mainFont);
	color: #2e2e2e;
}

body.home {
	background: #fff;
}

input, select, textarea, button {
	font-size: 14px;
	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;
	display: block;
	color: #333;
	font-size: 20px;
}

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

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

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

.shiftTop {
	margin-top: 30px;
}

.widgetHeading {
	text-align: center;
	margin-bottom: 30px;
	color: #222;
	font-family: var(--headFont);
}

.widgetHeading .title {
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
}

.widgetHeading .icon {
	display: inline-block;
	position: relative;
	height: 20px;
	margin-top: 10px;
	width: 180px;
}

.widgetHeading .icon svg {
	display: block;
	position: absolute;
	top: 0;
	padding: 2px 7px;
	width: 30px;
	height: 20px;
	background: #fff;
	left: calc(50% - 15px);
	text-align: center;
	z-index: 2;
	transition: all .2s;
}

.widgetHeading .icon:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: red;
	left: 0px;
	top: 10px;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, #bcbcbc 50%, rgba(0,0,0,0) 100%);
	z-index: 1;
}

.widgetHeading .slogan {
	margin-top: 10px;
	font-size: 15px;
	color: #7b7b7b;
	line-height: 1;
}

.lightBg .widgetHeading .icon svg {
	background: #f9f9f9;
}

.darkBg .widgetHeading .icon svg {
	background: #15254b;
}

.darkBg .widgetHeading {
	color: #f9f9f9;
}

#aside .widgetHeading {
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #4a4a4a;
	margin-right: -10px;
	padding-right: 10px;
	border-bottom: 1px solid #ededed;
}

.sidebarRight #aside .widgetHeading {
	margin-right: 0;
	margin-left: -10px;
	padding-left: 10px;
}

#aside .widgetHeading .icon {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 2px 4px 2px 0;
}

#aside .widgetHeading .icon svg {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	text-align: left;
	margin: 0;
	z-index: 2;
	width: 16px;
	height: 16px;
	background: none;
	transition: all .2s;
	padding: 0;
}

#aside .widgetHeading .icon:after {
	display: none;
}

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

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

.rwcusBox {
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

#aside .rwcusWidget {
	position: relative;
	overflow: hidden;
}

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

#aside .rwcusBox {
	padding: 15px;
}

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

table {
	width: 100%;
	border-collapse: collapse;
}

table td, table th {
	padding: 8px;
	border: 1px solid #e0e0e0;
}

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

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

.reading {
	margin-bottom: 0;
}

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

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

.reading iframe {
	border: 0;
}

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

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

.float {
	overflow: hidden;
}

.bold {
	font-weight: bold;
}

.reading {
	font-size: 13px;
}

.post img {
	width: 100%;
}

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

#crumbs, #crumbs a {
	color: #6f6f6f;
}

#crumbs a:hover {
	color: var(--c1);
}

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

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

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

#topbar {
	background: #15254b;
	color: #fff;
	z-index: 50;
	position: relative;
}

#topbar:before {
	position: absolute;
	width: 50%;
	height: 100%;
	background: #15254b;
	content: "";
	top: 0;
	right: 0;
}

.noTopMenu #topbar:before {
	display: none;
}

#topbar .innerContainer {
	background: #15254b;
	position: relative;
	overflow: visible;
	min-height: 50px;
	padding-right: 0;
}

#topbar a {
	color: #fff;
}

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

#infoBlock {
	float: left;
	overflow: hidden;
	font-size: 12px;
	line-height: 30px;
	margin: 10px 0;
}

#infoBlock .item {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
}

#infoBlock .item .icon svg {
	width: 16px;
	height: 16px;
}

#topRight {
	float: right;
	overflow: hidden;
}

#topRight .searchForm {
	z-index: 999;
	width: 175px;
	border-left: 1px solid #292929;
	float: left;
	position: relative;
}

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

#topRight button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border: 0;
	background: none;
	color: #fff;
	cursor: pointer;
}

#topRight button svg {
	margin: 17px;
	width: 16px;
	height: 16px;
}

#headerSocial {
	float: left;
	padding: 17px 10px;
}

.languageSelector {
	float: left;
}

.languageSelector .active {
	cursor: pointer;
	position: relative;
	padding: 13px 25px 13px 10px;
}

.languageSelector .active svg {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 20px;
	right: 10px;
	color: #a7a7a7;
}

.languageSelector .active img {
	display: block;
	height: 24px;
}

.languageSelector .list {
	display: none;
}

#topbar .languageSelector:hover .list {
	display: block;
	position: absolute;
	background: #15254b;
	width: 44px;
}

#topbar .languageSelector:hover .list a {
	display: block;
	padding: 5px 0;
	transition: all .3s;
	text-align: center;
	border-top: 1px solid #292929;
}

#topbar .languageSelector:hover .list a:hover {
	background: #15254b;
}

.languageSelector img {
	width: 24px;
}

.languageSelector.gTranslate {
	position: relative;
	padding: 13px 10px;
	border-left: 1px solid #292929;
}

.languageSelector.gTranslate img {
	height: 24px;
	margin: 0 2px;
}

#topmenu {
	float: left;
	background: #292929;
}

#topmenu ul.menu {
	display: flex;
}

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

#topmenu a {
	display: flex;
	align-items: center;
	line-height: 50px;
	padding: 0 15px;
	font-size: 15px;
}

#topmenu .icon {
	margin: 15px 5px 15px 0;
}

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

header {
	position: relative;
}

#header {
	position: relative;
	z-index: 40;
	clear: both;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	transition: all .2s;
	background: #fff;
}

#header .innerContainer {
	overflow: visible;
	padding: 0;
	display: flex;
	align-items: center;
}

#logo {
	vertical-align: middle;
	z-index: 100;
	padding: 30px 0;
}

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

#logo img {
	max-height: var(--headerHeight);
}

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

.rwcusSocial a {
	display: block;
	width: 16px;
	height: 16px;
	color: #9ea1a9;
}

.rwcusSocial li a svg {
	width: 16px;
	height: 16px;
}

#menuGroup {
	margin-left: auto;
	text-align: right;
	vertical-align: middle;
	position: relative;
	z-index: 20;
	transition: all .5s;
}

#menu {
	z-index: 40;
	position: relative;
	display: inline-block;
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 15px;
    line-height: calc(var(--headerHeight) + 30px);
    padding: 0 14px;
    transition: all .5s;
    font-weight: 500;
    font-family: var(--menuFont);
    text-transform: uppercase;
}

#menu>ul>li>a:before {
	display: block;
	width: 1px;
	height: 20px;
	content: "";
	position: absolute;
	top: calc((var(--headerHeight) + 10px)/2);
	left: 0;
	background: #ededed;
}

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

#menu a .icon svg {
	width: 20px;
	height: 20px;
}

#menu>ul>li:first-child>a:before {
	display: none;
}

#menu .sub-menu {
	display: none;
	text-align: left;
	position: absolute;
	z-index: 40;
	background: #fff;
	box-shadow: 0px 8px 10px rgba(0,0,0,.15), -10px 8px 15px rgba(0,0,0,.15), 10px 8px 15px rgba(0,0,0,.15);
}

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

#menu .sub-menu a {
	width: auto;
	min-width: 260px;
	line-height: 20px;
	padding: 15px;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-size: 14px;
}

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

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

#menu .sub-menu .icon {
	width: 16px;
	height: 16px;
	margin: 2px 10px 2px 0;
}

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

#menu li.menu-item-has-children .themeicon {
	width: 10px;
	height: 10px;
	display: block;
	margin-left: 5px;
}

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

#menu li.menu-item-has-children .themeicon svg.themeicon-arrow {
	display: block;
}

#menu li.menu-item-has-children li.menu-item-has-children .themeicon {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
	transform: rotate(-90deg);
	color: #666;
}

#main {
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	padding: 30px 0;
	background: url(../images/dot.png) 25.423729% 0 repeat-y;
}

.sidebarRight #main {
	background-position: 74.576271% 0;
}

.noSidebar #main, .page-template-page-full #main {
	background: none;
}

#home {
	min-height: 110px;
	clear: both;
}

#content {
	float: right;
	width: 72.033898%;
}

.sidebarRight #content {
	float: left;
}

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

#content.full iframe {
	border: 0;
}

#aside {
	float: left;
	width: 25.423729%;
}

.sidebarRight #aside {
	float: right;
}

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

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

.rwcusWidget.homeWidget.darkBg {
	background: #15254b;
	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;
}

.sidebarWidget .widgetContent {
	margin-right: 10px;
}

.sidebarRight .sidebarWidget .widgetContent {
	margin-left: 10px;
}

#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-carousel.dots .owl-nav, .rwcusOwlButtons .owl-carousel.arrows .owl-dots {
	display: none;
}

.rwcusOwlButtons .owl-nav {
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

.rwcusOwlButtons .owl-dots {
	margin-top: 30px;
}

#aside .rwcusOwlButtons .owl-nav, #aside .rwcusOwlButtons .owl-dots {
	margin-top: 15px;
}

.rwcusWidget.darkBg.rwcusOwlButtons .owl-nav {
	color: #fff;
}

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

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

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

.rwcusOwlButtons .owl-dots {
	text-align: center;
}

.rwcusOwlButtons .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	display: inline-block;
	margin: 0 2px;
	transition: all .3s;
	background: #d8d7d7;
}

.rwcusOwlButtons .owl-dot.active {
	width: 30px;
	background: var(--c1);
}

#aside .rwcusOwlButtons .owl-nav div svg {
	width: 12px;
	height: 12px;
	margin: 4px 9px;
}

.rwcusCustomMenu li {
	position: relative;
}

.rwcusCustomMenu li svg.themeicon-arrow {
	display: block !important;
}

.rwcusCustomMenu a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #4a4a4a;
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    background: #fafafa;
    margin-bottom: 5px;
    padding-left: 4px;
    text-transform: uppercase;
}

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

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

.rwcusCustomMenu .inner {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}

.rwcusCustomMenu .sub-menu a {
	font-size: 13px;
	font-weight: 400;
}

.rwcusCustomMenu a svg {
	width: 6px;
	height: 6px;
}

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

.rwcusCustomMenu .toggle.icon {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	color: #fff;
	background: var(--c1);
	cursor: pointer;
	border-radius: 3px;
	z-index: 10;
}

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

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

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

.rwcusCustomMenu div>ul>li>.sub-menu {
	display: none;
}

.rwcusCustomMenu .sub-menu {
	margin-left: 15px;
}

.rwcusCustomMenu .sub-menu .sub-menu {
	margin-left: 30px;
}

.numberWidget .innerContainer {
	position: relative;
}

.numberWidget .iconList {
	display: flex;
	flex-wrap: nowrap;
	margin: 30px -15px 0;
}

.numberWidget .iconList .item {
	width: 100%;
	text-align: center;
	padding: 0 15px;
}

.numberWidget .iconList .item .icon {
	display: block;
	border-bottom: 2px solid #ececec;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #505050;
	position: relative;
	margin-right: 0;
}

.numberWidget .iconList .item .icon:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #ececec;
	border-radius: 50%;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -4px;
}

.numberWidget .iconList .item .icon svg {
	display: block;
	height: 40px;
	width: 40px;
	margin: auto;
}

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

.numberWidget.darkBg .iconList .item .icon {
	color: #f9f9f9;
	border-color: #333;
}

.numberWidget.darkBg .iconList .item .icon:after {
	background: #333;
}

#aside .numberWidget .iconList {
	flex-wrap: wrap;
	margin: 30px -5px -30px;
}

#aside .numberWidget .iconList .item {
	width: 50%;
	padding: 0 5px 30px;
}

.aboutWidget {
	overflow: hidden;
	text-align: center;
}

.aboutWidget .infoBlock {
	line-height: 1.5;
	font-size: 17px;
	color: #222;
}

.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 {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin: 30px -15px 0;
	overflow: hidden;
}

.aboutWidget .menuBlock .item-container {
	width: 33.3333333%;
	padding: 15px;
}

.aboutWidget .menuBlock .item {
	overflow: hidden;
}

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

.aboutWidget .menuBlock .item .icon {
	float: left;
	border-radius: 50%;
	background: #eee;
	color: var(--c1);
	width: 60px;
	height: 60px;
	padding: 15px;
	text-align: center;
}

.aboutWidget .menuBlock .item .icon svg {
	width: 26px;
	height: 26px;
	margin: 2px;
}

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

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

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

.aboutWidget .menuBlock .item .title {
	font-size: 17px;
	font-weight: bold;
}

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

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

.darkBg.aboutWidget .menuBlock .item .icon {
	background: #333;
}

.lightBg.aboutWidget .menuBlock .item .icon {
	background: #fff;
}

#aside .aboutWidget {
	text-align: left;
}

#aside .aboutWidget .infoBlock {
	font-size: 14px;
}

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

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

.sloganWidget .widgetContent {
	background-position: 50% 50% !important;
	background-size: cover !important;
	text-align: center;
	color: #fff;
}

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

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

.sloganWidget a.btn {
	color: #fff;
	line-height: 20px;
	margin-top: 20px;
	display: inline-block;
	overflow: hidden;
	background: rgba(0,0,0,.7);
	padding: 10px 25px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 3px;
	transition: all .3s;
	white-space: nowrap;
}

.sloganWidget a.btn:hover {
	background: var(--c1);
}

.sloganWidget a.btn svg {
	float: left;
	width: 16px;
	height: 16px;
	fill: #fff;
	margin-right: 5px;
}

.sloganWidget .widgetContent {
	padding: 20px;
}

.advancedPostsWidget1 .list {
	margin: -15px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.advancedPostsWidget1 .list .item-container {
	padding: 15px;
	width: 25%;
}

#content .advancedPostsWidget1 .list .item-container {
	width: 50%;
}

.noSidebar #content .advancedPostsWidget1 .list .item-container {
	width: 25%;
}

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

.advancedPostsWidget1 .item .thumb {
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

.advancedPostsWidget1 .item .thumb img {
	z-index: 1;
	width: 100%;
}

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

.advancedPostsWidget1 .item .linktext {
	font-size: 14px;
	margin-top: 5px;
	color: var(--c1);
}

.advancedPostsWidget1 .item .linktext:hover {
	color: #222;
}

.advancedPostsWidget1 .item .title {
	font-size: 16px;
	font-weight: 600;
	color: #464646;
    text-transform: uppercase;
}

.advancedPostsWidget1 .item .title a {
	color: #464646;
}

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

.advancedPostsWidget1 .item .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(0,0,0,.3);
	transition: all .3s;
}

.advancedPostsWidget1 .item:hover .hover {
	opacity: 1;
}

.advancedPostsWidget1 .item .hover span {
	width: 22px;
	height: 22px;
	position: absolute;
}

.advancedPostsWidget1 .item .hover .topleft {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	left: 10px;
	top: 10px;
}

.advancedPostsWidget1 .item .hover .topright {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	right: 10px;
	top: 10px;
}

.advancedPostsWidget1 .item .hover .bottomleft {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	left: 10px;
	bottom: 10px;
}

.advancedPostsWidget1 .item .hover .bottomright {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	right: 10px;
	bottom: 10px;
}

.advancedPostsWidget1 .item .postprice {
	font-weight: bold;
	font-size: 17px;
	position: relative;
	color: var(--c1);
}

.advancedPostsWidget1 .item .postprice:before {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	background: #edf0f7;
	margin: 10px auto;
}

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

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

.advancedPostsWidget1.darkBg .item .postprice:before {
	background: #444;
}

#aside .advancedPostsWidget1 .list {
	margin: -5px;
}

#aside .advancedPostsWidget1 .list .item-container {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

.advancedPostsWidget2 .items {
	margin: -15px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.advancedPostsWidget2 .item-container {
	padding: 15px;
	width: 50%;
}

.advancedPostsWidget2.listing .item-container {
	width: 100%;
}

.noSidebar .advancedPostsWidget2.listing .item-container {
	width: 50%;
}

.advancedPostsWidget2 .item {
	overflow: hidden;
}

.advancedPostsWidget2 .item .thumb {
	position: relative;
	float: left;
	width: 250px;
	border-radius: 3px;
	overflow: hidden;
}

.advancedPostsWidget2 .item .thumb img {
	z-index: 1;
}

.advancedPostsWidget2 .item .thumb .date {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 3px 0 0 0;
	line-height: 24px;
	color: #fff;
	padding: 0 12px;
	font-size: 12px;
	z-index: 2;
	overflow: hidden;
}

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

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

.advancedPostsWidget2 .item .thumb img {
	width: 100%;
}

.advancedPostsWidget2 .item .detail {
	line-height: 1.5;
	margin-left: 270px;
}

.advancedPostsWidget2 .item .title {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: 500;
}

.advancedPostsWidget2 .item .title a {
	color: #222;
}

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

.advancedPostsWidget2 .item .desc {
	color: #818181;
	font-size: 14px;
}

.advancedPostsWidget2 .item .linktext {
	margin-top: 5px;
	display: inline-block;
}

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

#aside .advancedPostsWidget2 .items {
	margin: 0;
	width: 100%;
}

#aside .advancedPostsWidget2 .item-container {
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}

#aside .advancedPostsWidget2 .item .thumb {
	float: none;
	width: 100%;
}

#aside .advancedPostsWidget2 .item .detail {
	margin: 5px 0 0;
}

.crewWidget .items .list {
	overflow: hidden;
	margin: -15px;
	display: flex;
	flex-wrap: wrap;
}

.crewWidget .items .list .item-container {
	padding: 15px;
	width: 20%;
}

.crewWidget .item {
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.crewWidget .item .thumb {
	border-bottom: 3px solid var(--c1);
}

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

.crewWidget .item a {
	display: block;
	color: var(--c1);
}

.crewWidget .item img {
	width: 100%;
}

.crewWidget .item .info {
	margin: 5px;
	line-height: 20px;
	min-height: 40px;
}

.crewWidget .item .title {
	font-weight: 600;
}

.crewWidget .item .detail {
	color: #222;
	font-size: 13px;
}

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

#aside .crewWidget .items .list .item-container {
	padding: 5px;
	width: 50%;
}

.customerWidget .items {
	overflow: hidden;
	text-align: center;
}

.customerWidget .item .thumb {
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	margin-bottom: 15px;
}

.customerWidget .item .thumb img {
	width: 60px;
	height: 60px;
}

.customerWidget .item .name {
	font-weight: bold;
	font-size: 17px;
	color: #222;
	line-height: 25px;
}

.customerWidget .item .title {
	color: #222;
	line-height: 25px;
}

.customerWidget .item .detail {
	color: #646464;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1.5;
}

.customerWidget.darkBg .item .thumb {
	border-color: #333;
}

.customerWidget.darkBg .item .name, .customerWidget.darkBg .item .title {
	color: #f9f9f9;
}

#aside .customerWidget .items {
	text-align: left;
}

#aside .customerWidget .item .thumb {
	float: left;
	margin: 8px;
}

#aside .customerWidget .item .info {
	padding-top: 12px;
}

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

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

.referencesWidget .items a {
	display: block;
	border-radius: 3px;
	text-align: center;
	padding: 10px;
	border: 1px solid #eee;
}

.referencesWidget .item a img {
	vertical-align: middle;
	width: inherit;
	display: inline-block;
	max-height: 110px;
}

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

.galleryWidget .items {
	overflow: hidden;
}

.galleryWidget .items .list {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
	overflow: hidden;
}

.galleryWidget .items .list .item-container {
	padding: 15px;
}

.galleryWidget .items .list .item-container {
	width: 25%;
}

.galleryWidget .item {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
	border-radius: 3px;
	overflow: hidden;
}

.galleryWidget .item img {
	width: 100%;
}

.galleryWidget .item a {
	display: block;
	position: relative;
}

.galleryWidget .item a .themeicon {
	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 .themeicon {
	opacity: 1;
}

.galleryWidget .item a .themeicon svg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	color: #fff;
}

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

#aside .galleryWidget .items .list .item-container {
	padding: 5px;
	width: 50%;
}

.buttonWidget {
	overflow: hidden;
	transition: all .15s;
	margin-top: 10px;
}

.buttonWidget a {
	display: block;
	border-radius: 2px;
	border-bottom: 3px solid #c4c3c3;
	color: #282828;
	transition: all .3s;
	background: #f5f5f5;
	padding: 15px;
}

.buttonWidget a:hover {
	background: #f2f2f2;
}

.buttonWidget .iconContainer {
	float: left;
	margin: 5px 20px 5px 0;
}

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

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

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

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

.buttonWidget .description {
	margin-top: 5px;
	color: #606060;
	font-size: 12px;
	font-weight: 500;
}

.contactWidget .mapBlock {
	border-radius: 3px;
	overflow: hidden;
}

.contactWidget .map {
	overflow: hidden;
}

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

.contactWidget .infoBlock {
	overflow: hidden;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	background: var(--c1);
}

.contactWidget .infoBlock .item {
	overflow: hidden;
	width: 25%;
}

.contactWidget .infoBlock .item.address {
	width: 50%;
}

.contactWidget .infoBlock .item .icon {
	float: left;
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,.1);
}

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

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

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

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

.contactWidget .infoBlock .item .table .data a {
	color: #fff;
}

#aside .contactWidget .map {
	overflow: hidden;
	margin-bottom: 15px;
}

#aside .contactWidget .infoBlock .item, #aside .contactWidget .infoBlock .item.address {
	width: 100%;
	border-bottom: 1px solid #fff;
}

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

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

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

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

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

#contactPage .infoBlock .item {
	width: 33.333333%;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 0 5px;
}

#contactPage .infoBlock .item .icon {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	background: #f5f5f5;
	color: #6a6a6a;
}

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

#contactPage .infoBlock .item .table {
	display: table;
	min-height: 60px;
}

#contactPage .infoBlock .item .table .row {
	display: table-row;
}

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

#contactPage .infoBlock .item .table .data:first-line {
	font-weight: 600;
	font-size: 14px;
}

#contactPage .subemap {
	overflow: hidden;
	border-radius: 4px;
}

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

#crewPage .crewGallery {
	margin: -15px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

#crewPage .crewGallery .crewContainer {
	width: 33.3333333333%;
	padding: 15px;
}

.noSidebar #crewPage .crewGallery .crewContainer {
	width: 25%;
}

#crewPage .crewGallery .crew {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}

#crewPage .crewGallery .crew img {
	width: 100%;
}

#crewPage .crewGallery .detail {
	padding: 10px;
	background: #f9f9f9;
	text-align: center;
}

#crewPage .crewGallery .detail .title {
	font-size: 14px;
	font-weight: 600;
	color: var(--c1);
}

#crewPage .crewGallery .detail .position {
	font-size: 12px;
	color: #6f6f6f;
}

#crewPage .crewGallery .detail .social {
	margin: 5px -10px -10px;
	background: #f0f0f0;
	padding: 0;
}

#crewPage .crewGallery .detail .social.filled {
	padding: 7px 0;
}

#crewPage .crewGallery .detail .social a {
	display: inline-block;
	padding: 0 5px;
	color: #8a8a8a;
}

#crewPage .crewGallery .detail .social a svg {
	width: 16px;
	height: 16px;
}

#referencesPage .refsGallery {
	margin: -15px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

#referencesPage .refsGallery .refsContainer {
	width: 33.3333333333%;
	padding: 15px;
}

.noSidebar #referencesPage .refsGallery .refsContainer {
	width: 25%;
}

#referencesPage .refsGallery .ref {
	overflow: hidden;
	border: 1px solid #ededed;
}

#referencesPage .refsGallery .ref .thumb {
	height: 150px;
	line-height: 130px;
	padding: 10px;
	text-align: center;
}

#referencesPage .refsGallery .ref img {
	max-height: 130px;
	vertical-align: middle;
}

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

#referencesPage .refsGallery .detail .title {
	font-size: 14px;
	font-weight: 600;
}

#referencesPage .refsGallery .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;
    text-aling: left;
}

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

#single .singlepostprice {
	font-size: 15px;
	font-weight: 600;
	float: right;
	border-radius: 2px 2px 0 0;
	padding: 0 10px;
	line-height: 30px;
	background: #ededed;
	color: var(--c1);
	margin-left: 6px;
}

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

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

#singleBlock .thumb {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

#singleBlock .thumb .text {
	position: absolute;
	top: 25px;
	right: 0;
	border-radius: 3px 0 0 3px;
	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 {
	float: left;
	width: 400px;
	margin: 0 10px 5px 0;
}

#singleBlock img {
	width: 100%;
}

#single .metaBox {
	overflow: hidden;
	margin-bottom: 15px;
	clear: both;
	color: #9fa4a4;
	border-bottom: 1px solid #ededed;
}

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

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

#single .metaBox .meta a {
	color: #9ea1a9;
}

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

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

#single .metaBox .share {
	float: right;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}

#single .share li {
	margin-left: 6px;
}

#single .share li:first-child {
	margin-left: 0;
}

#single .share a {
	border-radius: 2px;
	color: #fff;
	transition: all .3s;
	text-align: center;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
}

#single .share a svg {
	width: 16px;
	height: 16px;
	margin: 4px;
}

#single .share .facebook a {
	background: #597ac7;
}

#single .share .twitter a {
	background: #000;
}

#single .share .whatsapp a {
	background: #55cd6c;
}

#single .tags {
	overflow: hidden;
	position: relative;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #ededed;
	line-height: 20px;
	overflow: hidden;
	color: #8a8a8a;
}

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

#comments {
	margin-top: 30px;
}

#comments .commentlist {
	margin-top: -25px;
}

#comments ol {
	list-style: none;
}

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

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

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

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

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

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

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

#reply-title {
	display: block;
}

#comments div.comment-body {
	position: relative;
	padding: 25px 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 .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: 3px;
}

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

.commentlist .comment-author cite {
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-style: normal;
	line-height: 20px;
	font-weight: 600;
}

.commentlist .comment-author cite svg {
	width: 16px;
	height: 16px;
}

.commentlist .comment-meta {
	color: #999;
	display: inline-block;
	line-height: 20px;
	font-size: 12px;
	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;
}

#respond p {
	clear: both;
}

#respond .inputs p {
	clear: none;
}

#respond .inputs {
	overflow: hidden;
	display: flex;
	gap: 10px;
}

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

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

#comments .children p svg {
	display: none;
}

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

#gallery-links {
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

#gallery-links .button a {
	display: flex;
	align-items: center;
	color: #fff;
	background: var(--c1);
	border-radius: 2px 2px 0 0;
	transition: all .3s;
}

#gallery-links .button a:hover {
	background: #333;
}

#gallery-links .button a .text {
	padding: 5px 10px;
	line-height: 20px;
}

#gallery-links .button a .icon {
	padding: 8px;
	background: rgba(0,0,0,.1);
}

#gallery-links .prev a svg, #gallery-links .next a svg {
	width: 15px;
	height: 15px;
}

#gallery-links .number {
	line-height: 30px;
	font-size: 12px;
}

#image {
	text-align: center;
}

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

#page-links {
	text-align: center;
	margin-bottom: 5px;
}

#page-links span {
	display: inline-block;
}

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

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

#single.attachment .gallery-nav a, #page-links span {
	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, #page-links>span {
	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 .rwcusSocial {
	gap: 0;
	justify-content: center;
}

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

.reading div.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	overflow: hidden;
}

.reading div.gallery dl {
	width: 20%;
	padding: 10px;
}

.reading div.gallery dt {
	border-radius: 3px;
	overflow: hidden;
}

.reading div.gallery dt img {
	width: 100%;
}

div.gallery .gallery-item a, .wp-block-gallery figure a {
	display: block;
	position: relative;
	overflow: hidden;
}

div.gallery .gallery-item a .icon, .wp-block-gallery a .icon {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.reading div.gallery .gallery-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;
}

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

.reading div.gallery .gallery-item a .icon svg, .wp-block-gallery figure a .icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	color: #fff;
}

div.gallery .gallery-item img {
	border: 0;
}

#gallery-1, #gallery-2, #gallery-3 {
	clear: both;
}

.nativeWidget div.gallery .gallery-item a {
	padding: 3px;
}

.nativeWidget div.gallery {
	margin-left: -3px;
	margin-right: -3px;
	overflow: hidden;
}

.nativeWidget div.gallery .gallery-item {
	padding: 0 3px 6px;
	float: left;
	margin: 0;
	width: 33.33333333%;
}

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

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

form input[type=text], form input[type=password], form input[type=tel], form input[type=date], form input[type=email], form textarea, form select {
	width: 100%;
	height: 40px;
	outline: none;
	border: 1px solid #ededed;
	border-radius: 3px;
	background: #fff;
	margin: 10px 0;
	padding: 10px 15px;
	transition: all .25s;
	color: #4a4a4a;
	line-height: 20px;
	-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: 1px solid #dedede;
}

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

form textarea {
	max-width: 100%;
	width: 100%;
	height: 160px;
}

form input[type=submit] {
	border: 0;
	cursor: pointer;
	color: #fff;
	background: var(--c1);
	line-height: 40px;
	padding: 0 50px;
	transition: all .3s;
	display: block;
	font-weight: bold;
	border-radius: 3px;
	-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: 20px;
}

.rwcusForm {
	clear: both;
	overflow: hidden;
}

.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: 50px;
}

.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.inline {
	width: inherit;
}

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

.rwcusForm p svg {
	display: none;
	padding: 12px;
	width: 40px;
	height: calc(100% - 20px);
	position: absolute;
	border-right: 1px solid #ededed;
	top: 10px;
	left: 0;
	z-index: 2;
	color: var(--c1);
}

.rwcusForm .inputs p svg, p.icon47 svg, .rwcusForm .rwcusLeft p svg, .rwcusForm .rwcusRight p svg {
	display: block;
}

.rwcusForm p>span.textarea:after {
	position: absolute;
	width: 100%;
	height: 10px;
	background: #fff;
	z-index: 2;
	bottom: 0;
	left: 0;
	content: "";
}

.rwcusForm p span.ajax-loader {
	display: block;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 15px;
	width: 20px;
	height: 20px;
	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;
}

.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;
	background: #15254b;
	border-top: 1px solid #333;
	color: #fff;
}

footer>.innerContainer {
	background: url(../images/dot2.png) 25.423729% 0 repeat-y;
}

.sidebarRight footer>.innerContainer, .noSidebar footer>.innerContainer {
	background: none;
}

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

#footer .footerHeading {
	color: #fff;
	font-family: var(--headFont);
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
}

#footer .columns {
	overflow: hidden;
	margin: 0 -15px;
}

#footer .column {
	float: left;
	width: 36.458%;
	padding: 30px 15px;
}

#footer .column.about {
	width: 27.084%;
	padding-right: 30px;
}

.sidebarRight #footer .column, .noSidebar #footer .column {
	width: 33.3333333%;
	padding: 30px 15px;
}

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

#footer .column.about .columnContent .rwcusButton {
	margin-top: 10px;
}

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

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

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

#footer .column.menu a {
	display: block;
	background: #0b152a;
	color: #fff;
	line-height: 40px;
	padding: 0 10px 0 25px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
    font-size: 11px;
}

#footer .column.menu a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 2px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
	background: var(--c1);
}

#footer .column.menu a:hover {
	background: #191919;
}

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

#footer .column.menu .rwcusicon {
	display: none;
}

#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;
	border-radius: 3px;
	background: #0b152a;
}

#footer .column.contact .contactItem .item>.icon svg {
	margin: 10px;
}

#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: #ffffff;
	font-size: 14px;
}

#footer #footerBottom {
	background: #0b152a;
	font-size: 13px;
}

#footer #footerBottom .innerContainer {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#footer #footerBottom .text {
	line-height: 20px;
}

.rwcusTop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	background: var(--c1);
}

.rwcusTop svg {
	width: 18px;
	height: 18px;
	margin: 11px;
}

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

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

.rwcWhatsappButton {
	display: block;
	border-radius: 50%;
	bottom: 40px;
	left: 40px;
	z-index: 10;
	color: #fff;
	background: #48a91f;
	position: fixed;
}

.rwcWhatsappButton.right {
	bottom: 60px;
	right: 60px;
	left: auto;
}

.rwcWhatsappButton svg {
	width: 26px;
	height: 26px;
	margin: 17px;
	transition: all .3s;
}

.rwcWhatsappButton:hover svg {
	width: 32px;
	height: 32px;
	margin: 14px;
}

.mobile .rwcWhatsappButton {
	left: 20px;
	bottom: 20px;
}

.mobile .rwcWhatsappButton.right {
	bottom: 20px;
	right: 20px;
	left: auto;
}

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

.rwcWhatsappButton .circle {
	position: absolute;
	border-radius: 100%;
	transition: all .5s;
	box-sizing: border-box;
	opacity: 0;
	animation-delay: 2s;
	width: 200%;
	height: 200%;
	background-color: rgba(0,0,0,0);
	border: 2px solid #48a91f;
	animation: whatsappCircle 2.2s infinite ease-in-out;
	transform-origin: 50% 50%;
	left: -50%;
	bottom: -50%;
}

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

.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 {
	background: #fff;
	z-index: 100000;
}

#mobileHeader .toggleMenu, #mobileHeader .callButton {
	display: none;
}

#mobileHeader .toggleMenu {
	position: absolute;
	align-items: center;
	justify-content: center;
	z-index: 2;
	width: 60px;
	height: calc(var(--headerHeightMobile) + 10px);
	top: 0;
	left: 0;
	cursor: pointer;
	border-right: 1px solid #ededed;
}

#mobileHeader .callButton {
	position: absolute;
	text-indent: -9999px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 2;
	width: 60px;
	height: calc(var(--headerHeightMobile) + 10px);
	top: 0;
	right: 0;
	color: #222;
	border-left: 1px solid #ededed;
}

#mobileHeader .callButton span.text {
	display: none;
}

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

#hamburgermenu .searchForm input[type=text] {
	width: 100%;
	display: block;
	font-weight: 500;
	outline: none;
	border: 0;
	font-size: 14px;
	padding: 5px 40px 5px 10px;
	height: 40px;
	transition: all .25s;
	background: #fafafa !important;
	border-radius: 3px !important;
	border: 1px solid #efefef;
}

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

#hamburgermenu .searchForm button svg {
	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;
	border-radius: 2px;
	background: #000;
	cursor: pointer;
	color: #fff;
}

#hamburgermenu span.close svg {
	width: 14px;
	height: 14px;
	margin: 13px;
}

#hamburgermenu .logoBlock {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

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

#mobileMenuContainer {
	overflow: hidden;
	border-top: 1px solid #ededed;
}

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

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

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

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

#mobileMenuContainer #menu .sub-menu {
	background: #fafafa;
	position: relative;
	box-shadow: 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;
	z-index: 1;
}

#mobileMenuContainer #menu .menu-item-has-children>a[href="#"] {
	z-index: 2;
}

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

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

#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 li.menu-item-has-children .themeicon {
	width: inherit;
	height: inherit;
}

#mobileMenuContainer #menu li.menu-item-has-children li.menu-item-has-children .themeicon {
	transform: none;
	right: 0;
	margin-top: 0;
	margin-right: 0;
}

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

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

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

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

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

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

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

#hamburgermenu .languageSelector img {
	width: 24px;
	margin: 0 2px;
}

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

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

	100% {
		opacity: 0;
	}
}

@media all and (max-width: 1100px) {
	#mobileHeader {
		width: 100%;
	}

	#main {
		padding: 10px;
	}

	#topbar {
		display: none;
	}

	#header-cont {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

	#header-cont .innerContainer {
		display: block;
		padding: 0;
	}

	#logo {
		height: calc(var(--headerHeightMobile) + 10px);
		display: block;
		padding: 0 60px;
		box-shadow: 0 0 3px rgba(0,0,0,.15);
		position: relative;
		z-index: 1;
	}

	#logo h1, #logo span {
		height: calc(var(--headerHeightMobile) + 10px);
		display: block;
		text-align: center;
	}

	#logo a {
		line-height: calc(var(--headerHeightMobile) + 10px);
		padding: 0 5px;
		display: inline-block;
	}

	#logo img {
		vertical-align: middle;
		max-height: var(--headerHeightMobile);
	}

	#mobileHeader .toggleMenu, #mobileHeader .callButton {
		display: flex;
	}

	#menuGroup {
		display: none;
	}

	.rwcusForm .rwcusLeft {
		padding-right: 5px;
	}

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

	#referencesPage .refsGallery {
		margin: -5px;
	}

	#referencesPage .refsGallery .refsContainer {
		padding: 5px;
	}

	#crewPage .refsGallery {
		margin: -5px;
	}

	#crewPage .crewGallery {
		margin: -5px;
	}

	#crewPage .crewGallery .crewContainer {
		padding: 5px;
	}

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

	.innerContainer {
		padding: 0 10px;
	}

	#rwcusPage .crewWidget .items .list {
		margin: -5px;
	}

	#rwcusPage .crewWidget .items .list .item-container {
		padding: 5px;
	}

	#aside .crewWidget .items .list .item-container {
		width: 100%;
	}

	#rwcusPage .galleryWidget .items .list {
		margin: -5px;
	}

	#rwcusPage .galleryWidget .items .list .item-container {
		padding: 5px;
	}

	#aside .galleryWidget .items .list .item-container {
		width: 100%;
	}

	.rwcusWidget.homeWidget .innerContainer {
		padding: 25px 10px 10px;
	}

	.rwcusWidget.homeWidget.buttonWidget {
		margin-top: 0;
	}

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

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

	.rwcusForm {
		margin-bottom: 0;
	}

	form p {
		margin-bottom: 0;
	}
}

@media all and (max-width: 960px) {
	.numberWidget .iconList {
		margin: 30px -5px -20px;
	}

	.numberWidget .iconList .item {
		width: 20%;
		padding: 0 5px;
		margin-bottom: 20px;
	}
}

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

	#rwcusPage .advancedPostsWidget2 .item-container {
		padding: 5px;
		width: 100%;
	}

	#contactPage .infoBlock .item {
		width: 50%;
		margin-bottom: 10px;
	}

	.crewWidget .items .list .item-container {
		width: 25%;
	}

	#rwcusPage .contactWidget .infoBlock .item {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	#rwcusPage .contactWidget.darkBg .infoBlock .item {
		border-color: #222;
	}
}

@media all and (max-width: 768px) {
	body #footer .columns .column {
		width: 100%;
		padding: 15px;
	}

	#main {
		background: none;
	}

	.aboutWidget .infoBlock {
		font-size: 14px;
	}

	.rwcusOwlButtons .owl-dots, .rwcusOwlButtons .owl-nav {
		margin-top: 15px;
	}

	.widgetHeading {
		margin-bottom: 20px;
	}

	.sidebarWidget .widgetContent {
		margin: 0 !important;
	}

	footer>.innerContainer {
		background: none;
	}

	.picHeader {
		padding: 30px 10px;
	}

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

	#content, #aside {
		clear: both;
		float: none;
		width: 100%;
	}

	#aside {
		margin-top: 30px;
	}

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

	#rwcusPage .advancedPostsWidget1 .list .item-container {
		width: 33.333333333%;
		padding: 5px;
	}

	.advancedPostsWidget1 .list {
		margin: -5px;
	}

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

	#aside .widgetHeading {
		margin-right: 0;
	}

	.sidebarWidget .widgetContent {
		margin-left: 0;
	}

	#aside .advancedPostsWidget2 .items {
		margin: -5px;
		width: auto;
	}

	#aside .advancedPostsWidget2 .item-container {
		width: 50%;
	}

	#aside .advancedPostsWidget2 .item .thumb {
		float: left;
		width: 250px;
	}

	#aside .advancedPostsWidget2 .item .detail {
		margin-left: 270px;
	}

	#rwcusPage #referencesPage .refsGallery .refsContainer {
		width: 33.3333333%;
	}

	#rwcusPage #crewPage .crewGallery .crewContainer {
		width: 33.3333333%;
	}

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

	#single .metaBox .meta span {
		display: none;
	}

	#single .metaBox .meta {
		margin: 0 5px 5px 0;
	}

	#single .metaBox .share {
		float: left;
		clear: left;
		margin-left: 0;
	}

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

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

	.rwcusBox+.rwcusBox, #comments {
		margin-top: 15px;
	}

	.reading div.gallery {
		margin: -5px;
	}

	.reading div.gallery dl {
		width: 25%;
		padding: 5px;
	}

	#rwcusPage .crewWidget .items .list .item-container {
		width: 33.33333333%;
	}

	#rwcusPage .galleryWidget .items .list .item-container {
		width: 33.33333333%;
	}

	#rwcusPage .aboutWidget .menuBlock {
		margin: 15px -5px 0;
	}

	#rwcusPage .aboutWidget .menuBlock .item-container {
		width: 50%;
		padding: 5px;
	}

	.customerWidget .item .detail {
		font-size: 16px;
	}

	body .numberWidget .iconList {
		flex-wrap: wrap;
	}

	body .numberWidget .iconList .item {
		width: 20%;
	}

	body .rwcusCustomMenu .list .item-container {
		width: 33.3333333333%;
	}

	.widgetHeading .title {
		font-size: 20px;
	}

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

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

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

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

	#contactPage .infoBlock .item {
		width: 100%;
	}

	.rwcusForm .rwcusLeft, .rwcusForm .rwcusRight {
		width: 100%;
		padding: 0;
	}

	#rwcusPage #referencesPage .refsGallery .refsContainer {
		width: 50%;
	}

	#rwcusPage #crewPage .crewGallery .crewContainer {
		width: 50%;
	}

	.reading div.gallery dl {
		width: 33.33333333%;
	}

	body .numberWidget .iconList .item {
		width: 25%;
	}
}

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

	#rwcusPage .galleryWidget .items .list .item-container {
		width: 50%;
	}

	body .numberWidget .iconList .item {
		width: 33.3333333333%;
	}

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

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

@media all and (max-width: 450px) {
	#rwcusPage .advancedPostsWidget2 .item .thumb {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#rwcusPage .advancedPostsWidget2 .item .detail {
		margin-left: 0;
	}

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

	.reading div.gallery dl {
		width: 50%;
	}

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

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

	#rwcusPage .advancedPostsWidget1 .list .item-container {
		width: 100%;
	}

	body .numberWidget .iconList .item {
		width: 50%;
	}
}