/*
 * Copyright 2011-2018 Exentis
 * Dedicated StyleSheet
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');

body {
    font-weight:300;
    font-style: normal;
    margin:0px;
    padding:0px;
    color:#333;
    font-family: 'Open Sans', sans-serif;
}

.moduletable.fixIt {
    clear: both;
}

#bottom-4 iframe {
  	width:100%;
}

.hideOnPc {
    display: none !important;
}

a:focus, a, a:hover {
  	text-decoration:none;
}

ul {
    list-style-position: inside;
}

.pdcorrect {
    padding: 0;
}

.inline {
  	display:inline-block;
  	vertical-align:top;
}

.clear {
    clear: both;
}

.bold {
  	font-weight:700;
}


h1 {
    color: #37a7f1;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-left: -8px;
    line-height: 70px;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 15px;
}

h2 span {
    background: #ff7300;
    padding: 2px 20px;
    border-radius: 10px;
}

a {
  color:#f8891c;
}

p {
    margin: 10px 0;
    color: #454346;
}

.animsition {
    overflow: hidden;
}

div#super-glue {
    height: 87px;
}

div#first-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    /*box-shadow: 0px -10px 25px #000;*/
}

div#first-section::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 107px;
    width: 100%;
    left: 0;
    top: 0;
}

div#first-section::after {
    position: absolute;
    content: "";
    height: 110px;
    width: 100%;
    left: 0;
    top: 107px;
    background: url(../images/menu_decoration.png) 0% 0% no-repeat;
    background-size: cover;
}

#logo {
    position: relative;
}

#logo img {
    position: absolute;
    left: 64%;
    transform: translate(-50%,0%);
    top: 10px;
    z-index: 1;
}

#mainmenu > .moduletable > ul {
  	padding:0;
  	margin:0;
  	list-style:none;
    display: table;
    float: right;
}

#mainmenu > .moduletable > ul > li {
    float: left;
    padding: 0;
    margin: 0 10px;
    transition: all 0.5s ease;
    position: relative;
}

#mainmenu > .moduletable > ul > li > a,
#mainmenu > .moduletable > ul > li > span {
    padding: 60px 10px 30px;
    display: table;
    color: #7f7e86;
    text-transform: uppercase;
    font-size: 13.7px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    background: #fff;
    cursor: pointer;
}

#mainmenu > .moduletable > ul > li:hover > a, #mainmenu > ul > li.active > a,
#mainmenu > .moduletable > ul > li:hover > span {
    color: #ff7300;
}

#mainmenu > .moduletable > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    position: absolute;
    /* bottom: 0; */
    top: -100px;
    transition: all 0.5s ease;
    width: auto;
    background-color: #fff;
    z-index: -1;
    left: 50%;
    transform: translate(-50%,0%);
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
    min-width: 100%;
}

#mainmenu > .moduletable > ul > li:hover > ul {
    top: 86px;
}

#mainmenu > .moduletable > ul > li > ul > li {
    width: 100%;
}

#mainmenu > .moduletable > ul > li > ul > li > a {
    white-space: nowrap;
    border-top: 1px solid #fdae1e;
    width: 100%;
    display: table;
    text-align: center;
    text-transform: uppercase;
    color: #7f7e86;
    font-weight: 500;
    padding: 15px 20px;
    font-weight: 400;
}

#mainmenu > .moduletable > ul > li > ul > li > a:hover {
    color: #fff;
    background: #fdae1e;
}

#topcontact .custom {
    display: table;
    margin: 35px auto;
}

#topcontact p {
    text-align: right;
    margin: 0;
    color: #7f7e86;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: -5px;
    font-weight: 400;
}

#topcontact a {
    color: #ff7300;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

#topcontact a img {
    margin-right: 20px;
}

.itemid-101 #slider {
    position: relative;
    height: 1000px;
}

#slider p {
    margin: 0;
}

#slider .bannerContainer p {
    margin: 0;
}

#slider .bannerContainer img {
    widows: 100%;
}

#sliderslogan {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

