@font-face {
  font-family: 'psnk';
  src: url('font/Soft_Elegance.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'ARMY';
    src: url('font/ARMY.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('font/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon2';
  src: url('font/icomoon2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #999;
    background-color: #f8f9fa;
	position: relative;
}
p {
    line-height: 1.5;
    margin: 30px 0;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}
section {
	padding: 40px 0;
}
.nav-fixed-top { 
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fb-widget {
    position: fixed;
    top: 20%;
    left: -340px;
    z-index: 99999;
	width:340px;
	transition: all 0.5s ease-in-out;
	display:none;
}
.fb-widget-active {
	left: 0;
}
.fb-widget__button {
    position:absolute;
	content:"";
	background:#4267b2;
	border: 1px solid #29487d;
	border-left: 0;
	border-radius: 0 10% 10% 0;
	top:0;
	right:-50px;
	font-size:2em;
	color:#fff;
	margin:0;
	padding:10px;
	width:50px;
	cursor: pointer;
}

.modula-gallery .tile {
	position:relative;
}

.modula-gallery .tile::before {	
	content: '';
    font-size: 3em;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;

}

.modula-gallery .tile:hover::before {
	opacity: 0.4;
}


a {
    color: #404040
}
a:hover, a:focus {
    color: #b86600
}
hr.small {
    max-width: 160px;
    margin: 10px auto;
    border-width: 2px;
    border-color: white;
}
span.sas {
	display:none;
	color:rgba(255, 255, 255, 0.99);
}
 span {
	font-weight: 600;
}

.breadcrumbs {
	margin:1em 0;
}


.gallery {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 33%;
	-moz-column-width: 33%;
	column-width: 33%; 
}
.gallery .pics {
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out; 
	position:relative;
}

.img__offer {
	border-radius: 20px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
	transition: 0.3s ease-in-out;
}
.img__offer:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.48);
	box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.48);
}

/*
.pics:after  {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
}

.pics:hover:after  {

	opacity:0.8;
}
*/

.pics {
	overflow:hidden;
	
}

.pics img {
	transition: .3s ease;
}

.overlay {
	position: absolute;
    bottom: 0;
    /*height:40;*/
	height:100%;
    width: 100%;
    opacity: 0;
    transition: .1s ease;
    background-color: rgba(0,0,0,0.7);
}
/*.overlay:before {
    border-bottom: 200px solid #f7f7f7;
    border-left: 500px solid transparent;
    border-bottom-color: rgba(0,0,0,0.7);
    content: "";
    height: 0;
    left: 0;
    width: 100%;
    position: absolute;
    top: -200px;
}*/

.pics:hover .overlay {
  opacity: 0.8;
	/*height:40%;*/
}
.pics:hover img {
  transform: scale(1.1);
}

.overlay-text {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
}

.gallery .animation {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
}

#gallery .animated {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;
}
#gallery .animated:nth-of-type(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}
#gallery .animated:nth-of-type(3) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}
#gallery .animated:nth-of-type(4) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
#gallery .animated:nth-of-type(5) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
#gallery .animated:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

@media (max-width: 768px) {
	.gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
	}
}




.ofert-hw:hover {
	background:#f3f4f5;
}
.ofert-hw:hover a {
	text-decoration: none;
	color: #888;
}
.ofert-hw__btn {
	float:right;
}
.ofert-hw:hover .ofert-hw__btn {
	color:#aaa;
}
.ofert-border {
	padding: 2em 0;
	border-bottom: 1px solid #888;
}


#Oferta .card-header {
	display: flex;
    flex-direction: column;
    justify-content: center;
	min-height: 7rem;
}
#Oferta .card-body {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}









.navbar-custom {
    position: absolute;
    left: 0;
	background: #343a40;
    width: 100%;
    z-index: 3;
    font-family: 'Roboto', sans-serif;
    border:0;
    border-radius: 0;
}

.navbar-custom .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-custom .navbar-brand {
    font-weight: 800
}
.navbar-custom .nav > li > a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
}
.navbar-custom .nav > li.active > a {
    color: #f56600;
    border-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent
}
.navbar-custom .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


	
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent
}

