
/*!==========================================================================
 * ==========================================================================
 * ==========================================================================
 *
 * Rubenz – Creative Portfolio AJAX WordPress Theme
 *
 * [Table of Contents]
 *
 * 1. Admin Bar
 * 2. Aside Counters
 * 3. Comments
 * 4. Backgrounds
 * 5. Button
 * 6. Counter
 * 7. Cursor
 * 8. Elementor
 * 9. Figure Image
 * 10. Figure Logo
 * 11. Figure Portfolio
 * 12. Figure Member
 * 13. Figure Pricing
 * 14. Figure Property
 * 15. Filter
 * 16. Footer
 * 17. Footer Widgets
 * 18. Form
 * 19. Gallery
 * 20. Gmap
 * 21. Grid
 * 22. Header
 * 23. Header Themes
 * 24. Hover Zoom
 * 25. Image Alignment
 * 26. Lang Switcher
 * 27. Input Search
 * 28. Input Float
 * 29. Menu
 * 30. Menu Overlay
 * 31. Logo
 * 32. Modal
 * 33. Lazy
 * 34. Outdated
 * 35. Pagination
 * 36. Parallax
 * 37. Post
 * 38. Post Preview
 * 39. Overlay
 * 40. Preloader
 * 41. Project Backgrounds
 * 42. Scroll
 * 43. Section404
 * 44. Section Blog
 * 45. Section
 * 46. Section CTA
 * 47. Section Composition
 * 48. Section Content
 * 49. Section Fullscreen Slider
 * 50. Section Figures
 * 51. Section Image
 * 52. Section Map
 * 53. Section Intro
 * 54. Section Video
 * 55. Section Masthead
 * 56. Section Nav Projects
 * 57. Select
 * 58. Slider
 * 59. Sidebar
 * 60. Slider Headings
 * 61. Slider Fullscreen
 * 62. Slider Half Screen
 * 63. Slider Text
 * 64. Social
 * 65. Spinner
 * 66. Table
 * 67. Slider Testimonials
 * 68. Tags
 * 69. Split Text
 * 70. Typography
 * 71. Widget
 * 72. Widget Archive
 * 73. Widget Calendar
 * 74. Widget Categories
 * 75. Widget Logo
 * 76. Widget Nav Menu
 * 77. Widget Polylang
 * 78. Widget RSS
 * 79. Widget Recent Comments
 * 80. Widget Recent Entries
 * 81. Widget WPML
 * 82. Utilities
 *
 * ==========================================================================
 * ==========================================================================
 * ==========================================================================
 */
html {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	-webkit-text-rendering: optimizeSpeed;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: none;
	overflow-x: hidden;
	width: 100%;
}

body {
	width: 100%;
	min-width: 320px;
	font-family: var(--font-primary);
	background-color: #c5c6c9;
	color: #333;
	font-size: 100%;
	line-height: 1.75;
	overflow-x: hidden;
	word-wrap: break-word;
}

body a:where(:not(.wp-element-button)) {
	text-decoration: none;
}

.body_lock-scroll {
	overflow-y: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.body_lock-scroll.admin-bar *:not(.smooth-scroll) .header__controls {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.body_lock-scroll.admin-bar *:not(.smooth-scroll) .header__controls {
		top: 46px;
	}
}

iframe {
	max-width: 100%;
}

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

.container-fluid {
	padding-left: 120px;
	padding-right: 120px;
}

.container {
	padding-left: 25px;
	padding-right: 25px;
}

.row {
	margin-left: -25px;
	margin-right: -25px;
}

.col, .container [class*=col-], .container-fluid [class*=col-] {
	padding-left: 25px;
	padding-right: 25px;
}

.no-gutters {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.page-wrapper {
	z-index: 50;
}

.page-wrapper_hidden {
	opacity: 0;
	visibility: hidden;
}

[data-barba=wrapper] {
	position: relative;
	z-index: 50;
}

#js-webgl {
	display: none;
}

@media screen and (max-width: 1400px) {
	.container-fluid {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media screen and (max-width: 1280px) {
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 991px) {
	.container-fluid, .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.col, .container [class*=col-], .container-fluid [class*=col-] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*!========================================================================
 * 1. Admin Bar
 * ======================================================================!*/
.admin-bar .smooth-scroll .header__controls {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .smooth-scroll .header__controls {
		top: 46px;
	}
}

.admin-bar .header_absolute .header__controls {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .header_absolute .header__controls {
		top: 46px;
	}
}

.admin-bar .header__overlay-menu-back {
	top: 66px;
}

@media screen and (max-width: 782px) {
	.admin-bar .header__overlay-menu-back {
		top: 24px;
	}
}

/*!========================================================================
 * 2. Aside Counters
 * ======================================================================!*/
.aside-counters__wrapper-item {
	position: relative;
	margin-bottom: 60px;
	margin-top: 60px;
}

.aside-counters__wrapper-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
	width: 1px;
	background-color: rgba(176, 176, 176, .3);
	transform: rotate(30deg);
}

.aside-counters__wrapper-item:nth-child(3n):after {
	display: none;
}

.aside-counters__wrapper-item:last-child:after {
	display: none;
}

@media only screen and (max-width: 576px) {
	.aside-counters__wrapper-item:after {
		transform: none;
		right: 15px;
		left: 15px;
		top: auto;
		bottom: -40px;
		width: auto;
		height: 1px;
	}
	
	.aside-counters__wrapper-item:nth-child(3n):after {
		display: block;
	}
	
	.aside-counters__wrapper-item:last-child:after {
		display: none;
	}
	
	.aside-counters__wrapper-item {
		margin-bottom: 40px;
		margin-top: 40px;
	}
}

/*!========================================================================
 * 3. Comments
 * ======================================================================!*/
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 0 !important;
}

.comment-list > li {
	padding-top: 30px;
	padding-bottom: 30px;
}

.comment-list > li ol.children {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 4%;
}

.comment-list > li ol.children li {
	padding-top: 30px;
	padding-bottom: 30px;
}

.comment-list > li ol.children li:last-child {
	padding-bottom: 0;
}

.comment-list > li:not(:last-child) {
	border-bottom: 1px solid rgba(176, 176, 176, .3);
}

.comment-list > ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-author {
	width: 100%;
	max-width: 80px;
	margin-right: 30px;
}

.comment-author .avatar {
	position: relative;
	width: 100%;
	max-width: 80px;
	max-height: 80px;
	border-radius: 100%;
	display: block;
}

@media only screen and (max-width: 991px) {
	.comment-author .avatar {
		width: 50px;
		height: 50px;
	}
}

.comment-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .5em;
}

.comment-meta a {
	background-image: none;
}

.comment-meta a.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 991px) {
	.comment-meta {
		flex-wrap: wrap;
	}
}

.comment-metadata {
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 10px;
}

