
body {
    font-size: 12px;
    color: #222;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

/*-------- KLASA ŻAŁOBNA, NALEŻY DODAĆ DO BODY --------------*/
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*
Długość trwania animacji
*/
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

em {
    font-style: italic;
    display: inline-block;
    padding-right: 2px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h1, h2, h3 {
    font-size: 24px;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

a {
    color: #0096d0;
}

a:hover, a:focus {
    color: #0096d0;
}

/*
.container {
    clear: both;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1670px;
    width: 100%;
}
 */

#page {
    overflow: hidden;
}

/**
 * HEADER
 */

header {
}

.logo {
    float: left;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    float: left;
}

#main-menu ul li {
    display: block;
}

#main-menu ul li ul {
    display: none;
}

#main-menu ul li:hover ul {
    display: block;
}

/**
 * CONTENT
 */

#content {
    overflow: hidden;
}

.text {
    overflow: hidden;
}

footer {
}

/**
 * FORM
 */

/* INPUTY */
.form-control {
    border-color: #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
    color: #999;
}
.form-control,
.form-group-lg .form-control {
    height: 32px;
}

.form .form-group-lg .captcha-image-wrapper,
.form-control,
.form-group-lg .form-control {
    border-radius: 2px;
}

.form .form-element-name {
    margin-bottom: 3px;
    font-weight: 400;
    color: #4d4d4d;
}

.form .before-consent-row,
.form .after-consent-row,
.form .checkboxradio-container label {
    color: #4d4d4d;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
}
.form .checkboxradio-container label {
    margin-bottom: 2px;
}

.form .alert-block .error {
    color: red!important;
}

.has-error .form-control {
    border-color: red;
}

.form .form-group-lg .controls+.form-control-feedback,
.form .form-group-lg .select2-container+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.form-element-image-container,
.form-element-file-container {
    margin-bottom: 10px;
}

.upload-thumb-info {
    color: #4d4d4d;
}

.form .form-group-lg .captcha-image-wrapper {
    height: 32px;
}
.form .form-group-lg button.captcha-refresh {
    width: 32px;
    height: 32px;
}

.progress-bar {
    background-color: #0096d0;
}

.form .form-teaser {
    font-weight: 300;
    font-size: 18px;
}

.form .form-control,
.form .form-group-sm .form-control,
.form .form-group-lg .form-control {
    /* font-size: 14px; */
    /* color: #000; */
    /* -webkit-border-radius: 0; */
    /* -moz-border-radius: 0; */
    /* border-radius: 0; */
    /* -webkit-box-shadow: none; */
    /* -moz-box-shadow: none; */
    /* box-shadow: none; */
}

/* TEXTAREA */
.form textarea.form-control:not([rows]) {
    /* height: 130px; */
}

/* KLAUZULE I ZGODY */
.form .before-consent-row .text,
.form .after-consent-row .text,
.form .consent-row .text label,
.form .consent-all {
    /* font-size: 12px; */
    /* letter-spacing: 0; */
}

.form .consent-row .error {
    /* font-size: 12px; */
    /* letter-spacing: 0; */
}

/* CAPTCHA */
.form .captcha-image-wrapper,
.form .form-group-sm .captcha-image-wrapper,
.form .form-group-lg .captcha-image-wrapper {
    /* -webkit-border-radius: 0; */
    /* -moz-border-radius: 0; */
    /* border-radius: 0; */
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}

.form button.captcha-refresh {
    /* -webkit-border-radius: 0; */
    /* -moz-border-radius: 0; */
    /* border-radius: 0; */
}

/* KOLOR GWIAZDKI WYMAGANEGO POLA */
.form .form-required-mark {
    /* color: #a94442; */
}

/**
 * MAP POINT
 */

.map-point .custom-map-wrapper {
    position: relative;
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/*
    Sekcja logotypów
 */
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}

.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: 22px;
    line-height: 100px;
    vertical-align: middle;
}

.logotypes-slider-container {
    height: 100px;
}

.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}

.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/**
    Sociale
*/

.social-list > ul > li {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
}

.social-list > ul > li > a {
    font-size: 26px;
    line-height: 34px;
}

