
.trans-op, .trans-op.--all * { transition: opacity .2s ease; }
.trans-op:hover, .trans-op.--all:hover * { transition: opacity .4s ease; }

.trans, .trans.--all * { transition: all .2s ease; }
.trans:hover, .trans.--all:hover * { transition: all .4s ease; }

/* ******************** */
/* Header */
/* ******************** */
#header { 
	position:relative; 
	/* padding-top: 122px; */
	height: 100vh;
	z-index: 1;
	background: #000;
	overflow: hidden;
}

#header .bg-img
{
	width: 100%;
    position:absolute;
    z-index: -1;
    top: 0; bottom: 0; left: 0; right: 0;
    /* transform: translate(-50%, -50%); */
    min-width: 100%;
    min-height: 100%;
	margin: auto;
    background: transparent url(../img/slides/slide01.jpg) center center no-repeat;
	background-size: cover;
	opacity: 1;
	transform: scale3d(1, 1, 1);
	transform-origin: center;
}
#header #headerIntro {
	width: 100%;
    position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}
#IntroTabs .tab-content {
	padding-top: 18px !important;
	padding-bottom: 0 !important;
	overflow:hidden;
	height: 140px;
	/* max-height: 140px; */
}
.intro-box { 
	/* background: rgba(101,40,84,0.7);  */
	background: rgba(67,19,54,0.7); 
}
.tabs-btns.list-group { flex-direction: row; }
.tabs-btns a { font-size: 24px; border: none !important; background: transparent !important; color:#fff !important; text-transform:uppercase; border-radius: 0 !important; padding: 5px 15px !important; }
.tabs-btns a:hover, .tabs-btns a.active { background: #fff !important; color:#000 !important;  }

#header.compact {
	height: 50vh;
}
#header .bg-img.page-windows {
	/* background: transparent url(../img/products/windows/aluminium-windows.jpg) center center no-repeat; */
}

/* ******************** */
/* PreHeader  */
/* ******************** */
#preHeader { 
	background: rgba(0,0,0, 0.2); padding: 20px 0px; position:fixed; width: 100%; z-index: 998; 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.2s ease;
}
#preHeader.topbar-grow { background: rgba(255, 255, 255, 0.7); }
#preHeader.topbar-shrink { background: rgba(245, 245, 245, 1); border-bottom-color: rgba(0,0,0, 0.15); transition: all 0.3s ease-out; padding: 10px 0; }

/* ******************** */
/* MainNav */
/* ******************** */
nav ul {
	padding: 0 !important;
}
nav ul li {
	position:relative;
}
#mainNav a.nav-link,
#mobileNav a.nav-link,
#brand .sub-nav a.nav-link {  
	color: rgba(0,0,0, 1);
	text-decoration:none;
	padding: 5px 15px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0px;
	background: transparent;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 0px;
	line-height: 1.2;
}

#mainNav li.nav-item:hover a.nav-link,
#mainNav li.nav-item a.nav-link.active {  
	background: var(--color-2);
	color: rgba(255,255,255, 1);
	border-color: rgba(255,255,255, 0.3);
	text-decoration:none;
}

