/* ==========================================================================
   Archibial.pl 
   v3.0
   11.05.2016
   N4K.EU
   ========================================================================== */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,latin-ext);*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic&subset=latin,latin-ext);*/

@font-face {
    font-family: 'Open Sans';
    src: url("./fonts/OpenSans-Regular.eot?v=1.1.0");
    src: url("./fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"),
        url("./fonts/OpenSans-Regular.woff2?v=1.1.0") format("woff2"),
        url("./fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"),
        url("./fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"),
        url("./fonts/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans';
    src: url("./fonts/OpenSans-Italic.eot?v=1.1.0");
    src: url("./fonts/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"),
        url("./fonts/OpenSans-Italic.woff2?v=1.1.0") format("woff2"),
        url("./fonts/OpenSans-Italic.woff?v=1.1.0") format("woff"),
        url("./fonts/OpenSans-Italic.ttf?v=1.1.0") format("truetype"),
        url("./fonts/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Open Sans';
    src: url("./fonts/OpenSans-Bold.eot?v=1.1.0");
    src: url("./fonts/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"),
        url("./fonts/OpenSans-Bold.woff2?v=1.1.0") format("woff2"),
        url("./fonts/OpenSans-Bold.woff?v=1.1.0") format("woff"),
        url("./fonts/OpenSans-Bold.ttf?v=1.1.0") format("truetype"),
        url("./fonts/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans Condensed';
    src: url("./fonts/OpenSans-CondBold.eot?v=1.1.0");
    src: url("./fonts/OpenSans-CondBold.eot?#iefix&v=1.1.0") format("embedded-opentype"),
        url("./fonts/OpenSans-CondBold.woff2?v=1.1.0") format("woff2"),
        url("./fonts/OpenSans-CondBold.woff?v=1.1.0") format("woff"),
        url("./fonts/OpenSans-CondBold.ttf?v=1.1.0") format("truetype"),
        url("./fonts/OpenSans-CondBold.svg?v=1.1.0#Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}


a {
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #222;
}

a:hover,
a:focus {
    text-decoration: none;
}

.articleBody a:hover {
    color: #FF1430;
}

a.mail {
    unicode-bidi: bidi-override;
    direction: rtl;
}


.focus-only {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.focus-only:focus {
    position: static;
    /*lub clip: auto;*/
}

.toggle {
    cursor: help;
}




.lt-ie9 #header,
.lt-ie9 #main,
.lt-ie9 #footer,
.lt-ie9 .bg {
    display: none;
}


.form-control,
.btn {
    border-radius: 0;
}


video {
    width: 100%;
    height: auto;
}

iframe {
    border: none;
}

iframe,
embed,
object {
    max-width: 100%;
}

.fluid-width-video-wrapper {
    margin-bottom: 30px;
}




h1,
h2,
h3,
h4 {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
}


.form-control:focus {
    border-color: #293444;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(235, 238, 243, 0.6);*/
    box-shadow: none;
}

.form-control {
    border: 1px solid #CDD5E0;
}

.btn-danger {
    background-color: #FF1430;
    border-color: #FF1430;
    color: #fff;
}

.btn-danger:hover {
    background-color: #293444;
    border-color: #293444;
    color: #fff !important;
}


/*** tooltip ***/
.tooltip-inner {
    background-color: #ff1430;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #ff1430;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ff1430;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ff1430;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #ff1430;
}



.panel {
    border-radius: 0;
    box-shadow: none;
}

.alert {
    border-radius: 0;
}

.alert-danger {
    background-color: #FF1430;
    border-color: #FF1430;
    color: #fff;
}



/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #FFF;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(img/preloader.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -180px 0 0 -100px;
    /*-webkit-animation: myfirst 5s linear 2s infinite alternate;*/
    /* Chrome, Safari, Opera */
    /*animation: myfirst 5s linear 2s infinite alternate;*/
}

#status img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -30px;
    bottom: -80px;
}

/* Chrome, Safari, Opera */
/*@-webkit-keyframes myfirst {
    0%   {opacity:1;}
    25%  {opacity:0.3;}
    50%  {opacity:1;}
    75%  {opacity:0.3;}
    100% {opacity:1;}
}*/

/* Standard syntax */
/*@keyframes myfirst {
    0%   {opacity:1;}
    25%  {opacity:0.3;}
    50%  {opacity:1;}
    75%  {opacity:0.3;}
    100% {opacity:1;}
}*/






@media (min-width: 1366px) {
    .container {
        width: 1280px;
    }
}







/* Large devices */
@media (min-width: 1200px) {}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {}




@media (min-width: 992px) {}

@media (max-width: 991px) {}



}

/* Small devices */
@media (min-width: 767px) and (max-width: 991px) {}

/* Extra small devices */
@media (max-width: 766px) {}

@media (max-width: 479px) {}








/*** HEADER ***/
#top {
    color: #b0b5bd;
    background-color: #293444;
    position: relative;
}

#top .container {
    position: relative;
}

#top .info {
    float: left;
    /*margin-left: -15px;*/
    font-size: 14px;
    line-height: 50px;
}

#top .info .fa {
    cursor: help;
}

#top .info .kolor_B {
    color: #FFF;
}

#top .info .kolor_Z {
    color: #093;
}

#top .info .kolor_C {
    color: #C00;
}

#top .info .kolor_F {
    color: #63C;
}

#top .slowo {
    float: right;
    /*margin-right: -15px;*/
    position: relative;
    color: #b0b5bd;
    text-align: right;
    font-size: 13px;
    /*width: 220px;*/
    padding: 8px 50px 0px 10px;
    color: #b0b5bd;
    display: inline-block;
    line-height: 1.2em;
    /*	background-image: url(../img/ico_slowo.png);
	background-position: right center;
	background-repeat: no-repeat;*/
}

#top .slowo:hover {
    color: #fff;
}

#top .slowo strong {
    text-transform: uppercase;
    display: block;
}

#top .slowo small {
    font-size: 12px;
    display: block;
}


#top .slowo:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    opacity: 0.5;
    height: 30px;
    width: 35px;
    background-image: url(../img/ico_slowo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#top .slowo:hover:after {
    opacity: 1;
}






/* Large devices */
/*@media (max-width: 1365px) { 

#top .info {
	float: left;
	font-size: 13px;
	line-height: 1.2em;
	height: 45px;
	max-width: 860px;
}


#top .info > div{
	height: 45px;
	max-width: 870px;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}

}
*/
/* Medium devices */
/*@media (min-width: 992px) and (max-width: 1199px) {*/

#top .info {
    font-size: 12px;
    height: 45px;
    /*max-width: 790px;*/
    max-width: 980px;
}


#top .info > div {
    height: 45px;
    /*max-width: 790px;*/
    max-width: 980px;
}

#top .slowo {
    font-size: 11px;
    width: 140px;
    padding: 10px 40px 0px 10px;
    line-height: 1.2em;
}

#top .slowo strong {
    text-transform: uppercase;
    display: block;
}

#top .slowo small {
    display: none;
}


#top .slowo:after {
    top: 10px;
    height: 26px;
    width: 30px;
}

