@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Playfair+Display:400,400i,700,700i");

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Exo+2');

@font-face {
    font-family: 'Nasalization';
    src: url('../assets/nasalization-rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -moz-font-feature-settings: "calt=0,liga=0";
}

.openingName{
	width: 120px;
	display: inline-block;
	text-align: left;
}

.error{
	background-color: #f27171!important;
}

/* General */
html, body {
	/* min-width: 480px; */
}
/* ##################################################### START WEBSHOP ############################################# */
#services .col:hover, #products_group .col:hover{
	background-color: #000;
	color: #fff;
}

#services .col label, #products_group .col label{
	font-size: 20px;
	font-weight: bold;
}

.reszletek{
	display: inline-block;            
	width: calc(40% - 10px);
	border: 1px solid #fff;
	padding: 3px;
	border-radius: 1px;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	font-weight: bold;
	background-color: #A73A0F;;
	cursor: pointer;
}

.itemcart{
	display: inline-block;
	width: calc(60% - 10px);
}

.product_number {
	width: 50px;
	display: inline-block;
}

.addcartitems{
	display: inline-block;
	border: 1px solid #fff;
	padding: 3px;
	border-radius: 1px;
	border-radius: 5px 5px 5px 5px;
	background-color: green; /*#A73A0F;*/
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.addcartitems:hover{
	display: inline-block;
	border: 1px solid #fff;
}

/* ##################################################### END WEBSHOP ############################################# */

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

a {
	color: #A73A0F;
}

a:hover {
	color: #A73A0F;
	text-decoration: underline;
}

.align-items-center {
    align-items: center !important;
}

/* Navbar */

.navbar {
	box-shadow: 0 0 0 5px rgba(248, 180, 45, 0.25);
	transition: box-shadow .3s step-end;
}

.navbar.navbar-top {
	box-shadow: none;
	transition: none;
}

.navbar:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: all .3s;
	transform: translateY(0);
	background-color: #A73A0F;
}

.navbar.navbar-top:before {
	background-color: #F8B42D;
	transform: translateY(-100%);
}

.navbar .nav-link {
	position: relative;
    font-family: Lato, sans-serif;
    font-size: .9rem;
    font-weight: 500;
    transition: color .3s;
    letter-spacing: .06em;
    text-transform: uppercase;
	outline: none !important;
}

.navbar.navbar-top .nav-link:before, .navbar.navbar-top .nav-link:after {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 2px;
	content: "";
	bottom: 6px;
	background-color: transparent;
	transition: width 0.3s, background-color 0.3s;
}

.navbar.navbar-top .nav-link:before {
	right: 50%;
}

.navbar.navbar-top .nav-link:after {
	left: 50%;
}

.navbar.navbar-top .nav-link:hover:before, .navbar.navbar-top .nav-link:hover:after {
	width: calc(50% - .5rem);
	background-color: #F8B42D;
}

.navbar-brand {
	/*font-size: 1.6rem;*/
	font-weight: 600;
	/*text-transform: uppercase;*/
	line-height: inherit;
	display: inline-block;
	margin-right: 1rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
	white-space: nowrap;
	opacity: 1;
	transition: opacity 0.2s;
	width: calc(100% - 120px);
}
@media (max-width: 340px) {
	.navbar-brand {
		font-size: 1.4rem;
	}
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
@media (min-width: 992px) {
	.navbar-top .navbar-brand {
		opacity: 0;
	}
}
.navbar .navbar-brand,
.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover {
	color: white;
}
.navbar.navbar-top .navbar-brand {
	color: black;
}

.navbar .navbar-nav .nav-link {
	color: white;
}
.navbar.navbar-top .navbar-nav .nav-link {
	color: black;
}
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
	color: black;
}
.navbar.navbar-top .navbar-nav .nav-link:focus,
.navbar.navbar-top .navbar-nav .nav-link:hover {
	color: #F8B42D;
}
.navbar .navbar-nav .nav-link.disabled {
	color: rgba(0,0,0,.3);
}
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: black;
}
.navbar .navbar-toggler {
	color: white;
 	border-color: transparent;
	background-color: #a73a0f;
  padding: 0;
  margin-left: 0;
}
.navbar.navbar-top .navbar-toggler {
	color: black;
	background-color: #fff;
}
.navbar .navbar-text {
	color: #fff;
}
.navbar .navbar-text a,
.navbar .navbar-text a:focus,
.navbar .navbar-text a:hover {
	color: #f5a637;
}

/* Sections */
.section {
	position: relative;
	transition: background-color 0.4s;
}
.section.light {
	background-color: #eee;
	color: #303030;
}
.section.dark {
	background-color: #333;
	color: #e0e0e0;
}
.section + .section {
	border-top: 4px solid #999;
}
.section.light.section-active {
	background-color: #d0d0d0;
}
.section.dark.section-active {
	background-color: #202020;
}

header {
	background-color: transparent;
	color: #fff;
	border-top: 4px solid rgb(248, 180, 45);
	border-bottom: 4px solid rgb(248, 180, 45);
}

