/* RESET */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding:0;
  line-height:100%;
  font-size:10px;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin:0;
  padding:0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  vertical-align: middle;
}

ul {
list-style-type: none;
padding: 0;
margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: none;
  outline: none;
}

ul, ol {
  margin-bottom: 0px;
  margin-top: 0;
}

::selection {
  color: #fff;
  background-color: #063470;
}

::-moz-selection {
  color: #fff;
  background-color: #063470;
}

input:focus, button:focus, select:focus, textarea:focus{
  outline: none;
}

strong {
  font-weight: 600;
}

.video-responsive{ overflow:hidden; padding-bottom:56.25%; position:relative; height:0; } 
.video-responsive iframe{ left:0; top:0; height:100%; width:100%; position:absolute; }

/* BOOTSTRAP */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* STYLE */

.white-bg {
	background: #fff;
}

.background-cover {
  background-size: cover !important;
  background-position: center center !important;
}

.menu-button {
  display: none;
}

.offset-top-15 {
  margin-top: 15px;
}

.offset-top-30 {
  margin-top: 30px;
}

.offset-top-45 {
  margin-top: 45px;
}

.offset-top-60 {
  margin-top: 60px;
}

.offset-top-90 {
  margin-top: 90px;
}

.offset-top-120 {
  margin-top: 120px;
}

.offset-bottom-20 {
  margin-bottom: 20px;
}

.offset-bottom-30 {
  margin-bottom: 30px;
}

.offset-bottom-45 {
  margin-bottom: 45px;
}

.offset-bottom-60 {
  margin-bottom: 60px;
}

.offset-bottom-90 {
  margin-bottom: 90px;
}

.offset-bottom-120 {
  margin-bottom: 120px;
}

.zoomIt {
  display: block;
  position: relative;
    overflow: hidden;
}
.zoomIt div, .zoomIt img{
  -webkit-transition: .5s;
  transition: .5s;
}
.zoomIt:hover > div, .zoomIt:hover > img{
  transform:scale(1.05); 
  -webkit-transform:scale(1.05); 
  -moz-transform:scale(1.05); 
  -o-transform:scale(1.05); 
}

.absolute-link {
  position: relative;
}

.absolute-link > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

/* 

font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;

#be092f
RED

#2b2f65
NAVY

#1e1e1e
BLACK / GREY

*/

/* UNIVERSAL */

body {
  color: #1e1e1e;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  background: #fff;
}

a {
  text-decoration: none;
  color: #1e1e1e;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover, a:focus {
  text-decoration: none;
  color: #be092f;
  outline: none;
}

p {
  margin: 0 0 30px;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #be092f;
}

strong {
  font-weight: 700;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #d9d9d9;
}

.vertical-helper {
  display: table;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.margin-0 {
  margin-bottom: 0;
}

.button-border-white {
  display: inline-block;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px 20px;
}

.button-border-white:hover {
  color: #1e1e1e;
  background: #fff;
}

.button-border-red, .button-border {
  display: inline-block;
  border: solid 1px #be092f;
  color: #be092f;
  padding: 10px 20px;
}

.button-border-red:hover, .button-border:hover {
  color: #fff;
  background: #be092f;
}

.button-red {
  display: inline-block;
  border: none;
  color: #fff;
  padding: 10px 20px;
  background: #be092f;
}

.button-red:hover {
  color: #be092f;
  background: #fff;
}

/* HEADERS */

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 38px;
  font-family: 'Montserrat', sans-serif;
}

/* HEADER */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 25px 0;
}

.header-menu ul li {
  display: inline-block;
}

.header-menu ul li a {
    display: block;
    font-size: 16px;
    padding: 18px 32px;
}

.header-logo img {
  width: 80%;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-fixed {
  background: #fff;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.header-fixed .header-logo img {
  width: 30%;
}

.current-menu-item a {
    font-weight: 600;
    color: #be092f;
}

/* HOME BANER */

.home-main-baner {
  background: url(../images/home-baner-4.jpg);
  background-attachment: fixed;
  background-position: center center;
  padding: 350px 0;
  background-size: cover;

}

.home-main-baner-txt h1 {
  font-size: 46px;
  color: #2b336f;
  font-weight: 700;
  margin-bottom: 30px;
}

.home-main-baner-txt p {
  font-size: 18px;
  color: #2b336f;
}

.home-main-baner-photo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -999;
}

/* HOME OFERTA */

.home-about {
    padding: 90px 0;
}

