/**************************************************************************************************************/
/*********************************************************************************************** GLOBAL *******/
/**************************************************************************************************************/

body {
    background: #fff;
}

h1,h2,h3,h4,h5,h6 {
    
}

a {
    
}

ul {
    padding-left: 2px;
}


blockquote {
    margin: 0;
    margin-bottom: 20px;
}

/**************************************************************************************************************/
/********************************************************************************************** TOP BAR *******/
/**************************************************************************************************************/



#glt_widget-2 {
    float: right;
}



#language-bar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


#language-bar ul {
    float: none;
    display: block;
    margin: 0;
}

#language-bar ul li {
    display: inherit;
    margin-left: 5px;
    float: right;
    padding: 4px 8px 5px;
    color: #fff;
    background: #15295b;

}

#language-bar ul li:first-child {
    
}

#language-bar ul li:last-child {
}



/**************************************************************************************************************/
/************************************************************************************************ MENU ********/
/**************************************************************************************************************/

.dropdown-menu > li > a {
    line-height: 1;
    font-weight: 600;
    padding: 16px 35px;
    font-size: 0.9em;
    z-index: 10;
    font-family: -apple-system, BlinkMacSystemFont, "Poppins", "Segoe UI", Poppins, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: center;
}




.nav-justified > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu > li > a.active,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: #15295b;
    color: #fff;
}


.stick-menu {
    max-width: 150px;
    position: fixed;
    left: 0;
    top: 37%;
    z-index: 100;
    text-align: center;
    padding: 20px 20px 20px 0;
    margin-left: -80px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.stick-menu:hover {
    margin: 0;
}

.stick-menu .menu-item i._before,
.stick-menu .rtl .menu-item i._after {
    margin: 0;
}

.stick-menu .menu-item i._mi {
    font-size: 2em;
}

.stick-menu ul li:nth-child(1) {
    -webkit-animation: fadeInLeft .9s;
    animation: fadeInLeft .9s;
    animation-duration: .4s;
}

.stick-menu ul li:nth-child(2) {
    -webkit-animation: fadeInLeft .9s;
    animation: fadeInLeft .9s;
    animation-duration: .7s;
}

.stick-menu ul li:nth-child(3) {
    -webkit-animation: fadeInLeft .9s;
    animation: fadeInLeft .9s;
    animation-duration: 1s;
}

.stick-menu ul li:nth-child(4) {
    -webkit-animation: fadeInLeft .9s;
    animation: fadeInLeft .9s;
    animation-duration: 1.3s;
}

.stick-menu ul li:nth-child(5) {
    -webkit-animation: fadeInLeft .9s;
    animation: fadeInLeft .9s;
    animation-duration: 1.6s;
}

.stick-menu .navbar li a span {
    display: none;
}

.stick-menu .navbar li a {
    padding: 12px 25px 12px 15px;
    color: #fff;
    background: #b72d23;
    border-radius: 0;
}

.stick-menu .nav > li > a:hover {

    background: #15295b;
}

.stick-menu .nav > li > a:focus {
    background: #15295b;
}

.stick-menu .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
}

.stick-menu .navbar ul {
    float: none;
    display: block;
    margin: 0;
}

.stick-menu .navbar li {
    float: none;
    display: block;
    margin-bottom: 5px;
}


.stick-menu .navbar li a.scroll-highlight {
    background: #999;
}




/**************************************************************************************************************/
/********************************************************************************************* NAGLÓWKI *******/
/**************************************************************************************************************/


.page-header {
    border: none;
}

h1.fw-special-title, h1.page-title {
    font-weight: 600;
    font-size: 2em;
    
}
/*
h1.fw-special-title:after, h1.page-title:after {
    display: block;
    content: "";
    width: 120px;
    height: 2px;
    margin: 15px 0 0;
    background: linear-gradient(to right, #b72d23 0%, #b72d23 33%, #15295b 33%, #15295b 66%, #b72d23 66%, #b72d23 100%);
}*/


