
@media screen and (min-width: 1000px)   {  #slideshow > div > img  { left: 0px;  	} }
@media screen and (max-width: 990px)   {  #slideshow > div > img  { left: -80px;  	} }
@media screen and (max-width: 980px)   {  #slideshow > div > img  { left: -140px;  	} }
@media screen and (max-width: 970px)   {  #slideshow > div > img  { left: -180px;  	} }
@media screen and (max-width: 960px)   {  #slideshow > div > img  { left: -200px;  	} }
@media screen and (max-width: 950px)   {  #slideshow > div > img  { left: -230px;  	} }
@media screen and (max-width: 940px)   {  #slideshow > div > img  { left: -260px;  	} }
@media screen and (max-width: 930px)   {  #slideshow > div > img  { left: -280px;  	} }
@media screen and (max-width: 920px)   {  #slideshow > div > img  { left: -300px;  	} }
@media screen and (max-width: 910px)   {  #slideshow > div > img  { left: -330px;  	} }
@media screen and (max-width: 900px)   {  #slideshow > div > img  { left: -350px;  	} }


body {
   font-family: 'Lato', sans-serif;
   min-width: 1000px;
   margin: 0;
   overflow-x: hidden;
   }

h1 {
	font-weight:100;
	font-size: 1.6em;
	}

h2 {
	font-weight:bold;
	font-size: 0.8em;
	font-weight: 100;
	margin-top: 2px;
	color: #cfcfcf;
	}

hr {
	display: block;
    height: 1px;
    border: 0;
    width: 98%;
}

.room_desc hr {
	width: 100%;
}

#main {
	min-width: 600px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	margin-top:1px;
	overflow: hidden;
	box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.10);
	}

header {
	min-width: 600px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	padding: 0;
	text-align: center;
  background-color: #6a6a6a;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 14px;
}

.dropbtn, .dropbtn2 {
    padding: 12px;
    height: 40px;
    border: none;
}

.dropbtn { color: white; background-color: #6a6a6a; font-size: 12px; }
.dropbtn2 {  color: #e7e7e7; background-color: #a70000; }

.dropdown {
    position: relative;
    display: inline-block;
}

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

.dropdown-content a {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn, .dropdown:hover .dropbtn2 {background-color: #c20000; color: white;}

article {
	width: 80%;
	float: left;
	height: auto;
	text-align: center;
	overflow-x: hidden;
	}

footer {
	width: 99%;
	padding: 10px;
	margin-top: 1px;
	float: left;
	height: 350px;
	background-color: gray;
	text-align: center;
	background-position: center center;
	}

#wrap_img_container {
	float: right;
	width: 80%;
	margin-top: 25px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	font-weight: 100;
	}

#img_container_left {
	float: left;
	width: 32%;
	height: 320px;
	position: relative;

	}

#img_container_center {
	margin:0 auto;
	width: 32%;
	height: 320px;
	position: relative;

	}

#img_container_right {
	float: right;
	width: 32%;
	height: 320px;
	position: relative;

	}

#img_container_left p, #img_container_right p, #img_container_center p {
	margin-top: 275px;
	width: 100%;

	}

#img_container_left a, #img_container_center a, #img_container_right a {
	width: 100%;
	height: 320px;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;

	}

#img_container_full {
	margin:0 auto;
	width: 90%;
	height: auto;
	padding: 30px;
	float: left;
	margin-bottom: 30px;
	text-align: left;
	background: center center;
	border: 1px dotted black;

	}

#img_container_full h1 {
	font-size: 22px;
}

#img_container_full p {
	font-size: 16px;
}

#img_container_double_right {
	float: right;
	width: 66%;
	height: 320px;
	background: center center no-repeat;
	background-size: cover;

}

#img_container_double_left {
	float: left;
	width: 66%;
	height: 320px;
	background: center center no-repeat;
	background-size: cover;
}

#img_container_single_right {
	float: right;
	width: 32%;
	height: 320px;
	background: center top no-repeat;

}

#img_container_single_left {
	float: left;
	width: 32%;
	height: 320px;
	background: center top no-repeat;
}

#copyright {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	background-color: black;
	float: left;
	color: #949494;

	}

#copyright a {
	text-decoration: none;
	color: #949494;

	}

nav {
	width: 20%;
	min-width: 200px;
	float: left;
	height: 600px;
	text-align: center;

	}

#leftmenu {
	min-height: 230px;
	height: auto;
	padding-top: 35px;
	padding-bottom: 50px;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	font-size: 18px;
	font-family: 'Alegreya Sans', sans-serif;
	}

#leftmenu ul {
	list-style-type: none;
	padding-left: 0;
	font-weight: 100;

	}

#leftmenu ul li {
	margin-top: 10px;

	}

