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

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700|Roboto&subset=latin-ext');

.highcontrast,.highcontrast table, .highcontrast tr, .highcontrast td, .highcontrast a, .highcontrast span, .highcontrast p, .highcontrast h1, .highcontrast h2, .highcontrast h3, .highcontrast h4, .highcontrast ul, .highcontrast li, .highcontrast button, .highcontrast textarea, .highcontrast input, .highcontrast input::placeholder, .highcontrast textarea::placeholder, .highcontrast::before {
    color: yellow !important;
    background-color: black !important;
    border-color: yellow !important;
    transition: none !important;
    text-decoration: underline !important;
    letter-spacing: 0.5px !important;
}

.animsition {
  	overflow:hidden;
}

.container, .custom {
    background-color: transparent !important;
}

body {
  font-weight:300;
  font-style: normal;
  margin:0px;
  padding:0px;
  color:#333;
}

a {
  color:#333;
}

h1, h2, h3 {
    font-weight: 300;
    font-size: 20px;
    border-bottom: 0px solid #00a7a8;
    display: block;
    margin: 50px 0px 35px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}

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

ul {
    list-style-position: inside;
}

p {
    margin: 10px 0;
}

img {
    max-width:100%;
}

.pdcorrect {
  padding: 0;
}

.zindex {
  z-index: 1;
}

.clear {
    clear: both;
}

#first-section {
	font-family: 'Raleway', sans-serif;
}

.reservationBox {
    padding: 24px 0px;
}

.hideonall {
  display:none;
}

  .reservationText {
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 40px;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
}
  .reservationText img {
    padding: 0 5px 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
}


#logo ul {
  list-style: none;
  padding: 12px 0;
  position:relative;
}

#logo ul li {
  text-align: center;
}

#logo ul li.item-110 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    margin-top: 45px;
  	background:#fff url('../images/pzn_logo.png') 50% 50% no-repeat !important;
  	width:120px;
  	height:120px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.75);
/*	text-indent: -9999px;  */
}

#logo ul li.item-110 a {
    color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#logo a {
  font-size: 32px;
  text-transform: uppercase;
  color: #308b4e;
  font-weight: bold;
}

.highContrastBox {
	width: 250px;
	float: right;
}

.highContrastBox p {
  	margin: 0;
  	text-transform: uppercase;
}

p.functionText {
    text-align: center;
    font-size: 11px;
    padding-top: 10px;
}

span.changeLetters {
    border: 1px solid #fff;
    border-radius: 9999px;
    padding: 5px 10px;
    font-size: 15px;

}

span.plusMinus {
    padding-left: 40px;
}

span.leftChangeLetters {
    margin-right: 5px;
}

.functionTitleBox {
    background: #383838;
    height: 74px;
    padding: 28px 0;
    text-align: center;
    border: 3px solid #383838;
}

.functionTitleText {
    cursor: pointer;
}

.functionTitleText img {
    padding-right: 20px;
}

a.functionTitleText {
    color: #fff;
    text-transform: uppercase;
  	font-size:13px;
}

.functionBox {
    background: #419931;
    color: #fff;
    height: 74px;
    border: 3px solid #419931;
    border-top: none;
}

.functionBox button,.functionBox button:focus {
    background: none;
    border: none !important;
    outline: 0;
}

.functionBox button:hover {
    transform:scale(1.1); 
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1);
}

#mainmenu ul {
  	list-style:none;
    float: left;
    background: #318d4e;
    width: 100%;
    margin:-55px 0 0 0;
    height: 55px;
    border: 2px solid #318d4e;
}

#mainmenu ul li {
    float: left;
    padding: 20px 20px 15px 20px;
    margin: 0px;
    border-bottom: 3px solid #fff;
    position: relative;
}