h1.fw-special-title:after, h1.page-title:after {
    display: block;
    content: "";
    width: 90px;
    height: 3px;
    margin: 15px 0;
    background: #c7cbd6;
}


.fw-heading-center h1.fw-special-title:after {

    content: '';
    width: 90px;
    height: 3px;
    background: #c7cbd6;
    display: block;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    margin: 15px auto;
}


.fw-heading-center h1.fw-special-title:after, .single-post-box .entry-header h1.entry-title:after {
    margin: 15px auto;
}


.fw-heading-h1 .fw-special-subtitle {
    font-size: 1.15em;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
    color: #b72d23;
    margin-top: 0;
}

#content .fw-heading-h1 {
    margin-bottom: 40px;
}

h2.fw-special-title {

}

#content .fw-heading-h3 {
    margin-bottom: 30px !important;
}

h3.fw-special-title {
    background: #15295b;
    color: #fff;
    padding: 20px 0;
    margin: 0 0 20px;
}


.single-post-box .entry-header h1.entry-title {
    margin: 0 0 20px 0;
    text-transform: none;
    position: relative;
    padding-left: 28px;
}

.single-post-box .entry-header h1.entry-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 16px;
    height: 26px;
    background: #b72d23;
}


/**************************************************************************************************************/
/********************************************************************************************** CONTENT *******/
/**************************************************************************************************************/


blockquote {
    background: #15295b;
    color: #fff;
    border: none;
    padding: 20px;
}
    

#content #section-home-ofer {
    padding: 0;
}

#section-home-ofer .col-md-3  {
    padding: 0;
}

#extra-offer {
    text-align: center;
}

#content #section-full-w {
    position: relative;
    padding: 70px 0;
}

#section-full-w .fw-container {
    position: static;
}

#section-full-w .col-sm-6:last-child {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/half-bg-l.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#content  #section-full-w-right-text {
    position: relative;
    padding: 40px 0;
    background: #f1f3f4;
}

#section-full-w-right-text .fw-container {
    position: static;
}

/*#content #section-full-w-right-text h1.fw-special-title {
    color: #fff;
}

#content #section-full-w-right-text  h1.fw-special-title:after {
    background: #fff;
}

#content #section-full-w-right-text .fw-btn-1 {
    border: 2px solid #fff;
    background: #fff;
    color: #15295b;
    margin-bottom: 0;
}

*/


#section-full-w-right-text .col-sm-6:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../img/half-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




#section-full-w-right-text .col-sm-6:last-child {
    float: right;
    padding: 0 25px
}

#section-full-w .col-sm-6:first-child {
    padding: 0 25px
}

body a.wp-show-posts-read-more {
    margin-bottom: 30px !important;
}

#content section.wp-show-posts {
    padding: 0;
}


.wp-show-posts h3.wp-show-posts-entry-title {
    margin: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.15em;
    padding: 0 15px;

}

.wp-show-posts-entry-summary {
    padding: 0 15px;
}

h3.wp-show-posts-entry-title a {
        color: #1a171b;
}

.news .wp-show-posts-inner {
    box-shadow: 0 2px 8px rgba(110,110,110,0.1);
    background: #fff;
    text-align: center;
}

body a.wp-show-posts-read-more {
    margin-bottom: 15px;
    display: inline-block;
    background: #005aa5;
    border-radius: 50px;
    border: 2px solid #005aa5;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 10px 25px;
    font-size: 0.9em;
}

body a.wp-show-posts-read-more:hover {
    background: transparent;
    color: #005aa5;
    border-color: #005aa5;
}

#section-action {
    padding: 40px 0 !important;
    color: #fff;
    background: #b72d23;
}

#section-action .fw-call-to-action {
    padding: 0;
    border: none;
    color: #fff;
}

#section-action .fw-call-to-action h2 {
    font-size: 2em;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 300;
    color: #fff;
}

#section-action .fw-action-content p {
    font-size: 1.1em;
}

#content #section-action .fw-btn-1 {
    background: #fff;
    border-color: #fff;
    color: #b72d23;
}