/*}

*/



/* Small devices */
@media (min-width: 767px) and (max-width: 991px) {

    #top {
        padding-top: 2px;
        padding-bottom: 2px;

    }

    #top .info {
        float: none;
        font-size: 11px;
        line-height: 1.2em;
        height: 20px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }




    #top .info > div {
        height: 20px;
        width: 100%;
        text-align: left;
        vertical-align: middle;
        display: table-cell;
    }

    #top .slowo {
        position: absolute;
        right: 15px;
        bottom: -40px;
        opacity: 1;
        color: #FFF;
    }

    #top .slowo:after {
        opacity: 1;
    }


}

/* Extra small devices */
@media (max-width: 766px) {

    #top .info {
        display: none;
    }


    #top .info > div {
        height: 20px;
        width: 100%;
        text-align: left;
        vertical-align: middle;
        display: table-cell;
    }

    #top .slowo {
        position: absolute;
        right: 70px;
        bottom: -50px;
        opacity: 1;
        color: #FFF;
        z-index: 100;
        display: block;
        height: 36px;
        width: 36px;
        margin: 0px;
        padding: 0px;
    }

    #top .slowo:after {
        opacity: 1;
    }

    #top .slowo strong,
    #top .slowo small {
        display: none;
    }



}

@media (max-width: 479px) {

    /*#top{
	display: none;
}*/


}












/*** HEADER ***/
#header {
    height: 160px;
    background-image: url(../img/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}


@media (max-width: 766px) {
    #header {
        height: 115px;
        background-image: url(../img/header_bg_mob.jpg);
    }
}

@media (max-width: 479px) {
    #header {
        height: 80px;
    }
}


#header .container {
    position: relative;
}



#header #r_head {
    position: absolute;
    top: 8px;
    right: 15px;
    max-width: 728px;
}



@media (max-width: 1199px) {
    #header #r_head {
        display: none;
    }

}



#header .container h1 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.logo {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1em;
    color: #fff;
    display: block;
    height: 106px;
    width: 340px;
    font-weight: 700;
    padding-top: 12px;
    padding-left: 155px;
    position: relative;
    text-shadow: 2px 2px 5px rgba(25, 32, 43, 0.8);
}




.logo:after {
    content: '';
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 136px;
    width: 124px;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 10;
}


@media (max-width: 1199px) {

    .logo {
        padding-left: 105px;
        padding-top: 15px;
    }

    .logo:after {
        background-image: url(../img/logo_mob.png);
        height: 90px;
        width: 82px;
        position: absolute;
        left: 0px;
        top: 12px;
        z-index: 10;
    }


}




.logo:hover,
.logo:focus {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}



@media (max-width: 479px) {

    .logo {
        font-size: 28px;
        padding-top: 10px;
        padding-left: 70px;
        width: 110px;
        height: 78px;
    }


    .logo:after {
        background-image: url(../img/logo_mob.png);
        background-size: cover;
        height: 60px;
        width: 55px;
        position: absolute;
        left: 0px;
        top: 12px;
        z-index: 10;
    }


}











#header .navbar {
    background-color: #293444;
    border-radius: 0;
    border-bottom: 3px solid #ff1430;
}


@media (max-width: 766px) {
    #header .navbar {
        background: none;
        border-bottom: none;
        margin-bottom: 0px;
        min-height: 1px;
        z-index: 101;
    }

}


.navbar-toggle {
    z-index: 101;
    font-size: 36px;
    color: #FFF;
    position: absolute;
    top: -115px;
    right: -15px;
}


@media (min-width: 1200px) {
    #header #nawigacja {
        padding-left: 154px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #nawigacja {
        padding-left: 0px;
    }

    #nawigacja .navbar-right {
        margin-right: 0px;
    }

}






#header #nawigacja .navbar-left > li:first-child > a {
    font-size: 24px;
    line-height: 50px;
}





@media (max-width: 991px) {

    #header #nawigacja .navbar-left > li:first-child {
        display: none;
    }

    #nawigacja .navbar-right {
        display: none;
    }


}


#header #nawigacja .navbar-left > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 50px;
}





#header #nawigacja .navbar-right > li > a {
    color: #FFF;
    font-size: 24px;
    padding: 0 8px;
    line-height: 50px;
}



@media (min-width: 992px) and (max-width: 1199px) {
    #header #nawigacja .navbar-left > li > a {
        /*padding: 0 13px;*/
        font-size: 16px;
    }
}


@media (min-width: 767px) and (max-width: 991px) {

    #header #nawigacja {
        padding-left: 19px;
    }

    #header #nawigacja .navbar-left > li > a {
        padding: 0 11px;
        font-size: 16px;
    }

}

#header #nawigacja .navbar-left > li > a:hover,
#header #nawigacja .navbar-left > li > a:focus,
#header #nawigacja .navbar-left > li.active > a {
    text-decoration: none;
    background-color: #ff1430;
}

#header #nawigacja .navbar-right > li > a:hover,
#header #nawigacja .navbar-right > li > a:focus,
#header #nawigacja .navbar-right > li.active > a {
    text-decoration: none;
    background: none !important;
    color: #ff1430;
}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #293444;
    border-color: #FFF;
}


#header #nawigacja .dropdown-menu > li > a {
    padding: 7px 20px;
    border-bottom: 1px dotted #CCC;
}

.dropdown-menu li.selected > a {
    background-color: #293444;
    color: #FFF;
}

.dropdown-menu li > a:hover {
    background-color: #FF1430;
    color: #FFF;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #FF1430;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

/*logo X*/
#header #nawigacja .navbar-right > li > a.ico-tw {
    fill: white;
    transition: fill 0.3s;
}

#header #nawigacja .navbar-right > li > a.ico-tw:hover {
    fill: red;
}





@media (max-width: 766px) {
    #header #nawigacja {
        background-color: #293444;

    }

    #header #nawigacja .navbar-left > li > a {
        color: #FFF;
        line-height: 50px;
        text-align: center;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #4D607D;
    }

    #header #nawigacja .dropdown-menu > li > a {
        padding: 10px 20px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #4D607D;
        text-align: center;
        color: #FFF;
        font-size: 16px;
    }

}

@media (max-width: 479px) {
    .navbar-toggle {
        right: -25px;
        top: -90px;
    }

    #top .slowo {
        bottom: -45px;
        right: 60px;
    }

}

/**** ix ****/

main {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.content,
.content_main,
.content_aside,
#sidebar {
    min-height: 500px;
    float: left;
}

.content {
    /*	background-color: #990;*/
    margin-right: 45px;
}


.content_main {
    /*	background-color: #F90;*/
    margin-right: 45px;
}

.content_aside {

    /*	background-color: #C90;*/
}

#sidebar {
    margin-top: 30px;
    /*	background-color: #0F3;*/
}

