/*
Theme Name: Baltic-Metal
Theme URI: http://roxart.pl/
Author: Roxart
Author URI: http://roxart.pl/
Description: Theme for Baltic-Metal
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: baltic metal
Text Domain: baltic metal

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    font-size: 18px;
}

body > section { padding: 50px 0 0; }

hr {
    border: none;
    border-top: 4px solid #333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.f-18 { font-size: 18px; }

td, th {
	border: 1px solid;
}

a,
a:link,
a:hover,
a:focus,
a:active {
    color: #0353a4;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a:hover {
    color: #e31e36;
    text-decoration: none;
}

.link-more {
    font-weight: 700;
}
.link-more:after {
    font-family: "FontAwesome";
    content: "\f061";
    padding-left: 15px;
    color: #e31e36;
}

.btn {
    font-family: 'Roboto', sans-serif;
    padding: 8px 20px;
    font-size: 18px;
    border: none;
    border-radius: 0;
    text-transform: none;
    font-weight: 700;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: inherit;
    text-decoration: none;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
            box-shadow: none;
}

a.btn-blue,
a:link.btn-blue,
.btn-blue,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue:active:focus,
.btn-blue.active:focus,
.btn-blue:active.focus,
.btn-blue.active.focus {
    color: #fff;
    background-color: #054f96;
    border: 3px solid #054f96;
}
a:hover.btn-blue,
.btn-blue:hover,
.btn-blue:active:hover,
.btn-blue.active:hover {
    color: #fff;
    background-color: #054f96;
    border: 3px solid #054f96;
}

a.btn-red,
a:link.btn-red,
.btn-red,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.btn-red:active:focus,
.btn-red.active:focus,
.btn-red:active.focus,
.btn-red.active.focus {
    color: #fff;
    background-color: #e31e36;
    border: 3px solid #e31e36;
}
a:hover.btn-red,
.btn-red:hover,
.btn-red:active:hover,
.btn-red.active:hover {
    color: #fff;
    background-color: #e31e36;
    border: 3px solid #e31e36;
}

a.btn-border-blue,
a:link.btn-border-blue,
.btn-border-blue,
.btn-border-blue:focus,
.btn-border-blue.focus,
.btn-border-blue:active,
.btn-border-blue.active,
.btn-border-blue:active:focus,
.btn-border-blue.active:focus,
.btn-border-blue:active.focus,
.btn-border-blue.active.focus {
    color: #054f96;
    background-color: transparent;
    border: 3px solid #054f96;
}
a:hover.btn-border-blue,
.btn-border-blue:hover,
.btn-border-blue:active:hover,
.btn-border-blue.active:hover {
    color: #054f96;
    background-color: transparent;
    border: 3px solid #054f96;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    color: #054f96;
    font-weight: 700;
    /*text-transform: capitalize;*/
}

h1, .h1 {
    font-size: 56px;
}
h2, .h2 {
    font-size: 48px;
}
h3, .h3 {
    font-size: 36px;
}
h4, .h4 {
    font-size: 30px;
}
h5, .h5 {
    font-size: 24px;
}
h6, .h6 {
    font-size: 20px;
}

/* FORM */
label { /*text-transform: capitalize;*/ }
label span {
    color: #E31E36;
}
.baltic-form-zapytanie p { display: none; }

/* TOPBAR */
.top-bar {
    color: #666;
    font-size: 16px;
    padding: 15px 0;
}
.top-bar ul { text-align: right; margin: 0; }
.top-bar ul li { padding: 0 8px; }
.top-bar ul li span { font-weight: 700; }
@media (max-width: 991px) {
    .top-bar ul { text-align: center; }
}

