body{
    padding-top: 70px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400; 
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif; 
    font-weight: 400;
}
.text-bold{
    font-weight: bold;
}
.btn-full {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
.btn-gw:hover {
    color: #fff;
    background-color: #ad0901;
    border-color: #880600;
}
.btn-gw {
    color: #fff;
    background-color: #d81a10;
    border-color: #ad0901;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-green {
    color: #fff;
    background-color: #d1df28;
    border-color: #bac639;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
}
.btn-green:hover {
    background-color: #bac639;
    color: #fff;
}
.btn-red {
    color: #fff;
    background-color: #b9222a;
    border-color: #b12828;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
}
.btn-red:hover {
    background-color: #b12828;
    color: #fff;
}
.btn-flex{
    margin: 0 5px;
}
.btn-aplikuj{
    color: #fff;
    background-color: #da1b11;
    border-color: #ad0901;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0;
    font-size: 18px;
}
.padding20{
    padding-top: 30px;
    padding-bottom: 30px;
}
.no-padding{
    padding: 0;
}
@media (min-width: 768px) {
    .no-padding-sm{
        padding: 0 !important;
    }
}
.color-red{
    color: #d91b11;
}
.color-white{
    color: #fff;
}
.margin-auto{
    margin: 0 auto;
}
.img-full{
    width: 100%;
}
.flex-container-xs{
    display: flex;
}
@media (min-width: 768px) {
    .flex-container-sm{
        display: flex;
    }
}
@media (min-width: 992px) {
    .flex-container-md{
        display: flex;
    }
}
@media (min-width: 1200px) {
    .flex-container-lg{
        display: flex;
    }
}
.flex-right{
    display: flex;
    flex-direction: row-reverse;
}
.flex-vcenter{
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .xs-block-center{
        display: block;
        margin: 0 auto;
    }
    .xs-center{
        text-align: center;
    }
}
.control-label-checkbox{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.navbar-brand-gw{
    padding: 0;
    margin: 10px;
}
.navbar-brand-gw img{
    height: 100%;
}
.navbar-gw {
    font-size: 14px;
    margin: 0;
    background-color: #fff;
    border-bottom: solid 1px #9A0700;
}
.navbar-gw .navbar-brand {
    color: #000;
}
.navbar-gw .navbar-brand:hover,
.navbar-gw .navbar-brand:focus {
    color: #797979;
    background-color: transparent;
}
.navbar-gw .navbar-text {
    color: #000;
}
.navbar-gw .navbar-nav > li > a:hover,
.navbar-gw .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
}
.navbar-gw .navbar-nav > .active > a,
.navbar-gw .navbar-nav > .active > a:hover,
.navbar-gw .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent;
}
.navbar-gw .navbar-nav > .disabled > a,
.navbar-gw .navbar-nav > .disabled > a:hover,
.navbar-gw .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-gw .navbar-toggle {
    border-color: #333;
    margin-top: 15px;
}
.navbar-gw .navbar-toggle:hover,
.navbar-gw .navbar-toggle:focus {
    background-color: #EFEFEF;
}
.navbar-gw .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-gw .navbar-collapse,
.navbar-gw .navbar-form {
    border-color: transparent;
}
.navbar-gw .navbar-nav > .open > a,
.navbar-gw .navbar-nav > .open > a:hover,
.navbar-gw .navbar-nav > .open > a:focus {
    color: #797979;
    background-color: transparent;
}
.nav-item-image{
    color: #9a9a9a !important;
    font-size: 30px;
}
.navbar-gw .navbar-nav > li > a {
    padding: 14px 10px;
}
.navbar-gw .navbar-nav > li.nav-item-dlaprac > a {
    padding: 14px 10px;
    background-color: #d1df28;
    color: #fff;
}
.navbar-gw .navbar-nav > li.nav-item-rejestracja > a {
    background-color: #d1df28;
    color: #fff;
}
@media (min-width: 992px) {
    .nav-item-image{
        border-left: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
    }
    .navbar-gw .navbar-nav > li > a {
        padding: 25px 6px;
    }
    .navbar-gw .navbar-nav > li.nav-item-login > a {
        padding: 25px 6px;
    }
    .nav-item-first-image{
        margin-left: 20px;
    }
}
@media (min-width: 1200px) {
    .nav-item-image{
        border-left: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
    }
    .navbar-gw .navbar-nav > li > a {
        padding: 25px 10px;
    }
    .navbar-gw .navbar-nav > li.nav-item-dlaprac > a {
        padding: 15px 10px;
        margin-left: 10px;
        text-align:center;
    }
    .nav-item-first-image{
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .navbar-gw > li > a {
        border-bottom: 1px solid #EEEEEE;
    }
    .navbar-gw .navbar-nav .open .dropdown-menu > .dropdown-header {
          border-color: transparent;
    }
    .navbar-gw .navbar-nav .open .dropdown-menu .divider {
          background-color: transparent;
    }
    .navbar-gw .navbar-nav .open .dropdown-menu > li > a {
          color: #000;
          border-bottom: 1px solid #EEEEEE;
    }
    .navbar-gw .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-gw .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #797979;
          background-color: transparent;
    }
    .navbar-gw .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-gw .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-gw .navbar-nav .open .dropdown-menu > .active > a:focus {
          color: #797979;
          background-color: transparent;
    }
    .navbar-gw .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-gw .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-gw .navbar-nav .open .dropdown-menu > .disabled > a:focus {
          color: #444;
          background-color: transparent;
    }
}
.navbar-gw .navbar-link {
    color: #000;
}
.navbar-gw .navbar-link:hover {
    color: #797979;
}
.navbar-gw .btn-link {
    color: #000;
}
.navbar-gw .btn-link:hover,
.navbar-gw .btn-link:focus {
    color: #797979;
}
.navbar-gw .btn-link[disabled]:hover,
fieldset[disabled] .navbar-gw .btn-link:hover,
.navbar-gw .btn-link[disabled]:focus,
fieldset[disabled] .navbar-gw .btn-link:focus {
    color: #444;
}
.search-bar{
    padding: 32px 0 20px 0;
    background-image: url("/images/new_layout/main-bg.jpg");
    background-position: center -110px;
    background-size: cover;
}
.search-bar-reviews{
    background-image: url("/images/new_layout/reviews-bg.jpg");
    background-position: center center;
}
@media (max-width: 1200px) {
    .search-bar{
        background-position: center 0;
    }
    .search-bar-reviews{
        background-position: center center;
    }
}
.search-bar-courses .sitem{
    margin-bottom: 10px;
}
.search-bar input[type="text"], .search-bar button[type="text"], .search-bar select {
    font-size: 18px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.search-bar input, .search-bar button, .search-bar select{
    font-family: "aller", sans-serif;
    font-weight: 300;
    border: 0;
    padding: 20px;
    color: #636363;
}
.search-bar input[type="submit"] .search, .search-bar button[type="submit"] .search {
    font-size: 18px;
    color: #ffffff;
}
.search-bar input[type="submit"], .search-bar button[type="submit"] {
    width: 100%;
    color: #ffffff;
    background-color: rgba(216, 27, 17, 0.8);
    text-decoration: none;
}
.search-bar .place .geolocation {
    position: absolute;
    top: 1rem;
    right: 32px;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
@media (max-width: 1200px) {
    .search-bar input, .search-bar button, .search-bar select{
        margin: 0 0 16px 0;
    }
}
.search-bar.search-bar-index{
    padding: 70px 0 200px 0;
    background-image: url("/images/new_layout/main-bg.jpg");
    background-position: center center;
    background-size: cover;
}
.search-bar.search-bar-certyfikaty{
    padding: 200px 0;
    background-image: url("/images/new_layout/cert-bg.jpg");
    background-position: top center;
    background-size: cover;
}
.search-bar-certyfikaty .box-certyfikaty{
    font-size: 86px;
    color: #fff;
    font-weight: 100;
}
@media (max-width: 767px) {
    .search-bar-certyfikaty .box-certyfikaty{
        font-size: 48px;
    }
}
.search-bar.search-bar-oferta{
    padding: 50px 0;
    background-image: url("/images/oferta/top.jpg");
    background-position: top center;
    background-size: cover;
}
.search-bar-oferta .box-oferta{
    font-size: 80px;
    color: #fff;
    font-weight: 100;
}
@media (max-width: 992px) {
    .search-bar-oferta .box-oferta{
        font-size: 53px;
    }
}
@media (max-width: 767px) {
    .search-bar-oferta .box-oferta{
        font-size: 42px;
    }
}
.search-bar .box-hhh{
    margin:0 0 30px 0;
}
.search-bar .h1-search{
    color: #fff;
    font-size: 60px;
}
.search-bar .h2-search{
    color: #fff;
    font-size: 30px;
}
@media (max-width: 1200px) {
    .search-bar.search-bar-index{
        padding: 70px 0 100px 0;
    }
    .search-bar .box-hhh{
        margin:0 0 30px 0;
    }
    .search-bar .h1-search{
        color: #fff;
        font-size: 40px;
    }
    .search-bar .h2-search{
        color: #fff;
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .search-bar.search-bar-index{
        padding: 30px 0 70px 0;
    }
    .search-bar .box-hhh{
        margin:0 0 30px 0;
    }
    .search-bar .h1-search{
        color: #fff;
        font-size: 30px;
    }
    .search-bar .h2-search{
        color: #fff;
        font-size: 20px;
    }
}
.box-options .active{
    background-color: #fff;
}
.box-options a, .box-options span{
    color: #999999;
    display: block;
    text-align: center;
    padding: 30px 10px;
    font-size: 22px;
}
.tabs-seolinki{
    padding: 15px 0;
}
.tabs-seolinki ul li a{
    color: #999999;
}
ul.tabsy li, .tabs-seolinki ul li{
    list-style-type: none;
}
ul.tabsy, .tabs-seolinki ul{
    padding: 0;
    margin: 0;
}
.paginacja{
    margin: 0 auto;
    text-align: right;
    clear: both;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, 
.pagination > li > a:visited, .pagination > li > span:visited{
    color: #650404;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #CC0000;
    border-color: #CC0000;
    color: #fff !important;
}
.content .box-reklamowy
{
    width: 220px;
    margin: 5px auto;
    background: #E1E3E8;
    text-align: center;
    overflow: hidden;
    
}
.content .box-reklamowy-klawisz
{
    background: #D1DF28;
    color: #FFF;
    width: 100px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    border: 0;
}
.content .box-reklamowy-text
{
    color: #b5b5b5;
    margin-top: 5px;
    font-size: 13px;
}
.recap-center{
    margin: 0 auto;
    width: 304px;
}
.vertical-align {
    display: flex;
    align-items: center;
}

.content-grey{
    background-color: #f5f5f5;
}
.content-wywiady-oferta:nth-child(odd){
    background-color: #f5f5f5;
}
.content-red{
    background-color: #d71b10;
}
.content-grey-footer{
    border-top: 1px #fff solid;
    padding-top: 15px;
    padding-bottom: 15px;
}
.content-grey-footer a{
    color: #9A9A9A;
    display: inline-block;
    padding-right: 10px;
}
.box-prezentacja-dzialow{
    padding: 20px 0;
}
.prez-box{
    background-color: #fff;
    padding: 0;
    margin: 10px;
    position: relative;
}
.prez-box .link-wiecej{
    color: #d22012;
    padding: 10px;
    display: block;
    text-align: right;
    font-size: 18px;
}
.prez-img-tlo{
    height: 200px;
    background-position: center center;
    background-size: cover;
}
.prez-img img{
    width: 100%;
}
.prez-img-txt{
    position: absolute;
    top: 20px;
    background: rgba(0, 0, 0, 0.58);
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}
.prez-img-txt a{
    color: #fff;
}
.prez-txt{
    padding: 10px;
}
.prez-txt-blog{
    margin-top: -120px;
    background-color: #fff;;
    position: relative;
}
.meta-blog{
    font-weight: bold;
}
.meta-blog a{
    font-size: 16px;
}
.employee_logo_box{
    padding-top: 30px;
    padding-bottom: 30px;
}
.baner-logo-emp-index{
    margin-top: 10px;
    margin-bottom: 10px;
}
.social-ikony-box{
    float: right;
}
.social-ikony-box a{
    font-size: 48px;
    text-decoration: none;
}
.footer-ikony-box-item{
    margin-right: 20px;
}
.ico-facebook{
    color: #476eb1;
}
.ico-gplus{
    color: #cc4434;
}
.ico-youtube{
    color: #cc181e;
}
.ico-twitter{
    color: #6fb9d4;
}
.ico-blog{
    color: #d91b11;
}
.ico-facebook:hover, .ico-gplus:hover, .ico-youtube:hover, .ico-twitter:hover, .ico-blog:hover{
    color: #9A9A9A;
}
.ficon-text{
    margin-right: 5px;
}
.skip-me {
  display: none;
}
.unhide {
  display: block;
}
.sitebar-search{
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}
.sitebar-search .oddzialy a{
    display: block;
    text-decoration: none;
}
.sitebar-search .oddzialy a:hover{
    text-decoration: none;
}
.sitebar-notify{
    background-image: url(/images/new_layout/alarm_b_g.png);
    background-position: center left;
    background-size: auto 140%;
    background-repeat: no-repeat;
    background-position-y: -40px;
    background-position-x: -15px;
}
.sitebar-textowy{
    text-align: center;
    color:#757575;
}
.sitebar-textowy .couses-board{
    font-size: 80px;
    color: #dcdcdc;
}
.sitebar-kursy{
    text-align: right;
}
.sitebar-infobox{
    text-align: left;
}
.sitebar-infobox div{
    margin-bottom: 5px;
}
.sitebar-nowa-opinia i{
    font-size: 48px;
}
.sitebar-nowa-opinia .snocontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #da1b11;
}
.sitebar-nowa-opinia .snocontainer:hover{
    text-decoration: none;
}
.sitebar-nowa-opinia .snocontainer-two{
    margin-top: 15px;
    background-color: #c1c1c1;
}
.sitebar-nowa-opinia .snocontainer-two i{
    font-size: 28px;
}
.sitebar-reklama{
    padding: 10px 0;
}
#mail_mailing_pop .mailin-pop-ng{
    padding: 5px;
    color: #cb2d21;
    font-size: 15px;
    text-align: left;
}
#mail_mailing_pop .mailin-pop-key{
    color: #757575;
    font-size: 15px;
    margin: 0;
}
.list-group-gw .position a {font-weight: bold; font-size:18px; text-decoration: none;}
.list-group-gw .position a:hover {text-decoration: underline;}
.list-group-gw .offer-meta{display: inline-block; margin-right: 12px;}
.list-group-gw .offer-meta, .offer-meta a{color: #757575;}
.list-group-gw .offer-meta-time-hot1{color: #ff0e00;}
.list-group-gw .offer-meta-time-hot2{color: #da1b11;}
.list-group-gw .offer-meta-time-hot3{color: #ca4e48;}
.list-group-gw .offer-meta-time-hot4{color: #9c433f;}
.list-group-gw .offer-meta-time-hot5{color: #8a403c;}
.list-group-gw .offer-meta-time-hot6{color: #7d5a58;}
.list-group-gw .offer-meta-desc{margin: 20px 0 10px 0; display: block;}
.list-group-gw .offer-meta-desc i{font-size: 28px;}
.list-group-gw .offer-meta-desc a.desc-more{color:#337ab7; display: inline-block;}
.list-group-gw .list-group-search:hover{background-color: #f5f5f5 !important;}
.list-group-gw .list-group-search-grey{background-color: #f5f5f5;}
.list-group-gw .list-group-item{border: 0; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.list-group-gw .list-group-item:first-child{border-radius: 0;}
.info-search{
    margin: 20px;
}
.info-search, .info-search h1{
    font-size: 24px;
}
.info-search h1{
    margin: 0;
}
.sort-panel a, .sort-panel span{
    display: inline-block;
    margin-left: 10px;
}
.sort-panel a{
    color: #616161;
}
.sort-panel a.link-sort-active{
    color: #b63933;
}
.sort-panel span{
    color: #999999;
}
.opinie-reklama-wywiad{
    padding: 10px;
    overflow: hidden;
    color: #757575;
}
.opinie-reklama-wywiad a{
    color: #757575;
}
.img-reviews-miniatura{
    max-height: 200px;
}
.key-reviews-right{
    float: right;
}
.key-reviews-right a{
    color: #757575;
}
.register-box{
    border: 1px solid #9e9e9e;
    padding: 20px;
}
.register-box h2{
    font-size: 24px;
}
.ficon-regiser{
    font-size: 144px;
    color: #989898;
}
.tabsy-icon{
    font-size: 48px;
    display: inline-block;
    margin: -30px 0;
}


#ad_gowork{ float:left; text-align: center; width:950px; max-height: 300px; margin: 15px 0px;}
#header_center{float:left; width:100%;}
#wiecej_miast, #wiecej_branzy{cursor: pointer;}
#friends_city_list{text-align: center;}
#search{
    float:left; 
    width:950px; 
    background-image: url('../images/search.png'); 
    background-color: #F4F3F3;
    /*min-height: 179px;*/
    padding-bottom: 10px;
    background-repeat: repeat-x;
}
.seo_link_header{color: #595959}
.seo_link_group{float: left;width: 316px}
.seo_link_group a{display: block}
.seo_link_group .links a{color: #595959; font-family: arial; font-size: 1.1em}

.paginationControl{float:left; width:700px; text-align: center; }
.paginationControl .active{color:red;}
.link_group h2 {font-size: 16px;}
.sitebar .link_group, .left_bar .link_group, .menu-right-main .link_group {border: 1px solid #C0C1C2; padding: 5px; margin: 0 auto;}
.city h2, 
.city h3, 
.city h4 { margin: 5px; display: block; font-size: 1em; font-weight: normal }

.sitebar .arrow_right, .sitebar .arrow_right2 {display: none}

.branches{ overflow: hidden; }
.sitebar .branches { padding-left: 10px }
.link_group .collapsed{ height: 0px }

.branch{overflow: hidden;}
.sitebar .branch > h3 { background-color:#e5e5e5 }
.positions {padding-left: 10px; overflow: hidden}
.sitebar .positions > h4{ background-color:#f4f4f4 }

.pagination_center{display: inline-block;}
#branch_more{display:none; float:left;}
#show_more_branch{display:block; float:right; color:red; }

.pplink{padding:5px; color:#3C4147; border: 1px solid #D0D1D2; margin-top: 5px; margin-left: 5px;}
.pplink_group{color:#8E1009; font-weight: bold; text-align: center; margin-top: 15px;}
.pplink a {color:#3C4147;}

.link-przycisk
{
    display: inline-block;
    padding: 4px;
}
/*#left{float:left; width:690px; padding:10px 5px 0px;}
#apply_left{float:left; width:900px; padding:10px 5px 0px;}
#apply_left .lewa{width: 685px; margin: 0 auto;}
#apply_left .prawa{width: 685px; margin: 0 auto;}*/
#apply .applyform { margin: 0 auto; }
#event_message{background-color: #FBF0FA; border:1px red ridge; padding: 10px; margin-top: 30px; font-weight: bold; text-align: center;clear:both;}

a.trigger{
position: absolute;
text-decoration: none;
top: 40px; left: 0;
font-size: 14px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 10px 40px 10px 15px;
font-weight: 700;
background:#333333 url(../images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
border-radius: 0 20px 20px 0;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
z-index:100;
}

a.trigger:hover{
position: absolute;
text-decoration: none;
top: 40px; left: 0;
font-size: 14px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 10px 40px 10px 15px;
font-weight: 700;
background:#222222 url(../images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
border-radius: 0 20px 20px 0;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url(../images/minus.png) 85% 55% no-repeat;
}
#login_form {text-align: center; float:left; width:270px;}
#login_form span{color:#4F5459; margin: 5px; display: block; float:left; width:270px; font-weight: bold;}
#login_form p{color:red; text-align: left; font-size: 14px;}
#login_form img{margin: 5px;}

#login_form ul {text-align: left; list-style-type: disc;}
#login_form ul a{color:#4F5459; text-decoration: none; font-weight: bold;}
#login_form .group{text-align: left; width:250px; float:left;}
#login_form .group label{float:left; width:60px; margin-top:3px; }
#login_form .group input[type=text],#login_form .group input[type=password]{float:left; margin-top: 3px; margin-left: 5px;width:150px;}
#login_form #kandydat_error{color:red;margin: 5px;}
#login_form .group input[type=submit]{float:right;}


.jquery-notify-bar {
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:32768;
  background-color:#efefef;
  font-size:18px;
  color:#000;
  text-align:center;
  font-family: Arial, Verdana, sans-serif;
  padding:20px 0px;
  border-bottom:1px solid #bbb;
  cursor: pointer;
}
.jquery-notify-bar.error {
  color:#f00;
  background-color:#fdd;
}
.jquery-notify-bar.success {
  color:#060;
  background-color:#BBFFB6;
}
.notify-bar-close {
  position:absolute;
  left:95%;
  font-size:11px;
}
#program a {text-decoration: underline;}
#program{font-size: 14px;}
#program h1{text-align: center; font-weight: bold; font-size: 20px;}
#program h2{color:#D81B10;}
#program hr {background-image: url("../files/adr/kropy.jpg"); background-position: left top;
    background-repeat: repeat-x; border: 0 none; height: 7px;
    margin:  15px 0;
}
h1{font-size:16px;}
h2{font-size: 1.17em;}


.bannerBtm{position:fixed;bottom:0px;left:0px;width:100%;background-color:#860D05;height:23px;color:#ffffff;font-family:arial;text-align:left;padding-top:7px;}
.bannerBtm .left{float:left;margin-left:5px;}
.bannerBtm .left span{font-weight:normal;margin-right:5px;}
.bannerBtm .left a.link{color:#000000;padding:3px 6px;background-color:#eeeeee;-moz-border-radius:4px;-webkit-border-radius:4px;text-decoration:none;margin-right:4px;}
.bannerBtm .right{position:relative;float:right;padding-right:50px;}
.bannerBtm .right span{float:left;font-weight:bold;margin-right:3px;font-size:12px;}
.bannerBtm .right .cities{float:left;margin-top:-3px;}
.bannerBtm .right a.link{font-size:12px;color:#000000;padding:2px 4px;background-color:#eeeeee;-moz-border-radius:4px;-webkit-border-radius:4px;text-decoration:none;margin-right:3px;}
.bannerBtm a.link:hover{background-color:#ffffff;}
.bannerBtm a.closeBannerBtm{position:absolute;top:0px;right:10px;font-size:10px;text-decoration:none;color:#eeeeee;}

#messageerror{float:left; width:600px; border:1px red ridge; background-color: #FBF0FA; padding: 20px; text-align: center; margin-left: 20px; font-weight: bold; font-size: 14px; margin-top: 30px;}
#messagenotity{float:left; width:600px; border:1px #5fce76 ridge; background-color: #d7f3d8; padding: 20px; text-align: center; margin-left: 20px; font-weight: bold; font-size: 14px; margin-top: 10px; margin-bottom: 10px;}
.messagenotity{float:left; width:600px; border:1px #5fce76 ridge; background-color: #d7f3d8; padding: 20px; text-align: center; margin-left: 20px; font-weight: bold; font-size: 14px; margin-top: 10px; margin-bottom: 10px;}
.messagenotity-error{float:left; width:600px;border: 1px #FF0000 ridge;background-color: #FF9B9B; padding: 20px; text-align: center; margin-left: 20px; font-weight: bold; font-size: 14px; margin-top: 10px; margin-bottom: 10px;}
.info{float:left; border:1px black solid; text-align: center; padding: 10px; font-size:1.2em;}
.info a, .info b{color:red; font-weight: bold;}
#job_alert_dialog {display: none;}
#job_alert_dialog #left{width:120px; }
#job_alert_dialog #right{padding: 10px; width: 390px;}

#job_alert_dialog h3{font-size: 19px;}
#job_alert_dialog #right .group{ width: 180px; float:left; margin-top: 3px;}
#job_alert_dialog #right .emailgroup{ width:380px; float:left; margin-top: 10px}
#job_alert_dialog #right .emailgroup label{width:380px; float:left; display: block;}
#job_alert_dialog #right .emailgroup input{width:347px;}
#job_alert_dialog #right .group input[type=submit]{padding: 5px; width:90px; display: block;}

#add_offer_contener{overflow: hidden;}
#add_offer_contener h1{margin-top: 10px; margin-left: 20px; font-size: 18px; font-weight: bold; color: rgb(86, 83, 82);}
#add_offer_contener .offer_type{ color:#000; border:1px #676767 solid; width:700px; float:left; margin-bottom: 10px;}
#add_offer_contener .offer_type:hover{border:1px #ff0000 solid;}
#add_offer_contener .offer_type p{font-weight: bold; padding: 0px 5px;  margin: 5px; width:250px;}
#add_offer_contener .offer_type ul{float:left; margin-top: 0px; padding-left: 20px;   list-style-type: square; width:380px;}
#add_offer_contener .offer_type ul li{margin-bottom: 10px;}
#add_offer_contener .offer_type .left{float:left; width:380px;}
#add_offer_contener .offer_type .right{margin-left: 10px; padding: 15px; float:left; width:250px; text-align: center;}
#add_offer_contener .offer_type .header{background-color: #F0F0F0; padding: 5px; padding-left: 45px; font-size:29px; background-image: url('../images/of_premium.png'); background-repeat: no-repeat;}
#add_offer_contener .offer_type .header .price{float:right; width:200px; text-align: right;}

#super_premium_dialog{display:none;}
#super_premium_dialog .group{width:270px; float:left; margin-left: 10px; margin-top: 10px; display: block; }
#super_premium_dialog .group_text{width:500px; float:left;}

#accordion h2{padding: 5px; padding-left: 25px;}
#accordion ul { padding: 5px;}
#accordion ul li{margin-bottom: 5px;}
#accordion ul li a:hover{text-decoration: underline;}

#pracodawcalogin {width: 475px; float: left;}
#kandydatlogin{ width:475px; float: left;}
#kandydatlogin .group, #pracodawcalogin .group {min-height: 30px;width:475px; margin-bottom: 5px;}
#kandydatlogin .group label,#pracodawcalogin .group label{ padding: 5px; width:200px; display: block; float:left;}
#kandydatlogin .group input[type="text"], #kandydatlogin .group input[type="password"],#pracodawcalogin .group input[type="text"], #pracodawcalogin .group input[type="password"]{width:240px; height: 25px;}
#kandydatlogin .group input[type="submit"],#pracodawcalogin .group input[type="submit"]{float:right; margin-right: 20px;}

#error{text-align: center; padding: 50px; min-height:  200px; font-weight: bold; font-size: 30px;  }
.checkbox-rules .errors{
    float: left;
    margin-left: -15px;
}
.error, .errors{color:red;}
#facebook_social{border:1px red ridge; margin-bottom:-3px; margin-left: 15px;}
#kandydat form input.input_error {background:#edd5d5;border: 1px solid #bd0808;}
#kandydat form .errors {color: #bd0808; }
.ui-autocomplete {
        max-height: 250px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
        /* add padding to account for vertical scrollbar */
}

#ref_scan {margin-top: 30px;} 
div.breadcrumbs div
{
    float: left;
}

div.breadcrumbs
{
    font-size: 9pt;
    margin-bottom: 15px;
    color: #555555;
}
div.breadcrumbs a
{
    color: #555555;
    text-decoration: underline;
}
div.breadcrumbs span.ui-icon
{
    display: inline-block;
    height: 13px;
}

.content
{
    margin-top: 15px;
}

#content .sitebar .box-reklamowy
{
    width: 220px;
    margin: 5px auto;
    background: #E1E3E8;
    text-align: center;
    overflow: hidden;
    
}

#content .sitebar .box-reklamowy-klawisz
{
    background: #d91914;
    color: #FFF;
    width: 100px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

.blogi-box-item{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.blogi-box-item:last-child{
    border-bottom: none;
}
.blog-box-img{
    padding-right: 0;
}
.blogi-meta, .blogi-meta a{
    color: #757575;
}
.naglowek-bloga{
    color: #cb2d21;
    margin-bottom: 20px;
    font-size: 18px;
}

@media screen and (max-width:1280px) {
    #plywajacy-zapisz{
        display: none;
    }
}

#plywajacy-zapisz{
    z-index: 10;
    position: fixed;
    left:0;
    bottom: 100px;
}

@media screen and (max-width:1180px) {
    #plywajacy-baner{
        display: none;
    }
}

#plywajacy-baner{
    z-index: 10;
    position: fixed;
    left:0;
    top: 100px;
    width: 96px;
    height: 183px;
    overflow: hidden;
}

#plywajacy-konkurs{
    margin-top: 10px;
}

#plywajacy-fb{
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 5px;
    background: #fff;
}

.plywajacy-fb-fb{
    min-height: 90px;
    overflow: hidden;
    min-width: 73px;
}
.plywajacy-fb-gp{
    margin: 10px auto 0 auto;
    text-align: center;
}
.social-slid{
    position: fixed;
    background: #fff;
}
.social-icon{
    float:right;
    width: 93px;
    height: 50px;
    margin: 0 -93px 0 0;
}
.social-slid-konkurs{
    left: -287px;
    /*top: 280px;*/
    margin-top: 5px;
    z-index: 5;
}
.soc-konkurs{
    width: 287px;
}
.icon-konkurs{
    background: url("/images/social_media/konkurs2_gw.jpg") no-repeat scroll center center;
}

.mail-confirm-popup{
    width: 80%; 
    padding: 5px 2% 20px; 
    margin: 20px auto; 
    text-align: center; 
    color: white; 
    font-size: 120%; 
    font-weight: bold;
}

.mail-confirm-popup a{
    color: white;
    text-decoration: underline;
}

.mail-confirm-popup.popup-positive{
    background-color: #1B9110; 
}

.mail-confirm-popup.popup-negative{
    background-color: #BF0000; 
}

.mail-confirm-popup-title{
    font-size: 120%;
}

.white_background{
    background: #fff;
    border-radius: 5px;
    padding: 5px
}

@media screen and (max-width:1330px) {
    #baner-wywiady-plywajacy{
        display: none;
    }
}
@media only screen and (max-height:580px) {
    #baner-wywiady-plywajacy{
        display: none;
    }
}

#baner-wywiady-plywajacy{
    z-index: 10;
    position: fixed;
    left:0;
    top: 340px;
    border-top: 1px solid #d81c11;
    border-right: 1px solid #d81c11;
    border-bottom: 1px solid #d81c11;
    width: 157px;
}

.baner-wywiady-plywajacy-text{
    background: #f4f3f3;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
}

.baner-wywiady-plywajacy-button{
    display: block;
    margin: 10px auto 0 auto;
    padding: 5px 20px;
    background: #fc0d1b;
    color: #fff;
    font-weight: bold;
}
.back-top-box{
    float: left;
    width: 33%;
}
.back-top-box-st{
    float: left;
    width: 5%;
      margin-top: 80px;
}
.topimg1{
    width: 35%;
}
.topimg2{
    width: 33%;
}
.topimg3{
    width: 30%;
}
.topimg4{
    width: 39%;
}
.topimg5{
    width: 33%;
}
.topimg6{
    width: 27%;
}
.topimg7{
    width: 33%;
}
.topimg8{
    width: 34%;
}
.topimg9{
    width: 32%;
}
.topimg10{
    width: 37%;
}
.topimg11{
    width: 33%;
}
.topimg12{
    width: 28%;
}
.topimg13{
    width: 33%;
}
.topimg14{
    width: 33%;
}
.topimg15{
    width: 33%;
}
.topimg16{
    width: 36%;
}
.topimg17{
    width: 33%;
}
.topimg18{
    width: 28%;
}
.topimg19{
    width: 33%;
}
.topimg20{
    width: 33%;
}
.topimg21{
    width: 33%;
}
.topimg22{
    width: 29%;
}
.topimg23{
    width: 35%;
}
.topimg24{
    width: 33%;
}
.popup-szkola-pol{
    width: 677px;
    height: 481px;
    background: url('/images/popup/popup_szkola_pol.png');
    position: relative;
}
.popup-szkola-pol .b-close-iks{
    position: absolute;
    right: 0;
}
.popup-szkola-pol .b-img-more{
    position: absolute;
    right: 80px;
    bottom: 0px;
}
.popup-ankieta{
    width: 654px;
    height: 650px;
    background: url('/images/popup/popup-ankieta2.png');
    position: relative;
}
.popup-ankieta .b-close-iks{
    position: absolute;
    left: 0;
}
.popup-ankieta .b-img-more{
    position: absolute;
    right: 80px;
    bottom: 0px;
}
.popup-ankieta .form-ankieta{
    position: absolute;
    bottom: 0;
    left: 40px;
}
.popup-ankieta .ankieta-label{
    text-transform: uppercase;
    color: #CC0000;
    font-weight: bold;
    font-size: 18px;
}
.popup-ankieta .ankieta-submit{
    position: absolute;
    bottom: 0;
    left: 205px;
}
.popup-ankieta .ankieta-option{
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
}
.popup-ankieta .ankieta-pytanie{
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 5px 5px 4px 15px;
    vertical-align: middle;
    cursor: pointer;
}
.popup-ankieta .ankieta-formularz{
    margin-bottom: 70px;
}
.popup-ankieta-mordor{
    width: 693px;
    height: 335px;
    background: #fff;
    position: relative;
    border: 10px solid #c00;
}
.mordor-naglowek{
    background: #c00;
    padding: 4px;
    margin: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.mordor-naglowek .yell-text{
    color: #fefb00;
}
.form-ankieta-mordor{
    padding: 10px;
}
.popup-ankieta-mordor .b-close-iks{
    position: absolute;
    right: -20px;
    top: -20px;
}
.form-ankieta-mordor .mordor-column{
    width: 50%;
    float: left;
}
.form-ankieta-mordor .group-mordor{
    margin: 15px 0;
}
.form-ankieta-mordor .mordor-option label{
    display: block;
    width: 50%;
    float: left;
}
.form-ankieta-mordor .mordor-option{
    margin-left: 25px;
    overflow: hidden;
}
.form-ankieta-mordor .mordor-option-test{
    margin-left: 25px;
    overflow: hidden;
}
.form-ankieta-mordor .ankieta-label{
    font-weight: bold;
    font-size: 18px;
    background: url('/images/mordor-st.png') left top no-repeat;
    display: block;
    padding-left: 21px;
}
.form-ankieta-mordor .mordor-submit{
    width: 100%;
    background: #c00;
    border: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 7px 0;
}
.corpo-naglowek{
    background: #c00;
    padding: 4px;
    margin: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.corpo-naglowek .yell-text{
    color: #fefb00;
}
.form-ankieta-corpo{
    padding: 304px 10px 10px 10px;
}
.popup-ankieta-corpo .b-close-iks{
    position: absolute;
    right: -20px;
    top: -20px;
}
.form-ankieta-corpo .corpo-column{
    width: 50%;
    float: left;
}
.form-ankieta-corpo .group-corpo{
    margin: 5px 0;
}
.form-ankieta-corpo .corpo-option label{
    display: block;
    /*width: 50%;*/
    height: 32px;
}
.form-ankieta-corpo .corpo-option{
    margin-left: 25px;
    overflow: hidden;
    line-height: 5px;
}
.form-ankieta-corpo .corpo-option-test{
    margin-left: 25px;
    overflow: hidden;
}
.form-ankieta-corpo .ankieta-label{
    font-weight: bold;
    font-size: 14px;
    background: url('/images/mordor-st.png') left top no-repeat;
    display: block;
    padding-left: 21px;
}
.form-ankieta-corpo .ankieta-pytanie-corpo{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 5px 4px 15px;
    vertical-align: middle;
    cursor: pointer;
}
.box-groups-links{
    background: #EEE;
    padding: 5px;
    margin: 5px;
}
.box-groups-links .box-group-links-naglowek{
    font-weight: bold;
}
.box-groups-links ul.list-arrow{
    list-style-image: url('/images/punktor-arrows.png');
    margin-top: 0;
    padding-left: 25px;
}
.box-groups-links ul.list-arrow a{
    color: #000;
}
.static-page .number{
    color: #d91b11;
    font-size: 2rem;
    display: block;
    line-height: 1.7rem;
    font-weight: bold;
}
.static-page .heading{
    font-size: 38px;
    font-weight: 200;
    text-align: center;
    padding: 30px 10px;
}
@media (max-width: 768px) {
    .static-page .heading{
        font-size: 24px;
    }
}
.static-page .paragraph{
    font-size: 18px;
    font-weight: 300;
}
.lista-img{
    margin-right: 15px;
}
.category-list .heading{
        font-size: 32px;
}
.category-list .category-item{
    margin-top: 85px;
    border: 1px solid #eee;
    padding-bottom: 20px;
}
.category-list .category-row{
    padding-bottom: 20px;
}
.category-list .category-item.category-item-grey{
    background: #ebebeb;
}
.category-list .category-item img{
    display: block;
    margin: 0 auto;
    margin-top: -85px;
}
.logo-line{
    padding-top: 10px;
    padding-bottom: 10px;
}
.backgrount-kontakt-oferta{
    margin-top: 20px;
    padding: 32px 0 20px 0;
    background-image: url(/images/oferta/contact-form.jpg);
    background-position: center -110px;
    background-size: cover;
}
.backgrount-kontakt-oferta-container{
    background-color: rgba(0, 0, 0, 0.61);
    padding: 20px 40px;
    color: #fff;
}
.lista-ogloszenia-item{
    margin-top: 30px;
}

.hexagon {
  position: relative;
  width: 120px; 
  height: 69.28px;
  margin: 34.64px 0;
  background-size: auto 138.5641px;
  background-position: center;
}

.hexTop,
.hexBottom {
  position: absolute;
  z-index: 1;
  width: 84.85px;
  height: 84.85px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 17.57px;
}

/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
  content: "";
  position: absolute;
  width: 120.0000px;
  height: 69.2820323027551px;
  -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-34.6410px);
  -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-34.6410px);
  transform:          rotate(45deg) scaleY(1.7321) translateY(-34.6410px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.hexTop {
  top: -42.4264px;
}

.hexTop:after {
  background-position: center top;
}

.hexBottom {
  bottom: -42.4264px;
}

.hexBottom:after {
  background-position: center bottom;
}

.hexagon:after {
  content: "";
  position: absolute;
  top: 0.0000px;
  left: 0;
  width: 120.0000px;
  height: 69.2820px;
  z-index: 2;
  background: inherit;
}

.glowny-box-kurs-darmowe{border: 1px solid #EEEEEE; border-radius: 7px; padding: 0px; margin: 5px;}
.h3-naglowek-box-kursy-darmowe{text-align: center; border-bottom: 1px solid white; color: white;}
.dolny-box-kursy-darmowe{border-top: 1px solid white; text-align: center; font-size: 14px; margin-top: 10px;}
.naglowek-tlo-box-kursy{background: #d91910; background: -moz-linear-gradient(top, #d91910 0%, #840202 100%, #4b6e00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d91910), color-stop(100%,#840202), color-stop(100%,#4b6e00)); background: -webkit-linear-gradient(top, #d91910 0%,#840202 100%,#4b6e00 100%); background: -o-linear-gradient(top, #d91910 0%,#840202 100%,#4b6e00 100%); background: -ms-linear-gradient(top, #d91910 0%,#840202 100%,#4b6e00 100%); background: linear-gradient(to bottom, #d91910 0%,#840202 100%,#4b6e00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91910', endColorstr='#4b6e00',GradientType=0 );}
.link-kursy-box-free, link-kursy-box-free:hover, link-kursy-box-free:active, link-kursy-box-free:visited{color: white; text-decoration: none; font-size: 15px;}
.link-kursy-box-free2, link-kursy-box-free2:hover, link-kursy-box-free2:active, link-kursy-box-free2:visited{color: black; text-decoration: none; font-size: 15px;}
/*.couponcode:hover .coupontooltip{display:block;}*/
.couponcode .couponhover{display:block;}
.coupontooltip{display: none;background: #E1E3E8;margin: 0px 10px;;padding: 0px;position: relative;height: auto;color: white;border: 3px solid white;border-radius: 6px;}
.couponcode{}
.li-tooltip{text-align: center; background: #E1E3E8;}
.li-tooltip2{text-align: center;background: #D61810;border: 1px;margin: 0 -2px;}
.box-podpowiedzi-slid{
    bottom: 0;
    width: 209px;
    right: 0;
    border: 1px solid #8D0504;
    border-radius: 4px;
    z-index: 10;
    position: fixed;
    font-size: 15px;
    background: #d81b11; /* Old browsers */
    background: -moz-linear-gradient(top, #d81b11 0%, #840202 100%, #2989d8 100%, #207cca 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d81b11), color-stop(100%,#840202), color-stop(100%,#2989d8), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d81b11 0%,#840202 100%,#2989d8 100%,#207cca 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d81b11 0%,#840202 100%,#2989d8 100%,#207cca 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d81b11 0%,#840202 100%,#2989d8 100%,#207cca 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d81b11 0%,#840202 100%,#2989d8 100%,#207cca 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81b11', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
}
.box-podpowiedzi-text{
    color: white;
    text-align: left;
    padding: 0 10px;
}
.box-podpowiedzi-h4{
    margin: 0;
    width: 100%;
    color: white;
    text-align: center;
    padding: 3px 0px;
    font-size: 20px;
}
.box-podpowiedzi-slid-zr{
    text-align: center;
    background-color: #8D0504;
    color: white;
    border-top: 1px solid white;
    cursor: pointer;
}
.box-podpowiedzi-slid-content{
    overflow: hidden;
    text-align: center;
}
.box-podpowiedzi-img{
    border: 3px solid white;
    border-radius: 15px;
}
.podpowiedzi-slide-link{
    color: #FFFFFF;
    padding: 2px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid white;
}
.swieta-col{
    font-family: arial;
    text-align: center;
    color: #9E1414;
}
.belka{
    background-image: url('/images/social_media/tlon.jpg');
    font-family: arial;
    text-align: center;
    overflow: hidden;
}
.belka-input{
    width: 90%;
    height: 31px;
    font-size: 20px;
    border-radius: 4px;
    text-align: center;
}
.belka-submit{
    height: 37px;
    width: 100px;
    background-color: #F00000;
    border: 2px solid white;
    border-radius: 3px;
    font-size: 22px;
    color: white;
}
@media (max-width: 767px) {
    .belka-submit{
        margin-top: 10px;
    }
}
.belka-naglowek{
    margin: 0px auto;     
    font-size: 20px;          
    color: white;
}
.belka-regulamin{
    color: white;
    
}
.ico-belka{
    width: 20px;
    height: 20px;
}
.button-belka{
    border: 0px;
    background: none;
}

.top-panel-block{
        background: rgba(255, 255, 255, 0.32);
        padding: 2px;
        margin: 5px;
        float: left;
        text-align: center;
        border-radius: 10px;
}
#tabs{
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}
.migacz-box{
    border: 1px solid #D91B11;
    width: 112px;
    padding: 7px;
    border-radius: 5px;
    position: fixed;
    background: rgba(255, 255, 255, 0.68);
    margin-top: 230px;
}
p#locked {
    background-color: #fdf7f7;
    color: #d9534f;
    font-weight: bold;
    font-size: 1.3em;
    padding: 3px;
    border: 1px dotted #d9534f;
    margin: 5px;
}

.recommended-courses {
    clear: both;
    padding: 15px 0 30px 0;
    overflow: hidden;
}

.recommended-courses h2 {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-face: Arial;
}

.recommended-courses div.course {
    float: left;
    margin: 10px 0;
    width: 50%;
    text-align: center;
}

.recommended-courses div.course h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-face: Arial;
    margin: 0;
}

.recommended-courses div.course p.description {
    width: 175px;
    color: #acacac;
    text-align: left;
    margin-top: 0;
    font-family: Arial;
}

/*.recommended-courses div.link {
    text-align: right;
    padding-right: 20px;
    width: 175px;
}*/

.recommended-courses a {
    text-align: right;
    font-size: 1.1em;
}

.box-kursy-waski{width: 185px;}
.box-kursy-szeroki{width: 220px;}
.glowny-box-kursy{border: 1px solid #EEEEEE; border-radius: 7px; margin: 0 auto;}
.h3-naglowek-box-kursy{text-align: center; border-bottom: 1px solid white; color: white;}
.boxy-kursy{width:50%; height: 70px; float: left; text-align: center;}
.h3-kursy-box-kursy{font-size: 12px; border-bottom: 1px solid white; margin-top: 0px; text-align: center; color: white;}
.h3-kursy-box-kursy a{color: white;}
.dolny-box-kursy{text-align: right;}
.naglowek-tlo-box-kursy{background: #d91910; background: -moz-linear-gradient(top, #d91910 0%, #840202 100%, #4b6e00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d91910), color-stop(100%,#840202), color-stop(100%,#4b6e00)); background: -webkit-linear-gradient(top, #d91910 0%,#840202 100%,#4b6e00 100%); background: -o-linear-gradient(top, #d91910 0%,#840202 100%,#4b6e00 100%); background: -ms-linear-gradient(top, #d91910 0%,#840202 100%,#4b6e00 100%); background: linear-gradient(to bottom, #d91910 0%,#840202 100%,#4b6e00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91910', endColorstr='#4b6e00',GradientType=0 );}
.img-kursy-box{width: 90px; height: 60px; border-radius: 13px; padding: 0 0 0 3px;}
.link-kursy-box, .link-kursy-box:hover, .link-kursy-box:visited{display: block;padding: 15px 0;}
.ng-kursy-box{color: #fff; font-weight: bold; font-size: 18px;}
.kolo-kursy-zdjecia{background-color: white; color: #AD0D09; border: 1px solid #AD0D09; border-radius: 32px; width: 56px;}
#promotedEmployeeBox{margin: 10px 0; float: left;display:inline-block;width:680px;border: 1px solid #EAEAEA;background: #FAFAFA;color: #333333;}
#promotedBoxLeft{border-right: 1px solid #CACACA;float: left;margin: 10px 0;width: 400px; }
#promotedBoxRight{float: right;margin: 20px 0;width: 275px;}
#promotedEmployeeAddBox{text-align: center; display: inline-block; width: 100%;}
#promotedEmployeeClearBox{display:inline-block;}
#promotedEmployeeDetails{float: left;line-height: 20px; margin: 0 0 0 10px;text-align: left;}
#promotedEmployeeDetails a{color:#333; font-weight: bold; text-decoration: underline;}
#promotedPhotoBox{border: 1px solid #CACACA;margin: 0 5px;padding: 10px;float:left;}
#promotedPhotoBox img{max-width: 80px; max-height: 80px;}
.box-lista-linkow a{
    color: #000;
    text-decoration: underline;
}

.removeCookie {
    position: fixed;
    top: 80px;
    right: 5px;
    padding: 5px;
    width: 350px;
    background-image: url('/images/body.png');
    background-repeat: repeat-x;
    background-color: #fff;
    z-index: 1000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 18px #888888;
    border: 1px ridge #DDDDDD;
}

.removeCookie a.removeCookieBtn {
    display: block;
    margin: 0 auto;
    border: 1px solid #DDD;
    font-size: 14px;
    background-color: #F2F2F2;
    color: #57C284;
    width: 150px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.boxMessage{
    padding: 10px;
    text-align: center;    
}

#boxMessageSuccess
{
    border: 2px solid green;
}

#boxMessageNotsuccess
{
    border: 2px solid red;
}

#tipQuestion{
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Domyślnie ukryty--*/
    padding:10px;
    position:absolute;    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 250px;
}

.tip-append{
    color: #fff;
    background:#1d1d1d;
    padding:5px;
    position:absolute;
    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 250px;
}

.default-hidden {
    display: none;
}

#ref_scan {margin-top: 30px;} 

#reload-capcha{
    width: 26px;
    height: 26px;
    background: url(/images/relo.png);
}
#klawisz-reload{
    float: right;
}

div.application {
    float: left;
    clear: left;
}

div.applicationFiles {
    float: left;
}
div.naglowek-border{
    font-size: 18px;
    font-weight: bold;
    border-bottom: #888888 3px solid;
    margin: 10px 0;
}
.naglowek-border-bred{
    border-bottom: #E40600 3px solid;
    padding-bottom: 1px;
}
.naglowek-border-bred a, .podpis-wszystkie-bred a{
    color: #000;
}
.podpis-wszystkie{
    text-align: right;
}
.podpis-wszystkie a{
    display: inline-block;
    padding: 10px 15px;
    background-color: #D1DF28;
    color: #fff;
}
.proponowane-opinie{
    color: #b8b8b8;
}
.proponowane-opinie .proponowane-link{
    font-size: 18px;
}
.proponowane-opinie .proponowane-tresc{
    margin-top: 10px;
}
.reviews-cover{
    min-height: 200px;
    background: #fff;
    position: relative;
}
.reviews-cover-premium{
    background: #d9d9d9;
}
.reviews-cover .cover-content{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.reviews-cover .menu-cover-border{
    background: rgba(204, 204, 204, 0.45);
}
.reviews-cover-premium .menu-cover-border{
    background: #fff;
}
.reviwes-logo-box{
    background: #fff;
    height: 150px;
    width: 150px;
    position: absolute;
    padding: 5px;
    margin: 15px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #e8e8e8 solid;
    z-index: 3;
}
@media (max-width: 767px) {
    .reviews-cover .cover-content{
        position: relative;
    }
    .reviwes-logo-box{
        position: relative;
        margin: 0 auto;
    }
}
.text-border{
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.cover-info{
    padding: 10px;
}
.cover-info h1{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin: 5px;
}
.cover-info h3{
    color: #000;
    font-size: 14px;
    margin: 5px;
}
.cover-info-premium h1, .cover-info-premium h3{
    color: #fff;
}
.cover-menu .menu-cover-border{
    border: 1px #d7d7d7 solid;
}
.cover-menu ul.cover-menu-first{
    padding: 0;
    list-style-type: none;
}
.cover-menu ul.cover-menu-first > li{
    float: left;
    padding: 13px 10px;
    border-right: 1px #d7d7d7 solid;
}
.cover-menu ul.cover-menu-first > li a{
    display: block;
    padding: 0 5px;
    text-align: center;
}

.cover-menu ul.cover-menu-first > li.wywiad-promo {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(216,26,16,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(216,26,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(216,26,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d81a10',GradientType=0 ); /* IE6-9 */
}

.cover-menu ul.cover-menu-first > li.wywiad-promo a,
.cover-menu ul.cover-menu-first > li.wywiad-promo span {
    color: #fff;
}

.cover-menu ul.cover-menu-first > li span{
    color: #878c8f;
    display: block;
    font-size: 24px;
    height: 30px;
}
.cover-menu ul.cover-menu-first > li a:hover{
    color: #000;
    text-decoration: none;
}
@media (max-width: 992px) {
    .cover-menu ul.cover-menu-first > li{
        width: 20%;
        border: none;
    }
}
@media (max-width: 767px) {
    .cover-menu ul.cover-menu-first > li{
        width: 50%;
        border: none;
    }
}
.cover-menu .cover-menu-claps{
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
}
.cover-menu ul.dropdown-menu li{
    display: block;
    padding: 5px;
    overflow: hidden;
}
.cover-menu ul.dropdown-menu li a{
    color: #207cca;
}
.cover-menu ul.dropdown-menu li a:hover{
    color: #000;
    background-color: #fff;
}
.opinia{
    padding-bottom: 15px;
}
.opinia .opinia-text{
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    min-height: 100px;
    color: #717171;
    font-size: 13px;
    word-wrap: break-word;
}
.opinia-wcieta .opinia-text{
    background-color: #fff;
    border: 2px solid #f0f0f0;
}
.opinia .opinia-rozek{
    padding-right: 0;
    margin-right: 0;
    position: relative;
    font-size: 72px;
    color: #999999;
}
.opinia-wcieta .opinia-rozek{
    color: #efefef;
}
.opinia .opinia-rozek-worker{
    color: #ff9595;
}
.opinia .opinia-rozek-red{
    color: #ff9595;
}
.opinia .opinia-rozek-blue{
    color: #1F51DA;
}
.opinia .opinia-rozek:after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg); 
    background-color: #f0f0f0;
    border: 5px #fff solid;
    position: absolute;
    right: -20px;
    top: 30px;
}
.opinia-text .opinia-text-meta{
    margin-left: 5px;
    margin-bottom: 15px;
}
.opinia-text .opinia-text-desc{
    margin-bottom: 10px;
}
.opinia-text .opinia-text-nick{
    font-size: 16px;
    color: #000;
}
.opinia-text .opinia-like, .opinia-text .opinia-like a{
    color: #717171;
    font-size: 16px;
}
.opinia-text .opinia-like a:hover{
    text-decoration: none;
    color: #00ab00;
}
.opinia-text .opinia-like i{
    font-size: 18px;
}
.sitebar-reviews{
    margin-top: 15px;
}
.sitebar-starbox .stars-opinie{
    font-size: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sitebar-starbox{
    color: #717171;
}
@media (min-width: 992px) {
    .sitebar-starbox .stars-opinie{
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .sitebar-starbox .stars-opinie{
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .sitebar-starbox .stars-opinie{
        font-size: 30px;
    }
}
.opinia-new textarea, .opinia-new textarea:focus{
    background: transparent;
    border: 1px #cccccc solid;
    background-color: #FFF;
}
.opinia-new .opinia-text{
    background: none;
}
.opinia-new{
    color: #717171;
}
.quote-info{
    display: none;
    margin-bottom: 0;
}
.group-social li i{
    font-size: 20px;
}
.msgrate{
    text-align: center;
    min-width: 150px;
    color: white;
    padding: 3px 5px;
    border: 1px solid #a3b100;
    position: absolute;
    top: 28px;
    right: 5px;
    display: none;
    background: rgb(209, 223, 40);
    border-radius: 5px;
    font-weight: bold;
}
.msgrate:before{
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    display: block;
    border-color: transparent transparent #a3b100 transparent;
    border-width: 5px;
    border-style: solid;
}
.jobs-show-meta .jobs-logo{
    float: left;
    padding: 10px;
}
.jobs-show-meta .jobs-logo img{
    max-height: 80px;
}
.jobs-show-meta h1{
    font-size: 24px;
    padding: 0;
    margin: 15px 0 5px 0;
}
.jobs-show-meta h3{
    font-size: 16px;
    color: #818181;
    padding: 0;
    margin: 0;
}
.jobs-show-meta h4{
    font-size: 14px;
    color: #818181;
}
.jobs-show-meta .jobs-meta-d2{
    padding-top: 15px;
}
.jobs-show-meta .jobs-meta-d3{
    border: 1px #e5e5e5 solid;
}
.jobs-show-meta .jobs-meta-d3 .jobs-info-emp a, .jobs-show-meta .jobs-meta-d3 .jobs-info-emp span{
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    color: #818181;
    border-right: 1px #e5e5e5 solid;
    padding: 10px 30px;
    position: relative;
}
.jobs-show-meta .jobs-meta-d3 .jobs-info-emp a.active:after, .jobs-show-meta .jobs-meta-d3 .jobs-info-emp span.active:after{
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    background: #8d201b;
    height: 3px;
    width: 100%;
    left: 0;
}
.jobs-show-meta .jobs-meta-d3 .jobs-info-emp a:hover{
    text-decoration: none;
    color: #565656;
}
.jobs-show-meta .jobs-meta-d3 .jobs-info-emp a i, .jobs-show-meta .jobs-meta-d3 .jobs-info-emp a span,
.jobs-show-meta .jobs-meta-d3 .jobs-info-emp span i, .jobs-show-meta .jobs-meta-d3 .jobs-info-emp span span{
    font-size: 22px;
}
@media (min-width: 768px) {
    .jobs-group-link{
        display: flex;
    }
    .jobs-group-link .jobs-group-link-end{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
@media (min-width: 992px) {
    .jobs-content-oferta{
        display: flex;
    }
    .jobs-content-oferta .sitebar{
        display: flex;
    }
}
.jobs-content-oferta .sitebar-oferta-content{
    width: 100%;
}
.jobs-content-oferta table td{
    padding: 30px;
}
.jobs-content-oferta table td td{
    padding: 0;
}
.jobs-content-oferta .linki-oferta-grupa ul{
    list-style: none;
    padding: 0;
}
.jobs-content-oferta .linki-oferta-grupa li a{
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px #e8e8e8 solid;
    font-size: 16px;
}
.jobs-content-oferta .linki-oferta-grupa li i{
    color: #818181;
    margin-right: 15px;
    margin-left: 10px;
}
.jobs-content-oferta .linki-oferta-grupa li a:hover i{
    color: #565656;
}
.jobs-content-oferta .linki-oferta-grupa li a:hover{
    text-decoration: none;
}
.jobs-content-oferta .oferta-tresc{
    padding-top: 20px;
}
@media (max-width: 768px) {
    .xs-50{
        width: 50%;
    }
    .xs-100{
        width: 100%;
    }
}
#cookies-message{
    padding: 2px;
    font-size: 14px;
    line-height: 14px;
    border-top: 1px solid #4B4B4B;
    position: fixed;
    bottom: 0px;
    background-color: #ebebeb;
    width: 100%;
    z-index: 999;
}
#cookies-message .cookies-message-text{
    color: #909090;
    padding-bottom: 15px;
}
#cookies-message h4{
    font-size: 18px;
}
.scroller-click-index{
    background-color: transparent !important;
    max-height: 145px;
    overflow: hidden;
}
.scroller-click-index .mTSButton{
    background: #d1df28 !important;
    padding: 24px 4px 40px 4px !important;
}
.menu-fragment-2{
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.menu-fragment-2 div{
    padding: 5px;
}
.menu-fragment-2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px #e8e8e8 solid;
    height: 50px;
    width: 100%;
    background-image: url('/images/new_layout/text-document-page-mod-grey.png');
    background-position: center left;
    background-size: auto 140%;
    background-repeat: no-repeat;
    background-position-y: -10px;
    background-position-x: -25px;
}
.sitebar-zaangazowany{
    padding-top: 0;
    padding-bottom: 0;
}
.checked-green-big{
    font-size: 72px;
    color: #ffd700;
}
.sitebar-zaangazowany-text b{
    font-size: 16px;
}
.sitebar-zaangazowany-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #787878;
}
.sitebar-search-contact{
    color: #787878;
}
.box-autoryzuj{
    padding-top: 0;
    padding-bottom: 0;
}
.box-autoryzuj a{
    display: block;
}
.box-autoryzuj i{
    color: #D91B11;
    font-size: 60px;
}
.box-autoryzuj div{
    text-align: center;
}
.box-autoryzuj .box-autoryzuj-text{
    margin-top: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #808080;
}
.box-autoryzuj a:hover .box-autoryzuj-text{
    color: #6d6d6d;
}
.box-autoryzuj a:hover i{
    color: #ad0901;
}
.box-autoryzuj .box-autoryzuj-text1{
    text-transform: uppercase;
    font-size: 24px;
}
.box-autoryzuj .box-autoryzuj-text2{
    text-transform: uppercase;
    font-size: 21px;
}
.newpopup-kontakt{
    background-color: #d31314;
    font-weight: 600;
}
.gw-form-control{
    margin-top: 8px;
    margin-bottom: 8px;
}
.newpopup-konakt-naglowek{
    color: #fff;
    margin-top: -60px;
    text-transform: uppercase;
    text-align: left;
}
#label-regulamin-pracodawca{
    color: #fff;
    font-size: 13px;
}
#pracodawca-submit{
    padding: 8px 40px;
    color: #cc0000;
    background-color: #e2d9d9;
    border: solid 1px #960000;
    margin: 5px 10px;
    font-weight: bold;
}
.button-pokaz-formkontakt{
    background-color:#d81b11;
    padding: 10px 20px;
    border: 0;
    font-weight: bold;
    color: #fff;
}
.close-perm{
    position: absolute;
    left: 10px;
    font-size: 36px;
    color: #fff;
}
.close-perm-left-top{
    position: absolute;
    left: 10px;
    font-size: 36px;
}
.close-perm-right-top{
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 26px;
    background-color: #fff;
    color: #000;
    border: 0px;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    line-height: 1px;
    z-index: 3;
}
.register-ng{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.register-lista{
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}
.register-lista-text{
    padding: 10px 0;
}
.register-lista-img{
    width: 50px;
}
.register-form-select{
    background: #fff !important;
    width: 98% !important;
}
.register-form-input{
    margin: 8px;
    width: 97%;
}
#register-form{
    background: #F5F5F5;
    padding: 5px 0;
    margin-bottom: 20px;
}
.text-sus-headred{
    color: #d71a10;
    font-size: 32px;
}
.row-cert{
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1-certyfikaty{
    font-size: 28px;
    color: #d81b11;
    text-align: center;
    font-weight: 100;
}
.adslot_cps { display:inline-block; width: 300px; height: 600px; }
.adslot_css { display:inline-block; width: 336px; height: 280px; }
.adslot_ffl { display:inline-block; width: 300px; height: 250px; }
.adslot_i_min { display:inline-block; width: 336px; height: 280px; }
.adslot_i { display:inline-block; width: 300px; height: 250px; }
.adslot_jovf { display:inline-block; width: 336px; height: 280px; }
.adslot_jovh { display:inline-block; width: 300px; height: 250px; }
.adslot_jovs { display:inline-block; width: 300px; height: 600px; }
.adslot_jss { display:inline-block; width: 336px; height: 280px; }
.adslot_rl { display:inline-block; width: 300px; height: 250px; }
.adslot_rlf { display:inline-block; width: 300px; height: 250px; }
.adslot_rlh { display:inline-block; width: 300px; height: 250px; }
@media (max-width: 761px) {
    .adslot_cps { width:160px;height:600px; }
    .adslot_css { width:200px;height:200px; }
    .adslot_ffl { width:200px;height:200px; }
    .adslot_i_min { width:200px;height:200px; }
    .adslot_i { width:200px;height:200px; }
    .adslot_jovf { width:200px;height:200px; }
    .adslot_jovh { width:200px;height:200px; }
    .adslot_jovs { width:160px;height:600px; }
    .adslot_jss { width:200px;height:200px; }
    .adslot_rl { width:200px;height:200px; }
    .adslot_rlf { width:200px;height:200px; }
    .adslot_rlh { width:200px;height:200px; }
}
@media (min-device-width:970px) {
    .adslot_ffl { width: 970px; height: 250px; }
    .adslot_i { width:730px;height:280px; }
    .adslot_jovh { width:970px;height:250px; }
    .adslot_rl { width:750px;height:200px; }
    .adslot_rlf { width:750px;height:300px; }
    .adslot_rlh { width:730px;height:280px; }
}
.news-item-box{
    padding-top: 15px;
    border: 1px #e8e8e8 solid;
    margin-top: 15px;
}
.news-logo-box{
    background: #fff;
    height: 80px;
    width: 80px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #e8e8e8 solid;
}
.news-text-box{
    padding-top: 15px;
}
#loader-ajax{
    display: none;
    background: rgba(0, 0, 0, 0.74);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}
#loader-ajax .loader-ajax-text{
    position: absolute;
    top: 45%;
    left: 45%;
}
.popup-employee-stop-offers{
    background-image: url('/images/stopjob/bg.png');
    color: #fff;
}
.popup-employee-stop-offers-containter{
    border: 1px solid #fff;
    padding: 15px;
}
.popup-employee-stop-offers-lista{
    list-style-image: url('/images/stopjob/punktor.png');
}
.popup-employee-stop-offers-lista li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-kontakt-pracodawcy h1{
    font-size: 40px;
    margin-bottom: 20px;
}
.form-emp-kontakt input[type="text"], .form-emp-kontakt select{
    height: 40px;
}
.naglowek-popup-kontakt{
    text-transform: uppercase;
    font-size: 24px;
}
.link-wiecej-red{
    color: #e24b47;
}
.link-wiecej-red:hover{
    color: #e24b47;
}