@media (min-width: 1366px) {
    .content {
        width: 905px;
    }

    .content_main {
        width: 650px;
    }

    .content_aside {
        width: 210px;
    }

    #sidebar {
        width: 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .content {
        width: 830px;
    }

    .content_main {
        width: 585px;
    }

    .content_aside {
        width: 200px;
    }

    #sidebar {
        width: 260px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

    .content {
        width: 635px;
    }

    .content_main {
        width: 635px;
    }

    .content_aside {
        display: none;
    }

    /*	#gallery_box_list, #multimedia_box_list{
	float: left;
	width: 50%;
	}*/

    #sidebar {
        width: 260px;
    }



    /*	.content{width: 100%;}
	.content_main{width: 695px;}
	.content_aside{width: 200px;}
	#sidebar{width: 260px;}
*/


    /*	.content{width: 635px;}
	.content_main{width: 635px;}
	.content_aside{width: 100%;}*/
    /*	
	#gallery_box_list, #multimedia_box_list{
	float: left;
	width: 50%;
}*/




}





@media (min-width: 992px) {}

@media (max-width: 991px) {

    .content {
        width: 100%;
        margin-right: 0px;
    }

    .content_main {
        width: 100%;
    }

    .content_aside {
        /*display: none;*/
    }

    #sidebar {
        width: 100%;
    }

}



}

/* Small devices */
@media (min-width: 767px) and (max-width: 991px) {}

/* Extra small devices */
@media (max-width: 766px) {}

@media (max-width: 479px) {}








/*section_head_ix*/

.section_head_ix {
    position: relative;
    margin: 30px 0 15px 0;
    text-align: center;
}

.section_head_ix:after {
    content: '';
    position: absolute;
    background-color: #d5dbe6;
    display: block;
    height: 1px;
    left: 0px;
    top: 50%;
    right: 0px;
}

.section_head_ix h2 {
    font-size: 24px;
    background-color: #FFF;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    margin: 0px;
    color: #a5aebc;
}

.section_head_ix a {
    text-decoration: none !important;
    background-color: #FFF !important;
}

.section_head_ix a h2 {
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section_head_ix a:hover h2 {
    color: #293444;
}

/*section_head_ix*/

.section_head {
    position: relative;
    margin: 30px 0 30px 0;
}

.section_head h2 {
    font-size: 24px;
    background-color: #FFF;
    display: block;
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 0px;
    color: #293444;
    border-bottom: 1px solid #d5dbe6;
}



/*head_info*/

.head_info {
    margin-bottom: 30px;
}

.head_info p {
    text-align: right;
    margin: 0px;
}

.head_info p span {
    color: #999;
    display: inline-block;
    margin-right: 10px;
}



/*article_head*/



.article_head {
    position: relative;
    margin: 30px 0 30px 0;
}

.article_head h1 {
    font-size: 36px;
    background-color: #FFF;
    display: block;
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 0px;
    color: #293444;
    border-bottom: 1px solid #d5dbe6;
}

.articleBody h1,
.articleBody h2,
.articleBody h3,
.articleBody h4 {
    color: #293444;
}

.articleBody h2 {
    margin-top: 60px;
}









/* breadcrumb */

.breadcrumb {
    background-color: #fff;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0px;
    font-size: 12px;
    color: #B6AEBC;
}

.breadcrumb a {
    color: #B6AEBC;
}

.breadcrumb a:hover {
    color: #293444;
}

.breadcrumb > .active {
    color: #B6AEBC;
}












.news_list article a {
    display: block;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #D5DBE6;
}

.news_list article a header {
    display: block;
    position: relative;
    top: 0px;
    background-color: #293444;
    color: #FFF;
    padding: 15px;
    height: 110px;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    width: 720px;
}

.news_list article a:hover header {
    background-color: #FF1430;
}



.news_list article a header h3 {
    font-size: 18px;
    margin: 0px;
    padding: 0 0 0 45px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



@media (min-width: 1200px) and (max-width: 1365px) {


    .news_list article a header h3 {
        font-size: 16px;
    }


}





.news_list article a header::after {
    content: '';
    background-color: #fff;
    display: block;
    height: 80px;
    width: 1px;
    left: 45px;
    top: 15px;
    position: absolute;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news_list article a:hover header::after {
    opacity: 0.4;
}


.news_list article a header time {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    opacity: 0.5;
    position: absolute;
    text-transform: uppercase;
    font-size: 10px;
    float: left;
    display: block;
    height: 60px;
    left: 15px;
    top: 38px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news_list article a:hover header time {
    opacity: 0.8;
}



.news_list article a header time .day {
    display: block;
    line-height: 0.8em;
    font-size: 2.1em;
    position: relative;
    top: -3px;
}

.news_list article a header time .month {
    display: block;
    line-height: 1.1em;
    font-size: 1.2em;
}

.news_list article a header time .year {
    display: block;
    line-height: 1em;
    font-size: 1em;
}

.news_list article a .dodatki {
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news_list article a:hover .dodatki {

    top: 5px;
}

.news_list article a .dodatki span {
    color: #FFF;
    background-color: #C00;
    text-align: center;
    float: right;
    height: 36px;
    width: 36px;
    margin-left: 5px;
    font-size: 20px;
    line-height: 36px;
    display: inline-block;
}

.news_list article a .wstep {
    display: block;
    position: absolute;
    color: #FFF;
    background-color: #334054;
    background-color: rgba(41, 52, 68, 0.9);
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 55px 30px 30px 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.news_list article a:hover .wstep {
    top: 0px;
}










/**/


.news_list .news_big_box a header {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    top: auto;
    width: 540px;
    background-color: #334054;
    background-color: rgba(41, 52, 68, 0.9);
}

.news_list .news_big_box a header h3 {
    font-size: 24px;
    vertical-align: middle;
    display: table-cell;
    margin: 0px;
    height: 80px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 45px;
}


.news_list .news_big_box a .wstep {
    top: auto;
    bottom: -100%;
    padding: 30px 30px 130px 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 70%;
}

.news_list .news_big_box a:hover .wstep {
    top: auto;
    bottom: 0;
    opacity: 1;
}







/* Small devices */
@media (min-width: 767px) and (max-width: 991px) {}







/* Extra small devices */
@media (max-width: 659px) {



    .news_list article {
        width: auto;
        max-width: 480px;
        margin: 0 auto;
        clear: both;
        float: none;
    }



    .news_list .news_big_box a header {
        display: block;
        position: relative;
        top: 0px;
        background-color: #293444;
        color: #FFF;
        padding: 15px;
        height: 90px;
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 2;
        width: 720px;
    }

    .news_list .news_big_box a:hover header {
        background-color: #FF1430;
    }



    .news_list .news_big_box a header h3 {
        font-size: 18px;
        margin: 0px;
        padding: 0 0 0 45px;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }



    .news_list .news_big_box a.wstep,
    .news_list article a .wstep {
        display: none;
    }

}



@media (max-width: 991px) {

    .news_list article:nth-last-child(1),
    .news_list article:nth-last-child(2),
    .news_list article:nth-last-child(3) {
        display: none;
    }

}








#news_local_list_ix {
    clear: both;
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
    position: relative;
}

#news_local_list_ix .section_head_ix {
    margin-right: 0px;
    margin-left: 0px;
}



.news_local_box a {
    position: relative;
    display: block;

}


.news_local_box a header {
    position: relative;
    display: block;
    background-color: #EBEEF3;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




.news_local_box a:hover header {
    background-color: #334054;
    height: 120px;

}

.news_local_box a header h3 {
    font-size: 17px;
    margin: 0;
    padding: 20px 10px 15px 10px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px dotted #CCC;
    color: #334054;
    height: 120px;
    width: 480px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    vertical-align: middle;
    display: table-cell;
}

.news_local_box a:hover header h3 {
    color: #FFF;
    border-bottom: 1px dotted #334054;
}



.news_local_box a header time {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    font-size: 11px;
    float: left;
    display: block;
    color: #334054;
    background-color: #fff;
    left: 50%;
    top: -10px;
    margin-left: -40px;
    text-align: center;
    width: 80px;
    border: 1px solid #D5DBE6;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news_local_box a header time span {
    padding: 2px;
}




.news_local_box a .dodatki {
    position: absolute;
    top: 15px;
    right: 1px;
    z-index: 2;
}

.news_local_box a .dodatki span {
    color: #FFF;
    background-color: #C00;
    text-align: center;
    float: right;
    height: 26px;
    width: 26px;
    margin-left: 5px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
}

#news_local_list_ix .owl-nav {
    position: absolute;
    left: 0px;
    top: -45px;
    width: 70px;
}

#news_local_list_ix .owl-nav div {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #A5AEBF;
    background-color: #FFF;
    padding-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#news_local_list_ix .owl-nav div:hover {
    color: #FF1430;
}


#news_local_list_ix article a figure {
    position: relative;
    border: 1px solid #D5DBE6;
}











#kai a {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
}


#kai a.rsslink {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
}