/* NAV */
.navbar {
    min-height: 0;
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    border: 0;
    position: relative;
    z-index: 2;
}
.navbar-brand {
    line-height: normal;
    padding: 0 20px;
    position: relative;
    display: block;
}
.navbar-brand img {
    max-width: 310px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.navbar-toggle {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #054f96;
}
.navbar .nav.navbar-nav {
    margin-top: 0;
}
.navbar .nav.navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    color: #3a3e41;
    font-size: 18px;
    font-weight: 400;
    padding: 30px 20px;
    border-bottom: 4px solid transparent;
    text-transform: capitalize;
}
.navbar .nav.navbar-nav > li > a:hover,
.navbar .nav.navbar-nav > li > a:focus,
.navbar .nav.navbar-nav > li.active > a {
    background: none;
    text-decoration: none;
}
.navbar .nav.navbar-nav > li > a:hover,
.navbar .nav.navbar-nav > li.active > a,
.navbar .nav.navbar-nav > li.current_page_parent > a {
    border-bottom-color: #054f96;
    color: #054f96;
}
.navbar .nav.navbar-nav > li.active > a,
.navbar .nav.navbar-nav > li.current_page_parent > a {
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav.navbar-nav.navbar-right {
        margin-right: 0;
        text-align: left;
        width: 100%;
        margin-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header { width: 100%; display: block; text-align: center; height: auto;}
    .navbar-brand {
        margin: 0 0 30px 0 !importnat;
        display: inline-block;
        float: none;
    }
    .nav.navbar-nav.navbar-right {
        margin-right: 0;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }
    .nav.navbar-nav.navbar-right > li { display: inline-block; float: none; }
}
@media (max-width: 767px) {
    .navbar-brand {
        margin: 0 0 30px 0 !importnat;
        display: inline-block;
        float: none;
        width: 220px;
    }
    
    .navbar .nav.navbar-nav {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .navbar .nav.navbar-nav { margin-bottom: 20px; text-align: center; }
    .navbar .nav.navbar-nav > li > a { padding: 5px 15px; }
    .navbar .nav.navbar-nav > li > a:hover,
    .navbar .nav.navbar-nav > li.active > a {
        border-bottom-color: transparent;
    }

}

/* Search TOP */
.search-top {
    position: relative;
    background: #ebebeb;
    padding: 10px 45px 10px 30px;
    margin: 15px 0 20px 10px;
    border-radius: 20px;
    width: 230px;
}
.search-top button {
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #054f96;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
}
.search-top input {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #010101;
    border: 0;
    background: none;
}

@media (max-width: 767px) {
    .search-top { margin: 10px auto; }
}

/* SUBPAGE */
section.subpage {
    padding: 50px 0 100px;
}
@media (max-width: 767px) {
    section.subpage {
        padding: 30px 0 60px;
    }
}

/* HEADER */
header {
    background: url(img/header.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    text-align: center;
}
header h2 {
    color: #fff;
    margin: 0;
}

@media (max-width: 767px) {
    header {
        padding: 60px 0;
    }
    header h2 {
        font-size: 26px;
    }
}

/* SLIDER */
section.slider { padding: 0; margin: 0; }
section.slider .flexslider {
    border: 0;
    margin: 0;
}
section.slider .flexslider .flex-direction-nav a {
    margin: 0;
    transform: translateY(-50%);
}
section.slider .flexslider .flex-direction-nav a:before {
    display: none;
}
section.slider .flexslider .flex-next,
section.slider .flexslider .flex-prev {
    opacity: 1 !important;
    background: none;
    text-indent: 0px;
    font-size: 0px;
    text-align: center;
    height: auto;
    text-decoration: none !important;
    text-shadow: none;
    color: #fff;
}
section.slider .flexslider .flex-next {
    right: 20% !important;
}
section.slider .flexslider .flex-prev {
    left: 20% !important;
}
section.slider .flexslider .flex-next:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 60px;
}
section.slider .flexslider .flex-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 60px;
}
@media (max-width: 767px) {
    section.slider .flexslider .flex-next {
        right: 40px !important;
    }
    section.slider .flexslider .flex-prev {
        left: 40px !important;
    }
}

/* FOOTER */
footer {
    background: #4d4d4d url(img/footer-bg-right.png) no-repeat top right;
    color: #9c9c9c;
    font-size: 16px;
    padding: 40px 0 0;
    position: relative;
    overflow: hidden;
}
footer:before {
    content: "";
    background: url(img/footer-bg-left.png) no-repeat top left;
    background-size: cover;
    width: 316px;
    height: 429px;
    position: absolute;
    top: 15px;
    left: 0;
}
footer .nav-footer {
    text-align: right;
    margin: 0 0 60px;
}
footer .nav-footer li {
    padding: 35px 15px 0;
}
footer .nav-footer li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
footer .nav-footer li a:hover {
    color: #808080;
    text-decoration: none;
}
footer .copyright {
    position: relative;
    background-color: #050505;
    color: #4b4b4b;
    padding: 15px;
    margin-top: 60px;
    font-size: 14px;
    font-weight: 300;
}
footer .footer-dane-kontaktowe {}
footer .roxart {
    text-align: right;
    margin: 0;
}
footer .roxart img {
    padding-left: 10px;
}

/* Scroll To Top */
.footer-scroll {
    text-align: right;
    margin: 50px 0 0;
}
.scrollToTop {
    color: #fff !important;
    text-decoration: none !important;
}
.scrollToTop i {
    color: #808080;
}

@media (max-width: 767px) {
    footer {
        background: #4d4d4d;
    }
    footer .logo-footer {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    footer .nav-footer {
        text-align: center;
        margin: 0 0 20px;
    }
    footer .nav-footer li {
        padding: 10px 5px 0;
    }
    footer .footer-dane-kontaktowe {
        text-align: center;
    }
    .footer-scroll {
        text-align: center;
        margin-top: 20px;
    }
    footer .copyright {
        margin-top: 30px;
        text-align: center;
    }
    footer .roxart {
        text-align: center;
        margin: 10px 0 0;
    }
}

/* FRONT PAGE */
section.about {
    background: #fff;
    padding: 50px 0;
}

.boxy {
    margin: -180px 0 100px;
    position: relative;
    z-index: 2;
}
.boxy .box {}
.boxy .box a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
}
.boxy .box a:hover { 
    text-decoration: none;
}
.boxy .box a span {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.boxy .box a .box-bg {
    width: 100%;
    height: auto;
    border-bottom: 10px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.boxy .box a:hover .box-bg {
    border-bottom-color: #e31e36;
}
.boxy .box a .wkret-img {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .boxy {
        margin: -100px 0 30px;
    }
    .boxy .box a {
        font-size: 20px;
    }
    .boxy .box a .wkret-img {
        height: 80px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .boxy .box a .box-bg {
        max-width: 360px;
    }
    .boxy {
        margin: 0 0 30px;
    }
    .boxy .box a {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .boxy .box a .wkret-img {
        height: 80px;
        width: auto;
        top: -8px;
    }
}

/* OFERTA */
section.oferta {
    background: #efefef;
    padding: 50px 0;
}

/* PARALLAX */
section.parallax-1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    padding: 170px 0;
}
section.parallax-1 h3 {
    text-align: center;
    color: #fff;
}

/* QUESTION */
section.question {
    background-color: #FBFBFB;
    padding: 140px 0 100px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
section.question:before {
    content: "";
    background: url(img/question.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    width: 659px;
    height: 491px;
    top: 0;
    left: 5%;
}
section.question h3 span {
    color: #434242;
}
section.question .q-tel {
    font-size: 24px;
    color: #054f96;
    font-weight: 400;
}
section.question .q-tel span {
    font-weight: 700;
}

@media (max-width: 991px) {
    section.question:before {
        left: -15%;
    }
}
@media (max-width: 767px) {
    section.question {
        padding: 50px 0;
    }
    section.question:before {
        display: none;
    }
}

/* PRODUKTY */
.produkt-box {
    border: 3px solid #EBECEC;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    padding: 15px;
    text-decoration: none !important;
}
.produkt-box:hover {
    border-color: #336699;
}
.produkt-box .produkt-img img {
    max-height: 150px;
    width: auto;
    max-width: 100%;
}
.produkt-box .produkt-title {
    color: #2B2A29;
    font-weight: 700;
    text-align: center;
    /*text-transform: capitalize*/;
}

/* NAV SIDEBAR */
.nav-sidebar,
.nav-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-sidebar {
    margin-bottom: 40px;
}
.nav-sidebar ul {
    padding: 5px 5px 5px 40px;
}
.nav-sidebar li {}
.nav-sidebar li a {
    text-decoration: none !important;
    color: #9D9E9E;
    font-size: 14px;
    display: block;
    position: relative;
    font-weight: 400;
    /*text-transform: capitalize;*/
}
.nav-sidebar li a:hover {
    color: #054f96;
}
.nav-sidebar>li>a {
    font-size: 20px;
    color: #4D4D4D;
    padding: 10px 15px 10px 40px;
    border-bottom: 1px solid #EBECEC;
    /*text-transform: capitalize;*/
}
.nav-sidebar>li>a:before {
    content: "";
    width: 20px;
    height: 22px;
    background: url(img/ico-m.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
/*.nav-sidebar>li>a:hover:before,*/
.nav-sidebar>li.current-menu-item>a:before,
.nav-sidebar>li.current-category-ancestor>a:before {
    background-image: url(img/ico-m-hover.png);
}
/*.nav-sidebar li a.active,
.nav-sidebar>li.current-menu-item>a,
.nav-sidebar>li.current-category-ancestor>a {
    color: #054f96;
}*/
.nav-sidebar li.current-post-ancestor>a.dcjq-parent.active:before,
.nav-sidebar li.current-menu-parent>a.active:before {
    background-image: url(img/ico-m-hover.png);
}
.nav-sidebar li.current-post-ancestor>a.active,
.nav-sidebar li.current-post-parent>a,
.nav-sidebar li.current-menu-item>a.active {
    color: #054f96;
}
.nav-sidebar li.menu-item-has-children>a:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    top: 10px;
    right: 0;
    color: #C5C6C6;
}
.nav-sidebar li.menu-item-has-children>a.active:after {
    content: "\f106";
}

/* BREADCRUMBS */
.breadcrumbs {
    font-size: 13px;
    color: #B2B3B3;
}
.breadcrumbs a {
    color: #B2B3B3;
}

/* PAGINACJA */
.paginacja {
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
}
.paginacja ol {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.paginacja ol li {
    display: inline-block;
    padding: 5px;
}
.paginacja ol li .current,
.paginacja ol li a {
    display: block;
    min-width: 40px;
    height: 40px;
    background: #054f96;
    color: #fff;
    text-decoration: none !important;
}
.paginacja ol li .current {
    background: #e31e36;
    font-weight: 700;
}
.paginacja ol li a.page {}
.paginacja ol li a.prev {}
.paginacja ol li a.next {}

/* GOOGLE MAP */
.google-map-baltic {
    width: 100% !important;
    height: 400px;
}
@media (max-width: 767px) {
    .google-map-baltic {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .navbar-brand img {
        max-width: 310px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .produkt-box {
        margin: 30px;
    }
    .navbar-brand {
        width: 260px;
    }
    .boxy .box {
     margin-left: 30px;
     margin-right: 30px;
    }
}

.itemHeight { min-height: 225px !important }


#gdpr-cookie-message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999999;
	width: 700px;
	background: #fff;
	padding: 30px;
}
.borderRODO {
	border: 1px solid #000;
	border-bottom: 0;
}
.borderRODO-left {
	border-right: 1px solid #000;
}
.borderRODO-right {
	border-left: 1px solid #000;
}
.borderRODO-center {

}
.disOnMobile {
	display: none;
}
.text-center.borderRODO-left, .text-center.borderRODO-right, .text-center.borderRODO-center {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.text-center.borderRODO-left > div, .text-center.borderRODO-right > div, .text-center.borderRODO-center > div {
	width: 100%;
}
.tableRODO {
	margin: 15px 0;
}
.tableRODO .row {
	margin: 0; 
}
.maskRodo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 99999999999999999999;
}
.politykaRodo {
	height: 200px;
	overflow-y: scroll;
	margin: 10px 0 30px;
	padding: 10px;
	background: #f8f8f8;
}
.zgodaForm p.header {
	font-size: 16px;
	margin-bottom: 10px;
}
.zgodaForm p.zgoda {
	font-size: 15px;
	margin-bottom: 10px;
	font-style: italic;
}
.zgodaForm p.info {
	margin-bottom: 10px;
}
.zgodaForm p.someInfo {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}
ol.infoRodo {
	list-style: decimal;
}
ol.infoRodo li {
	line-height: 12px;
}
.zgodaForm p {
	font-size: 16px;
}
#element_to_pop_up {
	display: none;
	z-index: 99999 !important;
}
.b-modal {
	z-index: 99999 !important;

}
.rodoButtons.back {
	color: #054F96;
	border: 1px solid #054F96;
	background: #fff;
	margin-right: 0.5%;
	margin-left: 0;
}
.rodoButtons.back:hover {
	color: #fff;
	background: #054F96;
}
.rodoButtons {
	color: #fff;
	border: 1px solid #054F96;
	background: #054F96;
	padding: 10px ;
	width: 49%;
	margin-left: 0.5%;
}
.rodoButtons:hover {
	color: #054F96;
	border: 1px solid #054F96;
	background: #fff;
}
#element_to_pop_up > div {
	width: 700px;
	background: #fff;
	padding: 30px;
}
#element_to_pop_up > div p {
	color: #000;
	margin-bottom: 15px;
}
.topRodo {
	margin-bottom: 15px;
}
.topRodo p.firstP {
	font-size: 26px;
	margin-bottom: 25px;
}
#gdpr-cookie-message p.ask {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	#gdpr-cookie-message {
		width: 	calc(100% - 30px);
		top: 20px;
	    transform: translate(-50%, 0);
        padding: 30px 15px;

	}

.rodoButtons {
	font-size: 15px;
}
	.topRodo p {
		line-height: 12px;
    font-size: 11px;
	}
	.politykaRodo p {
		line-height: 15px;
	}


}