/* GENERAL */

html {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}
body {
  width: 100%;
  width: 100%;
  max-width: 2000px;
}
.container {
  padding: 0px !important;
  overflow-x: hidden;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hrDiv {
  width: 400px;
}
button:hover {
  cursor: pointer;
}
.logout a {
  position: absolute;
  right: 55px;
  color: #fff !important;
}
.centeredContent {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.logout:hover {
  text-decoration: underline;
}
.modal-body {
  padding: 25px;
}
.bMiddle {
  border-right: 2px solid white !important;
  border-left: 2px solid white !important;
}
.fw600 {
  font-weight: 600;
}
.rowInfo {
  padding-top: 1em;
  font-weight: 400;
  padding-bottom: 1em;
  background-color: #e4e4e4;
  color: red;
}
.img404 {
  margin-top: 2em;
  border-radius: 15px;
}
.imgBaner {
  max-width: 100%;
  padding-left: 4.25em;
}
.textSection {
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-align: justify;
}
.titleSection {
  font-size: 1.75rem;
}
.refresh-captcha {
  padding: 1em;
}
.refresh-captcha:hover {
  cursor:pointer;
  color:#0275D8;
}
.captcha-field {
  width:200px;
}
.error404 {
  font-size: 2.5em;
  font-weight: 300;
  padding:0.5em;
}
.bDirectionM {
  position: relative;
  overflow: hidden;
  background-image: url("../img/morze.jpg");
  filter:grayscale();
  width:100%;
  height:250px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
.bDirectionM:hover {
  filter:none;
}
.bDirectionM.active {
  filter:none !important;
}
.bDirectionG {
  position: relative;
  overflow: hidden;
  background-image: url("../img/gory.jpg");
  filter:grayscale();
  width:100%;
  height:250px;
  border: none;
  cursor: pointer;
  border-radius: 10px;  
}
.bDirectionG:hover {
  filter:none;
}
.bDirectionG.active {
  filter:none;
}
.buttonDirectionTxt {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(9,76,159, 0.8);
  color: white;
  text-align: center;
  transition: height 0.3s ease;
  overflow: hidden;
  font-size: 2em;
}
.descB {
  bottom: 0;
}
.descT {
  top: 0;
}
.bDirectionG:hover .buttonDirectionTxt {
  height: 20%;
}
.bDirectionM:hover .buttonDirectionTxt {
  height: 20%;
}
.bDirectionG.active .buttonDirectionTxt {
  height: 20%; 
}
.bDirectionM.active .buttonDirectionTxt {
  height: 20%;
}
.whereTxt {
  font-size:1.25em;
}
.buttonsWrap {
  margin: 40px 20px;
}
.bSeparator {
  width: 200px;
  height: 2px;
  background: grey;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 0.5em;
}
.snowoverlay {
	position: absolute;  
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}

/* MARGIN */

.m0 {
  margin: 0 !important;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mSection {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* PADDING */

.p10 {
  padding: 10px;
}

/* DROPDOWN BUTTON */

.dropbtn {
  background-color: #094f9c;
  color: white;
  padding: 16px;
  width: 100%;
  font-size: 16px;
  border: none;
}

.w60 {
  width: 60%;
}

.container {
  width: 100%;
}

.hidden {
  display: none;
}

.admin {
  background-image: linear-gradient(
      to bottom,
      rgba(9, 79, 156, 0),
      rgba(9, 79, 156, 1)
    ),
    url("http://kompas.infilab.pl/img/bgr20.png");
}

.admin::after {
  opacity: 0.1;
}

.admin-atk-logo {
  margin-top: 200px;
  margin-bottom: 100px;
}

.title-row {
  background-color: #094f9c;
  padding: 20px 0px;
  border-bottom: 2px solid grey;
  color: white;
}

/* The container <div> - needed to position the dropdown content */

.formularz {
  width: 90%;
  margin: auto;
  height: auto;
  color: black;
}

.buttons {
  display: flex;
  flex-direction: row;
  width: 50%;
}

.buttons > * {
  width: calc(100% / 3);
}

.btm {
  border: 0px;
  border-radius: 0px;
  background-color: #094f9c;
  padding: 8px 16px;
  font-size: 15px;
  color: white;
}

.btm:first-child {
  border-top-left-radius: 7px;
}

.btm:last-child {
  border-top-right-radius: 7px;
}

.btm:hover {
  background-color: #0f3258;
  cursor: pointer;
}

.form {
  display: flex;
  flex-direction: row;
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  height: auto;
  border: 1px solid grey;
  box-sizing: border-box;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.direction {
  padding: 1em;
  text-align: center;
  width: 50%;
  border-right: 1px solid grey;
}

.direction :first-child {
  padding-top: 0px !important;
}

.direction label {
  padding-top: 2em;
  display: flex;
  font-weight: bolder;
}

.direction input {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}

.direction input:focus {
  outline: none;
  border-bottom-color: #0275d8;
  transition: all 0.5s;
}

.direction textarea {
  display: flex;
  font-size: 13px;
  width: 100%;
}

.direction p {
  margin-bottom: 0px;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 2px;
  float: left;
}

.rightPanel {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 1em;
}

.spaceBetweenInRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.l {
  width: 45% !important;
  box-sizing: border-box;
}

.p {
  width: 45% !important;
}

.label,
.passengers,
.checkbox {
  max-width: 400px;
}

.label {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.label div,
.checkbox div {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.label input {
  float: left;
  margin-right: 4px;
  margin-left: 2px;
  margin-bottom: 0.5rem;
}

.label p {
  margin: 0;
  float: left;
  padding-right: 2px;
  font-size: 10.5px;
}

.label2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0rem;
}

.label2 input,
.checkbox > div > input {
  float: left;
  margin-right: 4px;
  margin-left: 2px;
}

.label2 p {
  margin: 0;
  float: left;
  padding-right: 2px;
  font-size: 10.5px;
}

.select2-container {
  width: 100% !important;
  text-align: left;
}

.passengers {
  width: 300px;
  padding: 1.5em 0em;
  float: left;
  text-align: center;
}

.parents {
  width: 100px;
  float: left;
}

.children {
  width: 100px;
  float: left;
}

.infants {
  width: 100px;
  float: left;
}

.checkbox {
  width: 300px;
  text-align: center;
}

.checkbox2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 2rem 0rem;
  width: 100%;
  margin-bottom: 5px;
}

.checkbox2 span {
  width: 80%;
}

.uwagi {
  width: 100%;
  text-align: center;
}

.uwagi span {
  font-weight: bolder;
}

.uwagi textarea {
  width: 100%;
}

.button {
  width: 100%;
  max-width: 300px;
  min-width: 150px;
  float: left;
  text-align: center;
  transition: 0.4s;
}

.button button {
  background-color: #0275d8;
  width: 100%;
  color: #fff;
  border: 5px solid #0275d8;
  transition: 0.4s;
  font-weight: 400;
  border-radius: 7px;
  padding: 0.25rem 0.5rem;
}

.button button:hover {
  background-color: #094f9c;
  cursor: pointer;
  transition: 0.4s;
  border: 5px solid #094f9c;
  padding: 0.25rem 0.5rem;
}

#b2 {
  padding-top: 0px;
}

#mycheckboxdiv {
  display: none;
}

#mycheckboxdiv p {
  margin: 0;
  float: left;
  text-align: center;
  color: black;
  background: #fff;
  padding-left: 3px;
  padding-right: 3px;
}
.fluid {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 652px) {
  .buttons {
    width: 100% !important;
  }
  .form {
    border-top-right-radius: 0px;
  }
  .div-left {
    padding: 0 5% !important;
  }
}

@media only screen and (max-width: 789px) {
  .mobileHeight {
    height: 220px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .formularz {
    width: 90%;
  }
  .buttons {
    width: 70%;
  }
  .form {
    flex-direction: column;
    width: 100%;
  }
  .direction {
    width: 100%;
    border: none;
  }
  .rightPanel {
    width: 100%;
  }
  .label {
    width: 100%;
  }
  .label2 {
    width: 100%;
  }
  .passengers {
    width: 100%;
  }
  .parents {
    width: 33%;
  }
  .children {
    width: 34%;
  }
  .infants {
    width: 33%;
  }
  .checkbox {
    width: 100%;
  }
  .checkbox2 {
    padding: 2rem 0rem;
    width: 100%;
    margin-bottom: 5px;
  }
  .checkbox2 p {
    width: 370px;
    padding-top: 7px;
  }
  .uwagi {
    width: 100%;
  }
  .uwagi textarea {
    width: 100%;
  }
  .button {
    width: 100%;
    padding-top: 23px;
  }
  .button button {
    border-bottom-left-radius: 7px;
    width: 100%;
  }
  #b2 {
    padding-top: 0px;
  }
  .facebook-plugin {
    display: none;
  }
}
/*end of form*/

.dropdown {
  position: relative;
  display: inline-block;
}
.admin-menu {
  margin: 0 !important;
}
.table-row {
  width: 80%;
  margin-left: 10%;
  margin-top: 30px;
}
.input-list {
  margin: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt100 {
  margin-top: 100px;
}
.list-text {
  font-size: 18px;
  margin-top: 10px;
}
/* down Content (Hidden by Default) */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #0f3258;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: #0f3258;
  cursor: pointer;
}

.slider-size {
  height: 200px;
}

.col-top-menu {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: absolute !important;
  z-index: 2;
  right: 3%;
  top: 1%;
}

.font-white {
  color: white !important;
}

.rowLast {
  margin-bottom: 40px;
}

.menu {
  background-color: #094f9c;
}

.div-left {
  padding-left: 10%;
}

.div-right {
  padding-right: 10%;
}

.panelButton {
  width: 100%;
  min-height: 300px;
  font-size: 1.3em;
  margin: 10px 0px 10px 0px;
  border-color: #094f9c !important;
}

.panelButton:hover {
  background-color: #c9ddff !important;
  cursor: pointer;
}

.admin-table-tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 1);
}
.admin-table-tr:nth-child(odd) {
  background-color: #c9ddff !important;
}

.admin-table-th {
  background-color: #094f9c !important;
  color: white;
  font-weight: 600;
}

.label-text {
  font-size: 18px;
  margin: 20px 0px;
}

.btn-width {
  width: 300px;
}

.btn {
  cursor: pointer;
}

.subscribed {
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
}

footer {
  height: auto;
  background: linear-gradient(#094f9c, #00112d);
  color: #fff;
  padding-left: 10%;
  padding-right: 10%;
}

.border-down {
  border-bottom: 1px solid aqua;
  padding-bottom: 10px;
}

.carousel {
  width: 100%;
}

ul,
li {
  list-style: none;
  font-size: 12px;
}

.footer-links {
  color: white;
}

.footer-links:hover {
  color: orange;
  text-decoration: none;
}

.footer-links:active {
  color: white;
}

.fot {
  padding-top: 30px;
}

.plane {
  padding-top: 30px;
}

.footer-bar {
  background: #094f9c;
  padding: 10px;
  color: white;
  border-radius: 5px;
}

footer p {
  margin: 0;
  font-size: 12px;
}

.footer-pading-10 {
  padding-top: 7px;
}

.footer-img-inherit {
  display: inherit;
}

.footer-header {
  font-size:1.3rem !important;
}

.padding-10-left {
  padding-left: 10px;
}

.r-section-title {
  background: #094f9c;
  color: white;
  padding: 10px 10px 10px 25px;
  font-size: 18px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.r-section-icon {
  padding-top: 3px;
  padding-left: 10px;
}

.r-section-body {
  border: 1px solid grey;
  border-top: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 20px;
}

.input-newsletter {
  margin-top: 4px;
  width: 100%;
}

.mamy-x-lat {
  text-align: center;
  padding-top: 20px;
  font-size: 50px;
  font-family: "Great Vibes", cursive;
  display: none;
}

.menu-icon {
  margin-right: 20px;
}

.newsletter-info {
  font-size: 11px;
  color: #838487;
  padding: 10px;
  margin: 0;
}

.newsletter-form {
  margin: 0;
  width: 100%;
}

.baner-lot {
  padding-top: 20px;
}

.lot:hover {
  cursor: pointer;
}

.s-logo1 {
  position: absolute;
  top: 12%;
  left: 20%;
  max-width: 30%;
}

.s-logo2 {
  position: absolute;
  top: 30%;
  left: 10%;
  max-width: 30%;
}

.s-logo2-ch {
  position: absolute;
  top: 15%;
  left: 50%;
  max-width: 30%;
}

.s-logo3 {
  position: absolute;
  top: 25%;
  left: 20%;
  max-width: 30%;
}
.s-logo3-ch {
  position: absolute;
  top: 15%;
  left: 20%;
  max-width: 30%;
}

.s-logo4 {
  position: absolute;
  top: 30%;
  left: 10%;
  max-width: 30%;
}

.r-box-width {
  max-width: auto;
  /*max-width: 325px;*/
}

.tour-logo {
  width: 50%;
  height: auto;
}

.top-slider-menu {
  position: absolute;
  top: 5%;
  right: 2%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 3px;
  z-index: 1;
  width: 96%;
  margin-right: 0;
  font-size: 0.85rem;
}

.contact-logo {
  position: absolute;
  top: 17%;
  right: 2%;
  width: 23%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 8px;
  z-index: 1;
  margin-top: 4px;
  height: 140px;
}

.contact-logo p {
  font-size: 0.75rem;
}

.contact-ico {
  font-size: 10px;
  padding: 10px;
  border: 4px solid #000;
  border-radius: 40px;
  margin-top: 25%;
  margin-left: 30%;
}

.padding20up {
  padding-top: 20px;
}
.wyszukiwarka {
  padding: 2%;
}

.above-foot {
  padding: 1rem 10%;
  opacity: 0.8;
}

.section-foot {
  margin: 25px 0px 25px 0px;
}

.section-foot img {
  padding: 10px 20px;
  transition: all .2s ease-in-out;
}
.section-foot img:hover {
  transform:scale(1.2);
}

.thumb-ver {
  height: 300px;
  width: 230px;
  padding: 30px;
}

.thumb-hor {
  height: 300px;
  width: 380px;
  padding: 30px;
}

.flag {
  width: 180px;
  padding: 30px;
}

.modal-flag {
  width: 60px;
  margin-right: 20px;
  border: 1px solid #000;
}

.btn-flags {
  border: 1px solid #0275d8;
  border-radius: 10px;
  background: #daebf8;
  margin: 14px;
}

.btn-flags:hover {
  background: #0275d8;
  color: white;
  cursor: pointer;
}

.btn-no-link:hover {
  cursor: default;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default {
  background: white;
  border-color: #e6e6e6;
}

.input250 {
  width: 300px;
}

.descr {
  margin: 50px 0px 50px 0px;
}

.descr-top {
  margin: 60px 0px 0px 0px;
}

.description {
  width: 60%;
  height: 200px;
  margin: 0px 0px 40px 0px;
}

.text-red {
  color: red;
  font-weight: 700;
  font-size: 25px;
}

.text-red i {
  padding: 10px;
  font-size: 25px;
}

.payments-tab {
  width: 90%;
}

.payments-tab td {
  vertical-align: middle;
  text-align: center;
}

.wizy {
  list-style: disc;
  font-size: 16px;
}

.wizy li {
  list-style: disc;
  font-size: 16px;
}

.wizy-menu:hover {
  cursor: pointer;
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
  font-weight: 600;
}

.list-standard {
  list-style: disc;
  font-size: 16px;
}

.list-numeric {
  font-size: 16px;
  list-style-type: decimal;
}

.list-center {
  list-style-position: inside;
}

.clock-ico {
  margin-top: 5%;
  margin-left: 30%;
  font-size: 40px;
}

.ico-section {
  padding-right: 20px;
}

.ico-section-blue {
  padding-right: 20px;
  color: #0275d8;
}

.opc-0-8 {
  opacity: 0.8;
}

.hor-center {
  margin-left: auto;
  margin-right: auto;
  width: 74%;
}

.text-margin {
  margin-right: 5%;
}

.own-alert {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-radius: 10px;
  padding: 5px;
}
.margin0 {
  margin: 0;
}
.padding0 {
  padding: 0;
}

.panel-ico {
  margin-top: 25px;
  font-size: 50px;
  color: #094f9c;
}

.about-margin-2 {
  margin-left: 2%;
}

.carousel-indicators .active {
  background-color: #0275d8;
}

.carousel-indicators li {
  background-color: #daebf8;
}

.top350px {
  top: 350px;
}

.red {
  color: red;
}

.table-header {
  background-color: #094f9c;
  color: #fff;
}

.radius-left {
  border-top-left-radius: 15px;
}

.radius-right {
  border-top-right-radius: 15px;
}

.rail-img {
  padding: 15px;
}
.vertical-center {
  top: 0;
  bottom: 0;
  margin: auto;
}

/* PARKINGI FLIP */

.flip-container {
  perspective: 1000px;
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}
.flip-container,
.front,
.back {
  width: 320px;
  height: 400px;
}
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.front {
  z-index: 2;
  transform: rotateY(0deg);
}
.back {
  transform: rotateY(180deg);
}
.agency-logo {
  display: none !important;
}

/* WCZASY POLSKA / HOTELE */

.offerWrap {
  border: 1px solid grey;
  padding: 40px;
  margin: 40px 20px;
  border-radius: 10px;
}

.hotelImg {
  border-right: 3px solid #feae01;
  border-bottom: 3px solid #feae01;
  border-top-left-radius: 30px;
}

.hotelTitle {
  font-size: 1.5em;
  color: #feae01;
}

.hotelArea {
  font-size: 1.1em;
}

.hotelDesc {
  margin-top: 22px;
  padding-left: 25px;
}

.hotelDesc i {
  margin-right: 24px;
  color: #099c2f;
  font-size: 22px;
  width: 25px;
}

.hotelDesc li {
  font-size: 16px;
}

li.hotelPrice {
  font-weight: 600;
  color: #0275d8;
  font-size: 18px;
  text-decoration: underline;
}

.bDirection {
  min-width: 300px;
  margin: 10px;
  padding: 15px 30px;
}

.bDirection:hover {
  background-color: #0275d8;
  color: white;
}

.bDirection.active {
  background-color: #0275d8;
  color: white;
}

/* WIDTH */

.w100 {
  width: 100%;
}
.mw50 {
  max-width: 50%;
}
.mw60 {
  max-width: 60%;
}
.mw75 {
  max-width: 75%;
}
.mw85 {
  max-width: 85%;
}
.mw90 {
  max-width: 90%;
}
.mw95 {
  max-width: 95%;
}
.mw100 {
  max-width: 100%;
}
.mwPFR {
  max-width: 100%;
}

#cookieBox, .cookieText{
  font-size:0.75rem;
}
.amadeusbox {
  margin-top:3em;
}
.authorInfo {
  justify-content: center;
}
.authorInfo p{
  margin-top:1em;
  margin-bottom:1em;
}
.authorInfo a{
  color:white;
}
.linkwhite {
  color:white;
}
.linkwhite:hover {
  color:white;
  text-decoration:underline;
}

/* MEDIA QUERIES */

@media (max-width: 1000px) {
  .contact-logo {
    position: unset;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-evenly;
    top: 20%;
    right: 2%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 8px;
    z-index: 1;
  }
  .top-slider-menu {
    width: 100%;
    margin: 0 !important;
    position: unset;
  }
  .carousel-indicators {
    bottom: -8px;
  }
}
@media (max-width: 500px) {
  .opc-0-8 {
    display: none;
  }
  .contact-logo > .row > .col-9 {
    min-width: 100%;
  }
}
@media (min-width: 900px) {
  .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
  }
  .mwPFR {
    max-width: 75%;
  }
}
@media (max-width: 992px) {
  .facebook-plugin {
    display: block;
  }
}
@media (max-width: 976px) {
  .div-right,
  .div-left {
    padding: 0px 10%;
  }
}

@media (min-width: 992px) {
  .agency-logo {
    position: absolute;
    top: 75%;
    right: 25;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 8px;
    z-index: 1;
    width: 150px;
    margin-top: 14px;
  }
}

@media (min-width: 1200px) {
  .contact-logo {
    position: absolute;
    top: 25%;
    right: 2%;
    width: 20%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 8px;
    z-index: 1;
    margin-top: 4px;
    height: 140px;
  }
  .mamy-x-lat {
    display: block;
  }
  .top-slider-menu {
    position: absolute;
    top: 5%;
    right: 2%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 3px;
    z-index: 1;
    width: 23%;
    margin-right: 0;
    font-size: 0.85rem;
  }
  .modal-dialog {
    max-width: 1100px;
    margin: 30px auto;
  }
  .textSection {
    padding-left: 3em;
    padding-right: 3em;
    text-align: justify;
  }
  #cookieBox, .cookieText{
    font-size:1rem;
  }  
}

@media (min-width: 1600px) {
  .agency-logo {
    position: absolute;
    top: 75%;
    right: 2%;
    left: inherit;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 8px;
    z-index: 1;
    width: auto;
    margin-top: 5px;
  }

  .contact-logo {
    margin-top: 0px;
    height: auto;
  }

  .contact-logo p {
    font-size: 0.85rem;
  }

  .contact-ico {
    font-size: 18px;
    padding: 10px;
    border: 4px solid #000;
    border-radius: 40px;
    margin-top: 25%;
    margin-left: 30%;
  }

  .clock-ico {
    margin-top: 18%;
    margin-left: 30%;
    font-size: 46px;
  }

  .top-slider-menu {
    position: absolute;
    top: 5%;
    right: 2%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 3px;
    z-index: 1;
    width: 20%;
    margin-right: 0;
    font-size: 1rem;
  }
}

@media (min-width: 1920px) {
  .contact-logo p {
    font-size: 1rem;
  }
}

/*NEWSLETTER*/

/* reset */
.btn-margin {
  margin: 10px 0px 10px 12px;
}
.newsletter-header {
  margin: 20px auto 0px auto;
  background-color: #094f9c;
  color: white;
  width: 85%;
  padding: 15px 0px;
}
.trumbowyg-box,
.trumbowyg-editor {
  background-color: #ffffff;
}
.alert-success {
  width: 80%;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid green;
  margin-left: 10%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.alert-danger {
  width: 80%;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid red;
  margin-left: 10%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#header {
  width: 85%;
  margin: 0 auto;
}
#header h1 a {
  text-decoration: none;
  color: #000;
}
#container {
  width: 85%;
  margin: 5px auto;
  background: #c9ddff;
  color: black;
  padding: 10px;
  text-align: center;
}

