@font-face {
    font-family: 'leelawad';
    src: url('fonts/leelawad.eot');
    src: url('fonts/leelawad.eot') format('embedded-opentype'),
         url('fonts/leelawad.woff2') format('woff2'),
         url('fonts/leelawad.woff') format('woff'),
         url('fonts/leelawad.ttf') format('truetype'),
         url('fonts/leelawad.svg#leelawad') format('svg');
}
@font-face {
    font-family: 'Miriam';
    src: url('fonts/Miriam.eot');
    src: url('fonts/Miriam.eot') format('embedded-opentype'),
         url('fonts/Miriam.woff2') format('woff2'),
         url('fonts/Miriam.woff') format('woff'),
         url('fonts/Miriam.ttf') format('truetype'),
         url('fonts/Miriam.svg#Miriam') format('svg');
}
@font-face {
font-family: 'HelveticaRegular';
src: url('fonts/helr45w_0.eot');
src: url('fonts/helr45w_0.eot') format('embedded-opentype'),
url('fonts/helr45w_0.woff2') format('woff2'),
url('fonts/helr45w_0.woff') format('woff'),
url('fonts/helr45w_0.ttf') format('truetype'),
url('fonts/helr45w_0.svg#HelveticaRegular') format('svg');
}
@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot');
    src: url('fonts/Calibri.eot') format('embedded-opentype'),
         url('fonts/Calibri.woff2') format('woff2'),  
         url('fonts/Calibri.woff') format('woff'),
         url('fonts/Calibri.ttf') format('truetype'),
         url('fonts/Calibri.svg#Calibri') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStdLt';
    src: url('fonts/HelveticaNeueLTStdLt.eot');
    src: url('fonts/HelveticaNeueLTStdLt.eot') format('embedded-opentype'),
         url('fonts/HelveticaNeueLTStdLt.woff2') format('woff2'),
         url('fonts/HelveticaNeueLTStdLt.woff') format('woff'),
         url('fonts/HelveticaNeueLTStdLt.ttf') format('truetype'),
         url('fonts/HelveticaNeueLTStdLt.svg#HelveticaNeueLTStdLt') format('svg');
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th{
 margin: 0;
 padding: 0;
}
ol, ul {
 list-style: none;
}
address, caption, cite, code, dfn, em, th, var {
 font-style: normal;
 font-weight: normal;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
fieldset, img {
 border: 0;
 cursor:pointer;
}
.clear {
 clear: both;
}
a{
 text-decoration:none;
}
body{
	background:#fff;/*fff9e9*/
	font-family: 'Helvetica Neue',Helvetica,Arial,Sans-Serif;
	font-size:14px;
	color:#4e4d4c;
}
.wrapper{
	width:1140px;
	margin:0 auto;
}
.footer .wrapper{
	background:#f4f4f4;
	width: 1168px;
  padding: 0px 13px 10px 13px;
}
.header{
	padding-top:17px;
}
.logo{
	float:left;
	margin-bottom: 10px;
}
.contact{
	float:right;
}
.contact span{
	font-size:24px;
	font-family: 'Helvetica Neue',Helvetica,Arial,Sans-Serif;
	line-height: 40px;
	font-weight:bold;
}
#nav {
    position: relative;
    top: 0px;
	background:#fff;
	-webkit-border-top-right-radius: 8px; 
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  padding: 0px 12px;
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
  border-top:1px solid #e6e6e6;
}
#nav ul{
/*	background:url(images/nav_bg.jpg) repeat-x left center;*/
    background:#fff;
	border-radius:10px;
	display: inline-block;
	width: 100%;
}
#nav li{
	background:url(images/li_bg.png) no-repeat right center;
	float:left;
	padding: 4px 11px 0px 12px;
  line-height: 30px;
}
#nav li:last-child{
	background:none;
}

