.btn,.dropdown,.img-responsive,.slider>img,.the-content img{
    max-width:100%
}
#page-nav .page_item_has_children>a:after,#page-nav li:before,.alert .alert-content:before,.fa,.the-content h2:before,.the-content ul>li:before{
    -moz-osx-font-smoothing:grayscale
}
html{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:62.5%;
    overflow-y:scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
*,:after,:before{
    margin:0;
    padding:0;
    -webkit-box-sizing:inherit;
    -moz-box-sizing:inherit;
    box-sizing:inherit
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
ol,ul{
    list-style:none
}
table{
    border-collapse:separate;
    border-spacing:0
}
caption,td,th{
    font-weight:400;
    text-align:left
}
blockquote:after,blockquote:before,q:after,q:before{
    content:""
}
blockquote,q{
    -webkit-hyphens:none;
    -moz-hyphens:none;
    -ms-hyphens:none;
    hyphens:none;
    quotes:none
}
a:focus{
    outline:#c1c1c1 solid 2px;
    outline:rgba(51,51,51,.3)solid 2px
}
a:active,a:hover{
    outline:0
}
a img{
    border:0
}
button,input,select,textarea{
    font:inherit;
    border:0;
    text-align:left
}
button::-moz-focus-inner,input::-moz-focus-inner,select::-moz-focus-inner,textarea::-moz-focus-inner{
    border:0;
    padding:0
}
button,input[type=submit],input[type=button],input[type=reset]{
    background:0 0;
    cursor:pointer
}
b,strong{
    font-weight:700
}
cite,dfn,em,i{
    font-style:italic
}
abbr[title]{
    border-bottom:1px dotted #eaeaea;
    border-bottom:1px dotted rgba(51,51,51,.1);
    cursor:help
}

.carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1800px;
}

.carousel-images {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
}
.carousel-images::-webkit-scrollbar { /* Chrome, Safari, Edge */
    display: none;
}
.carousel-images img {
    flex-shrink: 0;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 5px;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.carousel-controls button {
    background-color: #D01975;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
}

.carousel-controls button:hover {
    background-color: #D01975;
}

.mega-menu-title {font-weight: bold;}

.partners-section {
  width: 1170px;
  display: block;
  margin: 0 auto !important;
}
main a {
  text-decoration: underline;
  color: #AE2E1A;
}

/*widoczny fokus*/
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 5px solid #0077c2 !important;
    outline-offset: 2px;
}

.skiplink {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skiplink:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  background-color: #007acc;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
}


.zapisz-sie-exp {
  background: #D01975 !important;
  padding: 8px !important;
  border: 0 !important;
}

.fa-search, .search-field {color: #000 !important;}

/* Dla przeglądarki WebKit (Safari, Chrome, itp.) */
::-webkit-input-placeholder {
  color: #000 !important; /* Podmień 'kolor' na kolor, którego chcesz użyć */
}

/* Dla przeglądarki Mozilla Firefox */
::-moz-placeholder {
  color: #000 !important; /* Podmień 'kolor' na kolor, którego chcesz użyć */
  opacity: 1; /* Potrzebne, aby ustawić przejrzystość */
}

/* Dla przeglądarki Microsoft Edge i Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #000 !important; /* Podmień 'kolor' na kolor, którego chcesz użyć */
}

/* Dla przeglądarki Internet Explorer 9 */
:-ms-input-placeholder {
  color: #000 !important; /* Podmień 'kolor' na kolor, którego chcesz użyć */
}

/* Dla przeglądarek, które obsługują CSS Level 4 */
::placeholder {
  color: #000 !important; /* Podmień 'kolor' na kolor, którego chcesz użyć */
}

.dropdown i {color: #000 !important;}




::-webkit-input-placeholder{
    color:grey;
    font-family:"Noto Sans",sans-serif
}
:-moz-placeholder{
    color:grey;
    font-family:"Noto Sans",sans-serif
}
::-moz-placeholder{
    color:grey;
    font-family:"Noto Sans",sans-serif;
    opacity:1
}
:-ms-input-placeholder{
    color:grey!important;
    font-family:"Noto Sans",sans-serif
}
/*! * Bootstrap v3.3.4 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
.img-responsive{
    display:block;
    height:auto
}
.screen-reader-text,.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
.container,.container-fluid{
    margin-right:auto;
    margin-left:auto
}
.container{
    padding-left:15px;
    padding-right:15px
}
@media (min-width:768px){
    .container{
        width:750px
    }
}
@media (min-width:992px){
    .container{
        width:970px
    }
}
@media (min-width:1200px){
    .container{
        width:1170px
    }
}
.container-fluid{
    padding-left:15px;
    padding-right:15px
}
.row{
    margin-left:-15px;
    margin-right:-15px
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
    position:relative;
    min-height:1px;
    padding-left:15px;
    padding-right:15px
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
    float:left
}
.col-xs-12{
    width:100%
}
.col-xs-11{
    width:91.66666667%
}
.col-xs-10{
    width:83.33333333%
}
.col-xs-9{
    width:75%
}
.col-xs-8{
    width:66.66666667%
}
.col-xs-7{
    width:58.33333333%
}
.col-xs-6{
    width:50%
}
.col-xs-5{
    width:41.66666667%
}
.col-xs-4{
    width:33.33333333%
}
.col-xs-3{
    width:25%
}
.col-xs-2{
    width:16.66666667%
}
.col-xs-1{
    width:8.33333333%
}
.col-xs-pull-12{
    right:100%
}
.col-xs-pull-11{
    right:91.66666667%
}
.col-xs-pull-10{
    right:83.33333333%
}
.col-xs-pull-9{
    right:75%
}
.col-xs-pull-8{
    right:66.66666667%
}
.col-xs-pull-7{
    right:58.33333333%
}
.col-xs-pull-6{
    right:50%
}
.col-xs-pull-5{
    right:41.66666667%
}
.col-xs-pull-4{
    right:33.33333333%
}
.col-xs-pull-3{
    right:25%
}
.col-xs-pull-2{
    right:16.66666667%
}
.col-xs-pull-1{
    right:8.33333333%
}
.col-xs-pull-0{
    right:auto
}
.col-xs-push-12{
    left:100%
}
.col-xs-push-11{
    left:91.66666667%
}
.col-xs-push-10{
    left:83.33333333%
}
.col-xs-push-9{
    left:75%
}
.col-xs-push-8{
    left:66.66666667%
}
.col-xs-push-7{
    left:58.33333333%
}
.col-xs-push-6{
    left:50%
}
.col-xs-push-5{
    left:41.66666667%
}
.col-xs-push-4{
    left:33.33333333%
}
.col-xs-push-3{
    left:25%
}
.col-xs-push-2{
    left:16.66666667%
}
.col-xs-push-1{
    left:8.33333333%
}
.col-xs-push-0{
    left:auto
}
.col-xs-offset-12{
    margin-left:100%
}
.col-xs-offset-11{
    margin-left:91.66666667%
}
.col-xs-offset-10{
    margin-left:83.33333333%
}
.col-xs-offset-9{
    margin-left:75%
}
.col-xs-offset-8{
    margin-left:66.66666667%
}
.col-xs-offset-7{
    margin-left:58.33333333%
}
.col-xs-offset-6{
    margin-left:50%
}
.col-xs-offset-5{
    margin-left:41.66666667%
}
.col-xs-offset-4{
    margin-left:33.33333333%
}
.col-xs-offset-3{
    margin-left:25%
}
.col-xs-offset-2{
    margin-left:16.66666667%
}
.col-xs-offset-1{
    margin-left:8.33333333%
}
.col-xs-offset-0{
    margin-left:0
}
@media (max-width:480px){
    .col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9{
        float:left
    }
    .col-xxs-12{
        width:100%
    }
    .col-xxs-11{
        width:91.66666667%
    }
    .col-xxs-10{
        width:83.33333333%
    }
    .col-xxs-9{
        width:75%
    }
    .col-xxs-8{
        width:66.66666667%
    }
    .col-xxs-7{
        width:58.33333333%
    }
    .col-xxs-6{
        width:50%
    }
    .col-xxs-5{
        width:41.66666667%
    }
    .col-xxs-4{
        width:33.33333333%
    }
    .col-xxs-3{
        width:25%
    }
    .col-xxs-2{
        width:16.66666667%
    }
    .col-xxs-1{
        width:8.33333333%
    }
    .col-xxs-pull-12{
        right:100%
    }
    .col-xxs-pull-11{
        right:91.66666667%
    }
    .col-xxs-pull-10{
        right:83.33333333%
    }
    .col-xxs-pull-9{
        right:75%
    }
    .col-xxs-pull-8{
        right:66.66666667%
    }
    .col-xxs-pull-7{
        right:58.33333333%
    }
    .col-xxs-pull-6{
        right:50%
    }
    .col-xxs-pull-5{
        right:41.66666667%
    }
    .col-xxs-pull-4{
        right:33.33333333%
    }
    .col-xxs-pull-3{
        right:25%
    }
    .col-xxs-pull-2{
        right:16.66666667%
    }
    .col-xxs-pull-1{
        right:8.33333333%
    }
    .col-xxs-pull-0{
        right:auto
    }
    .col-xxs-push-12{
        left:100%
    }
    .col-xxs-push-11{
        left:91.66666667%
    }
    .col-xxs-push-10{
        left:83.33333333%
    }
    .col-xxs-push-9{
        left:75%
    }
    .col-xxs-push-8{
        left:66.66666667%
    }
    .col-xxs-push-7{
        left:58.33333333%
    }
    .col-xxs-push-6{
        left:50%
    }
    .col-xxs-push-5{
        left:41.66666667%
    }
    .col-xxs-push-4{
        left:33.33333333%
    }
    .col-xxs-push-3{
        left:25%
    }
    .col-xxs-push-2{
        left:16.66666667%
    }
    .col-xxs-push-1{
        left:8.33333333%
    }
    .col-xxs-push-0{
        left:auto
    }
    .col-xxs-offset-12{
        margin-left:100%
    }
    .col-xxs-offset-11{
        margin-left:91.66666667%
    }
    .col-xxs-offset-10{
        margin-left:83.33333333%
    }
    .col-xxs-offset-9{
        margin-left:75%
    }
    .col-xxs-offset-8{
        margin-left:66.66666667%
    }
    .col-xxs-offset-7{
        margin-left:58.33333333%
    }
    .col-xxs-offset-6{
        margin-left:50%
    }
    .col-xxs-offset-5{
        margin-left:41.66666667%
    }
    .col-xxs-offset-4{
        margin-left:33.33333333%
    }
    .col-xxs-offset-3{
        margin-left:25%
    }
    .col-xxs-offset-2{
        margin-left:16.66666667%
    }
    .col-xxs-offset-1{
        margin-left:8.33333333%
    }
    .col-xxs-offset-0{
        margin-left:0
    }
}
@media (min-width:768px){
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{
        float:left
    }
    .col-sm-12{
        width:100%
    }
    .col-sm-11{
        width:91.66666667%
    }
    .col-sm-10{
        width:83.33333333%
    }
    .col-sm-9{
        width:75%
    }
    .col-sm-8{
        width:66.66666667%
    }
    .col-sm-7{
        width:58.33333333%
    }
    .col-sm-6{
        width:50%
    }
    .col-sm-5{
        width:41.66666667%
    }
    .col-sm-4{
        width:33.33333333%
    }
    .col-sm-3{
        width:25%
    }
    .col-sm-2{
        width:16.66666667%
    }
    .col-sm-1{
        width:8.33333333%
    }
    .col-sm-pull-12{
        right:100%
    }
    .col-sm-pull-11{
        right:91.66666667%
    }
    .col-sm-pull-10{
        right:83.33333333%
    }
    .col-sm-pull-9{
        right:75%
    }
    .col-sm-pull-8{
        right:66.66666667%
    }
    .col-sm-pull-7{
        right:58.33333333%
    }
    .col-sm-pull-6{
        right:50%
    }
    .col-sm-pull-5{
        right:41.66666667%
    }
    .col-sm-pull-4{
        right:33.33333333%
    }
    .col-sm-pull-3{
        right:25%
    }
    .col-sm-pull-2{
        right:16.66666667%
    }
    .col-sm-pull-1{
        right:8.33333333%
    }
    .col-sm-pull-0{
        right:auto
    }
    .col-sm-push-12{
        left:100%
    }
    .col-sm-push-11{
        left:91.66666667%
    }
    .col-sm-push-10{
        left:83.33333333%
    }
    .col-sm-push-9{
        left:75%
    }
    .col-sm-push-8{
        left:66.66666667%
    }
    .col-sm-push-7{
        left:58.33333333%
    }
    .col-sm-push-6{
        left:50%
    }
    .col-sm-push-5{
        left:41.66666667%
    }
    .col-sm-push-4{
        left:33.33333333%
    }
    .col-sm-push-3{
        left:25%
    }
    .col-sm-push-2{
        left:16.66666667%
    }
    .col-sm-push-1{
        left:8.33333333%
    }
    .col-sm-push-0{
        left:auto
    }
    .col-sm-offset-12{
        margin-left:100%
    }
    .col-sm-offset-11{
        margin-left:91.66666667%
    }
    .col-sm-offset-10{
        margin-left:83.33333333%
    }
    .col-sm-offset-9{
        margin-left:75%
    }
    .col-sm-offset-8{
        margin-left:66.66666667%
    }
    .col-sm-offset-7{
        margin-left:58.33333333%
    }
    .col-sm-offset-6{
        margin-left:50%
    }
    .col-sm-offset-5{
        margin-left:41.66666667%
    }
    .col-sm-offset-4{
        margin-left:33.33333333%
    }
    .col-sm-offset-3{
        margin-left:25%
    }
    .col-sm-offset-2{
        margin-left:16.66666667%
    }
    .col-sm-offset-1{
        margin-left:8.33333333%
    }
    .col-sm-offset-0{
        margin-left:0
    }
}
@media (min-width:992px){
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{
        float:left
    }
    .col-md-12{
        width:100%
    }
    .col-md-11{
        width:91.66666667%
    }
    .col-md-10{
        width:83.33333333%
    }
    .col-md-9{
        width:75%
    }
    .col-md-8{
        width:66.66666667%
    }
    .col-md-7{
        width:58.33333333%
    }
    .col-md-6{
        width:50%
    }
    .col-md-5{
        width:41.66666667%
    }
    .col-md-4{
        width:33.33333333%
    }
    .col-md-3{
        width:25%
    }
    .col-md-2{
        width:16.66666667%
    }
    .col-md-1{
        width:8.33333333%
    }
    .col-md-pull-12{
        right:100%
    }
    .col-md-pull-11{
        right:91.66666667%
    }
    .col-md-pull-10{
        right:83.33333333%
    }
    .col-md-pull-9{
        right:75%
    }
    .col-md-pull-8{
        right:66.66666667%
    }
    .col-md-pull-7{
        right:58.33333333%
    }
    .col-md-pull-6{
        right:50%
    }
    .col-md-pull-5{
        right:41.66666667%
    }
    .col-md-pull-4{
        right:33.33333333%
    }
    .col-md-pull-3{
        right:25%
    }
    .col-md-pull-2{
        right:16.66666667%
    }
    .col-md-pull-1{
        right:8.33333333%
    }
    .col-md-pull-0{
        right:auto
    }
    .col-md-push-12{
        left:100%
    }
    .col-md-push-11{
        left:91.66666667%
    }
    .col-md-push-10{
        left:83.33333333%
    }
    .col-md-push-9{
        left:75%
    }
    .col-md-push-8{
        left:66.66666667%
    }
    .col-md-push-7{
        left:58.33333333%
    }
    .col-md-push-6{
        left:50%
    }
    .col-md-push-5{
        left:41.66666667%
    }
    .col-md-push-4{
        left:33.33333333%
    }
    .col-md-push-3{
        left:25%
    }
    .col-md-push-2{
        left:16.66666667%
    }
    .col-md-push-1{
        left:8.33333333%
    }
    .col-md-push-0{
        left:auto
    }
    .col-md-offset-12{
        margin-left:100%
    }
    .col-md-offset-11{
        margin-left:91.66666667%
    }
    .col-md-offset-10{
        margin-left:83.33333333%
    }
    .col-md-offset-9{
        margin-left:75%
    }
    .col-md-offset-8{
        margin-left:66.66666667%
    }
    .col-md-offset-7{
        margin-left:58.33333333%
    }
    .col-md-offset-6{
        margin-left:50%
    }
    .col-md-offset-5{
        margin-left:41.66666667%
    }
    .col-md-offset-4{
        margin-left:33.33333333%
    }
    .col-md-offset-3{
        margin-left:25%
    }
    .col-md-offset-2{
        margin-left:16.66666667%
    }
    .col-md-offset-1{
        margin-left:8.33333333%
    }
    .col-md-offset-0{
        margin-left:0
    }
}
@media (min-width:1200px){
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{
        float:left
    }
    .col-lg-12{
        width:100%
    }
    .col-lg-11{
        width:91.66666667%
    }
    .col-lg-10{
        width:83.33333333%
    }
    .col-lg-9{
        width:75%
    }
    .col-lg-8{
        width:66.66666667%
    }
    .col-lg-7{
        width:58.33333333%
    }
    .col-lg-6{
        width:50%
    }
    .col-lg-5{
        width:41.66666667%
    }
    .col-lg-4{
        width:33.33333333%
    }
    .col-lg-3{
        width:25%
    }
    .col-lg-2{
        width:16.66666667%
    }
    .col-lg-1{
        width:8.33333333%
    }
    .col-lg-pull-12{
        right:100%
    }
    .col-lg-pull-11{
        right:91.66666667%
    }
    .col-lg-pull-10{
        right:83.33333333%
    }
    .col-lg-pull-9{
        right:75%
    }
    .col-lg-pull-8{
        right:66.66666667%
    }
    .col-lg-pull-7{
        right:58.33333333%
    }
    .col-lg-pull-6{
        right:50%
    }
    .col-lg-pull-5{
        right:41.66666667%
    }
    .col-lg-pull-4{
        right:33.33333333%
    }
    .col-lg-pull-3{
        right:25%
    }
    .col-lg-pull-2{
        right:16.66666667%
    }
    .col-lg-pull-1{
        right:8.33333333%
    }
    .col-lg-pull-0{
        right:auto
    }
    .col-lg-push-12{
        left:100%
    }
    .col-lg-push-11{
        left:91.66666667%
    }
    .col-lg-push-10{
        left:83.33333333%
    }
    .col-lg-push-9{
        left:75%
    }
    .col-lg-push-8{
        left:66.66666667%
    }
    .col-lg-push-7{
        left:58.33333333%
    }
    .col-lg-push-6{
        left:50%
    }
    .col-lg-push-5{
        left:41.66666667%
    }
    .col-lg-push-4{
        left:33.33333333%
    }
    .col-lg-push-3{
        left:25%
    }
    .col-lg-push-2{
        left:16.66666667%
    }
    .col-lg-push-1{
        left:8.33333333%
    }
    .col-lg-push-0{
        left:auto
    }
    .col-lg-offset-12{
        margin-left:100%
    }
    .col-lg-offset-11{
        margin-left:91.66666667%
    }
    .col-lg-offset-10{
        margin-left:83.33333333%
    }
    .col-lg-offset-9{
        margin-left:75%
    }
    .col-lg-offset-8{
        margin-left:66.66666667%
    }
    .col-lg-offset-7{
        margin-left:58.33333333%
    }
    .col-lg-offset-6{
        margin-left:50%
    }
    .col-lg-offset-5{
        margin-left:41.66666667%
    }
    .col-lg-offset-4{
        margin-left:33.33333333%
    }
    .col-lg-offset-3{
        margin-left:25%
    }
    .col-lg-offset-2{
        margin-left:16.66666667%
    }
    .col-lg-offset-1{
        margin-left:8.33333333%
    }
    .col-lg-offset-0{
        margin-left:0
    }
}
#footer-sidebar .widget-save-to-newsletter form:after,#footer-sidebar .widget-save-to-newsletter form:before,#footer-sidebar:after,#footer-sidebar:before,#page-header #main-nav .menu:after,#page-header #main-nav .menu:before,#page-header #main-nav .menu>li>a:after,#page-header #main-nav .menu>li>a:before,#page-header .departments-nav:after,#page-header .departments-nav:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before,.search-form:after,.search-form:before,.the-content form.search-form:after,.the-content form.search-form:before,.the-content form:after,.the-content form:before{
    content:" ";
    display:table
}
#footer-sidebar .widget-save-to-newsletter form:after,#footer-sidebar:after,#page-header #main-nav .menu:after,#page-header #main-nav .menu>li>a:after,#page-header .departments-nav:after,.clearfix:after,.container-fluid:after,.container:after,.row:after,.search-form:after,.the-content form.search-form:after,.the-content form:after{
    clear:both
}
.center-block{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.pull-right{
    float:right!important
}
.pull-left{
    float:left!important
}
@-ms-viewport{
    width:device-width
}
.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{
    display:none!important
}
@media (max-width:767px){
    .visible-xs{
        display:block!important
    }
    table.visible-xs{
        display:table
    }
    tr.visible-xs{
        display:table-row!important
    }
    td.visible-xs,th.visible-xs{
        display:table-cell!important
    }
    .visible-xs-block{
        display:block!important
    }
    .visible-xs-inline{
        display:inline!important
    }
    .visible-xs-inline-block{
        display:inline-block!important
    }
}
@media (min-width:768px)and (max-width:991px){
    .visible-sm{
        display:block!important
    }
    table.visible-sm{
        display:table
    }
    tr.visible-sm{
        display:table-row!important
    }
    td.visible-sm,th.visible-sm{
        display:table-cell!important
    }
    .visible-sm-block{
        display:block!important
    }
    .visible-sm-inline{
        display:inline!important
    }
    .visible-sm-inline-block{
        display:inline-block!important
    }
}
@media (min-width:992px)and (max-width:1199px){
    .visible-md{
        display:block!important
    }
    table.visible-md{
        display:table
    }
    tr.visible-md{
        display:table-row!important
    }
    td.visible-md,th.visible-md{
        display:table-cell!important
    }
    .visible-md-block{
        display:block!important
    }
    .visible-md-inline{
        display:inline!important
    }
    .visible-md-inline-block{
        display:inline-block!important
    }
}
@media (min-width:1200px){
    .visible-lg{
        display:block!important
    }
    table.visible-lg{
        display:table
    }
    tr.visible-lg{
        display:table-row!important
    }
    td.visible-lg,th.visible-lg{
        display:table-cell!important
    }
    .visible-lg-block{
        display:block!important
    }
    .visible-lg-inline{
        display:inline!important
    }
    .visible-lg-inline-block{
        display:inline-block!important
    }
}
@media (max-width:767px){
    .hidden-xs{
        display:none!important
    }
	.partners-section {
  width: 100%;
  display: block;
  margin: 0 auto !important;
}
	
}
@media (min-width:768px)and (max-width:991px){
    .hidden-sm{
        display:none!important
    }
}
@media (min-width:992px)and (max-width:1199px){
    .hidden-md{
        display:none!important
    }
}
@media (min-width:1200px){
    .hidden-lg{
        display:none!important
    }
}
.visible-print{
    display:none!important
}
@media print{
    .visible-print{
        display:block!important
    }
    table.visible-print{
        display:table
    }
    tr.visible-print{
        display:table-row!important
    }
    td.visible-print,th.visible-print{
        display:table-cell!important
    }
}
.visible-print-block{
    display:none!important
}
@media print{
    .visible-print-block{
        display:block!important
    }
}
.visible-print-inline{
    display:none!important
}
@media print{
    .visible-print-inline{
        display:inline!important
    }
}
.visible-print-inline-block{
    display:none!important
}
@media print{
    .visible-print-inline-block{
        display:inline-block!important
    }
    .hidden-print{
        display:none!important
    }
}
.fa,.fa-stack,.flag-gb,.flag-pl{
    display:inline-block
}
/*! * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face{
    font-family:FontAwesome;
    src:url(../fonts/fontawesome-webfont.eot?v=4.3.0);
    src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0)format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.3.0)format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.3.0)format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.3.0)format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular)format('svg');
    font-weight:400;
    font-style:normal
}
.fa{
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    transform:translate(0,0)
}
.fa-lg{
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-fw{
    width:1.28571429em;
    text-align:center
}
.fa-ul{
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}
.fa-ul>li{
    position:relative
}
.fa-li{
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em;
    text-align:center
}
.fa-li.fa-lg{
    left:-1.85714286em
}
.fa-border{
    padding:.2em .25em .15em;
    border:.08em solid #eee;
    border-radius:.1em
}
.fa.pull-left{
    margin-right:.3em
}
.fa.pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform:scale(-1,1);
    -ms-transform:scale(-1,1);
    transform:scale(-1,1)
}
.fa-flip-vertical{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform:scale(1,-1);
    -ms-transform:scale(1,-1);
    transform:scale(1,-1)
}
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{
    filter:none
}
.fa-stack{
    position:relative;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.flag-gb,.flag-pl{
    width:23px;
    height:16px
}
.fa-stack-1x,.fa-stack-2x{
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-glass:before{
    content:"\f000"
}
.fa-music:before{
    content:"\f001"
}
.fa-search:before{
    content:"\f002"
}
.fa-envelope-o:before{
    content:"\f003"
}
.fa-heart:before{
    content:"\f004"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-o:before{
    content:"\f006"
}
.fa-user:before{
    content:"\f007"
}
.fa-film:before{
    content:"\f008"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-check:before{
    content:"\f00c"
}
.fa-close:before,.fa-remove:before,.fa-times:before{
    content:"\f00d"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-signal:before{
    content:"\f012"
}
.fa-cog:before,.fa-gear:before{
    content:"\f013"
}
.fa-trash-o:before{
    content:"\f014"
}
.fa-home:before{
    content:"\f015"
}
.fa-file-o:before{
    content:"\f016"
}
.fa-clock-o:before{
    content:"\f017"
}
.fa-road:before{
    content:"\f018"
}
.fa-download:before{
    content:"\f019"
}
.fa-arrow-circle-o-down:before{
    content:"\f01a"
}
.fa-arrow-circle-o-up:before{
    content:"\f01b"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-play-circle-o:before{
    content:"\f01d"
}
.fa-repeat:before,.fa-rotate-right:before{
    content:"\f01e"
}
.fa-refresh:before{
    content:"\f021"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-lock:before{
    content:"\f023"
}
.fa-flag:before{
    content:"\f024"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-print:before{
    content:"\f02f"
}
.fa-camera:before{
    content:"\f030"
}
.fa-font:before{
    content:"\f031"
}
.fa-bold:before{
    content:"\f032"
}
.fa-italic:before{
    content:"\f033"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-list:before{
    content:"\f03a"
}
.fa-dedent:before,.fa-outdent:before{
    content:"\f03b"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-video-camera:before{
    content:"\f03d"
}
.fa-image:before,.fa-photo:before,.fa-picture-o:before{
    content:"\f03e"
}
.fa-pencil:before{
    content:"\f040"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-tint:before{
    content:"\f043"
}
.fa-edit:before,.fa-pencil-square-o:before{
    content:"\f044"
}
.fa-share-square-o:before{
    content:"\f045"
}
.fa-check-square-o:before{
    content:"\f046"
}
.fa-arrows:before{
    content:"\f047"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-play:before{
    content:"\f04b"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-eject:before{
    content:"\f052"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-times-circle-o:before{
    content:"\f05c"
}
.fa-check-circle-o:before{
    content:"\f05d"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-arrow-left:before{
    content:"\f060"
}
#page-nav>ul>li:before,.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-mail-forward:before,.fa-share:before{
    content:"\f064"
}
.fa-expand:before{
    content:"\f065"
}
.fa-compress:before{
    content:"\f066"
}
.fa-plus:before{
    content:"\f067"
}
.fa-minus:before{
    content:"\f068"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-exclamation-triangle:before,.fa-warning:before{
    content:"\f071"
}
.fa-plane:before{
    content:"\f072"
}
.fa-calendar:before{
    content:"\f073"
}
.fa-random:before{
    content:"\f074"
}
.fa-comment:before{
    content:"\f075"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-arrows-v:before{
    content:"\f07d"
}
.fa-arrows-h:before{
    content:"\f07e"
}
.fa-bar-chart-o:before,.fa-bar-chart:before{
    content:"\f080"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-key:before{
    content:"\f084"
}
.fa-cogs:before,.fa-gears:before{
    content:"\f085"
}
.fa-comments:before{
    content:"\f086"
}
.fa-thumbs-o-up:before{
    content:"\f087"
}
.fa-thumbs-o-down:before{
    content:"\f088"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-heart-o:before{
    content:"\f08a"
}
.fa-sign-out:before{
    content:"\f08b"
}
.fa-linkedin-square:before{
    content:"\f08c"
}
.fa-thumb-tack:before{
    content:"\f08d"
}
.fa-external-link:before{
    content:"\f08e"
}
.fa-sign-in:before{
    content:"\f090"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-upload:before{
    content:"\f093"
}
.fa-lemon-o:before{
    content:"\f094"
}
.fa-phone:before{
    content:"\f095"
}
.fa-square-o:before{
    content:"\f096"
}
.fa-bookmark-o:before{
    content:"\f097"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-facebook-f:before,.fa-facebook:before{
    content:"\f09a"
}
.fa-github:before{
    content:"\f09b"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-rss:before{
    content:"\f09e"
}
.fa-hdd-o:before{
    content:"\f0a0"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-hand-o-right:before{
    content:"\f0a4"
}
.fa-hand-o-left:before{
    content:"\f0a5"
}
.fa-hand-o-up:before{
    content:"\f0a6"
}
.fa-hand-o-down:before{
    content:"\f0a7"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-group:before,.fa-users:before{
    content:"\f0c0"
}
.fa-chain:before,.fa-link:before{
    content:"\f0c1"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-cut:before,.fa-scissors:before{
    content:"\f0c4"
}
.fa-copy:before,.fa-files-o:before{
    content:"\f0c5"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-floppy-o:before,.fa-save:before{
    content:"\f0c7"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-bars:before,.fa-navicon:before,.fa-reorder:before{
    content:"\f0c9"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-plus:before{
    content:"\f0d5"
}
.fa-money:before{
    content:"\f0d6"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-sort:before,.fa-unsorted:before{
    content:"\f0dc"
}
.fa-sort-desc:before,.fa-sort-down:before{
    content:"\f0dd"
}
.fa-sort-asc:before,.fa-sort-up:before{
    content:"\f0de"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-linkedin:before{
    content:"\f0e1"
}
.fa-rotate-left:before,.fa-undo:before{
    content:"\f0e2"
}
.fa-gavel:before,.fa-legal:before{
    content:"\f0e3"
}
.fa-dashboard:before,.fa-tachometer:before{
    content:"\f0e4"
}
.fa-comment-o:before{
    content:"\f0e5"
}
.fa-comments-o:before{
    content:"\f0e6"
}
.fa-bolt:before,.fa-flash:before{
    content:"\f0e7"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-clipboard:before,.fa-paste:before{
    content:"\f0ea"
}
.alert-info.alert .alert-content:before,.fa-lightbulb-o:before{
    content:"\f0eb"
}
.fa-exchange:before{
    content:"\f0ec"
}
.fa-cloud-download:before{
    content:"\f0ed"
}
.fa-cloud-upload:before{
    content:"\f0ee"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-bell-o:before{
    content:"\f0a2"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cutlery:before{
    content:"\f0f5"
}
.fa-file-text-o:before{
    content:"\f0f6"
}
.fa-building-o:before{
    content:"\f0f7"
}
.fa-hospital-o:before{
    content:"\f0f8"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-mobile-phone:before,.fa-mobile:before{
    content:"\f10b"
}
.fa-circle-o:before{
    content:"\f10c"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-circle:before{
    content:"\f111"
}
.fa-mail-reply:before,.fa-reply:before{
    content:"\f112"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-folder-o:before{
    content:"\f114"
}
.fa-folder-open-o:before{
    content:"\f115"
}
.fa-smile-o:before{
    content:"\f118"
}
.fa-frown-o:before{
    content:"\f119"
}
.fa-meh-o:before{
    content:"\f11a"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-keyboard-o:before{
    content:"\f11c"
}
.fa-flag-o:before{
    content:"\f11d"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-code:before{
    content:"\f121"
}
.fa-mail-reply-all:before,.fa-reply-all:before{
    content:"\f122"
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{
    content:"\f123"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-crop:before{
    content:"\f125"
}
.fa-code-fork:before{
    content:"\f126"
}
.fa-chain-broken:before,.fa-unlink:before{
    content:"\f127"
}
.fa-question:before{
    content:"\f128"
}
.fa-info:before{
    content:"\f129"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-shield:before{
    content:"\f132"
}
.fa-calendar-o:before{
    content:"\f133"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-ticket:before{
    content:"\f145"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-minus-square-o:before{
    content:"\f147"
}
.fa-level-up:before{
    content:"\f148"
}
.fa-level-down:before{
    content:"\f149"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-pencil-square:before{
    content:"\f14b"
}
.fa-external-link-square:before{
    content:"\f14c"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-caret-square-o-down:before,.fa-toggle-down:before{
    content:"\f150"
}
.fa-caret-square-o-up:before,.fa-toggle-up:before{
    content:"\f151"
}
.fa-caret-square-o-right:before,.fa-toggle-right:before{
    content:"\f152"
}
.fa-eur:before,.fa-euro:before{
    content:"\f153"
}
.fa-gbp:before{
    content:"\f154"
}
.fa-dollar:before,.fa-usd:before{
    content:"\f155"
}
.fa-inr:before,.fa-rupee:before{
    content:"\f156"
}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{
    content:"\f157"
}
.fa-rouble:before,.fa-rub:before,.fa-ruble:before{
    content:"\f158"
}
.fa-krw:before,.fa-won:before{
    content:"\f159"
}
.fa-bitcoin:before,.fa-btc:before{
    content:"\f15a"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-text:before{
    content:"\f15c"
}
.fa-sort-alpha-asc:before{
    content:"\f15d"
}
.fa-sort-alpha-desc:before{
    content:"\f15e"
}
.fa-sort-amount-asc:before{
    content:"\f160"
}
.fa-sort-amount-desc:before{
    content:"\f161"
}
.fa-sort-numeric-asc:before{
    content:"\f162"
}
.fa-sort-numeric-desc:before{
    content:"\f163"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-youtube-square:before{
    content:"\f166"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-youtube-play:before{
    content:"\f16a"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-adn:before{
    content:"\f170"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitbucket-square:before{
    content:"\f172"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-long-arrow-down:before{
    content:"\f175"
}
.fa-long-arrow-up:before{
    content:"\f176"
}
.fa-long-arrow-left:before{
    content:"\f177"
}
.fa-long-arrow-right:before{
    content:"\f178"
}
.fa-apple:before{
    content:"\f179"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-android:before{
    content:"\f17b"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-trello:before{
    content:"\f181"
}
.fa-female:before{
    content:"\f182"
}
.fa-male:before{
    content:"\f183"
}
.fa-gittip:before,.fa-gratipay:before{
    content:"\f184"
}
.fa-sun-o:before{
    content:"\f185"
}
.fa-moon-o:before{
    content:"\f186"
}
.fa-archive:before{
    content:"\f187"
}
.fa-bug:before{
    content:"\f188"
}
.fa-vk:before{
    content:"\f189"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-arrow-circle-o-right:before{
    content:"\f18e"
}
.fa-arrow-circle-o-left:before{
    content:"\f190"
}
.fa-caret-square-o-left:before,.fa-toggle-left:before{
    content:"\f191"
}
.fa-dot-circle-o:before{
    content:"\f192"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-try:before,.fa-turkish-lira:before{
    content:"\f195"
}
.fa-plus-square-o:before{
    content:"\f196"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-slack:before{
    content:"\f198"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-bank:before,.fa-institution:before,.fa-university:before{
    content:"\f19c"
}
.fa-graduation-cap:before,.fa-mortar-board:before{
    content:"\f19d"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-pied-piper:before{
    content:"\f1a7"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-spoon:before{
    content:"\f1b1"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-automobile:before,.fa-car:before{
    content:"\f1b9"
}
.fa-cab:before,.fa-taxi:before{
    content:"\f1ba"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-file-pdf-o:before{
    content:"\f1c1"
}
.fa-file-word-o:before{
    content:"\f1c2"
}
.fa-file-excel-o:before{
    content:"\f1c3"
}
.fa-file-powerpoint-o:before{
    content:"\f1c4"
}
.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{
    content:"\f1c5"
}
.fa-file-archive-o:before,.fa-file-zip-o:before{
    content:"\f1c6"
}
.fa-file-audio-o:before,.fa-file-sound-o:before{
    content:"\f1c7"
}
.fa-file-movie-o:before,.fa-file-video-o:before{
    content:"\f1c8"
}
.fa-file-code-o:before{
    content:"\f1c9"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{
    content:"\f1cd"
}
.fa-circle-o-notch:before{
    content:"\f1ce"
}
.fa-ra:before,.fa-rebel:before{
    content:"\f1d0"
}
.fa-empire:before,.fa-ge:before{
    content:"\f1d1"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-wechat:before,.fa-weixin:before{
    content:"\f1d7"
}
.fa-paper-plane:before,.fa-send:before{
    content:"\f1d8"
}
.fa-paper-plane-o:before,.fa-send-o:before{
    content:"\f1d9"
}
.fa-history:before{
    content:"\f1da"
}
.fa-circle-thin:before,.fa-genderless:before{
    content:"\f1db"
}
.fa-header:before{
    content:"\f1dc"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-sliders:before{
    content:"\f1de"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-futbol-o:before,.fa-soccer-ball-o:before{
    content:"\f1e3"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-newspaper-o:before{
    content:"\f1ea"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bell-slash-o:before{
    content:"\f1f7"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-eyedropper:before{
    content:"\f1fb"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-area-chart:before{
    content:"\f1fe"
}
.fa-pie-chart:before{
    content:"\f200"
}
.fa-line-chart:before{
    content:"\f201"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-bus:before{
    content:"\f207"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-cc:before{
    content:"\f20a"
}
.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{
    content:"\f20b"
}
.fa-meanpath:before{
    content:"\f20c"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-diamond:before{
    content:"\f219"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-venus:before{
    content:"\f221"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-facebook-official:before{
    content:"\f230"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-server:before{
    content:"\f233"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-bed:before,.fa-hotel:before{
    content:"\f236"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-train:before{
    content:"\f238"
}
.fa-subway:before{
    content:"\f239"
}
.fa-medium:before{
    content:"\f23a"
}
body{
    background:#fff;
    line-height:1.57;
    font-size:1.4rem;
    font-family:'Noto Sans',sans-serif;
    color:#666
}
a{
    color:#D3182C;
    text-decoration:none
}
#back-to-top:focus,#footer-sidebar .widget-information-newsletter a:focus,#footer-sidebar .widget-save-to-newsletter .email-submit:focus,#footer-sidebar .widget-save-to-newsletter .form_subscribe_button:focus,#page-footer .menu li a:focus,#page-header #main-nav .menu>.green:focus,#page-header #main-nav .menu>.lightblue:focus,#page-header #main-nav .menu>.orange:focus,#page-header #main-nav .menu>.violet:focus,#page-header #main-nav .menu>li:focus,#page-header #main-nav .menu>li>.sub-menu a:focus,#page-header #main-nav .menu>li>.sub-menu>li>.sub-menu>li>a:focus,#page-header .external-links .menu>li a:focus,#page-header .external-links .menu>li:focus,#page-header .social-links a:focus,#page-nav a:focus,#page-nav.recruitment-nav a:focus,.btn:focus,.dropdown .dropdown-current:focus,.dropdown .dropdown-list .dropdown-list-item a:focus,.home .custom-article-menu .menu li a:focus,.home .slider .slider-sidebar .widget-frm-reg .box-content .menu li a:focus,.news-listing article.the-content .news-title a:focus,.reset-outline,.search-form .search-submit,.search-form .search-submit:focus,.search-form>label .search-field,.studies-listing .studies-item .studies-specialties-list li a:focus,.studies-single .studies-specialties-list li a:focus,.the-content .page-numbers li a:focus,.the-content a:focus,.the-content form [type=submit]:focus,.the-content form.search-form .search-submit,.the-content form.search-form .search-submit:focus,.the-content form.search-form>label .search-field{
    outline:0
}
.flag-gb{
    background:url(../img/flag-gb.png)no-repeat
}
.flag-pl{
    background:url(../img/flag-pl.png)no-repeat
}
.dropdown{
    position:relative;
    width:288px
}
.dropdown>i.fa{
    position:absolute;
    top:8px;
    right:10px;
    pointer-events:none;
    color:#fff
}
.dropdown .dropdown-current{
    background:#0075c7;
    width:100%;
    padding:5px 20px 5px 15px;
    border-radius:3px;
    font-weight:700;
    color:#fff
}
.dropdown .dropdown-current.dropdown-current-active,.dropdown .dropdown-current:active,.dropdown .dropdown-current:focus,.dropdown .dropdown-current:hover{
    background:#015fb6
}
.dropdown .dropdown-current.dropdown-current-active+.dropdown-list{
    top:100%;
    transform:translateY(0);
    opacity:1
}
.dropdown .dropdown-list{
    position:absolute;
    top:-9999px;
    left:0;
    background:#fff;
    width:100%;
    margin-top:3px;
    padding:5px 1px;
    border:1px solid #b7b7b7;
    border-radius:3px;
    box-shadow:0 2px 10px 0 rgba(35,31,32,.4);
    z-index:9;
    transform:translateY(-20px);
    opacity:0;
    transition:transform ease-in-out .2s,opacity ease-in-out .3s
}
.dropdown .dropdown-list .dropdown-list-item a{
    display:block;
    padding:5px 12px;
    cursor:pointer;
    color:inherit
}
.dropdown .dropdown-list .dropdown-list-item a:active,.dropdown .dropdown-list .dropdown-list-item a:focus,.dropdown .dropdown-list .dropdown-list-item a:hover{
    background:#006ebb;
    color:#fff;
    outline:0
}
.btn{
    display:inline-block;
    padding:5px 25px;
    border:2px solid #df462c;
    font-size:1.8rem;
    color:#df462c
}
.btn:active,.btn:focus,.btn:hover{
    background:#df462c;
    text-decoration:none!important;
    color:#fff
}
@media (min-width:768px){
    .alert{
        padding-left:50px
    }
}
.alert .alert-content{
    position:relative;
    padding:11px 20px 12px 28px;
    border:1px solid #666
}
.alert .alert-content:before{
    position:absolute;
    top:12px;
    left:28px;
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    transform:translate(0,0);
    line-height:inherit
}
.alert-info.alert .alert-content{
    padding-left:68px;
    border-color:#809e47;
    color:#809e47
}
.alert-error.alert .alert-content{
    padding-left:68px;
    border-color:#d84e40;
    color:#d84e40
}
.alert-error.alert .alert-content:before{
    content:"\f057"
}
.search-form,.the-content form.search-form{
    line-height:3.1rem;
    color:#999
}
#back-to-top,#back-to-top>*{
    line-height:50px
}
.search-form>label,.the-content form.search-form>label{
    float:left;
    width:80%;
    padding:0
}
.search-form>label .search-field,.the-content form.search-form>label .search-field{
    display:block;
    width:100%;
    height:33px;
    padding:0 0 0 15px;
    border:solid #a38989;
    border-width:1px 0 1px 1px;
    border-top-left-radius:16px;
    border-bottom-left-radius:16px;
    box-shadow:inset 1px 2px 4px -3px #000;
    color:inherit;
    -webkit-appearance:none
}
.search-form .search-submit,.the-content form.search-form .search-submit{
    float:right;
    clear:none;
    width:20%;
    background:#fff;
    padding:0 4px 0 0;
    border:solid #a38989;
    border-width:1px 1px 1px 0;
    border-top-right-radius:16px;
    border-bottom-right-radius:16px;
    box-shadow:inset -1px 2px 4px -3px #000;
    font-size:1.8rem;
    text-align:center;
    color:inherit
}
.search-form .search-submit:active,.search-form .search-submit:focus,.search-form .search-submit:hover,.the-content form.search-form .search-submit:active,.the-content form.search-form .search-submit:focus,.the-content form.search-form .search-submit:hover{
    background:#fff
}
#cookies-info{
    display:none;
    position:fixed;
    bottom:0;
    background:#0075c7;
    width:100%;
    z-index:99
}
#cookies-info #cookies-info-content{
    padding-top:20px;
    padding-bottom:10px;
    font-size:1.2rem;
    color:#fff
}
#cookies-info #cookies-info-close-wrapper{
    text-align:right
}
#cookies-info #cookies-info-close{
    text-decoration:underline;
    color:#fff
}
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 15px;
  display: block;
  background: #ae2e1a;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 150;
  color: #fff;
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}
#back-to-top:active,#back-to-top:focus,#back-to-top:hover{
    opacity:1
}
#back-to-top.hide{
    right:-100%;
    opacity:0
}
#page-header .first-row{
    background:#fcf9f9
}
#page-header .second-row{
    background:#0a1d26
}
#page-header .second-row>.container{
    position:relative
}
#page-header .logo{
    height:107px;
    padding-top:20px;
    padding-bottom:15px
}
#page-header .logo .site-title{
    background:url(https://www.zpsb.pl/wp-content/uploads/2023/04/logo-new.svg)left center no-repeat;
    background-size:contain;
    height:67px;
}
@media (max-width:991px){
    #page-header .logo .site-title{
        background-image:url(https://www.zpsb.pl/wp-content/uploads/2023/04/logo-small-new.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    #page-header .logo .site-title > a > img {
        display: none !important;
    }
}
#page-header .logo .site-title a{
    display:block;
    height:100%
}
#page-header .departments-nav{
    border:solid #e2d8d6;
    border-width:0 1px;
    padding-top:28px;
    padding-bottom:27px
}
#page-header .departments-nav p{
    float:left;
    line-height:1.4;
    font-size:1.1rem
}
#page-header .departments-nav p strong{
    font-size:1.2rem;
    color:#333
}
#page-header .departments-nav .dropdown{
    float:right
}
@media (max-width:1199px){
    #page-header .departments-nav{
        padding-top:10px;
        padding-bottom:10px
    }
    #page-header .departments-nav .dropdown{
        float:left;
        margin-top:4px
    }
}
#page-header .external-links .menu{
    float:left;
    margin-top:9px
}
#page-header .external-links .menu > li {
  font-size: 1.2rem;
  font-family: FontAwesome;
  line-height: 21px;
  text-rendering: auto;
  color: #000;
}
#page-header .external-links .menu>li:before{
    margin-right:4px
}
#page-header .external-links .menu>li a{
    font-family:'Noto Sans',sans-serif;
    color:#000;
}
#page-header .external-links .menu > li a:active, #page-header .external-links .menu > li a:focus, #page-header .external-links .menu > li a:hover, #page-header .external-links .menu > li:active, #page-header .external-links .menu > li:focus, #page-header .external-links .menu > li:hover {
  text-decoration: underline;
  color: #AE2E1A;
}
@media (max-width:767px){
    #page-header .departments-nav{
        border-width:0
    }
    #page-header .external-links{
        text-align:center
    }
    #page-header .external-links .menu{
        width:100%
    }
    #page-header .external-links .menu>li{
        display:inline-block;
        margin:0 0 0 2px
    }
    #page-header .external-links .menu>li:before{
        display:none
    }
    #page-header .external-links .menu>li:first-child{
        margin-left:0
    }
    #page-header .external-links .menu>li a{
        font-size:1.1rem
    }
}
#page-header .external-links .btn{
    float:right;
    margin:2px 0
}
@media (min-width:481px)and (max-width:767px){
    #page-header .external-links .btn{
        margin-top:13px
    }
}
@media (max-width:767px){
    #page-header .external-links .btn{
        float:none;
        padding-left:15px;
        padding-right:15px;
        font-size:1.4rem
    }
}
#page-header #main-nav{
    float:left;
    position:static;
    padding-left:15px
}
#page-header #main-nav .menu>li{
    float:left
}
#page-header #main-nav .menu>li.hover-on>a,#page-header #main-nav .menu>li:active>a,#page-header #main-nav .menu>li:focus>a,#page-header #main-nav .menu>li:hover>a{
    background:#df462c
}
#page-header #main-nav .menu>li.hover-on>a i.fa,#page-header #main-nav .menu>li:active>a i.fa,#page-header #main-nav .menu>li:focus>a i.fa,#page-header #main-nav .menu>li:hover>a i.fa{
    color:#fff!important
}
#page-header #main-nav .menu>li.hover-on>.sub-menu{
    display:block
}
@media (max-width:480px){
    #page-header #main-nav{
        width:100%;
        position:relative;
        padding-right:15px
    }
    #page-header #main-nav .menu>li{
        width:50%
    }
}
#page-header #main-nav .menu>li>a{
    display:block;
    padding:9px 13px 8px;
    font-weight:700;
    line-height:1.3;
    color:#fff
}
@media (min-width:992px){
    #page-header #main-nav .menu>li.hover-on>.sub-menu,#page-header #main-nav .menu>li:active>.sub-menu,#page-header #main-nav .menu>li:focus>.sub-menu,#page-header #main-nav .menu>li:hover>.sub-menu,#page-header #main-nav .menu>li>a:active+.sub-menu,#page-header #main-nav .menu>li>a:focus+.sub-menu,#page-header #main-nav .menu>li>a:hover+.sub-menu{
        display:block
    }
}
@media (max-width:1199px){
    #page-header #main-nav .menu>li>a{
        line-height:2.22
    }
}
#page-header #main-nav .menu>li>a>span{
    float:right
}
@media (max-width:991px){
    #page-header #main-nav .menu>li>a{
        padding:9px 7px 8px
    }
    #page-header #main-nav .menu>li>a>span{
        float:none;
        display:block;
        line-height:1.22
    }
}
#page-header #main-nav .menu>li>a i.fa{
    float:left;
    margin-right:4px;
    line-height:inherit;
    color:#df462c
}
@media (max-width:991px){
    #page-header #main-nav .menu>li>a i.fa{
        float:none;
        display:block;
        margin-right:0;
        line-height:1;
        text-align:center
    }
}
#page-header #main-nav .menu>li .desc{
    display:block;
    font-size:1rem;
    text-transform:uppercase
}
@media (max-width:1199px){
    #page-header #main-nav .menu>li .desc{
        display:none
    }
}
#page-header #main-nav .menu>li .sub-menu{
    z-index:9
}
#page-header #main-nav .menu>li>.sub-menu{
    display:none;
    position:absolute;
    top:100%;
    background:#fff;
    margin-left:-15px;
    margin-right:-15px;
    box-shadow:0 0 10px rgba(0,0,0,.3)
}
@media (max-width:480px){
    #page-header #main-nav .menu>li>a{
        text-align:center
    }
    #page-header #main-nav .menu>li>.sub-menu{
        left:0;
        width:100%;
        margin:0
    }
}
#page-header #main-nav .menu>li>.sub-menu a:active,#page-header #main-nav .menu>li>.sub-menu a:focus,#page-header #main-nav .menu>li>.sub-menu a:hover{
    color:#df462c!important
}
#page-header #main-nav .menu>li>.sub-menu>li{
    float:left
}
@media (min-width:992px)and (max-width:1199px){
    #page-header #main-nav .menu>li>.sub-menu>li:first-child+li+li+li+li+li{
        clear:both
    }
}
@media (max-width:991px){
    #page-header #main-nav .menu>li>.sub-menu>li{
        float:none
    }
    #page-header #main-nav .menu>li>.sub-menu>li.hover-on>.sub-menu{
        display:block
    }
}
#page-header #main-nav .menu>li>.sub-menu>li>a{
    display:inline-block;
    margin-bottom:11px;
    font-weight:700;
    text-transform:uppercase;
    color:#000
}
@media (min-width:992px){
    #page-header #main-nav .menu>li>.sub-menu{
        padding:25px 35px 15px 15px
    }
    #page-header #main-nav .menu>li>.sub-menu>li{
        padding:0 0 15px 20px
    }
    #page-header #main-nav .menu>li>.sub-menu>li>a:active+.sub-menu,#page-header #main-nav .menu>li>.sub-menu>li>a:focus+.sub-menu,#page-header #main-nav .menu>li>.sub-menu>li>a:hover+.sub-menu{
        display:block
    }
}
#page-header #main-nav .menu>li>.sub-menu>li>.sub-menu>li>a{
    font-size:1.3rem;
    color:#666
}
#page-header #main-nav .menu>li>.sub-menu>li>.sub-menu>li>a:active,#page-header #main-nav .menu>li>.sub-menu>li>.sub-menu>li>a:focus,#page-header #main-nav .menu>li>.sub-menu>li>.sub-menu>li>a:hover{
    text-decoration:underline
}
@media (max-width:991px){
    #page-header #main-nav .menu>li>.sub-menu>li>a{
        display:block;
        margin-bottom:0;
        padding:0 35px;
        border-bottom:1px solid #c5c5c5;
        line-height:3.6rem;
        text-transform:none
    }
    #page-header #main-nav .menu>li>.sub-menu>li>.sub-menu{
        display:none;
        background:#eae6e6;
        padding:10px 35px 0;
        border-bottom:1px solid #c5c5c5;
        box-shadow:inset 0 0 11px -6px #000
    }
    #page-header #main-nav .menu>li>.sub-menu>li>.sub-menu>li>a{
        display:block;
        padding-bottom:10px
    }
}
#page-header #main-nav .menu>li.rwd-menu-item,#page-header #main-nav .menu>li>.sub-menu>li>.sub-menu>li>.sub-menu{
    display:none
}
@media (max-width:991px){
    #page-header #main-nav .menu>li.rwd-menu-item{
        display:block
    }
}
 #page-header #main-nav .menu .orange i.fa{
    color:#ff9c00
}
#page-header #main-nav .menu>.orange.hover-on>a,#page-header #main-nav .menu>.orange:active>a,#page-header #main-nav .menu>.orange:focus>a,#page-header #main-nav .menu>.orange:hover>a{
    background:#ff9c00
}
#page-header #main-nav .menu .violet i.fa{
    color:#1a4dd8
}
 #page-header #main-nav .menu>.violet.hover-on>a,#page-header #main-nav .menu>.violet:active>a,#page-header #main-nav .menu>.violet:focus>a,#page-header #main-nav .menu>.violet:hover>a{
    background:#1a4dd8
}
#page-header #main-nav .menu .green i.fa{
    color:#84b600
}
#page-header #main-nav .menu>.green.hover-on>a,#page-header #main-nav .menu>.green:active>a,#page-header #main-nav .menu>.green:focus>a,#page-header #main-nav .menu>.green:hover>a{
    background:#84b600
}
#page-header #main-nav .menu .lightblue i.fa{
    color:#2ba2c6
}
#page-header #main-nav .menu>.lightblue.hover-on>a,#page-header #main-nav .menu>.lightblue:active>a,#page-header #main-nav .menu>.lightblue:focus>a,#page-header #main-nav .menu>.lightblue:hover>a{
    background:#2ba2c6
}
#page-header #main-nav .menu .mint i.fa{
    color:#00d0bf
}
#page-header #main-nav .menu>.mint.hover-on>a,#page-header #main-nav .menu>.mint:active>a,#page-header #main-nav .menu>.mint:focus>a,#page-header #main-nav .menu>.mint:hover>a{
    background:#00d0bf
}
 #page-header #main-nav .menu .lightRed i.fa{
    color:#ed0043
}
#page-header #main-nav .menu>.lightRed.hover-on>a,#page-header #main-nav .menu>.lightRed:active>a,#page-header #main-nav .menu>.lightRed:focus>a,#page-header #main-nav .menu>.lightRed:hover>a{
    background:#ed0043
}
#page-header #main-nav .menu .purple i.fa{
    color:#8a00c3
}
#page-header #main-nav .menu>.purple.hover-on>a,#page-header #main-nav .menu>.purple:active>a,#page-header #main-nav .menu>.purple:focus>a,#page-header #main-nav .menu>.purple:hover>a{
    background:#8a00c3
}
#page-header .search-social{
    float:right;
    padding:0 15px 0 0;
}
@media (max-width:480px){
    #page-header .search-social{
        clear:both;
        width:100%;
        background:#fff
    }
}
#page-header .search-form, #page-header .the-content form.search-form {
  float: left;
  width: auto;
  margin: 8px 0 0 10px;
}
#page-header .social-links{
    float:right
}
#page-header .social-links li{
    float:left;
    margin-right:11px
}
#page-header .social-links li:last-child{
    margin-right:0
}
#page-header .social-links a{
    line-height:4.8rem;
    font-size:2.2rem;
    color:#999
}
#page-header .social-links a:active,#page-header .social-links a:focus,#page-header .social-links a:hover{
    color:#fff
}
.slider>img{
    display:block;
    height:auto;
    margin:0 auto
}
#footer-sidebar{
    background:#2c3032;
    margin:124px 0 0;
    border:solid #edf1f1;
    border-width:1px 0;
    color:#fff
}
@media (min-width:768px)and (max-width:991px){
    #footer-sidebar{
        padding-top:15px
    }
}
@media (max-width:767px){
    #footer-sidebar{
        padding-top:25px
    }
}
#footer-sidebar .widget{
    padding-top:24px;
    padding-bottom:35px
}
#footer-sidebar .widget .widget-title{
    margin-bottom:10px;
    text-transform:uppercase
}
#footer-sidebar .widget [type=submit],#footer-sidebar .widget a{
    font-size:1.6rem;
    text-align:center;
    color:#fff
}
#footer-sidebar .widget-information-newsletter .information-newsletter-img{
    position:relative;
    float:left;
    width:90px;
    height:94px;
    margin-right:5px
}
@media (min-width:1200px){
    #footer-sidebar .widget .widget-content{
        padding:0 20px
    }
    #footer-sidebar .widget-information-newsletter .information-newsletter-img{
        width:170px;
        height:94px;
        margin-right:25px
    }
}
#footer-sidebar .widget-information-newsletter .information-newsletter-img img{
    display:block;
    width:100%;
    height:auto
}
@media (min-width:1200px){
    #footer-sidebar .widget-information-newsletter .information-newsletter-img img{
        margin:-59.5px 0
    }
}
@media (max-width:1199px){
    #footer-sidebar .widget-information-newsletter .information-newsletter-img img{
        margin:-23.5px 0
    }
}
#footer-sidebar .widget-information-newsletter a {
  display: inline-block;
  padding: 0 15px;
  line-height: 4.2rem;
  color: #000;
}
#footer-sidebar .widget-information-newsletter a:active, #footer-sidebar .widget-information-newsletter a:focus, #footer-sidebar .widget-information-newsletter a:hover {
  background: #ff9600;
  text-decoration: underline;
}
#footer-sidebar .widget-save-to-newsletter .form_subscribe p{
    margin-bottom:0
}
#footer-sidebar .widget-save-to-newsletter .email-field,#footer-sidebar .widget-save-to-newsletter .field{
    float:left;
    width:100%;
    height:42px;
    margin-right:-139px;
    padding:1px 11px;
    border:0 solid #2c3032;
    border-width:0 139px 0 0;
    line-height:40px;
    box-shadow:inset 0 0 0 1px #ccc1c1
}
#footer-sidebar .widget-save-to-newsletter .email-field:focus,#footer-sidebar .widget-save-to-newsletter .field:focus{
    outline:0
}
@media (max-width:767px){
    #footer-sidebar .widget-save-to-newsletter .email-field,#footer-sidebar .widget-save-to-newsletter .field{
        margin-right:-60px;
        border-width:0 60px 0 0
    }
}
#footer-sidebar .widget-save-to-newsletter .email-submit,#footer-sidebar .widget-save-to-newsletter .form_subscribe_button{
    float:right;
    background:#df462c;
    height:42px;
    padding:0 20px
}
@media (min-width:768px){
    #footer-sidebar .widget-save-to-newsletter .email-submit,#footer-sidebar .widget-save-to-newsletter .form_subscribe_button{
        width:132px;
        padding:0 5px
    }
}
#footer-sidebar .widget-save-to-newsletter .email-submit:active,#footer-sidebar .widget-save-to-newsletter .email-submit:focus,#footer-sidebar .widget-save-to-newsletter .email-submit:hover,#footer-sidebar .widget-save-to-newsletter .form_subscribe_button:active,#footer-sidebar .widget-save-to-newsletter .form_subscribe_button:focus,#footer-sidebar .widget-save-to-newsletter .form_subscribe_button:hover{
    background:#cd3300
}
@media (max-width:991px){
    #footer-sidebar .widget-social-menu{
        text-align:center
    }
}
#footer-sidebar .widget-social-menu .menu li{
    display:inline-block;
    margin-left:15px
}
#footer-sidebar .widget-social-menu .menu li:first-child{
    margin-left:0
}
#footer-sidebar .widget-social-menu .menu li a{
    display:block;
    font-size:2.15rem
}
#footer-sidebar .widget-social-menu .menu li a i.fa{
    color:#fff;
}
#footer-sidebar .widget-social-menu .menu li a i.fa.fa-inverse{
    color:#2c3032;
}
#page-footer{
    background:#f8fafa;
    padding:60px 0 35px;
    font-size:1.2rem;
}
#page-footer .menu{
    margin:0 -15px;
    font-size:1.2rem;
    text-align:center
}
#page-footer .menu li{
    display:inline-block;
    margin:0 15px;
}
@media (min-width:768px)and (max-width:991px){
    #page-footer .menu li{
        margin:0 10px
    }
}
#page-footer .menu li a{
    color:#333
}
#page-footer .menu li a:active,#page-footer .menu li a:focus,#page-footer .menu li a:hover{
    text-decoration:underline;
    color:#df462c
}
#page-footer .col-xs-12{
    padding-top:35px
}
@media (max-width:767px){
    #page-footer .menu li{
        display:block
    }
    #page-footer .col-xs-12{
        text-align:center
    }
}
#page-footer .copyright{
    text-align:right
}
#page-content{
    position:relative;
    background:#fff;
    min-height:235px;
    margin-top:-234px;
    padding:15px
}
@media (max-width:1199px){
    #page-footer .copyright{
        text-align:center
    }
    #page-content{
        margin-top:0
    }
}
.home #page-content{
    margin-top:0
}
#breadcrumbs{
    margin-top:17px
}
@media (min-width:768px){
    #breadcrumbs{
        padding-left:50px
    }
}
#breadcrumbs a{
    text-decoration:underline
}
#breadcrumbs>span:last-child a{
    text-decoration:none;
    color:inherit
}
.iframe-rwd{
    position:relative;
    height:0;
    padding-bottom:56.22%
}
.iframe-rwd iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
#page-nav{
    min-height:60px;
    padding:15px 20px;
    border:1px solid #edf1f1;
    -webkit-transition:top ease-out .1s;
    -webkit-transition-delay:.1s;
    -moz-transition:top ease-out .1s;
    -moz-transition-delay:.1s;
    transition:top ease-out .1s;
    transition-delay:.1s
}
#page-nav li{
    position:relative;
    padding-left:27px
}
#page-nav li:before{
    position:absolute;
    left:0;
    top:0;
    color:#d01975;
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    transform:translate(0,0);
    line-height:inherit
}
#breadcrumbs a {color:#d01975;}
#page-nav .top_lvl_parent{
    margin-bottom:13px;
    font-weight:700;
    font-size:1.6rem
}
#page-nav .children{
    display:none
}
#page-nav .children>li{
    padding-left:11px
}
#page-nav .children>li:before{
    content:"\f105"
}
#page-nav .children a{
    color:#666
}
#page-nav .children .current_page_item>a{
    text-decoration:underline
}
#page-nav .current_page_ancestor>a,#page-nav .current_page_item>a{
    color:#000
}
#page-nav .current_page_ancestor>a+.children,#page-nav .current_page_item>a+.children{
    display:block
}
#page-nav .page_item_has_children>a:after{
    content:' \f107';
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    transform:translate(0,0);
    display:inline
}
#page-nav a {
  display: inline-block;
  color: #d01975;
}
#page-nav a:active,#page-nav a:focus,#page-nav a:hover{
    color:#df462c;
    text-decoration:underline
}
#page-nav.recruitment-nav{
    font-weight:700;
    font-size:1.8rem
}
#page-nav.recruitment-nav li{
    margin-top:10px;
    padding-left:23px
}
#page-nav.recruitment-nav li:first-child{
    margin-top:0
}
#page-nav.recruitment-nav a{
    color:#999
}
#page-nav.recruitment-nav a:active,#page-nav.recruitment-nav a:focus,#page-nav.recruitment-nav a:hover,#page-nav.recruitment-nav li.current_page_item a{
    color:#df462c;
    text-decoration:none
}
#page-nav.recruitment-nav a i.fa{
    color:inherit
}
.the-content .studies-is-elearning-badge,.the-content .studies-is-last-free-space-badge,.the-content .studies-is-new-badge,.the-content .studies-is-recruitment-completed-badge{
    padding:1px 7px;
    border-radius:3px;
    font-weight:700;
    font-size:1rem;
    text-transform:uppercase;
    color:#fff
}
.the-content .studies-is-new{
    font-weight:700
}
.the-content .studies-is-new-badge{
    background:red
}
.the-content .studies-is-elearning-badge{
    background:#0075c7
}
.the-content .studies-is-recruitment-completed-badge{
    background:#888
}
.the-content .studies-is-last-free-space-badge{
    background:#ff6000
}
.the-content header time {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
  color: #000;
}
.the-content header img{
    display:block;
    margin-bottom:14px
}
article.the-content{
    margin-top:16px
}
#breadcrumbs+#main article.the-content{
    margin-top:22px
}
@media (min-width:768px){
    article.the-content{
        padding-left:35px
    }
}
.the-content h1.page-name{
    margin-bottom:30px;
    font-weight:400
}
.the-content .fa-facebook-colors .fa-circle{
    color:#3460a1
}
.the-content .fa-twitter-colors .fa-circle{
    color:#28aae1
}
.the-content .fa-linkedin-colors .fa-circle{
    color:#136d9d
}
.the-content .aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.the-content h2:before,.the-content ul>li:before{
    font:normal normal normal 14px/1 FontAwesome;
    display:inline-block
}
.the-content .alignleft{
    float:left
}
.the-content .alignright{
    float:right
}
.the-content h1,.the-content h2,.the-content h3,.the-content h4,.the-content h5,.the-content h6{
    color:#010101
}
.the-content h1{
    font-size:36px;
	font-weight: 700 !important;
	color: #24395a;
}
.the-content h2{
    position:relative;
    margin-top:43px;
    margin-bottom:8px;
    padding-left:20px;
    font-size:1.8rem
}
.the-content h2:before{
    content:"\f061";
    position:absolute;
    left:0;
    top:0;
    color:#df462c;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    transform:translate(0,0);
    line-height:inherit
}
.the-content h2+p,.the-content h2:first-child{
    margin-top:0
}
.the-content p{
    margin-top:43px
}
.the-content p:first-child{
    margin-top:0
}
.the-content p+form{
    margin-top:43px
}
.the-content p img{
    margin:0 15px 15px 0;
    vertical-align:middle
}
.the-content img{
    height:auto
}
.the-content a:active,.the-content a:focus,.the-content a:hover{
    text-decoration:underline
}
.the-content ul{
    margin-top:20px
}
.the-content ul>li{
    padding:10px 0 0 20px
}
.the-content ul > li::before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0,0);
  content: "\f111";
  font-size: .6rem;
  text-indent: -20px;
  vertical-align: middle;
  color: #AE2E1A;
}
.the-content ul>li:first-child{
    padding-top:0
}
.the-content ul>li ol,.the-content ul>li ul{
    margin-top:10px;
    margin-bottom:10px
}
.the-content ol{
    margin-top:20px;
    counter-reset:ol-counter
}
.the-content ol>li{
    min-height:52px;
    margin-left:37px;
    padding:10px 0 0 25px
}
.the-content ol>li:before{
    content:counter(ol-counter);
    counter-increment:ol-counter;
    float:left;
    display:block;
    width:37px;
    height:37px;
    margin:3px 0 0 -62px;
    border:2px solid #df462c;
    border-radius:18px;
    line-height:33px;
    font-weight:700;
    font-size:2rem;
    text-align:center;
    color:#df462c
}
.the-content ol>li:first-child{
    min-height:42px;
    padding-top:0
}
.the-content ol>li ol,.the-content ol>li ul{
    margin-top:10px;
    margin-bottom:10px
}
.the-content blockquote{
    margin-top:43px;
    font-style:italic
}
.the-content blockquote:first-child{
    margin-top:0
}
.the-content blockquote::before{
    content:'';
    float:left;
    background:url(/wp-content/themes/zpsb.pl/img/quote-2.png)no-repeat;
    width:69px;
    height:59px
}
.the-content blockquote p:last-child{
    margin-top:3px;
    font-style:normal
}
.the-content blockquote p:last-child::before{
    content:'';
    display:inline-block;
    width:14px;
    height:6px;
    margin-top:-1px;
    margin-right:10px;
    background-color:#FC6548;
    vertical-align:middle
}
.the-content iframe{
    display:block;
    width:100%;
    height:400px;
    border:0
}
.the-content .table-rwd{
    position:relative;
    max-width:100%;
    margin-top:35px;
    padding:0 0 2px;
    overflow:auto
}
.the-content .sticky-wrap .sticky-thead{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    -webkit-transition:all .125s ease-in-out;
    -moz-transition:all .125s ease-in-out;
    transition:all .125s ease-in-out;
    opacity:0;
    z-index:100;
    box-shadow:0 .25em .1em -.1em rgba(0,0,0,.125)
}
.the-content table{
    border-collapse:collapse
}
.the-content table caption{
    margin-bottom:10px;
    text-align:center
}
.the-content table thead tr td,.the-content table thead tr th{
    background:#efefef
}
.the-content table td,.the-content table th{
    padding:19px;
    border:1px solid #e2d8d6
}
.the-content table th{
    background:#f8f8f8
}
.the-content form .frm-row,.the-content form label{
    position:relative;
    display:block;
    margin-bottom:10px;
    padding-right:27px
}
.the-content form .frm-row input[type=text],.the-content form .frm-row input[type=email],.the-content form .frm-row input[type=tel],.the-content form .frm-row select,.the-content form .frm-row textarea,.the-content form label input[type=text],.the-content form label input[type=email],.the-content form label input[type=tel],.the-content form label select,.the-content form label textarea{
    width:100%
}
.the-content form .frm-row.field-required:after,.the-content form label.field-required:after{
    content:'*';
    position:absolute;
    top:0;
    right:0;
    width:27px;
    text-align:center;
    color:#df462c
}
.the-content form .frm-row p,.the-content form label p{
    margin:0
}
.the-content form input[type=text],.the-content form input[type=email],.the-content form input[type=tel],.the-content form select,.the-content form textarea{
    height:41px;
    padding:0 20px;
    line-height:39px;
    border:1px solid #999;
    border-radius:3px;
    font-weight:700;
    color:#a8a8a8
}
.the-content form input[type=text].input-filled,.the-content form input[type=email].input-filled,.the-content form input[type=tel].input-filled,.the-content form select.input-filled,.the-content form textarea.input-filled{
    box-shadow:0 0 0 1px #d2d2d2;
    border-color:#d2d2d2;
    color:#a8a8a8
}
.the-content form input[type=text]:focus,.the-content form input[type=email]:focus,.the-content form input[type=tel]:focus,.the-content form select:focus,.the-content form textarea:focus{
    box-shadow:0 0 0 1px #999;
    border-color:#999;
    color:#010101;
    outline:0
}
.the-content form textarea{
    padding-top:10px;
    padding-bottom:10px;
    line-height:inherit;
    resize:vertical
}
.the-content form select{
    background:url(../img/select-arrow.png)right center no-repeat;
    padding-top:9px;
    padding-bottom:9px;
    line-height:normal;
    color:grey;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none
}
.the-content form select::-ms-expand{
    display:none
}
.the-content form .checkbox-row,.the-content form .radio-row{
    padding-left:29px
}
.the-content form .checkbox-row>input,.the-content form .radio-row>input{
    float:left;
    margin-top:5px;
    margin-left:-25px
}
.the-content form .checkbox-row p,.the-content form .radio-row p{
    font-size:1.2rem
}
.the-content form [type=submit]{
    float:right;
    clear:both;
    display:inline-block;
    background:#5fab15;
    padding:7px 15px 8px;
    font-size:1.8rem;
    color:#fff
}
.the-content form [type=submit]:active,.the-content form [type=submit]:focus,.the-content form [type=submit]:hover{
    background:#529412
}
.the-content form .frm-error input[type=text],.the-content form .frm-error input[type=email],.the-content form .frm-error input[type=tel],.the-content form .frm-error select,.the-content form .frm-error textarea{
    box-shadow:0 0 0 1px #df462c;
    border-color:#df462c
}
.the-content form .frm-error-explanation{
    margin:10px 2px 0;
    font-size:1.2rem;
    color:#df462c
}
.the-content form.search-form{
    margin-top:10px
}
.the-content .page-numbers{
    text-align:center
}
.the-content .page-numbers li{
    display:inline-block;
    margin:5px 0 0 15px;
    padding:0
}
.the-content .page-numbers li:before{
    display:none
}
.the-content .page-numbers li:first-child{
    margin-left:0
}
.the-content .page-numbers li>*{
    display:block;
    height:23px;
    padding:0 7px;
    line-height:23px
}
.the-content .page-numbers li a{
    color:grey
}
.the-content .page-numbers li a:active,.the-content .page-numbers li a:focus,.the-content .page-numbers li a:hover{
    color:#df462c
}
.the-content .page-numbers li .current{
    background:#df462c;
    color:#fff
}
.the-content .post-nav{
    margin-top:40px;
    padding:10px;
    background:#f8fafa;
    text-align:center
}
.the-content .post-nav .post-nav-prev{
    float:left
}
.the-content .post-nav .post-nav-next{
    float:right
}
.the-content .gallery-item{
    display:inline-block;
    padding:1.79104477%;
    text-align:center;
    vertical-align:top;
    width:100%
}
.the-content .gallery-columns-2 .gallery-item{
    max-width:50%
}
.the-content .gallery-columns-3 .gallery-item{
    max-width:33.33%
}
.the-content .gallery-columns-4 .gallery-item{
    max-width:25%
}
.the-content .gallery-columns-5 .gallery-item{
    max-width:20%
}
.the-content .gallery-columns-6 .gallery-item{
    max-width:16.66%
}
.the-content .gallery-columns-7 .gallery-item{
    max-width:14.28%
}
.the-content .gallery-columns-8 .gallery-item{
    max-width:12.5%
}
.the-content .gallery-columns-9 .gallery-item{
    max-width:11.11%
}
.the-content .gallery-icon img{
    margin:0 auto
}
.the-content .gallery-caption{
    display:block;
    padding:.5em 0
}
.the-content .gallery-columns-6 .gallery-caption,.the-content .gallery-columns-7 .gallery-caption,.the-content .gallery-columns-8 .gallery-caption,.the-content .gallery-columns-9 .gallery-caption{
    display:none
}
.the-content .discriminant-wrapper{
    display:block;
    margin-top:43px
}
.the-content .discriminant-wrapper+.discriminant-wrapper{
    margin-top:4px
}
.the-content .discriminant{
    display:inline-block;
    padding:12px 20px 12px 0;
    font-size:1.8rem;
    line-height:2.6rem;
    color:#fff
}
.the-content .discriminant-blue{
    background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTNkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGJmZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(left,#00a3d5 0,#00bff9 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#00a3d5),color-stop(100%,#00bff9));
    background:-webkit-linear-gradient(left,#00a3d5 0,#00bff9 100%);
    background:-o-linear-gradient(left,#00a3d5 0,#00bff9 100%);
    background:-ms-linear-gradient(left,#00a3d5 0,#00bff9 100%);
    background:linear-gradient(to right,#00a3d5 0,#00bff9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3d5', endColorstr='#00bff9', GradientType=1)
}
.the-content .discriminant-orange{
    background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNGIyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZiNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(left,#ed4b2c 0,#ff6b4f 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#ed4b2c),color-stop(100%,#ff6b4f));
    background:-webkit-linear-gradient(left,#ed4b2c 0,#ff6b4f 100%);
    background:-o-linear-gradient(left,#ed4b2c 0,#ff6b4f 100%);
    background:-ms-linear-gradient(left,#ed4b2c 0,#ff6b4f 100%);
    background:linear-gradient(to right,#ed4b2c 0,#ff6b4f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed4b2c', endColorstr='#ff6b4f', GradientType=1)
}
.the-content .discriminant-yellow{
    background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViYjAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWNlNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(left,#ebb001 0,#face41 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#ebb001),color-stop(100%,#face41));
    background:-webkit-linear-gradient(left,#ebb001 0,#face41 100%);
    background:-o-linear-gradient(left,#ebb001 0,#face41 100%);
    background:-ms-linear-gradient(left,#ebb001 0,#face41 100%);
    background:linear-gradient(to right,#ebb001 0,#face41 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebb001', endColorstr='#face41', GradientType=1)
}
.the-content .discriminant-maroon{
    background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5MTAyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMzRiNGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(left,#891023 0,#c34b4c 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#891023),color-stop(100%,#c34b4c));
    background:-webkit-linear-gradient(left,#891023 0,#c34b4c 100%);
    background:-o-linear-gradient(left,#891023 0,#c34b4c 100%);
    background:-ms-linear-gradient(left,#891023 0,#c34b4c 100%);
    background:linear-gradient(to right,#891023 0,#c34b4c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891023', endColorstr='#c34b4c', GradientType=1)
}
.the-content .discriminant-green{
    background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5YTAyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZmMwNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(left,#09a029 0,#2fc04d 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#09a029),color-stop(100%,#2fc04d));
    background:-webkit-linear-gradient(left,#09a029 0,#2fc04d 100%);
    background:-o-linear-gradient(left,#09a029 0,#2fc04d 100%);
    background:-ms-linear-gradient(left,#09a029 0,#2fc04d 100%);
    background:linear-gradient(to right,#09a029 0,#2fc04d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09a029', endColorstr='#2fc04d', GradientType=1)
}
.the-content .discriminant-darkblue{
    background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMzE3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1Yjc4YmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(left,#22317d 0,#5b78ba 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0,#22317d),color-stop(100%,#5b78ba));
    background:-webkit-linear-gradient(left,#22317d 0,#5b78ba 100%);
    background:-o-linear-gradient(left,#22317d 0,#5b78ba 100%);
    background:-ms-linear-gradient(left,#22317d 0,#5b78ba 100%);
    background:linear-gradient(to right,#22317d 0,#5b78ba 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#22317d', endColorstr='#5b78ba', GradientType=1)
}
.the-content .discriminant-ico{
    float:left;
    width:60px;
    padding-left:10px
}
.the-content .discriminant-ico img{
    display:block;
    max-width:100%;
    height:auto;
    margin:0 auto
}
.the-content .discriminant-ico+.discriminant-content{
    padding-left:60px
}
.the-content .discriminant-content{
    padding-left:20px
}
.studies-listing .studies-item{
    padding-bottom:34px;
    border-bottom:1px solid #edf1f1
}
@media (min-width:768px){
    .studies-listing .studies-item{
        margin-left:20px;
        padding-left:15px
    }
}
.studies-listing .studies-item h2+p{
    margin-top:9px
}
.studies-listing .studies-item p{
    margin-top:20px
}
.studies-listing .studies-item .group-label{
    margin-top:45px;
    font-weight:700;
    font-size:1.5rem;
    color:#000
}
.studies-listing .studies-item .studies-label{
    color:#000
}
.studies-listing .studies-item .studies-specialties-label{
    margin-top:4px;
    font-size:1.2rem;
    text-transform:uppercase;
    color:#999
}
.studies-listing .studies-item .studies-specialties-label .studies-spec-none-label{
    text-transform:none
}
.home .section-headline,.studies-single .studies-specialties-label{
    text-transform:uppercase
}
.studies-listing .studies-item .studies-specialties-list{
    margin-top:0
}
.studies-listing .studies-item .studies-specialties-list li{
    padding-top:5px
}
.studies-listing .studies-item .studies-specialties-list li a{
    color:inherit
}
.studies-listing .studies-item .studies-specialties-list li a:active,.studies-listing .studies-item .studies-specialties-list li a:focus,.studies-listing .studies-item .studies-specialties-list li a:hover{
    color:#df462c
}
.studies-single .studies-specialties-list{
    margin:10px -15px 0;
    padding:0 15px 17px;
    border-bottom:1px solid #edf1f1;
    font-size:1.8rem
}
.studies-single .studies-specialties-list .studies-is-elearning-badge,.studies-single .studies-specialties-list .studies-is-last-free-space-badge,.studies-single .studies-specialties-list .studies-is-new-badge,.studies-single .studies-specialties-list .studies-is-recruitment-completed-badge{
    position:relative;
    top:-3px
}
.studies-single .studies-specialties-list li:before{
    content:"\f061";
    font-size:inherit
}
.studies-single .studies-specialties-list li a{
    font-weight:700;
    color:#010101
}
.studies-single .studies-specialties-list li a:active,.studies-single .studies-specialties-list li a:focus,.studies-single .studies-specialties-list li a:hover{
    color:#df462c;
    text-decoration:none
}
.news-listing article.the-content{
    margin:26px -15px 0;
    padding:0 15px 26px;
    border-bottom:1px solid #edf1f1
}
.news-listing article.the-content .news-title{
    margin-top:0;
    padding-left:0
}
.news-listing article.the-content .news-title:before{
    display:none
}
.news-listing article.the-content .news-title a{
    color:#000
}
.news-listing article.the-content .news-title a:active,.news-listing article.the-content .news-title a:focus,.news-listing article.the-content .news-title a:hover{
    color:#df462c
}
.news-listing article.the-content .entry-content p{
    margin:0;
    font-size:1.3rem
}
.home .section-headline{
    font-weight:700;
    color:#000
}
.home .slider{
    position:relative
}
@media (min-width:1200px){
    .home .slider .slider-sidebar{
        position:absolute;
        top:0;
        left:0;
        right:0;
        height:100%
    }
    .home .slider .slider-sidebar .widgets{
        position:absolute;
        bottom:25px;
        left:0;
        width:100%;
        margin:0
    }
    .home .slider .slider-sidebar .widgets-wrapper{
        position:absolute;
        left:0;
        bottom:0
    }
    .home .slider .slider-sidebar .widget-frm-reg{
        float:right
    }
}
@media (max-width:1199px){
    .home .slider .slider-sidebar .slider-sidebar{
        position:static
    }
}
@media (max-width:1199px)and (min-width:768px){
    .home .slider .slider-sidebar .box-slider-wrapper{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        margin:0
    }
}
.home .slider .slider-sidebar .box-widget.orange .box-content{
    border-top-color:#f5b229
}
.home .slider .slider-sidebar .box-widget.orange .headline{
    color:#f5b229
}
.home .slider .slider-sidebar .box-widget.green .box-content{
    border-top-color:#5fab15
}
.home .slider .slider-sidebar .box-widget.green .headline{
    color:#5fab15
}
.home .slider .slider-sidebar .box-widget.violet .box-content{
    border-top-color:#3a4ca2
}
.home .slider .slider-sidebar .box-widget.violet .headline{
    color:#3a4ca2
}
.home .slider .slider-sidebar .box-widget.blue .box-content{
    border-top-color:#0075c7
}
.home .slider .slider-sidebar .box-widget.blue .headline{
    color:#0075c7
}
.home .slider .slider-sidebar .box-widget .headline{
    font-size:1.8rem;
    color:#df462c
}
.home .slider .slider-sidebar .box-widget .box-content{
    background:#fff;
    padding:8px 20px 20px;
    border-top:5px solid #df462c;
    font-size:1.3rem
}
@media (min-width:1200px){
    .home .slider .slider-sidebar .box-widget .box-content{
        box-shadow:0 0 10px rgba(0,0,0,.3)
    }
}
.home .slider .slider-sidebar .box-slider .headline{
    font-size:2.2rem
}
.home .slider .slider-sidebar .box-slider .owl-nav .owl-next,.home .slider .slider-sidebar .box-slider .owl-nav .owl-prev{
    position:absolute;
    top:7px
}
.home .slider .slider-sidebar .box-slider .owl-nav .owl-prev{
    left:-13px
}
.home .slider .slider-sidebar .box-slider .owl-nav .owl-next{
    right:-13px
}
.home .slider .slider-sidebar .box-slider .owl-dots{
    line-height:7px;
    text-align:center
}
.home .slider .slider-sidebar .box-slider .owl-dots .owl-dot{
    display:inline-block;
    background:#999;
    width:7px;
    height:7px;
    margin:11px 0 0 20px;
    border-radius:5px
}
.home .slider .slider-sidebar .box-slider .owl-dots .owl-dot:first-child{
    margin-left:0
}
.home .slider .slider-sidebar .box-slider .owl-dots .owl-dot.active{
    background:#df462c
}
@media (min-width:768px){
    .home .slider .slider-sidebar .box-slider{
        margin-top:10.9%;
        z-index:7
    }
}
.home .slider .slider-sidebar .widget-frm-reg .box-content{
    font-size:1.4rem
}
.home .slider .slider-sidebar .widget-frm-reg .box-content .headline{
    margin-bottom:5px
}
.home .slider .slider-sidebar .widget-frm-reg .box-content .menu{
    margin-bottom:10px
}
.home .slider .slider-sidebar .widget-frm-reg .box-content .menu li{
    position:relative;
    padding-left:25px
}
.home .slider .slider-sidebar .widget-frm-reg .box-content .menu li:before{
    content:"\f061";
    position:absolute;
    top:1px;
    left:0;
    color:#0075c7;
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0,0);
    line-height:inherit
}
.home .slider .slider-sidebar .widget-frm-reg .box-content .menu li a{
    color:inherit
}
.home .slider .slider-sidebar .widget-frm-reg .box-content .menu li a:active,.home .slider .slider-sidebar .widget-frm-reg .box-content .menu li a:focus,.home .slider .slider-sidebar .widget-frm-reg .box-content .menu li a:hover{
    color:#0075c7
}
.home .slider .slider-sidebar .widget-frm-reg .box-content .frm-desc{
    margin-bottom:10px;
    color:#333
}
.home .slider .slider-sidebar .widget-frm-reg .box-content form .frm-row,.home .slider .slider-sidebar .widget-frm-reg .box-content form label{
    padding:0
}
.home .slider .slider-sidebar .widget-frm-reg .box-content form select{
    height:35px;
    padding:6px 20px 6px 13px;
    border-radius:0
}
.home .slider .slider-sidebar .widget-frm-reg .box-content form [type=submit]{
    width:100%;
    text-align:center
}
.home .custom-article-wrapper{
    background:#f8fafa;
    margin-bottom:38px;
    padding:54px 0;
    border:solid #edf1f1;
    border-width:1px 0
}
.home .custom-article-wrapper-2{
    margin-bottom:45px
}
@media (max-width:991px){
    .home .custom-article-wrapper .iframe-rwd{
        margin-bottom:35px
    }
}
.home .custom-article .headline{
    margin-bottom:35px;
    font-size:2.8rem;
    color:#010101
}
.home .custom-article .custom-article-img img{
    display:block;
    max-width:100%;
    height:auto
}
@media (max-width:767px){
    .home .custom-article-wrapper{
        padding:25px 0
    }
    .home .custom-article .headline{
        margin-bottom:26px;
        text-align:center;
        font-size:1.8rem
    }
    .home .custom-article .custom-article-img{
        margin-bottom:21px
    }
    .home .custom-article .custom-article-img img{
        margin-left:auto;
        margin-right:auto
    }
}
.home .custom-article .custom-article-content p+p{
    margin-top:23px
}
.home .custom-menu-content{
    background:#fff;
    padding:18px 20px 20px;
    border:1px solid #edf1f1
}
.home .custom-article-menu .headline{
    font-size:1.6rem;
    color:#262626
}
.page-template-home-page.home .custom-article-menu .headline{
    font-weight:700;
    color:#0075c7
}
.home .custom-article-menu .menu{
    margin-top:9px
}
.home .custom-article-menu .menu li{
    padding-top:0
}
.page-template-home-page.home .custom-article-menu .menu li:before{
    content:"\f061";
    font-size:1.2rem;
    color:#AE2E1A;
}
.home .custom-article-menu .menu li a{
    color:inherit
}
.home .custom-article-menu .menu li a:active,.home .custom-article-menu .menu li a:focus,.home .custom-article-menu .menu li a:hover{
    color:#df462c
}
@media (max-width:991px){
    .home .custom-article-menu{
        margin-top:40px;
        text-align:center
    }
    .home .custom-article-menu .menu li{
        display:inline-block
    }
}
.home .news-section.news-listing .section-headline{
    margin-bottom:20px
}
.home .news-section.news-listing article.the-content{
    margin:0;
    padding-bottom:35px;
    border:0
}
@media (min-width:481px)and (max-width:991px){
    .home .news-section.news-listing article.the-content header>a{
        float:left;
        clear:left;
        width:40%
    }
    .home .news-section.news-listing article.the-content .entry-content,.home .news-section.news-listing article.the-content .news-title{
        float:right;
        width:57%
    }
}
@media (max-width:480px){
    .home .news-section.news-listing article.the-content header>time,.home .section-headline{
        text-align:center
    }
}
.home .partners-section .partners-listing{
    text-align:center
}
.home .partners-section .partners-listing li{
    display:inline-block;
    margin-top:20px;
    padding:0 15px;
    vertical-align:middle
}
.home .partners-section .partners-listing li img{
    max-width:100%;
    height:auto
}
@media (min-width:992px){
    .home .partners-section .partners-listing{
        display:table;
        table-layout:fixed;
        width:100%;
        margin-top:15px
    }
    .home .partners-section .partners-listing li{
        display:table-cell;
        width:11.1%;
        padding:0 5px
    }
}
 .the-content .discriminant-golden-yellow {
     background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNGIyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZiNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(left, #c3a018 0, #d5bc5d 100%);
     background: -webkit-gradient(linear, left top, right top, color-stop(0, #c3a018), color-stop(100%, #d5bc5d));
     background: -webkit-linear-gradient(left, #c3a018 0, #d5bc5d 100%);
     background: -o-linear-gradient(left, #c3a018 0, #d5bc5d 100%);
     background: -ms-linear-gradient(left, #c3a018 0, #d5bc5d 100%);
     background: linear-gradient(to right, #c3a018 0, #d5bc5d 100%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c3a018', endColorstr='#d5bc5d', GradientType=1) 
}
 .the-content .discriminant-dark-grey {
     background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNGIyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZiNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(left, #2f3538 0, #6d7173 100%);
     background: -webkit-gradient(linear, left top, right top, color-stop(0, #2f3538), color-stop(100%, #6d7173));
     background: -webkit-linear-gradient(left, #2f3538 0, #6d7173 100%);
     background: -o-linear-gradient(left, #2f3538 0, #6d7173 100%);
     background: -ms-linear-gradient(left, #2f3538 0, #6d7173 100%);
     background: linear-gradient(to right, #2f3538 0, #6d7173 100%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2f3538', endColorstr='#6d7173', GradientType=1) 
}
 .the-content .discriminant-dark-grey-blue {
     background: url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNGIyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZiNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(left, #1a161e 0, #5e5b61 100%);
     background: -webkit-gradient(linear, left top, right top, color-stop(0, #1a161e), color-stop(100%, #5e5b61));
     background: -webkit-linear-gradient(left, #1a161e 0, #5e5b61 100%);
     background: -o-linear-gradient(left, #1a161e 0, #5e5b61 100%);
     background: -ms-linear-gradient(left, #1a161e 0, #5e5b61 100%);
     background: linear-gradient(to right, #1a161e 0, #5e5b61 100%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1a161e', endColorstr='#5e5b61', GradientType=1) 
}
/* Style dla google experiments */
 .home .slider-experiments .box-widget {
     margin-top: 24px;
     margin-bottom: 24px;
     padding-top: 25px;
     padding-bottom: 25px;
     box-shadow: 2px 2px 6px rgba(0,0,0,0.22);
     -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.22);
     -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.22);
     -o-box-shadow: 2px 2px 6px rgba(0,0,0,0.22);
     min-height: 170px;
     margin-left: 14px;
}
.home .slider-experiments .box-widget.green {
  border-top: 5px solid #017552;
}
 .home .slider-experiments .box-widget.green .highlighted-text {
     padding: 0 4px;
     color: #000;
}
.home .slider-experiments .box-widget.orange {
  border-top: 6px solid #F4651F;
}
 .home .slider-experiments .box-widget.orange .highlighted-text {
     padding: 0 4px;
     color: #000;
}
.home .slider-experiments .box-widget.red {
  border-top: 5px solid #C90043;
}
 .home .slider-experiments .box-widget.red .highlighted-text {
     padding: 0 4px;
     color: #000;
}
.home .slider-experiments .box-widget.blue {
  border-top: 5px solid #0075C7;
}
.home .slider-experiments .box-widget.blue .highlighted-text {
  color: #000;
  padding: 0 4px;
}
 .home .slider-experiments .box-widget.violet {
     border-top: 2px solid #c493cf ;
}
 .home .slider-experiments .box-widget.violet .highlighted-text {
     background: linear-gradient(to bottom, transparent 40%, #c493cf 0) center center no-repeat;
     padding: 0 4px;
}
 .box-widget h3.headline {
     font-size: 20px;
     font-weight: 400;
     text-transform: uppercase;
     color: #58595b;
     line-height: 25px;
     margin-bottom: 20px;
}
 .the-content form [type=submit] {
     background-color: #ff421d;
}
 .the-content form [type=submit]:hover {
     background-color: #e53b1a;
}
 .hidden-exp {
     display: none !important;
}
 .zapisz-sie-exp {
     background-color: #ff2f05;
     color: #ffffff;
}
.zapisz-sie-exp:hover {
  background-color: #D01975;
}

 .slider-experiments {
     position: relative;
     top: -100px;
     background-color: #ffffff;
}
 .up-exp {
     margin-top: -100px;
}
 .slider-experiments .container .widgets-wrapper {
     width: 100%;
}
 .exp-headline {
     position: absolute;
     bottom: 0;
     right: 310px;
     color: #fff;
     font-size: 27px;
}
 .home .slider .slider-sidebar .widgets-sec-exp {
     bottom: auto !important;
     top: 10px !important;
}
/* media queries */
 @media(min-width: 1200px) and (max-width: 1270px) {
     .slider-experiments {
         top: -50px;
    }
     .up-exp {
         margin-top: -50px;
    }
}
 @media(max-width: 1200px) {
     .slider-experiments {
         top: 0;
    }
     .up-exp {
         margin-top: 0;
    }
     .exp-headline {
         display: none;
    }
}
 @media (min-width: 1200px) {
     .home .slider-experiments .box-widget {
         width: 31%;
    }
}
 @media(min-width: 992px) and (max-width: 1199px) {
     .home .slider-experiments .box-widget {
         width: 31%;
         min-height: 250px;
    }
}
 @media(min-width: 768px) and (max-width: 991px) {
     .home .slider-experiments .box-widget {
         width: 47%;
    }
}
 @media(max-width: 767px) {
     .home .slider-experiments .box-widget {
         margin: 0 0 15px 0;
         min-height: 150px;
    }
}
 .freshmail_form_1 input[name="form[imie_i_nazwisko]"] {
     display: none;
}
 @media(max-width: 540px) {
     .download-info p {
         top: 7px !important;
    }
}
 @media(max-width: 360px) {
     .download-info {
         padding-bottom: 40px;
    }
     .download-info a {
         top: 85px !important;
    }
}
 .freshmail_form_1 input[name="form[imie_i_nazwisko]"] {
     display: none;
}
 .download-info {
     border: 1px solid #AE2E1A;
     position: relative;
     margin-top: 24px;
}
 .download-info img {
     display: inline-block;
     margin: 4px 16px 2px 16px;
}
 .download-info p {
     font-family: 'Noto sans', Arial, sans-serif;
     font-size: 14px;
     line-height: 22px;
     color: #000000;
     font-weight: bold;
     display: inline-block;
     position: absolute;
     top: 25px;
}
.download-info a {
  font-family: 'Noto sans', Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #D01975;
  border: 0;
  padding-left: 13px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 6px;
  position: absolute;
  top: 55px;
     transition: 0.85s;
}
.download-info a:hover {
  color: #ffffff;
  background-color: #AE2E1A;
  text-decoration: underline;
}

#formularz1 button {
  background: #D01975 !important;
  color: #fff;
}

