@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	background: #FFF;
    color: #333;
	font-family: 'Mulish', sans-serif;      
}
@media(max-width:767px){body{padding-top:50px;}}
.off {
	display: none;
}
.btn-layout {
	background: #fcc840;
	color: #333;
	font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0;
    border-width: 0;
    border-radius: 2px; 
    padding: 1vw 2vw;    
}
 
      
/*section*/
section .container {padding:0;}      
.logo {padding:30px 15px;}
.kontakt {padding:30px 15px;display:table;}
.kontakt>div {display:table-cell;}
.telefon,.inne {font-size:28px;padding-left:90px;position:relative;}
.telefon small,.inne small {
	font-size: 15px;
    display: block;
    border-bottom: 1px dashed #EEE;
    margin-bottom: 8px;
}
.inne .btn {
	padding: 5px 20px;
    margin-top: -12px;
}
.telefon:before {
  	content: "\e145";
	font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; 
  	position: absolute;
  	left: 30px;
  	top: 5px;
    transform: rotate(10deg);
    font-size: 50px;
    opacity: 0.3;  
}
.inne:before {
  	content: "\2709";
	font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; 
  	position: absolute;
  	left: 20px;
  	top: 5px;
    transform: rotate(10deg);
    font-size: 50px;
    opacity: 0.3;  
}
      
      
/*header*/
header.affix {
  	top: 0;
    left: 0;
    width: 100%;
  	opacity: 0;
  	z-index: 1010;
  	animation: fadein 0.5s forwards;
}
@keyframes fadein { from {opacity: 0;} to {opacity: 1;} }      
@media(max-width:767px){
header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;  
  	opacity: 1 !important;
  	z-index: 99;
  	animation: none !important;
}
}
header .container-fluid,header .nawigacja {
  	padding: 0;
  	/**/
    max-width: 1350px;
    margin: auto;
}      
.navbar-default {
    border: none;
    border-radius: 0;
    margin: 0;  
}     
.navbar-brand {display:none;}  
@media(min-width:768px){
.navbar-nav {
    display: table;
    float: none;
    width: 100%;
}  
.navbar-nav>li {
    float: none;
    display: table-cell;
}      
}
.navbar-default .navbar-nav>li>a {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 16px;
    color: #111;
	padding: 20px 30px;
  	text-align: center;
  	position: relative;
  	transition: box-shadow 0.3s;
} 
.navbar-default .navbar-nav>li>a:before {
	content: "";
    display: block;
    width: 2px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 30px;
    margin-top: -8px;
    background: rgba(0,0,0,0.1);
}
.navbar-default .navbar-nav>li:last-child>a:after {
	content: "";
    display: block;
    width: 2px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 30px;
    margin-top: -8px;
    background: rgba(0,0,0,0.1);
}  
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    background: linear-gradient(180deg,rgba(255,255,255,.8) 0%,rgba(255,255,255,.2) 100%);
  	box-shadow: #fcc840 0 3px 0 0 inset;
}      
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent !important;
    box-shadow: #fcc840 0 3px 0 0 inset;
}
@media(max-width:991px){
.navbar-default .navbar-nav>li>a {
    /* height: 80px; */
    padding: 20px; 
}
}
@media(max-width:767px){
.navbar-default .navbar-nav>li>a {
    padding: 15px;
    box-shadow: none !important; 
}  
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    background: transparent !important;
  	box-shadow: none !important; 
}  
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent !important;
    box-shadow: none !important; 
  	color: #fcc840 !important;
}  
.navbar-default .navbar-brand {
	display: block;
    font-weight: 900;
}  
.navbar-toggle {
    border: none;
    background: rgba(0,0,0,0.1) !important;
    border-radius: 0;
}  
}
   
      
/*article*/
article .element {padding:0;}  
article .carousel, article .carousel-inner {
    border-radius: 0px; 
  	/**/
	max-width: 1350px;
    margin: auto;  
}
article .carousel-caption {
  	padding-bottom: 6vw;
}
article h3 {
	font-size: 5vw;
        font-weight: 900;
            text-shadow: #000 1px 1px 2px, #000 -1px -1px 2px;
}
article h4 {
	font-size: 3vw;
    color: #fcc840;
font-size: 2.5vw;
    color: #fcc840;
    text-shadow: #000 1px 1px 2px;
    background: rgba(0,0,0,0.5);
    padding: 10px;    
}
article .btn {
    display: none;
}
article .element:after {
	content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnIG92ZXJmbG93PSd2aXNpYmxlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyMCAxNicgZmlsbD0nbm9uZScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPSczJyBzdHJva2UtbGluZWNhcD0nc3F1YXJlJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnPjxnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC0xMi4wMDAwMDAsIDApJz48cGF0aCBkPSdNMjgsMEwxMCwxOCcvPjxwYXRoIGQ9J00xOCwwTDAsMTgnLz48cGF0aCBkPSdNNDgsMEwzMCwxOCcvPjxwYXRoIGQ9J00zOCwwTDIwLDE4Jy8+PC9nPjwvc3ZnPg==);
    background-size: 30px 15px;
    opacity: 0.1;
  	/**/
    max-width: 1350px;
    margin: auto;  
}
  
      
/*main*/
main .strona {
 	font-size: 16px;
  	line-height: 26px;
  	padding: 2em 0 3em;
}
main h2 {
    font-size: 30px;
    display: inline-block;
    border-bottom: 2px solid #fcc840;
    padding-bottom: 10px;    
}
main .thumbnail {
    border: 2px solid #EEE;
    border-radius: 0;    
}
.caption:empty {
    display: none;
}      
 
/*footer*/
footer {
 	background: #222;
    color: #FFF;
    padding: 1em 0 1.5em;
    line-height: 26px;
  	/**/
    max-width: 1350px;
    margin: auto;
}
footer small {
    display: table;
    line-height: 1.3em;
    /*opacity: 0.6;*/
	text-align: justify;
}   
footer small span {
 	display: table-cell !important;
  	vertical-align: top;
}
footer small .glyphicon {
	font-size: 2em;
    color: #FFC107;
    opacity: 0.8;
    letter-spacing: -10px;
}
footer hr {
	margin: 15px 0 8px;
  	border-top: 1px dashed rgba(255,255,255,0.3);
}
footer p {
 	color: rgba(255,255,255,0.6);
}
footer a {
  	color: #fcc840 !important;
}
.vertica {
 	color: #FFF !important; 
}	


.map {
    min-height: 300px !important;
    border:4px solid #EEE;
}
.form-control {
    border: 2px solid #EEE;
    border-radius: 0;
    padding: 10px;
    height: auto;
    box-shadow: none !important;
    background: #f9f9f9;
    color: #000;
}
button[type="submit"] {
    border-radius: 0;
    margin-top: 30px;
    border: none;
    padding: 20px;
}
#contactform-captcha-image {
    border: 2px solid #EEE;  
    width: 100%;
    height: 52px;    
}
#contact-form .raquo {
    position: relative;
    overflow: hidden;
}
#contact-form .raquo:after {
    /*content: ">>>>>>>>>>>>>>>>>>>>>";*/
    position: absolute;
    right: -12px;
    top: 15px;
    z-index: -1;
    color: #ddd;
}
#contactform-captcha {
    height: 52px;
}

.nopadding {padding:0;}

main .btn-layout {
    padding: 8px;
    margin-top: 10px;
    color: #FFF;
}