/* czerwony - #cf102d
    szary - #e1e1e0
*/

@font-face { font-family: "Segoe UI"; src: local("Segoe UI"), url(/Content/Fonts/Admin/segoeui.ttf); }
@font-face { font-family: "Segoe UI Semibold"; src: local("Segoe UI Semibold"), url(/Content/Fonts/Admin/seguisb.ttf); }
@font-face { font-family: "Segoe UI Light"; src: local("Segoe UI Light"), url(/Content/Fonts/Admin/segoeuil.ttf); }

* {margin: 0;padding: 0;}
.left {float: left;}
.right {float: right;}
a {text-decoration: none;}
a img {border: none;}
.clear {
    clear: both;
}
.relative {
    position: relative;
}

body {
    background-color: #fff;
    font-family: "Segoe UI",Arial,Verdana,Tahoma,sans-serif;
    font-size: 13px;
    color: #000;
}

.page {
    
}

.page .header {
    background-color: #e1e1e0;
    height: 120px;
}

.page .header .inside {
    position: relative;
}

.page .header .myPortal {
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    background-color: #cf102d;
    color: #fff;
    top: 42px;
    left: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
}

.page .header .myPortal:hover {
    text-decoration: underline;
}

.page img.logo {
    width: 280px;
    height: 76px;
    margin-right: 200px;
}

.page .content {
    
}

.page .footerSection {
    margin-top: 23px;
}

.page .footerSection a {
    color: #000;
}

.page .footerSection .about a {
    color: #cf102d;
}

.page .footerSection a:hover {
    text-decoration: underline;
}

.page .footerSection .inside {
}

.page .inside {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cookiesPolicy {
    display: none;
    background-color: #e1e1e0;
    padding: 10px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    z-index: 95;
}

.cookiesPolicy a {
    font-weight: bold;
    text-decoration: underline;
}


a.social {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-bottom: 23px;
    opacity: 0.75;
     -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

a.social:hover {
    opacity: 1;
}

a.social-facebook { background-image: url('/Content/Images/Public/2015/ico-facebook.jpg'); }
a.social-google { background-image: url('/Content/Images/Public/2015/ico-google.jpg'); }
a.social-rss { background-image: url('/Content/Images/Public/2015/ico-rss.jpg'); }
a.social-twitter { background-image: url('/Content/Images/Public/2015/ico-twitter.jpg'); }
a.social-youtube { background-image: url('/Content/Images/Public/2015/ico-youtube.jpg'); }

div.searchBox {
    float: right;
    height: 30px;
    margin-top: 23px;
    width: 250px;
    position: relative;
}

div.searchBox input[type='text'] {
    height: 30px;
    line-height: 30px;
    width: 190px;
    border: 0px none;
    margin-right: 0px;
    padding-left: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

div.searchBox input[type='submit'] {
    position: absolute;
    height: 30px;
    line-height: 30px;
    background-color: #cf102d;
    color: #fff;
    border: 1px solid #cf102d;
    width: 50px;
    text-align: center;
    font-size: 14px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

div.searchBox input[type='submit']:hover {
    background-color: #cf102d;
}

.page .c1 {
    width: 800px;
    margin-right: 28px;
    float: left;
}

.page .c2 {
    width: 372px;
    float: right;
}

.floatingMenu2 {
    background-color: #000;
    height: 40px;
    line-height: 40px;
}

.floatingMenu {
    background-color: #000;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
    display: none;
}

.floatingMenu2 .inside {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.floatingMenu .inside {
    position: relative;
    padding-left: 60px;
    width: 1140px;
}

.floatingMenu .inside img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.floatingMenu .inside a, .floatingMenu2 .inside a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 7px;
    padding-right: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.floatingMenu .inside a:hover, .floatingMenu2 .inside a:hover {
    color: #cf102d;
    background-color: #e1e1e0;
}

.floatingMenu .inside div.searchBox {
    clear: both;
    height: 20px;
    width: 150px;
    position: absolute;
    top: 10px;
    right: 0px;
    margin-top: 0px;
}

.floatingMenu .inside div.searchBox input[type='text'] {
    height: 20px;
    line-height: 20px;
    width: 110px;
    border: 0px none;
    margin-right: 0px;
    padding-left: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 11px;
}

.floatingMenu .inside div.searchBox input[type='submit'] {
    position: absolute;
    height: 20px;
    line-height: 20px;
    background-color: #cf102d;
    color: #fff;
    border: 1px solid #cf102d;
    width: 40px;
    text-align: center;
    font-size: 11px;
    top: 0px;
    right: 0px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.floatingMenu .inside div.searchBox input[type='submit']:hover {
    background-color: #cf102d;
}

/*footer*/
    .footerRow {
        background-color:#EDEDED;
        overflow: hidden; 
        clear: both;  
        margin-bottom: 15px;    
        }
    .footer {
        float: left;
        margin: 15px 0px 15px 25px;
        }
    .footerList {
        width: 270px;    
        border-right: 1px solid #666;
        color: #231f20;
        font-size: 13px;
        margin-bottom: 10px;
        }
        .footerList dt {
            color: #231f20;
            letter-spacing: 1px;
            margin-bottom: 10px;
            }
        .footerList dd {
            color: #000;
            }
        .footerLast {
        margin: 15px 0px 15px 25px !important;
        }
        .footerLast .footerList {
        border-right: none!important;
        }

.about {
    border-top-color:#EDEDED;
    border-top-style:solid;
    border-top-width:1px;
    font-size:10px;
    margin:15px 0 45px;
    padding-top:5px;
}

/*logos*/
.logos {
    font-size: 11px;
    text-align: center;
    margin-bottom: 30px;
}
            
.mon {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/logo-mon-grey.gif) no-repeat 18px 0px;}
.mon:hover {background: transparent url(/Content/Images/Public/logo-mon-kolor.png) no-repeat 18px 0;}

.sztab {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/logo-sg-grey.gif) no-repeat 23px 0;}
.sztab:hover {background: transparent url(/Content/Images/Public/logo-sg-kolor.gif) no-repeat 23px 0;}    
            
.dgrsz {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/Logo_DGRSZ_grey.gif) no-repeat 12px 0;}
.dgrsz:hover {background: transparent url(/Content/Images/Public/Logo_DGRSZ.gif) no-repeat 12px 0;} 
            
.sz {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/logo-sz-grey.gif) no-repeat 23px 0;}
.sz:hover {background: transparent url(/Content/Images/Public/logo-sz-kolor.gif) no-repeat 23px 0;}    

.korpus {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/korpus_czb.gif) no-repeat 21px 0;}
.korpus:hover {background: transparent url(/Content/Images/Public/korpus.gif) no-repeat 21px 0;} 

.wp {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/wp_grey.png) no-repeat 21px 0;}
.wp:hover {background: transparent url(/Content/Images/Public/wp.png) no-repeat 21px 0;} 