#mainmenu ul li:hover {
	transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease; 
    -moz-transition:all 0.5s ease; 
    -o-transition:all 0.5s ease;
    transform:scale(1.1); 
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1);
    background: #d32234;
    z-index: 1;
    border-color: #4be25f;
}
/*
#mainmenu ul li:last-child {
	transform: none;
	padding: 0;
	margin-top: -70px;
	float: right;
	z-index: 1;
	border: none;
	background: transparent !important;
	margin-right: 18%;
}

#mainmenu ul li:last-child:hover {
    background: none;
    border-bottom: none;
}
*/
#mainmenu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

#slider .headerMiddleBox {
    background: #d32232;
    color: #fff;
    position: relative;
    margin-top: -90px;
    z-index: 1;
    border-color: #d32232;
}

p.slidersTextGreen {
    color: #4be25f !important;
}

p.slidersText {
  color:#fff;
  text-transform: uppercase;
  font-size: 45px !important;
}

a.slidersTextFoot {
	font-size: 20px;
  	font-weight: 200;
  	letter-spacing: 0.5px;
    color: #fff !important;
}

.headerMiddleBox {
    -webkit-box-shadow: 0px 10px 55px -6px rgba(143,143,143,1);
    -moz-box-shadow: 0px 10px 55px -6px rgba(143,143,143,1);
    box-shadow: 0px 10px 55px -6px rgba(143,143,143,1);
    width: 80%;
    margin: auto;
    height: 100px;
    font-family: 'Raleway', sans-serif;
    border: 3px solid;
}

.headerMiddleBox p {
    font-size: 28px;
    text-align: center;
    padding: 17px 0;
}

.headerMiddleBox img {
	padding: 0 35px;
}

p.opinionsText, p.headerMiddleText {
    padding: 23px 0;
}

span.fatHeader {
    font-weight: 600;
}

#bottom-fullwidth2-header .headerMiddleBox {
    color: #d32232;
    margin-top: -80px;
    background: #fff;
    border-color: #fff;
}

.itemid-109 #bottom-fullwidth2-header .headerMiddleBox {
	margin-top: 50px;
}

.itemid-109 #bottom-fullwidth2-header {
	z-index: 1;
    margin-bottom: 490px;
}

/*.itemid-109 #bottom-fullwidth2 {
    padding-bottom: 50px;
    margin-top: -45px;
}*/

#fifth-section {
    position: relative;
}

.itemid-109 #bottom-fullwidth2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    overflow: hidden;
}

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

.ourOfferBox {
	font-family: 'Raleway', sans-serif;
	padding-top: 50px;
	padding-bottom: 20px;
}

span.ourOfferLeft {
    font-size: 40px;
    font-weight: 600;
}

span.ourOfferRight {
    font-size: 16px;
    float: right;
    padding: 18px 0;
}

.jmj_wrapper-96 {
	padding: 0 50px;
}

.jmj_wrapper-96 .jmj_item_image_title {
	font-family: 'Raleway', sans-serif;
    background: #419931;
    width: 80%;
    margin: -40px auto 0;
    text-transform: uppercase;
    padding: 18px 0;
    z-index: 1;
    position: relative;
    border: 3px solid #419931;
}

.jmj_wrapper-96 .jmj_item_image_title:hover {
    background: #c11f2e;
    border-color: #c11f2e;
}

.jmj_wrapper-96 .jmj_item_image_title a {
    color: #fff;
}

.jmj_wrapper-96 .jmj_item_image {
	width: 99%;
}

#left-top ul{list-style:none;padding:0;margin:0;}
#left-top ul li{background:#ededed;margin-bottom:1px;position:relative;}
#left-top ul li a{color:#333;text-transform:uppercase;font-size:14px;width:100%;padding:7px 0px 7px 30px;display:block;}
#left-top ul li:hover::before ,
#left-top ul li.active::before{display:block;visibility:visible;}
#left-top ul li::before{position:absolute;left:0px;top:0px;margin-top:12px;content:'';display:block;visibility:hidden;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 0 7px 10px;
border-color: transparent transparent transparent #318d4e;
}
#left-top ul li.active img{display:block;}
#left-top ul li:hover a,
#left-top ul li.active a{color:#318d4e;}

