@import url('https://fonts.googleapis.com/css?family=Cinzel|Cormorant+Unicase');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

.book-bar .date-field:last-child {
   background-color: #399477;
}

.checkrates{
    font-family: 'Cinzel', serif;
    font-size: 20px;
color:white; 


font-style:normal;

}







@media (max-width:1080px) {
ul.open a {
  font-size:50px !important;

  }



}


@media (max-width: 1430px) {
#cssmenu ul li  {
  padding:1px !important;

  }



}

@media (max-width: 1230px) {
#cssmenu > ul > li > a {
  font-size:16px !important;

  }



}
@media (max-width: 1079px) {
#cssmenu > ul > li > a {
  font-size:14px !important;

  }



}
@media (max-width: 980px) {
#cssmenu > ul > li > a {
  font-size:60px !important;

  }



}



.btn {
    font-size: 26px !important;
padding: 4px 35px !important;
-webkit-box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 2px 11px 0px rgba(50, 50, 50, 1);
box-shadow:         0px 2px 11px 0px rgba(50, 50, 50, 1);
}



 .mlroom {
  position: relative;
}
.mlroom:before, .mlroom:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 7px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.mlroom:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.aclass {
	
	
	font-size : 40px;
	
}





.parentlodge {
	
	
	
    border-radius: 25px;
    text-align: center;
    width: 79%;
    background-image: url(/images/iofr98.jpg);
    margin: 50px auto 0px auto;
    background-position: 0px 465px;
	
	
}












.cabina {

font-size: 20px;
color:gray;
display:inline-block;

padding: 0 10px 0px 0px;

}



.cabind {

font-size: 20px;
color:gray;
display:inline-block;
border-right: solid gray 2px;
padding: 0 10px 0px 0px;

}




.cabindescription {
vertical-align:top;
width:43%;
display:inline-block;
text-align:center;
padding: 50px 0px 0px 0px;
font-size:40px;
font-family:times;

}


.mlpictures {

display:inline-block;
width:56%;
}


.mlroom {
border-radius: 13px;
background:white;
width: 95%;

margin: 100px auto 10px auto;
border: 2px solid #DBDBDB;


}


.mlroom img {

width: ;
height:auto;

}


.roommenu {
font-family: 'HelveticaNeueW02 53 Ext',sans-serif;
    display: inline-block;
    font-size: 31px;
    padding: 93px 10px;
    width: 29%;
    text-align: center;
    font-style: italic;
    font-weight: bold;



}

#copyright {
color:white;
font-size:15px;
text-align:center;
}

#hostedby {

text-align:center;
}
#hostedby a{
text-decoration:none;
color:white;
font-size:12px;
text-align:center;
}

.footerlist ul {

padding:0px !important;
}

.footerlist {

text-align:left;
font-size:20px;
}

.footertitle {
color:white;
text-align: left;
font-size:30px;

}

.footerchild li { margin-bottom:10px;


}
.footerchild img{

margin-right: 5px;
vertical-align: bottom;

}

.footerchild {

display:inline-block;
width:30%;
vertical-align:top;
margin-left:14%;
}


.li a {
text-decoration:none;
color:white;

}

#footertitle {
font-size:35px;
color:white;
margin-bottom:30px;
}

.li {
list-style:none;
color:white;
text-align:left;
}

ul li a {

font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;


}


html {
	
	margin:0;
	padding:0;
}

body {

margin:0;
padding:0;
 background:black ;
}



.footer {
	background : black;
border-top: 2px solid white;
	text-align:center;

	

}



@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu {
 

  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
background-color: #000000bf;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
 text-align:center;
background: rgba(0, 0, 0, 0.38);
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 15px;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 50;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
  z-index: 40;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index:9999;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
   z-index:9999;
}
#cssmenu ul li ul li a {
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 250px;
  padding: 11px 10px 11px 20px;
     z-index:9999;
	 background-color: #fff;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #0294b5;
     z-index:9999;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #fff;
     z-index:9999;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
     z-index:9999;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
     z-index:9999;
}
#cssmenu > ul > li {
  display: inline-block;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: ;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
     z-index:9999;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
     z-index:9999;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 30;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
     z-index:9999;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 20px 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: ;
  font-size: 19px;
  z-index: 32;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #007eff;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 15px;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 250px;
  display: block;
  padding:5px;
  background:Black;
     z-index:9999;
}
@media all and (max-width: 980px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 
  ul li ul li a {
	 
	 font-size:35px !important;
	 
 }

 #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
	
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
	color:black;
	z-index:999999999999999
  }
  #cssmenu ul li ul li a {
    width: 100%;
		color:black !important;
		z-index:999999999999999
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 2500px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
	font-size:45px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 0%;
    font-weight: 700;
    font-size: 100px;
    letter-spacing: 1px;
    color: rgba(245, 245, 245, 0.96);
    cursor: pointer;
	height:100px;
text-align:center;
margin:auto;


  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 32px;
    width: 64px;
    border-top: 13px solid #ffffff;
    border-bottom: 13px solid #ffffff;
    right: 20px;
    top: 39px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 16px;
    width: 64px;
    border-top: 13px solid #ffffff;
    right: 20px;
    top: 20px;
	
  }
}


figure {
	
	 padding:0;
		margin:0;
		
	}