#sliderslogan > .moduletable > ul {
    width: 100%;
    margin: 25px 0;
}

#sliderslogan > .moduletable > ul > li {
    width: 25%;
    background: #fff;
    border-right: 1px solid #dddddf;
    height: 250px;
    position: relative;
}

#sliderslogan > .moduletable > ul > li:last-child {
    border-right: none;
}

#sliderslogan > .moduletable > ul > li > a {
    display: table;
    height: 150px;
    position: relative;
    width: 100%;
    margin: 50px 0;
    transition: all 1s ease;
}

#sliderslogan > .moduletable > ul > li > a > img {
    opacity: 1;
    transition: all 0.5s ease;
}

/*#sliderslogan > .moduletable > ul > li:first-child:hover > a,
#sliderslogan > .moduletable > ul > li:nth-child(2):hover > a,
#sliderslogan > .moduletable > ul > li:nth-child(3):hover > a {
    margin: 0 0;
    height: 70px;
}

#sliderslogan > .moduletable > ul > li:first-child:hover > a > img,
#sliderslogan > .moduletable > ul > li:nth-child(2):hover > a > img,
#sliderslogan > .moduletable > ul > li:nth-child(3):hover > a > img {
    opacity: 0;
}*/

#sliderslogan > .moduletable > ul > li:first-child a {
    color: #9c56b8;
}

#sliderslogan > .moduletable > ul > li:nth-child(2) a {
    color: #1aad5c;
}

#sliderslogan > .moduletable > ul > li:nth-child(3) a {
    color: #fea200;
}

#sliderslogan > .moduletable > ul > li:last-child a {
    color: #247eba;
}

#sliderslogan > .moduletable > ul > li > a > span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 75%;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding: 0 65px;
    font-weight: 400;
    transform: translate(0%,0%);
    transition: all 1s ease;
}

/*#sliderslogan > .moduletable > ul > li:hover > a > span {
    top: 50%;
    transform: translate(0%,-50%);
}

#sliderslogan > .moduletable > ul > li:last-child:hover > a > span {
    top: 75%;
    transform: translate(0%,0%);
}*/

#sliderslogan > .moduletable > ul > li > a > img {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 60px;
}

#sliderslogan > .moduletable > ul > li > ul {
    display: none;
}

#sliderslogan > .moduletable > ul > li > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    /*transform: translate(0%,-75%);*/
    opacity: 0;
    transition: all 1.5s ease;
    width: 100%;
}

#sliderslogan > .moduletable > ul > li:hover > ul {
    opacity: 1;
}

#sliderslogan > .moduletable > ul > li > ul > li {
    width: 100%;
}

#sliderslogan > .moduletable > ul > li > ul > li > a {
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;
    line-height: 20px;
    transition: all 0.5s ease;
}

#sliderslogan > .moduletable > ul > li > ul > li:hover > a {
    font-size: 16px;
}

#sliderslogan > .moduletable:last-child p {
    margin: 0;
    text-align: center;
}

.container.descriptionContainer {
    margin-top: 125px;
}

#top-fullwidth-header {
    background: url(../images/fot1.png) 100% 50% no-repeat;
}

.descriptionContainer > .row:first-child > div:first-child {
    padding: 0 90px;
    position: relative;
    height: 645px;
}

.descriptionContainer > .row:first-child > div:first-child::before {
    position: absolute;
    content: "";
    width: 373px;
    height: 645px;
    background: url(../images/fot3.png) 0 0 no-repeat;
    left: -373px;
    top: 0;
}

.descriptionContainer > .row:first-child > div:first-child > p:first-child {
    color: #1d4d7d;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}

.descriptionContainer > .row:first-child > div:first-child > p {
    margin: 20px 0;
    font-size: 18px;
}

.descriptionContainer > .row:first-child > div:first-child > p:nth-child(3) {
    margin-top: 80px;
}

.descriptionContainer > .row:first-child > div:first-child > p:nth-child(6) {
    text-align: right;
    margin-top: 50px;
}

.descriptionContainer > .row:first-child > div:first-child > p > a {
    color: #37a7f1;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    float: right;
}

.descriptionContainer > .row:first-child > div:first-child > p > a::before {
    background: #37a7f1;
    position: absolute;
    content: "";
    height: 1px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}

.orangeBox {
    background: #ff7300;
    display: table;
    padding: 50px 0px 25px;
    width: 50%;
}

.orangeBox p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0;
}

