body {

   margin: 0;
   padding: 0;
   /* font-family: 'Quattrocento', serif; */
   background-color: #f8f8f8;
}

#top_container{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    color: #edb92a;
}

input[name="url"] {
    display: none;
}

/*Popup*/
.front_site_popup_cont{
    position: fixed;
    top: calc(50% - 225px);
    left: calc(50% - 300px);
    width: 700px;
    max-width: 100vw;
    height: 500px;
    background-image: url('https://ordoiuris.pl/sites/default/files/default_images/popup.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999;
    color: #fff;
    padding: 1.7rem;
    display: none;
}
.popup_border {
    height: 100%;
    border: solid 2px #fff;
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.popup_border .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #EEE !important;
}
.popup_header {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}
.popup_desc {
    font-size: 2rem;
}
/*Popup*/

/*Breadcrumb*/
.breadcrumb_block {
    margin-left: -10px;
}
.breadcrumb_block ul.breadcrmb-list,
.breadcrumb_only_child ul.breadcrmb-list {
    list-style: none;
    padding: 0;
}
.breadcrumb_block ul.breadcrmb-list li,
.breadcrumb_only_child ul.breadcrmb-list li {
    position: relative;
}
.breadcrumb_block ul.breadcrmb-list li:not(:last-child):after {
    position: absolute;
    content: ">";
    margin-left: 6px;
    color: #404040;
}
.breadcrumb_only_child ul.breadcrmb-list li:after {
    position: absolute;
    content: ">";
    margin-left: 6px;
    color: #404040;
}
.breadcrumb_block ul.breadcrmb-list li a,
.breadcrumb_only_child ul.breadcrmb-list li a{
    text-decoration: none;
    color: #404040;
}
/*Breadcrumb*/

#edit-message {
    display: none!important;
}
/*.input_name {*/
/*    width: 40%;*/
/*    height: 50px;*/
/*    position: absolute;*/
/*    bottom: 130px;*/
/*    left: 2rem;*/
/*    color: #333333;*/
/*    padding-left: 10px;*/
/*}*/
.popup_border .form-email {
    width: 90%;
    height: 60px;
    border-radius: 0;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
}
.popup_border .input-group {
    position: static!important;
}
.popup_border .input-group-btn {
    position: static!important;
}
.popup_border .input-group .btn {
    position: absolute;
    bottom: 4rem;
    left: calc(50% - 90px);
    width: 180px;
    height: 50px;
    background-color: #FDB913;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 2rem;
}
.popup_border .form-email::placeholder {
    padding-left: calc(50% - 40px) !important;
    text-transform: uppercase;
    font-weight: 400;
}
@media (max-width: 600px) {
    .front_site_popup_cont{
        left: 0;
    }
    .popup_header {
        font-size: 2rem;
    }
    .popup_desc {
        font-size: 1.6rem!important;
    }
}
/*Pasek górny z ikonami social i wyszukiwarką */
#top_bar{
    background-image: url('../images/gradient1.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    font-size: 14px;
    padding-bottom: 15px;
    background-size: 100% 100%; /* Fix: For Google Chrome 69.0.3497.81 */
}

#top_bar_title{
    margin-right: 35px;
}
#social_icons{
    padding-top: 6px;
    height: 34px;
}

/* Wszystkie bezpośrednie elementy wewnątrz wyświetl w 1 linii */
.top_bar_box > *{
    display: inline-block;
}

#top_bar input, #top_bar button{
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    border-color: #edb92a;
    color: white;
}


#top_bar button i {
    color: #edb92a;
}


.top_bar_box{
    padding-top: 15px;
}

#box_search{
    /* padding-top: 10px;
    padding-bottom: 4px; */
}

.top_bar_box form{
    margin-top: 0;
}

#main_menu{
    margin-bottom: 0;
    padding: 1px; /* Nie zakrywa ramki */
    /*
    padding-top: 20px;
    min-height: 80px; */
    background-image: url(../images/gradient2.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    font-size: 18px;
}

#main_menu_dropdown{
    padding: 0;
    font-size: 16px;
}

/* Kolor itemu rozwijanego po kliknięciu (O instytucie)) */
#main_menu .open > a{
    background-color: inherit;
}