.intro-header {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.intro-header .site-heading {
    padding: 100px 0 50px;
    color: white;
	text-align: center
}

.intro-header .site-heading h1 {
    margin: 0;
    font-weight:300;
    font-size: 42px;
}
.intro-header .site-heading h2 {
    margin: 0;
    font-weight:300;
    font-size: 36px;
}

.intro-header .site-heading .btn {
	margin: 20px;
	padding: 9px 16px;
	color:#fff;
}

.intro-header .site-heading .btn:hover {
	color:rgba(255, 255, 255, 0.8);
}

.intro-header .site-heading .subheading {
    font-size: 20px;
    line-height: 1.1;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 10px 0 0;
}	


.logo-sas {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
}

.background-wrap {
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	background: url(../img/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
	background-position:center;
}


.background-wrap:after {
	content:"";
    background-image: url('../img/pattern.png');
    position: absolute;
	top:0;
	left:0;
	width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}	
.background-wrap:before {
	content: "";
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 140vw;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
}

.background-wrap--var {
	background: url(../img/bgr.jpg);
	background-attachment: fixed;
    background-size: cover;
	background-position:center top;
}

.navbar-custom.is-fixed .logo-sas {
	width:80px;
	height:80px;
}


.card-deck .card {
	min-width: 220px;
}
.card-body span {
	font-weight:600;
}

#Instruktorzy img {
	width:80%;
	margin:20px auto;
}
#Instruktorzy hr {
	width:30%;
}
#Instruktorzy p {
	margin: 10px 0;
	font-weight:600;
}


.dropdown-item:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.dropdown-item:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #b86600;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #b86600;
}
.ah-ikonki {
	color:#888;
}
.ah-ikonki:hover{
	text-decoration: none;
	color:#777;
}

/* > SM= */
@media screen and (min-width: 768px) {
	
    .navbar-custom {
        background: transparent;
        border-bottom: 1px solid transparent;
    }
    .navbar-custom .navbar-brand {
        color: white;
        padding: 20px;
    }
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
        color: rgba(255, 255, 255, 0.8)
    }
    .navbar-custom .nav > li > a {
        color: white;
        padding: 20px;
		font-size:16px;
        font-weight: 600;
    }
    .navbar-custom .nav > li.active > a {
        color: #fff;
        border-color: #fff;
    }
    .navbar-custom .nav > li.active > a:hover {
        color: #fff;
        opacity: .85;
    }
    .navbar-custom .nav > li > form {
        padding: 12px;
    }
    .navbar-custom .nav > li > form > select {
        background:transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='white'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center right;
        padding:6px 22px 6px 12px;
        border:1px solid #FFF;
        color:#FFF;
        border-radius: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .navbar-custom .nav > li > form > select:focus {
        box-shadow: none;
    }
    .navbar-custom .nav > li > form > select > option {
        color: initial;    
    }
    .navbar-custom .nav > li > a:hover,
    .navbar-custom .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.8);
        background-color: transparent;
    }
	.navbar-custom .logo-sas {
		width: 120px;
		height: 120px;
	}

	.intro-header .site-heading {
        padding: 190px 0
    }
	.intro-header .site-heading h1 {
        font-size: 38px;
    }
	.intro-header .site-heading h2 {
        font-size: 32px;
    }
	.background-wrap {
		min-height:500px;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	.background-wrap:before {
		background-size: 100vw;
		background-position: left top;
	}
	.navbar-custom {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
		padding-top: 30px;
    }
	.navbar-custom .nav > li > a {
		transition: all .3s ease-in-out;
    }
	.logo-sas  {
		transition: all .3s ease-in-out;
    }
	.navbar-custom.is-fixed {
		position: fixed;
		background-color: rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid #f2f2f2;
		padding: 0px;
	}
	.navbar-custom.is-fixed .navbar-brand {
		color: #404040
	}

	.navbar-custom.is-fixed .navbar-brand:hover,
	.navbar-custom.is-fixed .navbar-brand:focus {
		color: #b86600
	}
	.navbar-custom.is-fixed .nav > li > a {
		color: #404040;
		font-size:16px;
	}	
    .navbar-custom.is-fixed .nav > li > a.active {
		color: #b86600;
	}	
	.navbar-custom.is-fixed .nav > li > a:hover,
	.navbar-custom.is-fixed .nav > li > a:focus,
	.navbar-custom.is-fixed .nav > li.active > a {
		color: #b86600;
		border:0;
	}
	.navbar-custom.is-fixed .nav > li > form > select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='#404040'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
		border:1px solid #404040;
		color:#404040;
	}
	.navbar-custom .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
		color: rgba(255, 255, 255, 0.99);
		border-bottom: 2px solid rgba(255, 255, 255, 0.99);; 
	}
}