#leftmenu a {
	text-decoration: none;
	text-transform:uppercase;

	}

#wrap_booknow {
	height: auto;

	}

.button a {
	font-size: 16px;
	text-decoration: none;
	color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: red;
	padding: 10px 50px 10px 50px;
	border-radius: 0px;

	}

.button a:hover {
	transition: transform 0.2s ease-in-out 0s;
	transition-property: transform;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transform: scale(1.1);
	color: white;
	background-color: #900000;

	}

.flus {
	width: 100%;
	height: 25px;
	margin-top: 30px;
	font-size: 14px;
	color: gray;
	font-weight: 200;
	font-style: italic;

	}

.flus ul {
	list-style-type: none;
	display:inline;
	padding:0px;

	}

.flus ul li {
	list-style-type: none;
	display:inline;
	padding:0px;
	margin: 5px;

	}

#logo {
	min-height: 80px;
	max-height: 200px;

	}
#nav-left {
	float: left;
}
#nav-right {
	float: right;
}

#nav-left, #nav-right {
	height: 80px;
	width: 46px;
	position: relative;
	z-index: 5;
	margin-top: 250px;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor: pointer;
}
#nav-left:hover, #nav-right:hover { background-color: rgba(0, 0, 0, 0.7); }
#slideshow {
    display:block;
    position: relative;
    height: 600px;
    width: 100%

	}

#slideshow p {
    position: absolute;
    z-index: 2;
    top: 370px;
    left: 30px;
    color: white;
    height: auto;
    width: 750px;  /* 430px */
    font-size: 56px;
    font-weight: 300;
    text-align: left;
    padding: 5px 10px 5px 10px;
    background-color: rgba(0,0,0,0.00);
    text-shadow: 3px 2px 6px black;

	}

#slideshow > div > img {
    display:block;
    text-align: center;
    height: 600px;
    position:absolute;

    }

#slideshow > div {
	position:relative;
	}

.article_wrap {
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;

	}

.formstyle {
	padding: 80px 20px 10px 20px;
	height: 510px;
	-webkit-flex: 1;
	-o-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	flex: 1;

	}

.box1 {
	-webkit-flex: 3;
	-o-flex: 3;
	-ms-flex: 3;
	-moz-flex: 3;
	flex: 3;

	}

.box2 {
	-webkit-flex: 1;
	-o-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	flex: 1;
	padding-top: 5px;
	height: 595px;

	}

.box2 p {
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;

	}

#room_mosaic_wrap {
    height: 850px;
    width: 100%;

    }

#room_mosaic_full_h {
	height: 850px;
	width: 50%;
	background-image: url(img/room_mosaic_h.jpg);
	float: left;
	border: 1px solid white;

	}

#room_mosaic_half_a {
	height: 425px;
	width: 49%;
	background-image: url(img/room_mosaic_b.jpg);
	float: left;
	border: 1px solid white;

	}

#room_mosaic_half_b {
	height: 425px;
	width: 49%;
	background-image: url(img/room_mosaic_a.jpg);
	float: left;
	border: 1px solid white;

	}

#room_type_menu {
	position:absolute;
	background-color: rgba(0, 0, 0, 0.95);
	left: 47%;
	top: 18%;
	width: 350px;
	height: 400px;
	z-index: 999;
	color: white;
	border: 2px double white;

	}
#room_type_menu a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}
#room_type_menu a:hover {
	color: red;
}

#room_type_menu h1 {
	font-size: 16px;
	font-weight: bold;
	color: #9a9a9a;
	text-transform: capitalize;
}
#room_type_menu ul {
	list-style-type: none;
	padding-left: 0;
	font-weight: 100;
	margin-top: 25%;

	}

#room_type_menu ul li {
	margin-top: 14px;

	}

#room_desc_wrap {
	width: 100%;
	color: black;
	text-align: left;
	float:left;

	}

.room_desc {
	width: auto;
	padding: 8px;
	width: 60%;
	font-size: 16px;
	color: white;
	float: left;
	position: relative;

	}

.room_desc h1 {
	font-size: 18px;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.room_features {
	width: 30%;
	padding-right: 5px;
	border-left: 1px dotted #7f7f7f;
	float: left;
}

.room_features ul {
	list-style-type: none;
	margin-left: -25px;
}

.room_features ul li {
	padding: .4em;
	font-size: 13px;
}

.room_book {
	width: 250px;
	height: 200px;
	padding: 0px;
	float: right;
	position: relative;
	border-left: 1px #838383 dotted;
	margin-top: 80px;

	}

.contactinfo {
		  width: 300px;
		  padding: 5px;
		  color: black;
		  background-color: #d7d7d7;
		  text-align: center;
		  float: left;
		  margin-right: 10px;
	  }

.contactinfo p {
	margin: 5px;
}