#bottom-fullwidth1-header .headerMiddleBox {
	margin-top: 70px;
	margin-bottom: -70px;
	position: relative;
	z-index: 1;
	background: #fff;
    border-color: #fff;
}

#bottom-fullwidth1-top {
	background: url(../images/zajecia_dla_niewidomych.jpg) 50% 42% no-repeat;
	background-attachment: fixed;
	height: 750px;
	position: relative;
	font-family: 'Raleway', sans-serif;
}

#bottom-fullwidth1-top .container {
	position: absolute;
	bottom: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#bottom-fullwidth1-top ul {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
}

#bottom-fullwidth1-top ul li {
    overflow: hidden;
    float: left;
    display: block;
    width: 19.84%;
    background-color: #fff;
    height: 100px;
    position: relative;
    bottom: -100px;
    margin-bottom: 100px;
    transition: all 0.5s ease;
    text-align: center; 
    position: relative;
    margin-right: 0.1%;
    margin-left: 0.1%;
    border: 2px solid #fff;
}

#bottom-fullwidth1-top ul li img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -40px;
    display: none;
}

#bottom-fullwidth1-top ul li:hover img {
    display: block;
}

#bottom-fullwidth1-top ul li:hover {
    background-color: #419933;
    height: 130px;
    bottom: -70px;
    margin-bottom: 0;
    border-color: #419933;
}

#bottom-fullwidth1-top ul li:first-child {
	margin-left: 0;
}

#bottom-fullwidth1-top ul li:last-child {
	margin-right: 0;
}

#bottom-fullwidth1-top ul li:hover a {
	color: #fff;
	font-weight: 600;
}

#bottom-fullwidth1-top ul li a {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	font-size: 19px;
	color: #000;
	width: 60%;
	margin: auto;
}

a.findOutMoreLink {
    position: absolute;
    bottom: -130px;
    right: 0;
	background: url(../images/more.png) 90% 50% no-repeat #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 10px 55px -6px rgba(143,143,143,1);
    -moz-box-shadow: 0px 10px 55px -6px rgba(143,143,143,1);
    box-shadow: 0px 10px 55px -6px rgba(143,143,143,1);
    color: #393939;
    border: 2px solid #fff;
    z-index: 1;
    width: 200px;
}

a.findOutMoreLink i {
	padding-left: 50px;
	display: none;
}

.textBox {
    text-transform: uppercase;
}

.textBox p {
	margin:0;
}

p.textBoxHeader {
    color: #419931;
    font-size: 40px;
    font-weight: 600;
}

p.textBoxText {
    font-size: 22px;
    color: #9b9b9b;
}

p.textBoxFooter {
    text-transform: capitalize;
    float: right;
    font-family: 'Raleway', sans-serif;
    color: rgb(86, 82, 82);
}

.longTextBox p.textBoxFooter {
	text-transform: none;
}

.textBoxTwo {
    font-family: 'Raleway', sans-serif;
    float: right;
    padding: 80px 200px 40px 0;
}

p.textFooter {
    text-transform: uppercase;
}

.longTextBox {
    padding: 40px;
    padding-top: 0;
}

.longTextBox p {
	line-height: 22px;
	padding-bottom: 10px;
}

.longTextBox p:first-child {
	margin-top: 0;
}

#bottom-fullwidth2-right {
	overflow: hidden;
}

.seaBox {
    padding-top: 80px;
    font-family: 'Raleway', sans-serif;
    width: 515px;
}

.seaBox, .seaBoxImage {
    padding-left: 100px;
}