/* >= MD */
@media screen and (min-width: 996px) {

	.navbar-custom .logo-sas {
		width: 160px;
		height: 160px;
	}
	.navbar-custom .nav > li > a {
		font-size:22px;
	}
	.navbar-custom.is-fixed .nav > li > a {
		font-size:22px;
	}
	.background-wrap:before {
		background-size: 80vw;
	}
}

/* >= LG */
@media screen and (min-width: 1200px) {
    .navbar-custom .logo-sas {
		width: 200px;
		height: 200px;
	}
	.navbar-custom .nav > li > a {
		font-size:26px;
	}
	.navbar-custom.is-fixed .nav > li > a {
		font-size:24px;
	}	
	.background-wrap:before {
		background-size: 60vw;
	}
}

/* < SM */
@media screen and (max-width: 767.98px) {
	.logo-sas {
		display: none;
	}
	span.sas {
		display: block;
	}
	.navbar-custom {
		position: fixed;
	}
}




/* IKONKI */
#ikonki {
	background: #fff;
}
#ikonki  i.fa {
	font-size:6em;
}
#ikonki  i.fas {
	font-size:6em;
}
#ikonki  i.far {
	font-size:6em;
}
#ikonki  i.ico {
	font-size:6em;
}
#ikonki  i.ico2 {
	font-size:6em;
}
#ikonki .animated {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}
#ikonki .animated:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
#ikonki .animated:nth-of-type(3) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}
#ikonki .animated:nth-of-type(4) {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}



.links i {
	font-size: 2.5em;
	vertical-align: middle;
	padding-right: 20px;
}
.links  li {
	padding: 10px;
}
.links a {
	display:block;
}
.links p {
	margin:0;
}
.links div.hv {
	line-height:3;
}
.links div.hv:hover{
	background: rgba(0,0,0,0.1);
}


/* FOOTER */
footer {
    padding: 0 0 20px
}
footer .list-inline {
    margin: 0;
    padding: 0;
}
footer .copyright {
    font-size: 14px;
	text-align: left;
    margin-bottom: 0;
}

/* COOKIE */
.cookiepolicy {
	background: #efefef;
	bottom: 0;
	font: 14px Arial, Helvetica, sans-serif;
	left: 0;
	padding: 15px 50px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 999;
}

.cookiepolicy .button {
	margin-left: 5px;
        padding: 4px 10px;
}


/* PRELOADER */
#preloader { 
display: none; 
position: fixed; 
top: 0; 
left: 0; 
right: 0; 
bottom: 0; 
background: white; 
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzU3NTc1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+'); 
background: -moz-radial-gradient(center, ellipse cover, white 0%, #c9c9c9 44%, #757575 100%); 
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(44%, #c9c9c9), color-stop(100%, #757575)); 
background: -webkit-radial-gradient(center, ellipse cover, white 0%, #c9c9c9 44%, #757575 100%); 
background: -o-radial-gradient(center, ellipse cover, white 0%, #c9c9c9 44%, #757575 100%); 
background: -ms-radial-gradient(center, ellipse cover, white 0%, #c9c9c9 44%, #757575 100%); 
background: radial-gradient(ellipse at center, #ffffff 0%, #c9c9c9 44%, #757575 100%); 
z-index: 999; 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#757575',GradientType=1 ); 
}

.spinner {
width: 100px; 
height: 100px; 
position: absolute; 
left: 50%; 
top: 50%; 
margin: -50px 0 0 -50px; 
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #aaa;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #b86600;
}
::selection {
    color: white;
    text-shadow: none;
    background: #b86600;
}

.parallax { 
  background: transparent;
  height: 30vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}
.parallax:after { 
	content:"";
    background-image: url('../img/pattern.png');
    position: absolute;
	top:0;
	left:0;
	width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}

.ico {
	display:inline-block;
	font:normal normal normal 14px/1 icomoon;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin-bottom: 10px;
}
.ico2 {
	display:inline-block;
	font:normal normal normal 14px/1 icomoon2;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin-bottom: 10px;
}
.ico-bullseye:before{content:"\e900"}
.ico-campfire:before{content:"\e903"}
.ico-campground:before{content:"\e905"}
.ico-people:before{content:"\e907"}
.ico-rings:before{content:"\e909"}
.ico-trees:before{content:"\e901"}
.ico-grin:before{content:"\e902"}
.ico-laugh:before{content:"\e904"}
.ico-shield-check:before{content:"\e906"}
.ico-shield:before{content:"\e908"}
.ico-crosshairs:before{content:"\e90c"}
.ico-compass:before{content:"\e90d"}
.ico-users:before{content:"\e90a"}
