body * {
	letter-spacing: normal;
}
.section-link {
	position: relative;
}
.internal-link {
	position: absolute;
	top: -125px;
}
figure#logo img {
	width: 250px;
}
body .container {
	width: 1300px;
}
#topbar {
	max-width: 1440px;
	margin: 0 auto;
}
#topbar #toplinks{
	float: none;
    padding-left: 300px;
}
#topbar > .row {
	margin-right: 0 !important;
    width: 100%;
    display: flex;
	justify-content: end;
}
#topbar > .row #logo {
	left: 0;
}
.cropped-img img {
	min-height: 400px;
    object-fit: cover;
    object-position: right;
}
.flex-center {
	display: flex;
	align-items: center;
}
#mainnav > .row {
    max-width: 1440px;
    justify-content: end;
}
body .banner-home {
	margin-top: 135px;
}
body a {
	color: #294634;
}
body a:hover {
	color: #294634;
}
body .page-wrapper .fixed-top {
	height: 123px;
}
body footer > .row {
	justify-content: center;
}
body footer > .row figure {
	margin-top: 0px;
}
body #mainnav .dropdown.menu > li.is-dropdown-submenu-parent > a {
	background: none;
}
body #mainnav .dropdown.menu > li > a{
	letter-spacing: normal;
	padding: 16px 10px;
}
body #language_selector:hover .submenu {
	display: block;
}
#topbar aside#toplinks ul li:nth-child(4) a {
    background: url(https://ralarsa.com/img/common/assets/icos/ral_ico_tellamamos_new.svg) no-repeat 13px 50%;
    background-size: 30px;
    display: inline-block;
    font: 700 18px 'Exo 2', sans-serif;
    padding: 10px 0 10px 45px;
    text-align: center;
    text-transform: uppercase;
}
body .owl-carousel.portfolio-slide .owl-nav {
	bottom: calc(50% - 23px);
    right: 20px;
    left: 10px;
    display: flex;
    justify-content: space-between;
}
body .owl-carousel.portfolio-slide .owl-nav .owl-prev, body .owl-carousel.portfolio-slide .owl-nav .owl-next {
	background: #3d5c50;
    border-radius: 30px;
    opacity: 0.8;
    font-size: 0;
}
body .owl-carousel.portfolio-slide .owl-nav .owl-prev:before {
	content: '\72';
	font-size: 50px;
	font-family: 'roxine-font-icon' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
body .owl-carousel.portfolio-slide .owl-nav .owl-next:before {
	content: '\73';
	font-size: 50px;
	font-family: 'roxine-font-icon' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
	.slider-mobile {
		display: none !important;
	}
}

@media (max-width: 768px) {
	body #language_selector li:nth-child(2) {

	}
	body .overlay-door.open {
		opacity: 1;
	}
	body .overlay-door.open:before {
		background: none;
	}
	body .banner-home {
    	margin-top: 155px;
	}
	.slider-desktop {
		display: none !important;
	}
	.slider-mobile, .slider-mobile img {
		max-height: 623px !important;
		object-fit: cover;
	}
}