.iwsz {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/IWSZ_grey.png) no-repeat 21px 0;}
.iwsz:hover {background: transparent url(/Content/Images/Public/IWSZ.png) no-repeat 21px 0;} 

.wot {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/wot_grey.png) no-repeat 21px 0;}
.wot:hover {background: transparent url(/Content/Images/Public/wot.png) no-repeat 21px 0;} 

.wdpw {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/logo_wdpw_grey.gif) no-repeat 21px 0;}
.wdpw:hover {background: transparent url(/Content/Images/Public/logo_wdpw_kolor.gif) no-repeat 21px 0;} 

.jftc {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/jftc_czb.gif) no-repeat 18px 0;}
.jftc:hover {background: transparent url(/Content/Images/Public/jftc.gif) no-repeat 18px 0;} 	

.zw {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/logo-zandarmeria-grey.gif) no-repeat 18px 0px;}
.zw:hover {background: transparent url(/Content/Images/Public/logo-zandarmeria-kolor.gif) no-repeat 18px 0px;} 

.iwsz {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/logo-iwsz-grey.gif) no-repeat 13px 0;}
.iwsz:hover {background: transparent url(/Content/Images/Public/logo-iwsz-kolor.gif) no-repeat 13px 0;} 

.iu {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/inspektorat_uzbrojenia.gif) no-repeat 18px 0;}
.iu:hover {background: transparent url(/Content/Images/Public/inspektorat_uzbrojenia.gif) no-repeat 18px 0;} 
			
.iz {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/inspektorat_zdrowia_czb.gif) no-repeat 18px 0;}
.iz:hover {background: transparent url(/Content/Images/Public/inspektorat_zdrowia.gif) no-repeat 18px 0;} 