.section-head {
	width: 100%;
	padding: 15px 0;
	transition: background-color 0.4s;
}
.section.light .section-head {
	color: black;
	background-color: #e8e8e8;
	border-bottom: 1px dashed #ddd;
}
.section.dark .section-head {
	color: white;
	background-color: #303030;
	border-bottom: 1px dashed #222;
}

.section-content {
	padding: 10px 0;
}

.section-active .section-head {
	/*
	position: fixed;
	top: 60px;
	*/
	color: white;
	background-color: #303030;
	box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.2), 0 -2px 1px 2px rgba(200, 200, 200, 0.8);
	/* box-shadow: 0 2px 1px 2px rgba(200, 0, 0, 0.8); */
}

#welcome {
	margin-top: 0px;
	padding-bottom: 0;
	background-image: url('../images/wallpaper.jpg');
	background-size: cover;
	background-position: center top;
}

#welcome_main {
	height: 500px;
	min-height: 500px;
}

#welcome_main > .row {
	height: 100%;
}

#top-slider {

}

.top-slide {
/*	padding: 50px 0 25px 0;*/
}

#welcome .mb-5, .my-5 {
    margin-bottom: 0!important;
}

.brand_main {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.container .row .col .h4, .container .row .col h4 {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.start_button {
	position: relative;
	bottom: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list-1 {
	padding: 0 0 0 20px;
}

ul.list-1 > li {
	position: relative;
	margin: 20px 10px;
}

ul.list-1 > li:before {
	position: absolute;
	top: 0;
	left: -20px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color: #F8B42D;
	line-height: 30px;
}

ul.list-1 > li > h5 {
	display: inline-block;
	font-family: 'Exo 2', sans-serif;
}
.section.light ul.list-1 > li > h5 {
	color: black;
}
.section.dark ul.list-1 > li > h5 {
	color: white;
}

ul.list-2 {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

ul.list-2 > li {
	position: relative;
	margin: 5px 10px;
}

ul.list-2 > li:before {
	position: absolute;
	top: 0;
	left: -20px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	/* color: rgb(200, 100, 0); */
	color: #F8B42D;
	line-height: 30px;
}

/* Contact */

#contact {
	background-image: url('../assets/contact.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-color: transparent;
}

#contact .section-head {
	background-color: rgba(210, 210, 210, 0.85);
}

#contact .section-content {
	background-color: rgba(210, 210, 210, 0.7);
}

#contact .section-content h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 2rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #A73A0F;
}

#contact .section-content h5 {
	font-family: "Open Sans", sans-serif;
	font-size: .8rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #A73A0F;
}

#contact .section-content label {
	font-family: "Open Sans", sans-serif;
	font-size: 0.8rem;
	font-weight: 500;
	margin-bottom: 0.3rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

/* Content frame */
#frame {
	margin-top: 64px;
	border-top: 4px solid #A73A0F;
	background-image: url('../assets/wallpaper.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-color: transparent;
}

#frame .section-head {
	background-color: rgba(255, 255, 255, 0.5);
}

#frame .section-content {
	background-color: rgba(255, 255, 255, 0.3);
	min-height: calc(100vh - 384px);
	padding: 50px 0;
}

#frame .section-content h2 {
	margin-bottom: 50px;
}

/* Form */

.section.dark .form-control {
	font-family: "Open Sans", sans-serif;
	font-size: 0.9rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: #e0e0e0;
	border: 2px solid rgba(0, 0, 0, 0.6);
	border-radius: 1px;
	padding: 1.4rem 0.7rem;
	transition: background-color 0.4s;
}

.section.dark .form-control:focus {
	background-color: rgba(0, 0, 0, 0.8);
}

/* FOOTER */
footer {
	padding: 20px 0 50px 0;
	border-top: 4px solid #F8B42D;
	background-color: black;
	color: #aaa;
}

footer h5 {
	font-family: "Open Sans", sans-serif;
	font-size: .75rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #F8B42D;
}

footer a {
	color: #aaa;
}

footer a:hover {
	color: white;
	text-decoration: none;
}

/* MODAL */
.modal {
	padding-right: 0 !important;
}

.modal-content {
	/* background-color: #404040; */
	/* color: #ccc; */
	border-radius: 0 !important;
	border: 4px solid rgba(255, 255, 255, 0.25);
}

.modal-header {
	display: block;
	border-bottom: 1px dashed #C0C0C0;
}

.modal-header .close {
	color: black;
	text-shadow: none;
}

.modal-header h5 {
	display: block;
	font-family: "Exo 2", sans-serif;
	text-transform: uppercase;
	color: black;
}

.modal-footer {
	display: block;
	border-top: 1px dashed #C0C0C0;
}

#map_frame {
	border: 4px solid rgba(0, 0, 0, 0.2);
}

#map {
	height: 384px;
}

@media (max-device-width: 800px), (max-width: 800px){
img{
	max-width: 100%!important;
}
}

.nav-link{
	padding: 0 5px;
}