#kai a.ekai {
    background-image: url(../img/logo_kai.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-indent: -9999px;
    height: 25px;
    width: 90px;
    overflow: hidden;
    display: inline-block;
    opacity: 0.3;
    float: right;
    margin-top: 10px;
}

#kai a.ekai:hover {
    opacity: 1;
}

#kai a.rsslink span {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    display: block;
}





/* SIDEBAR */


#sidebar .section_head_ix,
.content_aside .section_head_ix {
    margin-right: 0px;
    margin-left: 0px;
}

#sidebar .section_head_ix a,
.content_aside .section_head_ix a {
    border: none !important;
}




.r_sidebar {
    text-align: center;
    /*margin-bottom: 15px;
	text-align: center;
*/
}


.r_sidebar a {
    /*margin-bottom: 15px;*/
    display: block;
    border: 1px solid #D5DBE6;
    text-align: center;
    margin-bottom: 15px;
}

.r_sidebar .r_sidebar:last-child a {
    margin-bottom: 0px;
}


.ban_r_sidebar {
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}


@media (max-width: 991px) {

    .r_sidebar a.even_r_sidebar {
        width: 49%;
        float: left;
        margin-right: 1%;
    }

    .r_sidebar a.even_r_sidebar:nth-child(even) {
        margin-right: 0;
        margin-left: 1%;
    }

    .r_sidebar a.solo {
        margin: 0;
    }

    .r_sidebar a img {
        margin: 0 auto;
    }

    #owl-r_sidebar {
        display: none;
    }

    #recommendet_sidebar {
        /*display: none;*/
    }


}

/* Extra small devices */
@media (max-width: 599px) {
    .r_sidebar a {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin: 0 0 15px 0 !important;
    }


    .r_sidebar a img {
        margin: 0 auto !important;
        ;
    }

}



/**** holy_mass_search ****/

#holy_mass_search {
    margin-bottom: 30px;
}

#holy_mass_search h2 {
    color: #FFF;
    background-color: #293444;
    margin: 0px;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

#holy_mass_search .form-inline {
    margin-bottom: 30px;
    color: #293444;
    background-color: #ebeef3;
    padding: 15px;
}


#holy_mass_search .form-group {
    margin-right: 2px;
}

#holy_mass_search #btn_mass_search {
    float: right;
    margin-top: 22px;
    color: #FFF;
    background-color: #293444;
    border-color: #293444;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#holy_mass_search #btn_mass_search:hover {
    background-color: #FF1430;
    border-color: #FF1430;
}

#holy_mass_search label {
    font-size: 12px;
    font-weight: normal;
    display: block;
}




/* Large devices */
@media (min-width: 1200px) {

    #holy_mass_search .filter-option {
        font-size: 14px;
    }
}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {}




@media (min-width: 992px) {
    #btn_mass_search_view {
        display: none;
    }
}

@media (max-width: 991px) {}



}

/* Small devices */
@media (min-width: 767px) and (max-width: 991px) {}

/* Extra small devices */
@media (max-width: 766px) {

    #holy_mass_search {
        padding-left: 46px;
        -webkit-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 110;
        margin: 0px;
        position: absolute;
        top: 10px;
        right: -260px;
    }


    #holy_mass_search.wiev {
        right: 0px;
    }



    #btn_mass_search_view {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 42px;
        width: 42px;
        color: #FFF;
        background-color: #FF1430;
        border-color: #FF1430;
        font-size: 18px;
    }

    #btn_mass_search_view:hover {
        background-color: #293444;
        border-color: #293444;
    }
}

@media (max-width: 479px) {

    #holy_mass_search #btn_mass_search {
        float: none;
        position: absolute;
        right: 0px;
        bottom: -20px;
        width: 258px;
        background-color: #FF1430;
        border-color: #FF1430;
        height: 50px;
    }

    #holy_mass_search #btn_mass_search:hover {
        background-color: #171E26;
        border-color: #171E26;
    }

}








/**** event_sidebar  #announcement_sidebar ****/

#event_sidebar a,
#announcement_sidebar a,
#statement_sidebar a {
    border-bottom: 1px dashed #ccc;
    display: block;
    padding: 10px 0;
}

#event_sidebar a span,
#announcement_sidebar a span,
#statement_sidebar a span {
    display: block;
    font-size: 14px;
    color: #66758A;
}

#event_sidebar a .fa,
#announcement_sidebar a .fa {
    font-size: 12px;
    position: relative;
    top: -2px;
}

#statement_sidebar a .fa {
    font-size: 14px;
    position: relative;
    top: 0px;
}


#event_sidebar a h4,
#announcement_sidebar a h4,
#statement_sidebar a h4 {
    margin: 5px 0 0 0;
    color: #293444;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#event_sidebar a.spec h4,
#announcement_sidebar a.spec h4,
#statement_sidebar a.spec h4 {
    color: #A80015;
}


#event_sidebar a:hover h4,
#announcement_sidebar a:hover h4,
#statement_sidebar a:hover h4 {
    color: #FF1430;
}


/*#event_sidebar a .fa{
	margin: -15px 0 0 0;
	padding: 0px;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#event_sidebar a.spec .fa{
	color: #D71324;
}

#event_sidebar  a:hover .fa{
	left: 20px;
	color: #fff;
}*/








/**** galerry_box ****/



.collapse_list .panel-collapse a {
    display: block;
    position: relative;
    overflow: hidden;
}