.dgw {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/logo-g-grey.gif) no-repeat 13px 0;}
.dgw:hover {background: transparent url(/Content/Images/Public/logo-g-kolor.gif) no-repeat 13px 0;} 

.i3to {width:92px; height: 60px; display:block; background: transparent url(/Content/Images/Public/i3to_grey.png) no-repeat 13px 0;}
.i3to:hover {background: transparent url(/Content/Images/Public/i3to.png) no-repeat 13px 0;} 


.boxWithImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.errorTitle {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.errorDescription {
    font-size: 20px;
}

.advert {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.kornelia {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.withTopMargin40 {
    margin-top: 40px;
}

.article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EDEDED;
}

.article .title {
    font-size:22px;
    margin-bottom:15px;
    font-weight: bold;
}

.article .metadata {
    border: 1px solid #EDEDED;
    height: 25px;
    margin-bottom: 15px;
    padding-left: 10px;
    overflow: hidden;
    width: 100%;
    line-height: 25px;
}

.article .content {
    margin-bottom:25px;
}

.article .social {
    margin-bottom:15px;
}

.c2InArticleView {
    width: 340px !important;
    margin-left: 32px;
}

.aaa {
        float: right;
        margin-right: 12px;   
        color: #666;
    }
    .aNormal {
        cursor: pointer;
        display: inline-block;
        font-weight: bold;    
    }
    .aBig {
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
    }
    .aBigger {
        cursor: pointer;
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
    }

.list {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EDEDED;
}

.list .filters {
}

.list .filters a {
    background-color: #231F20;
    border-right-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 3px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 7px 4px 8px;
    margin-bottom: 4px;
    width: 97px;
    text-align: center;
}

.list .filters a.active, .list .filters a:hover {
    background-color: #cf102d;   
    color: #000;
}

.list .items {
    margin-top: 15px;
}

.list a.item {
    border: 1px solid #EDEDED;
    cursor: pointer;
    display: block;
    height: 67px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-left: 120px;
    padding-right: 20px;
    position: relative;
    color: #000;
}

.list a.item .title {
    font-size: 15px;
    height: 20px;
    margin: 4px 0 3px;
    overflow: hidden;
}

.list a.item .date {
    color: #666666;
    font-size: 11px;
}

.list a.item:hover {
    background-color: #EDEDED;
}

.list a.item .image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 67px;
}

.list .pager {
    color: #717171;
    font-size: 11px;
}

.list .pager a {
    color: #717171;
}

.polecamyBox2 {
    display: block;
    height: 225px;
    width: 340px;
    margin-bottom: 10px;
    position: relative;
}

.polecamyBox2 .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 5px;
    color: #fff;
    background:url('/Content/Images/Public/black_alpha_50.png') 0px 0 repeat scroll transparent;
    text-align: center;
}

.galleryView h2.header2 {
    font-size: 22px;
    font-weight: lighter;
    color: #5A5A5A;
    padding-top: 10px;
    padding-bottom: 10px;
}

.galleryView .categories {
    border-bottom: 1px solid #ABABA9;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #231F20;
}

    .galleryView .categories .sep {
        color: #ABABA9;
    }

    .galleryView .categories a {
        color: #231F20;
    }

    .galleryView .categories a:hover {
        text-decoration: underline;
    }

    .galleryView .categories a.active {
        color: #D3011E;
        text-decoration: underline;
    }

.galleryListItem {
    float: left;
    width: 380px;
    height: 310px;
    overflow: hidden;
    margin-right: 30px;
}

.galleryListItem a {
    color: #D3011E;
    font-size: 15px;
    font-weight: bolder;
}

.galleryListItem a:hover {
    text-decoration: underline;
}

.galleryListItem img {
    width: 373px;
    height: 272px;
    border: 0px;
}

.galleryListItem .border {
    width: 380px;
    height: 285px;
    background: url('/Content/Images/Public/bg_galleryItemImageBorder.png') top left no-repeat;
}