p.seaBoxHeader {
    color: #409830;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

p.seaBoxText {
	color: #626262;
}

.seaBoxImage {
	height: 600px;
	position: relative;
	font-family: 'Raleway', sans-serif;
}

img.mapPoland {
    padding-top: 60px;
}

img.mapRoundPhoto {
    position: absolute;
    top: -80px;
    left: 30px;
}

img.greenDot {
    position: absolute;
    top: 85px;
    left: 190px;
    z-index: -1;
}

img.redDotOne {
    position: absolute;
    top: 125px;
    left: 370px;
}

img.redDotTwo {
    position: absolute;
    left: 245px;
    top: 190px;
}

img.redDotThree {
    position: absolute;
    left: 290px;
    top: 205px;
}

img.redDotFour {
    position: absolute;
    top: 415px;
    left: 380px;
}

.placeName {
	position: absolute;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	color: #2f2f2f;
}

.placeNameGreen {
    color: #419931;
    top: 90px;
    left: 210px;
}

.placeOne {
    top: 190px;
    left: 180px;
}

.placeTwo {
    top: 215px;
    left: 310px;
}

.placeThree {
    top: 135px;
    left: 390px;
}

.placeFour {
    top: 400px;
    left: 395px;
}

.mapTextBox {
    position: absolute;
    top: 260px;
    left: 190px;
}

.mapTextBox p {
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #c1212d;
}

.jmj_wrapper-94 {
	width: 80% !important;
	margin: 0 auto;
    font-family: 'Raleway', sans-serif;
}

.jmj_wrapper-94 .jmj_item_image_title {
    text-transform: uppercase;
}

.owl-nav {
    position: absolute;
    margin-left: -13%;
}

.owl-prev {
	display: none !important;
}

.owl-next {
	background: url(../images/nastepna_opinia.png) 90% 50% no-repeat !important;
}

p.shortDescription {
    text-align: center;
    font-style: italic;
    color: rgb(86, 82, 82);
    padding: 15px;
}

.contactFour .footerHeaderThree {
  font-size:18px;
}

#sixth-section {
	background: #f3f4f6;
	margin-top: 155px;
    font-family: 'Raleway', sans-serif;
    border-top: 3px solid #f3f4f6;
}

#bottom-1 p {
	margin: 0;
}

.footerBox {
    padding-top: 30px;
    color: #616266;
}

.footerBox div {
    margin-left: -15px;
}

p.footerHeaderOne {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

p.footerFooterOne {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-top: 20px;
    color: rgb(86, 82, 82);
}

p.footerHeaderTwo {
    color: #419931;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    line-height: 40px;
    font-weight: 600;
}

p.footerFooterTwo {
    text-transform: uppercase;
    color: #606165;
    font-size: 12px;

}

.contactTwo p.footerFooterTwo {
    padding-top: 5px;
}

p.footerPadding {
    padding-top: 20px;
}

p.footerHeaderThree {
    font-size: 30px;
    color: #303135;
    padding-top: 10px;
}

#bottom-2 {
	background: #2f2f2f;
	margin-top: -155px;
    border: 3px solid #2f2f2f;
}

.escform h3 {
	color: #fff;
	margin: 7.5% 0 0 0;
	text-transform: lowercase;
	font-size: 45px;
}

.escform h4 {
	color: #afafaf;
	font-weight: 100;
	margin: 20px 0;
}

#bottom-4 ul {
	list-style: none;
	float: left;
    padding: 0;
}

#bottom-4 ul li {
	float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #676769;
    padding-top: 20px;
}

#bottom-4 ul li a {
    color: #676769;
}

#bottom-4 .separatorTwo {
    padding: 0 20px;
}

#bottom-3 .pdcorrect, #bottom-4 .moduletable {
	padding: 30px 0;
}

#bottom-3::before {
	border-top: 1px solid #d1d1d1;
	content: " ";
	width: 45%;
	position: absolute;
}

p.joinText {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    color: #616266;
}

p.joinFat {
	padding: 0;
	font-weight: 600;
}

.containerHalfLeft {
	margin-left: auto;
}

.containerHalfRight {
	margin-right: auto;
}

.noDisplay {
    display: none;
}

.imageContainer img {
    flex-shrink: 0;
    max-width: 100%;
    max-height: auto;
}

.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;
}

.itemid-101 #content {
	padding: 0;
}

.itemid-104 #bottom-fullwidth2-header .headerMiddleBox, .itemid-106 #bottom-fullwidth2-header .headerMiddleBox {
    margin-top: 0;
}