.bss-slides{
  position: relative;
  display: block;    
}
.bss-slides:focus{
 outline: 0;
}
.bss-slides figure{
  position: absolute;
  top: 0;
  width: 100%;
  max
}
.bss-slides figure:first-child{
  position: relative;
}
.bss-slides figure img{
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 8px 6px -6px black !important;
     -moz-box-shadow: 0 8px 6px -6px black !important;
          box-shadow: 0 8px 6px -6px black !important;
		  height:auto;
}
.bss-slides .bss-show{
  z-index: 2;
}
.bss-slides .bss-show img{
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative; 
}

.bss-slides figcaption{
  position: absolute;
  font-family: Georgia;
  font-size: 30px;
  bottom: .75em;
  right: .35em;
  padding: 20px 10px  120px 10px;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, 0.54);
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  margin-bottom: 52% !important;

  height:0px;
}
.bss-slides .bss-show figcaption{
  z-index: 3;
  opacity: 1;
}
.bss-slides figcaption a{
  color: #fff;    
}
.bss-next, .bss-prev{
  color: #fff;
  position: absolute;
  background: #000;
  background: rgba(0,0,0,);
  top: 50%;
  z-index: 4;
  font-size: 2em;
  margin-top: -1.2em;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bss-next:hover, .bss-prev:hover{
  cursor: pointer;
  opacity: 1;
}
.bss-next{
  right: 0%;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
      background: rgba(0,0,0, .5);
	  font-size: 50px;
}
.bss-prev{
	    background: rgba(0,0,0, .5);
  left: 0;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 50px;
}
.bss-fullscreen{
  display: block;
  width: 32px;
  height: 32px;    
  background: rgba(0,0,0,.4) url(../img/arrows-alt_ffffff_64.png); 
  -webkit-background-size: contain; 
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;   
  cursor: pointer;    
  opacity: .3;
} 
.bss-fullscreen:hover{
  opacity: .8;   
}
:-webkit-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    background-size: contain;
}
:-ms-fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    background-size: contain;
}
:full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-webkit-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    background-size: contain;
}
:-ms-fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    background-size: contain;
}
:fullscreen .bss-fullscreen{
    background: rgba(0,0,0,.4) url(../img/compress_ffffff_64.png);
    -webkit-background-size: contain;
    background-size: contain;
}




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


.cabina {
	font-size:30px;
}

.mlroom {
	
	
	text-align: center;
	border: 1px solid #b1b1b1;
	
}
	
  

	
	
	


.car {
	
	
	font-size: 40px;
	
}


#demo, #demo2, #demo3 {
	
	
font-size:40px;
	
}

.btn{
	
	
	font-size: 40px;
}

.cabind {
	
	font-size: 30px;
}

.mlpictures {

display:inline-block;
width:98%;
margin:auto;
}

.cabindescription {
vertical-align:top;
width:100%;
display:inline-block;
text-align:center;
padding: 50px 0px 0px 0px;
font-size:70px;
font-family:times;

}

 .mlroom {
  position: relative;
}
.mlroom:before, .mlroom:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 7px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.mlroom:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

}



@media (max-width:935px) {
.footerchild { width:35%;


}}




.arrival-month, .departure-month{ font-weight:400 !important;}

@media screen and (max-width: 1000px) {
#checkrates{
    font-size: 35px !important;
}
.book-bar .date-field .tag {
    color: #000 !important;
    font-family: times !important;
    font: 300 16px/41px 'times' !important;
}



}



.car{

font-family: 'Playfair Display', serif;
color:black;
font-size:25px;
  transition: transform .2s !important;

}

.car:hover{
color:gold
}

.CabinContainer:hover {
  transition: transform 2s !important;
color:gold;
 transform: scale(1.1);
}


.submenu span:hover{


	color:white;
	
}







.btn {margin-top:25px}


@media only screen and (max-width: 1000px)
{
.cabindescription { font-size:30px}

}

hr{
   border: 0 !important;
    height: 1px!important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0))!important;
    width:95%;
}

@media screen and (max-width:1000px){
.title{ font-size: 35px !important}
}

@media screen and (max-width:1000px){
.cabind{ font-size: 15px !important}
}

@media screen and (max-width:1000px){
.car{ font-size: 30px !important}
}

.btn-info {
   
    background-color: #2975c391 !important;}

.roommenu {

vertical-align: top;
}

#demo, #demo2, #demo3, #demo4, #demo5 {

font-size:15px;
}


.roommenu {
 -webkit-transition: all 1.5s ease; /* Safari and Chrome */
  	-moz-transition: all 1.5s ease; /* Firefox */
  	-o-transition: all 1.5s ease; /* IE 9 */
  	-ms-transition: all 1.5s ease; /* Opera */
  	transition: all 1.5s ease; }

.roommenu:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);


}

.cabindescription .collapse.in {font-size:15px !important;padding-top:10px;}
.cabindescription a {color:gray;}

body {background-color:#c6dbf55c !important;}

.book{        -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.book:hover {
 box-shadow: 0px 0px 20px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.10);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.10);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.10);
    transition: all 200ms ease-in;
    transform: scale(1.10);
}


@media screen and (max-width:1191px){
#announce{ font-size: 12px}
}

@media screen and (max-width:650px){
#frc{ font-size: 30px !important}
}

@media screen and (max-width:400px){
#frc{ font-size: 25px !important}
}



#frc{ font-size:45px;}


.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}

#irc{font-size: 45px}

@media screen and (min-width:992px){
#book{ display: none}
}


@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}