.orangeBox a {
    float: right;
    margin-right: 30px;
    margin-top: 15px;
}

.descriptionContainer > .row:last-child > div:first-child {
    position: relative;
}

.descriptionContainer > .row:last-child > div:first-child::before {
    position: absolute;
    height: 7px;
    width: 50%;
    right: 0;
    content: "";
    bottom: 0;
    background: #3aa4ee;
}

.imageContainer.equalContainer {
    position: absolute;
    z-index: 1;
    bottom: -145px;
    left: 0;
}

/*IMAGE CONTAINER*/
#bottom-fullwidth1-header .imageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    top: 0;
    width: 700px;
    right: 0;
}

#bottom-fullwidth1-header .imageContainer img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#bottom-fullwidth1-header .imageContainer::before {

}

/*IMAGE CONTAINER ENDS*/

.offerBox {
    padding: 115px 75px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background: #fff;
    position: relative;
}

.offerBox::before {
    position: absolute;
    height: 1px;
    width: 33%;
    content: "";
    left: 50%;
    bottom: 80px;
    transform: translate(-50%,0);
    background: #ff7300;
}

.offerBox p {
    margin: 0;
}

.offerBox p:first-child, .offerBox p:nth-child(2) {
    text-transform: uppercase;
    font-weight: 600;
    color: #8a8889;
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
}

.offerBox a.title {
    text-transform: uppercase;
    font-size: 30px;
    color: #27aff9;
    font-weight: 700;
    display: table;
    margin: 10px auto 25px;
    line-height: 32px;
}

.offerBox h6 {
    color: #ff7300;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.offerBox a.showMore {
    color: #fdae1e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    position: relative;
}

.offerBox a.showMore::before {
    background: #fdae1e;
    position: absolute;
    content: "";
    height: 1px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}

.jmj_item_image {
    width: 100%;
}

.owl-carousel .owl-item {
    overflow: hidden;
}

#bottom-fullwidth1-header {
    position: relative;
    background: #f1f1f9;
    height: 905px;
}

#bottom-fullwidth1-header > .moduletable,
#bottom-fullwidth1-header > .moduletable > .custom,
#bottom-fullwidth1-header > .moduletable > .custom > .container,
#bottom-fullwidth1-header > .moduletable > .custom > .container > .row,
#bottom-fullwidth1-header > .moduletable > .custom > .container > .row > div {
    height: 100%;
}

#bottom-fullwidth1-header > .moduletable .row > div:last-of-type > p {
    text-transform: lowercase;
    font-size: 300px;
    color: #ededf7;
    font-weight: 700;
    line-height: 300px;
    margin-top: -15px;
    text-align: right;
    margin-left: -85px;
}

#bottom-fullwidth1-header > .moduletable .row > div:nth-of-type(2) {
    position: relative;
}

#bottom-fullwidth1-header > .moduletable .row > div:nth-of-type(2)::before {
    position: absolute;
    height: 7px;
    background: #ff7300;
    left: 0;
    bottom: -7px;
    content: "";
    width: 100%;
}

.bottom-fullwidth1-header-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.bottom-fullwidth1-header-slider .owl-dots {
    position: absolute;
    top: -30px;
    left: 0;
}

.bottom-fullwidth1-header-slider .owl-dots .owl-dot span {
    border-radius: 0 !important;
    background: #fff !important;
    margin: 5px !important;
}

.bottom-fullwidth1-header-slider .owl-dots .owl-dot.active span {
    background: transparent !important;
    border: 1px solid #fff !important;
}

