/*
Theme Name: TISE
Author: Anna Kolm from Laboratorium EE
Author URI: http://laboratorium.ee
Version: 1.0
Text Domain: tise
*/

@charset "UTF-8";

/* Fonts */
@import url("//hello.myfonts.net/count/29b683");

@font-face {
    font-family: 'ProximaNova';
    font-weight: normal;
    src: url('webfonts/29B683_4_0.eot');
    src: url('webfonts/29B683_4_0.eot?#iefix') format('embedded-opentype'), url('webfonts/29B683_4_0.woff') format('woff'), url('webfonts/29B683_4_0.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova';
    font-weight: bold;
    src: url('webfonts/29B683_5_0.eot');
    src: url('webfonts/29B683_5_0.eot?#iefix') format('embedded-opentype'), url('webfonts/29B683_5_0.woff') format('woff'), url('webfonts/29B683_5_0.ttf') format('truetype');
}

/* End of Fonts */

body {
    font-family: ProximaNova;
}

h1, h2, h4 {
    font-family: ProximaNova;
    font-weight: bold;
}

.page-title > *:first-child {
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.single-offers h1 {
    font-size: 14px;
}

.single-post h1 {
    font-size: 16px;
    margin-top: 8px;
}

.blog h1 {
    font-size: 30px;
}

a {
    color: #cc0033 !important;
}

h3 {
    font-family: ProximaNova;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

h4.page-subtitle {
    font-size: 2.3em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrap {
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

.row.tise-page {
    min-height: 500px;
    margin-bottom: 30px;
}

.form-control, .btn {
    border-radius: 0;
}

.content {
    padding: 0;
}

.fixed {
    position: fixed;
    display: block;
}

.italic {
    font-style: italic;
    font-family: Georgia;
}

ul.tise-default-list {
    list-style-type: none;
    padding-left: 0;
}

li.tise-default-list {
    margin-left: 0;
    padding-left: 40px;
    line-height: 1.8em;
    background-repeat: no-repeat;
    background-position: left center;
}

.margin-top {
    margin-top: 20px;
}

.hide {
    display: none;
}

div.page-headline > p {
    margin: 20px 0;
}

div.return {
    margin-top: 10px;
}

div.bottom-line {
    background-color: rgba(178, 178, 178, 0.8);
    height: 1px;
    display: block;
}

div.tise-button {
    margin-top: 20px;
    margin-left: 4.16667%;
    height: 52px;
}

div.tise-button a {
    display: block;
    padding: 16px 15px;
    float: left;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #cc0033;
}

div.tise-button a:hover {
    text-decoration: none;
}

div.tise-button div.arrow-left {
    width: 0;
    height: 0;
    float: left;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 22px solid #cc0033;
}

div.tise-slidetext-box {
    background-color: #ffffff;
    margin-top: 20px;
    padding: 0 20px;
    /*height: 215px;*/
    /*transition-duration: 1s;*/
}

div.tise-slidetext-box h3 {
    color: #cc0033 !important;
}

div.tise-slidetext-box div.tise-slidetext-text {
    /*height: 126px;*/
    margin-bottom: 35px;
    overflow: hidden;
}

div.tise-slidetext-box p.tise-slidetext-icon {
    bottom: 0;
    position: absolute;
    right: 18px;
    text-align: right;
}

div.tise-slidetext-box p.tise-slidetext-icon span {
    cursor: pointer;
    font-weight: bold;
    line-height: inherit;
    display: block;
}

div.tise-slidetext-box.enlarge div.tise-slidetext-text {
    overflow: hidden
}

.tise-toggle-box {
    width: 100%;
    height: 100%;
    display: block;
    -moz-box-shadow: inset 0 0 10px rgba(178, 178, 178, 0.8);
    -webkit-box-shadow: inset 0 0 10px rgba(178, 178, 178, 0.8);
    box-shadow: inset 0 0 10px rgba(178, 178, 178, 0.8);
}

.tise-toggle-box > div {
    margin-top: 20px;
    margin-bottom: 20px;
}

h3.tise-toggle-button {
    color: #cc0033 !important;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 30px;
}

/* Header */
header {
    height: 100%;
    padding: 0 !important;
    z-index: 1000;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    box-shadow: 6px 0px 5px rgba(00, 00, 00, 0.2);
    -moz-box-shadow: 6px 0px 5px rgba(00, 00, 00, 0.2);
    -webkit-box-shadow: 6px 0px 5px rgba(00, 00, 00, 0.2);
}

header .temp-solution-container {
    height: 100%;
    width: 100%;
    min-height: 768px;
    position: relative;
}

@-moz-document url-prefix() {
    header {
        flex-direction: column;
    }
}

/* Logo */
a.tise-logo {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.front-page-bg-image a.tise-logo {
    margin-top: 0px;
    margin-bottom: 0px;
}

img.tise-logo {
    width: 60%;
    margin: 5% 20%;
    flex-shrink: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome, img.tise-logo.safari {
        margin-bottom: 66px;
    }
}

/* Menu */
div.tise-languages-menu ul.nav-tabs > li > a {
    font-weight: normal;
}

div.tise-languages-menu ul.nav-tabs > li.active-language > a {
    color: #2b2b2b !important;
    font-weight: bold;
}

div.tise-languages-menu ul.nav-tabs > li > a:hover {
    color: #2b2b2b !important;
    font-weight: bold;
}

div.tise-languages-menu ul.nav-tabs > li.current-menu-item > a {
    color: #2b2b2b !important;
    font-weight: bold;
}

.nav > li > a:focus {
    background-color: transparent;
}

div.tise-menu {
    width: 100%;
    flex-grow: 2;
    margin-bottom: 20px;
}

.navbar-default {
    background-color: transparent;
    border: 0;
}

.navbar-collapse {
    padding: 0 !important;
}

div.menu-menu-glowne-container {
    height: 100%;
    display: flex;
}

ul#menu-menu-glowne {
    width: 100%;
    height: 100%;
}

.navbar-nav > li {
    margin-top: -1px;
    display: table;
    flex-shrink: 4;
    float: none;
    border-top: 1px solid rgba(178, 178, 178, 0.8);
    border-bottom: 1px solid rgba(178, 178, 178, 0.8);
    width: 100%
}

.navbar-nav > li > a {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 2px;
    padding-left: 20px;
    color: #2b2b2b !important;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
}

.navbar-nav > li > a:hover {
    color: #cc0033 !important;
}

.navbar-nav > li > a > span {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.5em;
    opacity: 0.8;
    text-transform: none;
    padding-right: 19%;
}

.navbar-nav > li:hover > a {
    color: #cc0033 !important;
}

.navbar-nav > li.border-bottom {
    border-bottom: 1px solid #cc0033 !important;
}

.navbar-nav > li.border-top {
    border-top: 1px solid #cc0033 !important;
}

div.tise-menu .current-menu-item {
    border-top: 1px solid #cc0033 !important;
    border-bottom: 1px solid #cc0033 !important;
    z-index: 1;
}

.navbar-nav > li.current-menu-item > a {
    color: #cc0033 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-nav {
    margin: 0;
}

a.navbar-brand {
    height: 62px;
    padding-top: 0;
    padding-bottom: 0;
}

a.navbar-brand:hover {
    background-color: transparent !important;
}

.navbar {
    margin-bottom: 0;
}

/* END OF Header */

/* Page header */
div.page-title > *:first-child,
div.page-title h2 {
    position: absolute;
    font-weight: bold;
    color: #cc0033 !important;
    letter-spacing: 1px;
}

/* Aktualności */

.blog h2 {
    font-size: 1em;
}

a.post-title {
    color: #cc0033 !important;
    font-weight: bold;
    font-size: 1em;
}

a.post-title:hover {
    text-decoration: underline;
}

div.post-date {
    font-size: 0.75em;
    color: #2b2b2b;
    margin-bottom: 20px;
}

*.post-container {
    padding: 10px 0;
    font-size: 1.15em;
}

*.post-container img {
    width: 100%;
    height: auto;
}

div.post-image {
    text-align: center;
}

.pre-post-next > div {
    padding: 20px 0;
}

.pre-post-next > div > a {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2em;
}

/* O TISE */
ul.nav-tabs {
    border-bottom: 0;
}

ul.nav-tabs > li > a {
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    padding: 10px 30px 10px 0;
    color: #2b2b2b !important;
}

ul.nav-tabs > li > a:hover {
    border: 0;
    background-color: transparent !important;
    color: #cc0033 !important;
}

ul.nav-tabs > li.current-menu-item > a {
    color: #cc0033 !important;
}

.menu-o-tise-container {
    position: absolute;
    bottom: 0;
}

.tise-history-mission .row, .tise-team .row {
    margin: 0;
}

.tise-history-mission {
    background-image: url('images/img-about-tise-history-large.png');
    background-position: top center;
    width: 100%;
    height: 980px;
}

.tise-history-mission p {
    line-height: 1.5em;
}

.tise-partners {
    margin-top: 20px;
}

div.tise-partner-profile {
    margin-bottom: 20px;
}

.tise-partner-profile:nth-child(odd) {
    clear: left;
}

img.attachment-partner-thumb {
    width: 25%;
    height: auto;
}

.tise-team {
    background-image: url('images/img-about-tise-team-large.png');
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 1133px;
}

span.team-name {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #2b2b2b !important;
}

a.team-mail {
    color: #2b2b2b !important;
}

a.team-mail:hover {
    color: #cc0033 !important;
    text-decoration: none;
}

.tise-team div.tise-slidetext-box.enlarge {
    position: relative;
    overflow: hidden;
}

/* Why TISE */
.tise-testimonials p.testimonial-author-person {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.tise-testimonials p.testimonial-author-company {
    color: #cc0033 !important;
}

.tise-testimonials.large-testimonials {
    text-align: center;
}

.tise-testimonials.large-testimonials p.testimonial-author-person {
    margin-top: 20px
}

.tise-testimonials.large-testimonials div.bottom-line {
    margin: 13px 35%;
    width: 30%;
}

.tise-testimonials.large-testimonials p.testimonial-text {
    font-size: 1.2em;
}

.tise-testimonials.large-testimonials p.testimonial-author-person {
    font-size: 1.2em;
}

.tise-testimonials.small-testimonials > div > div {
    padding-left: 0;
}

.tise-testimonials.small-testimonials p.testimonial-author-person {
    font-size: 1em;
}

.why-tise-page div.tise-button {
    margin-left: 0;
    height: 40px;
    margin-top: 50px;
}

.why-tise-page div.tise-button a {
    padding: 16px 70px 16px 15px;
}

.tise-principles-bg-image {
    background-image: url('images/img-why-tise-principles-large.png');
    background-position: center center;
    width: 100%;
    height: 450px;
}

.tise-text-box {
    background-color: #ffffff;
    height: 250px;
}

.tise-text-box span {
    font-size: 16px
}

.tise-text-box h3 {
    color: #cc0033 !important;
}

div#tise-principles ul.tise-principles {
    padding-left: 10px;
    margin-top: 100px;
    height: 250px;
}

div#tise-principles ul.tise-principles li {
    display: none;
    position: absolute;
    top: 10px;
    padding-left: 20px;
}

div#tise-principles ul.tise-principles li.fadeInRight {
    display: block;
}

div#tise-principles ul.tise-principles li.fadeOutLeft {
    display: block;
}

div#tise-principles ul.tise-principles-points {
    margin-top: 5px;
}

div#tise-principles ul.tise-principles-points li {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
}