#content {
    padding: 50px 0px;
}

#slider p {
	margin: 0;
}

#slider {
	margin-top: -1px;
}

#sliderslogan p {
	margin: 10px 0;
}

/*.ug-textpanel-textwrapper {
    display: none;
}*/

/*TABLE*/

tr.row_1 {
    font-weight: 600;
    text-transform: uppercase;
}

table {
    margin: 50px 0;
    width: 100%;
}

td {
    padding: 2px 5px;
}

.itemid-125 td {
	text-align: left;
}

tr:nth-child(odd) {
    background-color: #ededed;
}

tr:hover {
    background-color: #a1a1a1;
    color: #fff;
}

tr {
    text-align: center;

}

td {
    border: 3px solid transparent; 
}

img.pull-left {
    max-width: 50%;
    padding-right: 30px;
    padding-bottom: 30px;
}

.packageHeader {
    font-weight: 600;
    text-transform: uppercase;
}

/*Scroll Up*/
.scrollup {
    background: url(../images/to_top.png) 50% 50% no-repeat;
    height: 65px;
    width: 54px;
    padding: 7px 0px 0px 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left:-36px;
    display: none;
    z-index: 10000;
    top: initial;
}

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

.slicknav_menu {display:none;}

/*.otherFont {
	font-family: 'Roboto', sans-serif;
}*/

/*RWD*/
@media (max-width: 1600px) {
	.longTextBox {
		padding-right: 0;
	}
	#mainmenu ul {
		padding-left: 5px;
	}
	#mainmenu ul li {
		padding: 20px 8px 15px;
	}
}
@media (min-width: 992px) {
  .containerHalfRight, .containerHalfLeft {
    width: 475px;
  }
}
@media (min-width: 1320px) {
	.containerHalfRight, .containerHalfLeft {
		width: 660px;
	}
}
@media (max-width: 1400px) {
	.longTextBox {
		padding-left: 15px;
	}
  .reservationText {
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 40px;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
}
  .reservationText img {
    padding: 0 5px 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
}
@media (max-width: 1368px) {
	button#submitbutton {
		width: 60% !important;
	}
	p.textBoxFooter {
		font-size: 12px;
		padding-bottom: 0;
	}
    .headerMiddleBox p {
        font-size: 20px;
    }
    #bottom-fullwidth1-top ul li a {
        width: 80%;
    }

  
  #logo ul li.item-101 a {
    font-size:24px !important;
  }
  #logo ul {
  padding: 0px 0;
}
#logo ul li.item-110 {
    margin-right: 60px;
}  
}

  @media (max-width: 1240px) {
#logo ul li.item-110 {
    margin-top: 0px;
}
  