#content #section-action .fw-btn-1:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

#uslugi-dodatkowe img {
    margin-bottom: 15px;
    border: 2px solid #eaeaea;
}

#primary .contact-box ul {

    padding: 0;
}

#primary .contact-box ul li {
    list-style: none;
    margin-bottom: 5px;
}

#primary .contact-box ul li i {
    margin-right: 5px;
    padding: 3px;
    background: #b72d23;
    color: #fff;
    text-align: center;
    width: 30px;
    line-height: 24px;
    border-radius: 2px;
}

#content .contact-box ul li::before {
    content: none;
}


span.radio-header {
    font-weight: 400;
    background: #b72d23;
    color: #fff;
    text-transform: none;
    padding: 10px 12px;
    display: inline-block;
    min-width: 100%;
    margin-bottom: 12px;
    font-size: 0.9em;
}

.wpcf7-radio {
    line-height: 40px;
}

.green-bg-box {
    padding: 20px;
    text-align: center;
    background: linear-gradient(45deg,#22b577,#12834c);
    color: #fff;
    min-height: 280px;
    
}

.gray-bg-box {
    padding: 20px;
    text-align: center;
    background: #f1f3f4;
    min-height: 320px;
    
}


.gray-bg-box .btn-primary {
   
    
}


.gray-bg-box h2 {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 1.6em;
    color: #12834c;
}


.green-bg-box p, .gray-bg-box p, .white-bg-box p {
    margin-bottom: 15px;
}

.green-bg-box .btn-primary {
    border: 2px solid #fff;
    background: #fff;
    color: #15295b;
    margin-bottom: 0;
}


.green-bg-box h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 1.6em;
}


.white-bg-box {
    padding: 30px 40px 10px 40px;
    background: #fff;
    min-height: 280px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    
}


.white-bg-box .btn-primary {
   
    
}


.white-bg-box h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.6em;
    margin: 0 0 20px;
}

.contact-box {
    text-align: center;
    padding: 20px;
    background: #b72d23;
    color: #fff;
}

.contact-box p {
    margin: 0;
}

.contact-box h3 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.2em;
    margin: 0 0 20px;
    color: #fff;
}

#section-about {
    position: relative;
}

#section-about::before {
    background: rgba(18, 131, 76, 0.75);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}






/**************************************************************************************************************/
/*********************************************************************************************** FOOTER *******/
/**************************************************************************************************************/


.contact-info-footer {
    background: #747b88;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;

}

.contact-info-footer .info-footer-details {
    margin: 10px 0;
    font-weight: 500;
}

.contact-info-footer .info-footer-details h4 {
    margin: 0;
    font-size: 1em;
    display: inline;
    color: #fff;
}

.contact-info-footer .info-footer-details h4 strong {
    
}

.contact-info-footer i {
    font-size: 30px;
    float: left;
    margin-right: 15px;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
}

.site-footer .top-footer ul.contact-icons>li {
    margin-bottom: 5px;
}

.site-footer .top-footer ul.contact-icons>li::before {
    content: none;
}

.site-footer .top-footer ul.contact-icons i {
    margin-right: 5px;
    text-align: center;
    color: #fff;
    background: #b72d23;
    line-height: 36px;
    width: 36px;
    height: 36px;
    font-size: 0.9em;
    border: 1px solid;
}

.copyright ul.social-list {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.copyright ul.social-list li {
    display: inline-block;
    margin-right: 15px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.6em;
    line-height: 1;
}


/**************************************************************************************************************/
/***************************************************************************************** MEDIA QUERY ********/
/**************************************************************************************************************/




@media (max-width: 1199px){
   
    
}


@media (max-width: 991px){
   

}



@media (max-width: 767px){

    #section-full-w-right-text .col-sm-6:first-child {
        background: none;
    }
    
    .container>.navbar-header {
        margin: 15px 0 0;
    }
    
    #content section {
    padding: 30px 0 20px;
}
    
    .navbar-brand img {
        max-height: 50px;
    }
}