div#tise-principles ul.tise-principles-points li.active {
    opacity: 1;
}

/* Offers */
div.tise-offers-with-excerpt > div {
    padding-left: 0;
}

.tise-supported-ngo > div > div {
    margin-bottom: 20px;
}

.tise-supported-ngo img {
    margin: 10px;
    max-height: 100px;
}

@media screen and (max-width: 992px) {
    .info-graphic-ngo img {
        max-height: 60px;
        max-width: 70px;
    }
}

.info-graphic-ngo {
    max-width: 700px;
}

.info-graphic-ngo > div {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    font-family: 'ProximaNova';
    font-size: 12px;
    line-height: 14px;
    padding-right: 10px;
}

.tise-supported-ngo .number {
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'ProximaNova';
    font-weight: bold;
    font-size: 46px;
    line-height: 36px;
    color: #707070;
}

.tise-supported-ngo .ngo-url {
    font-size: 13px;

}

.tise-supported-ngo .organization-button {
    background-color: #D4D4D5;
    padding: 10px;
    display: block;
}

.tise-offers-map {
    background-position: top left;
    width: 100%;
    background-repeat: no-repeat;
}

@media (min-width: 1312px) {
    .tise-offers-map {
        background-image: url('images/img-map-large.svg') !important;
        height: 665px;
    }
}