.galleryListRowSep {
    border-top: 1px solid #ABABA9;
    margin-bottom: 20px;
    height: 5px;
    position: relative;
}


    .pager .pagerItem {
        background-color: #ABABA9;
        color: #fff;
        font-size: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .pager .active {
        background-color: #fff;
        color: #000;
        border-bottom: 2px solid #D3011E;
        border-top: 1px solid #fff;
        border-left: 1px solid #ABABA9;
        border-right: 1px solid #ABABA9;
    }

.imageBox
{
    float: left;
    height: 128px;
    width: 143px;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer; 
    background-repeat:no-repeat;
    background-image: url("/Content/Images/Public/ico-magnify.png");
    background-position:center; 
    border: 1px solid #B5CBD1;
    overflow: hidden;
    position: relative;
}

div.pollResults {
    width: 500px;
}

.pollQuestion {
    margin-top: 20px;
}

.pollQuestion .content {
    font-size: 16px;
     margin-bottom: 10px;
}

table.questionResults td, table.questionResults th, table.questionResults {
  border:0px none #fff !important;
}

    .pollResults .pollTitle {
        font-family:'Segoe UI Light';
        font-size:28px;
        font-style:normal;
        font-variant:normal;
        font-weight:normal;
        margin-bottom: 10px;
    }

    .pollResults .pollDescription {
        margin-bottom: 20px;
    }

    .pollResults .questionResults .bar {
        background-color: #EBEBEB;
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        height: 20px;
        line-height: 20px;
    }

    .pollResults .questionResults .question {
            font-family:'Segoe UI Light';
            font-size:20px;
            font-style:normal;
            font-variant:normal;
            font-weight:normal;
            height: 40px;
            line-height: 40px;
            text-align:center;
        }

    .pollResults .questionResults .answer {
            text-align: right;
            width: 30%;
            padding-right: 20px;
        }

        .pollResults .questionResults .bar span {
            z-index: 100;
            position: absolute;
            display: block;
            text-align: center;
            width: 100%;
            height: 20px;
            line-height: 20px;
            top: 0;
            left: 0;
        }

        .pollResults .questionResults .bar .inside {
            z-index: 99;
            background-color: #E01B1B;
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
        }

.pollForm input[type="submit"]{
        border: 1px solid #666;
        background-color: #ededed;
        margin-bottom: 15px;
        padding: 4px 5px;
        display: block;
        }

.answerRequired {
    background-color: #d3011d;
    color: #fff;
    padding: 2px;
    margin-top: 10px;
    display: inline-block;
}

.hidden {
    display: none;
}

.pdf {
        float: right;
        margin: 4px 12px 0 0;    
    }
     .print {
        float: right;
        margin: 4px 12px 0 0;    
    }

.tinyMce {
    color: #000;
    font-size: 14.5px !important;
    font-family: Segoe UI,Arial,Tahoma,Verdana,sans-serif !important;
    letter-spacing: 0.1px;
    line-height: 19px;
}

    .tinyMce p {
        margin-bottom: 15px;
    }

.tinyMce p img{
    cursor:default;
}

/*COMMENTS*/
.comments {
    overflow: hidden;
    margin-bottom: 15px;
    }
.comments h2 {
        padding-bottom: 4px;
        border-bottom: 1px solid #ededed;
        font-weight: normal;
        font-size: 15px;
        margin: 25px 0 20px 0;
        }
    .comments label {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
        }
    .comments input[type="text"]{
        border: 1px solid #666;
        margin-bottom: 15px;
        padding: 4px 5px;
        width: 250px;
        font-size: 11px;
        }
    .comments input[type="submit"]{
        border: 1px solid #666;
        background-color: #ededed;
        margin-bottom: 15px;
        padding: 4px 5px;
        display: block;
        }
    .comments textarea {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #666;
        padding: 4px 5px;
        width: 515px;
        height: 60px;
        font-size: 11px;
        font-family: 'Segoe UI', Arial;
    }
    .commentsItem {
        overflow: hidden;
        margin-bottom: 15px;
        font-size: 11px;
        }
    .commentMeta {
        overflow: hidden;
        background-color: #ededed;
        padding: 3px 4px;         
        margin-bottom: 10px;       
        }
        .commentMeta .left {
            font-weight: bold;
        }
    .commentContent {
        margin: 0 5px 5px 5px;
        font-style:italic;
        font-size: 12px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed;
        }
    .ip {
        float: right;
        margin-bottom: 15px;
        letter-spacing: 1px;
        font-size: 10px;
        }

    .videoTopSections {
    position: relative;
    float: left;
    margin: 15px 15px 0 0;
    background-color: #000;
    width: 100%;
}
.videoSections a {
        font-size: 12px;
        color: #fff;
        padding: 5px 17px 4px 17px;
        background-color: #231f20;
        display: inline-block;   
        letter-spacing: 1px;
        float: left;
        border-right: 3px solid #fff;
        }       

   .videoSections a:hover {
        background-color: #fff;   
        color: #000;
        }       
   .videoSections a.active {
        background-color: #ededed;   
        color: #000;
        }      
/* */
.videoSection {
    background-color: #231F20;
    float: left;
    height: 168px;
    margin: 0 19px 15px 0; 
    }
    .videoSectionLast {
        margin: 0 0 15px 4px;
    }
.linkVideoSection {
    width: 224px;
    height: 168px;
    display: inline-block;
    position: relative;
    background-size: cover;
    }

   .linkVideoSection .titleImg2 {
        position: absolute;
        background: url("/Content/Images/Public/black_alpha_50.png") repeat scroll 0 0 transparent;
        color: #fff;
        left: 0;
        padding: 6px 9px;
        bottom: 0;
        width: 206px;
        font-size: 13px;

    }
   .linkVideoSection .titleImg2:hover{
        background: url("/Content/Images/Public/white_alpha_50.png") repeat scroll 0 0 transparent;
        color: #fff;
        opacity: .9;
        text-shadow: none;
    }

/*Art List*/
.artList {
        padding: 0px 30px 30px 0;
        font-size: 13px;
        color: #231F20;
        overflow: hidden;
        }

.artSections {
        background: transparent url(/Content/Images/Public/bg-sections.png) no-repeat 542px 0;
        overflow: hidden;
        margin-bottom: 15px;
}
.artSections a {
        font-size: 12px;
        color: #fff;
        padding: 5px 7px 4px 8px;
        background-color: #231f20;
        display: inline-block;   
        letter-spacing: 1px;
        float: left;
        border-right: 3px solid #fff;
        }       
    .artSections a.last {
        border-right: none !important;
		padding: 5px 10px 4px 9px !important;
    }
   .artSections a:hover {
        background-color: #fff;   
        color: #000;
        }    
   .artSections a.active {
        background-color: #ededed;   
        color: #000;
        }    


.artItem {        
    overflow: hidden;
    margin-bottom:15px;
    border: 1px solid #ededed;
    height: 67px;
    display: block;
    cursor: pointer;
    }
    .artItem:hover {
        background: #ededed url(/Content/Images/Public/ico-arrow2a.png) no-repeat 533px 43px;
    }
    .artItem .artImg {
        margin-right: 15px;
        float: left;
        }
     .artItem .artItemMeta {     
        float: left;
        width: 430px;
        }
        .artItem .artItemMeta .title {
            font-size: 15px;
            margin: 4px 0 3px 0;    
            color: #000;
            margin-bottom: 10px;  
        }
        .artItem .artItemMeta .date {            
            font-size: 11px;                        
            color: #666;
        } 
        .artItem .artItemMeta .autor {            
            color: #000;
        }
        
        .artItem .summary div {
            color: #000;
        }    
           
.pasekZPozycjami a {
    color: #000000;
    width: 270px;
    display: inline-block;
    margin-right: 36px;
    overflow: hidden;
    height: 221px;
}

.pasekZPozycjami a:last-of-type {
    margin-right: 0px;
}

.pasekZPozycjami a h2 {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    background-color: #E1E1E0;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #696768;
}

.pasekZPozycjami a:hover h2 {
    color: #fff;
    background-color: #cf102d;
}

.pasekZPozycjami a img {
    height: 180px;
    width: 270px;
}

.patronatyBoxImage {
    width: 270px;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}

.patronatyBoxImage span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000;
    opacity: 0.7;
    padding: 10px;
    display: inline-block;
    color: #fff;
}

