/* Responsive Style */

.d-none {
  display: none !important;
}

/* Contact Form */
.contact-form {
  padding: 30px 0;
}
.form-div {
  margin-bottom: 15px;
}
.form-div label {
  display: block;
  margin-bottom: 5px;
}
form#contact_form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  padding: 5px;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #ccc;
}
form#contact_form textarea {
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: solid 1px #ccc;
}
.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #ccc;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn.btn-theme {
	color: #fff;
	background-color: #111;
	border-color: #111;
}
.btn.btn-theme:hover {
	color: #111;
	background-color: #ecb441;
	border-color: #ecb441;
}
div.alert {
  margin-top: 15px;
  padding: 10px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  text-align: center;
}
div.alert.alert-success {
  background-color: #2ed52e;
}
div.alert.alert-error {
  background-color: red;
  color: #fff;
}
div.alert.alert-danger {
  background-color: red;
  color: #fff;
}
div.alert:empty {
  display: none;
}
div.alert svg {
  display: none;
}





/* Global ends =========================================================================================================== */


@media screen and (min-width:1001px){

.mob {display: none !important;}
a.sub {display: none !important;}
.closenav {
  display: none !important;
}

} /* /min-width:1001px */

@media screen and (max-width:1000px){
  
* {box-sizing:border-box;max-width:100%;}
table {table-layout:fixed; width:100%;}
img { max-width:100%; height:auto; image-rendering: -webkit-optimize-contrast;}
body {margin: 0px;padding: 0px;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}
.pc {display: none !important;}


.logo {
  display: none;
}
.pricesticker {
  /* display: none; */
  top: 20%;
  left: auto;
  right: 15px;
  margin-left: auto;
  width: 70px;
}
.menumain {
  /* display: none; */
}
#mob_header {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: space-between;
  padding: 10px 15px;
  align-items: center;
  z-index: 9999;
  transition-duration: 0.3s;
  transition-property: all;
}
.shrink #mob_header {
  background-color: #111;
}
#mob_navigation {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  transition-duration: 0.4s;
  background-color: #000;
}
div.menumain {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  transition-duration: 0.4s;
  background-color: #000;
  left: auto;
  margin: auto;
}
div.menumain.open {
  right: 0px;
}
#mob_navigation.open {
  right: 0px;
}
div.menuleft {
  width: 100%;
  height: auto;
  background: none;
  float: none;
  clear: both;
  padding: 0;
}
ul#jsddm li {
  float: none;
  display: block;
  clear: both;
  font-size: 1rem;
  margin: auto;
  width: 100%;
  position: relative;
}
ul#jsddm > li {
  border-bottom: solid 1px #333;
}
ul#jsddm li a {
  margin: auto;
  display: block;
    width: 100%;
    font-size: 1rem;
    padding: 10px 15px;
    color: #fff !important;
    text-decoration: none;
    border-bottom: none;
}
ul#jsddm li a:hover {
  margin: inherit;
  color: inherit;
  border: inherit;
}
ul#jsddm li a > img {
  display: none;
}
ul#jsddm li ul {
  position: relative;
  visibility: visible !important;
  max-height: 0px;
    padding-left: 15px;
    height: auto;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: max-height;
    transition-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
ul#jsddm li ul.opened {
  max-height: 100vh;
  height: fit-content;
  overflow-y: auto;
}
.closenav {
  display: flex;
  width: 100%;
  justify-content: right;
  padding: 10px 15px 30px 15px;
}
a.mob_button {
  color: #fff;
}
a.close_button {
  color: #fff;
}
div.mainbody {
  width: 100%;
  left: auto;
  top: auto;
  margin: auto;
  min-height: 100vh;
}
div#slider > ul {
  max-width: unset;
}
div.leftcontent {
  top: auto;
  left: auto;
}
div.rightcontent {
  top: auto;
  right: auto;
  margin: auto;
}
div.footer {
  width: 100%;
  left: auto;
  padding: 30px 15px;
}
div.headerfade {
  width: 100%;
  display: none;
}
span#nextBtn {
  display: none;
}
span#prevBtn {
  display: none;
}
div#slider {
  display: none;
}
div.swiper-button-prev {
  color: #ecb441;
}
div.swiper-button-next {
  color: #ecb441;
}
div.swiper-button-prev::after {
  font-size: 2rem;
}
div.swiper-button-next::after {
  font-size: 2rem;
}