@media (max-width: 1311px) {
    .tise-offers-map {
        background-image: url('images/img-map-medium.svg') !important;
        height: 330px;
    }
}

@media (max-width: 767px) {
    .tise-offers-map {
        background-image: url('images/img-map-small.svg') !important;
        height: 330px;
    }
}

.tise-offers-map > a {
    font-size: 0.8em;
    color: transparent !important;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    background-image: url('images/img-map-point.svg');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.tise-offers-map > a:hover {
    padding-top: 35px;
    margin: -40px 0 0 -40px;
    color: #fff !important;
    width: 100px;
    height: 100px;
    background-color: #cc0033;
    opacity: 0.6;
}

.tise-offers-map > a.active {
    padding-top: 35px;
    margin: -40px 0 0 -40px;
    color: #fff !important;
    width: 100px;
    height: 100px;
    background-color: #cc0033;
}

.tise-offers-map > a.active:hover {
    opacity: 1;
}

.maps-container {
    clear: both;
    position: relative;
    overflow: hidden;
}

.maps-container .select-region .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.maps-container .select-region .circle {
    background-color: #FFFFFF;
    border: 4px solid #CC0033;
    border-radius: 50% 50% 50% 50%;
    color: #CC0033;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: 370px;
    letter-spacing: 1px;
    margin-top: -39px;
    padding-left: 67px;
    padding-top: 76px;
    text-align: left;
    text-transform: uppercase;
    width: 370px;
    background-image: url('./images/img-zoom-small.svg');
    background-position: 244px 244px;
    background-repeat: no-repeat;
    background-size: 45px auto;
    cursor: pointer;
}

.maps-container .select-region .table {
    display: table;
    height: 100%;
    width: 100%;
}

.maps-container .select-region {
    display: block;
    margin-left: 493px;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.hide-markers .tise-offers-map a {
    display: none;
}

@media (max-width: 1311px) {
    .maps-container .select-region .circle {
        background-color: #FFFFFF;
        border: 2px solid #CC0033;
        font-size: 11px;
        height: 200px;
        margin-top: -32px;
        padding-left: 35px;
        padding-top: 52px;
        width: 200px;
        background-position: 130px 130px;
        background-size: 25px auto;
    }

    .maps-container .select-region {
        margin-left: 230px;
    }
}

@media (max-width: 767px) {
    .maps-container .select-region {
        margin-left: 148px;
    }
}

a.dolnoslaskie {
    top: 195px;
    left: 220px;
}

a.kujawsko-pomorskie {
    top: 90px;
    left: 295px;
}

a.lubelskie {
    top: 185px;
    left: 445px;
}

a.lubuskie {
    top: 130px;
    left: 190px;
}

a.lodzkie {
    top: 170px;
    left: 330px;
}

a.malopolskie {
    top: 265px;
    left: 365px;
}

a.mazowieckie {
    top: 130px;
    left: 385px;
}

a.opolskie {
    top: 220px;
    left: 280px;
}

a.podkarpackie {
    top: 260px;
    left: 420px;
}

a.podlaskie {
    top: 70px;
    left: 445px;
}

a.pomorskie {
    top: 40px;
    left: 270px;
}

a.slaskie {
    top: 230px;
    left: 315px;
}

a.swietokrzyskie {
    top: 215px;
    left: 370px;
}

a.warminsko-mazurskie {
    top: 50px;
    left: 370px;
}

a.wielkopolskie {
    top: 135px;
    left: 255px;
}

a.zachodnio-pomorskie {
    top: 65px;
    left: 200px;
}

div.tise-maps-filtr {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.tise-maps-filtr .form-group {
    font-size: 2.3em;
}

#tise-choose-area {
    box-shadow: none;
    font-weight: bold;
    color: #cc0033 !important;
    letter-spacing: 2px;
    font-size: 0.6em;
    width: 250px;
    height: 32px;
    padding: 3px 12px;
    margin-bottom: 4px;
    margin-top: 4px;
}

#tise-choose-area option {
    font-weight: bold;
    color: #555 !important;
    letter-spacing: 0;
    padding: 2px 15px;
    font-size: 0.7em;
}

#tise-choose-area option:first-child {
    margin-top: 10px;
}