.bottom-fullwidth1-header-slider .owl-dots .owl-dot:first-of-type span {
    margin-left: 0px !important;
}

.bottom-fullwidth1-header-slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: -100px;
}

.bottom-fullwidth1-header-slider .owl-nav .owl-prev, .bottom-fullwidth1-header-slider .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    margin: 0 !important;
    padding: 0 !important;
}

.bottom-fullwidth1-header-slider .owl-nav .owl-prev {
    background: url(../images/left.png) 0 0 no-repeat !important;
}

.bottom-fullwidth1-header-slider .owl-nav .owl-next {
    background: url(../images/right.png) 0 0 no-repeat !important;
}

.jmj_wrapper-97 {
    position: relative;
}

.jmj_wrapper-97::before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 300px;
    width: 150px;
    bottom: -10px;
    left: -10px;
}

#sixth-section > .container:first-child {
    padding: 100px 0;
}

div.escform-101 {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
    padding-top: 40px;
    padding-bottom: 40px;
}

div.escform-101 > .row {
    padding: 0 30px;
} 

div.escform-101 .titleContainer p {
    color: #214984;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

div.escform-101 .titleContainer h4 {
    color: #37a4e5;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

div.escform-101 label {
    width: 100%;
}

div.escform-101 input {
    width: 100%;
}

div.escform-101 textarea {
    height: 100px;
}

div.escform-101 input, div.escform-101 textarea {
    border: 1px solid #ccd5da;
    background: transparent;
    color: #37a4e5;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 15px 11px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0);
    transition: all 0.5s ease;
    line-height: 20px;
    background-position: 90% 50%;
    font-family: 'Open Sans', sans-serif;
}

div.escform-101 input:hover, div.escform-101 textarea:hover,
div.escform-101 input:focus, div.escform-101 textarea:focus {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.3);
    border-color: #fff;
}

div.escform-101 > .row > .form-style > .row > div:nth-of-type(3) input:hover,
div.escform-101 > .row > .form-style > .row > div:nth-of-type(3) input:focus {
    background-image: url(../images/tel2.png);
    background-repeat: no-repeat;
}

div.escform-101 input::-webkit-input-placeholder, div.escform-101 textarea::-webkit-input-placeholder {
    color: #888d93;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

div.escform-101 input::-moz-placeholder, div.escform-101 textarea::-moz-placeholder {
    color: #888d93;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

div.escform-101 input:-ms-input-placeholder, div.escform-101 textarea:-ms-input-placeholder {
    color: #888d93;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

div.escform-101 input:-moz-placeholder, div.escform-101 textarea:-moz-placeholder {
    color: #888d93;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

div.escform-101 button#submitbutton {
    margin: 0 auto;
    float: unset;
    display: table;
    background: #ff7300;
    font-family: 'Open Sans', sans-serif;
    outline: 0;
    cursor: pointer;
}

#bottom-2 .custom {
    width: 288px;
    margin-top: 50px;
    position: relative;
}

/*#bottom-2 .custom::before {
    position: absolute;
    height: 108px;
    width: 90px;
    background: url(../images/time.png) 0 0 no-repeat;
    content: "";
    left: -90px;
    bottom: 37%;
}*/

#bottom-2 .custom > p {
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

#bottom-2 .custom > p > a {
    text-transform: lowercase;
}

#bottom-2 .custom > p:first-of-type,
.exgmm_contener_bottom p {
    color: #13102d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.exgmm_contener_bottom p {
    text-align: center;
    margin: 40px 0;
}

#bottom-2 .custom > p:first-of-type span,
.exgmm_contener_bottom p span {
    color: #37a4e5;
    font-weight: 700;
}

#bottom-2 .custom > p:nth-of-type(2) {
    margin: 30px 0;
    font-size: 16px;
}

#bottom-2 .custom > p:nth-of-type(3) a {
    color: #37a9ef;
    font-size: 32px;
    font-weight: 700;
}


#bottom-2 .custom > p:nth-of-type(4) a,
#bottom-2 .custom > p:nth-of-type(2) {
    text-transform: uppercase;
    color: #13102b;
    font-weight: 400;
}