@media only screen and (max-width: 991px) {
	.comment-metadata {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.comment-metadata a:not(.comment-edit-link) {
	color: #b0b0b0;
}

.comment-metadata a:not(.comment-edit-link):hover {
	color: var(--color-accent-secondary);
}

.comment-metadata a {
	border-bottom: none !important;
}

@media only screen and (max-width: 991px) {
	.comment-metadata {
		margin-top: 5px;
		margin-left: 0;
	}
}

.comment-body {
	display: flex;
}

.comment-body .fn {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.44;
	color: #181818;
}

.comment-body .fn a {
	border-bottom: none;
}

.comment-author {
	flex: 0 0 auto;
}

.comment-content {
	width: 100%;
}

.reply {
	display: inline-block;
}

.comment-reply-link {
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: none !important;
	margin-right: 24px;
	background-image: none;
}

.comment-reply-link.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 991px) {
	.comment-reply-link {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.comment-reply-link:before {
	content: "";
	font-family: "FontAwesome";
	text-transform: none;
	margin-right: 8px;
}

.comment-respond {
	margin-top: 30px;
}

.comment-edit-link {
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-accent-primary);
	border-bottom: none !important;
	background-image: none;
}

.comment-edit-link.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 991px) {
	.comment-edit-link {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.comment-edit-link:before {
	content: "";
	font-family: "FontAwesome";
	text-transform: none;
	margin-right: 6px;
}

.url {
	background-image: none;
}

.url.nitro-lazy {
	background-image: none !important;
}

/*!========================================================================
 * 4. Backgrounds
 * ======================================================================!*/
.bg-white {
	background-color: #fff;
}

.bg-light, .elementor-section.bg-light {
	background-color: #f2f2f2;
}

.bg-light .slider-header-testimonials:before, .elementor-section.bg-light .slider-header-testimonials:before {
	background: linear-gradient(-90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}

.bg-light .slider-header-testimonials:after, .elementor-section.bg-light .slider-header-testimonials:after {
	background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}

.bg-light .figure-pricing:not(.figure-pricing_featured), .elementor-section.bg-light .figure-pricing:not(.figure-pricing_featured) {
	background-color: #fff;
}

.bg-light-grey, .elementor-section.bg-light-grey {
	background-color: #f9f9f9;
}

.bg-light-grey .slider-header-testimonials:before, .elementor-section.bg-light-grey .slider-header-testimonials:before {
	background: linear-gradient(-90deg, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
}

.bg-light-grey .slider-header-testimonials:after, .elementor-section.bg-light-grey .slider-header-testimonials:after {
	background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
}

.bg-light-grey .figure-pricing:not(.figure-pricing_featured), .elementor-section.bg-light-grey .figure-pricing:not(.figure-pricing_featured) {
	background-color: #fff;
}

.bg-blue-grey, .elementor-section.bg-blue-grey {
	background-color: #d6d7d9;
}

.bg-blue-grey .slider-header-testimonials:before, .elementor-section.bg-blue-grey .slider-header-testimonials:before {
	background: linear-gradient(-90deg, rgba(214, 215, 217, 0) 0%, #d6d7d9 100%);
}

.bg-blue-grey .slider-header-testimonials:after, .elementor-section.bg-blue-grey .slider-header-testimonials:after {
	background: linear-gradient(90deg, rgba(214, 215, 217, 0) 0%, #d6d7d9 100%);
}

.bg-blue-grey-dark, .elementor-section.bg-blue-grey-dark {
	background-color: #c5c6c9;
}

.bg-blue-grey-dark .aside-counters__wrapper-item:after, .elementor-section.bg-blue-grey-dark .aside-counters__wrapper-item:after {
	background-color: #b0b0b0;
}

.bg-blue-grey-dark .slider-header-testimonials:before, .elementor-section.bg-blue-grey-dark .slider-header-testimonials:before {
	background: linear-gradient(-90deg, rgba(197, 198, 201, 0) 0%, #c5c6c9 100%);
}

.bg-blue-grey-dark .slider-header-testimonials:after, .elementor-section.bg-blue-grey-dark .slider-header-testimonials:after {
	background: linear-gradient(90deg, rgba(197, 198, 201, 0) 0%, #c5c6c9 100%);
}

.bg-dark {
	background-color: #181818;
}

.bg-dark-2 {
	background-color: #232323;
}

.bg-black {
	background-color: #333;
}

.bg-black-0 {
	background-color: #0f0f0f;
}

.bg-black-1 {
	background-color: #121212;
}

.color-white .slider__caption {
	color: #fff;
}

.color-white .slider__counter_current {
	color: #fff;
}

.color-white .slider__progressbar {
	background-color: #888;
}

.color-white .slider__progressbar-fill {
	background-color: #fff;
}

.color-white .figure-property__headline {
	background-color: #fff;
}

.color-white .section-intro__headline {
	background-color: #fff;
}

.color-white .section__headline {
	background-color: #fff;
}

.color-white .slider .slider__dot:before {
	background-color: #b0b0b0;
}

.color-white .slider .slider__dot:after {
	border-color: #fff;
}

.color-white .slider .slider__dot_active:before {
	background-color: #fff;
	border-color: #fff;
}

.color-white .slider .slider-text__line {
	background-color: rgba(176, 176, 176, .3);
}

.color-white .slider .slider-halfscreen__link-line {
	background-color: #fff;
}

.color-white .figure-portfolio__content h3 {
	color: #fff;
}

.color-white.bg-dark .slider-header-testimonials:before {
	background: linear-gradient(-90deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
}

.color-white.bg-dark .slider-header-testimonials:after {
	background: linear-gradient(90deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
}

.color-white.bg-dark .figure-pricing:not(.figure-pricing_featured) {
	background-color: #232323;
}

.color-white.bg-dark .figure-pricing_featured {
	background-color: #333;
}

.color-white.bg-dark-2 .slider-header-testimonials:before {
	background: linear-gradient(-90deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.color-white.bg-dark-2 .slider-header-testimonials:after {
	background: linear-gradient(90deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.color-white.bg-dark-2 .figure-pricing:not(.figure-pricing_featured) {
	background-color: #1f1f1f;
}

.color-white.bg-dark-2 .figure-pricing_featured {
	background-color: #333;
}

.color-white.bg-black .slider-header-testimonials:before {
	background: linear-gradient(-90deg, rgba(51, 51, 51, 0) 0%, #333 100%);
}

.color-white.bg-black .slider-header-testimonials:after {
	background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, #333 100%);
}

.color-white.bg-black .figure-pricing:not(.figure-pricing_featured) {
	background-color: #232323;
}

.color-white.bg-black .figure-pricing_featured {
	background-color: #444;
}

.bg-image-1 {
	background-image: url("https://yukimar.com.br/wp-content/themes/rubenz/img/assets/projects/bg-1.jpg");
}

.bg-image-1.nitro-lazy {
	background-image: none !important;
}

.bg-image-2 {
	background-image: url("https://yukimar.com.br/wp-content/themes/rubenz/img/assets/projects/bg-2.jpg");
}

.bg-image-2.nitro-lazy {
	background-image: none !important;
}

.bg-image-3 {
	background-image: url("https://yukimar.com.br/wp-content/themes/rubenz/img/assets/projects/bg-3.jpg");
}

.bg-image-3.nitro-lazy {
	background-image: none !important;
}

.bg-image-4 {
	background-image: url("https://yukimar.com.br/wp-content/themes/rubenz/img/assets/projects/bg-4.jpg");
}

.bg-image-4.nitro-lazy {
	background-image: none !important;
}

.bg-image-5 {
	background-image: url("https://yukimar.com.br/wp-content/themes/rubenz/img/assets/projects/bg-5.jpg");
}

.bg-image-5.nitro-lazy {
	background-image: none !important;
}

.bg-image-6 {
	background-image: url("https://yukimar.com.br/wp-content/themes/rubenz/img/assets/projects/bg-6.jpg");
}

.bg-image-6.nitro-lazy {
	background-image: none !important;
}

.bg-image-7 {
	background-image: url("https://yukimar.com.br/wp-content/themes/rubenz/img/assets/projects/bg-7.jpg");
}

.bg-image-7.nitro-lazy {
	background-image: none !important;
}

.bg-image-8 {
	background-image: url("https://yukimar.com.br/wp-content/themes/rubenz/img/assets/projects/bg-8.jpg");
}

.bg-image-8.nitro-lazy {
	background-image: none !important;
}

.bg-image-9 {
	background-image: url("https://yukimar.com.br/wp-content/themes/rubenz/img/assets/projects/bg-9.jpg");
}

.bg-image-9.nitro-lazy {
	background-image: none !important;
}

div[class*=bg-image-] {
	background-size: cover;
	background-position: center center;
}

/*!========================================================================
 * 5. Button
 * ======================================================================!*/
.button {
	position: relative;
	display: inline-block;
	padding: 22px 50px;
	border-radius: 100px;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	cursor: pointer;
	background-image: none;
}

.button.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 991px) {
	.button {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.button:focus {
	outline: none;
}

.button:hover, .button:focus {
	opacity: 1;
	transform: translateY(-3px);
}

.button_bordered.button_dark {
	border-color: #181818;
	color: #181818;
}

.button_bordered.button_dark:focus {
	color: #181818;
}

.button_bordered.button_dark:hover {
	color: #181818;
}

.button_bordered.button_light {
	border-color: #f9f9f9;
	color: #f9f9f9;
}

.button_bordered.button_light:focus {
	color: #f9f9f9;
}

.button_bordered.button_light:hover {
	color: #181818;
}

.button_bordered.button_black {
	border-color: #333;
	color: #333;
}

.button_bordered.button_black:focus {
	color: #333;
}

.button_bordered.button_black:hover {
	color: #fff;
}

.button_bordered.button_white {
	border-color: #fff;
	color: #fff;
}

.button_bordered.button_white:focus {
	color: #fff;
}

.button_bordered.button_white:hover {
	color: #181818;
	background-color: #fff;
}

.button_solid {
	border-color: transparent;
}

.button_solid.button_dark {
	background-color: #181818;
	color: #fff;
}

.button_solid.button_dark:focus {
	color: #fff;
}

.button_solid.button_dark:hover {
	border-color: #181818;
}

.button_solid.button_light {
	background-color: #f9f9f9;
	color: #181818;
}

.button_solid.button_light:focus {
	color: #181818;
}

.button_solid.button_light:hover {
	border-color: #f9f9f9;
}

.button_solid.button_black {
	background-color: #333;
	color: #fff;
}

.button_solid.button_black:focus {
	color: #fff;
}

.button_solid.button_black:hover {
	border-color: #181818;
}

.button_solid.button_white {
	background-color: #fff;
	color: #181818;
}

.button_solid.button_white:focus {
	color: #181818;
}

.button_solid.button_white:hover {
	border-color: #181818;
	background-color: #181818;
	color: #fff;
}

.button_fullwidth {
	width: 100%;
}

.button_small {
	padding: 16px 32px;
}

/*!========================================================================
 * 6. Counter
 * ======================================================================!*/
.counter {
	text-align: center;
}

.counter__number {
	font-size: 68px;
	font-weight: 200;
	line-height: 1;
}

.counter__label {
	margin-top: 5px;
}

@media screen and (max-width: 1400px) {
	.counter__number {
		font-size: 54px;
	}
}

@media screen and (max-width: 991px) {
	.counter__number {
		font-size: 43px;
	}
}

/*!========================================================================
 * 7. Cursor
 * ======================================================================!*/
.cursor {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	display: none;
	mix-blend-mode: exclusion;
}

.cursor__follower {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.cursor__follower svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cursor__follower svg #inner, .cursor__follower svg #outter {
	fill: none;
	stroke-linecap: butt;
}

.cursor__follower svg #inner {
	stroke-width: 2px;
	stroke: #888;
	opacity: .6;
}

.cursor__follower svg #outter {
	stroke-width: 4px;
	stroke: #c5c6c9;
}

.cursor__arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-size: 24px !important;
	width: 24px;
	height: 24px;
	opacity: 0;
	visibility: hidden;
}

.cursor__arrow_left {
	left: 0;
}

.cursor__arrow_right {
	right: 0;
}

/*!========================================================================
 * 8. Elementor
 * ======================================================================!*/
.elementor-lightbox .dialog-widget-content {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
}

a.elementor-post__thumbnail__link {
	background-image: none;
}

a.elementor-post__thumbnail__link.nitro-lazy {
	background-image: none !important;
}

a.elementor-gallery-item {
	background-image: none;
}

a.elementor-gallery-item.nitro-lazy {
	background-image: none !important;
}

/*!========================================================================
 * 9. Figure Image
 * ======================================================================!*/
.figure-image {
	text-align: center;
}

.figure-image img {
	width: 100%;
}

.figure-image h5 {
	display: block;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.figure-image__wrapper-img {
	position: relative;
	overflow: hidden;
}

/*!========================================================================
 * 10. Figure Logo
 * ======================================================================!*/
.figure-logo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 330px;
	padding: 30px;
}

.figure-logo img {
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.figure-logo:hover .figure-logo__description {
	transform: scaleY(1);
}

.figure-logo:hover .figure-logo__description p {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	transition-delay: .15s;
}

.figure-logo:hover .figure-logo__description .figure-logo__line {
	transition-delay: .2s;
	transform: scaleX(1);
}

.figure-logo:hover img {
	transform: translateY(-15px);
}

.figure-logo__description {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #181818;
	color: #fff;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	transform: scaleY(0);
	transform-origin: bottom center;
}

.figure-logo__description p {
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.figure-logo__line {
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	transform: scaleX(0);
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

@media screen and (max-width: 1280px) {
	.figure-logo {
		width: 270px;
		height: 270px;
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.figure-logo {
		width: 100%;
	}
}

/*!========================================================================
 * 11. Figure Portfolio
 * ======================================================================!*/
.figure-portfolio {
	position: relative;
	display: block;
	background-image: none;
}

.figure-portfolio.nitro-lazy {
	background-image: none !important;
}

.figure-portfolio:hover, .figure-portfolio:focus {
	opacity: 1;
}

.figure-portfolio__content {
	text-align: right;
}

.figure-portfolio__content h3 {
	margin-top: 30px;
	margin-bottom: 0;
	color: #333;
	font-weight: 600;
}

.figure-portfolio__counter {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	top: -30px;
	left: -30px;
	color: #888;
	transform: rotate(-90deg);
	transform-origin: left center;
}

@media screen and (max-width: 1400px) {
	.figure-portfolio__counter {
		font-size: 12px;
		top: -20px;
		left: -20px;
	}
	
	.figure-portfolio__content h3 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px) {
	.figure-portfolio__counter {
		top: -13px;
		left: -13px;
	}
	
	.figure-portfolio__content {
		text-align: center;
	}
	
	.figure-portfolio__content h3 {
		margin-top: 15px;
	}
}

/*!========================================================================
 * 12. Figure Member
 * ======================================================================!*/
.figure-member {
	position: relative;
}

.figure-member_has-social:hover .figure-member__wrapper-img img {
	transform: scale(1.1);
}

.figure-member_has-social:hover .figure-member__overlay {
	transform: scaleX(1);
}

.figure-member_has-social:hover .figure-member__social li {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(1) {
	transition-delay: 100ms;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(2) {
	transition-delay: 150ms;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(3) {
	transition-delay: 200ms;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(4) {
	transition-delay: 250ms;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(5) {
	transition-delay: 300ms;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(6) {
	transition-delay: 350ms;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(7) {
	transition-delay: 400ms;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(8) {
	transition-delay: 450ms;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(9) {
	transition-delay: 500ms;
}

.figure-member_has-social:hover .figure-member__social li:nth-child(10) {
	transition-delay: 550ms;
}

.figure-member__content {
	text-align: right;
	margin-top: 1em;
}

.figure-member__position {
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	top: -7px;
	right: calc(100% + 20px);
	color: #888;
	transform: rotate(-90deg);
	transform-origin: right center;
	text-align: right;
	white-space: nowrap;
}

@media only screen and (max-width: 991px) {
	.figure-member__position {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.figure-member__wrapper-img {
	position: relative;
	overflow: hidden;
}

.figure-member__wrapper-img img {
	width: 100%;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	transform-origin: center center;
}

.figure-member__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #181818;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	transform: scaleX(0);
	transform-origin: right center;
}

.figure-member__social {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 50;
	color: #fff;
}

.figure-member__social li {
	display: block;
	transform: translateX(30px);
	transition: all .6s ease;
	opacity: 0;
	visibility: hidden;
	margin-right: 0;
	margin-bottom: 15px;
}

@media screen and (max-width: 1400px) {
	.figure-member__position {
		font-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.figure-member {
		text-align: center;
	}
	
	.figure-member__content {
		text-align: center;
		margin-top: 20px;
	}
	
	.figure-member__content h4 {
		margin-bottom: 0;
	}
	
	.figure-member__position {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
		text-align: center;
		margin-bottom: 10px;
	}
}

/*!========================================================================
 * 13. Figure Pricing
 * ======================================================================!*/
.figure-pricing {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 50px;
	position: relative;
	height: 100%;
	z-index: 50;
	background-color: #f2f2f2;
}

.figure-pricing_featured {
	background-color: #181818;
	color: #fff;
}

.figure-pricing_featured .figure-pricing__header {
	border-color: #fff;
}

.figure-pricing__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 2px solid #181818;
	padding-bottom: 16px;
}

.figure-pricing__header h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.figure-pricing__amount {
	font-size: 68px;
	line-height: 1;
	font-weight: 200;
	position: relative;
	display: inline-block;
}

.figure-pricing__cost-sign {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	vertical-align: top;
}

.figure-pricing__cost-sign_before {
	margin-right: 5px;
}

.figure-pricing__cost-sign_after {
	margin-left: 5px;
}

.figure-pricing__features {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 30px;
}

.figure-pricing__feature {
	display: block;
	margin-top: 16px;
	margin-bottom: 16px;
}

.figure-pricing__wrapper-button {
	margin-top: auto;
}

@media screen and (max-width: 1280px) {
	.figure-pricing {
		padding: 30px;
	}
	
	.figure-pricing__amount {
		font-size: 53px;
	}
	
	.figure-pricing__cost {
		margin-bottom: -5px;
	}
}

/*!========================================================================
 * 14. Figure Property
 * ======================================================================!*/
.figure-property {
	width: 100%;
}

.figure-property__headline {
	width: 100%;
	height: 2px;
	background-color: #181818;
	margin-bottom: 16px;
}

.figure-property__wrapper-heading_bold h6 {
	font-size: 20px;
	font-family: var(--font-primary);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.figure-property__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.figure-property__item {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

@media screen and (max-width: 991px) {
	.figure-property__wrapper-heading_bold h6 {
		font-size: 16px;
	}
}

/*!========================================================================
 * 15. Filter
 * ======================================================================!*/
.filter {
	position: relative;
	padding-bottom: 40px;
	text-align: center;
	z-index: 100;
	border-bottom: 2px solid #333;
	margin-bottom: 80px;
}

.filter__inner {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.filter__item {
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	color: #888;
}

@media only screen and (max-width: 991px) {
	.filter__item {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.filter__item:not(.filter__item_active):hover {
	color: #333;
}

.filter__item_active {
	color: #333;
}

.filter__underline {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #333;
	width: 0;
	height: 1px;
}

@media screen and (max-width: 1280px) {
	.filter__underline {
		display: none;
	}
	
	.filter {
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
}

/*!========================================================================
 * 16. Footer
 * ======================================================================!*/
.footer {
	position: relative;
	background-color: #0f0f0f;
	color: #888;
	font-size: 16px;
}

.footer a {
	color: #fff;
}

.footer__area-primary {
	padding-top: 160px;
	padding-bottom: 160px;
}

.footer__area-primary .footer__col:nth-child(1) {
	text-align: left;
}

.footer__area-primary .footer__col:nth-child(2) {
	text-align: center;
}

.footer__area-primary .footer__col:nth-child(3) {
	text-align: right;
}

.footer__area-primary .footer__row.justify-content-center .widget {
	max-width: 100%;
}

.footer__area-secondary {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid rgba(214, 215, 217, .2);
}

.footer__area-secondary .footer__col:nth-child(1) {
	text-align: center;
}

@media screen and (max-width: 1280px) {
	.footer__area-primary {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.footer__area-secondary {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
	.footer__area-primary {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	
	.footer__area-primary .footer__col, .footer__area-primary .footer__column {
		margin-bottom: 30px;
	}
	
	.footer__area-primary .footer__col:nth-of-type(1), .footer__area-primary .footer__column:nth-of-type(1) {
		text-align: center;
	}
	
	.footer__area-primary .footer__col:nth-of-type(2), .footer__area-primary .footer__column:nth-of-type(2) {
		text-align: center;
	}
	
	.footer__area-primary .footer__col:nth-of-type(3), .footer__area-primary .footer__column:nth-of-type(3) {
		text-align: center;
	}
	
	.footer__area-primary .footer__col:last-of-type, .footer__area-primary .footer__column:last-of-type {
		margin-bottom: 0;
	}
	
	.footer__area-primary .footer__col.text-left, .footer__area-primary .footer__col.text-center, .footer__area-primary .footer__col.text-right, .footer__area-primary .footer__column.text-left, .footer__area-primary .footer__column.text-center, .footer__area-primary .footer__column.text-right {
		text-align: center !important;
	}
	
	.footer__area-secondary {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*!========================================================================
 * 17. Footer Widgets
 * ======================================================================!*/
.footer .tagcloud a {
	color: #fff;
	background-color: #232323;
}

.footer .tagcloud a:hover {
	background-color: #333;
}

.footer .widgettitle {
	color: #fff;
}

.footer .widgettitle:before {
	background-color: #fff;
}

.footer .widget {
	margin-bottom: 50px;
}

.footer .widget:last-child {
	margin-bottom: 0;
}

.footer select {
	color: #fff;
}

.footer #wp-calendar td {
	color: #888;
}

.footer .widget_polylang {
	color: #fff;
}

.footer .widget_polylang select {
	color: #fff;
}

/*!========================================================================
 * 18. Form
 * ======================================================================!*/
.form {
	width: 100%;
}

.form__submit {
	margin-top: 10px;
}

.form__col {
	margin-top: 15px;
	margin-bottom: 15px;
}

.form__col_submit {
	margin-top: 30px;
	margin-bottom: 0;
}

.form__error, span.wpcf7-not-valid-tip {
	display: block;
	font-size: 12px;
	color: red;
	text-align: left;
	margin-top: 4px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border-color: red;
	padding: 15px;
	margin: 1.5em 0 0;
	display: none !important;
}

@media only screen and (max-width: 992px) {
	.form__col_submit {
		text-align: left;
	}
}

/*!========================================================================
 * 19. Gallery
 * ======================================================================!*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*!========================================================================
 * 20. Gmap
 * ======================================================================!*/
.gmap {
	width: 100%;
	height: 100%;
	background-color: #c5c6c9;
}

.gmap__container {
	width: 100%;
	height: 100%;
	height: 900px;
}

@media only screen and (max-width: 991px) {
	.gmap__container {
		height: 600px;
		max-height: 120vh;
	}
}

/*!========================================================================
 * 21. Grid
 * ======================================================================!*/
.elementor-widget-rubenz-widget-portfolio-masonry-grid {
	overflow: unset !important;
}

.grid__item_no-fancy:nth-of-type(3) {
	margin-top: 0 !important;
}

.grid__item {
	display: block;
	width: 100%;
}

.grid__item-link {
	display: block;
	position: relative;
	background-image: none;
}

.grid__item-link.nitro-lazy {
	background-image: none !important;
}

.grid__item-link img {
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	transform-origin: center center;
}

.grid__item-link:hover, .grid__item-link:focus {
	opacity: 1;
}

.grid__item-link:hover img {
	transform: scale(1.1);
}

.grid__item-link:hover .grid__item-overlay {
	transform: scaleY(1);
}

.grid__item-link:hover .grid__item-icon {
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
	transition-delay: 50ms;
}

.grid__item-link:hover .grid__item-icon:after {
	transform: scale(1);
	transition-delay: 100ms;
}

.grid__item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	z-index: 50;
	transform: translate(-50%, 10px);
	transition: all .6s ease;
	opacity: 0;
	visibility: hidden;
	color: #fff;
}

.grid__item-icon:after {
	content: "";
	display: block;
	border-radius: 100%;
	border: 1px solid #b0b0b0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.grid__item-icon-symbol {
	font-size: 28px !important;
}

.grid__item-overlay {
	opacity: 1;
	background-color: #181818;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	transform: scaleY(0);
	transform-origin: bottom center;
}

.grid_50 {
	margin-left: -50px;
	margin-right: -50px;
}

.grid__item_50 {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 100px;
}

.grid__item_50:nth-of-type(3) {
	margin-top: 200px;
}

.grid__item_50:last-of-type {
	margin-bottom: 0;
}

.grid_100 {
	margin-left: -100px;
	margin-right: -100px;
}

.grid__item_100 {
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 200px;
}

.grid__item_100:nth-of-type(3) {
	margin-top: 200px;
}

.grid__item_100:last-of-type {
	margin-bottom: 0;
}

.grid__item_120 {
	padding-left: 120px;
	padding-right: 120px;
	margin-bottom: 240px;
}

.grid__item_120:nth-of-type(3) {
	margin-top: 240px;
}

.grid__item_120:last-of-type {
	margin-bottom: 0;
}

.grid_team {
	margin-left: -60px;
	margin-right: -60px;
}

.grid__item_team {
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 100px;
}

.grid__item_team:nth-of-type(3) {
	margin-top: 100px;
}

.grid__item_team:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
	.grid__item_120 {
		padding-left: 80px;
		padding-right: 80px;
		margin-bottom: 160px;
	}
	
	.grid__item_120:nth-of-type(3) {
		margin-top: 160px;
	}
	
	.grid_100 {
		margin-left: -50px;
		margin-right: -50px;
	}
}

@media screen and (max-width: 1280px) {
	.grid_120 {
		margin-left: -50px;
		margin-right: -50px;
	}
	
	.grid__item_120 {
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 100px;
	}
	
	.grid__item_120:nth-of-type(3) {
		margin-top: 100px;
	}
}

@media screen and (max-width: 991px) {
	.grid_120, .grid_100, .grid_50 {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.grid__item_120, .grid__item_100, .grid__item_50 {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 40px;
	}
	
	.grid__item_120:nth-of-type(3), .grid__item_100:nth-of-type(3), .grid__item_50:nth-of-type(3) {
		margin-top: 0;
	}
	
	.grid__item-icon {
		width: 60px;
		height: 60px;
	}
	
	.grid__item-icon-symbol {
		font-size: 24px !important;
	}
}

@media only screen and (min-width: 992px) {
	.grid__item_desktop-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.grid__item_desktop-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.grid__item_desktop-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.grid__item_desktop-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.grid__item_tablet-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.grid__item_tablet-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.grid__item_tablet-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.grid__item_tablet-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.grid__item_mobile-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.grid__item_mobile-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.grid__item_mobile-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.grid__item_mobile-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/*!========================================================================
 * 22. Header
 * ======================================================================!*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	pointer-events: none;
}

.header a, .header select, .header input {
	pointer-events: initial;
}

.header .logo.text-center {
	text-align: left !important;
}

.header__controls {
	padding-top: 70px;
	left: 0;
	right: 0;
}

.header_white .logo {
	color: #fff;
}

.header_white .logo:focus {
	color: #fff;
}

.header_white .header__burger-line {
	background-color: #fff;
}

.header_white .menu > li a {
	color: #fff;
}

.header_white .menu > li:not(.menu-item-has-children) > a:before {
	background-color: #fff;
}

.header_white .menu .sub-menu {
	background-color: #181818;
}

.header_fixed {
	z-index: unset;
}

.header_fixed .header__controls {
	position: fixed;
	z-index: 600;
}

.header_absolute {
	z-index: unset;
}

.header_absolute .header__controls {
	position: absolute;
	z-index: 600;
}

.header__burger {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	pointer-events: initial;
	z-index: 600;
}

.header__burger:not(.header__burger_opened):hover .header__burger-line:nth-child(1) {
	transform: scaleX(.75);
}

.header__burger:not(.header__burger_opened):hover .header__burger-line:nth-child(2) {
	transform: scaleX(1.25);
}

.header__burger_opened .header__burger-line {
	background-color: #fff;
}

.header__burger_opened .header__burger-line:nth-child(1) {
	transform: scaleX(.75);
}

.header__burger_opened .header__burger-line:nth-child(2) {
	transform: scaleX(1.25);
}

.header__burger_opened:hover .header__burger-line:nth-child(1) {
	transform: scaleX(1);
}

.header__burger_opened:hover .header__burger-line:nth-child(2) {
	transform: scaleX(1);
}

.header__burger-line {
	display: block;
	width: 100%;
	background-color: #333;
	height: 2px;
	margin: 4px 0;
	transition: all .6s cubic-bezier(.785, .135, .15, .86);
	transform-origin: right center;
	transform: translateZ(0);
}

.header__burger-line:nth-child(1) {
	max-width: 40px;
}

.header__burger-line:nth-child(2) {
	max-width: 30px;
}

.header__wrapper-overlay-menu {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: initial;
	opacity: 0;
	visibility: hidden;
}

.header__wrapper-menu {
	display: flex;
	align-items: flex-end;
	padding: 120px 120px 40px;
	width: 100%;
}

.header__wrapper-menu_container {
	padding-left: calc(120px + ( 100vw - 1140px ) / 2);
}

.header__wrapper-overlay-widgets {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1 1 auto;
	padding: 120px 120px 60px;
}

.header__wrapper-property {
	margin-bottom: 50px;
	font-size: 16px;
}

.header__wrapper-property:last-of-type {
	margin-bottom: 0;
}

.header__wrapper-property .widgettitle {
	margin-bottom: 1em;
}

.header__wrapper-property .widgettitle:before {
	display: none;
}

.header__overlay-menu-back {
	position: absolute;
	top: 70px;
	left: 110px;
	font-size: 45px !important;
	color: #fff;
	z-index: 600;
	cursor: pointer;
	pointer-events: initial;
	opacity: 0;
	visibility: hidden;
}

.header__col-left {
	position: relative;
	z-index: 600;
}

.header__col-right {
	z-index: 600;
}

.header_lock-submenus .menu .sub-menu {
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translate(0, 10px) !important;
}

@media screen and (max-width: 1400px) {
	.header__controls {
		padding-top: 50px;
	}
	
	.header__wrapper-menu {
		padding: 80px 80px 40px;
	}
	
	.header__wrapper-menu_container {
		padding-left: calc(80px + ( 100vw - 1140px ) / 2);
	}
	
	.header__wrapper-overlay-widgets {
		padding: 80px 80px 60px;
	}
	
	.header__overlay-menu-back {
		top: 50px;
		left: 70px;
	}
}

@media screen and (max-width: 1280px) {
	.header__overlay-menu-back {
		left: 0px;
	}
	
	.header__wrapper-menu_container {
		padding-left: calc(100px + ( 100vw - 1140px ) / 2);
	}
}

@media screen and (max-width: 991px) {
	.header__controls {
		padding-top: 40px;
	}
	
	.header__wrapper-menu {
		padding: 50px 50px 30px;
	}
	
	.header__wrapper-menu_container {
		padding-left: 0;
	}
	
	.header__wrapper-overlay-widgets {
		padding: 50px 50px 40px;
	}
	
	.header__wrapper-property {
		margin-bottom: 40px;
	}
	
	.header__overlay-menu-back {
		top: 40px;
		left: 40px;
	}
	
	.header__burger-line {
		margin: 3px 0;
	}
	
	.header__burger-line:nth-child(1) {
		max-width: 30px;
	}
	
	.header__burger-line:nth-child(2) {
		max-width: 25px;
	}
	
	.header__wrapper-menu {
		padding: 0;
		width: 100%;
		padding: 50px 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	.header__wrapper-overlay-menu {
		flex-wrap: wrap;
		text-align: center;
		padding: 50px 30px;
	}
	
	.header__wrapper-overlay-widgets {
		border-top: 1px solid rgba(214, 215, 217, .2);
		background-color: initial;
		padding: 50px 0;
	}
	
	.header__overlay-menu-back {
		top: 25px;
		left: 15px;
		font-size: 33px !important;
	}
}

@media screen and (max-width: 991px) {
	.header__controls {
		padding-top: 20px;
	}
}

/*!========================================================================
 * 23. Header Themes
 * ======================================================================!*/
.header_theme-white .menu .sub-menu {
	background-color: #f9f9f9;
}

.header_theme-light-grey .menu .sub-menu {
	background-color: #fff;
}

.header_theme-light .menu .sub-menu {
	background-color: #fff;
}

.header_theme-blue-grey .menu .sub-menu {
	background-color: #f0f0f0;
}

.header_theme-blue-grey-dark .menu .sub-menu {
	background-color: #d6d7d9;
}

.header_theme-dark .menu .sub-menu {
	background-color: #232323;
	border-bottom-color: #333;
}

.header_theme-dark .widget_polylang {
	color: #fff;
}

.header_theme-dark .widget_polylang select {
	color: #fff;
}

.header_theme-dark .wpml-ls-legacy-dropdown a {
	color: #fff;
}

.header_theme-dark .wpml-ls-legacy-dropdown a:hover {
	color: #fff;
}

.header_theme-dark .wpml-ls-legacy-list-horizontal {
	color: #fff;
}

.header_theme-dark-2 .menu .sub-menu {
	background-color: #333;
	border-bottom-color: #888;
}

.header_theme-dark-2 .widget_polylang {
	color: #fff;
}

.header_theme-dark-2 .widget_polylang select {
	color: #fff;
}

.header_theme-dark-2 .wpml-ls-legacy-dropdown a {
	color: #fff;
}

.header_theme-dark-2 .wpml-ls-legacy-dropdown a:hover {
	color: #fff;
}

.header_theme-dark-2 .wpml-ls-legacy-list-horizontal {
	color: #fff;
}

.header_theme-black .menu .sub-menu {
	background-color: #444;
	border-bottom-color: #888;
}

.header_theme-black .widget_polylang {
	color: #fff;
}

.header_theme-black .widget_polylang select {
	color: #fff;
}

.header_theme-black .wpml-ls-legacy-dropdown a {
	color: #fff;
}

.header_theme-black .wpml-ls-legacy-dropdown a:hover {
	color: #fff;
}

.header_theme-black .wpml-ls-legacy-list-horizontal {
	color: #fff;
}

/*!========================================================================
 * 24. Hover Zoom
 * ======================================================================!*/
.hover-zoom {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hover-zoom:hover .hover-zoom__zoom {
	transform: scale(1);
}

.hover-zoom:hover .hover-zoom__inner {
	transform: scale(1);
}

.hover-zoom:hover .section-image__caption-horizontal {
	transform: translate(0, -15px);
	transition-delay: .06s;
}

.hover-zoom:hover .section-image__caption-horizontal.text-left {
	transform: translate(15px, -15px);
}

.hover-zoom:hover .section-image__caption-horizontal.text-right {
	transform: translate(-15px, -15px);
}

.hover-zoom.clicked .hover-zoom__zoom, .hover-zoom.clicked .hover-zoom__inner, .hover-zoom.clicked .section-image__caption-horizontal {
	transform: scale(1);
}

.hover-zoom__inner {
	overflow: hidden;
}

.hover-zoom__zoom, .hover-zoom__inner {
	transform-origin: center center;
	transition: transform .3s ease-in-out;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hover-zoom__caption {
	transition: transform .3s ease;
}

.hover-zoom__zoom {
	transform: scale(1.15);
}

/*!========================================================================
 * 25. Image Alignment
 * ======================================================================!*/
.alignnone {
	margin: 1em 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 1.5em auto 1.5em auto;
}

.alignright {
	float: right;
	margin: .5em 0 .5em 1.5em;
}

.alignleft {
	float: left;
	margin: .5em 1.5em .5em 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 24px 24px;
}

a img.alignnone {
	margin: 5px 24px 24px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 24px 24px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image {
	margin-top: 2em;
	margin-bottom: 2em;
}

.wp-block-image figcaption {
	margin-top: 1em;
	margin-bottom: 1em;
}

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

.wp-caption.alignnone, .wp-caption.alignleft {
	margin: .25em 1.5em 1.5em 0;
}

.wp-caption.alignright {
	margin: .25em 0 1.5em 1.5em;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 .25em .25em;
}

.wp-caption-text {
	margin-top: .5em;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f9f9f9;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.bypostauthor {
	display: block;
}

/*!========================================================================
 * 26. Lang Switcher
 * ======================================================================!*/
.lang-switcher .widget {
	margin-bottom: 0;
}

.trp-language-switcher > div > a {
	white-space: nowrap;
}

/*!========================================================================
 * 27. Input Search
 * ======================================================================!*/
.input-search__input {
	padding-right: 30px;
}

.input-search__submit {
	display: inline-block;
	font-size: 18px;
	width: 24px;
	height: 24px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: transparent;
	border: none;
	color: #b0b0b0;
	outline: none;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	cursor: pointer;
}

.input-search__submit:hover {
	color: #181818;
}

.input-search__submit:focus {
	outline: none;
}

/*!========================================================================
 * 28. Input Float
 * ======================================================================!*/
.input-float {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.input-float__label {
	position: absolute;
	top: 1em;
	left: 0;
	margin: auto;
	display: block;
	font-size: 16px;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	transform-origin: left center;
	cursor: text;
	color: #888;
}

.input-float__input {
	display: block;
	width: 100%;
	width: 100%;
	border-bottom: 1px solid rgba(176, 176, 176, .3);
	border-top: none;
	border-right: none;
	border-left: none;
	outline: none;
	padding: 12px 0 8px;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	background-color: transparent;
	border-radius: 0;
	color: inherit;
}

.input-float__input_textarea {
	resize: none;
	min-height: 200px;
}

.input-float__input_focused + .input-float__label, .input-float__input_not-empty + .input-float__label {
	transform: scale(.8571) translateY(-1.7rem);
}

.input-float__input_not-empty {
	border-color: rgba(176, 176, 176, .3);
}

/*!========================================================================
 * 29. Menu
 * ======================================================================!*/
.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	word-wrap: normal;
	text-align: right;
	display: inline-block;
	font-size: 14px;
}

.menu > li {
	display: inline-block;
}

.menu > li:not(:last-child) {
	margin-right: 17px;
}

.menu > li a {
	display: block;
	background-image: none;
	padding: 7px 15px;
}

.menu > li a.nitro-lazy {
	background-image: none !important;
}

.menu > li.menu-item-has-children > a:after {
	content: "";
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.menu > li:not(.menu-item-has-children) a {
	position: relative;
}

.menu > li:not(.menu-item-has-children) a:hover:before {
	left: 15px;
	width: calc(100% - 30px);
}

.menu > li:not(.menu-item-has-children) a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #181818;
	bottom: 5px;
	right: 15px;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.menu .menu-item-has-children {
	position: relative;
}

.menu .menu-item-has-children > a:hover ~ ul {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.menu .sub-menu {
	position: absolute;
	top: 100%;
	right: 17px;
	border-bottom: 4px solid #181818;
	background-color: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding: 15px 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	transform: translate(0, 10px);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .02);
}

.menu .sub-menu > li {
	display: block;
	white-space: nowrap;
}

.menu .sub-menu > li a {
	display: flex;
	align-items: center;
	padding: 10px 30px;
	background-image: none;
}

.menu .sub-menu > li a.nitro-lazy {
	background-image: none !important;
}

.menu .sub-menu > li.menu-item-has-children > a:after {
	content: "";
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	padding-left: 15px;
}

.menu .sub-menu ul {
	top: 0;
	right: calc(100% + 1px);
	transform: translate(10px, 0);
}

.menu .sub-menu:hover {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

@media screen and (max-width: 1400px) {
	.menu > li a {
		padding: 7px;
	}
	
	.menu > li:not(.menu-item-has-children) a:hover:before {
		left: 7px;
		width: calc(100% - 14px);
	}
}

/*!========================================================================
 * 30. Menu Overlay
 * ======================================================================!*/
.menu-overlay {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 700px;
}

.menu-overlay a {
	background-image: none;
	transition: opacity .6s ease;
	opacity: 1;
	will-change: opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.menu-overlay a.nitro-lazy {
	background-image: none !important;
}

.menu-overlay a.selected {
	opacity: 1 !important;
}

.menu-overlay a:hover, .menu-overlay a:focus {
	opacity: 1;
}

.menu-overlay > li {
	display: block;
}

.menu-overlay > li > a {
	display: block;
	font-size: 54px;
	line-height: 2;
	font-weight: 600;
	color: #fff;
}

.menu-overlay > li > a span {
	display: inline-block;
	position: relative;
}

.menu-overlay > li:not(.menu-item-has-children) > a span {
	display: inline-block;
	position: relative;
}

.menu-overlay_hover a {
	opacity: .3 !important;
}

.menu-overlay_hover a:hover, .menu-overlay_hover a:focus {
	opacity: 1 !important;
}

.menu-overlay .sub-menu {
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}

.menu-overlay .sub-menu > li {
	display: block;
}

.menu-overlay .sub-menu > li > a {
	display: block;
	position: relative;
	font-size: 33px;
	line-height: 2.25;
	font-weight: 600;
	color: #fff;
}

.menu-overlay .sub-menu > li > a span {
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 1400px) {
	.menu-overlay > li > a {
		font-size: 43px;
		line-height: 2;
	}
	
	.menu-overlay .sub-menu > li > a {
		font-size: 26px;
		line-height: 2.33;
	}
}

@media screen and (max-width: 991px) {
	.menu-overlay {
		max-width: 100%;
	}
	
	.menu-overlay > li > a {
		font-size: 24px;
		line-height: 2.5;
	}
	
	.menu-overlay .sub-menu {
		top: 0;
		bottom: auto;
		justify-content: flex-start;
	}
	
	.menu-overlay .sub-menu > li > a {
		font-size: 18px;
		line-height: 2.33;
	}
}

/*!========================================================================
 * 31. Logo
 * ======================================================================!*/
.logo {
	display: inline-flex;
	align-items: center;
	color: #333;
}

a.logo:focus {
	color: #333;
	opacity: 1;
}

a.logo {
	background-image: none;
}

a.logo.nitro-lazy {
	background-image: none !important;
}

.logo__wrapper-img {
	margin-right: 15px;
	flex: 1 0 auto;
	height: 100%;
}

.logo__wrapper-img_no-margin {
	margin-right: 0;
}

.logo__text {
	margin-top: 0;
	margin-bottom: 0;
}

.logo__text-title {
	display: block;
	font-family: var(--font-secondary);
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1 !important;
}

.logo__text-tagline {
	display: block;
	margin-top: 8px;
	font-family: var(--font-primary);
	font-style: normal;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #888;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

/*!========================================================================
 * 32. Modal
 * ======================================================================!*/
.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6000;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal__message {
	font-size: 18px;
}

.modal-content__wrapper-button {
	text-align: center;
}

.modal-content__wrapper-button .button {
	min-width: 200px;
}

.modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 60;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal-dialog_container {
	max-width: 980px !important;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 6px;
	outline: 0;
	padding: 32px;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	transition: opacity .15s linear;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .7;
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
	
	.modal__message {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

/*!========================================================================
 * 33. Lazy
 * ======================================================================!*/
.lazy:not(.lazy_swiper) {
	background-color: #fff;
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.lazy__img:not(img) {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.lazy-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.lazy-wrapper {
	width: 100%;
}

.lazy-wrapper.d-inline-block {
	vertical-align: middle;
}

@-webkit-keyframes loading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: .3;
	}
}

@keyframes loading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: .3;
	}
}

/*!========================================================================
 * 34. Outdated
 * ======================================================================!*/
#outdated {
	font-family: sans-serif;
	position: absolute;
	color: white;
	display: none;
	overflow: hidden;
	left: 0;
	position: fixed;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 100000;
	padding: 24px 24px 36px 0;
}

#outdated.fullscreen {
	height: 100%;
}

#outdated .vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#outdated h6 {
	font-family: sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	margin: 12px 0;
	letter-spacing: normal;
}

#outdated p {
	font-size: 16px;
	line-height: 12px;
	margin: 0;
	text-transform: none;
}

#outdated #buttonUpdateBrowser {
	border: 2px solid white;
	cursor: pointer;
	display: block;
	margin: 30px auto 0;
	padding: 16px 24px;
	position: relative;
	text-decoration: none;
	width: 230px;
	white-space: nowrap;
}

#outdated #buttonUpdateBrowser:hover {
	background-color: #b29400;
	color: white;
}

#outdated .last {
	height: 20px;
	position: absolute;
	right: 70px;
	top: 10px;
	width: auto;
	display: inline-table;
}

#outdated .last[dir=rtl] {
	left: 25px !important;
	right: auto !important;
}

#outdated #buttonCloseUpdateBrowser {
	color: white;
	display: block;
	font-size: 36px;
	height: 100%;
	line-height: 36px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

/*!========================================================================
 * 35. Pagination
 * ======================================================================!*/
.pagination {
	margin-top: 60px;
	border-top: 2px solid #181818;
	padding: 30px 0 0;
}

.pagination .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pagination .nav-links__container {
	margin-left: auto;
	margin-right: auto;
}

.pagination .page-numbers {
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	margin: 0 20px;
	background-image: none;
}

.pagination .page-numbers.nitro-lazy {
	background-image: none !important;
}

.pagination .page-numbers.prev {
	font-size: 20px;
	font-weight: normal;
	margin-left: 0;
}

.pagination .page-numbers.prev:before {
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	padding-bottom: 3px;
}

.pagination .page-numbers.next {
	font-size: 20px;
	font-weight: normal;
	margin-right: 0;
}

.pagination .page-numbers.next:before {
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	padding-bottom: 3px;
}

.pagination .page-numbers:not(a) {
	color: #b0b0b0;
}

.page-links {
	margin-top: 50px;
	border-top: 2px solid #181818;
	padding: 30px 0 0;
}

.page-links .page-number {
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	margin: 0 15px;
	border: none;
}

.page-links a {
	background-image: none;
}

.page-links a.nitro-lazy {
	background-image: none !important;
}

.page-links .post-page-numbers:not(a) {
	color: #b0b0b0;
}

.comments-pagination {
	text-align: center;
}

.comments-pagination .page-numbers {
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	margin: 0 20px;
}

/*!========================================================================
 * 36. Parallax
 * ======================================================================!*/
.art-parallax, [data-art-parallax] {
	position: relative;
	overflow: hidden;
}

.art-parallax > img, [data-art-parallax] > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.art-parallax__bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.elementor .art-parallax > img, .elementor [data-art-parallax] > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*!========================================================================
 * 37. Post
 * ======================================================================!*/
.post__content h2, .post__content h3, .post__content h4, .post__comments h2, .post__comments h3, .post__comments h4 {
	margin-top: .75em;
	margin-bottom: .75em;
}

.post__content h5, .post__content h6, .post__comments h5, .post__comments h6 {
	margin-top: .5em;
	margin-bottom: .5em;
}

.post__content > *:first-child, .post__comments > *:first-child {
	margin-top: 0;
}

.post__content ul, .post__comments ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
}

.post__content ul li, .post__comments ul li {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

.post__content ul ul, .post__content ul ol, .post__comments ul ul, .post__comments ul ol {
	padding-left: 1em;
}

.post__content ul, .post__comments ul {
	padding-left: .25em;
}

.post__content ul > li:before, .post__comments ul > li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	vertical-align: middle;
	margin-right: .5em;
	margin-bottom: 3px;
	background-color: #181818;
}

.post__content ol, .post__comments ol {
	margin-bottom: 24px;
	padding-left: 1.5em;
}

.post__content ol li, .post__comments ol li {
	display: list-item;
	margin-top: 12px;
	margin-bottom: 12px;
}

.post__content ol ul, .post__content ol ol, .post__comments ol ul, .post__comments ol ol {
	padding-left: 16px;
}

.post__media {
	margin-bottom: 2em;
}

.post__tags {
	border-top: 2px solid #181818;
	margin-top: 50px;
	padding-top: 20px;
}

.post__comments {
	margin-top: 80px;
}

.post__read-more {
	padding: 16px 30px;
}

.sticky {
	background-color: #f2f2f2;
	padding: 50px;
}

/*!========================================================================
 * 38. Post Preview
 * ======================================================================!*/
.post-preview__wrapper-content > *:first-child {
	margin-top: 0;
}

.post-preview__date {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.post-preview__header a, .post-preview__media a, .post-preview__date a {
	background-image: none;
}

.post-preview__header a.nitro-lazy, .post-preview__media a.nitro-lazy, .post-preview__date a.nitro-lazy {
	background-image: none !important;
}

.post-preview__media {
	display: block;
	background-image: none;
	margin-bottom: 1.5em;
	overflow: hidden;
}

.post-preview__media.nitro-lazy {
	background-image: none !important;
}

.post-preview__media:hover, .post-preview__media:focus {
	opacity: 1;
}

.post-preview__media:hover > * {
	transform: scale(1.05);
}

.post-preview__media > * {
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.post-preview__header h2 {
	margin-top: 0;
	margin-bottom: .5em;
}

.post-preview__categories {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.post-preview__categories li {
	display: inline-block;
}

.post-preview__meta {
	margin-bottom: 1em;
	font-size: 14px;
}

.post-preview__wrapper-meta {
	margin-top: 1em;
}

.post-preview__wrapper-readmore {
	text-align: right;
	margin-top: 2em;
}

@media screen and (max-width: 991px) {
	.post-preview__meta {
		display: inline-block;
		margin: .5em;
	}
	
	.post-preview__wrapper-meta {
		margin: -.5em -.5em 1em;
	}
	
	.post-preview__date {
		display: block;
	}
}

/*!========================================================================
 * 39. Overlay
 * ======================================================================!*/
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
}

.overlay_dark {
	background-color: #181818;
	opacity: .8;
	mix-blend-mode: multiply;
}

.overlay_black {
	background-color: #333;
	opacity: .8;
}

.overlay_white {
	background-color: #fff;
	opacity: .95;
}

.overlay_white-solid {
	background-color: #fff;
	opacity: 1;
}

/*!========================================================================
 * 40. Preloader
 * ======================================================================!*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	z-index: 400;
}

.preloader__curtain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.preloader__curtain_black {
	background-color: #1f1f1f;
}

.preloader__curtain_white {
	background-color: #f2f2f2;
}

/*!========================================================================
 * 41. Project Backgrounds
 * ======================================================================!*/
.project-backgrounds {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: #232323;
	opacity: 0;
	visibility: hidden;
}

.project-backgrounds__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	transform: scale(1.05);
}

.project-backgrounds__background.active, .project-backgrounds__background.selected {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.project-backgrounds__overlay {
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	z-index: 0 !important;
}

/*!========================================================================
 * 42. Scroll
 * ======================================================================!*/
.smooth-scroll {
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

[data-os-animation] {
	opacity: 0;
	visibility: hidden;
}

[data-os-animation] .split-text__line a {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100px);
}

[data-os-animation=animated] {
	opacity: 1;
	visibility: visible;
}

[data-os-animation=animated] .split-text__line a {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0px, #888 0px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100px);
}

/*!========================================================================
 * 43. Section404
 * ======================================================================!*/
.section-404__header p {
	margin-top: 3em;
}

.section-404__wrapper-button {
	margin-top: 30px;
}

.section-404__big {
	font-size: 300px;
	font-weight: bold;
	line-height: 1;
	opacity: .05;
	transform: rotate(90deg);
	transform-origin: right center;
	white-space: nowrap;
	position: absolute;
	top: calc(100% - 240px);
	right: 240px;
}

@media screen and (max-width: 1400px) {
	.section-404__big {
		top: calc(100% - 180px);
		right: 180px;
	}
}

@media screen and (max-width: 1280px) {
	.section-404__big {
		font-size: 200px;
		top: calc(100% - 120px);
		right: 120px;
	}
}

@media screen and (max-width: 991px) {
	.section-404 {
		text-align: center;
	}
	
	.section-404 .section__headline {
		margin-left: auto;
		margin-right: auto;
	}
	
	.section-404__big {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		font-size: 150px;
	}
}

/*!========================================================================
 * 44. Section Blog
 * ======================================================================!*/
.section-blog .search-form {
	margin-top: 2em;
}

.section-blog__wrapper-post {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(176, 176, 176, .3);
}

.section-blog__wrapper-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/*!========================================================================
 * 45. Section
 * ======================================================================!*/
.section {
	position: relative;
}

.section-fullheight {
	display: flex;
}

.section-fullheight__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	padding-top: 200px;
	padding-bottom: 200px;
}

.section_pt-large {
	padding-top: 300px;
}

.section_pt {
	padding-top: 200px;
}

.section_pt-small {
	padding-top: 100px;
}

.section_pb {
	padding-bottom: 200px;
}

.section_pb-small {
	padding-bottom: 100px;
}

.section_pb-large {
	padding-bottom: 300px;
}

.section_mt-large {
	margin-top: 300px;
}

.section_mt {
	margin-top: 200px;
}

.section_mt-small {
	margin-top: 100px;
}

.section_mb {
	margin-bottom: 200px;
}

.section_mb-small {
	margin-bottom: 100px;
}

.section_mb-large {
	margin-bottom: 300px;
}

.section__header h2 {
	margin-bottom: .75em;
}

.section__header h3:last-of-type {
	margin-bottom: 0;
}

.section__headline {
	display: block;
	width: 80px;
	height: 1px;
	background-color: #181818;
	margin-bottom: 10px;
}

.section_h-100 {
	height: 100px;
	max-height: 100vh;
}

.section_h-200 {
	height: 200px;
	max-height: 100vh;
}

.section_h-300 {
	height: 300px;
	max-height: 100vh;
}

.section_h-400 {
	height: 400px;
	max-height: 100vh;
}

.section_h-500 {
	height: 500px;
	max-height: 100vh;
}

.section_h-600 {
	height: 600px;
	max-height: 100vh;
}

.section_h-700 {
	height: 700px;
	max-height: 100vh;
}

.section_h-800 {
	height: 800px;
	max-height: 100vh;
}

.section_h-900 {
	height: 900px;
	max-height: 100vh;
}

.section_h-100vh {
	height: 100vh;
}

.section__content {
	margin-top: 50px;
}

.section_w-container-right {
	max-width: 100%;
	width: calc(100% - ( 100vw - 1140px ) / 2 - 25px);
	margin-left: auto;
	text-align: left;
}

.section_w-container-left {
	max-width: 100%;
	width: calc(100% - ( 100vw - 1140px ) / 2 - 25px);
	margin-right: auto;
	text-align: right;
}

@media screen and (max-width: 1400px) {
	.section_pt-large {
		padding-top: 240px;
	}
	
	.section_pt {
		padding-top: 140px;
	}
	
	.section_pt-small {
		padding-top: 70px;
	}
	
	.section_pb {
		padding-bottom: 140px;
	}
	
	.section_pb-small {
		padding-bottom: 70px;
	}
	
	.section_pb-large {
		padding-bottom: 240px;
	}
	
	.section_mt-large {
		margin-top: 240px;
	}
	
	.section_mt {
		margin-top: 140px;
	}
	
	.section_mt-small {
		margin-top: 70px;
	}
	
	.section_mb {
		margin-bottom: 140px;
	}
	
	.section_mb-small {
		margin-bottom: 70px;
	}
	
	.section_mb-large {
		margin-bottom: 240px;
	}
	
	.section-fullheight__inner {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	
	.section__headline {
		max-width: 80px;
	}
	
	.section_w-container-right, .section_w-container-left {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	.section_pt-large {
		padding-top: 120px;
	}
	
	.section_pt {
		padding-top: 100px;
	}
	
	.section_pt-small {
		padding-top: 50px;
	}
	
	.section_pb {
		padding-bottom: 100px;
	}
	
	.section_pb-small {
		padding-bottom: 50px;
	}
	
	.section_pb-large {
		padding-bottom: 120px;
	}
	
	.section_mt-large {
		margin-top: 120px;
	}
	
	.section_mt {
		margin-top: 100px;
	}
	
	.section_mt-small {
		margin-top: 50px;
	}
	
	.section_mb {
		margin-bottom: 100px;
	}
	
	.section_mb-small {
		margin-bottom: 50px;
	}
	
	.section_mb-large {
		margin-bottom: 120px;
	}
	
	.section-fullheight__inner {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	.section__content {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.section_pt-large {
		padding-top: 100px;
	}
	
	.section_pt {
		padding-top: 80px;
	}
	
	.section_pt-small {
		padding-top: 40px;
	}
	
	.section_pb {
		padding-bottom: 80px;
	}
	
	.section_pb-small {
		padding-bottom: 40px;
	}
	
	.section_pb-large {
		padding-bottom: 100px;
	}
	
	.section_mt-large {
		margin-top: 100px;
	}
	
	.section_mt {
		margin-top: 80px;
	}
	
	.section_mt-small {
		margin-top: 40px;
	}
	
	.section_mb {
		margin-bottom: 80px;
	}
	
	.section_mb-small {
		margin-bottom: 40px;
	}
	
	.section_mb-large {
		margin-bottom: 100px;
	}
	
	.section-fullheight__inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.section__headline {
		max-width: 50px;
	}
	
	.section_h-100 {
		max-height: 70vh;
	}
	
	.section_h-200 {
		max-height: 70vh;
	}
	
	.section_h-300 {
		max-height: 70vh;
	}
	
	.section_h-400 {
		max-height: 70vh;
	}
	
	.section_h-500 {
		max-height: 70vh;
	}
	
	.section_h-600 {
		max-height: 70vh;
	}
	
	.section_h-700 {
		max-height: 70vh;
	}
	
	.section_h-800 {
		max-height: 70vh;
	}
	
	.section_h-900 {
		max-height: 70vh;
	}
}

/*!========================================================================
 * 46. Section CTA
 * ======================================================================!*/
.section-cta__wrapper-button {
	margin-top: 35px;
}

.section-cta__headline {
	width: 1px;
	height: 100px;
	background-color: #181818;
	margin-bottom: 55px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 991px) {
	.section-cta__headline {
		margin-bottom: 45px;
	}
}

/*!========================================================================
 * 47. Section Composition
 * ======================================================================!*/
.section-composition {
	display: flex;
}

.section-composition__image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 200px 120px;
	flex: 1 1 auto;
}

.section-composition__content {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 100%;
	max-width: 640px;
	flex: 1 0 33vw;
	padding: 200px 120px;
}

.section-composition__content h6 {
	font-size: 20px;
}

.section-composition__counter {
	align-self: flex-start;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
	.section-composition__image, .section-composition__content {
		padding: 120px 80px;
	}
	
	.section-composition__counter {
		font-size: 12px;
	}
}

@media screen and (max-width: 1280px) {
	.section-composition__image, .section-composition__content {
		padding: 80px 50px;
	}
}

@media screen and (max-width: 991px) {
	.section-composition {
		flex-direction: column;
		justify-content: center;
	}
	
	.section-composition__content {
		align-items: center;
		justify-content: center;
		max-width: 100%;
		flex: 1 0 100%;
		order: -1;
		padding: 80px 20px 0;
		background-color: initial;
	}
	
	.section-composition__image {
		background-color: initial;
	}
	
	.section-composition__counter {
		align-self: unset;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.section-composition__image {
		padding: 20px 20px 80px;
	}
	
	.section-composition__content h6 {
		font-size: 16px;
	}
}

/*!========================================================================
 * 48. Section Content
 * ======================================================================!*/
.section-content__inner > *:last-child {
	margin-bottom: 0;
}

.section-content__main-content {
	margin-top: 100px;
	margin-bottom: -50px;
}

.section-content__wrapper-item {
	margin-bottom: 50px;
}

.section-content__main-content_no-header {
	margin-top: 0 !important;
}

@media screen and (max-width: 991px) {
	.section-content__main-content {
		margin-top: 60px;
		margin-bottom: -30px;
	}
	
	.section-content__wrapper-item {
		margin-bottom: 30px;
	}
	
	.section-content__inner_text {
		margin-top: 1em;
	}
}

/*!========================================================================
 * 49. Section Fullscreen Slider
 * ======================================================================!*/
.section-fullscreen-slider.color-white .slider__dot:before {
	background-color: #b0b0b0;
}

.section-fullscreen-slider.color-white .slider__dot:after {
	border-color: #fff;
}

.section-fullscreen-slider.color-white .slider__dot_active:before {
	background-color: #fff;
	border-color: #fff;
}

.section-fullscreen-slider__inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	min-height: calc(var(--fix-bar-vh, 1vh) * 100);
	z-index: 50;
}

/*!========================================================================
 * 50. Section Figures
 * ======================================================================!*/
.section-figures .section-figures__item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 200px 120px;
}

.section-figures .section-figures__item h5 {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0;
}

.section-figures .section-figures__item_no-paddings {
	padding: 0;
}

@media screen and (max-width: 1400px) {
	.section-figures .section-figures__item:not(.section-figures__item_no-paddings) {
		padding: 120px 80px;
	}
}

@media screen and (max-width: 1280px) {
	.section-figures .section-figures__item:not(.section-figures__item_no-paddings) {
		padding: 80px 50px;
	}
}

/*!========================================================================
 * 51. Section Image
 * ======================================================================!*/
.section-image__content {
	margin-top: 40px;
}

.section-image h5 {
	display: block;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0;
}

/*!========================================================================
 * 52. Section Map
 * ======================================================================!*/
.section-map__wrapper-form {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 80px;
	right: 120px;
	bottom: 80px;
	padding: 100px 80px;
}

@media screen and (max-width: 1400px) {
	.section-map__wrapper-form {
		right: 80px;
		padding: 80px 60px;
	}
}

@media screen and (max-width: 1280px) {
	.section-map__wrapper-form {
		right: 50px;
	}
}

@media screen and (max-width: 991px) {
	.section-map__wrapper-form {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		padding: 80px 30px;
	}
}

/*!========================================================================
 * 53. Section Intro
 * ======================================================================!*/
.section-intro.text-center .section-intro__header, .section-intro.text-center .section-intro__headline {
	margin-left: auto;
	margin-right: auto;
}

.section-intro__header {
	max-width: 1200px;
}

.section-intro__header h1 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 43px;
	line-height: 1.67;
}

.section-intro__headline {
	width: 100%;
	max-width: 120px;
	height: 1px;
	background-color: #333;
}

@media screen and (max-width: 1280px) {
	.section-intro__header h1 {
		font-size: 33px;
	}
	
	.section-intro__headline {
		max-width: 80px;
	}
}

@media screen and (max-width: 991px) {
	.section-intro__header h1 {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.section-intro__header h1 {
		margin-top: 40px;
		font-size: 21px;
	}
	
	.section-intro__headline {
		max-width: 50px;
	}
}

/*!========================================================================
 * 54. Section Video
 * ======================================================================!*/
.section-video {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.section-video__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: none;
	width: 100%;
	z-index: 100;
}

.section-video__link.nitro-lazy {
	background-image: none !important;
}

.section-video__link:hover {
	opacity: 1;
}

.section-video__link:hover .section-video__icon:after {
	transform: scale(1);
}

.section-video__link:focus {
	opacity: 1;
}

.section-video__icon {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin-top: 30px;
}

.section-video__icon:focus {
	outline: none;
}

.section-video__icon:after {
	content: "";
	display: block;
	border-radius: 100%;
	border: 1px solid #b0b0b0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.section-video__icon i {
	font-size: 32px;
	line-height: 2;
}

.section-video__overlay {
	z-index: 0;
}

@media screen and (max-width: 767px) {
	.section-video__icon:after {
		transform: scale(1);
	}
}

/*!========================================================================
 * 55. Section Masthead
 * ======================================================================!*/
.section-masthead__header {
	max-width: 960px;
}

.section-masthead__header h1 {
	margin-top: 1.75em;
	margin-bottom: .5em;
}

.section-masthead__header h2 {
	margin-top: 100px;
}

.section-masthead__header.text-left {
	margin-right: auto;
}

.section-masthead__header.text-center {
	margin-left: auto;
	margin-right: auto;
}

.section-masthead__header.text-right {
	margin-left: auto;
}

.section-masthead__header_blog h1 {
	margin-top: 1em;
}

.section-masthead_fullheight h1 {
	margin-top: 0;
	margin-bottom: .5em;
}

.section-masthead_fullheight-halfscreen .section-masthead__background {
	position: relative;
	min-height: 100vh;
}

.section-masthead_fullheight-halfscreen-reverse {
	flex-direction: row-reverse;
}

.section-masthead__wrapper-property {
	margin-right: 70px;
	margin-bottom: 70px;
}

.section-masthead__wrapper-property:last-of-type {
	margin-right: 0;
}

.section-masthead__properties {
	margin-top: 70px;
	margin-bottom: -70px;
}

.section-masthead__background_bottom {
	margin-top: 100px;
}

.section-masthead__background_bottom.container {
	max-width: 1090px;
}

.section-masthead__background_fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.section-masthead__overlay {
	z-index: 0;
	opacity: .6;
}

.section-masthead__properties_bottom {
	position: absolute;
	bottom: 70px;
	left: 120px;
}

.section-masthead__properties_bottom.justify-content-lg-center {
	right: 120px;
}

.section-masthead__properties_bottom.justify-content-lg-center .section-masthead__wrapper-property {
	margin-left: 35px;
	margin-right: 35px;
}

.section-masthead__content {
	width: 100%;
}

.section-masthead__inner {
	position: relative;
	z-index: 50;
}

.section-masthead__meta {
	display: flex;
	flex-wrap: wrap;
	margin: 32px -16px -16px;
	max-width: 100%;
}

.section-masthead__meta .post-preview__meta {
	margin: 16px;
	max-width: 100%;
}

@media screen and (max-width: 1400px) {
	.section-masthead__properties_bottom {
		left: 80px;
		bottom: 50px;
	}
}

@media screen and (max-width: 1280px) {
	.section-masthead__wrapper-property {
		margin-right: 30px;
	}
	
	.section-masthead__properties_bottom {
		left: 50px;
	}
	
	.section-masthead__properties_bottom.justify-content-lg-center {
		right: 50px;
	}
	
	.section-masthead__background_bottom {
		margin-top: 80px;
	}
	
	.section-masthead__header h2 {
		margin-top: 60px;
	}
}

@media screen and (max-width: 991px) {
	.section-masthead__wrapper-property {
		margin-right: 0;
	}
	
	.section-masthead__wrapper-property {
		margin-bottom: 30px;
	}
	
	.section-masthead__properties {
		margin-top: 30px;
		margin-bottom: -30px;
	}
	
	.section-masthead__properties_bottom {
		position: relative;
		left: auto;
		bottom: auto;
	}
	
	.section-masthead__properties_bottom.justify-content-lg-center {
		right: auto;
	}
	
	.section-masthead_fullheight-halfscreen {
		padding-top: 100px;
		flex-wrap: wrap;
	}
	
	.section-masthead_fullheight-halfscreen .section-fullheight__inner {
		min-height: unset;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.section-masthead_fullheight-halfscreen .section-masthead__background {
		margin-top: 80px;
	}
	
	.section-masthead_fullheight h1 {
		margin-top: 1.75em;
		margin-bottom: .5em;
	}
	
	.section-masthead__background_bottom {
		width: 100%;
		margin-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	.section-masthead__header h1 {
		margin-top: 40px;
	}
	
	.section-masthead__header h2 {
		margin-top: 30px;
		font-size: 21px;
	}
	
	.section-masthead_fullheight-halfscreen {
		padding-top: 80px;
	}
	
	.section-masthead_fullheight-halfscreen .section-masthead__background {
		min-height: 0;
		height: 900px;
		max-height: 70vh;
		margin-top: 60px;
	}
	
	.section-masthead__background_bottom {
		margin-top: 60px;
	}
}

/*!========================================================================
 * 56. Section Nav Projects
 * ======================================================================!*/
.section-nav-projects {
	background-color: #888;
}

.section-nav-projects .section-nav-projects__inner_prev {
	padding-left: 100px;
	padding-right: 80px;
}

.section-nav-projects .section-nav-projects__inner_next {
	padding-left: 80px;
	padding-right: 100px;
}

.section-nav-projects__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-top: 200px;
	padding-bottom: 200px;
	height: 100%;
	color: #fff;
	z-index: 50;
	background-image: none;
}

.section-nav-projects__inner.nitro-lazy {
	background-image: none !important;
}

.section-nav-projects__inner h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.section-nav-projects__inner:nth-of-type(odd) {
	box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, .1);
}

.section-nav-projects__inner:hover, .section-nav-projects__inner:focus {
	opacity: 1;
	color: #fff;
}

.section-nav-projects__inner:hover .section-nav-projects__arrow:after {
	transform: scale(1);
}

.section-nav-projects__arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.section-nav-projects__arrow > i {
	font-size: 32px;
}

.section-nav-projects__arrow:after {
	content: "";
	display: block;
	border-radius: 100%;
	border: 1px solid #b0b0b0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.section-nav-projects__backgrounds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-nav-projects__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-size: cover;
	background-position: center center;
	transition: all .3s ease-in-out;
	transform: scale(1.05);
}

.section-nav-projects__background.active, .section-nav-projects__background.selected {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.section-nav-projects__overlay {
	z-index: 0;
}

.section-nav-projects__label {
	position: absolute;
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
	.section-nav-projects__label {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.section-nav-projects__label_next {
	top: 60px;
	left: 80px;
}

.section-nav-projects__label_prev {
	bottom: 60px;
	right: 80px;
}

@media screen and (max-width: 1400px) {
	.section-nav-projects .section-nav-projects__inner_prev {
		padding-left: 70px;
		padding-right: 80px;
	}
	
	.section-nav-projects .section-nav-projects__inner_next {
		padding-left: 80px;
		padding-right: 70px;
	}
	
	.section-nav-projects__arrow {
		width: 60px;
		height: 60px;
	}
	
	.section-nav-projects__arrow > i {
		font-size: 24px;
	}
}

@media screen and (max-width: 1280px) {
	.section-nav-projects .section-nav-projects__inner_prev {
		padding-left: 40px;
		padding-right: 60px;
	}
	
	.section-nav-projects .section-nav-projects__inner_next {
		padding-left: 60px;
		padding-right: 40px;
	}
	
	.section-nav-projects__label_next {
		left: 60px;
	}
	
	.section-nav-projects__label_prev {
		right: 60px;
	}
	
	.section-nav-projects__inner {
		padding-top: 160px;
		padding-bottom: 160px;
	}
}

@media screen and (max-width: 991px) {
	.section-nav-projects__arrow {
		width: 50px;
		height: 50px;
	}
	
	.section-nav-projects__arrow > i {
		font-size: 20px;
	}
	
	.section-nav-projects__inner {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	.section-nav-projects .section-nav-projects__inner_prev {
		padding-left: 10px;
	}
	
	.section-nav-projects .section-nav-projects__inner_next {
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.section-nav-projects .section-nav-projects__inner_prev {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.section-nav-projects .section-nav-projects__inner_next {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.section-nav-projects__label {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		margin-bottom: 1em;
	}
	
	.section-nav-projects__inner {
		flex-direction: column;
		align-items: center;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.section-nav-projects__inner h3 {
		margin-bottom: 2em;
	}
	
	.section-nav-projects__arrow {
		order: 2;
	}
	
	.section-nav-projects__arrow:after {
		transform: scale(1);
	}
	
	.section-nav-projects__inner:nth-of-type(odd) {
		box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, .3);
	}
}

/*!========================================================================
 * 57. Select
 * ======================================================================!*/
select {
	display: block;
	border: 1px solid rgba(176, 176, 176, .3);
	padding: 10px 35px 10px 15px;
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("https://cdn-kggjl.nitrocdn.com/rJBaVtRTTiBrCpBGFHldkusYWXRGklfc/assets/images/optimized/rev-e9f1416/yukimar.com.br/wp-content/themes/rubenz/img/general/select.png");
	background-position: right 15px bottom 50%;
	background-repeat: no-repeat;
	background-size: 6px 4px;
}

select.nitro-lazy {
	background-image: none !important;
}

/*!========================================================================
 * 58. Slider
 * ======================================================================!*/
.slider {
	max-width: 100%;
}

.slider p {
	display: inline-block;
	width: 100%;
	max-width: 600px;
}

.slider_vertical-centered .swiper-wrapper {
	align-items: center !important;
}

.slider__caption {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
}

.slider__caption_top {
	margin-top: 0;
	margin-bottom: 30px;
}

.slider__caption_bottom {
	margin-top: 30px;
	margin-bottom: 0;
}

.slider__counter {
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 16px;
}

@media only screen and (max-width: 991px) {
	.slider__counter {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.slider__counter_current {
	margin-right: 30px !important;
}

.slider__counter_total {
	margin-left: 30px !important;
	color: #888;
}

.slider__progress {
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
}

.slider__progressbar {
	position: relative !important;
	width: 180px !important;
	height: 1px !important;
	background: #b0b0b0;
}

.slider__progressbar-fill {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #181818;
	transform-origin: left center;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.slider__dot {
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
}

.slider__dot:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #b0b0b0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.slider__dot:after {
	content: "";
	display: block;
	border-radius: 100%;
	border: 1px solid #b0b0b0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.slider__dot:hover:after {
	transform: scale(1);
}

.slider__dot_active:before {
	background-color: #181818;
}

.slider__dot_active:after {
	transform: scale(1);
	border-color: #181818;
}

.slider__backgrounds {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.slider__backgrounds .slider__background {
	width: 100%;
	height: 100%;
}

.slider__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	transform: scale(1.05);
}

.slider__background.active, .slider__background.selected {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.slider__background.active ~ .slider__background-overlay, .slider__background.selected ~ .slider__background-overlay {
	opacity: .6;
}

.slider__background-overlay {
	opacity: 0;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	z-index: 0 !important;
}

.slider__arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	cursor: pointer;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.slider__arrow:focus {
	outline: none;
}

.slider__arrow:after {
	content: "";
	display: block;
	border-radius: 100%;
	border: 1px solid #b0b0b0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.slider__arrow:hover:after {
	transform: scale(1);
}

.slider__arrow i {
	font-size: 32px;
	line-height: 2;
}

.slider__arrow.swiper-button-disabled {
	opacity: .3;
}

.slider__arrow.swiper-button-disabled:hover:after {
	transform: scale(0);
}

.slider__arrow-inner {
	position: relative;
}

@media screen and (max-width: 1280px) {
	.slider__caption {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.slider__caption_top {
		margin-bottom: 20px;
	}
	
	.slider__caption_bottom {
		margin-top: 20px;
	}
	
	.slider__arrow {
		width: 60px;
		height: 60px;
	}
	
	.slider__arrow i {
		font-size: 24px;
	}
}

@media screen and (max-width: 991px) {
	.slider__progressbar {
		width: 140px !important;
	}
	
	.slider__dot {
		margin: 0 8px;
	}
	
	.slider__progress {
		margin-top: 25px;
	}
	
	.slider__counter_total {
		margin-left: 15px !important;
	}
	
	.slider__counter_current {
		margin-right: 15px !important;
	}
}

/*!========================================================================
 * 59. Sidebar
 * ======================================================================!*/
.sidebar_no-margin-last-widget .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.sidebar .search-form {
	margin-top: 0;
}

@media only screen and (max-width: 991px) {
	.sidebar {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.sidebar {
		margin-top: 60px;
	}
}

/*!========================================================================
 * 60. Slider Headings
 * ======================================================================!*/
.slider-headings {
	text-align: center;
	width: 100%;
	height: 100%;
}

.slider-headings .slider__dot:before {
	background-color: #181818;
}

.slider-headings .slider__dot:after {
	border-color: #181818;
}

.slider-headings__footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	text-align: center;
	z-index: 60;
}

.slider-headings__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
}

.slider-headings__slide h2 {
	font-size: 68px;
}

.slider-headings__link {
	display: block !important;
	padding-right: 15px;
	padding-left: 15px;
	background-image: none;
}

.slider-headings__link.nitro-lazy {
	background-image: none !important;
}

.slider-headings__link:hover {
	opacity: 1;
	color: #fff;
}

.slider-headings__progress {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	z-index: -1;
	opacity: .05;
	height: 300px;
	margin-top: 0 !important;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.slider-headings__counter {
	font-size: 300px;
	line-height: 300px;
	height: 300px;
	overflow: hidden;
}

.slider-headings__arrow {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	z-index: 60;
}

.slider-headings__arrow_prev {
	left: 85px;
}

.slider-headings__arrow_next {
	right: 85px;
}

@media screen and (max-width: 1400px) {
	.slider-headings__arrow_prev {
		left: 45px;
	}
	
	.slider-headings__arrow_next {
		right: 45px;
	}
	
	.slider-headings__slide h2 {
		font-size: 54px;
	}
	
	.slider-headings__counter {
		font-size: 250px;
		line-height: 250px;
		height: 250px;
	}
}

@media screen and (max-width: 1280px) {
	.slider-headings__arrow_prev {
		left: 25px;
	}
	
	.slider-headings__arrow_next {
		right: 25px;
	}
}

@media screen and (max-width: 991px) {
	.slider-headings__slide h2 {
		font-size: 28px;
		line-height: 1.3;
	}
	
	.slider-headings__arrow:after {
		transform: scale(1) !important;
	}
	
	.slider-headings__arrow_prev {
		left: 30px;
	}
	
	.slider-headings__arrow_next {
		right: 30px;
	}
	
	.slider-headings__counter {
		font-size: 150px;
		line-height: 150px;
		height: 150px;
	}
}

@media screen and (max-width: 767px) {
	.slider-headings__arrow {
		display: none !important;
	}
}

/*!========================================================================
 * 61. Slider Fullscreen
 * ======================================================================!*/
.slider-halfscreen_fullscreen {
	height: 100vh;
	height: calc(var(--fix-bar-vh, 1vh) * 100);
	flex-direction: column;
}

.slider-halfscreen_fullscreen .slider-halfscreen__images {
	width: 100%;
	height: 100%;
}

.slider-halfscreen_fullscreen .slider-halfscreen__content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	max-height: 100%;
}

.slider-halfscreen_fullscreen .slider-halfscreen__content-inner {
	padding: 0 30px;
	text-align: center;
}

.slider-halfscreen_fullscreen .slider-halfscreen__content-inner h2 {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	font-size: 68px;
}

.slider-halfscreen_fullscreen .slider-halfscreen__wrapper-link {
	z-index: 50;
	left: 0;
	right: 0;
	text-align: center;
}

.slider-halfscreen_fullscreen .slider-halfscreen__link {
	display: inline-flex !important;
}

.slider-halfscreen_fullscreen .slider-halfscreen__header p {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media screen and (max-width: 1400px) {
	.slider-halfscreen_fullscreen .slider-halfscreen__content-inner h2 {
		font-size: 54px;
	}
}

@media screen and (max-width: 991px) {
	.slider-halfscreen_fullscreen .slider-halfscreen__content {
		height: auto;
	}
	
	.slider-halfscreen_fullscreen .slider-halfscreen__content-inner h2 {
		font-size: 28px;
		line-height: 1.3;
	}
}

/*!========================================================================
 * 62. Slider Half Screen
 * ======================================================================!*/
.slider-halfscreen {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100vh;
	height: calc(var(--fix-bar-vh, 1vh) * 100);
	overflow: hidden;
}

.slider-halfscreen .slider-halfscreen__bg {
	width: 100%;
	height: 100%;
}

.slider-halfscreen__images {
	width: 50%;
	height: 100%;
	margin: 0;
}

.slider-halfscreen__content {
	width: 50%;
	height: 100%;
	margin: 0;
	max-height: 100%;
}

.slider-halfscreen__images-slide {
	overflow: hidden;
}

.slider-halfscreen__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider-halfscreen__content-slide {
	height: 100%;
}

.slider-halfscreen__content-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 120px 180px 120px 120px;
}

.slider-halfscreen__content-inner h2 {
	font-size: 54px;
	font-weight: 600;
	line-height: 1.59;
}

.slider-halfscreen__header {
	width: 100%;
}

.slider-halfscreen__header p {
	max-width: 500px;
	font-size: 16px;
}

.slider-halfscreen__wrapper-link {
	position: absolute;
	bottom: 80px;
	left: 120px;
}

.slider-halfscreen__link {
	display: flex !important;
	align-items: center;
	background-image: none;
}

.slider-halfscreen__link.nitro-lazy {
	background-image: none !important;
}

.slider-halfscreen__link span {
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
	.slider-halfscreen__link span {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.slider-halfscreen__link:hover {
	opacity: 1;
}

.slider-halfscreen__link-line {
	background-color: #181818;
	width: 60px;
	height: 1px;
	margin-right: 20px;
}

.slider-halfscreen__arrows {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 90px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 60;
}

.slider-halfscreen__images-slide-inner {
	width: 100%;
	height: 100%;
}

.slider-halfscreen__overlay {
	z-index: 1 !important;
}

@media screen and (max-width: 1400px) {
	.slider-halfscreen__content-inner {
		padding: 80px 120px 80px 80px;
	}
	
	.slider-halfscreen__content-inner h2 {
		font-size: 43px;
	}
	
	.slider-halfscreen__wrapper-link {
		bottom: 60px;
		left: 80px;
	}
	
	.slider-halfscreen__arrows {
		right: 50px;
	}
}

@media screen and (max-width: 1280px) {
	.slider-halfscreen__content-inner {
		padding: 50px 90px 50px 50px;
	}
	
	.slider-halfscreen__wrapper-link {
		bottom: 50px;
		left: 50px;
	}
	
	.slider-halfscreen__arrows {
		right: 30px;
	}
}

@media screen and (max-width: 991px) {
	.slider-halfscreen {
		height: 100vh;
		height: calc(var(--fix-bar-vh, 1vh) * 100);
		flex-direction: column;
		color: #fff;
	}
	
	.slider-halfscreen__link-line {
		background-color: #fff;
	}
	
	.slider-halfscreen__images {
		width: 100%;
		height: 100%;
	}
	
	.slider-halfscreen__content {
		position: absolute !important;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		height: auto;
	}
	
	.slider-halfscreen__content-inner {
		padding: 0 30px;
		text-align: center;
	}
	
	.slider-halfscreen__content-inner h2 {
		margin-top: 0;
		width: 100%;
		font-size: 28px;
		line-height: 1.3;
	}
	
	.slider-halfscreen__wrapper-link {
		margin-top: 15px;
		bottom: auto;
		left: auto;
		position: relative;
	}
	
	.slider-halfscreen__link {
		justify-content: center;
	}
	
	.slider-halfscreen__link-line {
		width: 40px;
	}
	
	.slider-halfscreen__arrows {
		left: 0;
		right: 0;
		top: auto;
		bottom: 15px;
		transform: none;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex: 0 1 80px;
		width: 100%;
		padding: 0 15px;
	}
	
	.slider-halfscreen__header p {
		margin-left: auto;
		margin-right: auto;
	}
}

/*!========================================================================
 * 63. Slider Text
 * ======================================================================!*/
.slider-text {
	width: 100%;
	height: 100%;
}

.slider-text__upper {
	height: 50%;
}

.slider-text__upper .slider-text__slide {
	align-items: flex-end;
}

.slider-text__lower {
	height: 50%;
}

.slider-text__lower .slider-text__slide {
	align-items: flex-start;
}

.slider-text__slide {
	flex: 1 1 auto !important;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	overflow: unset;
}

.slider-text__slide h2 {
	font-size: 54px;
	font-weight: 600;
	line-height: 1.59;
	white-space: nowrap;
	margin-bottom: 0;
}

.slider-text__header {
	position: relative;
}

.slider-text__line {
	width: 120px;
	height: 2px;
	background-color: #181818;
	margin-left: 30px;
	margin-right: 30px;
}

.slider-text__counter {
	position: absolute;
	top: -15px;
	right: 100%;
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #888;
	white-space: nowrap;
}

@media only screen and (max-width: 991px) {
	.slider-text__counter {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.slider-text__link {
	display: flex !important;
	align-items: center;
	background-image: none;
}

.slider-text__link.nitro-lazy {
	background-image: none !important;
}

.slider-text__link:hover {
	opacity: 1;
	color: #fff;
}

.slider-text__helper {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;
	text-align: center;
}

.slider-text__helper-label-normal {
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 50px;
	padding-bottom: 2px;
	overflow: hidden;
}

@media only screen and (max-width: 991px) {
	.slider-text__helper-label-normal {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.slider-text__helper-label-view {
	position: absolute;
	left: 0;
	right: 0;
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 2px;
	overflow: hidden;
}

@media only screen and (max-width: 991px) {
	.slider-text__helper-label-view {
		font-size: 11px;
		letter-spacing: .8px;
	}
}

.slider-text__helper__inner {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.slider-text__backgrounds {
	z-index: 0;
}

@media screen and (max-width: 1400px) {
	.slider-text__slide h2 {
		font-size: 43px;
	}
}

@media screen and (max-width: 991px) {
	.slider-text__slide h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	.slider-text__slide {
		text-align: center;
		flex: 1 0 100% !important;
	}
	
	.slider-text__slide h2 {
		white-space: unset;
		line-height: 1.3;
	}
	
	.slider-text__line {
		display: none;
	}
	
	.slider-text__counter {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 15px;
		right: auto;
	}
}

/*!========================================================================
 * 64. Social
 * ======================================================================!*/
.social {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin: -8px;
}

.social__item {
	display: inline-block;
	margin: 8px;
}

.social__item a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	width: 48px;
	height: 48px;
	font-size: 16px;
	border-radius: 100%;
	background-image: none;
}

.social__item a.nitro-lazy {
	background-image: none !important;
}

.social__item a:after {
	content: "";
	display: block;
	border-radius: 100%;
	border: 1px solid #b0b0b0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.social__item a:hover {
	opacity: 1;
}

.social__item a:hover:after {
	transform: scale(1);
}

@media screen and (max-width: 991px) {
	.social__item a {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}

/*!========================================================================
 * 65. Spinner
 * ======================================================================!*/
.spinner {
	position: fixed;
	left: 120px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	z-index: 10000;
	-webkit-animation: rotator 1.2s ease-in-out infinite;
	animation: rotator 1.2s ease-in-out infinite;
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes rotator {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(270deg);
	}
}

@keyframes rotator {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(270deg);
	}
}

.spinner__path {
	stroke: #b0b0b0;
	stroke-dasharray: 202;
	stroke-dashoffset: 0;
	transform-origin: center;
	-webkit-animation: dash 1.2s ease-in-out infinite;
	animation: dash 1.2s ease-in-out infinite;
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 202;
		transform: rotate(0deg);
	}
	
	50% {
		stroke-dashoffset: 50.5;
		transform: rotate(135deg);
	}
	
	100% {
		stroke-dashoffset: 202;
		transform: rotate(450deg);
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 202;
		transform: rotate(0deg);
	}
	
	50% {
		stroke-dashoffset: 50.5;
		transform: rotate(135deg);
	}
	
	100% {
		stroke-dashoffset: 202;
		transform: rotate(450deg);
	}
}

@media screen and (max-width: 1400px) {
	.spinner {
		left: 80px;
	}
}

@media screen and (max-width: 1280px) {
	.spinner {
		left: 30px;
	}
}

@media screen and (max-width: 991px) {
	.spinner {
		left: 15px;
	}
}

/*!========================================================================
 * 66. Table
 * ======================================================================!*/
table {
	border-collapse: collapse;
	margin: 0 0 24px;
	width: calc(100% - 30px);
}

thead th {
	border-bottom: 1px solid #181818;
	padding-bottom: .5em;
}

th {
	padding: 1em;
	text-align: left;
}

tr {
	border-bottom: 1px solid rgba(176, 176, 176, .3);
}

td {
	padding: 1em;
}

th:first-child, td:first-child {
	padding-left: 0;
}

th:last-child, td:last-child {
	padding-right: 0;
}

/*!========================================================================
 * 67. Slider Testimonials
 * ======================================================================!*/
.slider-testimonials__slide {
	display: flex;
	align-items: center;
	padding: 50px 0;
}

.slider-testimonials__slide blockquote {
	font-size: 20px;
	line-height: 1.75;
	font-style: italic;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent;
}

.slider-testimonials__footer {
	border-top: 1px solid rgba(176, 176, 176, .3);
	text-align: center;
	padding-top: 30px;
}

.slider-testimonials__wrapper-avatar {
	border-radius: 100%;
	overflow: hidden;
	width: 164px;
	height: 164px;
	flex: 1 0 auto;
}

.slider-header-testimonials {
	border-bottom: 1px solid rgba(176, 176, 176, .3);
	padding-bottom: 25px;
}

.slider-header-testimonials:before, .slider-header-testimonials:after {
	content: "";
	display: block;
	height: 100%;
	width: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 50;
}

.slider-header-testimonials:before {
	left: 0;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.slider-header-testimonials:after {
	right: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.slider-header-testimonials__slide {
	text-align: center;
	cursor: pointer;
}

.slider-header-testimonials__slide span {
	display: block;
	opacity: .3;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
}

.slider-header-testimonials__slide.swiper-slide-active span {
	opacity: 1;
}

@media only screen and (max-width: 991px) {
	.slider-testimonials__wrapper-avatar {
		width: 80px;
		height: 80px;
	}
	
	.slider-testimonials__slide {
		flex-direction: column;
		text-align: center;
		padding: 30px 0 0;
	}
	
	.slider-testimonials__slide blockquote {
		font-size: 16px;
		padding: 1em 1em 30px;
	}
	
	.slider-header-testimonials {
		padding-bottom: 15px;
	}
	
	.slider-header-testimonials__slide span {
		font-size: 16px;
	}
}

/*!========================================================================
 * 68. Tags
 * ======================================================================!*/
.tagcloud ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tagcloud ul li {
	display: inline-block !important;
	margin-bottom: 0 !important;
}

.tagcloud a {
	display: inline-block;
	font-size: 12px !important;
	line-height: 1;
	color: #181818;
	background-color: #f2f2f2;
	padding: 11px 15px;
	margin-bottom: 6px;
	margin-right: 4px;
	border-radius: 100px;
	background-image: none;
}

.tagcloud a.nitro-lazy {
	background-image: none !important;
}

.tagcloud a:hover {
	background-color: #d6d7d9;
	opacity: 1;
}

/*!========================================================================
 * 69. Split Text
 * ======================================================================!*/
[data-os-animation] .split-text, [data-os-animation] .split-chars {
	opacity: 0;
	visibility: hidden;
}

.split-text__line {
	overflow: hidden;
}

.split-chars__line {
	display: inline;
	overflow: hidden;
}

.elementor-editor-active [data-os-animation] .split-text, .elementor-editor-active [data-os-animation] .split-chars {
	opacity: 1;
	visibility: visible;
}

/*!========================================================================
 * 70. Typography
 * ======================================================================!*/
h1, h2, h3, h4, h5 {
	font-family: var(--font-primary);
}

h6 {
	font-family: var(--font-secondary);
}

h1 {
	font-size: 54px;
	font-weight: 600;
	line-height: 1.59;
}

h2 {
	font-size: 33px;
	font-weight: 600;
	line-height: 1.5;
}

h3 {
	font-size: 27px;
	font-weight: 300;
	line-height: 1.67;
	margin-bottom: 1em;
}

h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.67;
}

h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.67;
}

h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	font-weight: 400;
	margin-top: 1em;
	margin-bottom: 1em;
}

strong, b {
	font-weight: 600;
}

small {
	font-size: 14px;
}

.heading-light {
	font-weight: 300;
}

a {
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	color: inherit;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0px, #888 0px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100px);
}

a:hover, a:focus {
	text-decoration: none;
	color: inherit;
	opacity: .3;
}

a:focus {
	color: inherit;
	outline: none;
}

.quicklinks a:hover, .quicklinks a:focus {
	opacity: initial;
}

code, kbd, tt, var, samp {
	font-family: Inconsolata, monospace;
}

pre {
	font-family: Inconsolata, monospace;
	border: 1px solid rgba(176, 176, 176, .3);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 2em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #f2f2f2;
}

code, kbd {
	background-color: #f2f2f2;
	padding: .125em .25em;
}

blockquote {
	background-color: #f2f2f2;
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}

blockquote p {
	font-size: 18px;
	line-height: 1.5556;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}

cite {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-style: normal;
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: 1em;
}

cite:before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #181818;
	margin-right: 15px;
}

@media screen and (max-width: 1400px) {
	h1 {
		font-size: 43px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 19px;
	}
	
	h5 {
		font-size: 16px;
	}
	
	h6 {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 28px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 19px;
	}
	
	h4 {
		font-size: 17px;
	}
	
	h5 {
		font-size: 16px;
	}
	
	h6 {
		font-size: 16px;
	}
	
	small {
		display: inline-block;
		font-size: 12px;
	}
}

/*!========================================================================
 * 71. Widget
 * ======================================================================!*/
.widget:not(.widget_polylang) p:last-of-type {
	margin-bottom: 0;
}

.widget:not(.widget_polylang) select {
	width: 100%;
	max-width: 100%;
}

.widget:not(.widget_polylang) ul:not(.social) {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.widget:not(.widget_polylang) ul:not(.social) li {
	display: block;
	margin-bottom: 20px;
}

.widget:not(.widget_polylang) ul:not(.social) li a:hover {
	color: var(--color-accent-primary);
}

.widget:not(.widget_polylang) ul:not(.social) li:last-child {
	margin-bottom: 0;
}

.widget:not(.widget_polylang) ul:not(.social) ul {
	width: 100%;
	padding-left: 1em;
	margin-top: 1em;
}

.widget:not(.widget_polylang) ul li a {
	background-image: none;
}

.widget:not(.widget_polylang) ul li a.nitro-lazy {
	background-image: none !important;
}

.widgettitle {
	display: block;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

.widgettitle:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #181818;
	margin-bottom: .5em;
}

/*!========================================================================
 * 72. Widget Archive
 * ======================================================================!*/
.widget_archive ul li {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.widget_archive ul li span {
	color: #888;
	font-size: 13px;
	line-height: 1;
}

/*!========================================================================
 * 73. Widget Calendar
 * ======================================================================!*/
#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar caption {
	caption-side: top;
	width: 100%;
	text-align: center;
	padding-top: 0;
	padding-bottom: 10px;
}

#wp-calendar th {
	font-weight: 600;
	padding: 5px;
	text-align: center;
}

#wp-calendar td {
	padding: 5px;
	color: #b0b0b0;
}

#wp-calendar td#next {
	text-align: right;
}

#wp-calendar td#prev {
	text-align: left;
}

#wp-calendar tr {
	border-bottom: none;
}

#wp-calendar a {
	color: #181818;
	background-image: none;
}

#wp-calendar a.nitro-lazy {
	background-image: none !important;
}

/*!========================================================================
 * 74. Widget Categories
 * ======================================================================!*/
.widget_categories ul li {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.widget_categories ul li span {
	color: #888;
	font-size: 13px;
	line-height: 1;
}

/*!========================================================================
 * 75. Widget Logo
 * ======================================================================!*/
.widget_ruben_logo, .widget_rubenz_logo {
	max-width: 360px;
}

.widget_ruben_logo .logo, .widget_rubenz_logo .logo {
	margin-bottom: 2em;
}

@media screen and (max-width: 991px) {
	.widget_ruben_logo, .widget_rubenz_logo {
		max-width: 100%;
	}
	
	.widget_ruben_logo .logo, .widget_rubenz_logo .logo {
		margin-bottom: 1em;
	}
}

/*!========================================================================
 * 76. Widget Nav Menu
 * ======================================================================!*/
.widget_nav_menu ul.menu > li {
	margin-bottom: 1em !important;
	white-space: normal;
	word-break: break-word;
}

.widget_nav_menu ul.menu > li a {
	display: inline-block;
	padding: 0;
	font-size: 16px;
}

.widget_nav_menu ul.menu > li a:after, .widget_nav_menu ul.menu > li a:before {
	display: none;
}

.widget_nav_menu ul.menu > li.menu-item-has-children {
	margin-bottom: 1.5em !important;
}

.widget_nav_menu ul.menu > li.menu-item-has-children a:after {
	display: none;
}

.widget_nav_menu ul.sub-menu {
	background-color: transparent;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
	border-bottom: none;
	transform: none;
	margin-top: 1em;
}

.widget_nav_menu ul.sub-menu > li a {
	padding: 3px 0;
}

/*!========================================================================
 * 77. Widget Polylang
 * ======================================================================!*/
.widget_polylang {
	display: inline-block;
	font-size: 14px;
}

.widget_polylang select {
	width: auto;
	display: inline-block;
	padding: 5px 25px 5px 15px;
}

.widget_polylang ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.widget_polylang ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}

.widget_polylang ul li a {
	background-image: none;
}

.widget_polylang ul li a.nitro-lazy {
	background-image: none !important;
}

/*!========================================================================
 * 78. Widget RSS
 * ======================================================================!*/
.widget_rss .rsswidget {
	font-weight: 600;
	background-image: none;
}

.widget_rss .rsswidget.nitro-lazy {
	background-image: none !important;
}

.widget_rss .rss-date {
	display: block;
	width: 100%;
	font-size: 13px;
	margin-top: .5em;
	margin-bottom: 1em;
}

.widget_rss .rssSummary {
	margin-top: 1em;
	margin-bottom: 1em;
}

.widget_rss ul > li {
	border-bottom: 1px solid rgba(176, 176, 176, .3);
	padding-bottom: 1em;
}

.widget_rss ul > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/*!========================================================================
 * 79. Widget Recent Comments
 * ======================================================================!*/
.widget_recent_comments ul li {
	padding: 20px 0;
	margin-bottom: 0 !important;
	border-bottom: 1px solid rgba(176, 176, 176, .3);
}

.widget_recent_comments ul li:first-child {
	padding-top: 0;
}

.widget_recent_comments ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.widget_recent_comments .comment-author-link {
	color: #888;
}

/*!========================================================================
 * 80. Widget Recent Entries
 * ======================================================================!*/
.widget_recent_entries .post-date {
	display: block;
	width: 100%;
	font-size: 13px;
	margin-top: .25em;
	color: #888;
}

.widget_recent_entries ul li {
	padding: 20px 0;
	margin-bottom: 0 !important;
	border-bottom: 1px solid rgba(176, 176, 176, .3);
}

.widget_recent_entries ul li:first-child {
	padding-top: 0;
}

.widget_recent_entries ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

/*!========================================================================
 * 81. Widget WPML
 * ======================================================================!*/
.widget_icl_lang_sel_widget {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 14px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
	width: auto;
	border: 1px solid rgba(176, 176, 176, .3);
	border-radius: 2px;
	padding: 2px 5px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a {
	border: none;
	background: transparent;
	background-image: none;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a.nitro-lazy {
	background-image: none !important;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:hover, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:focus {
	opacity: 1;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:hover, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:focus, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
	background: transparent;
}

.widget_icl_lang_sel_widget .wpml-ls-sub-menu {
	border-top: none;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
	padding: 2px 5px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal .wpml-ls-item {
	display: inline-block;
	margin-bottom: 0;
}

.lang-switch-no-padding-right .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
	padding-right: 0;
}

/*!========================================================================
 * 82. Utilities
 * ======================================================================!*/
.text-left {
	text-align: left !important;
}

.text-left .section__headline {
	margin-right: auto;
}

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

.text-center .section__headline {
	margin-left: auto;
	margin-right: auto;
}

.text-right {
	text-align: right !important;
}

.text-right .section__headline {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.row-80 {
	margin-left: -40px;
	margin-right: -40px;
}

.overflow {
	position: relative;
	overflow: hidden;
}

.overflow__curtain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}

.overflow__content {
	width: 100%;
	height: 100%;
}

.position-relative {
	position: relative;
}

.position-fixed {
	position: fixed;
}

.color-white {
	color: #fff !important;
}

.color-black {
	color: #0f0f0f !important;
}

.color-dark {
	color: #181818 !important;
}

.blurred {
	filter: blur(7px);
}

.of-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.of-contain {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.split-line {
	overflow: hidden;
}

.hidden {
	opacity: 0;
	visibility: hidden;
}

.no-gutters {
	padding-left: 0;
	padding-right: 0;
}

.grayscale {
	filter: grayscale(70%);
}

.h-100 {
	height: 100%;
}

.lockhover .menu-overlay > li > a:not(.selected) {
	opacity: .2;
	pointer-events: none;
}

.lockhover .menu-overlay .sub-menu > li > a:not(.selected) {
	opacity: .2;
	pointer-events: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.backgroundblendmode .blend-difference {
	mix-blend-mode: difference;
}

.backgroundblendmode .blend-difference .header__burger-line {
	background-color: #fff;
}

.backgroundblendmode .blend-difference .logo {
	color: #fff;
}

.backgroundblendmode .blend-difference .logo__text-tagline {
	color: #f9f9f9;
}

.backgroundblendmode .blend-difference .menu > li > a {
	color: #fff;
}