ul#mobnav {
  display: block;
  margin: 0;
  padding: 0;
}
ul#mobnav li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: auto;
}
ul#mobnav > li {
  border-bottom: solid 1px #333;
}
ul#mobnav li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}
ul#mobnav li a > img {
  display: none;
}
ul#mobnav li ul {
  max-height: 0px;
  padding-left: 15px;
  height: auto;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
ul#mobnav li ul.opened {
  max-height: 100vh;
  height: fit-content;
  overflow-y: auto;
}
ul#mobnav li a.sub {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  z-index: 99;
}

ul#jsddm li a.sub {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  z-index: 99;
}
ul#jsddm li ul li a {
  background: inherit;
}


div#content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
div.leftcontent {
  top: auto;
  left: auto;
  width: 96%;
  margin: 15px 2%;
  z-index: 9;
  float: none;
  clear: both;
}
div.rightcontent {
  top: auto;
  right: auto;
  margin: 0px 15px !important;
  width: auto;
  max-width: 40%;
  float: none;
  display: inline-block;
}
div.leftcontentdivide {
  display: none;
}
div.rightcontentdivide {
  display: none;
}
div.leftcontenttext {
  max-width: calc(100% + 60px);
  width: calc(100% + 60px);
}
div.rightcontenttext {
  max-width: calc(100% + 60px);
  width: calc(100% + 60px);
}
.leftcontent > h1 {
  margin-bottom: 5px;
}
.leftcontent > h1::after {
  content: "";
  display: block;
  width: 120%;
  max-width: calc(100% + 60px);
  box-shadow: 0 5px 5px 0 #ccc;
  height: 20px;
  margin-left: -30px;
}
body.mobnav-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #111;
  z-index: 9999;
  opacity: 0.8;
}
body.mobnav-open {
  position: fixed;
  overflow: hidden;
}
div.centrecontentdivide {
  display: none;
}
div.centrecontent {
  left: auto;
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
}
div.centrecontenttext {
  max-width: calc(100% + 60px);
}
.swiper.mobSlider + .headerfade + .centrecontent {
  top: auto;
  margin-top: 15px;
}













} /* /max-width:1000px **************************************************************************************************/


@media screen and (min-width: 768px) and (max-width: 1000px) {

  div .hoteltextbox {
    width: calc(100% - 300px);
}
.audio-wrap .leftimg {
  width: 200px;
}
.audio-wrap .audiotextbox {
  width: calc(100% - 250px);
}
div.tabcontent {
  width: calc(100% - 300px);
}


} /* /(min-width: 768px) and (max-width: 1000px) ************************************************************************/

@media screen and (min-width: 768px) {

  .mob-only {display: none !important;}


} /* /min-width: 768px ***************************************************************************************************/

@media screen and (max-width: 767px) {

  body {
    line-height: 1.7;
}
#content div.rightcontent {
  max-width: 94%;
  width: 94%;
  margin: 15px auto !important;
}
.rightcontent + div.rightcontent {
  margin-top: 15px !important;
}
div#mob_header {
  background-color: #111;
}
.mob_logo img {
  width: 70px;
  display: block;
  transition-duration: 0.3s;
  transition-property: all;
}
.shrink .mob_logo img {
  width: 50px;
}
div.leftcontent {
  padding-left: 15px;
  padding-right: 15px;
  width: 93%;
  margin: 15px auto;
}
#content div.leftcontenttext {
  left: -15px;
  max-width: calc(100% + 30px);
  padding: 15px 15px;
}
div.leftcontent > h1::after {
  max-width: calc(100% + 30px);
  margin-left: -15px;
}
.leftcontenttext h2 {
  margin-left: -25px;
}
body div.centrecontent {
  top: auto;
  width: 94%;
  max-width: 94%;
  margin: 15px auto;
}
div.centrecontenttext {
  padding-left: 15px;
  padding-right: 15px;
  max-width: calc(100% + 60px);
  width: calc(100% + 60px);
}
img.rightimg {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div.pricesticker {
  top: 35%;
  width: 50px;
}
img.hotelbox {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
p.audiotextbox {
  margin-top: 20px;
}
img.leftimg {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
form#contact_form input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  min-height: 35px;
}
img.listennow {
  float: none;
  clear: both;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}






} /* /max-width:767px */