#bottom-2 .custom > p:nth-of-type(4) {
    margin-bottom: 0;
}

#bottom-2 .custom > p:nth-of-type(5) {
    margin: 0;
}

#bottom-2 .custom > p:nth-of-type(6) {
    margin-top: 50px;
}

#bottom-2 .custom > p:nth-of-type(5) a {
    color: #37a9ef;
    font-size: 26px;
    font-weight: 700;
    unicode-bidi: bidi-override;
    direction: rtl;
}

#bottom-2 .custom > p:nth-of-type(4),
#bottom-2 .custom > p:nth-of-type(8) {
    text-transform: uppercase;
    color: #7a7987;
    font-weight: 400;
}

#bottom-2 .custom > p:nth-of-type(8) {
    margin-top: 30px;
}

#bottom-4 a,
#bottom-2 .custom > p:last-of-type a {
    text-transform: uppercase;
    color: #7a7987;
    font-weight: 400;
    font-size: 14px;
}

#bottom-2 .custom > p:last-of-type a img {
    margin-right: 10px;
}

#bottom-4 .row > div:last-of-type p {
    text-align: right;
}

div#sixth-section {
    background: #f4f4fc;
}

#bottom-4 {
    position: relative;
    background: #fff;
}

#bottom-4::before {
    position: absolute;
    width: 100%;
    bottom: 56px;
    left: 0;
    height: 75px;
    content: "";
    background: url(../images/food_decoration.png) 0% 0% no-repeat;
    background-size: cover;
    z-index: 10;
}

/*PRZEGLĄD ARTYKUŁÓW*/
.journeyBlog {
    position: relative;
}

.journeyBlog::before {
    position: absolute;
    content: "";
    height: 1000px;
    width: 1000px;
    border-radius: 99999px;
    background: #f4f4fc;
    top: 200px;
    right: -50%;
    z-index: -1;
}

.journeyBlog .page-header p {
    color: #37a7ef;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
}

.journeyBlog .page-header p span {
    color: #fea201;
}

.journeyArticle {
    width: 100%;
    clear: both;
    display: inline-block;
    padding: 75px 0;
    position: relative;
}

.journeyArticle::before {
    position: absolute;
    content: "";
    left: 0;
    width: 60%;
    bottom: 0;
    height: 1px;
    background: #e9eef2;
}

.journeyArticle .page-header h2 {
    text-transform: unset;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin: 0;
}

.journeyArticle .page-header h2 a {
    color: #36a7f3;
}

.journeyArticle .pull-left {
    float: left;
    width: 100%;
    padding-right: 10%;
}

.journeyArticle .pull-left img {
    width: 100%;
}

.journeyArticle .journeyCategory {
    padding-left: 25px;
    background: url(../images/trip.png) 0% 50% no-repeat;
    display: table;
    color: #ffa200;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 10px 0 20px;
}

.journeyArticle p, .item-page p {
    color: #86878b;    
    font-size: 16px;
}

.journeyPagination ul {
    display: table;
    margin: 100px auto;
    padding: 0;
}

.journeyPagination ul li {
    display: inline-grid;
    float: left;
    padding: 0px 7px;
    font-weight: 400;
    position: relative;
    line-height: 22px;
    font-size: 16px;
}

.journeyPagination ul li.pagination-start,
.journeyPagination ul li.pagination-prev, 
.journeyPagination ul li.pagination-end,
.journeyPagination ul li.pagination-next {
    padding-top: 0;
    padding-bottom: 0;
}

.journeyPagination ul li.pagination-start,
.journeyPagination ul li.pagination-end {
    display: none;
}

.journeyPagination ul li a {
    color: #6c7073;
    border: 1px solid #cfd6dc;
    padding: 5px 10px;
    font-size: 14px;
}

.journeyPagination ul li span {
    color: #6c7073;
    border: 1px solid #ffa300;
    background: #ffa300;
    padding: 5px 10px;
    font-size: 14px;
}

