/* FONTS
-------------------------------------------------- */

@font-face {
    font-family: 'Century Gothic';
    src: url("../fonts/CenturyGothic.ttf");
}

@font-face {
    font-family: 'BenchNine';
    src: url("../fonts/BenchNine-Light.ttf");
}

@font-face {
    font-family: 'Open_Sans';
    src: url("../fonts/OpenSans-Regular.ttf");
}

/* BODY COLORS, DEFAULT FONTS, ELEMENTS
-------------------------------------------------- */

body {
    background: #fdfdfd;
    font-family: 'Open_Sans', sans-serif;  /*poprzednio był century Gothic*/
    font-size: 16px;
    /* color: #444343; */
    color: #777;
}

.sectionBoxMargin {
    padding-top: 40px;
    padding-bottom: 40px;
}

#myHeader {
    background: #fdfdfd;
    margin-top: 119px;
    margin-bottom: 15px;
    background-image: url("../img/header_background.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

#myHeader h1 {
    font-family: 'BenchNine', arial;
    text-shadow: 1px 0px 2px #696969;
    font-size: 55px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
}

.section-header {
    font-family: 'BenchNine', arial;
    text-shadow: 1px 0px 2px #696969;
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
}

.my-button,
.my-button:visited,
.my-button:focus {
    font-family: 'BenchNine', arial;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffd322;
    border-color: #e7bf1d;
    border-radius: 0;
    box-shadow: none !important;
    color: #777;
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-button:hover, .my-button:visited:hover {
    background-color: #e7bf1d;
    border-color: #e7bf1d;
    border-radius: 0;
    box-shadow: none;
    color: #777;
  }

/* NAVIGATION STYLES
-------------------------------------------------- */

.logo-container {
    display: flex;
}

.logo-container img {
    display: block;
}

.logo-container p {
    padding-left: 7px;
    padding-top: 16px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #777;
}

#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar{
    font-family: 'BenchNine', arial;
    background: #fff;
    padding: 0 !important;
    border-bottom: 1px solid #e9e9e9;
}

a.navbar-brand {
    margin-left: 0px;
}

.navbar-brand img {
    height: 80px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    /*color: #313131 !important;*/
    color: #777 !important;
    font-size: 27px;
    font-weight: bold;
    float: right;
    text-align: left;
}

.navbar-nav li a:hover {
    color: #8f8f8f !important;
    transform: translateY(-3px);
}

.fa-bars {
    /*color: #313131;*/
    color: #777;
    font-size: 30px !important;
}

.navbar-toggler {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* PROMO STYLES AND ZESTAWY
-------------------------------------------------- */

#promo,
#zestawy {
    background: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.item {
    height: 500px;
}

#promo .item, 
#zestawy .item {
    background: #fdfdfd;
    margin: 20px 10px 20px 10px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
}

#promo .item:hover, 
#zestawy .item:hover {
    background: #fdfdfd;
    margin: 20px 10px 20px 10px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 5px 30px 0px rgba(255,211,34,0.45);
}

#promo .item:hover a,
#zestawy .item:hover a {
    border-top: 1px solid rgba(255,211,34,0.45);
}

.item-img {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    text-align: center;
    height: 50%;
}

.item-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.item-description {
    height: 40%;
}

.item-link {
    height: 10%;
}

.item h2 {
    padding: 20px;
    font-family: 'BenchNine', arial;
    font-size: 28px;
}

.item h3 span {
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
    color: #444343;
    text-decoration: line-through;
}

.item h3 {
    padding: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #ffd322;
}

.item a {
    font-family: 'BenchNine', arial;
    text-align: center;
    color: #444343;
    border-top: 1px solid #e9e9e9;
    text-decoration: none !important;
    padding: 10px 20px;
    display: block;
}

.item a:hover {
    background: #ffd322;
}

.item-zestawy {
    height: 600px;
}

.item-img-zestawy {
    height: 46%;
}

.item-description-zestawy {
    height: 46%;
}

.item-description-zestawy ul{
    list-style-type: none;
}

.item-description-zestawy h2 {
    font-weight: bold;
    color: #777;
}

.item-link-zestawy {
    height: 8%;
}

.item-link-zestawy a {
    color: #777;
    font-size: 18px;
    font-weight: bold;
}

/* SECTION CONTENT STYLES
-------------------------------------------------- */ 

#content {
    background: #f7f7f7;
    border-top: 1px solid #e9e9e9;
}

.pos-left {
    text-align: left;
}

.pos-center {
    text-align: center;
}

.pos-right {
    text-align: right;
}

/* SECTION ABOUT AND GALLERY STYLES
-------------------------------------------------- */ 

#about-and-gallery {
    background: #fff;
}

.description-gallery {
    padding-left: 20px;
    padding-right: 20px;
}

#about-and-gallery img {
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.07);
}

.description {
    text-align: justify;
    margin-top: 20px;
}

.description span {
    color: #ffd322;
    font-weight: bold;
    text-shadow: 0px 0px 1px #dbb417;
}

/* PARTNERS STYLES
-------------------------------------------------- */

#partners {
    background: #f7f7f7;
    border-top: 1px solid #e9e9e9;
}

.box-img {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-img img {
    max-height: 55px;
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

/* MAPS STYLES
-------------------------------------------------- */

#maps {
    /* background: #fff; */
}

#maps iframe {
    width: 100%;
    height: 450px;
    border: 0px;
    padding-top: 7px;
}

/* FOOTER STYLES
-------------------------------------------------- */

#footer {
    background: #444343;
    color: #8f8f8f;
    border-top: 1px solid #e9e9e9;
}

.footer-header {
    font-family: 'BenchNine', arial;
    font-size: 22px;
}

.footer-header a:visited, 
.footer-header a:link, 
.footer-header a:hover {
    text-decoration: none;
    color: #8f8f8f;
    font-family: 'Open_Sans', sans-serif;
    font-size: 14px;
}

/*.mark-down::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #8f8f8f;
}*/

.mark-down {
    overflow: visible;
}

.mark-down::after {
    content: '';
    display: block;
    width: 12px;
	height: 12px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #8f8f8f;
}

.footer-desc {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
}

.footer-logo img {
    width: 60%;
    height: auto;
}

.footer-logo a {
    float: left; 
    margin-right: -25px !important;
    vertical-align: center;
}

.copyright {
    font-size: 14px;
    margin: 0;
}