   
    /* >>>>>>>>>>>>>> :: 1.0 Import All CSS & Fonts <<<<<<<<<<<<<<< */
    @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';
    
    /* Web Fonts */
    @import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans:600,700|Poiret+One');
    /* >>>>>>>>>>>>>> :: 2.0 Common 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;
    }
    body,
    p {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #888;
        font-size: 16px;
        line-height: 1.4;
    }
    
    a,
    a:hover,
    a:focus {
        -webkit-transition: all 700ms ease 0s;
        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; /*było 100*/
    }
    
    .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;
        z-index: 1;
        text-align: center;
    }
    
    .section_heading > h3 {
        color: #FF0000;
        margin-bottom: 0;
        text-transform: capitalize;
    }
    
    .section_heading > p {
        margin-bottom: 5px;
        text-transform: capitalize;
    }
    
    .section_heading.text-left {
        text-align: left !important;
    }
    
    .font-poiret-one {
        font-family: 'Poiret One', cursive !important;
    }
    #scrollUp {
        background-color: #FF4546;
        border-radius: 5px;
        bottom: 20px;
        color: #fff;
        font-size: 30px;
        padding: 0 5px;
        right: 20px;
    }

    /* >>>>>>>>>>>>>> :: 4.0 Header Area CSS <<<<<<<<<<<<<<< */
    header {
        height: auto;
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    
    .logo_area {
        padding: 20px 0;
    }
    
    .main_header_area {
        height: 90px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }
    
    .main_header_area.sticky {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
        z-index: 999999 !important;
        background-color: #fff;
        width: 100%;
        position: fixed;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .main_menu_area {
        float: right;
        position: relative;
        z-index: 1;
    }
    
    .mainmenu {
        display: inline-block;
    }
    
    .mainmenu {
        text-align: right;
    }
    
    .mainmenu ul#nav li {
        display: inline-block;
        position: relative;
    }
    
    .mainmenu ul#nav li a {
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: 700;
        height: 90px;
        line-height: 13px;
        padding: 40px 15px;
        text-transform: capitalize;
    }
    
    .main_header_area.sticky .mainmenu ul#nav li a {
        color: #354b60;
    }
    
    .main_header_area .mainmenu ul#nav li.current_page_item a {
        color: #FF0000;
    }
    
    .main_header_area.sticky .mainmenu ul#nav li.current_page_item a {
        background-color: #f6f6f6;
    }
    
    .main_header_area .mainmenu ul#nav li.current_page_item a {
        background-color: transparent;
    }
    
    .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: #FF0000;
    }
        
    /* >>>>>>>>>>>>>> :: 5.0 Slider Area CSS <<<<<<<<<<<<<<< */
    .welcome_area {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .single_slide {
        position: relative;
        z-index: 1;
        background-position: center center;
        background-size: cover;
    }

    .single_slide .slide_text {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 999;
        text-align: center;
    }
    .single_slide .slide_text h2 {
        color: #fff;
        font-size: 70px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .single_slide .slide_text h2 > span {
        color: #FF0000;
    }
    .single_slide .slide_text h3 {
        font-weight: 600;
        color: #fff;
        font-size: 22px;
    }
    /* >>>>>>>>>>>>> Text Slider Area CSS <<<<<<<<<<<<< */
    .textslider .owl-controls {
        bottom: 50px;
        left: 100px;
        position: absolute;
        z-index: 99999;
    }
    .textslider .owl-dot {
        background-color: #fff;
        border-radius: 20px;
        display: inline-block;
        height: 10px;
        margin: 0 5px;
        width: 20px;
    }
    .textslider .owl-dots {
        text-align: center;
    }
    .textslider .owl-dot.active {
        background-color: #FF0000;
        height: 10px;
        width: 30px;
    }
    /* >>>>>>>>>>>>>> :: 7.0 About Us Area CSS <<<<<<<<<<<<<<< */
    /*.about_area {
        margin-top: 0px; 
        margin-bottom: 20px;
        padding-top: 50px;
    }*/
    .about_us_area {
        padding-bottom: 55px;
    }
    .about_us_text > h3 {
        color: #FF4546;
    }
    .about_us_text > h3 span {
        color: #2c3e50;
    }
    .about_us_text a {
        background-color: #2c3e50;
        border-radius: 6px;
        color: #fff;
        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: #FF4546;
        color: #fff;
    }
    
    /* >>>>>>>>>>>>>> :: 8.0 Services Area 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;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    .single_service_title {
        height: auto;
        position: relative;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        z-index: 5;
    }
    
    .learn_more {
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: calc(100% - 51px);
        width: 100%;
        z-index: 999;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        text-align: center;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
    .single_service_title > h4,
    .learn_more > a > h4 {
        background-color: #2c3e50;
        color: #fff;
        margin-bottom: 0;
        padding: 15px;
        text-align: center;
        -webkit-transition-duration: 500ms;
        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)";
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .single_service_content .table_cell > p {
        color: #000;
    }
    
    .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.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        -webkit-transform: scale(1.1);
        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: #ff4546;
    }

    /* >>>>>>>>>>>>>> :: 10.0 Speciality Area CSS CENNIK <<<<<<<<<<<<<<< */
    .our_speciality_area {
        background-image: url(img/pattern.jpg);
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
        background-attachment: fixed;
        overflow: hidden;
    }

    .single_speciality {
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }
    
    .single_speciality_text {
        margin-left: 35px;
    }
    
    .single_speciality_text p {
        margin: 0;
        color: #888;
    }
    
    .single_speciality_icon {
        left: 0;
        position: absolute;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        top: 0;
    }
    
    .our_speciality_area .single_speciality_icon i {
        color: #FF0000;
        font-size: 20px;
    }
    
    .single_speciality_text > h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
    }
    
    .our_speciality_area .section_heading {
        text-align: left;
        margin-top: -30px;
    }
    
    .our_speciality_area .section_heading p {
        color: #fff;
    }

    /* >>>>>>>>>>>>>> :: 11.0 Service Details Area CSS USŁUGI <<<<<<<<<<<<<<< */
    .single_service_title > a {
        border: 1px solid #ddd;
        border-bottom: none;
        color: #2c3e50;
        display: block;
        font-size: 14px;
        padding: 15px;
        text-transform: capitalize;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        font-weight: 700;
    }
    
    .single_service_title > a > i {
        padding-right: 5px;
    }
    
    .single_service_title:nth-child(odd):hover > a {
        color: #fff;
        background-color: #2c3e50;
    }
    
    .single_service_title:nth-child(even):hover > a,
    .single_service_title > a.active {
        color: #fff;
        background-color: #FF9800;
    }
    
    .single_service_title:last-child > a {
        border-bottom: 1px solid #ddd;
    }
    
    .service_data_dl {
        border: 1px solid #ddd;
        margin-top: 30px;
        padding: 15px;
        border-radius: 20px;
    }
    
    .service_data_dl > p {
        text-align: center;
    }
    
    .service_data_dl > a {
        border-radius: 6px;
        color: #fff;
        display: block;
        font-weight: 700;
        margin: auto;
        padding: 15px 0;
        text-align: center;
        width: 30%;
    }
    
    .service_data_dl > a.pdf_dl {
        background-color: #FF9800;
    }
    
    .service_data_dl > a:hover {
        background-color: #34495e;
    }
    
    .get_a_free_quote {
        background-color: #34495e;
        margin-top: 50px;
        padding: 15px;
    }
    
    .get_a_free_quote > h4 {
        font-weight: 700;
        color: #fff;
    }
    
    .get_a_free_quote form input,
    .get_a_free_quote form select {
        border: medium none;
        color: #6f6f6f;
        height: 40px;
        margin-bottom: 15px;
        padding: 5px;
        width: 100%;
        border-radius: 3px;
    }
    
    .get_a_free_quote form select option {
        padding: 5px;
        color: #6f6f6f;
        border: none;
    }
    
    .get_a_free_quote form input[type="submit"] {
        margin-bottom: 0;
        background-color: #fff;
        color: #2c3e50;
        text-transform: uppercase;
        font-weight: 700;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .get_a_free_quote form input[type="submit"]:hover {
        background-color: #f1c40f;
        color: #fff;
    }
    
    .service_details_thumb {
        border: 1px solid #f6f6f6;
        padding: 2px;
        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 {
        text-transform: capitalize;
        font-weight: 600;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        color: #FF9800;
        margin-bottom: 15px;
    }
    
    .single_part_content h3 > span {
        color: #34495e;
    }
    
    .call_to_action.service .call_to > h3 {
        padding-left: 30px;
    }
    
    /* >>>>>>>>>>>>>> :: 18.0 Footer Area CSS <<<<<<<<<<<<<<< */
    
    .footer_bottom_area {
        background-color: #343434;
        margin-top: -40px;
        padding-top: 30px;
    }
    
    .footer_bottom {
        padding: 30px 0 15px 0;
        text-align: center;
    }
    
    .footer_bottom p {
        margin: 0;
        color: #fff;
    }
    
    .footer_bottom p > a {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 16px;
    }
    
    .footer_bottom p > a:hover {
        color: #FF0000;
    }
    .adres p {
        color: #FFF;
    }
    .adres {
    margin-left:-50px;
    margin-top:20px;
}
    .adres img,
    .regulamin img {
    margin-right: 10px;
}
    .tekst {
    color:#E9E9E9;
    font-size:1.5rem !important;
    line-height:1.65rem !important
}
.informacja {
    color:#fff;
    margin-top: 10px;
    font-size: 1.7rem;
    line-height:4rem;
}
.regulamin {
    margin-left:-100px;
    margin-top:20px;
    
}
.tekst{padding-bottom: 0rem;}
.adres img,
.regulamin img {
    float:left
}
.tekst1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
}
.tekst1:hover{
    color: #FF4546;
}
.odstep {
    margin-top:0px;
    margin-left:45px;
}
.odstep li {
    padding-top: 3px;
    padding-bottom: 20px;
}
.social-icons {
    margin-top:4rem
}
.social-icons img {
    width:35px;
    height:35px;
    margin-right:15px
}
/* MODAL 1 */
#polityka .close,
#regulamin .close {
    margin-right:25px;
    margin-top:20px;
    margin-bottom:-5px
}
.polityka {
    color:#62A400;
    margin-top:4rem;
    margin-bottom:.1rem
}

#cookie-warn,
.mybox {
    position:fixed;
    top:20px;
    left:20px;
    background:#222;
    width:290px;
    height: 170px;
    z-index:9999;
    display:none;
    border:2px solid;
    border-color:#222;
    border-radius:5px;
}
#cookie-warn a {
    color:#fff;
}
#cookie-warn a:hover {
    color:#ff0000;
}
#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) {
    #promo-slider {padding-top: 10px;}
    #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;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_advisor_slide {
        margin-top: 75px
    }
    .single_latest_news_img_area {
        top: 40px
    }
    .get_a_quote_area > h3 {
        padding-right: 0;
        display: block;
        line-height: 36px
    }
    .get_a_quote_area {
        text-align: center
    }
    .get_a_quote_area > a {
        margin-top: 15px
    }
    .mainmenu ul#nav li a {
        padding: 40px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainmenu ul#nav li a {
        letter-spacing: 1px;
        padding: 40px 4px;
    }
    .single_slide .slide_text h3 {
        font-size: 18px
    }
    .single_slide .slide_text h2 {
        font-size: 36px
    }
    .single_feature {
        margin-bottom: 30px
    }
    .special_feature_area {
        padding: 60px 0 30px 0
    }
    .single_latest_news_img_area {
        top: 40px
    }
    .modal-dialog {
        margin: 120px auto 0;
        width: 600px !important
    }
    .single_advisor_slide {
        margin-top: 30px
    }
    .single_gallery_item_info {
        margin-top: 30px
    }
    .get_a_quote_area > h3 {
        padding-right: 0;
        display: block;
        line-height: 36px
    }
    .get_a_quote_area {
        text-align: center
    }
    .get_a_quote_area > a {
        margin-top: 15px
    }
    .gallery_area .single_gallery_item {
        width: 50%
    }
    .single_latest_news_area {
        margin-bottom: 30px
    }
    .latest_post .single_latest_post {
        padding-bottom: 15px;
        padding-top: 15px
    }
    .about_us_thumb {
        margin-bottom: 30px
    }
    .why_choose_us_image {
        text-align: center;
    }
    .why_choose_us_image.second_area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .single_slide .slide_text h3 {
        font-size: 16px;
        padding: 0 15px;
        line-height: 24px
    }
    .single_slide .slide_text h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 36px
    }
    .single_slide .slide_text a {
        font-size: 14px;
        padding: 10px;
        width: 150px
    }
    .special_feature_area {
        padding: 60px 0 30px 0
    }
    /*.about_us_area {
        margin-bottom: 220px;
    }*/
    .cool_fact_text {
        width: 100%
    }
    .modal-dialog {
        margin: 75px auto;
        width: 300px !important
    }
    .our_speciality_area:before,
    .faq_question_area:before {
        height: 100%;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        -webkit-transform: skewX(0deg) !important;
        transform: skewX(0deg) !important;
        z-index: -4
    }
    .single_advisor_slide {
        margin-top: 0
    }
    .single_advisor_details_info {
        padding: 15px
    }
    .advisor_thumb {
        top: 15px;
        left: 15px;
        position: relative;
        width: calc(100% - 30px);
        z-index: 99;
        margin-bottom: 30px
    }
    .our_advisor_area .owl-prev,
    .our_advisor_area .owl-next {
        top: 350px
    }
    .our_advisor_area .owl-next {
        right: 15px
    }
    .our_advisor_area .owl-prev {
        right: 60px
    }
    .footer_bottom {
        padding: 30px 0
    }
    .message_now_area .contact_from form {
        margin-bottom: 50px
    }
    .map_contact_address_area {
        margin-bottom: 0
    }
    .map_area {
        height: 200px;
        width: 100%
    }
    .pager .previous > a,
    .pager .next > a {
        padding: 5px 0;
        width: 90px;
        font-size: 13px
    }
    .single_service_img {
        position: relative;
        width: 100%;
        z-index: 1;
        text-align: center
    }
    .single_gallery_item_info {
        margin-top: 50px
    }
    .single_latest_news_img_area {
        position: relative;
        width: 100%;
        z-index: 9
    }
    .single_latest_news_text_area {
        padding: 15px
    }
    .call_to > h3 {
        margin-bottom: 30px;
        margin-right: 0
    }
    .testimonial_author_name {
        padding-left: 0
    }
    .get_a_quote_area {
        text-align: center
    }
    .get_a_quote_area > h3 {
        padding-right: 0
    }
    .get_a_quote_area > a {
        margin-top: 15px
    }
    .gallery_area .single_gallery_item {
        width: 100%
    }
    .single_feature {
        margin-bottom: 30px
    }
    .single_latest_news_area {
        margin-bottom: 30px
    }
    .blog_area {
        padding-bottom: 70px
    }
    .basic_contact_area {
        margin-bottom: 50px
    }
    .breadcumb_area {
        height: 200px
    }
    .breadcumb_section {
        height: auto
    }
    .page_title {
        display: none
    }
    #scrollUp {
        display: none !important
    }
    .newsletter_area form button {
        padding: 10px
    }
    .newsletter_text > h4 {
        margin: 0 0 15px 0
    }
    .service_data_dl > a {
        display: block;
        margin: 15px auto;
        padding: 15px;
        width: 100%
    }
    .main_header_area {
        height: 70px
    }
    .welcome_area .welcome_slides .owl-nav .owl-prev,
    .welcome_area .welcome_slides .owl-nav .owl-next {
        height: 30px;
        width: 30px
    }
    .welcome_area .welcome_slides .owl-nav .owl-prev > i,
    .welcome_area .welcome_slides .owl-nav .owl-next > i {
        font-size: 24px;
        line-height: 30px
    }
    .about_us_thumb {
        margin-bottom: 30px
    }
    .faq_area.two {
        margin-top: 20px
    }
    .social_links_area > a {
        font-size: 20px;
        height: 40px;
        line-height: 36px;
        margin: 0 2px;
        width: 40px
    }
    .timeline_text_content > p {
        font-size: 13px
    }
    .timeline_text_content > h3 {
        font-size: 14px
    }
    .single_timeline_block .timeline_text_content {
        width: calc(50% - 40px)
    }
    .single_timeline_block.even-item .timeline_text_content:before {
        left: calc(100% + 39px)
    }
    .single_timeline_block.odd-item .timeline_text_content:before {
        right: calc(100% + 39px)
    }
    .timeline_text_content {
        padding: 10px
    }
    .logo_area {
        padding: 10px 0
    }
    .why_choose_us_image {
        text-align: center;
    }
    .why_choose_us_image.second_area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .bg-icon span {
        margin-top: -18%
    }
    .our_advisor_area .owl-prev,
    .our_advisor_area .owl-next {
        top: 520px
    }
    .navbar-nav > li > a:after {
        width: 20%
    }
    .modal-dialog {
        width: 450px !important
    }
    .singl-blog-status-bar > span:nth-child(4) {
        float: none
    }
}