#main_menu_dropdown li a{
    padding: 15px 10px 15px 15px !important;
    /*background-image: url(../images/gradient2.jpg);*/
    background-color: #13426f;
}

#main_menu_dropdown > li > a{
    border-bottom: 1px solid;

}

#main_menu_dropdown > li:last-of-type > a{
    border: none;
}

#main_menu_dropdown > li > a:hover{
    background-color: rgba(0,0,0,0.8);
}
.no_border{
    border: none;
    border-radius: 0;
}



#main_menu li a{
    margin: 0;
    padding-top: 26px;
    padding-bottom: 26px;

}

.list_left li a{
    padding-right: 20px;
    padding-left: 20px;
}


.list_right > li:last-of-type > a{
    margin-top: 15px !important;
    padding: 10px !important;
        color: white!important;
    background-color: red;
    margin-left: 8px;

}

.list_right li a{
    padding-right: 40px;
    padding-left: 40px;
}


#main_menu li a:hover{
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}

#main_menu li a{
    color: #edb92a;
}

#link_highlighted{
    color: white!important;
    background-color: red;
}


#logo{
    position: absolute;
    left: 50%;
    bottom: 75px;
    margin-left: -84px!important;
}

/* Logo na urządzenia mobilne */
#logo_xs{
    /*margin-top: -10px;*/
    padding: 5px;
}

#logo img{
    width: 80%;
}

/*--------------TOP SLIDER------------------ */

/* margines zmieniany w skrypcie (przy zmianie rozmiaru okna) */
#top_slider{
    margin-top: 133px;
    color: white;
    background-color: #e6e6e6;


}
#node_content{
    margin-top: 200px;
    margin-bottom: 100px;
}
#node_content2{
    margin-top: 150px;
    margin-bottom: 100px;
}

.top_slider_content{
    position: relative;
    width: 686px;
    height: 470px;
    max-width: 100%;
    overflow: hidden;
}
.top_slider_description{
    display: none;
}
/* Wysokość musi byc auto, aby zdjęcie zachowywało proporcje */
.top_slider_content img{
    /*
    width: 100%;
    height: 100%;
    */
}

.responsive_thumb_container{
    position: relative;
    height: 240px;
}

/* Miniaturka wypełnia 100% pola responsive_thumb_container */
.top_slider_thumb{
    /* width: 100%; */
    height: 100%;
    /*height: 235px;*/
    /* padding: 1px 1px 0 0; */
}

 .top_slider_description2{
        visibility: hidden;
    }

 .on_image_box_thumb a{
    visibility: hidden;
 }

.image_col{
   padding: 0;
}

.no_margins{
    margin: 0;
    background-color: #B2B2B2;
}

.small_right_padding{
    padding-right: 0px;
}

.small_left_padding{
    padding-left: 0px;
}