/* Nowy informator */
 .home .custom-article .headlineRL {
     margin-bottom: 20px;
}
 #fm_form_6 {
     padding: 0 !important;
     margin-top: 10px !important;
}
 #fm_form_6 input {
     display: block;
}
 .freshmail_form_2 {
     width: 300px !important;
     padding: 20px !important;
     background-color: #ededed !important;
}
 .freshmail_form_2 input[type=text] {
     padding-left: 5px !important;
     padding-right: 5px !important;
     font-size: 14px !important;
}
 .freshmail_form_2 > div {
     height: 50px;
}
 .freshmail_form_2 > div:first-child {
     display: none;
}
 .freshmail_form_2 .message_success {
     color: #000000 !important;
}
 .freshmail_form_2 > p {
     margin: 0;
     white-space: nowrap;
}
 .informator-container .bold{
     font-weight: bold !important;
     color: #000000;
}
 .informator-container .right p {
     margin-top: 18px;
     margin-bottom: 15px;
}
 .informator-container h2 {
     padding-left: 0 !important;
     font-size: 28px !important;
}
 .informator-container h2:before {
     content: "" !important;
}
 #fm_form_6 button {
     line-height: 1px !important;
     float: left;
     width: 184px !important;
     font-family: "Noto Sans", sans-serif !important;
     font-size: 16px !important;
     border-radius: 0 !important;
}
 #fm_form_6 span.message_success, span.message_error {
     font-family: "Noto Sans", sans-serif !important;
}
 #fm_form_6 label {
     display: none !important;
}
 .informator-container {
     display: flex;
}
 .informator-container .left, .informator-container .right {
     width: 49%;
}
 .freshmail_form_2 input[type="checkbox"] {
     display: inline-block !important;
     position: relative;
     top: -85px;
}
 .freshmail_form_2 > p > span {
     width: 249px;
     display: inline-block;
     white-space: initial;
     font-size: 8.5px;
     line-height: 11px;
}
 .informator-container .right .freshmail_form_2 > p {
     margin-top: 0 !important;
}
 .pobierz-informator-container {
     width: 300px;
}
 .checkbox-red {
     outline: 1px solid red;
}
 .informator-info {
     position: relative;
     top: -100px;
}
 @media(min-width: 992px) and (max-width: 1199px) {
     .freshmail_form_2 > p > span {
         width: 171px;
    }
     .freshmail_form_2 {
         width: 237px !important;
    }
     .freshmail_form_2 input[type="checkbox"] {
         top: -117px;
    }
     .informator-container .right {
         top: -25px;
    }
     .pobierz-informator-container {
         top: -15px;
         left: 239px;
    }
     .informator-info {
         top: 0;
    }
}
 @media(min-width: 768px) and (max-width: 991px) {
     .informator-container {
         flex-direction: column;
    }
     .informator-container .left, .informator-container .right {
         width: 100%;
    }
     .informator-container .right > div {
         margin: 0 auto;
    }
     .informator-container .right {
         position: static;
    }
     .informator-info {
         position: static;
         margin-top: 20px;
    }
     .pobierz-informator-container {
         position: static;
         margin: 0 auto;
    }
}
 @media(min-width: 601px) and (max-width: 767px) {
     .pobierz-informator-container {
         left: 49%;
    }
}
 @media(max-width: 600px) {
     .informator-container {
         flex-direction: column;
    }
     .informator-container .left, .informator-container .right {
         width: 100%;
    }
     .informator-container .left img {
         margin: 0 auto;
         display: block;
    }
     .freshmail_form_2 {
         margin: 0 auto;
         display: block;
    }
     .informator-container .right > div {
         margin: 0 auto;
    }
     .freshmail_form_2 {
         padding: 10px !important;
    }
     .informator-container .right, .pobierz-informator-container, .informator-info {
         position: static;
    }
     .pobierz-informator-container {
         margin: 15px auto;
    }
     .informator-info {
         margin-top: 20px;
    }
}
/* End nowy informator */
 .btn {
     background-color: #ff2f05;
     color: #ffffff;
}
.btn:hover {
  background-color: #D01975;
  text-decoration: underline !important;
}
 .the-content .studies-is-sponsor-badge {
     padding: 1px 7px;
     border-radius: 3px;
     font-weight: 700;
     font-size: 1rem;
     text-transform: uppercase;
     color: #fff;
}
 .the-content .studies-recruitment-winter {
     padding: 1px 7px;
     border-radius: 3px;
     font-weight: 700;
     font-size: 1rem;
     text-transform: uppercase;
     color: #fff;
     background-color: #2424a7;
}
 .the-content .studies-is-with-postgraduate {
     padding: 1px 7px;
     border-radius: 3px;
     font-weight: 700;
     font-size: 1rem;
     text-transform: uppercase;
     color: #fff;
     background-color: #c5a116;
}
 .the-content .studies-is-sponsor-badge {
     background: #888;
}
 .the-content .studies-is-recruitment-completed-badge {
     background: #22317d;
}
 .studies-single .studies-specialties-list .studies-is-sponsor-badge {
     position: relative;
     top: -3px;
}
 .studies-single .studies-specialties-list .studies-recruitment-winter {
     position: relative;
     top: -3px;
}
 .page-nav-container {
     padding: 0;
}
 .see-newsletter {
     text-transform: uppercase;
     position: relative;
     top: 12px;
     font-size: 1.4rem !important;
}
 .the-content table td, .the-content table th {
     padding: 19px 10px;
}
 #f-table-1, #f-table-2 {
     font-size: 1.3rem;
}
/* Formularz */
 .kc-formularz-1 label {
     font-weight: bold !important;
}
 .kc-formularz-1 label.kc-accept, .kc-formularz-1 .wpcf7-checkbox label {
     font-weight: normal !important;
}
 .kc-formularz-1 label.kc-accept {
     display: flex;
}
 .kc-formularz-1 label.kc-accept input[type=checkbox]{
     margin-right: 10px;
}
 .kc-formularz-1 .wpcf7-list-item {
     display: block !important;
     margin-bottom: 10px !important;
}
 .kc-formularz-1 p {
     margin-top: 20px !important;
}
 .kc-formularz-1 span[role=alert] {
     font-weight: bold !important;
}
 .kc-formularz-1 input[type=submit] {
     background-color: #ff421d !important;
}
/* owl logo section */
 #owl-logo {
     margin-top: 15px;
}
 #owl-logo .owl-item img {
     width: auto;
}
/* Cookies */
 #cookies-info-content p, #cookies-info-content a {
     display: inline;
}
 #cookies-info-content p.cookies-info-msg-xs {
     display: none;
}
 @media screen and (max-width: 640px) {
     #cookies-info-content p.cookies-info-msg-lg {
         display: none;
    }
     #cookies-info-content p.cookies-info-msg-xs {
         display: inline-block;
    }
     #back-to-top {
         bottom: 58px;
    }
}
 @media screen and (max-width: 480px) {
     #page-header .external-links .btn {
         margin-top: 7px;
         margin-bottom: 7px;
    }
     #page-header .external-links .menu {
         margin-top: 0;
    }
}
/* Footer new social icons */
 #footer-sidebar .widget-social-menu .menu li {
     display: block;
}
 #footer-sidebar .widget-social-menu .menu li a {
     font-size: 12px;
     text-align: left;
}
 #footer-sidebar .widget-social-menu .menu li {
     margin-left: 0;
}
 .widget-social-menu .ft-text {
     margin-left: 5px;
}
/* New button */
 .btn-navy-blue {
     background-color: #3b297a;
     border: 2px solid #3b297a;
}
 .btn-navy-blue:hover {
     background-color: #3b297a;
     border: 2px solid #3b297a;
}
/* Social box */
 .jr-instagram-container {
     width: 300px;
     position: absolute;
     left: -300px;
     top: 200px;
     z-index: 101;
}
 .jr-instagram-container--inner {
     position: relative;
}
 .kc-insta-icon {
     position: absolute;
     top: 0;
     right: -45px;
     width: 45px;
}
 .facebook-box-container {
     width: 300px;
     position: absolute;
     left: -300px;
     top: 245px;
     z-index: 100;
}
 .facebook-box-container--inner {
     position: relative;
}
 .kc-fb-icon {
     position: absolute;
     top: 0;
     right: -45px;
     width: 45px;
}
 @media (max-width: 768px) {
     .jr-instagram-container, .facebook-box-container {
         display: none;
    }
}
/* * Highlighted text */
 .highlighted-text {
}
 .highlighted-text-header {
     transition: background-size .4s ease;
     background: linear-gradient(to bottom, transparent 40%, #f8c800 0) center center no-repeat;
     padding: 0 4px 2px 4px;
     background-size: 100% 83%;
}
 .highlighted-text-our-partners {
     background: linear-gradient(to bottom, transparent 35%, #f8c800 0) center center no-repeat;
}
 .marker {
     background: linear-gradient(to bottom, transparent 43%, #f8c800 0) center center/0% 75% no-repeat;
     padding: 0 6px 2px 6px;
     background-size: 100% 100%;
}
 .the-content .discriminant-highlighted .discriminant-content {
     color: #58595b;
     text-transform: uppercase;
     padding-top: 24px;
}
 .the-content .discriminant-highlighted .discriminant-ico {
     padding-left: 0;
     width: 60px;
}
 .the-content .discriminant-ico+.discriminant-content {
     padding-left: 65px;
}
 .discriminant-content .highlighted-text {
     background: linear-gradient(to bottom, transparent 37%, #f8c800 0) center center no-repeat;
}
/* Vote poll */
 .kc-poll div[class^="yop-poll-answers"] ul {
     display: flex;
     flex-wrap: wrap;
}
 .kc-poll div[class^="yop-poll-answers"] ul li {
     width: 33% !important;
    /*margin-bottom: 35px !important;
    */
}
 .kc-poll div[class^="yop-poll-answers"] ul li label {
     cursor: pointer;
     padding: 0 10px;
     text-align: center;
     width: 250px;
     height: 254px;
     margin: 0 auto !important;
     display: block !important;
}
 .kc-poll div[class^="yop-poll-answers"] ul li label img {
     display: block;
     width: 200px;
     margin: 0 auto;
}
 .kc-poll div[class^="yop-poll-answers"] ul li label img.selected {
     outline: 4px solid red;
}
 .kc-poll div[class^="yop-poll-answers"] ul li:before {
     content: "";
}
 .kc-poll div[id^="yop-poll-container"] {
     width: 100% !important;
}
 .yop-poll-container-error, .yop-poll-container-success {
     font-style: normal !important;
     font-size: 16px !important;
     font-weight: bold;
     text-transform: inherit !important;
}
 .kc-poll button {
     display: inline-block;
     padding: 5px 25px;
     border: 2px solid #df462c;
     font-size: 1.8rem;
     background-color: #ff2f05;
     color: #fff;
     font-weight: bold;
}
 .kc-poll ul li {
     position: relative;
}
 .kc-poll ul li input[type="checkbox"] {
     visibility: hidden;
}
 .kc-poll div[class^="yop-poll-results-bar"] {
     display: none;
}
 .kc-poll span[class^="pds-feedback-per"] {
     font-weight: 700;
}
 .kc-poll div[id^="yop-poll-container"] ul li img {
     max-width: 200px !important;
     width: 100% !important;
}
 div[class^="yop-poll-question"] {
     font-weight: 700;
     font-size: 20px !important;
}
 div[id^="yop-poll-captcha-3"] {
     width: 224px;
     margin: 0 auto 20px auto;
     text-align: center;
}
 div[id^="yop-poll-answers"] > ul > li {
     margin-bottom: 20px !important;
}
 @media(max-width: 760px) {
     .kc-poll div[class^="yop-poll-answers"] ul li {
         width: 50% !important;
    }
}
 @media(max-width: 550px) {
     .kc-poll div[class^="yop-poll-answers"] ul li label {
         width: auto !important;
    }
}
 @media(max-width: 500px) {
     .kc-poll div[class^="yop-poll-answers"] ul li {
         width: 100% !important;
         text-align: center;
    }
}
 @media(max-width: 992px) {
     article#post-7461 {
         padding-left: 0;
    }
     .kc-poll div[id^="yop-poll-container"] {
         padding: 0 !important;
    }
}
 .the-content__down blockquote:first-child {
     margin-top: 43px;
}
/* Magazyn ZPSB */
 .site-main--blog .news-listing {
     display: flex;
     flex-wrap: wrap;
}
 .site-main--blog .news-listing header {
     width: 100%;
     flex: 0 0 100%;
}
 .site-main--blog .news-listing > article.the-content {
     flex: 0 0 50%;
}
 .site-main--blog .news-listing > article.the-content:nth-child(odd) {
     margin-left: 10px;
}
 @media(max-width: 767px) {
     .site-main--blog .news-listing > article.the-content {
         flex: 0 0 100%;
         margin: 0;
    }
}
/* Rating bar */
 .kc-rating-bar {
     margin-top: 15px;
     padding-left: 35px;
     display: flex;
     justify-content: flex-end 
}
 .kc-rating-bar .yasr-visitor-votes {
     display: flex;
     flex-direction: column;
}
 .kc-rating-bar .yasr-star-rating {
     margin-bottom: 10px;
}
 @media (min-width: 992px) {
     #page-header #main-nav .menu>li>.sub-menu {
         padding: 25px 30px 15px 15px;
    }
}
 .home-banner {
     margin-bottom: 20px;
}
 .home-banner .banner-img {
     width: 100%;
}
