    /* >>>>>>>>>>>>>> IMPORT STYLI CSS I FONTÓW  <<<<<<<<<<<<<<< */
    @import 'css/bootstrap.min.css';
    /*@import 'css/magnific-popup.css';*/
    @import 'css/animate.css';
    @import 'css/meanmenu.css';
    @import 'css/icofont.css';
    @import 'css/owl.carousel.css';
    @import 'css/magnific-popup.css';
    /* Web Fonts */
    @import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans:600,700|Poiret+One');
    @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

    /* >>>>>>>>>>>>>> GŁÓWNE USTAWIENIA CSS <<<<<<<<<<<<<<< */
    * { margin: 0; padding: 0; }
    .floatleft { float: left; }
    .floatright { float: right; }
    .alignleft { float: left; margin-right: 15px; }
    .alignright { float: right; margin-left: 15px; }
    .aligncenter { display: block; margin: 0 auto 15px; }
    a:focus { outline: 0px solid; }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px;
        font-weight: 700;
        /*font-family: 'Open Sans', sans-serif;*/
        font-family: 'Montserrat', sans-serif;
        letter-spacing: .3px;
    }
    h2 span,
    h3 span {
        color: #00CCCC;
    }
    body,
    p {
        /*font-family: 'Lato', sans-serif;*/
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        color: #444;
        font-size: 16px;
        line-height: 1.4;
    }
    a,
    a:hover,
    a:focus {
        transition: all 700ms ease 0s;
        text-decoration: none;
        outline: none;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    }
    ul {
        margin: 0;
    }
    ol li,
    ul li {
        list-style: outside none none;
    }
    img {
        height: auto;
        max-width: 100%;
    }
    .table {
        display: table;
        z-index: 9;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .table_cell {
        display: table-cell;
        vertical-align: middle;
    }
    .margin_top_30 {
        margin-top: 30px;
    }
    .section_padding_150 {
        padding: 150px 0;
    }
    .section_padding_100 {
        padding: 100px 0;
    }
    .section_padding_100_0 {
        padding: 100px 0 0 0;
    }
    .section_padding_0_100 {
        padding: 0 0 100px 0;
    }
    .section_padding_100_50 {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .section_padding_100_70 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .section_padding_200 {
        padding: 200px 0;
    }
    .section_heading {
        margin-bottom: 50px;
        position: relative;
        text-align: center;
    }
    .section_heading > h3 {
        color: #00CCCC;
        margin-bottom: 0;
    }
    .section_heading > h3 span {
        color: #00CCCC;
    }
    .section_heading > p {
    	color: #00CCCC;
        margin-bottom: 5px;
    }
    .section_heading.text-left {
        text-align: left !important;
    }
    .font-poiret-one {
        font-family: 'Poiret One', cursive !important;
    }

    /* SCROLL UP START */
        #scrollUp {
        background-color: #00CCCC;
        border-radius: 5px;
        right: 20px;
        bottom: 20px;
        color: #FFFFFF;
        font-size: 30px;
        width: 40px;
        height: 40px; 
        padding: 0 3px 8px 6px; }
    /* SCROLL UP END */

    /* >>>>>>>>>>>>>> NAGŁÓWEK CSS <<<<<<<<<<<<<<< */
    header {
        height: auto;
        position: absolute;
        width: 100%;
        z-index: 99;
    }
    .logo_area {
        padding: 0px 0;
    }
    .icon-menu {
        display: inline-block;
        font-size: 20px !important;
        padding-right: 16px;
    }
    .main_header_area {
        height: 90px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .main_header_area.sticky {
        background-color: #383838;
        width: 100%;
        position: fixed;
        transition-duration: 500ms;
    }
    .main_menu_area {
        float: right;
        position: relative;
    }
    .mainmenu {
        display: inline-block;
        text-align: left;
    }
    .mainmenu ul#nav li {
        display: inline-block;
        position: relative;
    }
    .mainmenu ul#nav li a {
        color: #FFFFFF;
        display: block;
        font-size: 1.6rem;
        font-weight: 600;
        height: 90px;
        line-height: 2rem;
        padding: 40px 15px;
    }
    .main_header_area .mainmenu ul#nav li.current_page_item a {
        color: #00CCCC;
        font-weight: 700;
    }
    .mainmenu ul#nav li a i,
    .mean-container .mean-nav ul li a i {
        font-size: 14px;
        padding-left: 5px;
    }
    .mainmenu ul#nav li ul {
        text-align: left;
    }
    .mainmenu ul#nav li ul li a {
        padding-left: 15px !important;
        text-align: left !important;
    }
    .main_header_area.sticky .mainmenu ul#nav li.active a,
    .main_header_area.sticky .mainmenu ul#nav li:hover a,
    .mainmenu ul#nav li.active a,
    .mainmenu ul#nav li:hover a {
        color: #00CCCC;
    }
    
    .blog_page .main_header_area,
    .about_area,
    .why_choose_us_area,
    .timeline_area,
    .message_now_area {
        background-color: #FFFFFF;
    }

    /* >>>>>>>>>>>>>> GÓRNY SLIDER CSS <<<<<<<<<<<<<<< */
    .welcome_area {
        position: relative;
        overflow: hidden;
    }
    .welcome_area .static_version .single_slide {
        background-attachment: fixed;
    }
    .single_slide {
        position: relative;
        background-position: center center;
        background-size: cover;
    }
    .single_slide:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        content: "";
    }
    .single_slide .slide_text {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        text-align: center;
    }
    .single_slide .slide_text h2 {
        color: #FFFFFF;
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .single_slide .slide_text h3 {
        font-weight: 600;
        color: #FFFFFF;
        font-size: 30px;
    }
    .single_slide .slide_text a {
        background-color: transparent;
        border: 2px solid #FFFFFF;
        border-radius: 6px;
        color: #FFFFFF;
        display: inline-block;
        font-family: 'Poiret One', cursive !important;
        letter-spacing: 1.5px;
        font-size: 18px;
        font-weight: 700;
        line-height: 19px;
        margin: 35px auto 0;
        padding: 15px 24px;
        width: auto;
    }
    .single_slide .slide_text a:hover {
        background-color: #00CCCC;
        color: #FFFFFF;
        border: 2px solid #00CCCC;
    }
    /* >>>>>>>>>>>>> KONTROLKI TEXT SLIDERA <<<<<<<<<<<<< */
    /*.textslider .owl-controls {
        bottom: 50px;
        left: 100px;
        position: absolute;
    }
    .textslider .owl-dot {
        background-color: #fff;
        border-radius: 20px;
        display: inline-block;
        height: 10px;
        margin: 0 5px 150px 5px;
        width: 20px;
    }
    .textslider .owl-dots {
        text-align: center;
    }
    .textslider .owl-dot.active {
        background-color: #DD2C00;
        height: 10px;
        width: 30px;
    }*/
   /* >>>>>>>>>>>>>> CZYM SIĘ ZAJMUJEMY CSS <<<<<<<<<<<<<<< */
    /*.special_feature_area {
        background-color: #F6F6F6;
        text-align: center;
    }
    .single_feature {
        transition-duration: 500ms;
        padding: 30px 15px;
        background-color: #FFFFFF;
        position: relative;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    }
    .single_feature:after {
        background-color: #DD2C00;
        bottom: 0;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        transition-duration: 500ms;
        width: 100%;
        opacity: 1;
    }
    .single_feature .feature_img {
        margin: 5px auto 20px;
        transition-duration: 500ms;
    }
    .feature_img i {
        font-size: 40px;
        text-align: center;
        color: #DD2C00;
    }
    .single_feature .feature_text h4 {
        color: #2C3E50;
        font-size: 18px;
        transition-duration: 500ms;
        font-weight: 600;
    }
    .single_feature:hover .feature_text h4 {
        color: #DD2C00;
    }
    .single_feature .feature_text p {
        margin: 0;
    }*/
    
        /* SEPARATOR */

.separator {
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    width: 100%;
}
.separator::before, .separator::after {
    content: '';
    position: absolute;
}
.separator::before {
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #323232;
    transform-origin: 100% 100%;
    transform: rotate(-1deg);
}
    /* >>>>>>>>>>>>>> O NASZEJ FIRMIE <<<<<<<<<<<<<<< */
    .about_us_text > h3 {
        color: #2C3E50;
        padding-top: 20px;
    }
    /*.about_us_thumb {
        background-color: #FFFFFF;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
        padding: 5px;
        border-radius: 2px;
    }
    .about_us_text a {
        background-color: transparent;
        border: 1px solid #DD2C00;
        border-radius: 6px;
        color: #DD2C00;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        margin-top: 15px;
        padding: 15px 24px;
        width: auto;
    }
    .about_us_text a:hover,
    .about_us_text a:focus {
        background-color: #DD2C00;
        color: #FFFFFF;
    }*/

    /* >>>>>>>>>>>>>> VIDEO AREA START CSS <<<<<<<<<<<<<<< */
    .video_area {
        background-image: url(img/bg-1.jpg);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        z-index: 1;
    }
    .video_area:before {
        background-color: rgba(0, 0, 0, 0.5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -5;
    }
    .video_play_area h3, .video_play_area p {
        color: #FFFFFF;
        padding-bottom: 2rem;
    }
    .video_play_area h3 span, .video_play_area p span {
        color: #00CCCC;
        font-weight: bold;
    }
    /*  OFERTA */
    .about_area .oferta h3 {
        text-align: center;
        color: #666666;
    }
    .about_area .oferta p {
        padding-left: 2rem;
    }
    
    /* >>>>>>>>>>>>>> DLACZEGO TA FIRMA CSS <<<<<<<<<<<< */
    /*.single_choose_us {
        margin-bottom: 30px;
        padding-right: 85px;
        position: relative;
        text-align: right;
        transition-duration: 500ms;
    }
    .single_choose_us > h4 {
        color: #34495E;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .single_choose_us p {
    	color: #34495E;
    }
    .choose_us_icon {
        background-color: transparent;
        border: 1px solid #DD2C00;
        border-radius: 50%;
        color: #DD2C00;
        height: 70px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 2px;
        width: 70px;
        transition-duration: 500ms;
    }
    .choose_us_icon > i {
        font-size: 30px;
        line-height: 70px;
    }
    .single_choose_us:hover .choose_us_icon {
        color: #FFFFFF;
        background-color: #DD2C00;
    }
    .why_choose_us_text_area.second_area .single_choose_us {
        padding-right: 0;
        padding-left: 85px;
    }
    .why_choose_us_text_area.second_area .choose_us_icon {
        right: auto;
        left: 0;
        top: 2px;
    }
    .why_choose_us_text_area.second_area .single_choose_us {
        text-align: left;
    }
    .why_choose_us_image {
        padding-top: 15px;
    }
    .why_choose_us_area .second_part {
        margin-top: 50px;
    }*/
    /* >>>>>>>>>>>>>> GALERIA 1.0 Z OKNEM MODALNYM CSS <<<<<<<<<<<<<<< */
    .what_we_do_area {
        background-color: #F6F6F6;
    }
    .single_service {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .single_service_img {
        text-align: center;
        transition-duration: 500ms;
        transform: scale(1);
    }
    .single_service_title {
        height: auto;
        position: relative;
        transition-duration: 500ms;
        width: 100%;
        z-index: 2;
    }
    .learn_more {
    	width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% - 51px);
        z-index: 9;
        transition-duration: 500ms;
        text-align: center;
        opacity: 3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .single_service_title > h4,
    .learn_more > a > h4 {
        background-color: #2C3E50;
        color: #FFFFFF;
        margin-bottom: 0;
        padding: 15px;
        text-align: center;
        transition-duration: 500ms;
        font-weight: 600;
    }
    .single_service_content {
        left: 15px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 15px;
        bottom: 15px;
        z-index: 9;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition-duration: 500ms;
    }
    .single_service_content .table_cell > p {
        color: #2C3E50;
    }
    .single_service_content .table .table_cell {
        padding-bottom: 10px;
    }
    .single_service:hover .single_service_title {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .single_service:hover {
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    }
    .single_service:hover .single_service_img {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        transform: scale(1.1)
    }
    .single_service:hover .single_service_content,
    .single_service:hover .learn_more {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .single_service:hover .learn_more > a > h4 {
        background-color: #DD2C00;
    }
    
    /* >>>>>>>>>>>>>> GALERIA 1.0 OKNO MODALNE CSS <<<<<<<<<<<<<<< */
    body.modal-open {
        padding-right: 0 !important;
    }
    .modal-dialog {
        margin: 100px auto 50px;
        width: 900px !important;
    }
    .modal-content {
        padding: 30px;
    }
    button.close {
        color: #2C3E50 !important;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        position: absolute;
        transition-duration: 500ms;
        right: 5px;
        top: 5px;
    }
    button.close:focus,
    button.close:hover {
        color: #2C3E50 !important;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .service_data_dl {
        border: 1px solid #34495E;
        margin-top: 30px;
        padding: 15px;
        border-radius: 6px;
    }
    .service_data_dl > p {
        text-align: center;
        color: #34495E;
    }
    .service_data_dl > a {
        background: transparent;
        border: 1px solid #DD2C00; 
        border-radius: 6px;
        color: #DD2C00;
        display: block;
        font-weight: 700;
        margin: auto;
        padding: 15px 0;
        text-align: center;
        width: 30%;
    }
    .service_data_dl > a:hover {
        color: #FFFFFF;
        background-color: #DD2C00;
    }
    .service_details_thumb {
        border: 1px solid #F6F6F6;
        padding: 5px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .single_part_content {
        padding: 30px 0 0;
        text-align: center;
    }
    .single_part_content h3 {
        font-size: 2rem;
        font-weight: bold;
        transition-duration: 500ms;
        color: #DD2C00;
        margin-bottom: 15px;
    }
    .single_part_content h3 > span {
        color: #34495E;
    }
    .single_part_content p {
        transition-duration: 500ms;
        color: #34495E;
    }
    
    /* >>>>>>>>>>>>>> LISTA PUNKTOWANA OFERTY <<<<<<<<<<<<<<< */
    .our_speciality_area {
        background-image: url(img/bg-3.jpg);
        background-position: center center;
        background-size: cover;
        position: relative;
        /*z-index: 1;*/
        background-attachment: fixed;
        overflow: hidden;
    }
    .our_speciality_area:before {
        background-color: rgba(0, 0, 0, 0.7);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        /*z-index: -1;*/
    }
    .single_speciality {
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }
    .single_speciality_text {
        margin-left: 35px;
    }
    .single_speciality_icon {
        left: 0;
        position: absolute;
        transition-duration: 500ms;
        top: 0;
    }
    .our_speciality_area .single_speciality_icon i {
        color: #FFFFFF;
        font-size: 27px;
	}      
    .single_speciality_text > h5 {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        margin-left: 1.5rem;
    }
    .our_speciality_area .section_heading {
        text-align: left;
    }
    .our_speciality_area .section_heading p {
        color: #FFFFFF;
    }

   /* >>>>>>>>>>>>>> :: GALERIA 2.0 CSS <<<<<<<<<<<<<<< */
    .gallery_area {
        background-color: #F6F6F6;
        padding-bottom: 0;
    }
    .gallery_area .single_gallery_item {
        display: inline-block;
        float: left;
        width: 25%;
        position: relative;
        /*z-index: 1;*/
        overflow: hidden;
    }
    .gallery_area .single_gallery_item > a > img {
        transform: scale(1);
        transition-duration: 500ms;
    }
    .gallery_area .single_gallery_item:hover a > img {
        transform: scale(1.1);
    }
    .gallery_area .single_gallery_item > a {
        cursor: url(img/core-img/add.png), auto;
    }
    
    .gallery_area .single_gallery_item .hover_overlay {
        background-color: rgba(255, 255, 255, 0.85);
        bottom: 5%;
        height: 90%;
        left: 5%;
        position: absolute;
        right: 5%;
        top: 5%;
        transition-duration: 500ms;
        width: 90%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    .gallery_area .single_gallery_item:hover .hover_overlay {
        opacity: 1;
    }  
    .gallery_area .single_gallery_item .gallery_info {
        text-align: center;
    }
    .gallery_area .single_gallery_item:hover .gallery_info {
        animation: zoomIn 350ms ease-in-out;
    }
    .gallery_info h5 {
        color: #DD2C00;
        display: inline-block;
        margin-bottom: 5px;
        padding: 10px 0;
        transition-duration: 500ms;
        font-size: 18px;
        font-weight: 600;
    }
    .gallery_info p {
        color: #2C3E50;
        transition-duration: 500ms;
    }
    .live_preview > a {
        background-color: transparent;
        border: 1px solid #DD2C00;
        border-radius: 6px;
        color: #DD2C00;
        display: block;
        margin: 0 auto;
        padding: 15px 24px;
        text-align: center;
        width: 100%;
    }
    .live_preview > a:hover {
        background-color: #DD2C00;
        color: #FFFFFF;
    }

    /* >>>>>>>>>>>>>> NASZ ZESPÓŁ CSS <<<<<<<<<<<<<<< */
    .our_advisor_area {
        background-color: #F6F6F6;
    }
    .our_advisor_area h3 {
        color: #333;
    }
    .our_advisor_area h3 small {
        color: #333;
    }
    .our_advisor_area p {
        color: #666;
    }
    .single_advisor_profile {
        position: relative;
    }
    .single_advisor_slide {
        background-color: #FFFFFF;
        margin-top: 60px;
        position: relative;
    }
    .advisor_thumb {
        bottom: 0;
        height: auto;
        left: 35px;
        position: absolute;
        width: 35%;
        background-color: #FFFFFF;
    }
    .single_advisor_details_info {
        padding: 30px;
        transition-duration: 500ms;
        width: 100%;
        padding-left: calc(40% + 30px);
    }
    .single_advisor_details_info > h4 {
        color: #2C3E50;
        font-weight: 400;
        margin: 0 0 5px;
    }
    .about_advisor {
        border-top: 1px solid #CCCCCC;
        padding-top: 15px;
    }
    .single_advisor_details_info > p,
    .about_advisor > p {
        color: #888;
        margin-bottom: 15px;
    }
    .social_icon > a {
        background-color: #34495e;
        color: #fff;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
        border-radius: 50%;
    }
    .social_icon > a:hover {
        background-color: #DD2C00;
    }
    .our_advisor_area .owl-nav {
        position: absolute;
        right: 0;
        top: 0;
    }
    .our_advisor_area .owl-prev,
    .our_advisor_area .owl-next {
        background-color: transparent;
        border: 2px solid #DD2C00;
        border-radius: 6px;
        color: #DD2C00;
        height: 25px;
        line-height: 21px;
        position: absolute;
        text-align: center;
        top: 90px;
        transition-duration: 500ms;
        width: 40px;
    }
    .our_advisor_area .owl-prev {
        right: 75px;
    }
    .our_advisor_area .owl-next {
        right: 30px;
    }
    .our_advisor_area .owl-prev:hover,
    .our_advisor_area .owl-next:hover {
        background-color: #DD2C00;
        border: 2px solid #DD2C00;
        color: #FFFFFF;
    }
    .our_advisor_area.advisor .single_advisor_profile {
        margin-bottom: 30px;
    }

    /* >>>>>>>>>>>>>> FAQ AREA CSS <<<<<<<<<<<<<<< */
    .faq_question_area {
        background-image: url(img/bg-1.jpg);
        background-position: left center;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .faq_question_area:before {
        background-color: rgba(0, 0, 0, 0.7);
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -5;
    }
    .faq_question_area .section_heading {
        text-align: right;
    }
    .faq_question_area .section_heading p {
        color: #FFFFFF;
    }
    .faq_question_area h3 span {
        color: #FFFFFF;
    }
    .single-accordion {
        margin-bottom: 20px;
    }
    .single-accordion:last-of-type {
        margin-bottom: 0px;
    }
    .single-accordion h5 a {
        background-color: transparent;
        border: 1px solid #DDDDDD;
        border-radius: 6px;
        color: #00CCCC;
        display: block;
        font-weight: 400;
        line-height: 21px;
        padding: 15px;
        position: relative;
    }
    .single-accordion h5 a.collapsed {
        background-color: transparent;
        color: #2C3E50;
    }
    .single-accordion h5 a span {
        position: absolute;
        right: 10px;
        top: 7px;
        font-weight: 400;
        height: 100%;
        font-size: 35px;
        line-height: 50%;
    }
    .single-accordion h5 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    .single-accordion h5 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }
    .single-accordion h5 {
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .single-accordion .accordion-content {
        border: 1px solid #DDDDDD;
        border-top: 0 solid transparent;
    }
    .single-accordion .accordion-content p {
        padding: 20px 20px 10px;
        color: #888;
        font-weight: 400;
    }
    .panel {
        background-color: #FFFFFF;
        border: 0 solid transparent;
        border-radius: 4px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        margin-bottom: 20px;
    }

    /* >>>>>>>>>>>>>> CENNIK USŁUG CSS <<<<<<<<<<<<<<< */
    .price_plan_area {
        background-color: #F6F6F6;
    }
    .price_plan_area .single_price_plan {
        text-align: center;
        background-color: #FFFFFF;
        border-radius: 4px;
        transition-duration: 500ms;
        margin-bottom: 30px;
    }
    .price_plan_area .single_price_plan .title {
        background-color: #2C3E50;
        border-radius: 6px;
        color: #FFFFFF;
        display: block;
        margin: 0 auto;
        padding: 15px 0;
        transition-duration: 500ms;
        width: 150px;
    }
    .price_plan_area .single_price_plan .title h3 {
        margin: 0;
        font-weight: 400;
    }
    .price_plan_area .single_price_plan .price h4 {
        color: #2C3E50;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        margin: 0;
        padding: 30px 0 15px;
    }
    .price_plan_area .single_price_plan .description {
        padding: 15px 0;
    }
    .price_plan_area .single_price_plan .description > p {
        border-bottom: 0 solid transparent;
        margin: 0;
        padding: 7.5px 0;
    }
    .price_plan_area .single_price_plan .button {
        padding: 0px 0 30px;
    }
    .price_plan_area .single_price_plan .button > a {
        border: medium none;
        color: #888;
        font-size: 16px;
        font-weight: 400;
        padding: 0;
    }
    .price_plan_area .single_price_plan .button > a:hover,
    .price_plan_area .single_price_plan .button > a:focus {
        color: #DD2C00;
        background-color: transparent;
        text-decoration: underline;
    }
    .price_plan_area .single_price_plan:hover {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    }
    .price_plan_area .single_price_plan:hover .title {
        background-color: #DD2C00;
    }
    .price_plan_area.price .single_price_plan {
        margin-bottom: 30px;
    }

    /* >>>>>>>>>>>>>> TIMELINE AREA CSS <<<<<<<<<<<<<<< */
    .single_timeline_block .timeline_text_content {
        width: calc(50% - 50px);
    }
    .single_timeline_block.odd-item .timeline_text_content {
        float: right;
    }
    .single_timeline_block.even-item .timeline_text_content {
        text-align: right;
    }
    .single_timeline_block {
        position: relative;
        z-index: 1;
    }
    .single_timeline_block .timeline_icon {
        background-color: #DD2C00;
        border-radius: 50%;
        color: #FFFFFF;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50px;
        z-index: 2;
        border: 3px solid #FFFFFF;
    }
    .single_timeline_block .timeline_icon i {
        font-size: 24px;
        line-height: 44px;
    }
    .timeline_text_content {
        background-color: #F6F6F6;
        border-radius: 5px;
        padding: 20px;
        position: relative;
        z-index: 1;
        transition-duration: 500ms;
    }
    .timeline_text_content p {
        margin: 0;
        transition-duration: 500ms;
    }
    .timeline_text_content:hover {
        background-color: #DD2C00;
        opacity: .8;
        color: #FFFFFF;
    }
    .timeline_text_content:before {
        background-color: #DD2C00;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 2px;
        z-index: -5;
    }
    .timeline_text_content:after {
        background-color: #F6F6F6;
        content: "";
        height: 30px;
        position: absolute;
        transform: rotate(45deg);
        width: 30px;
        z-index: -9;
        transition-duration: 500ms;
    }
    .timeline_text_content:hover:after {
        background-color: #DD2C00;
        opacity: 1;
    }
    .timeline_text_content:hover p {
        color: #FFFFFF;
    }
    .timeline_text_content > h4 {
        font-weight: 600;
    }
    .single_timeline_block.even-item .timeline_text_content:before {
        left: calc(100% + 49px);
    }
    .single_timeline_block.odd-item .timeline_text_content:before {
        right: calc(100% + 49px);
    }
    .single_timeline_block.even-item .timeline_text_content:after {
        right: -5px;
        top: 8px;
    }
    .single_timeline_block.odd-item .timeline_text_content:after {
        left: -5px;
        top: 8px;
    }
    .timeline_text_content > h3,
    .timeline_text_content > h5 {
        font-weight: 600;
        transition-duration: 500ms;
    }

    /* >>>>>>>>>>>>>> TESTIMONIAL ZADOWOLENI KLIENCI CSS <<<<<<<<<<<<<<< */
    .testimonial_area {
        position: relative;
        z-index: 1;
        background-image: url(img/bg-1.jpg);
        background-position: center center;
        background-attachment: fixed;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .testimonial_area:before {
        background-color: rgba(0, 0, 0, 0.7);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -3;
    }
    .testimonial_area .testimonial_text {
        border-radius: 6px;
        color: #999999;
        text-align: center;
    }
    /*.testimonial_text > p {
        margin: 30px 0;
        color: #FFFFFF;
        text-align: center;
    }*/
    .testimonial_author_name {
        text-align: center;
        margin-bottom: 5px;
    }
    .testimonial_author_name > h5 {
        color: #FFFFFF;
        font-size: 2.2rem;
        font-weight: 400;
        margin: 30px 0 20px 0;
        text-align: center;
    }
    .testimonial_author_thumb {
        border-radius: 50%;
        height: 180px;
        margin: 0 auto;
        width: 180px;
        padding: 5px;
        background: #FFFFFF;
    }
    .testimonial_author_thumb img {
        border-radius: 50%;
    }
    .testimonial_author_name > h6 {
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 400;
    }
    .testimonial_area .owl-dot {
        background-color: #FFFFFF;
        display: inline-block;
        height: 5px;
        margin: 0 5px;
        width: 10px;
        border-radius: 20px;
    }
    .testimonial_area .owl-dots {
        text-align: center;
    }
    .testimonial_area .owl-dot.active {
        background-color: #00CCCC;
        height: 5px;
        width: 20px;
    }
    .testimonial_area .section_heading > h3 {
        color: #FFFFFF;
    }
    .testimonial_area .section_heading > h6 {
        color: #00CCCC;
        font-size: 1.8rem;
        font-weight: 400;
        padding-top: 15px;
    }
    /* >>>>>>>>>>>>>> NOWOŚCI CSS <<<<<<<<<<<<<<< */
    .blog_area {
        background-color: #F6F6F6;
    }
    .single_latest_news_area {
        background-color: #FFFFFF;
        border-radius: 6px;
        margin-bottom: 30px;
        position: relative;
        transition-duration: 500ms;
        z-index: 1;
    }
    .single_latest_news_area:hover {
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    }
    .single_latest_news_img_area {
        text-align: center;
    }
    .single_latest_news_area .single_latest_news_img_area .published_date {
        left: 15px;
        bottom: 15px;
    }
    .single_latest_news_text_area {
        padding: 15px 15px 30px;
    }
    .single_latest_news_text_area .news_title h4 {
        color: #2C3E50;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 10px;
        transition-duration: 500ms;
    }
    .single_latest_news_area:hover .single_latest_news_text_area .news_title h4 {
        color: #DD2C00;
    }
    .news_content > p {
        line-height: 24px;
    }
    .single_latest_news_text_area > a {
        color: #2C3E50;
        display: inline-block;
    }
    .single_latest_news_text_area > a:hover {
        color: #DD2C00;
        border: 1px solid #DD2C00;
        border-radius: 5px;
        padding: 0 5px;
        background-color: transparent;
    }
    .single_latest_news_img_area > img {
        border-radius: 6px 6px 0 0;
    }
    .single_latest_news_text_area {
        padding: 20px;
    }

    /* >>>>>>>>>>>>>> FORMULARZ KONTAKTOWY CSS <<<<<<<<<<<<<<< */
    .contact_input_area .form-group input,
    .contact_input_area .form-group textarea {
        background-color: rgba(255, 255, 255, 0.9);
        border: 2px solid #777;
        border-radius: 6px;
        box-shadow: none;
        height: 50px;
        margin-bottom: 30px;
        padding: 15px;
        transition-duration: 500ms;
        width: 100%;
    }
    .contact_input_area .form-group input:focus,
    .contact_input_area .form-group textarea:focus {
        border: 2px solid #00CCCC;
    }
    .contact_input_area .form-group textarea {
        height: 150px;
    }
    .message_title {
        margin-bottom: 60px;
        text-align: center;
    }
    .contact_input_area button {
        background-color: transparent;
        border: 2px solid #00CCCC;
        border-radius: 6px;
        color: #00CCCC;
        display: block;
        font-weight: 600;
        height: 50px;
        line-height: 1;
        margin: 0 auto 30px;
        padding: 15px 24px;
        transition-duration: 500ms;
        width: auto;
    }
    .contact_input_area button:hover {
        background-color: #00CCCC;
        color: #FFFFFF;
        border: 2px solid #00CCCC;
    }
    /* >>>>>>>>>>>>>> GOOGLE MAPS AREA CSS <<<<<<<<<<<<<<< */
    .map_area {
        padding-bottom: 20px;
    }
    
    /* >>>>>>>>>>>>>> STOPKA CSS <<<<<<<<<<<<<<< */
    .footer_area {
        position: relative;
        z-index: 1;
        background-color:#262626;
        padding-top:1rem;
    }
    footer a {
        color:#FFFFFF;
    }
    footer a:hover {
        color:#00CCCC;
        font-size:100%
    }
    footer a:focus {
        text-decoration:none!important;
        outline:none !important;
        color:#FFFFFF;
    }
    footer ul li {
        font-size:1.5rem;
        line-height:4.3rem;
        color:#888;
        margin-right: 13px;
    }
    footer ul li img {
        margin-top: -5px;
        width: 50px;
        height: 44px;
    }
    .tekst {
        color:#E9E9E9;
        font-size:1.4rem !important;
        line-height:1.65rem !important;
    }
    .obramowanie1 {
        border:.5px solid #FFFFFF;
        border-radius:5px;
        padding:10px 15px 10px 10px;
    }
    .obramowanie2 {
        border:.5px solid #FFFFFF;
        border-radius:5px;
        padding:10px 15px 10px 10px;
    }
    .obramowanie1:hover, .obramowanie2:hover {
        border:.5px solid #00CCCC;
    }
    .informacja {
        color:#fff;
        margin-top: 20px;
        font-size: 1.7rem;
        line-height:4rem;
    }
    .regulamin, .adres {
        margin-top: 50px;
    }
    .adres img, .regulamin img {
        float: left;
        margin-right: 20px;
    }
    .odstep {
        margin-top:8px;
        margin-bottom: 30px;
    }
    .odstep li {
        display: inline;
        padding-top: 5px;
    }
    .copyright {
        text-align:center;
        font-size:1.4rem;
        padding-top:-1rem;
        color:#FFFFFF;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }
    /* <<<<<<<<<< KONIEC STOPKI >>>>>>>>>>> */

    /* >>>>>>>>>>>>>> BLOG AREA CSS <<<<<<<<<<<<<<< */
    .breadcumb_area {
        height: 100px;
        width: 100%;
        background-color: #383838;
    }
        /*background-image: url(img/bg-pattern/breadcumb.jpg);
        background-size: cover;
        position: relative;
        background-position: center center;
        z-index: 1;
        background-attachment: fixed;
    }*/
     /*.breadcumb_area:after {
        background-color: rgba(0, 0, 0, 0.7);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    .breadcumb_section {
        position: relative;
        margin-top: 140px;
        width: 100%;
        height: 160px;
    }
    ol.breadcrumb {
        background-color: transparent;
        text-align: center;
    }
    .breadcrumb > li {
        color: #fff;
    }
    .breadcrumb li > a {
        color: #fff;
    }
    .breadcrumb > .active {
        color: #fff;
    }
    .breadcrumb li > a:hover {
        color: #FF9800;
    }
    .page_title {
        position: relative;
        text-align: center;
        z-index: 99;
    }
    .page_title > h3 {
        color: #DD2C00;
        font-weight: 700;
    }*/
    .pager .previous > a,
    .pager .next > a {
        border: 2px solid #DD2C00;
        border-radius: 6px;
        color: #DD2C00;
        display: inline-block;
        padding: 10px 0;
        text-align: center;
        width: 150px;
    }
    .pager .previous > a:hover,
    .pager .next > a:hover {
        border: 2px solid transparent;
        color: #FFFFFF;
        background-color: #DD2C00;
    }

    /* OSTRZEŻENIE O PLIKACH COOKIES OKIENKO */
    #cookie-warn, .mybox {
    position:fixed;
    bottom:20px;
    right:20px;
    background:#444;
    width:290px;
    height: 170px;
    z-index:999999;
    display:none;
    border:2px solid;
    border-color:#444;
    border-radius:5px;
    }
    #cookie-warn a {
    color:#fff;
    }
    #cookie-warn a:hover {
    color:#00CCCC;
    }
    #cookie-warn p {
    font-size: 1.4rem;
    color:#fff;
    padding:12px 10px 7px 20px;
    }
    .mybox .btn{
    font-size: 1.4rem !important;
    margin-left: 15px;
    }

    @media(min-width: 280px) and (max-width:991px) {
    #cookie-warn, .mybox {
    width:250px;
    height: 160px;
    }
    #cookie-warn {
    position: fixed;
    bottom: 15px;
    top:auto;
    left:15px;
   }
   #cookie-warn p {
    font-size: 1.2rem;
    padding:10px 15px 7px 13px;
   }
   .mybox .btn{
    font-size: 1.1rem !important;
    margin-left: 20px;
    }
    }
    /* OSTRZEŻENIE O PLIKACH COOKIES OKIENKO END */

    /* <<<<<<<<<<<< PROGRAM KONFERENCJI CSS >>>>>>>>>>>>>> */
#program {
    color:#FFFFFF;
    background:#fac42b;/*ŻÓŁTY*/
    padding:70px 0 90px 0;
}
#program h4 {
    font-size:17px;
    letter-spacing:0;
}
#program .lead {
    color:#ffffff;
}
#program img {
    border:2px solid #ffffff;
}
#program .nav-tabs {
    border-bottom:1px solid #ffffff;
    margin-bottom:20px;
    font-size:19px;
}
#program .nav-tabs > li > a {
    color: #ffffff;
    padding:10px 100px 10px 0;
    background: none;
    border:none;
    cursor: default;
}
#program .nav-tabs > li.active > a {
    color: #262626;/*CIEMNO SZARY*/
    padding:10px 50px 10px 0;
    border-bottom:4px solid #ffffff;
    padding:10px 100px 10px 0;
}
#program .nav-tabs > li > a:hover,
#program .nav-tabs > li.active > a:hover {
    color: #262626;
}
#program .panel {
    background:transparent;
}
#program .panel-body {
    border-top:1px solid #ffffff;
    padding:20px 0;
}
#program .panel-default {
    border:none;
    border-bottom:1px solid #ffffff;
    border-radius:0px;
}
#program .panel-default > .panel-heading {
    color: #333333;/*CIEMNO SZARY*/
    background:transparent;
    border-color: #ffffff;
    padding:10px 0;
}
#program .panel-title {
    float:left;
}
#program .panel-title > a {
    color: #262626;
    text-decoration:none;
    transition: all 0.1s;
}
#program .panel-title > a:hover {
    color: #ffffff;
}
#program .date {
    color:#000;
    font-family:'Montserrat';
    margin-bottom:0;
    font-size:17px;
    line-height:18px;
}
#program .speaker-name {
    font-family:'montserratregular';
    font-size:12px;
    letter-spacing:1px;
}
#program .panel-body h4 {
    color:#666666;
    font-size:21px;
}
#program .panel-body p {
    margin-right:10px;
    display:inline-block;
}
#program .panel-body p span {
    color:#666666;
    display:inherit;
}
#program .about-speaker i{
    color:#262626;
}
#program .about-speaker a{
    color:#262626;
    text-decoration:none;
    }