.btn-pill-outline-black, .btn-pill-black { background: transparent; color:#000; border: 2px solid rgba(0,0,0, 1); border-radius: 50px; padding: 4px 20px; font-size: 16px; font-weight: 500; line-height: 1.2; text-transform:uppercase; }
.btn-pill-outline-black:hover { background: #000; color: #fff; text-decoration:none; border-color: #000;  }
.btn-pill-black { color: #fff !important; background: rgba(0,0,0, 1) !important; border-color: rgba(0,0,0, 1) !important; }
.btn-pill-black:hover { color: #000 !important; background: rgba(0,0,0, 0) !important; border-color: rgba(0,0,0, 0.7) !important; }
.btn-pill-color-2 { color: #fff !important; background: var(--color-2) !important; border-color: var(--color-2) !important; }
.btn-pill-color-2:hover { color: #000 !important; background: rgba(0,0,0, 0) !important; border-color: rgba(0,0,0, 0.7) !important; }
.btn-social-icon { opacity: 1; transition: opacity .15s ease-in-out; }
.btn-social-icon:hover { opacity: 0.5; }
.brand-link { opacity: 1; }
.brand-link:hover { opacity: 0.7; }
#topContact { display: flex; }
/* ******************** */
/* Nav Toggle */
/* ******************** */
#navToggle { display: none; }
#navToggle {  padding: .4rem; }
#navToggle { background: transparent; border: 2px solid transparent; color: #000; border-radius: 0 !important; }
#navToggle:hover { color: #000; border-color: rgba(0,0,0, 1); }
/**/


/* ******************** */
/* Mobile Nav */
/* ******************** */
#mobileNavWrapper { position: fixed; top:0; left: 0; display:block; width: 100%; height: 0; overflow: hidden; z-index: 999; color:#fff; opacity: 0; transition: opacity 0.8s ease-out; overflow-y: scroll;}
#mobileNavWrapper.show-nav { height: 100vh; opacity: 1; transition: opacity 0.4s ease-out; }
#mobileNav { width: 100%; height: 100%; margin: 0 auto;}
#mobileNav li.nav-item { padding: 5px 0; border-bottom: 1px solid rgba(0,0,0, 0.1); }
#mobileNav a.nav-link {
	color: rgba(0,0,0, 1);
	background: transparent;
	width: 100%;
	font-size: 24px;
	padding: 10px 10px !important;
	font-family: var(--heading-font);
	font-weight: 200;
	letter-spacing: normal;
	text-align: center;
	border-radius: 0;
}
#mobileNav li:hover a.nav-link,
#mobileNav a.nav-link.active {  
	color: #fff;
	background: var(--color-2);
	text-decoration:none;
}

#mobileNav .sub-nav {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.15s ease-in-out;
}
#mobileNav li .sub-nav.show { 
	max-height: 200px;
	opacity: 1;
	transition: all 0.15s ease-in-out;
}
#mobileNav .sub-nav a.nav-link {  
	background: transparent !important;
	color: var(--red) !important;
	border-color: transparent !important;
	border-radius: 0;
	font-size: 20px;
}
#mobileNav .sub-nav a.nav-link:hover {  
	background: transparent !important;
	color: #777 !important;
	text-decoration:underline;
}

#mobileNav a.nav-link.brand-link {  }
#mobileNav a.nav-link.brand-link:hover,
#mobileNav a.nav-link.brand-link.active { background: transparent; color: #000; }

#navCloseBtn { background: transparent; border: 2px solid #000; color: #000; border-radius: 0; }
#navCloseBtn:hover { background: #000; color: #fff; border-color: #000; }

#navToggle { display:none !important;}
#mainNavWrapper { display: flex !important;}

.title {}
.title.--h1 { font-size: 94px; font-weight: 400;}

.img-styled { border: 1px solid rgba(0,0,0, 0.2); }
.bg-img-divider { width: 100%; height: 60vh; background: transparent url(../img/products/windows/aluminium/alumil-s60.jpg) center center no-repeat; background-size: cover; }