.on_image_box{
    position: absolute;
    max-width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.on_image_box_main{
    right: 0;
    bottom: 0;
    width: 600px;
    /*height: 182px;*/
    padding: 18px 30px 18px 30px;
}


.on_image_box_thumb{
    /* visibility: hidden; */
    min-height: 50px;
        height: 140px;
    width: 100%;
    /* left: -1px; */
    bottom: -25px;
    padding: 15px 10px 4px 10px;
transition-property: all;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

}
.test{ min-height: 100%;
    visibility:visible;
height:100%;
bottom: 0;
background-color: rgba(0,0,0,0.90);
}
p.test2{display:block;}
.top_slider_description2{
    margin-bottom: 20px;
    display: block;
}
.btn-readmore{
    /* border: 1px solid rgb(66, 93, 141); */
    padding: 5px 20px;
    text-transform: uppercase;
    color: white;
    border-radius: 4px;
    background-color: rgba(66, 93, 141,0.6);
}
.btn-readmore:hover{

    border: 1px solid rgb(66, 93, 141,0.6);

    text-transform: uppercase;
    color: white;
    border-radius: 4px;
    background-color: rgba(66, 93, 141,0.95);
    text-decoration: none;
}


.top_slider_title_thumb{
    border-bottom: none;
}
.top_slider_title{
    //order-bottom: 1px solid rgba(255,255,255, 0.85);
}

.top_slider_title{
    margin: 0px 0px 15px 0px;
    padding-left: 15px;
    padding-bottom: 10px;

}


.top_slider_title_thumb{
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    padding-left: 2px;
    padding-bottom: 5px;

}
.top_slider_title_thumb a{
   color: white;

}

.top_slider_title_thumb a:hover{
   color: white;
   text-decoration: none;

}


/*----------------MENU Z OBRAZKAMI (ŚRODKOWE I DOLNE) ----------------*/

.menu_with_images{
    background-color: #b2b2b2;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

.menu_with_images li{
	float: none;
	display: inline-block;
	vertical-align: middle;
}

/* Wszystkie bezpośrednie dzieci */
.menu_with_images li > *{
    display: inline-block !important;
    vertical-align: middle;
}


.menu_with_images li a{
    width: 105px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: white !important;
}

.menu_with_images2{
    background-color: #b2b2b2;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

.menu_with_images2 li{
    float: none;
    display: inline-block;
    vertical-align: middle;
}

/* Wszystkie bezpośrednie dzieci */
.menu_with_images2 li > *{
    display: inline-block !important;
    vertical-align: middle;
}


.menu_with_images2 li a{
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: white !important;
    text-transform: uppercase;
}
.menu_with_images2 li:nth-child(3) a{
    width: 170px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: white !important;
    text-transform: uppercase;
}



/*Logo jako element li. Jego wysokość decyduje o wysokości listy (jest największe z elementów listy)) */
.list_logo{
    width: 213px;
    height: 93px;
    margin-left: -15px; /* Bo navbar-collapse daje paddding-left i right 15px, a jego usunięcie powoduje wyjście poza ekran całego menu na telefonach */
    margin-right: 30px;
    padding: 25px 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}



.list_logo_mobile{
    padding-top: 5px;
    padding-left: 25px;
    width: 170px;
    min-height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}

#list_logo1, #list_logo_mobile1{
     background-image: url(../images/tlo_niebieskie.png);
}


/*---------------- AKTUALNOŚCI------------------ */


.text_with_lines{
    display: inline-block; /* Aby zadziałało text-align: center */
    width: 450px;
    max-width: 100%; /*nie przekroczy dostępnej szerokości na telefonach */
    text-align:center;
    border-bottom: 1px solid;
    line-height:0.1em;
    margin: 35px 0 55px; /* Lewy i prawy= 0 */
    color: #b2b2b2;
}

.text_with_lines span{
     padding: 0 20px;
}


#news_container{
    margin-top: -20px;
}
.news_full{
    margin-bottom: 30px;
}

.news_box{
    margin: 0 auto;
    width: 360px;
    height: 375px;
    max-width: 100%;
    margin-bottom: 30px;

}
#node_content .media_content{
    margin: 0 auto 30px;
}

#node_content2 .media_content{
    margin: 0 auto 30px;
}
.news_box img{
    width: 100%;
}





.multiline_decorator{
    display: block;
    width: 100%;
    color: rgb(178,178,178);
    margin-top: 20px;
    margin-bottom: 20px;
}



.multiline_decorator > *{
    display: inline-block;
    vertical-align: middle;
}