#program .about-speaker a:hover{
    color:#000000;
    text-decoration:none;
    }
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
#myTab li {
    width:100%;
    }
#program .panel-title {
    display:block;
    float:none;
    }
#program .speaker-name {
    text-align:center;
    margin-top:20px;
    }
}
/* PROGRAM KONFERENCJI END */

/* <<<<<<<<<<<<< BLOG 2 GALLERY SALVATTORE >>>>>>>>>>>>>> */
    #gallery {
        padding:70px 0 50px 0;
        background-color: #fff;
    }
    #timeline .item {
        margin:10px 10px 20px 10px;
    }
    /* GALLERY IMG OVERLAY EFFCET */
    .wrap {
        display: block;
        overflow: hidden;
        position: relative;
    }
    .wrap .overlay:after {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
        height: 100%;
        content:"";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        top: -100%;
        transition: all 0.6s ease 0s;
        width: 100%;
    }
    .wrap:hover .overlay:after {
        top: 50%;
        opacity: 1;
    }
    .wrap .overlay:before {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
        bottom: -100%; 
        height: 100%;
        content:"";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all 0.6s ease 0s;
        width: 100%;
    }
    .wrap:hover .overlay:before {
        bottom: 50%;
        opacity: 1;
    }
    .wrap .icon {
        color:#ffffff;
        visibility: hidden;
        margin: 0;
        opacity: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 50%;
        margin-top: -20px;
        transition: all 0.3s ease 0s;
    }
    .wrap:hover .icon {
        opacity: 1;
        visibility: visible;
    }
    .wrap .icon a {
        color:#ffffff;
    }
    .wrap .icon a:hover {
        color:#333333;
        transition: all 0.3s ease 0s;
    }
/* SALVATTORE KOLUMNY ZDJĘĆ W GALERII */
.column {
    float: left;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}
/* SALVATTORE MEDIA QUERIES */
@media screen and (max-width: 450px) {
    #timeline[data-columns]::before {
        content: '1 .column';
    }
}
@media screen and (min-width: 451px) and (max-width: 700px) {
    #timeline[data-columns]::before {
        content: '2 .column.size-1of2';
        
    }
}
@media screen and (min-width: 701px) and (max-width: 850px) {
    #timeline[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}
@media screen and (min-width: 851px) {
    #timeline[data-columns]::before {
        content: '4 .column.size-1of4';
    }
}
/* GALERIA MAGNIFIC POPUP  */
.popup-gallery a {
    display:inline-block;
    width:25%;
}
.popup-gallery img {
    height:auto;
    width:100%;
}