#tise-choose-area option:last-child {
    margin-bottom: 10px;
}

div.tise-offers-list {
    margin-bottom: 20px;
    padding-left: 0;
}

@media (min-width: 768px) and (max-width: 1309px) {
    div.tise-offers-list > *:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 1310px) {
    div.tise-offers-list > *:nth-child(3n+1) {
        clear: left;
    }
}

.offers-list-page .tise-button {
    margin-bottom: 20px;
}

ul.offers-advantages {
    margin-bottom: 20px;
    padding-left: 13px;
}

.tise-faq {
    margin-top: 20px;
}

.tise-faq h4 {
    cursor: pointer;
}

.tise-faq h4:hover {
    color: #cc0033 !important;
}

.tise-faq p {
    transition-duration: 1s;
}

/* Single Offer */
.offer-description {
    border-right: 1px solid rgba(178, 178, 178, 0.8);
    padding: 20px 0 0;
}

.offer-description > p, .offer-description > h3 {
    margin-left: 6.5%;
    padding-left: 10px;
    margin-right: 6.5%;
    padding-right: 10px;
}

.offer-description img {
    width: 100%;
    height: auto;
}

.tise-offer div.tise-button {
    margin-left: 6.5%;
    padding-left: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.offer-image {
}

.offer-image img {
    margin-left: 11.5%;
    margin-right: 11.5%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 77%;
    height: auto;
}

.offer-image .offer-thumb-link {
    margin-left: 11.5%
}

.offer-attachments .section-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.offer-attachments a {
    font-weight: bold;
}

.offer-attachments ul {
    list-style-type: none;
    padding-left: 0;
}

.offer-files {
    margin: 20px 0;
}

ul.contact {
    list-style-type: none;
    padding-left: 0;
}

li.contact {
    margin-left: 0;
    padding-left: 40px;
    line-height: 1.8em;
    background-repeat: no-repeat;
    background-position: left center;
}

li.contact.role {
}

li.contact.address {
    background-image: url('images/ico-address.svg');
}

li.contact.phone {
    background-image: url('images/ico-phone.svg');
}

li.contact.mail {
    background-image: url('images/ico-mail.svg');
}

li.contact.mail a {
    color: #2b2b2b !important;
    font-weight: normal;
}

li.contact.mail a:hover {
    color: #cc0033 !important;
}

/* Contact */
.tise-contact-form {
    padding: 0;
}

.tise-contact-form h3 {
    color: #6f6b6e !important;
    cursor: pointer;
}

h3#ninja_forms_field_10_div_wrap {
    color: #333333 !important;
}