/*Art Details*/
    .art {
        padding: 0px 60px 30px 0;
        font-size: 13px;
        color: #231F20;
        }
    .artTitle {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .artContent
    {
        font-size: 13px;
        font-family: Arial;
    }
    .artMeta {
        border:1px solid #ededed;
        width: 100%;
        height: 25px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .aaa {
        float: right;
        margin-right: 12px;   
        color: #666;
    }
    .aNormal {
        cursor: pointer;
        display: inline-block;
        font-weight: bold;    
    }
    .aBig {
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
    }
    .aBigger {
        cursor: pointer;
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
    }
    
    .pdf {
        float: right;
        margin: 4px 12px 0 0;    
    }
     .print {
        float: right;
        margin: 4px 12px 0 0;    
    }
    .artDate {
        float: left;
        margin: 2px 0 0 10px;
                          
    }
    .artAuthor {
        margin-top: 30px;    
        position: relative;
    }
        .artAuthor span {
            /*margin-left: 10px;*/
            font-size: 1.4em;
            display: inline-block;
        }
        .artAuthor img {
            margin-right: 10px;
        }
.fb-comments {
    margin-top: 60px;
}


.connectedArticles .header {
    display:block;
  font-size:22px;
  padding:4px 10px 0 0;
  text-transform: uppercase;
}

.connectedArticles .artItem {
    height: 133px;
    color: #000;
}

.connectedArticles .artItem .artImg {
    width: 200px;
    height: 133px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}

.connectedArticles .artItem .artItemMeta {
  width: 283px;
}

.connectedArticles .artItem .artItemMeta .summary {
  display: block;
  height: 100px;
  overflow: hidden;
  padding-top: 10px;
}

.sortable li {
    cursor: move;
    border-bottom: 1px solid #ababa9;
    padding-bottom: 5px;
    padding-top: 5px;
}


#PolecamyColumnInside {
    position: relative;
    overflow: hidden;
}

#PolecamyColumnInside .end {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 125px;
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#F8F4F5',GradientType=0 ); /* IE6-9 */
}