a.product-box { text-decoration:none; color:#000;}
a.product-box img { opacity: 1; }
a.product-box:hover img { opacity: 0.7; border-color: rgba(220,53,69, 1); }
a.product-box .product-info { position:relative; padding-bottom: 15px; margin-bottom: 15px; }
a.product-box .product-info:after { content: ""; position:absolute; width: 100%; max-width: 100%; height: 2px; background: rgba(0,0,0, 0.2); bottom: 0px; transition: all 0.3s ease !important; }
a.product-box:hover .product-info:after { background: rgba(220,53,69, 1); max-width: 80%; transition: all 0.2s ease !important; }

.check-list li { line-height: 1.9; font-size: 18px; }

.btn-link { text-decoration: none; }
.btn-link:hover { text-decoration: underline; }

.btn-black, .btn-outline-black,
.btn-white, .btn-outline-white { background: #000; color:#fff; border: 2px solid #000; border-radius: 0px; padding: 5px 20px; font-weight: 500; line-height: 1.2; text-transform:uppercase; }
.btn-black:hover { background: transparent; color: #000; border-color: #000; }
.btn-outline-black { background: transparent; color: #000; border-color: #000; }
.btn-outline-black:hover { background: #000; color: #fff; border-color: #000;  }

.btn-black.--on-dark-bg { border-color: #fff;}
.btn-black.--on-dark-bg:hover { border-color: #fff; color:#fff; }

.btn-white { background: #fff; color: #000; border-color: #000; }
.btn-white:hover { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-white { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-white:hover { background: #fff; color: #000; border-color: #fff;  }

.btn-dark { background: #242b35; color: #fff; border-color: #fff; border-width: 2px; border-radius: 0; }
.btn-dark:hover { background: transparent; color: #242b35; border-color: #242b35; }

.btn-dark-2 { background: #652854; color: #fff; border-color: #fff; border-width: 2px; border-radius: 0; }
.btn-dark-2:hover { background: transparent; color: #652854; border-color: #652854; }

.bg-dark .btn-dark-2:hover,
.bg-dark-2 .btn-dark-2:hover,
.bg-dark .btn-dark:hover,
.bg-dark-2 .btn-dark:hover { background: #fff; color: #000; border-color: #fff; }


/* .th-wrap img { max-width: 228px; } */
.th-wrap img { max-width: 100%; }

.img-styled { display: block; border: 2px solid #000; }
.image-wrapper {
  position: relative;
}
.image-wrapper.--16-9 { padding-bottom: 56.25%; /* 1920 * x / 100 = 1080 ; x = 56.25 */ }
.image-wrapper img {
  position: absolute; object-fit: cover; width: 100%; height: 100%;
  transform: translateZ(0);
}

.gallery a.th img { max-width: 275px; width: 100%; }
.gallery a:hover img { opacity: 0.5; }

.flex-table {
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: column;
	gap: 0.25rem;
}
.flex-table .flex-table-row {
	display: flex;
	justify-content: space-between;
	align-items: start;
	width: 100%;
	
}
.flex-table .flex-table-col {
	padding: 0.5rem 1rem;
	/* flex: 1; */
}

#contactForm input.form-control,
#contactForm textarea.form-control { background: rgba(0,0,0, 0.3); border: 1px solid rgba(255,255,255, 0.3); color: rgba(255,255,255, 0.5); }
#contactForm input.form-control:focus,
#contactForm textarea.form-control:focus { border-color: rgba(255,255,255, 0.5); color: #fff; box-shadow: none; }
#contactForm label.error { padding: 5px 10px; padding-bottom: 0; }
#contactForm input::placeholder, #contactForm textarea::placeholder { color: rgba(255,255,255, 0.6);  }
input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 0s 600000s, color 0s 600000s !important;
}

.sugestii-thumbs-wrap { max-width: 900px; }
.sugestii-thumbs-wrap a { max-width: 150px; }
.sugestii-thumbs-wrap a img { opacity: 0.5; }
.sugestii-thumbs-wrap a img:hover { opacity: 1; }

/** main preloader ----> */
#preloader {
	background: var(--dark);
	width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    display: block;
    top: 0;
    left: 0;
	opacity: 1;
	display:block;
}
#preloader.hide-preloader {
    /* height: 0; */
	opacity: 0;
	/* display:none; */
}
#preloader.disabled {
	display:none;
}
/* <---- */

@media (min-width: 768px) {
	
}

@media (max-width: 1199px) {
	#preHeader .container { width: 100%; max-width: none; }
}

@media (max-width: 991px) {
	#mainNavWrapper { display:none !important;}
    #navToggle { display:block !important;}
}
@media (max-width: 767px) {
	#topContact { display: none; }
	.title.--h1 { font-size: 74px; }
	#IntroTabs h1 { font-size: 42px; line-height: 1.2; margin-bottom: 10px !important; }
	#IntroTabs p { font-size: 42px; }
}
@media (max-width: 575px) {  
	.title.--h1 { font-size: 64px; }
	.technical-table tr th { width: 50%; font-weight: 600; }
	.technical-table tr td { width: 50%;}
	.sugestii-thumbs-wrap a { max-width: 159px; }
	.tabs-btns.list-group { flex-direction: column; align-items: stretch; width: 100%; padding: 12px;}
	.tabs-btns.list-group a { margin: 0; }
}
@media (max-width: 380px) {  
}