@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,500;0,700;0,800;1,200;1,600&display=swap");


@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-ExtraBold.woff2') format('woff2'),
        url('../fonts/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

/*** Defaults ***/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;    
    font-size: 14;    
    color: #464646;
    /* background-color: #ebebeb; */
    margin-bottom: 320px;
}


.navbar {
    background-color: #ffffff;
}

.navbar-brand .logo {
    height: 50px;
}

.navbar-nav {
    margin-left: auto;
}

.nav-link {
    text-transform: uppercase;
    color: #000;
}

.nav-link img {
    height: 20px;
    margin-top: -3px;
}

.main {
    padding: 40px 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h1 {
    font-size: 30px;
    font-weight: 600;
}
h2 {
    font-size: 25px;
    font-weight: 600;
}

/*** Footer ***/

.footer {
    background-color: #464646;
    color: #fff;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .footer-image {
    width: 200px;
    padding: 20px 0;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer .form-control {
    border:1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.footer .btn-primary {
    color: #464646;
    background-color: #ffffff;
    border:0;
    text-transform: uppercase;
}

.footer .form-check-label {
    font-size: 14px;
    padding-bottom: 10px;
}

.footer h4 {
    font-family: 'Butler';
    font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
}

.navbar-toggler {position: relative; width: 40px; height: 40px; padding: 0; margin: 0;}
.navbar-toggler  span {height: 5px; width: 100%; display: block; position: absolute; -ms-transform: rotate(0deg); /* IE 9 */-webkit-transform: rotate(0deg); /* Safari */transform: rotate(0deg);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);}
.navbar-toggler  span:nth-child(1) { background-color:#000000; left:0;right: 0; top: 5px;}
.navbar-toggler  span:nth-child(2) {background-color:#000000;left:0;right: 0;top: 15px;}
.navbar-toggler  span:nth-child(3) {background-color: #000000;left:0;right: 0;top: 25px;}

.navbar-toggler:focus {
    outline:0;
}

.navbar-collapse.show > .navbar-nav {
	/* border-top: 1px solid #464646; */
	/* padding-top: 10px; */
}

.cover {
	height: 80vh;
    background: url('/assets/desktop/img/index_cover.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}


.cover h1 {
    font-family: 'Butler';
    background-color: #fff;
    padding: 20px 40px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 27px;
    font-size: 30px;
}
  
.contact-holder {

    background: url('/assets/desktop/img/cotact_bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
	width: 100%;
	padding: 100px 0;
 
}

.contact-form-holder {
	background-color: #fff;
	padding: 30px;
}

.contact-form-holder h2 {
	font-size: 24px;
}

.form-control {
	border-radius: 0;
	border-color: #464646;
	color: #000;
}

.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #464646;
	border: 0;
	color: #fff;
}

.contact-form-holder .form-check-inline{
	width: 100%;
}

.contact-form-holder .btn{
	margin-left: auto;
}

.product-grid-item {
	height: 250px;
    background: url('/assets/desktop/img/test_image.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}


.product-grid-item h3 {
	background-color: #464646;;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 20px;
}


.contact-row {
    padding-bottom: 10px;
}

.contact-row p{
    font-size: 18px;
}

.contact-page-form {
    border: 1px solid #464646;
}

.page h1 {
    padding-bottom: 1.5em;
}


.map-holder {
    padding-top: 40px;
    filter: grayscale(100%);

}

 

/**** COVERS *****/

.cover-contact-page {
	height: 40vh;
    background-image: url('/assets/desktop/img/contact_page_cover.jpg');    
}


.cover-product-category-page {
    height: 40vh;
}

.cover-blog-page {
    height: 40vh;
}

.cover-product-page {
    height: 40vh;
}
.cover-referenciak {
    height: 70vh;
}


/**** PRODUCT *****/

.product-item-holder {
    padding-bottom: 20px;
}

.product-item-holder img {
    width: 100%;
}

.product-item-holder h2 {
    font-weight: 500;
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
}

.product-property-row {
    border-bottom: 1px solid #c6c6c6;    
    padding: 0 0.5em;
    margin-bottom: 1em;
}

.product-property-row b{
    text-transform: uppercase;
}

.product-property-row:last-child {
    border-bottom:0;
}

.product-images > .row > div {
    padding: 0;
}   

.product-img {
    width: 100%;
    padding: 5px;
}


/*** Referenciak ***/
.referencia-page h1 {
    padding-bottom: 0;
}

.referecia-item-holder {
    padding-top: 2em;
}

.referecia-item {
    padding-bottom: 2em;
}

.referencia-item-row {
    border-bottom: 1px solid #c6c6c6;   
    margin-bottom: 0.4em;
}

.referencia-item-row:last-child {
    border-bottom: 0;
}

.referencia-item-row b {
    text-transform: uppercase;
}

.referencia-item-row > p{
    padding: 0;
    margin-bottom: 5px;
}

.referecia-item img {
    width: 100%;
    margin-bottom: 1em;
}

/*** Blog ***/

.blog-item {    
    padding-top: 2em;
}

.blog-item-left img {
    width: 100%;    
}

.blog-item-right {
    display: flex;
    flex-direction:column; 
    flex:1;
}

.blog-item-right p {
    text-align: justify;
}

.blog-item-right header {
    padding-bottom: 1em;
}

.blog-item-right header h2{
    margin-top: 10px;
    margin-bottom: 0;
}

.blog-item-right  footer {
    margin-top: auto; 
}

.blog-page footer {
    padding-top: 20px;
}

.blog-page img{
    padding:1em 0;
}

/*** PAGINATION ***/

.pagination {
    padding-top: 4em;
}

.pagination .page-link {
    border:0;
    color: #464646
}

.page-item.active .page-link {
    background-color: #464646;
}


/*** RESPO ***/
 
@media screen and (max-width: 991px) {
    .footer {
        position: relative;
        text-align: center;
    }

    body {
        margin-bottom: 0;
    }

    .container {
        max-width: 100% !important;
	}
	
	.cover {
		height: 50vh;
	}
	
    
}

@media screen and (max-width: 1024px) {
    /* a.nav-link {
        font-size: 13px;
    } */
}


a {
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
}

.text-box-bordered-holder {
	text-align: center;
	width: 100%;
}

.text-box-bordered {
	width: 250px;
    height: 90px;
    display: inline-block;
    border: 3px solid #000;
    vertical-align: middle;
    padding: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
	margin-bottom: 20px;
}

.error {
	color: #f00;
}

a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
  }

  a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.blog-page img {
	max-width: 100%;
}