/*zachować*/

#map-canvas{
    width: 700px; 
    height: 500px;
    margin:0 0 30px 20px;
}
.hideMe{
    display: none !important;
}
.infowindow{
    width: 300px;
}
*{
    margin:0;
    padding:0;
    font-family: 'Lato', sans-serif;
}
html{
    min-height:100%;
    background: -moz-linear-gradient(top, rgba(243, 241, 243, 0.7) 10%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 60%);
    background: -webkit-linear-gradient(top, rgba(243, 241, 243, 0.7)10%, rgba(255, 255, 255, 0.7)50%, rgba(255, 255, 255, 0.1)60%);
    background: -o-linear-gradient(top, rgba(243, 241, 243, 0.7) 10%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 60%);
    background: -ms-linear-gradient(top, rgba(243, 241, 243, 0.7) 10%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 60%);
    background: linear-gradient(to bottom, rgba(243, 241, 243, 0.7)10%, rgba(255, 255, 255, 0.7)50%, rgba(255, 255, 255, 0.1)60%);
}
img{
    border:0;
}
.clear{
    clear:both;
}
hr{
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #c6c6c6;
}
.wrapper{
    width:100%;
}
.wrapper .sidebox{
    position: fixed;
    top:30px;
    right:0;
    width:40px;
    height:80px;
    background:#fff;
    padding:5px 0 5px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-top-left-radius: 5px;
}
.wrapper .sidebox .youtubeico{
    background: url(../img/youtube.png);
    width:40px;
    height:40px;
    display:block;
}
.wrapper .sidebox .youtubeico:hover{
    background: url(../img/youtube_hover.png);
}
.wrapper .sidebox .facebookico{
    background: url(../img/facebook.png);
    width:40px;
    height:40px;
    display:block;
}
.wrapper .sidebox .facebookico:hover{
    background: url(../img/facebook_hover.png);
}
.wrapper .language{
    position: fixed;
    top:140px;
    right:0;
    width:40px;
    height:40px;
    background:#fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-top-left-radius: 5px;
}
.wrapper .language img{
    width:40px;
    height:auto;
    float:right;
}
.wrapper .content{
    display:table;
    width:100%;
}
.wrapper .content .header{
    width:100%;
    height:130px;
    margin:0 0 2px 0;
    display:block;
    border-bottom: 1px solid #c6c6c6;
}
.wrapper .content .header .header_content{
    width:980px;
    margin:0 auto;
    position: relative;
    height:130px;
}
.wrapper .content .header .header_content .header_title{
    font:400 22px 'Lato';
    color:#ef3752;
    margin-left:350px;
    display:block;
    padding-top:30px;
    text-transform: uppercase;
    font-weight: bold;
}
.wrapper .content .header .header_content .small_title{
    float: left;
    font: 700 10px 'Lato';
    color: #686868;
    margin-left: 70px;
    width: 150px;
    margin-top: -20px;
}
.wrapper .content .header .header_content .logo{
    float:left;
    margin:15px 0 0 6px;
}
.wrapper .content .header .header_content .menu{
    width:630px;
    float:right;
    display:block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.wrapper .content .header .header_content .menu li{
    display:inline-block;
    list-style: none;
    margin-right:20px;
    padding-bottom:20px;
}
.wrapper .content .header .header_content .menu li:last-of-type{
    margin-right: 0;
}
.wrapper .content .header .header_content .menu li a{
    text-decoration: none;
    color:#287da8;
    font-size:12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 21px;
}
.wrapper .content .header .header_content .menu li a:hover{
    border-bottom: 4px #287da8 solid;
    color:#287da8;
    transition: linear all 0.25s;
}
.wrapper .content .header .header_content .menu li.active a{
    border-bottom: 3px #287da8 solid;
}
.wrapper .content .aboutproject{
    display: table;
    position: relative;
    width: 980px;
    margin: 0 auto;
    z-index: 11;
}
.wrapper .content .aboutproject .tab{
    position: absolute;
    top: 4px;
    right: 55px;
    padding: 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    height: 15px;
    background-color: #287da8;
    color: #fff;
    text-transform: uppercase;
    font: 400 12px 'Lato';
    text-decoration: none;
    display: block;
    text-align: center;
    height: 67px;
    line-height: 67px;
}
.wrapper .content .aboutproject .tab:hover{
    color:#287da8;
    background: #eeebef;
}
.wrapper .content .submenu{
    height:86px;
    background:#fbfbfb;
    width:100%;
    padding:20px 0 0 0;
    display: table;
    border-bottom:1px #c6c6c6 solid;
    margin-bottom:30px;
}
.wrapper .content .submenu .submenu_content{
    width:980px;
    margin:0 auto;
    position: relative;
}
.wrapper .content .submenu .submenu_content .button{
    width:401px;
    background: url(../img/button.png) no-repeat;
    height:64px;
    margin:0 auto;
    display:block;
    text-align:center;
    color:#fff;
    text-decoration:none;
    text-transform: uppercase;
    line-height: 64px;
    font-size:24px;
    font-weight: bold;
}
.wrapper .content .submenu .submenu_content .button:hover{
    background: url(../img/button_hover.png) no-repeat;
}
.wrapper .content .search{
    width:980px;
    display:table;
    margin:0 auto 0 auto;
    padding-left:15px;
}
.wrapper .content .search input[type="text"]{
    width:670px;
    padding:13px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border:1px #c6c6c6 solid;
    float:left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}
.wrapper .content .search .checkbox{
    float: left;
    margin:5px 20px;
    font-size:10px;
    font-weight: bold;
    vertical-align: top;
    font:400 10px 'Lato';
    text-transform: uppercase;
}
.wrapper .content .search .checkbox input[type="checkbox"]:first-of-type{
    margin-bottom:5px;
}
.wrapper .content .search .checkbox input[type="checkbox"]{
    border:1px solid #c6c6c6;
    cursor: pointer;
}
.wrapper .content .search input[type="submit"]{
    width:124px;
    padding:10px 0;
    font:700 14px 'Lato';
    border:1px solid #c6c6c6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    float:right;
}
.wrapper .content .search input[type="submit"]:hover{
    color:#FFF;
    background-color: #287da8;
}
.wrapper .content .title{
    width:918px;
    display:table;
    margin:30px auto 30px auto;
    text-transform: uppercase;
    position: relative;
}
.wrapper .content .title .linered{
    float:left;
    height: 68px;
    width:7px;
    background: #ef3752;
    margin:0 20px 20px 15px;
}
.wrapper .content .title .lineblue{
    float:left;
    height: 38px;
    width:7px;
    background: #287da8;
    margin:0 20px 20px 0;
}
.wrapper .content .title h1{
    font:300 24px 'Lato';
    width:680px;
    letter-spacing: 0.7px;
    line-height: 34px;
}
.wrapper .content .little_menu a{
    text-decoration:none;
    color:#287da8;
    font-size:14px;
    display:block;
    text-transform: uppercase;
}
.wrapper .content .little_menu a:hover{
    cursor:pointer;
    text-decoration: underline;
}
.wrapper .content .little_menu li:first-of-type{
    padding-left:0;
}
.wrapper .content .little_menu li{
    display:inline-table;
    list-style: none;
    padding:0 20px;
    font-size:16px;
}
.wrapper .content .little_menu li.active a{
    font-weight: bold;
    text-decoration: underline;
}
.wrapper .content .little_menu{
    width:960px;
    display:table;
    margin:20px auto 20px auto;
}
.wrapper .content .container{
    width:980px;
    padding-left:20px;
    margin:0 auto;
    display:table;
}
.wrapper .content .container .box{
    width: 702px;
    display:table;
    margin-bottom:40px;
    min-height:260px;
    float:left;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.2);
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border:1px solid #c6c6c6;
}
.wrapper .content .container .box .left_content_box{
    width:450px;
    background: #fff;
    padding:15px;
    display:block;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    float:left;
    min-height:260px;
}
.wrapper .content .container .box .box_content{
    background: #fff;
    padding:15px;
    display:block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    float:left;
    min-height:260px;
    position: relative;
    border:1px #c6c6c6 solid;
}
.wrapper .content .container .box .box_content h2 {
    margin-bottom:30px;
}
.wrapper .content .container .box .box_content h2 a{
    color:#287da8;
    font:400 22px 'Lato';
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: none;
}
.wrapper .content .container .box .box_content h2 a:hover{
    text-decoration: underline;
}
.wrapper .content .container .box .box_content img{
    width:140px;
    height:auto;
    float:left;
    margin-right: 15px;
}
.wrapper .content .container .box .box_content .z_text{
    float:left;
    font:400 12px/18px 'Lato';
    width:515px;
    letter-spacing: 0.8px;
    margin-bottom:5px;
}
.wrapper .content .container .box .box_content .more{
    position: absolute;
    right:20px;
    bottom:20px;
}
.wrapper .content .container .box .box_content .more a{
    text-decoration:none;
    color:#287da8;
    font-weight: bold;
}
.wrapper .content .container .box .box_content .more a:hover{
    text-decoration: underline;
}
.wrapper .content .container .box .left_content_box h2 a {
    color:#287da8;
    font:400 22px 'Lato';
    margin-bottom:20px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.wrapper .content .container .box .left_content_box img{
    height:auto;
    float:left;
    margin-right: 15px;
    max-width: 140px;
}
.wrapper .content .container .box .left_content_box .z_text{
    /*float:left;*/
    font:400 12px/16px 'Lato';
    /*width:290px;*/
    letter-spacing: 0.8px;
    margin-bottom:5px;
}
.wrapper .content .container .box .left_content_box a{
    color:#287da8;
    text-decoration:none;
    font-weight: bold;
    font-size:12px;
    float:left;
}
.wrapper .content .container .box .left_content_box a:hover{
    text-decoration:underline;
}
.wrapper .content .container .box .left_content_box .status{
    font:400 10px 'Lato';
    color:#979697;
    font-weight: bold;
}
.wrapper .content .container .box .right_content_box{
    width:190px;
    background: #f5f4f4;
    padding:15px 15px 15px 15px;
    display:block;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    float:left;
    min-height:260px;
}
.wrapper .content .container .box .right_content_box .x_text{
    font-size:10px;
    margin-bottom:7px;
    text-transform: uppercase;
    display:table;
}
.wrapper .content .container .box .right_content_box .x_text p{
    width:20px;
    float:left;
}
.wrapper .content .container .box .right_content_box .x_text p img{
    padding-right: 10px;
}
.wrapper .content .container .box .right_content_box .x_text span{
    float:left;
    width:170px;
}
.wrapper .content .container .box .right_content_box .information{
    float:left;
    margin-bottom:15px;
}
.wrapper .content .container .box .right_content_box .information .info{
    font-size:10px;
    text-transform: lowercase;
}
.wrapper .content .container .box .right_content_box .information .info2{
    font-size:10px;
    font-weight: bold;
    text-transform: uppercase;
    word-break: break-all;
}
.wrapper .content .container .box .right_content_box .files span{
    margin:0 0 10px 0;
    padding-left:10px;
    font-size: 12px;
    vertical-align: text-top;
}
.wrapper .content .container .box .right_content_box .files p a{
    text-decoration:none;
    color:#287da8;
}
.wrapper .content .container .box .right_content_box .files p a:hover{
    text-decoration:underline;
}
.wrapper .content .pagination_content{
    width:710px;
    display:table;
    float:left;
    margin-bottom: 40px;
}
.wrapper .content .pagination_content .pagination{
    text-align:center;
}
.wrapper .content .pagination_content .pagination a{
    text-decoration:none;
    color:#287da8;
    padding:0 7px;
}
.wrapper .content .pagination_content .pagination a.active{
    text-decoration:underline;
    font-weight: bold;
}
.wrapper .content .pagination_content .pagination a:hover{
    text-decoration:underline;
}
.wrapper .content .container .right_side{
    width:205px;
    display:table;
    float:right;
    padding:15px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border:1px solid #c6c6c6;
    margin-bottom:30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.4);
}
.right_side_margin{
    margin-top:30px;
}
.wrapper .content .container .right_side .x_text{
    font-size:10px;
    margin:10px 0;
    text-transform: uppercase;
    display:table;
    position:relative;
}
.wrapper .content .container .right_side .x_text:first-of-type.active{
    font-weight: bold;
}
.wrapper .content .container .right_side .x_text:first-of-type:hover{
    text-decoration:underline;
}
.wrapper .content .container .right_side .x_text p{
    width:20px;
    float:left;
    padding-right:10px;
}
.wrapper .content .container .right_side .x_text span{
    float:left;
    width:155px;
}
.wrapper .content .container .right_side .x_text span a{
    color:#000;
    text-decoration:none;
}
.wrapper .content .container .right_side .x_text span a:hover{
    text-decoration:underline;
}
.wrapper .content .footer{
    width:100%;
    border-top:1px solid #979697;
    background:#f0edf0;
    position: relative;
}
.wrapper .content .footer .footer_content{
    margin:0 auto;
    width:980px;
    display:table;
    padding:30px 0;
}
.wrapper .content .footer .footer_content .bottom_menu{
    width:225px;
    float:left;
    margin-left:15px;
}
.wrapper .content .footer .footer_content .bottom_menu li{
    list-style:none;
}
.wrapper .content .footer .footer_content .bottom_menu li:last-of-type{
    margin-bottom:10px
}
.wrapper .content .footer .footer_content .bottom_menu li a{
    color:#287da8;
    text-decoration: none;
    font-weight: bold;
    font-size:10px;
    text-transform: uppercase;
}
.wrapper .content .footer .footer_content .bottom_menu li a:hover{
    text-decoration:underline;
}
.wrapper .content .footer .footer_content .fundation{
    display:table;
    width:468px;
    float:left;
    border-left:1px solid #c6c6c6;
    border-right:1px solid #c6c6c6;
    text-align:center;
    float:left;
}
.wrapper .content .footer .footer_content .fundation .text_footer{
    font-size:10px;
    font-style: italic;
    text-align:left;
    color:#686868;
    width:330px;
    font-weight: bold;
    margin:0 auto;
}
.wrapper .content .footer .footer_content .fundation .logos{
    margin:20px auto 0 auto;;
}
.wrapper .content .footer .footer_content .fundation .logos a{
    display:inline-block;
}
.wrapper .content .footer .footer_content .fundation .logos img{
    margin:0 20px;
}
.wrapper .content .footer .footer_content .fundation .logos img:first-of-type{
    margin-left:0;
}
.wrapper .content .footer .footer_content .partners{
    text-align:center;
    float:left;
    width:270px;
    display: table;
}
.wrapper .content .footer .footer_content .partners h3{
    margin-bottom:30px;
    font-size:10px;
    font-weight: bold;
    text-transform: uppercase;
    color:#686868;
}
.wrapper .content .footer .footer_content .partners img{
    text-align:center;
    width:60px;
    height:auto;
    margin: 5px;
}
.wrapper .content .container .map{
    width:710px;
    height:405px;
    margin-bottom:40px;
    display:table;
    float:left;
}
.wrapper .content .container .contact{
    width:710px;
    display:table;
    margin:0 0 30px 25px;
}
.wrapper .content .container .contact .left{
    float:left;
    display:table;
    margin-right:40px;
    font:400 13px 'Lato';
    font-weight:bold;
    margin-bottom:30px;
    line-height:20px;
}
.wrapper .content .container .right_side h2{
    text-transform: uppercase;
    font:300 18px 'Lato';
    text-align:center;
}
.wrapper .content .container .right_side .incident_short{
    display:table;
    margin:30px 0;
}
.wrapper .content .container .right_side .incident_short img{
    margin-right: 10px;
    float:left;
    width:46px;
    height:auto;
}
.wrapper .content .container .right_side .incident_short h3{
    width:130px;
    float:left;
    font:700 10px 'Lato';
    margin-bottom:10px;
}
.wrapper .content .container .right_side .incident_short h3 a{
    text-decoration: none;
    color:#287da8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.wrapper .content .container .right_side .incident_short h3 a:hover{
    text-decoration:underline;
}
.wrapper .content .container .right_side .incident_short span{
    font:400 10px 'Lato';
    margin-left:60px;
}
.wrapper .content .container .right_side p{
    font:700 10px 'Lato';
    text-align:center;
}
.wrapper .content .container .right_side p a{
    color:#287da8;
    text-decoration:none;
}
.wrapper .content .container .right_side p a:hover{
    text-decoration: underline;
}
.wrapper .content .container .single_practice{
    width:710px;
    display:table;
    margin-left:20px;
}
.wrapper .content .container .single_practice h2{
    color:#287da8;
    font:400 22px 'Lato';
    text-transform: uppercase;
    margin-bottom:30px;
}
.wrapper .content .container .single_practice img{
    float:left;
    margin-right:20px;
    max-width: 300px;
    height:auto;
    margin-bottom:30px;
}
.wrapper .content .container .single_practice .x_text{
    font:400 14px 'Lato';
    letter-spacing: 0.6px;
    margin-bottom:30px;
}
.wrapper .content .container .thanks{
    display: table;
    width: 100%;
    margin:0 0 30px 20px;
}
.wrapper .content .container .thanks h2{
    color:#287da8;
    text-transform: uppercase;
    margin:10px 0 30px 0;
    font:400 14px 'Lato';
    font-weight: bold;
}
.wrapper .content .container .thanks ul li{
    list-style-type: disc;
    text-transform: uppercase;
    font:400 12px 'Lato';
    list-style-position: inside;
    padding-left:20px;
    line-height: 2;
}
.wrapper .content .container .single_guide{
    width:710px;
    display:table;
    margin:0 0 30px 30px;
}
.wrapper .content .container p{
    line-height: 1.5;
}
.wrapper .content .container .single_guide h2{
    font:300 18px 'Lato';
    float:left;
    text-transform: uppercase;
    width:710px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.wrapper .content .container .single_guide span{
    float:left;
    font:400 12px 'Lato';
    margin-bottom:30px;
    font-weight: bold;
}
.wrapper .content .container .single_guide h3{
    font:300 18px 'Lato';
}
.wrapper .content .container .single_guide .pdf img{
    float:left;
    display:table;
    display:block;
    padding-right:10px;
}
.wrapper .content .container .single_guide .pdf a{
    text-decoration:none;
    color:#287da8;
    font-weight: bold;
    font-size:12px;
    line-height: 50px;
    margin:20px 0;
    display:table;
}
.wrapper .content .container .single_guide .pdf a:hover{
    text-decoration:underline;
}
.wrapper .content .container .single_guide .article{
    padding:20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border:1px solid #c6c6c6;
    background-color: #FFF;
    margin:30px 0;
    font:400 14px 'Lato';
    font-style:italic;
    letter-spacing: 0.6px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.4);
}
.wrapper .content .container .single_guide .x_text{
    font:400 13px 'Lato';
    letter-spacing: 0.6px;
}
.wrapper .content .container .single_guide .x_text2{
    font:700 12px 'Lato';
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.wrapper .content .container .incident{
    display:table;
    width:710px;
    margin-left:20px;
}
.wrapper .content .container .incident h2{
    text-transform: uppercase;
    font:300 18px 'Lato';
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.wrapper .content .container .incident .radios{
    float:left;
    display:table;
    margin-bottom:30px;
}
.wrapper .content .container .incident .radios input[type="radio"]{
    display:table;
    float:left;
    clear:both;
    margin:15px 0;
}
.wrapper .content .container .incident .radios span{
    float:left;
    padding-left:10px;
    text-transform: uppercase;
    font:400 12px 'Lato';
    margin:15px 0;
    letter-spacing: 0.5px;
}
.wrapper .content .container .incident .radios input[type="text"]{
    display: none;
}
.wrapper .content .container .incident input[type="text"]{
    width:440px;
    padding:10px;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    margin:5px 0 0 30px;
    font:400 12px 'Lato';
    letter-spacing:0.5px;
    border:1px solid #c6c6c6;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}
.wrapper .content .container .incident .incident_type{
    margin-bottom:30px;
    float:left;
    display: table;
}
.wrapper .content .container .incident .incident_type input[type="checkbox"]{
    display:table;
    width:13px;
    height:13px;
    float:left;
    clear:both;
    margin:7px 0;
}
.wrapper .content .container .incident .incident_type span{
    float:left;
    padding-left:10px;
    text-transform: uppercase;
    font:400 12px 'Lato';
    margin:7px 0;
    letter-spacing: 0.5px;
}
.wrapper .content .container .incident .incident_type h4{
    font:400 12px 'Lato';
    font-style: italic;
    margin:0 0 10px 23px;
}
.wrapper .content .container .incident textarea{
    width:660px;
    height:150px;
    padding:10px;
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    resize:none;
    font:400 12px 'Lato';
    margin-bottom:30px;
    border:1px solid #c6c6c6;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.4);
}
.wrapper .content .container .incident .aboutperson{
    display:table;
    position: relative;
}
.wrapper .content .container .incident .aboutperson input[type="checkbox"]{
    display:table;
    float:left;
    clear:both;
}
.wrapper .content .container .incident .aboutperson span{
    float:left;
    padding-left:10px;
    text-transform: uppercase;
    font:400 10px 'Lato';
    margin:0 0 20px 0;
    width:660px;
    letter-spacing: 0.5px;
}
.wrapper .content .container .incident input[type="file"]{
    margin-bottom:30px;
    cursor:pointer;
    width:220px;
}
.wrapper .content .container .incident .aboutperson input[type="text"]{
    display:table;
    float:left;
    margin:25px 20px 30px 0;
    width:230px
}
.wrapper .content .container .incident .aboutperson h4{
    float:left;
    width:380px;
    font:400 10px 'Lato';
    margin:15px 0 0 0;
}
.wrapper .content .container .incident .submitform{
    float:right;
    padding:24px 53px;
    background: #ef3752;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border:0;
    color:#fff;
    margin-bottom:30px;
    text-transform: uppercase;
    font:700 18px 'Lato';
    cursor:pointer;
}
.wrapper .content .container .incident .submitform:hover{
    background: #287da8;
}
.wrapper .content .container .incident a{
    background-color: #f2f0f3;
    display:block;
    width:230px;
    height:50px;
    text-align:center;
    text-transform: uppercase;
    font:700 18px 'Lato';
    border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    color:#206384;
    text-decoration:none;
    line-height: 50px;
    float:left;
    margin:0 0 30px 0;
}
.wrapper .content .container .incident a:hover{
    background-color: #206384;
    color:#f2f0f3;
}
.wrapper .content .container .single_incident{
    display:table;
    width:710px;
    float: left;
}
.wrapper .content .container .single_incident .bigImage{
    width:220px;
    height:auto;
    float:left;
    margin: 0 20px 30px 0 !important;
}
.wrapper .content .container .single_incident .content_single_incident{
    width:460px;
    float:left;
}
.wrapper .content .container .single_incident .content_single_incident .x_text3{
    font:400 12px 'Lato';
    display:table;
    letter-spacing: 0.6px;
    margin:0 0 50px 0;
    word-break: break-word;
}
blockquote{
    padding:20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border:1px solid #c6c6c6;
    background-color: #FFF;
    margin:20px 0;
    font:400 14px 'Lato';
    font-style:italic;
    letter-spacing: 0.6px;
    clear:both;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.4);
}
.wrapper .content .container .single_incident img{
    width:220px;
    height:auto;
    display: block;
    margin: 0 auto 20px auto;
}
.wrapper .content .container .single_guide .x_text img{
    width:220px;
    height:auto;
    display: block;
    margin: 20px auto;
}
.wrapper .content .container .single_practice .x_text img{
    width:220px;
    height:auto;
    display: block;

}
ol{
    list-style-position: outside;
    margin:15px 0 15px 30px;
}
ol li{
    padding:4px 0;
}
.wrapper .content .container .single_guide .x_text ul{
    list-style-position: outside;
    margin-left:30px;
}
.wrapper .content .container .single_guide .x_text ul li{
    padding:4px 0;
}
.wrapper .content .container .single_practice .x_text ul{
    list-style-position: inside;
}
.wrapper .content .container .single_practice .x_text ol{
    list-style-position: inside;
    margin: 15px 0 15px 0;
}
.wrapper .content .container .single_practice .x_text ul li{
    padding:4px 0;
}
.wrapper .content .container .single_incident .content_single_incident .x_text3 ul{
    list-style-position: outside;
    margin-left:30px;
}
.wrapper .content .container .single_incident .content_single_incident .x_text3 ul li{
    padding:4px 0;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident{
    margin:0 0 30px 0;
    display:table;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident h3{
    font:300 18px 'Lato';
    text-transform: uppercase;
    margin-bottom:30px;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident .history{
    float:left;
    display:table;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident .history .date{
    font:600 14px 'Lato';
    margin-bottom:20px;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident .history .text{
    font:400 12px/16px 'Lato';
    margin-bottom:20px;
    letter-spacing: 0.6px;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident .history .attachments{
    display:table;
    width:500px;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident .history .attachments .attachment{
    margin:0 40px 30px 0;
    float:left;
    width:200px
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident .history .attachments .attachment span{
    width:170px;
    float:left;
    word-break:break-word;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident .history .attachments .attachment img{
    float:left;
    padding-right: 10px;
    margin:0;
    width:18px;
    height:auto;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident .history .attachments .attachment a{
    color:#287da8;
    text-decoration:none;
    font:700 10px 'Lato';
    display:table;
}
.wrapper .content .container .single_incident .content_single_incident .history_single_incident .history .attachments .attachment a:hover span:hover{
    text-decoration: underline;
}
.wrapper .content .container .right_side .information{
    float: left;
    margin-bottom: 15px;
}
.wrapper .content .container .right_side .information .info{
    font-size:10px;
    text-transform: lowercase;
}
.wrapper .content .container .right_side .information .info2{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.wrapper .content .container .right_side h3{
    font:300 18px 'Lato';
    text-transform: uppercase;
    margin-bottom:20px;
}
.wrapper .content .container .right_side .document{
    margin:20px 0;
}
.wrapper .content .container .right_side .document a{
    text-decoration:none;
    color:#287da8;
    font:600 10px 'Lato';
    display:table;
}
.wrapper .content .container .right_side .document a:hover span{
    text-decoration:underline;
}
.wrapper .content .container .right_side .status{
    float:left;
    font:400 10px 'Lato';
    margin:15px 0;
}
.wrapper .content .container .right_side .status span{
    color:#000;
    text-transform: uppercase;
}
.autoShowAfterCheck {
    width: 100%;
    display: table;
    line-height: 50px;
    height: 50px;
}
.autoShowAfterCheck input, .autoShowAfterCheck select {
    vertical-align: middle;
    margin-right:5px;
}
.autoShowAfterCheck select{
    margin-left:30px;
    width: 300px;
    padding: 8px;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
}
.autoShowAfterCheck label {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.color_box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 20px;
}
.color_box .item {
    width: 8px;
    height: 8px;
    background: #575757;
    display: block;
    float: none;
    margin: 3px 12px 0 0px;
}
/* kolorki */
.color_box .item.cat_11,
.color_box .item.cat_1 {
    background: #8dc63f;
}
.color_box .item.cat_12,
.color_box .item.cat_12_1,
.color_box .item.cat_10,
.color_box .item.cat_2 {
    background: #ef3752;
}
.color_box .item.cat_12_3,
.color_box .item.cat_3 {
    background: #ff5a16;
}
.color_box .item.cat_12_4,
.color_box .item.cat_4 {
    background: #bd41d6;
}
.color_box .item.cat_12_5,
.color_box .item.cat_5 {
    background: #00a0d5;
}
.color_box .item.cat_12_6,
.color_box .item.cat_6 {
    background: #FFCC33;
}
.color_box .item.cat_13,
.color_box .item.cat_7 {
    background: #FF33CC;
}
.color_box .item.cat_14,
.color_box .item.cat_8 {
    background: #000;
}
.color_box .item.cat_15,
.color_box .item.cat_9 { 
    background: #3600ff;
}

.bg_incident{
    margin: 10px 0 0 0;
}
.bg_incident h6{
    margin-bottom: 5px;
}
.wrapper .content .container .box .right_content_box .x_text {
    display: table;
    width: 100%;
}
.wrapper .content .container .box .right_content_box .x_text span {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.active .color_box .item, .title .item {
    margin-top: 0px;
    position: absolute;
    min-height: 100%;
    top: 0;
}
.active span {
    font-weight: bold;
} 
.title h1 {
    display: table;
}
.title h1 span {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.practice_container{
    display:table;
    margin-left:20px;
}
.error{
    text-align: center;
    border: 1px solid #ff0000;
    color: #ff0000;
    font-weight: bold;
    padding:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.inneinput{
    margin-left:0 !important;
}
.x_text700{
    width:700px !important;
}
.wrapper .content .aboutproject .tab.active{
    background: #287da8;
    color:#eeebef;
}
.inneinputzglos{
    margin:-3px 50px 10px 0 !important;
    float:right;
}
.pliki{
    width:240px;
    float:left;
    line-height: 50px;
    margin-bottom:30px;
}
.titlepage{
    margin:15px 0 15px 5px;
    color: #287da8;
    font: 400 26px 'Lato';
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
/*
.category_desc {
    display: none;
    margin: 5px 0 0 0;
    color: #777;
    font-style: italic;
    float: left;
}

.show_desc_category:hover .category_desc {
    display: inline; 
    position: absolute;
    margin: 0 0 0 5px;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
    color: #000;
    padding: 10px;
}*/


.hint, [data-hint] {
    position: relative;
    display: inline-block;
    /**
     * tooltip arrow
     */
    /**
     * tooltip body
     */ }
.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }
.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
    visibility: visible;
    opacity: 1; }
.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
.hint:before, [data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
.hint:after, [data-hint]:after {
    content: attr(data-hint);
    background: #d9d9d9;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    width: 220px;
    padding: 13px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
    border-top-color: #d9d9d9; }

.hint--bottom:before {
    border-bottom-color: #d9d9d9; }

.hint--left:before {
    border-left-color: #d9d9d9; }

.hint--right:before {
    border-right-color: #d9d9d9; }

/**
 * top tooltip
 */
.hint--top:before {
    margin-bottom: -12px; }
.hint--top:after {
    margin-left: -18px; }
.hint--top:before, .hint--top:after {
    bottom: 100%;
    left: 50%; }
.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
    margin-top: -12px; }
.hint--bottom:after {
    margin-left: -18px; }
.hint--bottom:before, .hint--bottom:after {
    top: 100%;
    left: 20%; }
.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
    margin-left: -12px;
    margin-bottom: -6px; }
.hint--right:after {
    margin-bottom: -14px; }
.hint--right:before, .hint--right:after {
    left: 100%;
    bottom: 50%; }
.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); }

/**
 * left tooltip
 */
.hint--left:before {
    margin-right: -12px;
    margin-bottom: -6px; }
.hint--left:after {
    margin-bottom: -14px; }
.hint--left:before, .hint--left:after {
    right: 100%;
    bottom: 50%; }
.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px); }

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0px #592726; }
.hint--error.hint--top:before {
    border-top-color: #b34e4d; }
.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d; }
.hint--error.hint--left:before {
    border-left-color: #b34e4d; }
.hint--error.hint--right:before {
    border-right-color: #b34e4d; }

/**
 * Warning
 */
.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0px #6c5328; }
.hint--warning.hint--top:before {
    border-top-color: #c09854; }
.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854; }
.hint--warning.hint--left:before {
    border-left-color: #c09854; }
.hint--warning.hint--right:before {
    border-right-color: #c09854; }

/**
 * Info
 */
.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0px #193b4d; }
.hint--info.hint--top:before {
    border-top-color: #3986ac; }
.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac; }
.hint--info.hint--left:before {
    border-left-color: #3986ac; }
.hint--info.hint--right:before {
    border-right-color: #3986ac; }

/**
 * Success
 */
.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0px #1a321a; }
.hint--success.hint--top:before {
    border-top-color: #458746; }
.hint--success.hint--bottom:before {
    border-bottom-color: #458746; }
.hint--success.hint--left:before {
    border-left-color: #458746; }
.hint--success.hint--right:before {
    border-right-color: #458746; }

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
    opacity: 1;
    visibility: visible; }
.hint--always.hint--top:after, .hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px); }
.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px); }
.hint--always.hint--left:after, .hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px); }
.hint--always.hint--right:after, .hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px); }

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
    border-radius: 4px; }

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms; }

.hint--bounce:before, .hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }

.text_justify{
    text-align: justify;
}


.overlay {
    background: rgba(0,0,0,0.5);
    width: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    height: 100%;
    text-align: center;
    line-height: 1;
    display: none;
}

.overlay .overlay_content {
    vertical-align: middle;
    margin-top: 50px;
}

.overlay .overlay_content span {
    position: relative;
    font: normal 70px BebasLight;
    padding: 50px 70px 50px 70px;
    background: #FFF;
    display: inline-table;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.overlay .overlay_content .close {
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 10px;
    right: 10px;
    font: normal 20px Tahoma;
}
#overlayImage{
    max-width: 1024px;
    max-height: 550px;
}

.incident form ul{margin-left: 20px;}
.incident form ul li{margin: 10px 0px 10px 10px;}
a#overlayImageNewWindowLink{font-size: 16px; display: block;}

.pagination{
    list-style: none;
}
.pagination li{
    display: inline-block;
}