.decorator_text{
    max-width: 69%;
    padding-right: 28px;
    padding-left: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.multiline_decorator h1 {
    display: block;
    margin: auto;
}

.multiline_decorator h2 {
    font-size: 36px;
}

.decorator_left, .decorator_right{
    position: relative;
    display: inline-block;
    width: 91px;
    max-width: 13%;
    height: 1px;
    /*height: 100%;*/
    background-color: rgba(178,178,178, 0.5);
}

.decorator-2 .decorator_text{
    color: #fff;
}

.decorator-media{
    margin-bottom: 40px;
}

.decorator-2 .decorator_left, .decorator-2 .decorator_right{
    background-color: #fff;
}


.analisys_header{
    width: 480px;
}

.media_header{
    width: 430px;
}

.media_header span{
    background-color: #f8f8f8;
}

.news_content{
    /*height: 190px;*/
    background-color: #f1f1f1;
    padding: 10px;
    min-height: 210px;
}


.news_title{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #383838;
    font-size: 16px;
    height: 50px;
    overflow: hidden;

}

.news_title a{

    font-weight: 700;
    color: #383838;
    font-size: 16px;

}


.news_category{
    font-weight: 700;

}

.news_category:before{
    /*content: "";*/
    /*margin-right: 5px;*/
    /*width: 12px;*/
    /*height: 14px;*/
    /*background: url('../images/tag.png') no-repeat;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

.news_category, .news_text{
    color: rgb(178,178,178);
}

/* Generowanie 3 kropek: http://jsfiddle.net/k5VET/ */
.news_text{
    overflow: hidden;
    height: 82px;

    /*text-overflow: ellipsis;*/
    font-size: 14px;
    text-align: justify;
}

.news_link{
    font-weight: 700;
    color: red;
    display: inline-block;
    position: relative;
    top: 6px;
}

.news_link:after{
    content: "";
    margin-left: 10px;
    width: 15px;
    height: 17px;
    background: url('../images/goto.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
}


/*------------- ABOUT -------------- */
#about_container{
    padding-bottom: 20px;
    background-color: #b2b2b2;
}

.about_box{
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    position: relative;
    width: 310px;
    height: 190px;
    max-width: 100%;
}


.about_header {
    width: 520px;
    color: white;
    border-color: white;
    margin-bottom: 20px;
}

.about_header span{
     background-color: #b2b2b2;
}

.about_subheader{
    margin: 0px 0px 50px 0px;
    padding: 0;
    color: white;
    font-size: 16px;
}

.about_content{
    position: absolute;
    left: 60px;
}

.about_img{
    position: absolute;
    left: 0;
    top: 30px;
}


.about_title{
    margin-left: 10px;
    color: white;
    font-weight: 700;
}

.about_text{
   color: white;
   margin-left: 30px;
}


/*-----------MENU DOLNE--------------------- */

#menu_bottom{
    margin-bottom: 5px;
    background-color: #bcbcbc;
}

#list_logo2, #list_logo_mobile2{
    background-image: url(../images/tlo_czerwone.png);
}

#list_logo2{
    line-height: 1.1em;
}



/*---------------MEDIA-----------------------*/

#media_container{
    background-color: #f0f0f0;
}

.media_img, .media_content{
    margin-bottom: 80px;
}

.media_content{
    position: relative;
    max-width: 400px;
    padding: 15px;
    background: white;
    border: 1px solid #bcbcbc; /*  #f0f0f0; !!! */
    font-family: 'Lato', sans-serif;
    color: #989898;
}

.media_img{
    float: left;
    border: 5px solid #e2e2e2; /* !!! */
}

.media_arrow{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    left: -32px;
}


/*---SLIDER PARTNERZY---*/

.partners_header{
    width: 545px;
    max-width: 100%;
}

.partners_header

#partners_header_mobile {
    /*font-size: 16px;*/
    /*border: none;*/
    /*display: block;*/
}



/*--------- Slider na dole---------------------- */



.carousel{
  padding: 15px 35px;
  position: relative;
}



.slide{
    padding-left: 40px;
    padding-right: 40px;

    text-align:center;
}

.slide_box{
    margin: 0 auto;
    max-width: 230px;
}

/* Responsywny */
.slide_image_box{
    width: 215px;
    height: 118px;
    max-width: 100%;
}

/* Responsywne wewnątrz kontenera slide_image_box */
.slide_box img{
    max-width: 100%;
    max-height: 100%;
}

.slideControls{
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    left:0;
}

.slideNext{
    position:absolute;
    right:0;
    cursor:pointer;

}
.slidePrev{
    position:absolute;
    left:0;
    cursor:pointer;
}

.slide_title{
    color: rgb(178,178,178);
    font-size: 15px;
}

/*-------------- STOPKA -------------------- */
#footer{
    padding-top: 50px;
    width: 100%;
    min-height: 300px;
    background-color: #363636;
    color: white;
    font-family: 'Lato', sans-serif;

}

.footer_box{
    padding: 20px 5px;

}


#footer_box_rules{
    line-height: 1.2em;
    margin-top: 0.2em;
    font-size: 11px;
}

.footer_rules_header{
    font-weight: 700;
}


#footer_box_subscribe{
    font-size: 17px;
}



#footer_box_subscribe input{
    height: 56px;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    border-color: #fff;
    color: white;
}