.collapse_list .panel-collapse a::after {
    content: "";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 56px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 56px;
    text-rendering: auto;
    text-align: center;
    color: #FFF;
    left: 50%;
    top: -150%;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


#gallery_box_list .panel-collapse a::after {
    content: "";
    margin-left: -31px;
    margin-top: -28px;
}

#multimedia_box_list .panel-collapse a::after {
    content: "";
    margin-left: -30px;
    margin-top: -38px;
}



.collapse_list .panel-collapse a:hover::after {
    left: 50%;
    top: 50%;
}


.collapse_list .panel-collapse a::before {
    content: "";
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFF;
    margin-top: 0;
    left: 50%;
    top: 150%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


#gallery_box_list .panel-collapse a::before {
    content: "ZOBACZ GALERIĘ";
    margin-left: -56px;
    margin-top: 35px;
}

#multimedia_box_list .panel-collapse a::before {
    content: "ZOBACZ FILM";
    margin-left: -44px;
    margin-top: 20px;
}

.collapse_list .panel-collapse a:hover::before {
    opacity: 0.8;
    top: 50%;
}


.collapse_list h4 {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.collapse_list h4 a {
    text-align: center;
    color: #293444;
    display: block;
    padding: 10px;
    background-color: #ebeef3;
    position: relative;
}

.collapse_list a.active {
    color: #fff;
    background-color: #293444;
}

.collapse_list a:hover,
.collapse_list .active:hover {
    color: #fff;
    background-color: #FF1430;
}

.collapse_list h4 a.active::after {
    content: '';
    display: block;
    background-color: #293444;
    height: 17px;
    width: 17px;
    margin-left: -10px;
    position: absolute;
    left: 50%;
    top: -8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.collapse_list h4 a.active:hover::after {
    background-color: #FF1430;
}


.collapse_list h4 a.collapsed::after {
    display: none;
}


/* LIVE */
#live-box a {
    display: block;
}

#live-box a h4 {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px;
    background-color: #293444;
    position: relative;
    transition: all 0.3s ease;
}

#live-box a:hover h4 {
    background-color: #FF1430;
}

/* NEWS */


.news figure figcaption {
    font-size: 14px;
    text-align: right;
    display: block;
    color: #A5AEBC;
    font-style: italic;
}

.news header {
    margin-bottom: 30px;
    margin-top: 30px;
}


.news header h1 {
    font-size: 42px;
}

.news header h2 {
    margin-top: 0px;
    padding-top: 0px;
}

.news .lead {
    margin-bottom: 30px;
}

.news .articleBody {
    margin-top: 30px;
    margin-bottom: 30px;
}


.aside_news {
    margin-bottom: 30px;
    margin-top: 60px;
}


@media (max-width: 479px) {
    .news header h1 {
        font-size: 28px;
    }

}





/**** GALERIA ****/

.gallery_item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery_item figure {
    overflow: hidden;
}

.gallery_item figure img {
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.gallery_item:hover figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1));
    -ms-transform: scale(1.1);
}


.gallery_item h3 {
    text-align: center;
    color: #293444;
    background-color: #ebeef3;
    margin: 0px;
    padding: 15px 10px;
    font-size: 20px;
    height: 120px;
    vertical-align: middle;
    display: table-cell;
    width: 450px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery_item:hover h3 {
    color: #FFFFFF;
    background-color: #FF1430;
}


.gallery_item time {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 114px;
}

.gallery_item time span {
    color: #FFF;
    background-color: #293444;
    font-size: 12px;
    padding: 2px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery_item:hover time span {
    color: #293444;
    background-color: #fff;
}

#foto_list {
    display: block;
    margin-bottom: 30px;
    margin-right: -2px;
    margin-left: -2px;
}


#foto_list:before,
#foto_list:after {
    display: table;
    content: " ";
}

#foto_list:after {
    clear: both;
}







#foto_list a {
    display: block;
    width: calc(20% - 4px);
    float: left;
    margin: 2px;
    position: relative;
    overflow: hidden;
}

#foto_list a img {
    border: 0px solid #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#foto_list a:hover img {
    border: 8px solid #293444;
}


#foto_list a::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 6px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#foto_list a:hover::after {
    opacity: 0.4;
    font-size: 56px;
    margin-top: -24px;
    margin-left: -24px;
}



/* WYDARZENIA */

.event_list {
    margin-bottom: 30px;
}

.event_list a {
    display: block;
    padding: 20px 0 20px 60px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    position: relative;
}

.event_list a:hover {
    color: #FFF;
    background-color: #FF1430;
    padding: 20px 20px 20px 80px;
}

.event_list a h3 {
    margin: 0px;
    padding: 0px;
}

.event_list a .fa {
    margin: 0px;
    padding: 0px;
    font-size: 44px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    position: absolute;
    left: 0px;
    top: 22px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #C2CBDA;
}

.event_list a.spec .fa {
    color: #D71324;
}

.event_list a:hover .fa {
    left: 20px;
    top: 22px;
    color: #fff;
}

/* DUCHOWIEŃSTWO */



#duchowni_list .list {
    margin-left: -4px;
    margin-right: -4px;
}



#duchowni_list input {
    margin-bottom: 30px;
}

#duchowni_list input:focus {
    outline: none;
}


#duchowni_list ul {
    padding: 0px;
}

#duchowni_list ul li {
    display: block;
    list-style-type: none;
    margin-bottom: 8px;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#duchowni_list ul li a {
    display: block;
    background-color: #EBEEF3;
    padding: 10px;
    color: #293444;
}


#duchowni_list ul li a:hover {
    display: block;
    background-color: #FF1430;
    padding: 10px;
    color: #FFF;
}





/***** PARAFIE ****/


#parafie_list .activ {
    background-color: #FF1430;
    border-color: #FF1430;
    color: #fff;
}

#parafie_list ul {
    margin-left: -4px;
    margin-right: -4px;
    padding: 0px;
}



#parafie_list .input-group {
    margin-bottom: 30px;
    margin-top: 30px;
}

#parafie_list input:focus {
    outline: none;
}


#parafie_list .form-control,
#parafie_list .btn {
    border-radius: 0;
}



/*list box*/


#parafie_list ul.list_box li {
    display: block;
    list-style-type: none;
    margin-bottom: 8px;
    padding-left: 4px !important;
    padding-right: 4px !important;
    width: 25%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}




/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {
    #parafie_list ul.list_box li {
        width: 33.333%;
    }

}


/* Small devices */
@media (min-width: 767px) and (max-width: 991px) {

    #parafie_list ul.list_box li {
        width: 33.3333%;
    }

}

/* Extra small devices */
@media (max-width: 766px) {
    #parafie_list ul.list_box li {
        width: 50%;
    }

}

@media (max-width: 479px) {
    #parafie_list ul.list_box li {
        width: 100%;
    }

}



#parafie_list ul.list_box li a {
    display: block;
    background-color: #EBEEF3;
    padding: 10px;
    color: #293444;
    position: relative;
}


#parafie_list ul.list_box li a:hover {
    display: block;
    background-color: #FF1430;
    padding: 10px;
    color: #FFF;
}