.contact-input {
    width: 50% !important;
}

.contact-textarea {
    width: 75% !important;
}

.form-control:focus {
    border-color: #cccccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(178, 178, 178, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(178, 178, 178, 0.6);
}

.ninja-forms-response-msg {
    margin-bottom: 20px;
}

.ninja-forms-success-msg {
    color: #4bb56e !important;
}

.ninja-forms-field-error, .ninja-forms-error-msg {
    color: #cc0033 !important;
    margin-bottom: 20px;
}

div.ninja-forms-error textarea, div.ninja-forms-error input {
    border-color: #cc0033 !important;
}

div.ninja-forms-error .form-control:focus {
    border-color: #cc0033 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 0, 51, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(204, 0, 51, 0.6);
}

.send-button {
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-top: 20px;
}

div.contacts-list {
    padding-left: 0;
}

.contact-exception p {
    color: #cc0033 !important;
    margin-top: 20px;
}

.contact-exception a {
    font-weight: bold;
}

#map-canvas {
    width: 100%;
    height: 300px;
    margin: 0px;
    padding: 0px;
}

/* Front Page */
.front-page-bg-image {
    margin-bottom: 45px;
    background-image: url('images/img-home-980.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto 570px;
}

.front-page-bg-image header {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

h1.tise-claim {
    color: #fff !important;
    font-size: 3.1em;
    letter-spacing: 2px;
    margin-top: 60px;
    padding-right: 5%;
}

@media screen and (max-width: 1422px) and (min-width: 1309px) {
    h1.tise-claim {
        letter-spacing: 0px;
    }
}

h2.tise-tagline {
    color: #cc0033 !important;
    font-family: Georgia;
    font-weight: normal;
    margin: 25px 0;
}

div.tise-button.tise-front-page-button {
    margin-left: 0;
    margin-top: 50px;
}

div.tise-button.tise-front-page-button a {
    font-size: 28px;
    padding-right: 80px;
    padding-left: 20px;
}

div.tise-button.tise-front-page-button div.arrow-left {
    width: 0;
    height: 0;
    float: left;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 22px solid #cc0033;
}

div.front-page-menu {
    padding-left: 0;
    padding-right: 0;
}

div.front-page-menu .tise-menu {
    margin-bottom: 0;
    height: auto;
}

.front-page-menu .navbar-nav > li {
    border-bottom: 1px solid #ffffff;
}

.front-page-menu .navbar-nav > li:first-child {
    border-top: 1px solid rgba(178, 178, 178, 0.8);
}

.front-page-menu .navbar-nav > li:last-child {
    border-bottom: none;
}

.front-page-menu .navbar-nav > li:last-child:hover {
    border-bottom: none !important;
}

.front-page-menu .navbar-nav > li > a {
    color: #ffffff !important;
}

.navbar-nav > li:hover {
    z-index: 1;
    color: #cc0033 !important;
    border-bottom: 1px solid #cc0033 !important;
    border-top: 1px solid #cc0033 !important;
}

.front-page-menu .navbar-nav > li:hover > a {
    color: #cc0033 !important;
}

.front-page-bg-image div.tise-languages-menu ul.nav-tabs > li > a {
    color: #ffffff !important;
    font-weight: normal;
}

.front-page-bg-image div.tise-languages-menu ul.nav-tabs > li > a:hover {
    color: #ffffff !important;
    font-weight: bold;
}

.front-page-bg-image div.tise-languages-menu ul.nav-tabs > li.current-menu-item > a {
    color: #ffffff !important;
    font-weight: bold;
}

.front-page-footer {
    width: 100%;
    margin-bottom: 15px;
}

.front-page-footer .row .tise-testimonial-last {
    padding-right: 50px;
}

.info-graphic-ngo {
    background-color: #D4D4D5;
    width: 100%;
}

/* Footer */
.footer-container {
    z-index: 9000;
    bottom: 0px;
    left: 1%;
    align-self: flex-end;
    flex-shrink: 1;
    width: 100%;
    padding-left: 20px;
    position: absolute;
}

.footer-icons-container {
    width: 100%;
    display: block;
    height: 30px;
    width: 100%;
}

a.footer-link {
    float: left;
    margin-right: 30px;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}

a.footer-facebook {
    background-image: url('images/ico-fb.svg')
}

a.footer-vimeo {
    background-image: url('images/ico-vimeo.svg')
}

a.footer-gcc {
    text-transform: uppercase;
    font-family: Georgia;
    float: left;
    margin-bottom: 15px;
}

a.footer-gcc:hover {
    text-decoration: none;
}

a.footer-contactor {
    text-transform: uppercase;
    font-size: 0.75em;
    color: rgba(43, 43, 43, 0.5) !important;
    float: left;
    clear: left;
}

/* Languages Pages */
.language-page-row {
    margin-bottom: 20px;
    min-height: 950px;
    position: relative;
}

.language-page-row h1.tise-claim {
    height: 520px;
    overflow: hidden;
}

@media screen and (max-width: 1450px) {
    .language-page-row h1.tise-claim {
        height: 560px;
    }
}

@media (max-width: 1309px) {
    .language-page-row h1.tise-claim {
        height: 390px;
    }
}

div.tise-language-page-sidebar h3.tise-comapny-name {
    font-size: 1.2em;
    line-height: 1.2em;
}

div.tise-language-page-sidebar ul {
    list-style-type: none;
}

div.language-page-content {
    background-color: #ffffff;
    min-height: 950px;
    box-shadow: 0px 7px 5px rgba(00, 00, 00, 0.2);
    -moz-box-shadow: 0px 7px 5px rgba(00, 00, 00, 0.2);
    -webkit-box-shadow: 0px 7px 5px rgba(00, 00, 00, 0.2);
}

div.language-page-content > div {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.language-page-content h3.language-page-title {
    color: #cc0033 !important;
}

div.language-page-content p {
    line-height: 1.8em;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.tise-languages-footer {
    bottom: 0;
    position: absolute;
}

div[data-split-text-container] div[data-description] > div {
    -webkit-transition: height 1s, opacity 1s;
    transition: height 1s, opacity 1s;
}

div[data-split-text-container] div[data-description] {
    -webkit-transition: height 1s, opacity 1s;
    transition: height 1s, opacity 1s;
}

/* Media Queries */
@media (max-width: 767px) {
    .sm-unfixed {
        position: relative;
    }

    div.tise-button {
        margin-left: 0;
    }

    .navbar-toggle.logo {
        border: 0 !important;
        float: left !important;
    }

    .navbar-nav > li {
        height: 35px;
    }

    .hidden-mobile {
        display: none;
    }

    .footer-container {
        bottom: auto;
    }

    header .temp-solution-container {
        height: auto;
        min-height: 0px;
    }

    div.page-title {
        height: 90px;
    }

    div.page-title > *:first-child,
    div.page-title h2 {
        top: 0;
    }

    .tise-testimonial {
        margin-bottom: 20px;
    }

    div.tise-menu {
        margin-bottom: 0;
    }

    a.dolnoslaskie {
        top: 195px;
        left: 145px;
    }

    a.kujawsko-pomorskie {
        top: 90px;
        left: 215px;
    }

    a.lubelskie {
        top: 185px;
        left: 355px;
    }

    a.lubuskie {
        top: 130px;
        left: 110px;
    }

    a.lodzkie {
        top: 170px;
        left: 250px;
    }

    a.malopolskie {
        top: 265px;
        left: 285px;
    }

    a.mazowieckie {
        top: 125px;
        left: 305px;
    }

    a.opolskie {
        top: 220px;
        left: 200px;
    }

    a.podkarpackie {
        top: 255px;
        left: 340px;
    }

    a.podlaskie {
        top: 80px;
        left: 355px;
    }

    a.pomorskie {
        top: 40px;
        left: 190px;
    }

    a.slaskie {
        top: 235px;
        left: 235px;
    }

    a.swietokrzyskie {
        top: 215px;
        left: 290px;
    }

    a.warminsko-mazurskie {
        top: 50px;
        left: 290px;
    }

    a.wielkopolskie {
        top: 135px;
        left: 170px;
    }

    a.zachodnio-pomorskie {
        top: 65px;
        left: 115px;
    }

    .tise-offer div.tise-button {
        margin-left: 0;
    }

    .offer-description > p, .offer-description > h3 {
        margin-left: 0;
    }

    .front-page-bg-image {
        min-height: 400px;
    }

    h1.tise-claim {
        font-size: 4em;
        margin-top: 20px;
    }

    .front-page-footer {
        min-height: 260px;
        width: 100%;
    }
}

@media (max-width: 372px) {
    .hidden-mobile {
        display: none;
    }

    div.tise-button div.arrow-left {
        display: none;
    }

    ul.nav-tabs > li > a {
        padding-right: 10px;
        font-size: 12px;
    }

    .tise-history-mission {
        height: auto;
        padding-bottom: 20px;
    }

    div.tise-slidetext-box.tise-mission {
        height: 300px;
    }

    div.tise-slidetext-box.tise-mission div.tise-slidetext-text {
        height: 280px;
    }

    .tise-team {
        height: auto;
        padding-bottom: 20px;
    }

}

@media (min-width: 768px) {
    /*a.tise-logo {height: 150px;}*/
    div.page-title {
        height: 150px;
    }

    div.page-title > *:first-child,
    div.page-title h2 {
        top: 75px;
    }

    .tise-testimonial {
        margin-bottom: 20px;
    }

    .navbar-default {
        height: 100%;
        display: flex;
    }

    .navbar-collapse {
        width: 100%;
        height: 100%;
        display: flex;
        max-height: 1000px;
    }

    ul#menu-menu-glowne {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        height: 100%
    }

    div.tise-about-us-menu {
        height: 65px;
    }

    div.tise-slidetext-box.tise-mission {
        height: 170px;
    }

    .footer-container {
        height: 177px;
    }

    .footer-container h3 {
        margin: 10px 0;
    }
}

@-moz-document url-prefix() {
    ul#menu-menu-glowne {
        flex-direction: column;
    }
    /*.navbar-nav > li {height: 80px;}*/
}

@media (max-width: 767px) {
    h1.tise-claim {
        color: #cc0033 !important;
    }

    .front-page-bg-image {
        background-image: none;
        min-height: 0px;
    }

    .front-page-menu > div:last-child h1 {
        font-size: 32px;
        padding-right: 10%;
    }

    .front-page-menu > div:last-child a.tise-button {
        font-size: 20px;
        padding: 10px 35px 10px 15px;
    }

    .front-page-menu > div:last-child {
        background-color: #f2f2f2;
        padding: 20px;
    }

    div.tise-button.tise-front-page-button div.arrow-left {
        border-bottom: 24px solid transparent;
        border-left: 13px solid #CC0033;
        border-top: 24px solid transparent;
    }

    .navbar-collapse {
        max-height: none;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #55565A;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

    .navbar-toggle .icon-bar {
        height: 4px;
        width: 33px;
    }

    .navbar-toggle {
        padding: 18px 10px;
    }

    .tise-menu .navbar-nav > li > a {
        color: #000 !important;
    }
}

@media (min-width: 992px) {
    /*a.tise-logo {height: 150px;}*/
    div.page-title {
        height: 150px;
    }

    div.page-title > *:first-child,
    div.page-title h2 {
        top: 75px;
    }

    /*.navbar-nav > li {height: 60px;}*/
    .tise-testimonial {
        margin-bottom: 0;
    }

    div.tise-about-us-menu {
        height: 65px;
    }

    div.tise-slidetext-box.tise-mission {
        height: 200px;
    }

    .footer-container {
        height: 155px;
    }

    .footer-container h3 {
        margin: 10px 0;
    }
}

@media (min-width: 1310px) {
    h3.tise-toggle-button {
        font-size: 1.5em
    }

    div.page-headline > p {
        font-size: 1.4em
    }

    div.tise-slidetext-box {
        width: 41%;
    }

    header .temp-solution-container {
        min-height: 837px;
    }

    /* a.tise-logo {height: 210px;}*/
    div.page-title {
        height: 210px;
    }

    div.page-title > *:first-child,
    div.page-title h2 {
        top: 135px;
    }

    div.tise-menu {
        height: 575px;
    }

    /*.navbar-nav > li {height: 80px;}*/
    .navbar-nav > li > a {
        font-size: 1.3em;
    }

    div.tise-about-us-menu {
        height: 80px;
    }

    .tise-faq h4 {
        font-size: 1.4em;
    }

    .tise-faq p {
        font-size: 1.15em;
    }

    .tise-offers-map > a {
        font-size: 1em;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }

    .tise-offers-map > a:hover {
        padding-top: 45px;
        width: 125px;
        height: 125px;
    }

    .tise-offers-map > a.active {
        padding-top: 45px;
        width: 125px;
        height: 125px;
    }

    a.dolnoslaskie {
        top: 400px;
        left: 450px;
    }

    a.kujawsko-pomorskie {
        top: 185px;
        left: 590px;
    }

    a.lubelskie {
        top: 370px;
        left: 890px;
    }

    a.lubuskie {
        top: 255px;
        left: 380px;
    }

    a.lodzkie {
        top: 345px;
        left: 665px;
    }

    a.malopolskie {
        top: 535px;
        left: 735px;
    }

    a.mazowieckie {
        top: 255px;
        left: 775px;
    }

    a.opolskie {
        top: 440px;
        left: 565px;
    }

    a.podkarpackie {
        top: 520px;
        left: 850px;
    }

    a.podlaskie {
        top: 135px;
        left: 885px;
    }

    a.pomorskie {
        top: 85px;
        left: 550px;
    }

    a.slaskie {
        top: 470px;
        left: 640px;
    }

    a.swietokrzyskie {
        top: 435px;
        left: 750px;
    }

    a.warminsko-mazurskie {
        top: 100px;
        left: 750px;
    }

    a.wielkopolskie {
        top: 275px;
        left: 510px;
    }

    a.zachodnio-pomorskie {
        top: 125px;
        left: 400px;
    }

    .front-page-bg-image {
        height: 770px;
        background-image: url('images/img-home-fullhd.jpg');
        background-size: auto;
    }

    .front-page-main-row {
        margin-top: 80px;
    }

    .front-page-menu .navbar-nav > li:last-child:hover {
        border-bottom: 1px solid #CC0033 !important;
    }

    .front-page-menu .navbar-nav > li:last-child {
        border-bottom: 1px solid rgba(178, 178, 178, 0.8);
    }

    h1.tise-claim {
        font-size: 4.4em;
        margin-top: 20px;
    }

    h2.tise-tagline {
        margin: 60px 0;
    }

    div.tise-button.tise-front-page-button {
        margin-top: 110px;
    }

    .language-page-row {
        margin-top: 73px;
    }

    .footer-container {
        height: 190px;
    }

    .footer-icons-container {
        height: 40px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    a.footer-link {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }

}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }

    100% {
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
    }

    100% {
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        display: none;
        opacity: 0;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

@keyframes fadeOutLeft {
    0% {
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        display: none;
        opacity: 0;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.msp-logos > div {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.msp-logos {
    display: table;
}

@media screen and (max-width: 1000px) {
    .msp-logos > div:last-child {
        clear: left;
    }

    .msp-logos > div img {
        max-width: 155px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) and (min-aspect-ratio: 1300/700) {

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .temp-solution-container {
        min-height: 650px;
    }

    .footer-contactor {
        display: none;
    }

    .navbar-nav > li > a {
        font-size: 1.1em;
    }

    .footer-icons-container {
        margin-bottom: 10px;
    }
}

.arp-logo,
.jeremie-logo {
    display: none;
}

.arp-logo img,
.jeremie-logo img {
    height: 28px;
}

.home .arp-logo,
.home .jeremie-logo {
    float: right;
    display: block;
    margin-right: 36px;
    margin-top: 5px;
    padding: 1px 5px;
}

.home .jeremie-logo {
    background-color: #f3ae00;
}

.arp-logo-mobile,
.jeremie-logo-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .arp-logo-mobile,
    .jeremie-logo-mobile {
        clear: both;
        display: block;
        float: left;
        margin: 32px 20px 0;
    }
}