#footer_box_subscribe input.btn{
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;

}

label[for=edit-mail-0-value], label[for=edit-mail-0-value--2]
{
    display: none;
}



#footer_box_subscribe ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: 700;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-weight: 700;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-weight: 700;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-weight: 700;
}

.copyright{
    font-size: 17px;
}

.text_bold{
    font-weight: 700;
}


#footer_menu{
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer_menu li a{
    padding: 5px 8px 5px 0px;
    color: white;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(255,255,255, 0.5);
}



.inline_block{
    display: inline-block;
}

.social_header{
    margin-top: 25px;
    margin-bottom: 5px;
}



.social_img{
    padding: 4px;
}

.copyright_box{
    padding: 30px 10px 10px 10px;
    margin-bottom: 20px;
}

.copyright_box .year{
    font-size: 17px;
    font-weight: initial;
}

.text_center-md{
    text-align: center;
}


.abs_info{
    margin-top: 20px;
}

.news_photo{

        float: left;
        clear: both;

        height: 100%;
        height: 100%;
        text-align: center;
        font-size: 12px;
        color: black;

}

.news_photo2{

        float: left;
        clear: both;

        height: 100%;
        height: 100%;
        text-align: center;
        font-size: 12px;
        color: black;

}

.news_photo3{

        float: left;
        clear: both;

        height: 100%;
        height: 100%;
        text-align: center;
        font-size: 12px;
        color: black;

}

#node_content h1{
    margin-top: 0px;
}
#node_content2 h1{
    margin-top: 0px;
}


.news_full .news_photo img{
    margin-right: 10px;
    margin-bottom: 10px;
    border: #eee 1px solid;

}

img.img_desc{
     margin-right: 10px;
    margin-bottom: 10px;
    border: #eee 1px solid;
}

.news_photo2 img{

border: none;
}

.news_photo3 img{

border: none;
margin-right: 20px;
margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category_page, .analyses_page{
    margin-top: 150px;
}

#news_container #block-ordoiuris-page-title{
    display: none;
}

.analyses_page #block-ordoiuris-page-title{
    display: none;
}

.btn-apply{
    background-color: #12416D;

    color: white;
}


.btn-apply:active,.btn-apply:hover,.btn-apply:focus {
    background-color: #082139;

    color: white;
}



.gallery {
    margin-top: 40px;
    margin-bottom: 40px;
}
.galleryWrapper{
     float: none !important;
    margin: 0 auto !important;
}
.gallery img{
    margin-bottom: 5px;
}
.data p{
    color: #808080;
}

#block-ordoiuris-page-title{
margin-bottom: 30px;
}

.cat_desc img{
margin-right: 10px;
margin-bottom: 10px;
    border: 1px solid #eee;
}
.conf{
    margin-top: 50px;
}
.category_page .menu_with_images{
    margin-top: 60px;
}
.category_page #block-ordoiuris-page-title{
    margin-bottom: 0px;
}

.accord{
   /*  background; background-image: url('../images/gradient2.jpg');  */
   background: #425D8D ;
    color: white;
    cursor: pointer;
}
.accord .decorator_text{

    color: #eee
}

.ui-accordion-header:focus{
    outline: none;
}
ul.quick_menu{

}
ul.quick_menu li{
    display: inline;
    text-decoration: none
}
.label-ordo{
background-color: #425D8D!important ;
font-size: 12px;
}

.label-ordo2{
    background-color: #B2B2B2!important ;
font-size: 14px;


}
.menu_cat{
    position: relative;
    top: -20px;
    right: 17px;
}
.tags_list { padding: 0; list-style: none; }
.tags_list li {display:inline; line-height: 30px;}

.tags_list a, .tags_list a:visited, .tags_list a:active{

    color: white;

    text-transform: lowercase;

}


#block-ordoiuris-local-tasks  ul{
    padding-left: 0;
}
#block-ordoiuris-local-tasks  ul li{
    display: inline
}

#block-ordoiuris-local-tasks  ul li a{
    font-weight: 700;
    background-color: red ;
    color: white;
    padding: 2px 5px;
}
.przypisy{
    font-size: 12px;
    color: grey;
}