/*
    Menu językowe
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 25px 0 25px 20px;
    border-radius: 6px 6px 0 0;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}

.langs-menu ul {
    opacity: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 6px 6px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
}

.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}

.langs-menu a {
    display: block;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    width: 21px;
    height: 13px;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lang {
    padding: 5px 15px;
    font-size: 0;
}

.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
}

.lang .langs-menu-long {
    display: none;
}

.lang-button {
    position: relative;
    cursor: pointer;
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 20px;
    transition: all 0.4s;
    line-height: 12px;
}

.langs-menu.active .lang-button .arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.langs-menu-icon img {
    max-width: 100%;
}

/**
 * ARTICLE
 */

.article-image {
    display: inline-block;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.article-image img {
    max-width: 100%;
}

.article-text {
    overflow: visible;
}

.article-subtitle {
    padding-bottom: 35px;
}

.article-text {
    padding-bottom: 25px;
}

.article-date {
    margin-top: -15px;
    padding-bottom: 10px;
    font-weight: bold;
}

/**
 Ul custom dots
 */
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}

.text ul > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}

.text ul > li::before {
    content: "•";
    display: inline-block;
    width: 10px;
    left: -10px;
    margin-left: -10px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 18px;
}

/*
 Galeria
 */
.gallery {
    clear: both;
}

.gallery ul {
    margin: -5px;
    font-size: 0;
}

.gallery li {
    width: 25%;
    padding: 5px;
    display: inline-block;
}

.fancy {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.fancy img {
    max-width: 100%;
}

.hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

@media screen and (min-width: 1140px) {
    .hover-mask:hover {
        opacity: 0.8;
    }
}

/*
    Tabela w klasie .text
*/
.text table {
    margin: 30px 0;
}

.text table tr {

}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}


.submission-embed-wrappper {
    width: 100%;
    min-height: 100%;
    padding: 50px;
    background: #fff;
}

.submission-embed-wrappper > iframe {
    width: 100%;
    height: 100%;
}


.select2-container .select2-selection--single.form-control {
    padding: 4px 9px 4px 15px;
}


.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

/*.form-group-sm .select2-container .select2-selection--single {*/
/*    height: 30px;*/
/*}*/

/*.form-group-sm .select2-container .select2-selection--multiple {*/
/*    min-height: 30px;*/
/*}*/

/*.form-group-sm .select2-container--default .select2-selection--single.form-control .select2-selection__rendered {*/
/*    line-height: 20px;*/
/*}*/

/*.form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow {*/
/*    height: 28px;*/
/*}*/

/*.form-group-lg .select2-container .select2-selection--single {*/
/*    height: 46px;*/
/*}*/

/*.form-group-lg .select2-container .select2-selection--multiple {*/
/*    min-height: 46px;*/
/*}*/

/*.form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow {*/
/*    height: 44px;*/
/*}*/

/*.form-group-lg .select2-container--default .select2-selection--single.form-control .select2-selection__rendered {*/
/*    line-height: 24px;*/
/*}*/

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: none;
}

.select2-container--default .select2-selection--multiple {
    padding-top: 0;
    padding-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    line-height: 32px;
}

.select2-container--default .select2-selection--single.form-control .select2-selection__rendered {
    line-height: 22px;
    padding-left: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    position: relative;
    background: #fff;
    /*color: #000;*/
    padding-right: 45px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]::after {
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    overflow: hidden;
    border: none;
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-right: 4px;
}

.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default .select2-selection--multiple {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-section {
    margin-bottom: 30px;
}

.form-section h3 {
    margin-bottom: 10px;
}

.btn,
.btn.btn {
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.btn.btn-primary.btn-primary {
    background: none repeat scroll 0 0 #898b8c;
    border-color: #666;
}


/* DATEPICKER */
.datepicker {
    box-shadow: none;
    border-radius: 0;
}

.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after {
    display: none;
}

.datepicker thead {
    color: #0096d0;
}

.datepicker td,
.datepicker th {
    border-radius: 0;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-image: none;
    background-color: #0096d0;
}

.dropdown-menu {
    border-radius: 0;
}