.journeyPagination ul li.pagination-start span,
.journeyPagination ul li.pagination-end span,
.journeyPagination ul li.pagination-next span,
.journeyPagination ul li.pagination-prev span {
    display: none;
}

.journeyPagination ul li.pagination-start a, .journeyPagination ul li.pagination-prev a, .journeyPagination ul li.pagination-end a, .journeyPagination ul li.pagination-next a {
    font-size: 0;
    position: relative;
    width: 7px;
    height: 10px;
    display: table;
    border: none;
}

.journeyPagination ul li.pagination-prev a::before, .journeyPagination ul li.pagination-next a::before {
    position: absolute;
    width: 37px;
    height: 34px;
    left: 20px;
    top: 0;
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #cfd6dc;
}

.journeyPagination ul li.pagination-prev a::before {
    left: unset;
    right: 20px;
}

.journeyPagination ul li.pagination-prev a::before {
    background-image: url(../images/prev.png);
}

.journeyPagination ul li.pagination-next a::before {
    background-image: url(../images/next.png);
}

.journeyBlog p.counter.pull-right {
    display: none;
}

.journeyArticle table {
    margin: 25px 0;
}

.journeyArticle table tr td {
    border-bottom: 1px solid #37a7ef;
    padding: 10px 0;
}

.journeyArticle table tr:last-of-type td {
    border-bottom: none;
}

.journeyArticle ul, .item-page ul, .offerBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.journeyArticle li, .item-page li, .offerBox li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #86878b;
    font-size: 16px;
    display: table;
}

.offerBox li {
/*    display: table;
    margin: 0 auto;*/
}

.journeyArticle li::before, .item-page li::before, .offerBox li::before {
    content: "• ";
    color: #ff7300;
    position: absolute;
    font-size: 35px;
    top: -12px;
    left: 0;
}

.item-page table {
    margin: 0 auto;
}

.item-page table tr td:last-child {
    border-right: 1px solid #37a7ef;
}

.item-page table td {
    border-bottom: 1px solid #37a7ef;
    border-left: 1px solid #37a7ef;
}

.item-page table td[colspan="2"] {
    background: #ff7300;
    border-bottom: 1px solid #ff7300;
    border-left: 1px solid #ff7300;
    border-right: 1px solid #ff7300 !important;
    padding: 10px 0;
}

div#messageSended,
div#messageError {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
    background: rgb(0, 175, 102);
    z-index: 100000;
    padding: 5px 0;
    width: 500px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

div#messageError {
    background: rgb(189, 91, 91);
}

#messageSendedTimeline,
#messageErrorTimeline {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.5;
    height: 2px;
}

div#messageSended p,
div#messageError p {
    color: #fff;
    padding: 5px 20px;
    margin: 0;
}

div#messageSended p svg,
div#messageError p svg {
    float: left;
}

div#messageSended p span#closeMessageSended,
div#messageError p span#closeMessageSended {
    float: right;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.5s ease;
}

div#messageSended:hover p span#closeMessageSended,
div#messageError:hover p span#closeMessageSended {
    opacity: 1;
    transform: rotate(90deg);
}