#block-views-block-interwencje-prawne-block-1{
    margin-top: 50px;
}
.feed-icon{
    display: none;
}
.top_slider_content a, .top_slider_content a:hover, .top_slider_content a:focus, .top_slider_content a:link {
    color: white;
    text-decoration: none;
}

.mapa_kontaktowa{
    position: relative;
    top: 28px;
}

.lSSlideWrapper {
    margin-bottom: 20px;
}

#status{
    height: 175px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #425D8D;
    opacity: 0.9;
    color: white;
    font-size: 15px;
    text-align: center;
}
#status p{
    margin-top: 50px;
    font-size: 20px;
    color: white;

}

.bx-controls-direction{
    display: none;

    -webkit-transition: opacity 1s;
       -moz-transition: opacity 1s;
        -ms-transition: opacity 1s;
         -o-transition: opacity 1s;
            transition: opacity 1s;
    opacity: 0;
}


.abs-footer{
    margin: 20px 0;
    font-size: 10px;
    font-family: arial;
}

.abs-footer a:link,.abs-footer a:hover,.abs-footer a:active,.abs-footer a:visited{
    color:rgba(255,255,255,0.8);
    text-decoration: none;
}

.abs-footer .copyrights{
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
    color:rgba(255,255,255,0.8);
}

.abs-footer .desc1, .abs-footer .desc2{
    position: relative;
    width: 100px;
    display: inline-block;
}

.abs-footer .desc1{
    border-bottom: solid 1px rgba(255,255,255,0.6);
    text-align: left;
    bottom: 6px;
    padding:0 0 1px 0;

}

.abs-footer .desc2{
    border-top: solid 1px  rgba(255,255,255,0.6);
    text-align: right;
    top: 11px;
    padding:1px 0 0 0;
    font-weight: bold;
}

#block-rodo {
    font-size: 11px;
    margin-top: 10px;
}


/* ---------------ZALEŻNE OD ROZMIARU EKRANU------------------- */

/* < Large */
@media (max-width: 991px){

    .media_img{
        border: 3px solid #b2b2b2;
    }


    .text_center-md{
        text-align: initial;
    }
    .category_page, .analyses_page{
    margin-top: 128px;
}
}

/* < Extra large (xl) */
@media (max-width: 1199px) {

    .list_left li a{
      padding-right: 3px;
      padding-left: 3px;
      font-size: 16px;
    }

    .list_right li a{
        padding-right: 7px;
        padding-left: 7px;
    }
}


/* >= Extra large (xl) */
@media (min-width: 1200px) {

}

@media (max-width: 1200px) {
   .top_slider_description2{
    font-size: 12px;

   }

   .top_slider_title_thumb{
    font-size: 16px;

   }
}


/*  Telefony */
@media (max-width: 767px) {

     .category_page, .analyses_page{
    margin-top: 166px;
}

    /* Menu przewijalne na telefonach */
    #top_container{
        position: absolute;
    }

    .media_img{
        border: 2px solid #b2b2b2;
    }

    #main_menu{
        font-size: 16px;
    }

    #main_menu li a{
        padding: 10px 15px;
    }

    #main_menu_dropdown{
        margin-left: 20px;
    }

    #top_bar_title{
         margin-right: 0;
         max-width: 80%;
    }

    .menu_with_images img{
        margin-left: 5px;
    }

    .decorator_text{
        /*width: 270px;*/
        max-width: 88%;
        padding-right: 10px;
        padding-left: 10px;

    }

    .decorator_left, .decorator_right{
        max-width: 4%;
    }

    .social_header{
        margin-top: 40px;
    }

    .top_slider_description{
        display: none;
    }
     .top_slider_description2{
        display: none;
    }



}
.bx-wrapper .bx-viewport
{
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff;
}

@media (max-width: 401px)
{
    /* .ehh{
        display: none;
    } */
    #top_slider .small_right_padding {
      padding-left: 0;
    }
}

/* > telefony */
@media (min-width: 768px)
{#top_slider{
        max-height: 485px;
        overflow: hidden;
    }

    #my_dropdown{
        padding-left: 0;
    }
}

.toolbar {
height: 53px;
position: fixed;
right: 0;
top: 0;
left: 0;
z-index: 999;
background-image: url('/themes/custom/ordoiuris/images/gradient1.jpg');
background-repeat: repeat-x;
 background-size: 100% 100%;
}