#parafie_list ul.list_box li a .name {
    display: table-cell;
    height: 90px;
    width: 480px;
    text-align: center;
    vertical-align: middle;
}

#parafie_list ul.list_box li a .name .miejsce {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#parafie_list ul.list_box li a .name .miejsce span {

    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 10px 4px 10px;
    display: inline-block;
}

#parafie_list ul.list_box li a .name h4 {
    margin-top: 0px;
}



#parafie_list ul.list_box li a .name h4 small {
    font-size: 11px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    clear: both;
    float: none;
}

#parafie_list ul.list_box li a:hover .name h4,
#parafie_list ul.list_box li a:hover .name h4 small {
    color: #FFF;
}


/*list list*/


#parafie_list ul.list_list li {
    display: block;
    list-style-type: none;
    margin-bottom: 8px;
    width: 100%;
    float: none;
    min-height: 1px;
    position: relative;
    font-size: 18px;
}


#parafie_list ul.list_list li:before,
#parafie_list ul.list_list li:after {
    display: table;
    content: " ";
}

#parafie_list ul.list_list li:after {
    clear: both;
}

#parafie_list ul.list_list li a {
    display: block;
}




#parafie_list ul.list_list img {
    display: none;
}


#parafie_list ul.list_list .name,
    {
    clear: both;
    float: none;
    width: 100%;
    display: block;
}



#parafie_list ul.list_list li a h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 0px;
    width: 69%;
    padding: 10px 15px;
    background-color: #D8DDE7;
    float: right;
    line-height: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#parafie_list ul.list_list li a:hover h4 {
    background-color: #D71324;
    color: #FFF;
}



#parafie_list ul.list_list li a h4 small {
    font-size: 14px;
    line-height: 16px;
    margin-right: 5px;
    font-weight: normal;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #5F779C;
}


#parafie_list ul.list_list li a:hover h4 small {
    color: #FFF;
}




#parafie_list ul.list_list li a .name .miejsce {
    background-color: #ebeef3;
    width: 30%;
    font-size: 16px;
    color: #293444;
    padding: 10px 15px;
    float: left;
    line-height: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


#parafie_list ul.list_list li a:hover .name .miejsce {
    background-color: #293444;
    color: #FFF;
}

/*list map*/

.nav_map {
    position: relative;
    right: 10px;
    bottom: -55px;
    z-index: 998;
    height: 1px;
}



.nav_map a {
    float: right;
    margin-left: 5px;
}

#map {
    margin: 0px auto 20px auto;
    border: 1px dashed #C0C0C0;
    width: 100%;
    height: 700px;
}

.gm-style .gm-style-iw {
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    left: 8px !important;
    right: 8px !important;
    width: 250px !important;
}

.map_box {
    position: relative;
    border: 4px solid #FFF;
    z-index: 990;
}

.map_box a {
    position: relative;
    display: block;
}

.map_box a:after {
    content: "";
    position: absolute;
    background-color: #fff;
    display: block;
    height: 20px;
    width: 20px;
    left: 113px;
    bottom: -10px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    z-index: 1;
}

.map_box img {
    height: auto;
    width: 250px;
}

.map_box .nazwa {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    width: 250px;
    height: 85px;
    background-color: #FF1430;
    color: #FFF;
    vertical-align: middle;
    display: table-cell;
}

.map_box .miasto {
    font-size: 12px;
    text-align: center;
    width: 250px;
    background-color: #293444;
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
    padding: 5px 0;
    z-index: 10;
    position: relative;
}



.parafie .articleBody figure {
    margin: 0;
}

.parafie .articleBody .listaks {
    margin: 30px 0 0 0;
    padding: 0;
}

.parafie .articleBody .listaks li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none;
}



#mapa_parafia {
    margin: 0;
    /*border: 2px dashed #C0C0C0;*/
    width: 100%;
    height: 240px;
}

.link_map {
    text-align: right;
    display: block;
    font-style: italic;
}

/* Small devices */
@media (min-width: 767px) and (max-width: 991px) {

    .parafie .articleBody figure,
    #mapa_parafia {
        float: left;
        width: 50%;
        margin-top: 30px;
    }

}

/* Extra small devices */
@media (max-width: 766px) {
    .parafie .articleBody figure {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 479px) {}



/* biuro_prasowe */

.biuro_prasowe .articleBody {
    margin-bottom: 60px;
}

.statement_list a {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    padding: 10px 0 10px 100px;
    position: relative;
}

.statement_list a .data {
    position: absolute;
    left: 0px;
    top: 10px;
}

.statement_list a:hover {
    color: #D71324;
}


.statement_sidebar {
    padding: 10px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    background-color: #EBEEF3;
    color: #293444;
}

.statement_sidebar:hover {
    color: #FFF;
    background-color: #D71324;
}

.statement_sidebar p {
    font-size: 13px;
    color: #6880A4;
    line-height: 1.2em;
    margin: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.statement_sidebar:hover p {
    color: #FDECED;
}




/* DUCHOWIEŃSTWO */

.duchowienstwo .news_header p {
    margin-bottom: 0px;
}

.duchowienstwo .articleBody p {
    padding-left: 160px;
    position: relative;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #E8E8E8;
    padding-bottom: 15px;
    font-style: italic;
}


.duchowienstwo .articleBody p span {
    color: #293444;
    width: 140px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    font-style: normal;
}


.duchowienstwo .articleBody a:hover {
    color: #FF1430;
}


/* DEKANATY */
.dekanaty .list_dek {
    margin: 30px 0;
    padding: 0px;
}


.dekanaty .page_content {
    margin-bottom: 60px;
}

.dekanaty .list_dek li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
}

.dekanaty .list_dek li a {
    display: block;
    padding: 10px;
}

.dekanaty .list_dek li a:hover {
    color: #FFF;
    background-color: #FF1430;
}

.dekanaty .list_dek li a h4 {
    margin: 0px;
    padding: 0px;
}


.dekanaty .articleBody span {
    display: inline-block;
    width: 130px;
}

.dekanaty .articleBody a {}


/*SANKTUARIA*/



#sankt_list {
    margin-left: -4px;
    margin-right: -4px;
    padding: 0px;
}




#sankt_list li {
    display: block;
    list-style-type: none;
    margin-bottom: 8px;
    padding-left: 4px !important;
    padding-right: 4px !important;
    width: 33.33333333%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}




/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {
    #sankt_list li {
        width: 50%;
    }

}


/* Small devices */
@media (min-width: 767px) and (max-width: 991px) {

    #sankt_list li {
        width: 33.3333%;
    }

}

/* Extra small devices */
@media (max-width: 766px) {
    #sankt_list li {
        width: 50%;
    }

}

@media (max-width: 479px) {
    #sankt_list li {
        width: 100%;
    }

}



#sankt_list li a {
    display: block;
    background-color: #EBEEF3;
    padding: 10px;
    color: #293444;
    position: relative;
}


#sankt_list li a:hover {
    display: block;
    background-color: #FF1430;
    padding: 10px;
    color: #FFF;
}