/*BREADCRUMB OKRUSZKI ŚCIEŻKA POWROTU*/
.breadcrumbContainer ul.breadcrumb {
    background-color: #f4f4fc;
    display: table;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

.breadcrumbContainer ul.breadcrumb::before {
    width:10000px;
    top: 0;
    left: 50%;
    content: "";
    position: absolute;
    transform: translate(-50%,0%);
    height: 100%;
    background-color: #f4f4fc;
    z-index: -1;
}

.breadcrumbContainer ul.breadcrumb li {
    display: block;
    float: left;
}

.breadcrumbContainer ul.breadcrumb li a {
    color: #7f8690;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    display: table;
    float: left;
}

.breadcrumbContainer ul.breadcrumb li span.divider {
    display: table;
    float: left;
    background: url(../images/arrow.png) 50% no-repeat;
    height: 15px;
    width: 30px;
}

.breadcrumbContainer ul.breadcrumb li:first-of-type span.divider {
    display: none;
}

.breadcrumbContainer ul.breadcrumb li.active {
    position: relative;
}

.breadcrumbContainer ul.breadcrumb li.active span {
    color: #01438d;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

/*ARTYKUŁY GLOBALNIE*/
.page-header {
    margin: 20px 0;
}

.journeyArticle .page-header {
    margin: 0;
}

.page-header h2 {
    color: #37a7ef;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
}

/*Scroll Up*/
.scrollup {
    background: url(../images/to_top.png) 50% 50% no-repeat;
    height: 30px;
    width: 30px;
    margin-left: 40px;
}

a.scrollup:hover {
	opacity:0.5;
  	filter: Alpha(Opacity=50);
}

.slicknav_menu {display:none;}


/*RWD*/
@media (max-width: 1700px) {
    #mainmenu > .moduletable > ul > li {
        margin: 0 5px;
    }
}


@media (max-width: 1420px) {
    #mainmenu > .moduletable > ul > li {
        margin: 0;
    }
}

@media (max-width: 1366px) {
    .journeyBlog .page-header p, .page-header h2 {
        font-size: 30px;
    }
    div.escform-101 .titleContainer h4 {
        font-size: 24px;
    }
    #logo img {
        width: 50%;
    }
    .descriptionContainer > .row:first-child > div:first-child > p {
        font-size: 16px;
    } 
    .descriptionContainer > .row:first-child > div:first-child > p:first-child {
        font-size: 19px;
    }
    h1 {
        font-size: 55px;
        line-height: 70px;
    }
    h2 {
        font-size: 29px;
    }
}

@media (max-width: 1319px) {
    .offerBox {
        padding: 25px 50px;
    }
    #logo img {
        width: 200px;
        top: 20px;
    }
    div#bottom-5 .row > div:nth-of-type(2) p:last-of-type {
        font-size: 14px;
    }
    div#bottom-5 .row > div:nth-of-type(2) p:first-of-type {
        margin-top: 20px;
        font-size: 15px;
    }
    div#bottom-5 .row > div:last-of-type a {
        margin: 15px 0;
    }
    div#bottom-5 .row > div:first-of-type img {
        max-width: 90%;
    }
    div#bottom-5 .row > div:last-of-type {
        width: 25%;
    }
    div#bottom-5 .row > div:nth-of-type(2) {
        width: 40%;
    }
    div#bottom-5 .row > div:first-of-type {
        width: 35%;
    }
    #topcontact a img {
        margin-right: 10px;
    }
    #topcontact a {
        font-size: 18px;
    }
    #topcontact .custom {
        margin: 21px 0;
    }
}


@media (max-width: 1110px) {
    #mainmenu > .moduletable > ul > li > a,
    #mainmenu > .moduletable > ul > li > span {
        padding: 40px 3px 31px;
        font-size: 10.7px;
    }
}