/*------------------------------------------------------------------
  Rozszerzenie Bootstrap-a o klasę .auto-clear
  Automatycznie czyści  width:30%;
     padding-bottom:20px;    width:30%;
     padding-bottom:20px;(clear: left) opływanie dla kolumn jednakowych rozmiarów
  (rozwiązuje problem róznych wysokości zawartości kolumn)
  !!! UWAGA: this requires the use of all col-sizes (xs, sm. md, lg) and that all cols are of the same size
  ------------------------------------------------------------------
*/
.row_next_to_twitter{
        display:flex;
}
.col_content_next_twitter{
        width:70%;
}

.twitter_wrapper {
    width: 30%;
    padding-bottom: 20px;
    max-height: 795px;
    overflow: overlay;

}
.twitter_object{

}
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
    .row_next_to_twitter {
        flex-direction: column;
    }
    .col_content_next_twitter {
        width: 100%;
    }
    .twitter_wrapper {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    }
    .twitter_wrapper iframe{
    width: 100% !important;
    height: 500px !important;
    }
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}

    .row_next_to_twitter {
        flex-direction: column;
    }
    .col_content_next_twitter {
        width: 100%;
    }
    .twitter_wrapper {
    width: 100%;
    padding: 20px;
    }
    .twitter_wrapper iframe{
    width: 100% !important;
    height: 500px !important;
    }
}



/*** twitter share  ***/

span.share-via-twitter {
        text-decoration: none;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        -transition: color 0.3s linear;
        transition: color 0.3s linear;

}
span.share-via-twitter:hover,
span:hover span.share-via-twitter:hover {

        color: #11C1FF;
        border-bottom: 2px dashed #11C1FF;
        cursor: pointer;
}
span.share-via-twitter:after {
        background: #FFF url("../images/t_bird.png") center center no-repeat;
        background-size: 20px 20px;
        content: "\00a0";
        display: inline-block;
        width: 20px;
        margin-left: 5px;

}



/***  tooltip  ***/
.ordo-tooltip {
   position: fixed;
    top: 55px;
    background-color: rgba(10,10,10,0.8);
    padding: 10px 15px;
    width: 305px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    z-index: 1232323232;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    left: 15px;
}

.tooltip-focus{
    display: block;
}



.lang-box{
    font-size: 17px;
    margin-top: 8px;
    display: inline-block;
    color:#fff;
}
.lang-separator{
    color:#e8bc37;
}
.active-lang{
    text-decoration: underline;
}
.lang-switcher{
    color:#e8bc37;
}
.lang-switcher:hover,
.lang-switcher:focus{
    color:#fff;
}
input[id^="edit-yourfullname"]{
display:none;
}

.twitter_wrapper iframe {
   /* border: 1px solid #c5c5c5 !important;*/
    /* border-radius: 4px; */
}


#footer_box_subscribe p:nth-child(3) {
    text-align: justify;
    font-size: 11px;
    margin-top:  10px;
}

#footer_box_rules p:nth-child(2) {
    text-align: justify;
}

@media all and (max-width: 768px) {
  .top_slider_title {
    margin: 0;
    padding: 0;
    font-size: 20px;
  }

  .bx-wrapper .bx-viewport {
    height: auto !important;
  }

  .top_slider_content {
    height: auto !important;
  }

  .responsive_thumb_container {
    height: auto !important;
  }

  .top_slider_thumb {
    width: 100%;
  }

  .small_left_padding{
    padding: 0px;
  }
}

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

.singlee {
    display: inline-block;
}

.singlee a {
    display: block;
    text-align: center;
}

.comment-elem .news_box {
    height: auto!important;
}


.css-1dbjc4n {
	max-height:none !important;
}

div.twitter-timeline-twitter-timeline-rendered {
 max-height:745px !important;
}

.r-14lw9ot {
 max-height:none !important;

}

.r-1udh08x {
    overflow: hidden;
    max-height: none !important;
}
ź
.css-1dbjc4n.r-14lw9ot.r-1ets6dv.r-1q9bdsx.r-rs99b7.r-1udh08x{
 height: 100%;
 max-height: none !important;
}
