html, body { height: 100%;}

ul {list-style: none;padding: 0px;}

body {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 12px;
	color: #383838;
	margin: 0px;
	background: url(../img/top-bg.jpg) repeat-x,
				url(../img/background.jpg);
				background: url(../img/top-bg.jpg) repeat-x\9;
				*background: url(../img/top-bg.jpg) repeat-x;
}

.box-fix {
	min-height: 100%;
	position: relative;
	z-index: 998;
}

.box-main {
	width: 980px;
	position: relative;
	padding: 0px 10px;
	margin: auto;
	padding-bottom: 215px;
    overflow: hidden;
}


.box-bottom {
	width: 100%;
	height: 215px;
/*	margin-top: -215px;*/
	position: absolute;
    left: 0;
	bottom: 0px;
	clear: both;
	z-index: 1;
	background: url(../img/base-bg.png);
}

.box-topo {
	width: 890px;
	height: 180px;
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center;
/*	padding-left: 90px;*/
}

.box-menu {
	width: 980px;
	height: 55px;
}

.box-slider {
	width: 980px;
	margin: 30px 0px;
}

.box-content {
	width: 980px;
	margin: 30px 0px;
	display: inline-block;
}

.box-content .bordered {
border-left: dotted 1px #bfbbb0;
padding-left: 10px;
}

.box-content li{
	margin: 0px;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #bfbbb0;
}

.box-content tbody{
	vertical-align: baseline;
}

.box-content input, textarea{
	width: 300px;
	padding: 8px;
	background-color: #454545;
	border: 0px;
	color: #FFFFFF;
	font-family: 'walk';
	font-size: 18px;
}

.box-content .enter{
	width: 100px;
}

.box-content .enter:hover{
	background-color: #A0C24A;
	cursor: pointer;
}

.box-content .enter:active{
	background-color: #000;
	cursor: pointer;
}

.box-content input:hover, textarea:hover{
	background-color: #161616;
}

.box-content input:focus, textarea:focus{
	background-color: #1A1A1A;
}

.box-title {
	width: 980px;
	height: 40px;
	margin-bottom: 30px;
	border-bottom: solid 1px #999;
	border-left: 0px !important;
}


.box-index {
	width: 980px;
	height: 200px;
	line-height: 25px;
}

.box-newttl {
	width: 375px;
	height: 45px;
	padding-left: 25px;
	float: left;
}

.box-newttr {
	width: 580px;
	height: 45px;
	float: left;
}

.box-newtxl {
	width: 355px;
	height: 140px;
	float: left;
	padding-top: 15px;
	padding-left: 45px;
	background: url(../img/trace.jpg) no-repeat 25px 21px,
	rgba(0,0,0,0.03);
}

.box-newtxr {
	width: 535px;
	height: 140px;
	float: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 20px;
	background: url(../img/trace.jpg) no-repeat 0px 21px,
	rgba(0,0,0,0.03);
}

.box-ambs {
	width: 980px;
	height: 170px;
	margin-top: 30px;
}

.box-ambttl {
	float: left;
	width: 341px;
	height: 170px;
	text-align: center;
	line-height: 170px;
}

.box-ambthumbs {
	float: left;
	width: 183px;
	height: 170px;
	padding-left: 30px;
}

.box-base {
	width: 1000px;
	height: 215px;
	margin: auto;
	position: relative;
	background: url(../img/trace-horiz.jpg) no-repeat center 195px;
}

.box-macaw {
	left: 75px;
    top: 40px;
	width: 117px;
	height: 117px;
	position: absolute;
	background: url(../img/macaw-logo.png) no-repeat;
}

.box-tropical {
	width: 750px;
	height: 170px;
	padding-left: 250px;
}

.box-socialname {
	width: 750px;
	height: 85px;
	line-height: 115px;
	float: left;
}

.box-infostone {
	width: 355px;
	height: 85px;
	float: left;
	padding-left: 20px;
	background: url(../img/trace-grey.jpg) no-repeat 0px 17px;
}

.box-infostone p {	margin-top: 13px;}
.box-infostone .height {	line-height: 85px;}

.emultec {
	width: 19px;
	height: 21px;
	position: absolute;
	bottom: 8px;
	right: 0px;
}

.description {	font-family: 'walk'; font-size: 22px; padding-bottom: 20px;}

.gallery-line {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px;
}

.gallery-line div{	font-family: 'walk';font-size: 17px; line-height: 19px;}

.gallery {
	margin-right: 20px;
	width: 190px;
	float: left;
	position: relative;
}

.gallery-detail {
	width: 270px;
/*	height: 190px;*/
	float: left;
	position:relative;
}

.gallery img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.photo-button {
	width: 100%;
	height: 98%;
	background: url(../img/plus.png) no-repeat center 48% #000;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.photo-button:hover {
	background: url(../img/plus.png) no-repeat center 48% #000;
	opacity: .8;
}



.justify {	text-align: justify;}
.acid {	color: #AFC10D;}
.light { color: #D8D8D8;}
.mar20 {	margin-left: 20px;}

a:link {color: yellowgreen; text-decoration: underline;}
a:visited {color: yellowgreen; text-decoration: underline;}
a:hover {color: orange; text-decoration: underline;}
a:active {color: yellowgreen; text-decoration: underline;}

.ease {
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}

.pdt-feature{position:absolute;right:0;bottom:0;display:block;background-color:#AFC10D;color:#fff;padding:7px 10px;}
.box-p-dl{width:20px;float:left;}
.box-p-info{width:240px;margin-left:10px;float:left;}
.box-rooms {
    width: 280px;
    height: 180px;
    display: inline-block;
    margin: 0px 20px;
    overflow: hidden;
    object-fit: cover;
}

.box-rooms img {
    width: 100%;
    height: 100%;
}
