/*!
Theme Name: them.es Starter Theme (Bootstrap 5)
Theme URI: https://them.es/starter
Author: them.es
Author URI: https://them.es
Description: I'm an Open-source Starter Theme developed and maintained by them.es
Version: 3.0.4
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: my-theme
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Source+Sans+Pro:wght@300;400;600&family=Square+Peg&display=swap');

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

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

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

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

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

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

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.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; /* Above WP toolbar. */
}







.class1 {display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.class33 {width: 100%; overflow: hidden; position: relative;}
.class33 img {position: absolute; width: calc(300% + 60px); padding-bottom: 100%;}

.pos1 {height: 750px; margin-top: 60px;}
.pos2 {height: 550px; margin-top: 120px;}
.pos3 {height: 770px;}
.pos1 img {top: -60px; left: 0;}
.pos2 img {left: calc(-100% - 20px) !important; top: -120px;}
.pos3 img {left: calc(-200% - 40px) !important;}



/* NAVIGATION ICON */

.nav-icon {width: 40px;}
.nav-icon:after, .nav-icon:before, .nav-icon div {background-color: #fff; content: ''; display: block; height: 3px; margin: 9px 0; transition: all .2s ease-in-out;}
.navbar-toggler {padding: 0px !important; border: none; background: transparent !important;}
.navbar-toggler .nav-icon:before {transform: translateY(12px) rotate(135deg);}
.navbar-toggler .nav-icon:after {transform: translateY(-12px) rotate(-135deg);}
.navbar-toggler .nav-icon div {transform: scale(0);}
.navbar-toggler.collapsed .nav-icon:before {transform:translateY(0) rotate(0);}
.navbar-toggler.collapsed .nav-icon:after {transform:translateY(0) rotate(0);}
.navbar-toggler.collapsed .nav-icon div {transform: scale(1);}

/* END NAVIGATION ICON */




body {font-family: 'Source Sans Pro', sans-serif !important; font-weight: 300 !important; line-height: 1.4 !important; color: #2A2826; font-size: clamp(14px, 3vw, 16px) !important;}
footer a:hover {color: #fff; opacity: 0.5;}
h3 {font-family: 'Abril Fatface', cursive; font-size: 30px;}
.text-gray {color: #A3A3A3 !important;}
.motion {-moz-transition: 200ms ease-in !important; -ms-transition: 200ms ease-in !important; -o-transition: 200ms ease-in !important; transition: 200ms ease-in !important;		}
.motion1 {-moz-transition: 700ms ease-in-out !important; -ms-transition: 700ms ease-in-out !important; -o-transition: 700ms ease-in-out !important; transition: 700ms ease-in-out !important;		}

#wrapper {overflow: hidden;}
#hero-bg {background-image: url(https://rb-dach.pl/wp-content/uploads/2022/04/bg-hero.jpg); background-size: cover; padding-bottom: 40px;}
.page-id-6 #hero-bg {padding-bottom: 170px;}
.white-mask {position: absolute; bottom: -0.5px; left: 0; pointer-events: none;}
.header-icon {margin-right: 15px;}
.header-icon img {width: 24px;}
.phone-header span {display: none;}
.navbar-brand {padding-top: 20px !important; padding-bottom: 20px !important;}

.navbar-light .navbar-toggler {border: 0px; padding: 0;}
.navbar-toggler:focus {box-shadow: none !important;}
.navbar-collapse {background: #fff;}
#menu-main-menu li a {padding: 20px 15px; border-bottom: 1px solid #e3e3e3; font-size: 13px;}

.class1 {display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px;}
.class33 {width: 100%; overflow: hidden; position: relative;}
.class33 img {position: absolute; width: calc(300% + 40px);}
.pos1 {height: 30vh; margin-top: 2vh;}
.pos1 img {top: -2vh; left: 0;}
.pos2 {height: 23vh; margin-top: 6vh;}
.pos2 img {left: calc(-100% - 20px) !important; top: -6vh;}
.pos3 {height: 35vh;}
.pos3 img {left: calc(-200% - 40px) !important;}






h1 {font-family: 'Abril Fatface', cursive; font-size: clamp(40px, 10vw, 80px) !important; }
.hero h1 {font-family: 'Abril Fatface', cursive; font-size: clamp(80px, 18vw, 130px) !important; text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6); white-space: nowrap;}
.hero-subheader {font-family: 'Abril Fatface', cursive; font-size: clamp(20px, 5vw, 30px);}
.hero-col-1 {margin-top: -10px; z-index: 1;}
.hero p {font-size: clamp(20px, 5vw, 30px); font-weight: 400;}
.subheader {font-weight: 600;}
.arrow-down svg path {fill: #E38C0A;}
.arrow-down {min-height: 60px;}
.signature {font-family: 'Square Peg', cursive; font-size: 36px; line-height: 1;}
.logo-element {position: absolute; bottom: 60px; display: flex; justify-content: flex-end; left: 50%; transform: translate(-50%, 0);}
.logo-element img {width: 40vw; margin-right: calc(var(--bs-gutter-x)*.5);}
.arrow-down svg {animation: arrow 3s infinite;}

@keyframes arrow {
  0% {margin-top: 0px;}
  50% {margin-top: 10px;}
  100% {margin-top: 0px;}
}




.offer-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(15, 1fr);
grid-column-gap: calc(var(--bs-gutter-x)*.75);
grid-row-gap: calc(var(--bs-gutter-x)*.75);
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 2 / 1 / 3 / 2; }
.div3 { grid-area: 3 / 1 / 4 / 2; }
.div4 { grid-area: 4 / 1 / 5 / 2; }
.div5 { grid-area: 5 / 1 / 6 / 2; }
.div6 { grid-area: 6 / 1 / 7 / 2; }
.div7 { grid-area: 7 / 1 / 8 / 2; }
.div8 { grid-area: 8 / 1 / 9 / 2; }
.div9 { grid-area: 9 / 1 / 10 / 2; }
.div10 { grid-area: 10 / 1 / 11 / 2; }
.div11 { grid-area: 11 / 1 / 12 / 2; }
.div12 { grid-area: 12 / 1 / 13 / 2; }
.div13 { grid-area: 13 / 1 / 14 / 2; }
.div14 { grid-area: 14 / 1 / 15 / 2; }
.div15 { grid-area: 15 / 1 / 16 / 2; }





#menu-main-menu a {color: #2C2C2C !important;}

b, strong {font-weight: 700 !important;}

.px-cont {padding-left: var(--bs-gutter-x,.75rem); padding-right: var(--bs-gutter-x,.75rem);}
.bg-dark {background-color: #2C2C2C !important;}
.bg-orange {background-color: #F29100 !important;}

.offer-box {background-color: #E5E5E5; padding: 20px; min-height: 160px; height: 100%;}
.offer-box-icon {position: absolute; bottom: 20px; right: 20px; z-index: 1; transition-delay: 100ms !important;}
.offer-box-icon img {height: 64px;}
.offer-box-content {width: 70%;}
.triangle-element {position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 0 80px 200px; bottom: 0; right: 0;}
.orange-element {border-color: transparent transparent #F29100 transparent;}
.gray-element {border-color: transparent transparent #D0D0D0 transparent;}
.offer-box:hover .orange-element, .offer-box:hover .gray-element {border-width: 0 0 90px 190px;}
.offer-box:hover .offer-box-icon {bottom: 25px;}

.div6 .offer-box-bg {background-image: url(/wp-content/uploads/2022/04/bg-papy.jpg); background-size: cover; background-position: center bottom;}
.div8 .offer-box-bg {background-image: url(/wp-content/uploads/2022/04/bg-konserwacje-dachow.jpg); background-size: cover; background-position: center bottom;}
.offer-box-bg {color: #fff !important; font-size: 110%; line-height: 1.3;}

.logo-box {display: flex; flex-wrap: wrap; position: relative; z-index: 1;}
.logo-item {width: 33%;}
.logo-item a {width: 100%; height: 100%;}
.logo-item img {padding: 10px; filter: grayscale(100%); opacity: 0.4; width: 100%;}

.logo-item img:hover {padding: 5px; filter: grayscale(0%); opacity: 1;}

#add-offer-bg {background-color: #E5E5E5; padding-top: 170px;}

.white-mask-add-offer {position: absolute; top: -0.5px; left: 0; pointer-events: none;}
.dark-mask {position: absolute; top: -1px; left: 0; pointer-events: none;}
.mask-padding {padding-top: 170px;}

.add-offer-icon {border-right: 4px solid #B5B5B5; padding: 20px 0; flex-basis: 25%;}
.add-offer-icon svg {width: 48px;}
.add-offer-icon path {fill: #B5B5B5;}
.add-offer-content {padding-right: 15px; flex-basis: 75%;}

.add-offer-icon.orange path {fill: #F29100;}
.add-offer-icon.orange {border-right: 4px solid #F29100;}

.logo-element-white {display: flex; justify-content: flex-end; margin-top: -100px; margin-bottom: 30px;}
.logo-element-white img {width: 50%;}

.btn-primary {background-color: #2C2C2C !important; color: #fff; box-shadow: none; border: 0px; padding: 15px 30px;}
.btn-arrow {width: 24px; margin-left: 10px;}
.btn-arrow svg {width: 16px;}
.btn-primary:hover {background-color: #F29100 !important;}
.btn-primary:hover .btn-arrow svg {width: 16px; margin-left: 8px;}
.footer-top a {color: #fff;}
.hundred {text-align: right;}
.hundred img {width: 300px;}

.text-right {text-align: right;}
.footer-bottom p {font-size: 85%;}

footer {font-size: 90%; color: #999; font-weight: 300;}
#footer p {margin-top: 0px;}

.komart img {margin-top: 15px; width: 36px; -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.3;}
.komart img:hover {-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1}

.page-id-80 #hero-bg {padding-bottom: 40px;}


.portfolio-menu {box-shadow: 0px 5px 10px rgb(0 0 0 / 50%);}


.page-id-80 h3:after {content: ''; display: block; width: 30px; border-bottom: 4px solid #ddd; padding: 5px 0; }
.link-item a {background-color: #2C2C2C; color: #fff !important; padding: 7px 15px; font-weight: 400; cursor: pointer; border-radius: 3px;}
.link-item a:hover {background-color: #E38C0A;}
.portfolio-link {flex-wrap: wrap;}
.portfolio .col-6 {padding-bottom: calc(var(--bs-gutter-x)*1);}
.gallery-overflow {position: absolute; background-color:  rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; font-size: 40px; color: #fff !important;}
.gallery_image:hover .gallery-overflow {opacity: 1;}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {padding: 0 !important;}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag {display: none !important;}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {right: 10px !important;}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {left: 10px !important;}
.slb_details {display: none;}


.portfolio-menu {font-size: 80%;}
.portfolio-menu {top: -600px; left: 0; z-index: 999; background: #fff; margin-left: auto; margin-right: auto; width: 100%; display: flex;}
.portfolio-menu.show-cat {top: 0px;}
.hamburger-fixed {background: #000; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; right: 15px; bottom: 15px; z-index: 999; display: flex;}
.hamburger-fixed:hover {background: #E38C0A;}

.technologies-pretitle {font-weight: 600; color: #848484; margin-bottom: 10px;}
.technologies-title {font-size: 40px !important; line-height: 1;}
.technologies-builder h3:after {display: none;}
.technologies-builder h3 {margin-bottom: 20px !important;}

.cpt-box {color: #424242 !important; border: 1px solid #e3e3e3; padding: 20px 15px 50px 15px;}
.mb-calc {margin-bottom: calc(var(--bs-gutter-x)*.75);}
.cpt-title {font-size: 105%; font-weight: 600; line-height: 1.2; margin-bottom: 15px; min-height: 36px;}
.cpt-arrow {bottom: 20px;}
.cpt-arrow svg {width: 40px; height: auto;}

.cpt-box:hover {background-color: #f5f5f5;}
.cpt-box:hover .cpt-arrow {margin-left: 10px;}




@media (min-width: 425px) and (max-width: 575px) {
    
    .col-xs-6 {width: 50% !important;}

}

@media (min-width: 375px) {

    .offer-box {min-height: 140px;}
    .offer-box-content {width: 100%;}
    .offer-box {min-height: 220px;}
    .triangle-element {border-width: 0 0 70px 150px;}
    .offer-box:hover .orange-element, .offer-box:hover .gray-element {border-width: 0 0 80px 140px;}
    .offer-box:hover .offer-box-icon {bottom: 25px;}

}

@media (min-width: 400px) {
	
	.offer-grid {display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(9, 1fr);}

	.div1 { grid-area: 1 / 1 / 2 / 2; }
	.div2 { grid-area: 1 / 2 / 2 / 3; }
	.div3 { grid-area: 2 / 1 / 3 / 3; }
	.div4 { grid-area: 3 / 1 / 4 / 2; }
	.div5 { grid-area: 3 / 2 / 4 / 3; }
	.div6 { grid-area: 4 / 1 / 5 / 3; }
	.div7 { grid-area: 5 / 1 / 6 / 2; }
	.div8 { grid-area: 5 / 2 / 6 / 3; }
	.div9 { grid-area: 6 / 1 / 7 / 2; }
	.div10 { grid-area: 6 / 2 / 7 / 3; }
	.div11 { grid-area: 7 / 1 / 8 / 2; }
	.div12 { grid-area: 7 / 2 / 8 / 2; }
	.div13 { grid-area: 8 / 1 / 9 / 3; }
	.div14 { grid-area: 9 / 1 / 10 / 2; }
	.div15 { grid-area: 9 / 2 / 10 / 3; }
	
	.navbar-brand img {height: 60px !important;}
	
	
}

@media (min-width: 460px) {
    
    .offer-box {padding: 30px;}
    .logo-element-white img {width: 30%;}
    
}


@media (min-width: 576px) {
	
	body {line-height: 1.6 !important;}
	
}

@media (max-width: 767px) {
    
    #navbar {position: absolute; top: 81px; z-index: 999; width: calc(100% - var(--bs-gutter-x,1.5rem)); left: var(--bs-gutter-x,0.75rem); box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4)}

}

@media (min-width: 768px) {
	
	
	.offer-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(9, 1fr);
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(9, 1fr);
	}

	.div1 { grid-area: 1 / 1 / 2 / 2; }
	.div2 { grid-area: 1 / 2 / 2 / 3; }
	.div3 { grid-area: 2 / 1 / 3 / 2; }
	.div4 { grid-area: 2 / 2 / 3 / 3; }
	.div5 { grid-area: 3 / 1 / 4 / 2; }
	.div6 { grid-area: 3 / 2 / 5 / 3; }
	.div7 { grid-area: 4 / 1 / 5 / 2; }
	.div8 { grid-area: 5 / 1 / 7 / 2; }
	.div9 { grid-area: 5 / 2 / 6 / 3; }
	.div10 { grid-area: 6 / 2 / 7 / 3; }
	.div11 { grid-area: 7 / 1 / 8 / 2; }
	.div12 { grid-area: 7 / 2 / 8 / 3; }
	.div13 { grid-area: 8 / 1 / 9 / 3; }
	.div14 { grid-area: 9 / 1 / 10 / 2; }
	.div15 { grid-area: 9 / 2 / 10 / 3; }
	
	.class1 {grid-gap: 30px;}
	.class33 img {width: calc(300% + 60px);}
	.pos1 {height: 45vh; margin-top: 5vh;}
	.pos1 img {top: -5vh;}
	.pos2 {height: 30vh; margin-top: 9vh;}
	.pos2 img {top: -9vh;}
	.pos3 {height: 49vh;}
	
	.offer-box {min-height: 150px;}
    .offer-box-content {width: 70%;}
    .navbar-collapse {background: transparent;}
    #menu-main-menu li a {border-bottom: 0px; color: #fff !important; font-weight: 500; padding: 10px;}
    .navbar-brand img {height: 50px !important;}
    .page-id-6 #hero-bg {padding-bottom: 300px;}
    .logo-element {bottom: 100px; position: absolute;}
    .logo-item {width: 16.66%;}
    .logo-box .logo-item:nth-child(11) {margin-right: 16.66%;}
    #add-offer-bg {margin-top: -50px;}
    .btn-primary {padding: 20px 60px;}
    footer {font-size: 100%;}
    .logo-footer img {width: 170px;}
    .komart img {margin-top: 0px;}
    .footer-top {position: relative; z-index: 1;}
    .logo-element img {margin-right: 0;}
	.add-offer-content {padding-left: 50px;}
	
	.header-icon {margin-right: 0px; margin-left: 10px;}
	.phone-header:hover {background-color: #7C7C7C;}
	.mail-icon:hover, .google-icon:hover {opacity: 0.7; transform: scale(110%);}
	
}

@media (min-width: 992px) {
	
	.class1 {grid-gap: 30px;}
	.class33 img {width: calc(300% + 60px);}
	.pos1 {height: 450px; margin-top: 60px;}
	.pos1 img {top: -60px;}
	.pos2 {height: 300px; margin-top: 120px;}
	.pos2 img {top: -120px;}
	.pos3 {height: 500px;}

	.offer-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(5, 1fr);
		grid-column-gap: calc(var(--bs-gutter-x)*.75);
		grid-row-gap: calc(var(--bs-gutter-x)*.75);
	}

	.div1 { grid-area: 1 / 3 / 2 / 4; }
	.div2 { grid-area: 1 / 4 / 2 / 5; }
	.div3 { grid-area: 2 / 1 / 3 / 2; }
	.div4 { grid-area: 2 / 2 / 3 / 3; }
	.div5 { grid-area: 2 / 3 / 3 / 4; }
	.div6 { grid-area: 2 / 4 / 4 / 5; }
	.div7 { grid-area: 3 / 1 / 4 / 2; }
	.div8 { grid-area: 3 / 2 / 5 / 3; }
	.div9 { grid-area: 3 / 3 / 4 / 4; }
	.div10 { grid-area: 4 / 1 / 5 / 2; }
	.div11 { grid-area: 4 / 3 / 5 / 4; }
	.div12 { grid-area: 4 / 4 / 5 / 5; }
	.div13 { grid-area: 5 / 1 / 6 / 2; }
	.div14 { grid-area: 5 / 2 / 6 / 3; }
	.div15 { grid-area: 5 / 3 / 6 / 4; }
	
	.triangle-element {border-width: 0 0 110px 200px;}
    .offer-box {padding: 30px; min-height: 220px; line-height: 1.4;}
    .offer-box-icon {position: absolute; bottom: 30px; right: 30px; z-index: 1; transition-delay: 100ms !important;}
    .offer-box:hover .orange-element, .offer-box:hover .gray-element {border-width: 0 0 130px 190px;}
    .offer-box:hover .offer-box-icon {bottom: 40px;}
    .offer-box-content {width: 100%;}
    .footer-top {background-image: url(https://rb-dach.pl/wp-content/uploads/2022/04/bg-footer.svg); background-size: auto; background-position: 66%;}
    #add-offer-bg {margin-top: -200px; padding-top: 200px;}
	.logo-element-white {margin-top: -50px;}
    .logo-element-white img {width: 25%; margin-bottom: 40px;}
    .logo-element img {width: 25vw;}
    .hero p {font-size: 26px; line-height: 1.4;}
    .hero-subheader {font-size: 30px !important;}
    .logo-element {bottom: 300px; position: absolute;}
    .section-2 {position: relative; margin-top: -200px;}
    .sketch-img {margin-top: -80px;}
    #menu-main-menu li a {font-size: 16px;}
    .phone-header span {display: inline;}
    .phone-header {color: #fff; background-color: #E38C0A; border-radius: 50px; padding: 7px 25px; font-weight: 500; margin-right: 10px;}
    .header-icon img {width: 20px; margin-right: 5px;}
    .navbar-brand img {height: 60px !important;}
    .offer-box-bg .offer-box-content {font-size: 115%; line-height: 1.2; text-shadow: 1px 1px 5px rgba(0, 16, 0, 0.5);}
    .offer-grid {font-weight: 400;}
	.sketch-img {margin-top: -90px !important;}
	
	.portfolio-menu {top: -400px;}
	.portfolio-menu.show-cat {top: 0px;}
	.hamburger-fixed {right: 50px; bottom: 50px;}
	
	.subpage-logo-element {width: 50%;}
	
	.technologies-logo-element {position: absolute; right: 0; bottom: -150px;}
	
	.cpt-box {color: #424242 !important; border: 1px solid #e3e3e3; padding: 40px 30px 80px 30px;}
	.cpt-arrow {bottom: 40px;}
	
	
	
}

@media (min-width: 1200px) {
	
	.class1 {grid-gap: 30px;}
	.class33 img {width: calc(300% + 60px);}
	.pos1 {height: 580px; margin-top: 60px;}
	.pos1 img {top: -60px;}
	.pos2 {height: 400px; margin-top: 120px;}
	.pos2 img {top: -120px;}
	.pos3 {height: 660px;}
	
	.offer-box-content {width: 70%;}
    .offer-box {min-height: 175px;}
    .logo-item img {padding: 20px 5px;}
	.logo-item img:hover {padding: 0px;}
    #add-offer-bg {margin-top: -300px; padding-top: 270px;}
    .add-offer-icon {border-right: 6px solid #B5B5B5; padding: 40px 0;}
    .add-offer-icon.orange {border-right: 6px solid #F29100;}
    .logo-footer img {width: 130px;}
    .footer-top {background-position: 60%;}
    .section-3 {position: relative; z-index: 1; margin-top: -50px;}
    .logo-element {bottom: 350px;}
    .section-2 {margin-top: -250px;}
    .hero p {font-size: 22px;}
    .add-offer-content {padding-left: 30px;}
	
}

@media (min-width: 1360px) {
	
	.class1 {grid-gap: 30px;}
	.class33 img {width: calc(300% + 60px);}
	.pos1 {height: 750px; margin-top: 60px;}
	.pos1 img {top: -60px;}
	.pos2 {height: 550px; margin-top: 120px;}
	.pos2 img {top: -120px;}
	.pos3 {height: 770px;}
	
	
}

@media (min-width: 1400px) {
    
    .triangle-element {border-width: 0 0 110px 250px;}
    .offer-box {padding: 30px; min-height: 175px;}
    .offer-box-icon {position: absolute; bottom: 30px; right: 30px; z-index: 1; transition-delay: 100ms !important;}
    .offer-box:hover .orange-element, .offer-box:hover .gray-element {border-width: 0 0 130px 240px;}
    .offer-box:hover .offer-box-icon {bottom: 40px;}
    .add-offer-content {padding-left: 75px;}
    .section-3 {margin-top: -120px;}

}

@media (min-width: 1600px) {

	.page-id-6 #hero-bg {padding-bottom: 450px;}
	.logo-element {margin-top: -50px;}
	.navbar-brand img {margin-right: 30px; height: 70px !important;}
	.navbar-brand {padding-top: 40px !important; padding-bottom: 40px !important;}
	.logo-element img {width: 16vw;}
	.logo-element {bottom: 520px;}
	.section-2 {margin-top: -350px;}
	#add-offer-bg {margin-top: -400px; padding-top: 370px;}

}



.class33.pos3 {position: relative;}
.fakro-logo-hero {position: absolute; width: 80px; height: 13px; z-index: 999; right: 10px; bottom: 40px;}
.fakro-logo-hero img {width: 80px; left: inherit !important;}
.offer-logo-fakro {width: 70px; margin-bottom: 4px;}


@media(min-width: 500px) {
    .fakro-logo-hero {right: 15px; bottom: 15px;}  
}

@media(min-width: 1360px) and (max-width: 1399px) {  
    .fakro-logo-hero {right: 15px; bottom: 100px;}
}

@media(min-width: 1400px) {
    .fakro-logo-hero {position: absolute; width: 100px; height: 16px; right: 20px; bottom: 20px}
    .fakro-logo-hero img {width: 100px; left: inherit !important;}
}