@media (max-width: 991px) {
    #slider p {
        margin-top: 40px;
    }
    #slider p img {
        display: none;
    }
    .hideOnMobile {
        display: none !important;
    }
    .hideOnPc {
        display: unset !important;
    }
    .slicknav_menu, .slicknav_btn {
        background: #37a7f1 !important;
    }
    #bottom-fullwidth1-header > .moduletable .row > div:last-of-type > p {
        display: none;
    }
    .offerBox::before {
        display: none;
    }
    #bottom-4::before {
        bottom: 177px;
    }
    div#first-section::before {
        height: 155px;
    }
    div#topcontact {
        margin-top: -50px;
    }
    div#first-section {
        position: absolute;
        top: 55px;
        background: #fff;
    }
    div#first-section::after {
        top: 155px;
    }
    .journeyArticle .pull-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 35px;
    }
    h2 {
        font-size: 16px;
    }
    #sliderslogan {
        width: 100%;
    }
    .itemid-101 #slider {
        height: 800px;
    }
    #sliderslogan > .moduletable > ul {
        display: none;
    }
    .offerBox p {
        margin: 10px 0;
    }
    .descriptionContainer > .row:last-child > div:first-child::before,
    #bottom-fullwidth1-header > .moduletable .row > div:nth-of-type(2)::before {
        display: none;
    }
    .orangeBox {
        width: 100%;
    }
    .descriptionContainer > .row:first-child > div:first-child > p:nth-child(3) {
        margin-top: 40px;
    }
    h1 {
        font-size: 65px;
        line-height: 50px;
    }
    .scrollup {
        margin: 20px 0 50px;
    }
    #bottom-4 p a {
        width: 100%;
        display: table;
        text-align: center;
    }
    #bottom-4 .row > div:last-of-type p {
        text-align: center;
    }
    div#bottom-5 .row > div:first-of-type img {
        width: auto;
        margin: -15% auto 0;
        display: table;
        position: unset;
    }
    div#bottom-5 .row > div:last-of-type a {
        margin: 10px auto;
        display: table;
        float: unset;
    }
    div#bottom-5 .row > div:first-of-type {
        width: 100%;
    }
    div#bottom-5 .row > div:nth-of-type(2) {
        display: none;
    }
    div#bottom-5 .row > div:last-of-type {
        width: 100%;
    }
    #bottom-2 .custom {
        margin: 50px auto;
    }
    #sixth-section > .container:first-child {
        padding-top: 0;
    }
    #bottom-fullwidth1-header {
        height: auto;
    }
    .descriptionContainer > .row:first-child > div:first-child {
        padding: 0 25px;
        height: auto;
    }
    #top-fullwidth-header {
        background: transparent;
    }
    .bottom-fullwidth1-header-slider {
        position: unset;
        left: 0;
        top: 0;
        transform: translate(0%,0%);
        padding-bottom: 90px;
    }
    #bottom-fullwidth1-header > .moduletable, #bottom-fullwidth1-header > .moduletable > .custom, #bottom-fullwidth1-header > .moduletable > .custom > .container, #bottom-fullwidth1-header > .moduletable > .custom > .container > .row, #bottom-fullwidth1-header > .moduletable > .custom > .container > .row > div {
        height: auto;
    }
    .imageContainer.equalContainer,
    #bottom-fullwidth1-header .imageContainer {
        display: none;
    }
    #topcontact p {
        text-align: center;
        padding-left: 43px;
    }
    #topcontact .custom {
        margin: 20px auto;
    }
    #logo img {
        width: auto;
        display: block;
        margin: -25px auto -40px;
        left: unset;
        transform: translate(0,0);
        z-index: 10;
        position: relative;
    }
    #logo li {
        width: 100%;
    }
    .slicknav_menu {
        display:block;
    }
    #mainmenu {
        display:none;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 14px;
        line-height: 24px;
    }
}

.control_ex {
    display: table;
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 5px;
    padding-top: 3px !important;
    cursor: pointer;
    font-size: 16px;
}
.control_ex input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    width: 21px;
    height: 24px;
}
.control_indicator_ex {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #ff7300;
}
.control-radio_ex .control_indicator_ex {
    border-radius: undefined%;
}

.control_ex:hover input ~ .control_indicator_ex,
.control_ex input:focus ~ .control_indicator_ex {
    background: var(--white-color);
}

.control_ex input:checked ~ .control_indicator_ex {
    background: var(--white-color);
}
.control_ex:hover input:not([disabled]):checked ~ .control_indicator_ex,
.control_ex input:checked:focus ~ .control_indicator_ex {
    background: var(--white-color);
}
.control_ex input:disabled ~ .control_indicator_ex {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator_ex:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control_ex input:checked ~ .control_indicator_ex:after {
    display: block;
}
.control-checkbox_ex .control_indicator_ex:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ff7300;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox_ex input:disabled ~ .control_indicator_ex:after {
    border-color: #7b7b7b;
}

p.checkbock_text {
    margin: -3px 0 0 0;
    font-size: 12px;
}