#logo ul li.item-110 {
  	width:100px;
  	height:100px;
  }
    
  #logo ul li.item-101 {
    max-width: 420px;
  }    

}
@media (max-width: 1200px) {
    .jmj_wrapper-96 .jmj_item_image_title a {
        font-size: 10px;
    }
}
@media (max-width: 992px) {
    .tp-caption {
      width:100%;
      left:0 !important;
      text-align: center !important;
    }
    p.slidersText {
      font-size: 25px !important;
      width: 100% !important;
  	}
	.seaBoxImage {
		height: 500px;
	}
	#bottom-3 img {
		position: absolute;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	a.findOutMoreLink {
		left: 0;
		margin: 0 auto;
	}
	#bottom-fullwidth1-top {
		height: 150px;
		background: none;
	}
	#bottom-fullwidth1-top ul {
		display: none;
	}
	#logo ul li.item-101 {
	    margin: 0 auto;
	}
	#bottom-fullwidth1-top ul li {
		width: 100%;
		margin-bottom: 0;
		margin-top: 5px;
	    background-color: #419933;
	    border-color: #419933;
	}
	#bottom-fullwidth1-header .headerMiddleBox {
		margin-top: 0;
	}
	#bottom-fullwidth1-top ul li:hover {
	    height: 100px;
	    bottom: -100px;
	    margin-bottom: 0;
	    border-color: #419933;
	}
	#bottom-fullwidth1-top ul li img {
		display: block;
		left: 0;
		top: 0;
		margin: 0;
	}
	#bottom-fullwidth1-top ul li a {
	    bottom: 35%;
	    color: #fff;
	}
	button#submitbutton {
		width: 45% !important;
	}
	.escform h3 {
		text-align: center;
	}
	#sixth-section {
		margin-top: 100px;
	}
	#bottom-3 {
		padding: 40px 5px 5px 5px;
	}
	.ourOfferBox {
		text-align: center;
	}
	#bottom-4 .moduletable {
		padding: 0;
	}
	.reservationText {
		text-align: center;
	}
	p.footerHeaderThree {
		font-size: 28px;
	}
	img.mapRoundPhoto {top: -80px;left: -70px;}
	img.greenDot {top: 80px;left: 90px;}
	.placeNameGreen {top: 90px;left: 110px;}
	img.redDotOne {top: 110px;left: 220px;}
	img.redDotTwo {left: 110px;top: 150px;}
	img.redDotThree {left: 150px;top: 180px;}
	img.redDotFour {top: 340px;left: 215px;}
	.placeOne {top: 160px;left: 60px;}
	.placeTwo {top: 190px;left: 170px;}
	.placeThree {top: 120px;left: 240px;}
	.placeFour {top: 320px;left: 235px;}
	.mapTextBox {top: 200px;left: 50px;}
	.jmj_wrapper-96 {
    	margin: 0 10px;
	}
	.jmj_wrapper-96 .jmj_item {
		padding-top: 10px;
	}
	.textBoxTwo {
		width: 100%;
		text-align: center;
		padding: 40px 0;
	}
	p.textBoxFooter {
		float: none;
	}
	.footerBox {
		text-align: center;
	}
	.footerBox div {
		margin: 0;
	}
	.headerMiddleBox {
		width: 100%;
	}
	.seaBox {
		width: auto;
		text-align: center;
	}
	.seaBox, .seaBoxImage {
		padding: 0px;
		margin: auto;
	}
	.seaBoxImage {
		width: 350px;
	}
	p.textBoxFooter {
		font-size: 14px;
		padding: 10px;
	}
	p.textFooter {
		text-align: center;
	}
    .highContrastBox {
        width: 100%;
    }
    #bottom-2 {
        margin-top: 15px;
    }
    .slicknav_menu {
        display:block;
    }
    #mainmenu {
        display:none;
    }
    .jmj_wrapper-96 .jmj_item_image_title a {
        font-size: 14px;
    }
  #slider .headerMiddleBox {
    margin-top: 5px;
}

.headerMiddleBox {
    width: 100%;
    margin: auto;
    height: auto;
}
  .reservationText {
    padding-left: 0px;
}

}
@media (max-width: 700px) {
	#sliderslogan .headerMiddleBox p {
	    font-size: 14px;
	}
	.highContrastBox {
    	padding-top: 100px;
	}
	#logo ul li.item-110 {
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    top: 105px;
	}
}
@media (max-width: 600px) {
	button#submitbutton {
		width: 100% !important;
	}
	.owl-next {
		padding-right: 90px !important;
	}
	p.joinText {
		font-size: 18px;
	}
	#sliderslogan .headerMiddleBox p {
	    font-size: 12px;
	}
}
@media (max-width: 450px) {
	#sliderslogan .headerMiddleBox img {
	    padding: 0 15px;
	    position: absolute;
	    top: 35px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	#sliderslogan p {
		margin: -40px 0;
	}
    #sliderslogan .headerMiddleBox p {
        font-size: 19px;
        line-height: 65px;
        text-align: center;
    }
    .headerMiddleBox p {
        font-size: 16px;
        padding: 22px 0;
    }
    .headerMiddleBox img {
        width: 20%;
    }
    p.opinionsText, p.headerMiddleText {
        padding: 31px 0;
    }
}

button#submitbutton {
        bottom: -110px !important;
}