#sankt_list li a h4 {
    display: table-cell;
    height: 80px;
    width: 480px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}



#sankt_list li a:hover h4 {
    color: #FFF;
}


/* NEKROLOGI */


#obituaries_list a {
    text-align: center;
    display: block;
    background-color: #EBEEF3;
}


#obituaries_list figure {
    border: 1px solid #EBEEF3;
    position: relative;
}

/*
#obituaries_list figure:after{
	content: "";
	background-image: url(../img/zaloba.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 74px;
	width: 50px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
*/

#obituaries_list a h4 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 480px;
    padding: 5px;
    color: #293444;
}

#obituaries_list a p {
    margin: 0px;
    color: #FFF;
    background-color: #293444;
    padding: 10px;
    text-align: center;
}

#obituaries_list .owl-nav .owl-prev,
#obituaries_list .owl-nav .owl-next {
    text-align: right;
    float: left;
    width: 50%;
    font-size: 36px;
    margin-top: 10px;
    padding: 5px;
    color: #293444;
}

#obituaries_list .owl-nav .owl-prev:hover,
#obituaries_list .owl-nav .owl-next:hover {
    color: #D71324;
}


#obituaries_list .owl-nav .owl-next {
    text-align: left;
    float: left;
    width: 50%;
    font-size: 36px;
    margin-top: 10px;
}

.nekrolog {

    padding-bottom: 60px;
}

.obituaries_sidebar {
    color: #FFF;
    background-color: #293444;
    text-align: center;
    padding: 60px 15px 15px 15px;
    display: block;
    margin-bottom: 30px;
    background-image: url(../img/zaloba2.png);
    background-repeat: no-repeat;
    background-position: center 15px;
}

.obituaries_sidebar p {
    padding: 0;
    margin: 0;
}


.obituaries_sidebar:hover {
    color: #FFF;
    background-color: #D71324;
}


/* MASZE ŚW */
#msze_list .btn {
    font-size: 14px;
    line-height: 24px;
}



#msze_list .btn:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    margin-right: 5px;
    color: #999;
}



#msze_list .btn.desc:before {
    content: "";
    color: #fff;
}

#msze_list .btn.asc:before {
    content: "";
    color: #fff;
}


#msze_list .btn.asc,
#msze_list .btn.desc {
    color: #FFF;
    background-color: #FF1430;
    border-color: #FF1430;
}


#msze_list .list {
    margin: 30px 0 0 0;
    padding: 0px;
}


#msze_list .list li {
    margin: 0 0 5px 0;
    padding: 0px;
    list-style-type: none;
}

#msze_list .list li a {
    margin: 0;
    padding: 0;
    display: block;
    background-color: #EBEEF3;
    clear: both;
    float: none;
}


#msze_list .list li a:before,
#msze_list .list li a:after {
    display: table;
    content: " ";
}

#msze_list .list li a:after {
    clear: both;
}


#msze_list .list li a span {
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

#msze_list .list li a span.godzina {
    color: #FFF;
    background-color: #293444;
    width: 70px;
    text-align: center;
    border-right: 5px solid #FFF;
}

#msze_list .list li a span.city {
    color: #FFF;
    background-color: #9FAEC6;
    text-align: center;
    width: 185px;
    border-right: 5px solid #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#msze_list .list li a span.name {
    color: #293444;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



#msze_list .list li a:hover,
#msze_list .list li a:hover span.city,
#msze_list .list li a:hover span.name {
    background-color: #FF1430;
    color: #FFF;
}








/* CZYTANIA */
@media (max-width: 766px) {
    .nav_kal_lit {
        margin-top: 15px;
    }
}


.lit_info .kolor_B {
    color: #CCC;
}

.lit_info .kolor_Z {
    color: #093;
}

.lit_info .kolor_C {
    color: #c00;
}

.lit_info .kolor_F {
    color: #63c;
}


.czytania {
    margin-top: 60px;
}




/* BISKUPI */

#biskup-list {}

.biskup-box:before,
.biskup-box:after {
    content: " ";
    display: table;
}

.biskup-box:after {
    clear: both;
}




.biskup-box {
    text-align: center;
    margin-bottom: 30px;
}

.biskup-box .foto,
.biskup-box .arms {
    display: block;
    max-width: 100%;
    height: auto;
}

.biskup-box div {
    position: relative;
    padding-top: 60px;
}

.biskup-box div .arms {
    height: 120px;
    width: 120px;
    margin-left: -60px;
    position: absolute;
    left: 50%;
    top: -60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}






.biskup-box h3 {
    font-size: 18px;
    margin-top: 0px;
}

.biskup-box h3 span {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 3px;
}


.biskup-box h3 strong {
    display: block;
}

.biskup-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
}



@media (max-width: 479px) {
    .biskup-box {
        width: 100%;
    }
}





.biskup .foto {
    float: left;
    width: 45%;
}

.biskup .foto img {
    display: block;
    max-width: 100%;
    height: auto;
}

.biskup header {
    float: right;
    width: 50%;
}

.biskup header h1 {
    margin: 0;
    padding: 0;
}


.biskup header h1 small {
    font-size: 20px;
}

.biskup header h1 span {
    font-size: 26px;
}

.biskup header ul {
    border-top: 1px solid #CCC;
    margin: 15px 0 0 0;
    padding: 15px 0 30px 0;
}

.biskup header ul li {
    margin: 0px 0px 2px;
    padding: 0px;
    list-style: none;
}

.biskup header ul li span {
    display: inline-block;
    width: 175px;
}

.biskup header h4 {
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
}

.biskup .links_contact .fa {
    line-height: 1.4em;
}

.biskup .links_contact .fa {
    display: inline-block;
    width: 30px;
}


.biskup .bp_subpages {
    clear: both;
    float: none;
    padding-top: 30px;
}

.biskup .img-arms {
    margin: 0 auto 30;
    text-align: center;
    display: block;
    max-width: 100%;
    height: auto;
}

.bp_subpages h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}



@media (max-width: 767px) {

    .biskup header,
    .biskup .foto {
        float: none;
        width: 100%;
    }

    .biskup header {
        margin-bottom: 30px;
    }

}





/* WWW */

.www dl {
    margin-bottom: 60px;
}

.www dd a {
    display: block;
    padding: 2px 0;
}

.www dd a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.www dd a:hover {
    color: #F00;
}


/* DOKUMENTY */

.files_list a {
    display: block;
    margin-bottom: 5px;
    padding-left: 30px;
    border-bottom: 1px dotted #CCC;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.files_list a .fa {
    position: absolute;
    left: 0px;
    top: 5px;
}

.files_list a:hover {
    color: #FF1430;
}

.files_list h2 {
    color: #293444;
}

/* PAGINATION */

.stronicowanie {
    display: block;
    clear: both;
    float: none;
    margin-top: 15px;
    padding: 0 15px;
}

/*pagination js*/
.holder {
    margin: 15px 0 40px 0;
    text-align: center;
}