.home-promo-baners {
  margin-top: -150px;
}

.home-oferta-box {
  color: #fff;
  padding: 50px;
}

.home-oferta-box h2 {
  margin-bottom: 30px;
}

.home-oferta-box h2 a {
  color: #fff;
}

.home-oferta-box-1 {
  background: url(../images/home-promo-baner-1.jpg);
  background-size: cover;
}

.home-oferta-box-2 {
  background: url(../images/home-promo-baner-2.jpg);
  background-size: cover;
}

/* HOME BLOG */

.home-blog {
  background: url(../images/blog-bg.jpg);
  background-attachment: fixed;
  padding: 60px 0;
}

.home-blog h4 {
  font-size: 20px;
  line-height: 30px;
}

.home-blog a img, .blog-post-box a img {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-blog a:hover img, .blog-post-box a:hover img {
  opacity: 0.7;
}

/* BOTTOM */

.bottom {
	padding-top: 90px
}

.footer {
  color: #b8b8b8;
  font-size: 14px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.bottom p {
  margin-bottom: 0;
}

.contact-link {
  font-size: 22px;
}

.contact-link i {
  color: #be092f;
}

/* PAGE */

.page-main-baner {
  background-attachment: scroll;
  background-position: center center;
  padding: 150px 0;
  background-size: cover;
  background-color: #f9f9f9;
}

p.larger-text {
    font-size: 22px;
    line-height: 32px;
}

.main-content-txt ul {
    list-style: circle;
    padding-left: 30px;
    margin-bottom: 30px;
}

.main-content-txt h2, .main-content-txt h3 {
    margin-bottom: 30px;
}

/* BLOG */

.single .page-main-baner, .category-blog .page-main-baner {
    opacity: 0.2;
}

.home-blog h4, .blog-post-box h4 {
    font-size: 20px;
    line-height: 30px;
}

.blog-sidebar h2.widgettitle {
    font-size: 22px;
    margin-bottom: 30px;
}

.blog-sidebar ul li, .main-content-menu ul li {
    border-bottom: solid 1px #e1e1e1;
}

.blog-sidebar ul li a, .main-content-menu ul li a {
    display: block;
	padding: 12px;
}

/* FORMULARZ */

.wpcf7-form input, .wpcf7-form textarea {
	border: solid 1px #e1e1e1;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
}

.wpcf7-form .wpcf7-submit {
	background: #be092f;
	color: #fff;
	border: none;
}

.wpcf7-form input[type="checkbox"] {
    width: auto;
	margin: 0;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

span.wpcf7-list-item-label {
    font-size: 13px;
	line-height: 16px;
    font-weight: 400;
}

/* 1680 */

@media(max-width:1680px){



}

/* 1366 */

@media(max-width:1366px){

.home-main-baner {
    padding-top: 250px;
    padding-bottom: 200px;
}

}

/* 1270 */

@media(max-width:1270px){

.header-menu ul li a {
    padding: 18px 14px;
}

}

/* 1024 */

@media(max-width:1024px){

.home-main-baner, .home-blog, .page-main-baner {
	background-attachment: scroll;
}

}

/* 992 */

@media(max-width:992px){

.header-menu ul li a {
  padding: 18px 5px;
}

}

/* 767 */

@media(max-width:767px){

.menu-button {
display: block;
font-size: 30px;
}

.header-menu ul {
display: none;
width: 190%;
margin-left: -100%;
padding-top: 50px;
}

.header-menu ul li {
display: block;
width: 100%;
text-align: center;
border-bottom: solid 1px #ccc;
}

.header-menu ul li a {
padding: 15px;
}

.header {
position: fixed;
background: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.home-promo-baners {
margin-top: 15px;  
}

.home-oferta-box-2 {
margin-top: 15px;  
}

.home-main-baner {
padding: 50px 0;
margin-top: 80px;
}

.offset-top-xs-30 {
margin-top: 30px;
}

.bottom.offset-top-90 {
margin-top: 60px;
}

.bottom-col-1, .bottom-col-2 {
  margin-bottom: 30px;
}

.bottom {
  text-align: center;
}

.home-oferta-box {
	padding: 30px;
}

.home-main-baner-txt h1 {
    font-size: 34px;
}

.offset-top-90 {
    margin-top: 45px;
}

.blog-home-row .blog-post-wrapper:nth-child(3) {
	display: none;
}

.page-main-baner {
    padding: 120px;
}

}