body.mini #header {
  width: 30%;
  text-align: center;
}
body.mini #container {
  width: 30%;
}
/* tabs */
#nav {
  margin: 0 auto 2px;
  padding: 10px;
  width: 85%;
  background: #444;
}
#nav a {
  padding: 12px 10px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#nav a.current,
#nav a:hover {
  background: #111;
}
#nav span.right {
  float: right;
}

/* form */
form input.text {
  width: 95%;
  font-size: 16px;
}
form textarea {
  width: 95%;
}
/* table */
.newsletter-table {
  width: 98%;
  text-align: right;
  border: rgb(128, 128, 128);
  font-size: 12px;
  margin: 5px 10px;
  color: #000;
  background: #fff;
}
.newsletter-table th {
  background-color: rgb(229, 229, 229);
  border: 1px solid rgb(187, 187, 187);
  padding: 3px 6px;
  font-weight: normal;
  color: #000;
}
.newsletter-table tr td {
  border: 1px solid rgb(221, 221, 221);
  padding: 3px 6px;
}
.newsletter-table tr:hover {
  background-color: rgb(240, 240, 240);
  color: #000;
}
/* a */
a.large {
  padding: 5px;
  color: #000;
  background: #eee;
  text-decoration: none;
  margin: 5px;
}
a.large.right {
  float: right;
}
a.large:hover,
a.large.current {
  background: #444;
  color: #fff;
}
/* messages */
#message {
  margin: 5px 10px;
  padding: 4px;
  display: block;
  text-align: center;
}
#message.error {
  background: #ffebe8;
  border: 1px solid #cc0000;
  color: #cc0000;
}
#message.success {
  border: solid 1px #349534;
  background: #c9ffca;
  color: #008000;
}
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  max-width: 100% !important;
}
._2p3a {
  width: 100% !important;
}
/* cookies */
#cookieBox{
  z-index:1001;
  width:100%;
  background-color:rgba(0,0,0, 0.8);
  color:white;
  font-weight:300;
  padding:10px 10%;
  position:fixed;
  bottom:0;
}
#chkAll,
#chkTech,
#chkAnalytics,
#chkMark{
  margin-right:10px;
}
.optBox{
  display:flex;
  align-items: center;
  padding: 0.5rem 0;
}
.optBox > label{
  margin-bottom:0;
}
.btnCookies{
  border-radius:20px;
  padding:0.5em;
  background-color:white;
  border:2px solid #014883;
  transition:background-color 0.3s, color 0.3s;
}
.btnCookies:hover{
  background-color:#014883;
  color:white;
}
.btnCookies:focus{
  outline:none;
}
.btnCookies:disabled{
  background-color: rgb(130,130,130);
  border-color:rgb(80,80,80)
}
.cookiesDeny{
  color:#007bff;
  font-weight:600;
  padding-left:15px;
}
.cookiesDeny:hover{
  cursor:pointer;
}
.cookiesLink {
  color:white;
  font-weight: 600;
}
.cookiesLink:hover {
  color:white;
  text-decoration: underline;
}