span.sectionLabel {
    background-color: #cf102d;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

span.sectionLabel a {
    color: #ffffff;
}

span.sectionLabel:hover {
    background-color: #cf102d;
}

span.sectionLabel2 {
    color: #cf102d;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

/*FORM*/
.form {
        padding: 30px 60px 30px 30px;
        font-size: 13px;
        color: #231F20;   
        background-color: #EDEDED;
        margin-right: 30px;     
        }
    .form h2 {
        padding-bottom: 4px;
        border-bottom: 1px solid #ccc;
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 15px;
        }
    .form label {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
        }
    .form input[type="text"], .form input[type="email"]{
        border: 1px solid #666;
        margin-bottom: 15px;
        padding: 4px 5px;
        width: 250px;
        }
    .form input[type="submit"]{
        border: 1px solid #666;
        background-color: #ededed;
        margin-bottom: 15px;
        padding: 4px 5px;
        display: block;
        }
    select, textarea {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #666;
        padding: 4px 5px;
    }
        textarea {
            width: 500px;
            height: 250px;
        }
        .rowForm {
            margin-bottom: 15px;
                }


        .connectedArticles .connectedArticlesHeader {
  background-color: #e1e1e0;
  height: 34px;
  display: block;
  font-size: 22px;
  padding: 4px 10px 0 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#simplemodal-overlay {
    z-index: 100000 !important;
}


#simplemodal-container {
    z-index: 100001 !important;
}

.searchResultItem
{
    float: left;
    border: 1px solid #EDEDED;
    cursor: pointer;
    display: block;
    height: 67px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 425px;
    margin-right: 15px;
}

.searchResultItem a
{
    text-decoration: none !important;
}

.searchResultItem:hover
{
    background: url("/Content/Images/Public/ico-arrow2a.png") no-repeat scroll 533px 43px #EDEDED;
}

.searchResultItem .searchResultItemImage
{
    float: left;
    margin-right: 15px;
    height: 67px;
    width: 100px;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
}

.polecamyBox2 {
    display: block;
    height: 225px;
    width: 340px;
    margin-bottom: 10px;
    position: relative;
}

.polecamyBox2 .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 5px;
    color: #fff;
    background:url('/Content/Images/Public/black_alpha_50.png') 0px 0 repeat scroll transparent;
    text-align: center;
}

a.polecamyItem2 {
    display: inline-block;
    width: 225px;
    height: 165px;
    margin-right: 14px;
    position: relative;
}

a.polecamyItem2:last-of-type {
    margin-right: 0px;
}

a.polecamyItem2 div.img {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #e1e1e0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.polecamyItem2 div.title {
    display: block;
    width: 225px;
    height: 52px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
}

a.polecamyItem2 span.title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

a.polecamyItem2 > div.title {
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

a.polecamyItem2:hover > div.title {
    color: #cf102d;
}