#nav li a {
    color: #e31b23;
    display: block;
    font-family: 'Helvetica Neue',Helvetica,Arial,Sans-Serif;
    font-size: 14px;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(251, 176, 64, 0);
    border-top: 1px solid rgba(251, 176, 64, 0);
}
#nav li a:hover {
	color:#6f1200;
	border-bottom: 1px solid #fbb040;
    border-top: 1px solid #fbb040;
}
.banner{
	background:url(images/bg-red-white-e.png) center center #cc0234;
	/*padding-top:50px;
	padding-bottom:25px;*/
}
.banner img {
    /*border: 14px solid #fff;
    border-radius: 10px;*/
	/*width:100%;*/
}      
.booking_widget{
	display:block;
}
.content {
    padding: 35px 25px;
	background:#f4f4f4;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
}
.left_content {
    float: left;
    width: 1065px;
	background:#fff;
	border-radius:8px;
	padding:10px 10px;
}
p {
    margin-bottom: 10px;
}
h3 {
    background: url("images/heading_bg.png") no-repeat scroll left top / cover rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font-family: "Calibri";
    font-size: 29px;
    margin: 20px 0;
    padding: 0 46px 0 20px;
}
/*h3 span {
    color: #fff;
    display: block;
    left: 30px;
    position: relative;
    top: -37px;
}*/
.left_content li {
    background: url("images/bullets.png") no-repeat scroll left top 4px rgba(0, 0, 0, 0);
    margin: 5px 0;
    padding-left: 20px;
}
.right_content {
    float: right;
    width: 300px;
	margin-left:2%;
}
.right_content h4 {
    background: none repeat scroll 0 0 #fc9a34;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-family: "leelawad";
    font-size: 23px;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
}
.inner_content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #cc0234 #cc0234;
    border-image: none;
    border-radius: 0 0 10px 10px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 20px 10px;
}
.inner_content h5 {
    border-bottom: 1px solid #4d3a0a;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6f6e6d;
}
.inner_content p {
    color: #4e4d4c;
    font-size: 12px;
    padding-bottom: 11px;
    padding-top: 5px;
}
.gallery {
    margin-top: 30px;
	margin-left: 40px;
}
.gallery li {
    border: 3px solid #fc9a34;
    display: inline-block;
    margin-right: 19px;
	border-radius: 5px;
}
.gallery li:last-child {
    margin-right: 0px;
}
.gallery img {
    display: block;
}
.footer{
	/*background:#cc0234;*/
	padding:0px 0;
}
.footer p {
    float: left;
    padding: 32px 0;
	margin-bottom:0;
	color:#757575;
}
.footer ul {
    float: right;
    width: 200px;
}
.footer li {
    float: left;
    margin-right: 6px;
}
.page_title {
    border-bottom: 1px dashed #cc0234;
    color: #cc0234;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.thumbling li a {
    border: 1px solid #ccc;
    display: block;
    padding: 5px;
}
.thumbling li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 10px 10px 10px 0;
}
.thumbling li a img {
    display: block;
}
.thumbling li a:hover {
	background:#ccc;
}
h2 {
    padding: 5px 0;
}
.description table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #7f0000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.description table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	 margin: 15px 0;padding:0px;
}.description table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.description table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.description table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.description table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.description table tr:hover td{
	
}
.description table tr:nth-child(odd){ background-color:#d6c5c5; }
.description table tr:nth-child(even)    { background-color:#ffffff; }.description table td{
	vertical-align:middle;
	
	
	border:1px solid #7f0000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:8px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.description table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.description table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.description table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.description table tr:first-child td{
		background:-o-linear-gradient(bottom, #ce778c 5%, #cc0234 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce778c), color-stop(1, #cc0234) );
	background:-moz-linear-gradient( center top, #ce778c 5%, #cc0234 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce778c", endColorstr="#cc0234");	background: -o-linear-gradient(top,#ce778c,cc0234);

	background-color:#ce778c;
	border:0px solid #7f0000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.description table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ce778c 5%, #cc0234 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce778c), color-stop(1, #cc0234) );
	background:-moz-linear-gradient( center top, #ce778c 5%, #cc0234 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce778c", endColorstr="#cc0234");	background: -o-linear-gradient(top,#ce778c,cc0234);

	background-color:#ce778c;
}
.description table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.description table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.white_content {
    background-color: white;
    display: none;
    height: 500px;
    left: 50% !important;
    margin-left: -250px;
    overflow: auto;
    padding: 8px;
    position: fixed;
    text-align: center;
    top: 10%;
    width: 500px !important;
    z-index: 1002;
}
#canvas > img {
    margin: 0 auto;
    max-height: 92%;
    max-width: 100%;
}
#closeImg {
    display: none;
    height: 30px;
    padding-top: 10px;
    text-align: center;
    width: 95%;
	position:absolute;
	bottom:10px;
}
#closeImg > a {
    float: left;
}
.description > a {
    color: #000;
    padding: 5px 0;
}
.description > a:hover {
    color:#cc0234;
}
.activity li {
  background: none;
  margin: 0;
  padding: 0;
}
.content.wrapper {
  width: 1090px;
}