.holder a {
    font-size: 14px;
    cursor: pointer;
    color: #293444;
    border: 1px solid #CCC;
    padding: 5px 10px;
    margin: 0 2px 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.holder a:hover {
    background-color: #FF1430;
    border: 1px solid #FF1430;
    color: #fff;
    text-decoration: none;
}

.holder a.jp-current,
a.jp-current:hover {
    background-color: #293444 !important;
    border: 1px solid #293444 !important;
    color: #fff;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
    color: #ccc;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
    cursor: default;
    background: none;
}

.holder span {
    margin: 0 5px;
}

.jp-first,
.jp-previous,
.jp-next,
.jp-last {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
    text-rendering: auto;
}





/**** scrollup ****/

.scrollup {
    bottom: 80px;
    color: #293444;
    display: none;
    font-size: 36px;
    height: 40px;
    left: auto;
    line-height: 40px;
    margin: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    top: auto;
    width: 40px;
    z-index: 80;
}

.scrollup:hover {
    color: #FF1430;
}

@media (max-width: 766px) {
    .scrollup {
        bottom: 20px;
    }
}

/**** massmedia ****/

#massmedia {
    display: block;
    clear: both;
    float: none;
    margin-top: 60px;
}


#massmedia ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 767px) {}

@media (max-width: 766px) {
    #massmedia ul {
        flex-wrap: wrap;
    }
}


#massmedia ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    /*	float: left;
	width: 25%; */
}

@media (max-width: 766px) {
    #massmedia ul li {
        width: 50%;
    }
}

#massmedia ul a {
    display: block;
    padding: 0 15px;
    text-align: center;
}

@media (max-width: 766px) {
    #massmedia ul a {
        margin-bottom: 10px;
    }

    #massmedia ul li:nth-child(odd) a {
        padding: 0 5px 0 0;
    }

    #massmedia ul li:nth-child(even) a {
        padding: 0 0 0 5px;
    }
}

#massmedia ul a img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0px auto;
}



/**** PRE FOOTER ****/


#pre_footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

#pre_footer ul {
    margin: 0px -15px;
    padding: 0px;
}

#pre_footer ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

@media (min-width: 992px) {
    .link_list {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
    }
}


@media (min-width: 767px) and (max-width: 991px) {

    .link_list {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
    }

}

@media (max-width: 766px) {}



#pre_footer ul li a {
    padding: 5px 0px;
    border-bottom: 1px dotted #CCC;
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    color: #293444;
    clear: both;
    float: none;
}

#pre_footer ul li a:hover {
    color: #FF1430;
    text-decoration: none;

}



/**** FOOTER ****/

#footer {
    background-color: #293444;
    color: #899CB8;
}

.footer {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer a {
    color: #899CB8;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.created {
    text-align: right;
}





















/**** browse ****/

#browse {
    display: none;
}

.lt-ie9 #browse {
    display: block;
}


#browse {
    background-color: #fff;
    text-align: center;
    border: 0px;
    margin: 0px;
    width: 100%;
    z-ix: 3000;
}

.lt-ie9 #qLtempOverlay {
    display: none;
}

#browse img {
    height: 170px;
    width: auto;
}

#browse div {
    height: 460px;
    width: 600px;
    margin-top: -300px;
    margin-left: -230px;
    left: 50%;
    top: 50%;
    position: absolute;
    font-size: 18px;
}


#browse ul {
    padding: 0px;
    display: block;
    clear: both;
    float: none;
    width: 400px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#browse ul li {
    margin: 30px 10px 10px 10px;
    padding: 0px;
    display: block;
    list-style-type: none;
    position: relative;
    float: left;
}


#browse a {
    background: url(../img/browse.png) no-repeat left top;
    display: block;
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #000;
    height: 90px;
    padding-top: 70px;
    vertical-align: top;
}



#browse a.chrome {
    bbackground: url(../img/browse.png) no-repeat 0 top;
}

#browse a.firefox {
    background: url(../img/browse.png) no-repeat -60px top;
}

#browse a.opera {
    background: url(../img/browse.png) no-repeat -120px top;
}

#browse a.safari {
    background: url(../img/browse.png) no-repeat -180px top;
}

#browse a.ie {
    background: url(../img/browse.png) no-repeat -240px top;
}

#browse a:hover {
    color: #C00;
}





/***** cookieinfo ******/

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    bottom: 0px;
    left: 0px;
    padding: 20px 30px 20px 15px;
    z-ix: 1000;
    text-align: center;
    color: #DEEDF5;
    background-color: #293444;
    width: 240px;
    line-height: 1.1em;
    z-index: 101;
}


#cookieinfo a.closeinfo {
    display: block;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#cookieinfo a.closeinfo span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #FF1430;
    clear: both;
    float: none;
    padding: 5px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#cookieinfo a.closeinfo:hover span {
    color: #293444;
    background-color: #fff;
}




/*jubileusz*/

.menu_spec {
    background-color: #EBEEF3;
}


.menu_spec h3 {
    background-color: #293444;
    color: #fff;
    font-size: 20px;
    margin: 15px 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.menu_spec {
    margin: 0;
    padding: 0 0 15px 0;
}

.menu_spec a {
    margin: 0;
    padding: 5px 15px;
    display: block;
    border-bottom: 1px dotted #CCC;
}

.menu_spec a:hover,
.menu_spec a.activ {
    color: #FFF;
    text-decoration: none;
    background: #FF1430;
}

.jubileusz_milosierdzia h2 {
    text-align: center;
}


.jubileusz_milosierdzia .nawi {}



@media (min-width: 768px) {
    #twitter {
        position: fixed;
        top: 220px;
        left: -320px;
        height: 480px;
        width: 320px;
        border: 10px solid #1DA1F3;
        transition: all 0.4s ease-in-out;
        z-index: 2001;
    }

    #twitter:hover {
        left: 0px;
    }

    /*#twitter::after{
	content: "twitter";
	position: absolute;
	right: -60px;
	top: 20px;
	background-color: #1DA1F3;
	transform: rotate(270deg);
	display: block;
	height: 30px;
	width: 90px;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	font-size: 18px;
}*/

    #twitter::after {
        content: "\f099";
        position: absolute;
        right: -50px;
        top: -10px;
        background-color: #1DA1F3;
        display: block;
        height: 40px;
        width: 40px;
        text-align: center;
        text-rendering: auto;
        color: #FFF;
        font-size: 30px;
        font-family: FontAwesome;
        font-style: normal;
        line-height: 40px;
        font-weight: normal;
        font-variant: normal;
    }
}

.protect {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}


#fitweird {
    z-index: 2001;
}

#greetings {
    background-color: #ebeef3;
    border: 1px solid #AEBACE;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#greetings > div {
    padding: 30px;
}


#greetings > div h3 {
    /*color: #FF1430;*/
}


#greetings > div p {
    text-align: justify;
}

#greetings > div .signature {
    text-align: right;
    margin: 10px 0px 0px;
    padding: 0px;
    font-weight: bold;
}

@media (min-width: 992px) {
    #greetings span {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #greetings figure {
        display: none;
    }
}

@media (max-width: 768px) {

    #greetings figure {
        display: none;
    }

}
