@charset "utf-8";
/* CSS Document */

html{  height:100%; background-color:#d6d6e8;}
body{
	font-size:13px; height:100%;
	line-height:17px;
	font-family: arial;
	
}
a{
	color:#666;
}
a {
   outline: 0;
}
img{
	outline:none;
}
.clear{
	clear:both;
}


.italic{
	font-style:italic;
}

.vlarge{
	font-size:20px;
	line-height:22px;
}
.large{
	font-size:17px;
	line-height:18px;
}
.small{
	font-size:12px;
	line-height:16px;
}
.vsmall{
	font-size:8px;
	line-height:14px;
}
.medium{
	font-size:12px;
}
.bold{
	font-weight:bold;
}

.nomargin{
	border-right:0 !important;
}
.normal{
	text-transform:lowercase;
}
.caps{
	text-transform:uppercase;
}


.mr1{
	margin-right:15px;
}
.mtb1{
	margin:8px 0;
}
.ptb1{
	padding:5px 0;
}
.p1{
	padding:8px;
}
.hr1{
	background-color:#d8d6d6;
	border:0;
	height:1px;
	margin-bottom:4px;
}
.hr2{
	height:1px;
	border:0;
	background-color:#4f4f4f;
}
ul.list1 li{
	background:url(../images/bullet.png) 2px 5px no-repeat;
	padding:0 0 10px 17px;
	line-height:16px;
	list-style:none;
}
ul.list2 li{
	padding:0 0 10px 0;
	line-height:16px;
	list-style:none;
	text-align:center;
}
ul.list2 h3{
	background-color:#a09279;
	padding:4px;
	color:#fff;
}
ul.list2 p{
	margin-bottom:4px;
	
}
.list6 li{
	text-align:center;
	list-style:none;
	padding-bottom:5px;
	border-bottom:solid 1px #ccc;
	margin-bottom:10px;
}
/*--styles--*/
.logo-area{
	width:93%; 
	text-align:center;
}
.topbar img{
	margin:0 1px;
}
.copy{
	padding:10px;
}
.gallery2 img{
	border:solid 6px #919292 !important;
	margin-bottom:6px;
	margin-right:6px;
	width:130px;
	height:84px;

}

.button1{
	background-color:#baaa3b;
	color:#fff;
	cursor:pointer;
	text-align:center;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
}
.button2{
	background-color:#175da5;
	padding:5px;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
.button3{
	background-color:#175da5;
	padding:5px;
	color:#fff;
	cursor:pointer;
	text-align:center;
	margin-bottom:5px;
}
/*--/content area--*/
.content-area{
	padding:10px;
}
.box1{
	width:auto;
	max-width:280px;
	margin:auto;
	padding-bottom:6px;
	}
	.red{
		color:#F00;
	}
/*--content area\--*/
/*--/content extensive--*/
#extended-text {
    display: none;
}

.more{
	background-color:#012674;
    color:#f5d52a !important;
    font-size:13px;
    padding:10px;
    cursor:pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:5px 0;
}

.more:hover{	
	color:#b09f81 !important;
	text-decoration:none;
}
.booking-bar{
	background:url(../images/bg-footer.gif) 0 0 repeat-x;
	padding:15px 2px 0 10px;
	height:47px;
}
.social{
	padding:5px 0;
}

.footer{
	padding:15px;
	text-align:right;
	height:32px;
}
@media (max-width: 500px){
	.logo-area{
	width:126px !important; 
	text-align:left !important ;
	}
}
.my-button {
            background-color: #49B696;
            /* SiteColor=#49B696;Blank=#716b6d;Green=#4CAF50 */
            border: none;
            color: white;
            padding: 5px 11px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            border-radius: 4px;
          }

          .my-button:hover,
          .my-button:active {
            border: none;
            color: #FFFFFF;
            background-color: #009B7B;
          }